:root {
  --darkColor: #1d1d1d;
  --bgColor: #252525;
  --cardColor: #0e0e0e;
}

.switch-box {
  position: fixed;
  bottom: 15px;
  right: 120px;
  z-index: 9999;
}

.switch-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1.5px solid var(--home1-main-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-box .slider::before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0px 15px #2020203d;
          box-shadow: 0 0px 15px #2020203d;
  background: white url("../images/night.png");
  background-repeat: no-repeat;
  background-position: center;
}

.switch-box .slider.round {
  border-radius: 34px;
}

.switch-box .slider.round::before {
  border-radius: 50%;
}

.switch-box .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.switch-box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-box input:checked + .slider {
  background-color: transparent;
  border: 1.5px solid var(--home1-main-color-2);
}

.switch-box input:focus + .slider {
  -webkit-box-shadow: 0 0 1px var(--home1-main-color-2);
          box-shadow: 0 0 1px var(--home1-main-color-2);
}

.switch-box input:checked + .slider:before {
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
  background: white url("../images/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}

.theme-dark {
  --font-color: var(--white-color);
  --black-color: var(--white-color);
}

.theme-dark .default-btn.two {
  color: var(--cardColor) !important;
}

.theme-dark .default-btn:hover {
  color: var(--cardColor) !important;
}

.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: var(--white-color);
}

.theme-dark h3 {
  color: var(--white-color);
}

.theme-dark h3 a {
  color: var(--white-color);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.theme-dark p {
  color: var(--white-color);
}

.theme-dark body {
  background: var(--darkColor);
  color: var(--white-color);
}

.theme-dark .form-control {
  background-color: var(--cardColor) !important;
  color: var(--white-color) !important;
}

.theme-dark .list {
  background-color: var(--cardColor);
}

.theme-dark .list .option {
  color: var(--white-color) !important;
}

.theme-dark .option.selected {
  color: var(--white-color);
  background-color: var(--home1-main-color);
}

.theme-dark .option:hover {
  color: var(--white-color);
  background-color: var(--home1-main-color);
}

.theme-dark .option.focus {
  color: var(--white-color);
  background-color: var(--home1-main-color);
}

.theme-dark .option.selected.focus {
  color: var(--white-color);
  background-color: var(--home1-main-color);
}

.theme-dark ul li {
  color: var(--white-color) !important;
}

.theme-dark #home1-header .top-menu {
  background-color: var(--darkColor);
}

.theme-dark #home1-header .top-menu .support-btn {
  background-color: var(--bgColor);
}

.theme-dark .header-area .top-menu-3 {
  background-color: var(--darkColor);
}

.theme-dark .navbar-light .navbar-brand .logo-one {
  display: none;
}

.theme-dark .navbar-light .navbar-brand .logo-two {
  display: inline-block;
}

.theme-dark .main-nav {
  background-color: var(--bgColor);
}

.theme-dark .main-nav nav .navbar-nav .nav-item a {
  color: var(--white-color);
}

.theme-dark .main-nav nav .navbar-nav .nav-item a i {
  color: var(--white-color);
}

.theme-dark .main-nav nav .navbar-nav .nav-item a:hover {
  color: var(--home1-main-color) !important;
}

.theme-dark .main-nav nav .navbar-nav .nav-item a.active {
  color: var(--home1-main-color) !important;
}

.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: var(--bgColor) !important;
}

.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: var(--white-color) !important;
}

.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--home1-main-color) !important;
}

.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: var(--home1-main-color) !important;
}

.theme-dark .home3-header .home3-sticky .main-nav {
  background-color: var(--bgColor);
}

.theme-dark .home1-banner-section, .theme-dark .why-choose-us-section, .theme-dark .home2-banner-section, .theme-dark .home3-banner-section {
  position: relative;
  z-index: 1;
}

.theme-dark .home1-banner-section::before, .theme-dark .why-choose-us-section::before, .theme-dark .home2-banner-section::before, .theme-dark .home3-banner-section::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--darkColor);
  opacity: 0.8;
}

.theme-dark .home3-online-network-section .custom-card {
  background-color: var(--bgColor);
}

.theme-dark .home3-online-network-section .custom-card .form-select-1 {
  background-color: var(--cardColor);
}

.theme-dark .home3-service-section .custom-card {
  background-color: var(--cardColor);
}

.theme-dark .home3-choose-us-section {
  background-color: var(--bgColor);
}

.theme-dark .appoinment-section .appoinment-text {
  position: relative;
  z-index: 55;
  background-color: #000000;
}

