/*================================================
Default CSS
=================================================*/
.switch-box {
  position: fixed;
  z-index: 1;
  left: 3%;
  bottom: 63px;
}

.switch-box .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch-box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4d4949;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-box .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 2.5px;
  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: url(../../assets/images/night.png);
  background-repeat: no-repeat;
  background-position: center;
}

.switch-box input:checked + .slider {
  background-color: #cbc1c1;
}

.switch-box input:focus + .slider {
  background-color: #4d4949;
}

.switch-box input:checked + .slider:before {
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
  background: url(../images/sunny.png);
  background-repeat: no-repeat;
  background-position: center;
}

.switch-box .slider.round {
  border-radius: 50px;
}

.switch-box .slider.round:before {
  border-radius: 50%;
}

.theme-dark body {
  background-color: #000000;
  color: #f1f1f1;
}

.theme-dark p {
  color: #f1f1f1;
}

.theme-dark p a {
  color: #f1f1f1 !important;
}

.theme-dark p a:hover {
  color: #06a3da !important;
}

.theme-dark a {
  color: #ffffff;
}

.theme-dark .h1, .theme-dark .h2, .theme-dark .h3, .theme-dark .h4, .theme-dark .h5, .theme-dark .h6, .theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: #ffffff !important;
}

.theme-dark .h1 a, .theme-dark .h2 a, .theme-dark .h3 a, .theme-dark .h4 a, .theme-dark .h5 a, .theme-dark .h6 a, .theme-dark h1 a, .theme-dark h2 a, .theme-dark h3 a, .theme-dark h4 a, .theme-dark h5 a, .theme-dark h6 a {
  color: #ffffff !important;
}

.theme-dark .h1 a:hover, .theme-dark .h2 a:hover, .theme-dark .h3 a:hover, .theme-dark .h4 a:hover, .theme-dark .h5 a:hover, .theme-dark .h6 a:hover, .theme-dark h1 a:hover, .theme-dark h2 a:hover, .theme-dark h3 a:hover, .theme-dark h4 a:hover, .theme-dark h5 a:hover, .theme-dark h6 a:hover {
  color: #06a3da !important;
}

.theme-dark .middle-header-content li {
  color: #ffffff;
}

.theme-dark .middle-header-content li span {
  color: #ffffff;
}

.theme-dark .top-information-wrap li {
  color: #ffffff;
}

.theme-dark .top-information-wrap li a {
  color: #ffffff;
}

.theme-dark .top-optional-wrap li a i {
  color: #ffffff;
  border: 2px solid #ffffff;
}

.theme-dark .navbar-area.is-sticky {
  background-color: #161616 !important;
}

.theme-dark .main-navbar {
  background-color: #0b0a0a;
}

.theme-dark .main-navbar .navbar .navbar-brand .white-logo {
  display: block;
}

.theme-dark .main-navbar .navbar .navbar-brand .main-logo {
  display: none;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #06a3da !important;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item:hover a, .theme-dark .main-navbar .navbar .navbar-nav .nav-item:focus a, .theme-dark .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #06a3da !important;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
  background: #0e0e0e;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #ffffff !important;
  border-bottom: 1px dashed #000000;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #06a3da !important;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #ffffff !important;
  border-bottom: 1px dashed #000000;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #06a3da !important;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #06a3da;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #06a3da;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #06a3da;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #06a3da;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #06a3da;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #06a3da;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #06a3da;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #06a3da;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #06a3da;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #06a3da;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #06a3da;
}

.theme-dark .main-navbar .navbar .others-options .option-item .search-btn a i {
  color: #ffffff;
}

.theme-dark .grin-care-navbar .main-navbar .navbar {
  background-color: #0b0a0a;
}

.theme-dark .grin-care-navbar .main-navbar .others-options .option-item .cart-btn i {
  color: #ffffff;
}

.theme-dark .main-slides-content h1 {
  color: #000000 !important;
}

.theme-dark .main-slides-content h1 span {
  color: #06a3da;
}

.theme-dark .main-slides-content p {
  color: #000000;
}

