/* Header Section Start */

header #theme-menu-two {
    background: var(--secondary-bg-color)
}

header #theme-menu-two .navbar-nav .nav-item:first-child .nav-link::before {
    content: none;
}

header #theme-menu-two .navbar-nav .nav-item .nav-link {
    color: var(--primary-text-color);
}

header #theme-menu-two .navbar-nav .nav-item .nav-link:hover {
    color: var(--primary-text-light-color)
}

header #theme-menu-two .row div:nth-child(3) ul {
    align-items: start !important;
}

header #theme-menu-two .row div:nth-child(3) ul li:first-child a {
    background: var(--primary-bg-color);
}

header #theme-menu-two .row div:nth-child(3) ul li:first-child a:hover {
    background: var(--primary-bg-light-color);
}

.navbar .dropdown-menu {
    min-width: 252px;
}

/* Header Section End */

/* Top Marquee Section Start */
.notification-bar {
  background: #7c55c5;
  color: #000;
  padding: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
}

.notification-bar span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 20s linear infinite;
}

.notification-bar a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.notification-bar a:hover {
  text-decoration: none;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.fixed-vertical-btn {
   position: fixed;
   top: 50%;
   left: 1%;
   transform: rotate(-90deg) translateX(-50%);
   transform-origin: top left;
   z-index: 9999;
   background: #FF723A !important;
   border: #FF723A;
   color: #fff;
   font-weight: 700;
   border-radius: 0;
   padding: 10px 20px;
   border: none;
}

.notification-bar:hover span {
  animation-play-state: paused !important;
}

/* Top Marquee Section End */

/* footer Section Start */
#footer-img {
    background: var(--primary-bg-light-color);
    width: 100%;
}

footer {
    background: var(--primary-bg-color) !important;
    /* background-image: url(../cenable_care/home/footer_bg1.png) !important; */
}

footer .footer-log img {
    width: 50%;
}

footer .footer__social a {
    color: var(--primary-text-light-color)
}

footer .footer__social a:hover {
    background: var(--primary-bg-color) !important;
    border: 2px solid var(--secondary-bg-color);
}

footer .footer__widget h4, 
footer .footer__widget p,
footer .footer__widget h6,
footer .footer__widget ul li a,
footer .footer__widget button,
footer .copy-right-area .copyright p,
footer .copy-right-area .copyright ul li a {
  color: var(--secondary-text-color) !important;
  font-family: var(  --font-family-2-2-2) ;
}

footer .footer__widget .subscribe-form-box button {
    background: var(--secondary-bg-color) !important;
    color: var(--primary-text-color) !important;
}

#scrollUp {
    background: var(--primary-bg-color) ;
    border: 2px solid var(--secondary-bg-color);
}

/* footer Section End */