.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 #fff;
    transition: .4s
}

.switch-box .slider::before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 0;
    bottom: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: .4s;
    box-shadow: 0 0 15px rgba(32, 32, 32, .2392156863);
    background: #fff url(../img/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 #0046c0
}

.switch-box input:focus+.slider {
    box-shadow: 0 0 1px #0046c0
}

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

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6 {
    color: #fff
}

.theme-dark h3 {
    color: #fff
}

.theme-dark h3 a {
    color: #fff;
    transition: .7s
}

.theme-dark p {
    color: #fff
}

.theme-dark .content h3 {
    color: #fff
}

.theme-dark .content h3 a {
    color: #fff
}

.theme-dark .content span {
    color: #fff
}

.theme-dark .content .price-tag h4 del {
    color: #fff
}

.theme-dark .content .read-btn {
    color: #fff
}

.theme-dark body {
    background: #1d1d1d;
    color: #fff
}

.theme-dark .header-top {
    background: #1d1d1d
}

.theme-dark .header-top-item .header-top-left ul li {
    color: #fff
}

.theme-dark .header-top-item .header-top-left ul li a {
    color: #fff
}

.theme-dark .main-nav {
    background-color: #252525
}

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

.theme-dark .main-nav nav .navbar-nav .nav-item a i {
    color: #fff
}

.theme-dark .main-nav nav .navbar-nav .nav-item a.active {
    color: #0046c0 !important
}

.theme-dark .main-nav nav .navbar-nav .nav-item a:hover {
    color: #0046c0 !important
}

.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #252525 !important
}

.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #fff !important
}

.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #0046c0 !important
}

.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #0046c0 !important
}

.theme-dark .location-item a {
    color: #fff
}

.theme-dark .nav-srh .search-area {
    background-color: #1d1d1d
}

.theme-dark .nav-srh .search-area .src-input {
    background-color: #0e0e0e;
    color: #fff
}

.theme-dark .slider-item {
    position: relative;
    z-index: 1
}

.theme-dark .slider-item::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0e0e0e;
    opacity: .7
}

.theme-dark .home-slider-two .slider-item .slider-text h1,
.theme-dark .home-slider-two .slider-item .slider-text p {
    color: #fff
}

.theme-dark .slider-item-three .slider-text span,
.theme-dark .slider-item-three .slider-text h1 {
    color: #fff
}

.theme-dark .page-title-area:before {
    background-color: #0e0e0e;
    opacity: .8
}

.theme-dark .about-item ul li {
    color: #fff
}

.theme-dark .hospital-item ul li {
    color: #fff
}

.theme-dark .symptoms-content ul li span {
    color: #fff
}

.theme-dark .video-wrap .video-nav {
    background-color: #252525
}

.theme-dark .faq-area-two {
    background-color: #0e0e0e
}

.theme-dark .accordion li .faq-head {
    color: #fff;
    border-color: #fff
}

.theme-dark .doctor-item {
    background-color: #0e0e0e
}

.theme-dark .doctor-item .doctor-bottom h3 a {
    color: #fff;
    transition: .7s
}

.theme-dark .doctor-item .doctor-bottom h3 a:hover {
    color: #0046c0
}

.theme-dark .doctor-btn a {
    color: #fff
}

.theme-dark .doctor-search-wrap {
    background-color: #252525
}

.theme-dark .doctor-search-item .form-group .form-control {
    background-color: #252525;
    color: #fff
}

.theme-dark .doctor-search-item .form-group .form-control::-moz-placeholder {
    color: #fff
}

.theme-dark .doctor-search-item .form-group .form-control::placeholder {
    color: #fff
}

.theme-dark .counter-bg {
    background-color: #252525
}

.theme-dark .main:before {
    background-color: #0e0e0e
}

.theme-dark .slider-for div p {
    color: #fff
}

.theme-dark .testimonial-area::before {
    background-color: #0e0e0e;
    opacity: .7
}

.theme-dark .testimonial-area .testimonial-wrap {
    background-color: #363636
}

.theme-dark .appointment-item {
    position: relative;
    z-index: 1
}

.theme-dark .appointment-item::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0e0e0e;
    opacity: .9;
    border-radius: 10px
}

.theme-dark .appointment-item .appointment-form .form-group label {
    color: #fff
}

.theme-dark .appointment-item .appointment-form .form-group .form-control {
    color: #fff !important
}

.theme-dark .appointment-item .appointment-form .form-group .form-control::-moz-placeholder {
    color: #fff
}

.theme-dark .appointment-item .appointment-form .form-group .form-control::placeholder {
    color: #fff
}

.theme-dark .appointment-item-two-right .appointment-item-content {
    background-color: #252525
}

.theme-dark .blog-area {
    background-color: #252525
}

.theme-dark .blog-item {
    background-color: #0e0e0e
}

.theme-dark .blog-item .blog-bottom h3 a {
    color: #fff;
    transition: .7s
}

.theme-dark .blog-item .blog-bottom h3 a:hover {
    color: #0046c0
}

.theme-dark .blog-item .blog-bottom p {
    color: #fff
}

.theme-dark .blog-item .blog-bottom ul li a:hover {
    color: #fff
}

.theme-dark .blog-item .blog-bottom ul li a:hover i {
    color: #fff
}

.theme-dark .blog-details-item .blog-details-img h2 {
    color: #fff
}

.theme-dark .blog-details-item .blog-details-previous h3 {
    color: #fff
}

.theme-dark .blog-details-item .blog-details-search .form-control {
    background-color: #252525;
    color: #fff
}

.theme-dark .blog-details-item .blog-details-recent ul li a {
    color: #fff
}

.theme-dark .blog-details-item .blog-details-recent ul li a:hover {
    color: #0046c0
}

.theme-dark .blog-details-item .blog-details-category ul li a {
    color: #fff
}

.theme-dark .blog-details-item .blog-details-tags ul li a {
    color: #fff;
    background-color: #252525;
    transition: .7s
}

.theme-dark .blog-details-item .blog-details-tags ul li a:hover {
    background-color: #0046c0
}

.theme-dark .blog-details-form .blog-details-form-wrap .form-group .form-control {
    background-color: #252525;
    color: #fff;
    box-shadow: none
}

.theme-dark .newsletter-wrap {
    background-color: #0e0e0e
}

.theme-dark .newsletter-item .newsletter-form .form-control {
    background-color: #252525;
    color: #fff
}

.theme-dark footer {
    background-color: #0e0e0e
}

.theme-dark .copyright-area {
    background-color: #252525
}

.theme-dark .location-wrap {
    background-color: #252525
}

.theme-dark .drop-img {
    background-color: #252525;
    background-image: none
}

.theme-dark .drop-item .drop-left .form-group .form-control {
    background-color: #0e0e0e;
    color: #fff
}

.theme-dark .drop-item .drop-left label a:hover {
    color: #fff
}

.theme-dark .signup-item .signup-head p a:hover {
    color: #fff
}

.theme-dark .signup-item .signup-form .form-group .form-control {
    background-color: #0e0e0e;
    color: #fff
}

.theme-dark .signup-item .signup-form .form-group .form-check label {
    color: #fff
}

.theme-dark .signup-item .signup-form .form-group .form-check label a:hover {
    color: #fff
}

.theme-dark .coming-item .coming-wrap .coming-inner {
    background-color: #252525
}

.theme-dark .coming-item .coming-wrap .coming-inner h3 {
    color: #fff
}