.theme-dark .main-banner-item {
  background-color: #0e0e0e;
}

.theme-dark .dental-tourism-banner-content h1 {
  color: #002345 !important;
}

.theme-dark .dental-tourism-banner-content p {
  color: #486683 !important;
}

.theme-dark .skin-care-banner-area {
  background-color: #0e0e0e;
}

.theme-dark .page-banner-area {
  background-color: #302f2f;
}

.theme-dark .single-features {
  background-color: #272727;
}

.theme-dark .single-features-box {
  background-color: #0e0e0e;
}

.theme-dark .single-dental-tourism-features .content p {
  color: #ffffff;
}

.theme-dark .skin-care-features-card {
  background-color: #0e0e0e;
}

.theme-dark .eye-care-features-card .features-content p {
  color: #ffffff;
}

.theme-dark .single-services .services-content {
  background-color: #0e0e0e;
}

.theme-dark .services-area.bg-eef9ff {
  background-color: #0e0e0e;
}

.theme-dark .single-services-box {
  background-color: #000000;
}

.theme-dark .single-services-item {
  background-color: #0e0e0e;
}

.theme-dark .dental-tourism-services-area {
  background-color: #0e0e0e;
}

.theme-dark .skin-care-services-area {
  background-color: #0e0e0e;
}

.theme-dark .skin-care-services-card .services-content {
  background-color: #000000;
}

.theme-dark .skin-care-services-card .services-content p {
  color: #ffffff;
}

.theme-dark .skin-care-dry-content .list li {
  color: #ffffff;
}

.theme-dark .skin-care-dry-content .dry-list li.title {
  color: #ffffff;
}

.theme-dark .eye-care-services-area::before {
  background-color: #0e0e0e;
}

.theme-dark .eye-care-services-card {
  background-color: #000000;
}

.theme-dark .widget-area .widget_categories ul li a {
  color: #ffffff;
}

.theme-dark .widget-area .widget_categories ul li a:hover {
  color: #06a3da;
}

.theme-dark .widget-area .widget_info .content {
  background: #0e0e0e;
}

.theme-dark .services-details-overview-content p span {
  color: #ffffff;
}

.theme-dark .dental-tourism-choose-content .choose-inner-content p {
  color: #ffffff;
}

.theme-dark .eye-care-solutions-content .solutions-inner-content p {
  color: #ffffff;
}

.theme-dark .eye-care-solutions-content .solutions-inner-content.bg-F7F7FD {
  background-color: #0e0e0e;
}

.theme-dark .overview-area {
  background-color: #0e0e0e;
}

.theme-dark .appointment-overview-box {
  background-color: #272626;
}

.theme-dark .appointment-overview-box .make-appointment-content form .form-group .form-control {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #2a2929;
}

.theme-dark .appointment-overview-box .make-appointment-content form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .appointment-overview-box .make-appointment-content form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .appointment-overview-box .make-appointment-content form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .appointment-overview-box .make-appointment-content form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .about-content .about-info span {
  color: #ffffff;
}

.theme-dark .dental-tourism-about-content .list li {
  color: #ffffff;
}

.theme-dark .skin-care-about-content .about-btn-with-info li a {
  color: #ffffff;
}

.theme-dark .eye-care-about-content .list li {
  color: #ffffff;
}

.theme-dark .pricing-area {
  background-color: #0e0e0e;
}

.theme-dark .single-pricing-table {
  background-color: #000000;
}

.theme-dark .fun-facts-area {
  background-color: #0e0e0e;
}

.theme-dark .core-features-area {
  background-color: #272626;
}

.theme-dark .core-features-area::before {
  background-color: #000000;
}

.theme-dark .single-core-features {
  background-color: #0e0e0e;
}

.theme-dark .single-doctor .doctor-content {
  background-color: #222121;
}

.theme-dark .single-doctor .doctor-content span {
  color: #ffffff;
}

.theme-dark .dental-tourism-dentist-card .dentist-content span {
  color: #ffffff;
}

.theme-dark .dental-tourism-tourists-content .list li {
  color: #ffffff;
}

.theme-dark .eye-care-team-area {
  background-color: #0e0e0e;
}

