/*-------------------------------
    Dark Theme  CSS
-------------------------------*/
.switch-theme-mode {
  position: fixed;
  top: 200px;
  right: 15px;
  z-index: 9;
}

.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transition: 0.4s;
}
.slider.round {
  border-radius: 50%;
}
.slider.round:before {
  border-radius: 50%;
}
.slider:before {
  position: absolute;
  content: "";
  height: 35px;
  width: 35px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.4s;
  box-shadow: 0 0px 15px rgba(32, 32, 32, 0.2392156863);
  background: #fff url("../img/night.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
}

input:checked + .slider {
  background-color: transparent;
}

input:focus + .slider {
  box-shadow: 0 0 1px transparent;
}

input:checked + .slider:before {
  transform: translateX(0);
  background: #000 url("../img/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

.theme-light .navbar-brand .logo-dark,
.theme-light .logo .logo-dark {
  display: none !important;
}
.theme-light .navbar-brand .logo-light,
.theme-light .logo .logo-light {
  display: block !important;
}

.theme-dark .navbar-brand .logo-dark,
.theme-dark .logo .logo-dark {
  display: block !important;
}
.theme-dark .navbar-brand .logo-light,
.theme-dark .logo .logo-light {
  display: none !important;
}
.theme-dark .text-dark,
.theme-dark .btn.style-four,
.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6,
.theme-dark .accordion.style-one .accordion-item .accordion-header .accordion-button,
.theme-dark .accordion.style-four .accordion-item .accordion-header .accordion-button,
.theme-dark .accordion.style-three .accordion-item .accordion-header .accordion-button,
.theme-dark .accordion.style-three .accordion-item.collapsed .accordion-button span i,
.theme-dark button.search-btn i,
.theme-dark .searchModal .modal-dialog .modal-content form button i,
.theme-dark .menu .menu-mobile-header .menu-mobile-close,
.theme-dark .menu .menu-mobile-header .menu-mobile-title,
.theme-dark .menu .menu-mobile-header .menu-mobile-arrow i {
  color: var(--whiteColor) !important;
}
.theme-dark .category-card.style-one h3 a {
  color: var(--whiteColor) !important;
}
.theme-dark .category-card.style-one h3 a:hover {
  color: var(--auto_secondaryColor) !important;
}
.theme-dark body {
  color: rgba(255, 255, 255, 0.7);
}
.theme-dark body,
.theme-dark .navbar-area.style-two .navbar-brand,
.theme-dark .responsive-navbar {
  background-color: #000;
}
.theme-dark .blog-card.style-three.bg-four {
  background-color: #131313;
}
.theme-dark .bg-albastor,
.theme-dark .bg-athens,
.theme-dark .bg-slateGray,
.theme-dark .page-nav li a,
.theme-dark .quote-box.style-one,
.theme-dark .blog-card.style-three.bg-three,
.theme-dark .blog-card-wrap.style-one,
.theme-dark .quote-box.style-three:after,
.theme-dark .blog-card.style-eight.bg-three,
.theme-dark .slider-btn.style-one .prev-btn,
.theme-dark .slider-btn.style-one .next-btn,
.theme-dark .navbar-area.style-two.sticky .navbar-brand,
.theme-dark .featured-wrap.style-one .featured-content,
.theme-dark .navbar-area.sticky {
  background-color: var(--codColor) !important;
}
.theme-dark .bg-white,
.theme-dark .bg_secondary,
.theme-dark .bg-optional,
.theme-dark .bg-revolver,
.theme-dark .bg-hint,
.theme-dark .menu .menu-mobile-header,
.theme-dark .menu > ul > li .menu-subs,
.theme-dark .wp-block-quote,
.theme-dark .subscribe-form.style-two button,
.theme-dark .wh-wrap.style-one .wh-box,
.theme-dark div#sidebar-area,
.theme-dark .faq-wrap.style-three,
.theme-dark .featured-wrap.style-four,
.theme-dark .blog-card.style-three.bg-one,
.theme-dark .category-card.style-two:hover .category-info,
.theme-dark .navbar-area.style-two .navbar-brand,
.theme-dark .contact-info-wrap .contact-info-card:after,
.theme-dark .wh-wrap.style-two .feature-list li,
.theme-dark .searchModal .modal-dialog,
.theme-dark .pricing-card:hover,
.theme-dark .blog-card.style-eight.bg-two,
.theme-dark .navbar-area .navbar .other-options .notif-option .dropdown-menu,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu {
  background-color: var(--aztechColor) !important;
}
.theme-dark .bg-gray,
.theme-dark .bg-lilac,
.theme-dark .bg-revolver,
.theme-dark .blog-card.style-eight.bg-one,
.theme-dark .blog-card.style-three.bg-two,
.theme-dark .category-card.style-two,
.theme-dark .taglist li a {
  background-color: var(--mildColor) !important;
}
.theme-dark .page-nav li:first-child a i,
.theme-dark .page-nav li:last-child a i,
.theme-dark .text-title,
.theme-dark .text-titleTwo,
.theme-dark .text-titleThree,
.theme-dark a,
.theme-dark .link.style-one,
.theme-dark .text-title,
.theme-dark .page-nav li a:hover,
.theme-dark .page-nav li a.active,
.theme-dark .post-tag span, .theme-dark .post-share span,
.theme-dark .pp-post-item .pp-post-info h6 a,
.theme-dark .close-btn i,
.theme-dark .btn.style-three,
.theme-dark .team-card.style-three .team-info h3 a, .theme-dark .team-card.style-four .team-info h3 a,
.theme-dark .accordion-item .accordion-header .accordion-button,
.theme-dark .footer-wrap .copyright-text a {
  color: var(--whiteColor);
}
.theme-dark p,
.theme-dark .text-para,
.theme-dark .checkbox label,
.theme-dark .cart-table table tbody tr td button i,
.theme-dark .comment-item-wrap .comment-item .comment-author-info .comment-author-name .comment-date,
.theme-dark .breadcrumb-wrap .br-menu li,
.theme-dark .pp-post-item .pp-post-info span,
.theme-dark .pp-post-item .pp-post-info .post-date,
.theme-dark .taglist li a,
.theme-dark .sidebar-wrap .offcanvas-body .contact-info-wrap .contact-item a,
.theme-dark .navbar-area.style-two .navbar-top .contact-info li a,
.theme-dark .navbar-area.style-two .menu > ul > li > a,
.theme-dark .navbar-area.style-three .menu > ul > li > a,
.theme-dark .navbar-area.style-four .menu > ul > li > a,
.theme-dark .navbar-area.style-five .menu > ul > li > a,
.theme-dark .subscribe-form.style-one button,
.theme-dark .section-title.style-one > span,
.theme-dark .blog-card.style-three .link.style-five,
.theme-dark .category-card.style-two .category-info h3 a,
.theme-dark .navbar-area.style-three .menu > ul > li > a,
.theme-dark .comment-item-wrap .single-comment-box .comment-item .comment-author-wrap .comment-author-name .comment-date,
.theme-dark .footer-wrap .footer-widget-wrap .footer-widget .social-profile li a i,
.theme-dark .footer-wrap .copyright-text {
  color: var(--offwhiteColor) !important;
}
.theme-dark .footer-wrap .copyright-text,
.theme-dark .blog-card,
.theme-dark .sidebar .sidebar-widget .sidebar-widget-title,
.theme-dark .category-list li,
.theme-dark .pp-post-wrap .pp-post-item,
.theme-dark .menu > ul > li > a,
.theme-dark .service-slider-one,
.theme-dark .benefit-card.style-one,
.theme-dark .section-title.style-one > span,
.theme-dark .blog-card-wrap.style-two .blog-card,
.theme-dark .blog-card-wrap.style-one .blog-card,
.theme-dark .breadcrumb-wrap:after,
.theme-dark .footer-wrap.style-one .footer-bottom,
.theme-dark .contact-info-wrap .contact-info-card,
.theme-dark .contact-info-wrap .contact-info-card:after,
.theme-dark .comment-item-wrap .single-comment-box .comment-item,
.theme-dark .menu .menu-mobile-header,
.theme-dark .comment-item-wrap .single-comment-box .reply-btn,
.theme-dark .post-metaoption.style-one,
.theme-dark .navbar-area .search-form input,
.theme-dark .btn.style-four .br-one:before,
.theme-dark .btn.style-four .br-one:after,
.theme-dark .btn.style-four .br-two:before,
.theme-dark .btn.style-four .br-two:after,
.theme-dark .btn.style-five .br-one:before,
.theme-dark .btn.style-five .br-one:after,
.theme-dark .btn.style-five .br-two:before,
.theme-dark .btn.style-five .br-two:after,
.theme-dark .category-card.style-three,
.theme-dark .page-nav li a,
.theme-dark .pricing-switch-wrap .pricing_slider.round,
.theme-dark .pricing-card,
.theme-dark .comment-item-wrap .comment-item,
.theme-dark .accordion.style-one .accordion-item,
.theme-dark .cover-item-wrap .cover-item .cover-text,
.theme-dark .navbar-area.style-two .navbar-wrapper,
.theme-dark .pp-post-item {
  border-color: rgba(255, 255, 255, 0.19);
}
.theme-dark .accordion.style-three .accordion-item,
.theme-dark .accordion.style-four .accordion-item,
.theme-dark .accordion.style-three .accordion-item .accordion-body,
.theme-dark .accordion.style-one .accordion-item {
  border-color: rgba(255, 255, 255, 0.19);
  border-top-color: rgba(255, 255, 255, 0.19) !important;
}
.theme-dark .blog-desc .feature-list li:before,
.theme-dark .terms-wrap .feature-list li:before {
  background: rgba(255, 255, 255, 0.25);
}
.theme-dark .navbar-area .search-form input::-moz-placeholder {
  opacity: 1;
  color: var(--whiteColor);
}
.theme-dark .navbar-area .search-form input::placeholder {
  opacity: 1;
  color: var(--whiteColor);
}
.theme-dark .link.style-one:after, .theme-dark .link.style-three:after {
  background-color: var(--offwhiteColor);
}
.theme-dark .link.style-one:hover, .theme-dark .link.style-three:hover {
  color: var(--whiteColor) !important;
}
.theme-dark .comment-item-wrap .comment-item .comment-info .reply-btn,
.theme-dark .pp-post-item h3 a,
.theme-dark .blog-metainfo li a,
.theme-dark .blog-card h3 a {
  color: var(--whiteColor);
}
.theme-dark .comment-item-wrap .comment-item .comment-info .reply-btn:hover, .theme-dark .comment-item-wrap .comment-item .comment-info .reply-btn.active,
.theme-dark .pp-post-item h3 a:hover,
.theme-dark .pp-post-item h3 a.active,
.theme-dark .blog-metainfo li a:hover,
.theme-dark .blog-metainfo li a.active,
.theme-dark .blog-card h3 a:hover,
.theme-dark .blog-card h3 a.active {
  color: var(--primaryColor) !important;
}
.theme-dark .tag-list li a {
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--offwhiteColor);
}
.theme-dark .tag-list li a:hover {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
}
.theme-dark .subscribe-form.style-one input, .theme-dark .subscribe-form.style-two input,
.theme-dark .subscribe-form.style-two input, .theme-dark .subscribe-form.style-two input,
.theme-dark .quote-form.style-one .form-group input,
.theme-dark .quote-form.style-one .form-group select,
.theme-dark .quote-form.style-two .form-group input,
.theme-dark .quote-form.style-two .form-group select,
.theme-dark .quote-form.style-four .form-group input,
.theme-dark .quote-form.style-four .form-group select,
.theme-dark .contact-me-form input,
.theme-dark .contact-me-form textarea,
.theme-dark .search-box input,
.theme-dark .contact-form .form-group select,
.theme-dark .comment-form .form-group select,
.theme-dark .comment-form .form-group input,
.theme-dark .comment-form .form-group textarea,
.theme-dark .contact-form .form-group input,
.theme-dark .contact-form .form-group select,
.theme-dark .contact-form .form-group textarea {
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  color: rgba(255, 255, 255, 0.95) !important;
  background-color: transparent !important;
}
.theme-dark .subscribe-form.style-one input::-moz-placeholder, .theme-dark .subscribe-form.style-two input::-moz-placeholder, .theme-dark .subscribe-form.style-two input::-moz-placeholder, .theme-dark .subscribe-form.style-two input::-moz-placeholder, .theme-dark .quote-form.style-one .form-group input::-moz-placeholder, .theme-dark .quote-form.style-one .form-group select::-moz-placeholder, .theme-dark .quote-form.style-two .form-group input::-moz-placeholder, .theme-dark .quote-form.style-two .form-group select::-moz-placeholder, .theme-dark .quote-form.style-four .form-group input::-moz-placeholder, .theme-dark .quote-form.style-four .form-group select::-moz-placeholder, .theme-dark .contact-me-form input::-moz-placeholder, .theme-dark .contact-me-form textarea::-moz-placeholder, .theme-dark .search-box input::-moz-placeholder, .theme-dark .contact-form .form-group select::-moz-placeholder, .theme-dark .comment-form .form-group select::-moz-placeholder, .theme-dark .comment-form .form-group input::-moz-placeholder, .theme-dark .comment-form .form-group textarea::-moz-placeholder, .theme-dark .contact-form .form-group input::-moz-placeholder, .theme-dark .contact-form .form-group select::-moz-placeholder, .theme-dark .contact-form .form-group textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.theme-dark .subscribe-form.style-one input::placeholder, .theme-dark .subscribe-form.style-two input::placeholder,
.theme-dark .subscribe-form.style-two input::placeholder, .theme-dark .subscribe-form.style-two input::placeholder,
.theme-dark .quote-form.style-one .form-group input::placeholder,
.theme-dark .quote-form.style-one .form-group select::placeholder,
.theme-dark .quote-form.style-two .form-group input::placeholder,
.theme-dark .quote-form.style-two .form-group select::placeholder,
.theme-dark .quote-form.style-four .form-group input::placeholder,
.theme-dark .quote-form.style-four .form-group select::placeholder,
.theme-dark .contact-me-form input::placeholder,
.theme-dark .contact-me-form textarea::placeholder,
.theme-dark .search-box input::placeholder,
.theme-dark .contact-form .form-group select::placeholder,
.theme-dark .comment-form .form-group select::placeholder,
.theme-dark .comment-form .form-group input::placeholder,
.theme-dark .comment-form .form-group textarea::placeholder,
.theme-dark .contact-form .form-group input::placeholder,
.theme-dark .contact-form .form-group select::placeholder,
.theme-dark .contact-form .form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.theme-dark .quote-form.style-three .form-group input::-moz-placeholder {
  color: var(--whiteColor);
  opacity: 1;
}
.theme-dark .quote-form.style-three .form-group input::placeholder {
  color: var(--whiteColor);
  opacity: 1;
}
.theme-dark select {
  background-image: url(../img/icons/down-arrow-white.svg) !important;
}
.theme-dark select option {
  background-color: var(--titleColor);
  color: var(--whiteColor) !important;
}
.theme-dark .progress-wrap {
  box-shadow: rgba(255, 255, 255, 0.19) 0px 0px 0px 2px inset;
}
.theme-dark .accordion-item,
.theme-dark .accordion-header,
.theme-dark .accordion-button {
  border: none;
}
.theme-dark .btn-close {
  filter: brightness(0.7) invert(1);
}
.theme-dark .slider-btn .prev-btn,
.theme-dark .slider-btn .next-btn {
  border-color: rgba(255, 255, 255, 0.3);
}
.theme-dark .slider-btn .prev-btn i,
.theme-dark .slider-btn .next-btn i {
  color: var(--whiteColor);
}
.theme-dark .post-metaoption .post-tag .tag-list li a {
  color: var(--offwhiteColor);
  border: none;
}
.theme-dark .post-metaoption .post-tag .tag-list li a:hover {
  background-color: transparent;
  color: var(--primaryColor);
}
.theme-dark .testimonial-wrap.style-two .testimonial-content .quote-icon {
  opacity: 0.2;
}
.theme-dark .service-card.style-two .service-info {
  background-color: rgba(0, 0, 0, 0.6);
}
.theme-dark .blog-card.style-five .blog-info {
  background-image: url(../img/blog/blog-bg-shape-dark.svg);
}
.theme-dark .hero-wrap.style-three .hero-content h1,
.theme-dark .navbar-area.style-two .social-profile li a i,
.theme-dark .subscribe-wrap.style-one .section-title.style-six h2 span,
.theme-dark .quote-box.style-two .quote-content .section-title h2 {
  color: var(--titleColor) !important;
}
.theme-dark .hero-wrap.style-three .hero-content p {
  color: var(--paraColor) !important;
}
.theme-dark .breadcrumb-wrap .br-overlay {
  display: none;
}
.theme-dark .breadcrumb-wrap .br-bg:after {
  filter: brightness(0) invert(0);
}
.theme-dark .navbar-area.style-one .select_lang select {
  background-image: none !important;
}
.theme-dark .link.style-one,
.theme-dark .link.style-two,
.theme-dark .link.style-three,
.theme-dark .link.style-four,
.theme-dark .link.style-five,
.theme-dark .link.style-six,
.theme-dark .link.style-seven,
.theme-dark .link.style-eight {
  color: var(--whiteColor);
}
.theme-dark .navbar-area.style-two .menu > ul > li > a:hover,
.theme-dark .navbar-area.style-two .menu > ul > li > a.active {
  color: var(--health_primaryColor) !important;
}
.theme-dark .social-profile.style-one li a i,
.theme-dark .social-profile.style-two li a i {
  color: var(--whiteColor);
}
.theme-dark .footer-wrap .footer-bottom .footer-bottom-menu.style-one li a,
.theme-dark .footer-wrap .footer-widget .contact-info.style-one li a,
.theme-dark .footer-wrap .footer-widget .footer-menu.style-one li a {
  color: var(--offwhiteColor);
}
.theme-dark .footer-wrap .footer-bottom .footer-bottom-menu.style-one li a:hover, .theme-dark .footer-wrap .footer-bottom .footer-bottom-menu.style-one li a.active,
.theme-dark .footer-wrap .footer-widget .contact-info.style-one li a:hover,
.theme-dark .footer-wrap .footer-widget .contact-info.style-one li a.active,
.theme-dark .footer-wrap .footer-widget .footer-menu.style-one li a:hover,
.theme-dark .footer-wrap .footer-widget .footer-menu.style-one li a.active {
  color: var(--auto_secondaryColor);
}
.theme-dark .category-list li a,
.theme-dark .footer-wrap .footer-widget .contact-info.style-two li a,
.theme-dark .footer-wrap .footer-bottom .footer-bottom-menu.style-two li a,
.theme-dark .footer-wrap .footer-widget .footer-menu.style-two li a {
  color: var(--offwhiteColor);
}
.theme-dark .category-list li a:hover, .theme-dark .category-list li a.active,
.theme-dark .footer-wrap .footer-widget .contact-info.style-two li a:hover,
.theme-dark .footer-wrap .footer-widget .contact-info.style-two li a.active,
.theme-dark .footer-wrap .footer-bottom .footer-bottom-menu.style-two li a:hover,
.theme-dark .footer-wrap .footer-bottom .footer-bottom-menu.style-two li a.active,
.theme-dark .footer-wrap .footer-widget .footer-menu.style-two li a:hover,
.theme-dark .footer-wrap .footer-widget .footer-menu.style-two li a.active {
  color: var(--health_primaryColor);
}
.theme-dark .footer-wrap .footer-widget .contact-info.style-three li a,
.theme-dark .footer-wrap .footer-bottom .footer-bottom-menu.style-three li a,
.theme-dark .footer-wrap .footer-widget .footer-menu.style-three li a {
  color: var(--offwhiteColor);
}
.theme-dark .footer-wrap .footer-widget .contact-info.style-three li a:hover, .theme-dark .footer-wrap .footer-widget .contact-info.style-three li a.active,
.theme-dark .footer-wrap .footer-bottom .footer-bottom-menu.style-three li a:hover,
.theme-dark .footer-wrap .footer-bottom .footer-bottom-menu.style-three li a.active,
.theme-dark .footer-wrap .footer-widget .footer-menu.style-three li a:hover,
.theme-dark .footer-wrap .footer-widget .footer-menu.style-three li a.active {
  color: var(--home_secondaryColor);
}
.theme-dark .footer-wrap .footer-widget .contact-info.style-four li a,
.theme-dark .footer-wrap .footer-bottom .footer-bottom-menu.style-four li a,
.theme-dark .footer-wrap .footer-widget .footer-menu.style-four li a {
  color: var(--offwhiteColor);
}
.theme-dark .footer-wrap .footer-widget .contact-info.style-four li a:hover, .theme-dark .footer-wrap .footer-widget .contact-info.style-four li a.active,
.theme-dark .footer-wrap .footer-bottom .footer-bottom-menu.style-four li a:hover,
.theme-dark .footer-wrap .footer-bottom .footer-bottom-menu.style-four li a.active,
.theme-dark .footer-wrap .footer-widget .footer-menu.style-four li a:hover,
.theme-dark .footer-wrap .footer-widget .footer-menu.style-four li a.active {
  color: var(--travel_primaryColor);
}
.theme-dark .footer-wrap .footer-widget .contact-info.style-five li a,
.theme-dark .footer-wrap .footer-bottom .footer-bottom-menu.style-five li a,
.theme-dark .footer-wrap .footer-widget .footer-menu.style-five li a {
  color: var(--offwhiteColor);
}
.theme-dark .footer-wrap .footer-widget .contact-info.style-five li a:hover, .theme-dark .footer-wrap .footer-widget .contact-info.style-five li a.active,
.theme-dark .footer-wrap .footer-bottom .footer-bottom-menu.style-five li a:hover,
.theme-dark .footer-wrap .footer-bottom .footer-bottom-menu.style-five li a.active,
.theme-dark .footer-wrap .footer-widget .footer-menu.style-five li a:hover,
.theme-dark .footer-wrap .footer-widget .footer-menu.style-five li a.active {
  color: var(--life_primaryColor);
}
.theme-dark .hero-wrap.style-two .hero-text-box {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgb(0, 0, 0) 72%);
}
.theme-dark .circle-text-wrap img {
  filter: brightness(0) invert(1);
}
.theme-dark .wh-wrap.style-two .wh-img-wrap .circle-text-wrap {
  background-color: rgba(0, 0, 0, 0.5);
}
.theme-dark .navbar-area.style-three .menu > ul > li > a:hover,
.theme-dark .navbar-area.style-three .menu > ul > li > a.active {
  color: var(--home_primaryColor) !important;
}
.theme-dark .navbar-area.style-three .social-profile li a {
  background-color: var(--home_primaryColor);
}
.theme-dark .category-card.style-two .category-info h3 a:hover,
.theme-dark .navbar-area.style-four .menu > ul > li > a:hover,
.theme-dark .navbar-area.style-four .menu > ul > li > a.active {
  color: var(--travel_primaryColor) !important;
}
.theme-dark .navbar-area.style-three .other-options .option-item .sidebar-btn img,
.theme-dark .navbar-area.style-four .other-options .option-item .sidebar-btn img,
.theme-dark .navbar-area.style-five .other-options .option-item .sidebar-btn img {
  filter: brightness(0) invert(1);
}
.theme-dark .hero-wrap.style-four .hero-slide-item:after {
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 47%, rgba(0, 0, 0, 0) 60%);
}
.theme-dark .blog-card.style-three .link.style-five:hover {
  color: var(--life_primaryColor);
}
.theme-dark .menu-mobile-trigger span {
  background-color: var(--whiteColor);
}
.theme-dark .searchModal .modal-dialog .modal-content form .form-control {
  color: var(--whiteColor);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.theme-dark .searchModal .modal-dialog .modal-content form .form-control::-moz-placeholder {
  opacity: 1;
  color: var(--whiteColor);
}
.theme-dark .searchModal .modal-dialog .modal-content form .form-control::placeholder {
  opacity: 1;
  color: var(--whiteColor);
}
.theme-dark .faq-tablist.style-two .nav-item .nav-link {
  background-color: transparent;
  color: var(--whiteColor);
  border-color: rgba(255, 255, 255, 0.2);
}
.theme-dark .faq-tablist.style-two .nav-item .nav-link.active {
  background-color: var(--health_primaryColor);
}

@media only screen and (min-width: 768px) {
  .blog-desc .single-img .contact-info h4,
  .blog-desc .single-img .contact-info span,
  .service-desc .single-img .contact-info h4,
  .service-desc .single-img .contact-info span,
  .insurance-desc .single-img .contact-info h4,
  .insurance-desc .single-img .contact-info span,
  .terms-wrap .single-img .contact-info h4,
  .terms-wrap .single-img .contact-info span {
    color: var(--titleColor) !important;
  }
}
@media only screen and (max-width: 991px) {
  .switch-theme-mode {
    top: 270px;
    right: 5px;
  }
  .theme-dark .menu {
    background-color: var(--aztechColor);
  }
  .theme-dark .navbar-area.style-one .menu > ul > li > a {
    color: var(--offwhiteColor);
  }
  .theme-dark .navbar-area.style-one .menu > ul > li > a.active, .theme-dark .navbar-area.style-one .menu > ul > li > a:hover {
    color: var(--auto_secondaryColor);
  }
  .theme-dark .navbar-area.style-two .menu > ul > li > a {
    color: var(--offwhiteColor);
  }
  .theme-dark .navbar-area.style-two .menu > ul > li > a.active, .theme-dark .navbar-area.style-two .menu > ul > li > a:hover {
    color: var(--health_secondaryColor);
  }
  .theme-dark .navbar-area.style-three .menu > ul > li > a {
    color: var(--offwhiteColor);
  }
  .theme-dark .navbar-area.style-three .menu > ul > li > a.active, .theme-dark .navbar-area.style-three .menu > ul > li > a:hover {
    color: var(--home_secondaryColor);
  }
  .theme-dark .navbar-area.style-four .menu > ul > li > a {
    color: var(--offwhiteColor);
  }
  .theme-dark .navbar-area.style-four .menu > ul > li > a.active, .theme-dark .navbar-area.style-four .menu > ul > li > a:hover {
    color: var(--travel_secondaryColor);
  }
  .theme-dark .navbar-area.style-five .menu > ul > li > a {
    color: var(--offwhiteColor);
  }
  .theme-dark .navbar-area.style-five .menu > ul > li > a.active, .theme-dark .navbar-area.style-five .menu > ul > li > a:hover {
    color: var(--life_primaryColor);
  }
  .theme-dark .hero-wrap.style-four .hero-slide-item::after {
    background: rgba(0, 0, 0, 0.7);
  }
}/*# sourceMappingURL=dark-theme.css.map */