.theme-dark .appoinment-section .appoinment-text .quote-text {
  background-color: var(--cardColor);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.theme-dark .appoinment-section .appoinment-text .form-content .form-select-1 {
  background-color: var(--cardColor);
}

.theme-dark .home2-get-appoinment-section {
  background-color: var(--bgColor);
}

.theme-dark .home2-get-appoinment-section .appoinment-form .form-select-1 {
  background-color: var(--cardColor);
}

.theme-dark .home2-get-appoinment-section .appoinment-form .circle-wheat-btn {
  background-color: var(--cardColor);
}

.theme-dark .home1-service-section .custom-service-cards .custom-card {
  background-color: var(--cardColor);
}

.theme-dark .home1-clinic-service-section .two-s-cards {
  background-color: var(--bgColor);
}

.theme-dark .home1-clinic-service-section .online-service-3 .circle-chart__percent {
  color: var(--white-color) !important;
}

.theme-dark .home1-clinic-service-section .online-service-3 .circle-chart text {
  color: var(--white-color);
}

.theme-dark .why-choose-us-section .custom-card {
  background-color: var(--cardColor);
}

.theme-dark .home1-newsletter-section {
  background-color: var(--bgColor);
}

.theme-dark .news-article-section .left-side .custom-card {
  background-color: var(--cardColor);
}

.theme-dark .news-article-section .right-side .custom-card-1 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 205, 192, 0.98)), color-stop(29%, rgba(136, 233, 225, 0.5)), color-stop(80%, rgba(252, 248, 237, 0.4))), url(../images/news-&-articles/news-2.jpg) center center no-repeat;
  background: linear-gradient(0deg, rgba(33, 205, 192, 0.98) 0%, rgba(136, 233, 225, 0.5) 29%, rgba(252, 248, 237, 0.4) 80%), url(../images/news-&-articles/news-2.jpg) center center no-repeat;
}

.theme-dark .home1-footer {
  background-color: #000000;
}

.theme-dark .home1-footer .first-col {
  background-color: var(--bgColor);
}

.theme-dark .copyright {
  background-color: var(--cardColor);
}

.theme-dark .home2-choose-us-section .custom-card {
  background-color: var(--cardColor);
}

.theme-dark .home2-service-section {
  background-color: var(--bgColor);
}

.theme-dark .home2-service-section .fixed-height .custom-card {
  background-color: var(--cardColor);
}

.theme-dark .home2-client-section .custom-card {
  background-color: var(--cardColor);
}

.theme-dark .home2-team-section .custom-card:hover .text-content {
  background-color: var(--bgColor);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.theme-dark .home3-clients-opinion-section {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), color-stop(42%, rgba(54, 54, 54, 0.9))), url(../images/client/home3-client-bg.jpg) center center no-repeat;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(54, 54, 54, 0.9) 42%), url(../images/client/home3-client-bg.jpg) center center no-repeat;
}

.theme-dark .home3-clients-opinion-section .opinion-form {
  background-color: var(--bgColor);
}

.theme-dark .home3-footer .paste-btn {
  background-color: var(--bgColor);
}

.theme-dark .contact-section .top-portion, .theme-dark .contact-section .lower-portion {
  background-color: var(--bgColor);
}

.theme-dark .blog-details-section .comment-card {
  background-color: var(--bgColor);
}

.theme-dark .blog-details-section .right-content .search-box, .theme-dark .blog-details-section .right-content .sidebar-content {
  background-color: var(--bgColor);
}

.theme-dark .blog-details-section .right-content .tags {
  background-color: var(--bgColor);
}

.theme-dark .blog-details-section .right-content .tags a {
  background-color: var(--cardColor);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.theme-dark .blog-details-section .right-content .tags a:hover {
  background-color: var(--home1-main-color);
}

.theme-dark .blog-details-section .comment-form .comment {
  background-color: var(--bgColor);
}

.theme-dark .quick-view-details .ul-two .nice-number button {
  background-color: var(--bgColor);
}

.theme-dark .quick-view-details .ul-two .nice-number input {
  background-color: var(--bgColor);
  color: var(--white-color);
}

.theme-dark .quick-view-details .date li {
  background-color: var(--bgColor);
}

.theme-dark .service-details-section .comment-card {
  background-color: var(--bgColor);
}

.theme-dark .service-details-section .comment-form .comment {
  background-color: var(--bgColor);
}

.theme-dark .cart-section .table thead {
  background-color: var(--bgColor);
}

.theme-dark .cart-section .table thead tr th {
  color: var(--white-color);
}

.theme-dark .cart-section .table tbody tr td {
  color: var(--white-color);
}

.theme-dark .cart-section .table tbody tr td a {
  color: var(--white-color);
}

.theme-dark .cart-section .table tbody tr td a i {
  color: var(--white-color);
}

.theme-dark .cart-section .custom-card {
  background-color: var(--bgColor);
}

.theme-dark .cart-section .custom-card .nice-select {
  background-color: var(--cardColor);
}

.theme-dark .checkout-section .right-side .custom-card {
  background-color: var(--bgColor);
}

.theme-dark .checkout-section .right-side .custom-card .table thead {
  background-color: var(--cardColor);
}

.theme-dark .checkout-section .right-side .custom-card .table thead tr th {
  color: var(--white-color);
}

.theme-dark .checkout-section .right-side .custom-card .table tbody tr td {
  color: var(--white-color);
}

.theme-dark .checkout-section .right-side .custom-card .table tbody tr td a {
  color: var(--white-color);
}

.theme-dark .checkout-section .right-side .custom-card .table tbody tr td a i {
  color: var(--white-color);
}

.theme-dark .service-details-section .comment-box {
  background-color: var(--bgColor);
}

.theme-dark .login-register-section .custom-card {
  background-color: var(--bgColor);
}

.theme-dark .privacy-policy-section .inner-section {
  background-color: var(--bgColor);
}
/*# sourceMappingURL=theme-dark.css.map */