.theme-dark .eye-care-team-card .team-content span {
  color: #ffffff;
}

.theme-dark .dentist-details-content span {
  color: #ffffff;
}

.theme-dark .dentist-details-content .content-overview p span {
  color: #ffffff;
}

.theme-dark .dentist-details-overview-content .overview-text p span {
  color: #ffffff;
}

.theme-dark .appointment-inner-box .appointment-form {
  background-color: #000000;
}

.theme-dark .appointment-inner-box .appointment-form form .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .appointment-inner-box .appointment-form form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .appointment-inner-box .appointment-form form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .appointment-inner-box .appointment-form form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .appointment-inner-box .appointment-form form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .appointment-form {
  background-color: #000000;
}

.theme-dark .appointment-form form .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .appointment-form form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .appointment-form form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .appointment-form form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .appointment-form form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .dental-tourism-appointment-form h4 {
  color: #000000 !important;
}

.theme-dark .gallery-area.bg-091e3e {
  background-color: #323232;
}

.theme-dark .review-area {
  background-color: #0e0e0e;
}

.theme-dark .single-review-item {
  background-color: #000000;
}

.theme-dark .dental-tourism-review-area {
  background-color: #0e0e0e;
}

.theme-dark .dental-tourism-review-card {
  background-color: #000000;
}

.theme-dark .skin-care-review-card {
  background-color: #0e0e0e;
}

.theme-dark .eye-care-review-card {
  background-color: #000000;
}

.theme-dark .eye-care-treatment-content .treatment-inner-content {
  background-color: #0e0e0e;
}

.theme-dark .eye-care-treatment-content .treatment-inner-content p {
  color: #ffffff;
}

.theme-dark .skin-care-before-after-area {
  background-color: #0e0e0e;
}

.theme-dark .skin-care-before-after-slides.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
}

.theme-dark .single-blog .blog-content {
  background-color: #0e0e0e;
}

.theme-dark .single-blog .blog-content .blog-btn {
  color: #ffffff;
}

.theme-dark .single-blog .blog-content .entry-meta li span {
  color: #ffffff;
}

.theme-dark .dental-tourism-blog-card .blog-content .entry-meta li {
  color: #ffffff;
}

.theme-dark .dental-tourism-blog-card .blog-content .entry-meta li a {
  color: #ffffff;
}

.theme-dark .skin-care-blog-card .blog-content .entry-meta li {
  color: #ffffff;
}

.theme-dark .skin-care-blog-card .blog-content .entry-meta li a {
  color: #ffffff;
}

.theme-dark .eye-care-blog-card {
  background-color: #0e0e0e;
}

.theme-dark .eye-care-blog-card .blog-content p {
  color: #ffffff;
}

.theme-dark .eye-care-blog-card .blog-content .entry-meta li {
  color: #ffffff;
}

.theme-dark .eye-care-blog-card .blog-content .entry-meta li a {
  color: #ffffff;
}

.theme-dark .blog-details-desc .article-content .entry-meta ul li {
  color: #ffffff;
}

.theme-dark .blog-details-desc .article-content .entry-meta ul li span {
  color: #ffffff;
}

.theme-dark .blog-details-desc .article-content .entry-meta ul li a {
  color: #ffffff;
}

.theme-dark .comments-area .comment-author .fn {
  color: #ffffff;
}

.theme-dark .comments-area .comment-metadata a {
  color: #ffffff;
}

.theme-dark .comments-area .comment-body .reply a {
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond input {
  background-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond input::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond input:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond input::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond input::placeholder {
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond textarea {
  background-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond textarea::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond textarea:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond textarea::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond textarea::placeholder {
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond .comment-form-cookies-consent label {
  color: #ffffff;
}

.theme-dark .skin-care-partner-inner-box {
  background-color: #272626;
}

.theme-dark .newsletter-inner-box {
  background-color: #2d2d2d;
}

.theme-dark .footer-area {
  background-color: #1c1d1d;
}

.theme-dark .copyright-area {
  background-color: #1c1d1d;
}

.theme-dark .skin-care-footer-area {
  background-color: #1c1d1d;
}

.theme-dark .skin-care-footer-widget .info-list li {
  color: #ffffff;
}

.theme-dark .skin-care-footer-widget .info-list li a {
  color: #ffffff;
}

.theme-dark .skin-care-footer-widget .quick-links li a {
  color: #ffffff;
}

.theme-dark .skin-care-footer-widget .newsletter-form p {
  color: #ffffff;
}

.theme-dark .skin-care-footer-widget .newsletter-form .form-group .input-newsletter {
  color: #ffffff;
}

.theme-dark .skin-care-footer-widget .newsletter-form .form-group .input-newsletter::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .skin-care-footer-widget .newsletter-form .form-group .input-newsletter:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .skin-care-footer-widget .newsletter-form .form-group .input-newsletter::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .skin-care-footer-widget .newsletter-form .form-group .input-newsletter::placeholder {
  color: #ffffff;
}

.theme-dark .eye-care-footer-area {
  background: -webkit-gradient(linear, left top, left bottom, from(#262626), to(#2e2e2e));
  background: linear-gradient(180deg, #262626 0%, #2e2e2e 100%);
  padding-top: 180px;
}

.theme-dark .eye-care-footer-widget .info-list li {
  color: #ffffff;
}

.theme-dark .eye-care-footer-widget .info-list li a {
  color: #ffffff;
}

.theme-dark .eye-care-footer-widget .quick-links li a {
  color: #ffffff;
}

.theme-dark .eye-care-footer-widget .hours-list li {
  color: #ffffff;
}

.theme-dark .eye-care-footer-widget .hours-list li span {
  color: #ffffff;
}

.theme-dark .login-form {
  background-color: #0e0e0e;
}

.theme-dark .login-form form .form-group label {
  color: #ffffff;
}

.theme-dark .login-form form .form-group .form-control {
  background-color: #000000;
  color: #ffffff;
  border-color: #2a2a2a;
}

.theme-dark .login-form form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .login-form form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .login-form form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .login-form form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .login-form form .lost-your-password a {
  color: #ffffff;
}

.theme-dark .register-form {
  background-color: #0e0e0e;
}

.theme-dark .register-form form .form-group label {
  color: #ffffff;
}

.theme-dark .register-form form .form-group .form-control {
  background-color: #000000;
  color: #ffffff;
  border-color: #2a2a2a;
}

.theme-dark .register-form form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .register-form form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .register-form form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .register-form form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .faq-accordion .accordion .accordion-title {
  background-color: #212020;
  color: #ffffff;
}

.theme-dark .faq-accordion .accordion .accordion-content {
  background-color: #0e0e0e;
}

.theme-dark .faq-accordion .accordion .accordion-content p {
  color: #ffffff;
}

.theme-dark .coming-soon-content {
  background: #0e0e0e;
}

.theme-dark .coming-soon-content .newsletter-form {
  background-color: #000000;
}

.theme-dark .coming-soon-content .newsletter-form .form-group .input-newsletter {
  background-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .coming-soon-content .newsletter-form .form-group .input-newsletter::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .coming-soon-content .newsletter-form .form-group .input-newsletter:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .coming-soon-content .newsletter-form .form-group .input-newsletter::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .coming-soon-content .newsletter-form .form-group .input-newsletter::placeholder {
  color: #ffffff;
}

.theme-dark .contact-form form .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .contact-form form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .contact-form form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .contact-form form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .contact-form form .form-group .form-control::placeholder {
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .theme-dark .navbar-area {
    background-color: #292828;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #ffffff;
  }
  .theme-dark .main-responsive-nav .logo .main-logo {
    display: none;
  }
  .theme-dark .main-responsive-nav .logo .white-logo {
    display: block;
  }
  .theme-dark .others-option-for-responsive .dot-menu {
    top: -42px;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle {
    background-color: #ffffff;
  }
  .theme-dark .others-option-for-responsive .others-option-for-responsive .container .container {
    background-color: #292828;
  }
}
/*# sourceMappingURL=dark.css.map */