/* *-*-*-*-*-*-*-*-*-	Header Section *-*-*-*-*-*-*-*-*- */
/*header buy now bar start*/
.sticky {
  position: fixed;
  background-color: #000;
  width: 100%;
  max-width: 100%;
  top: 0px;
  z-index: 999;
}
.header-coupon {
  color: black;
}
.header-coupon:hover {
  animation: none; /* Stop the blinking on hover */
}

.admin-bar .sticky {
  position: fixed;
  background-color: #000;
  width: 100%;
  max-width: unset;
  top: 32px;
  z-index: 999;
}
.mtsnb {
  z-index: 100000 !important;
}
.mtsnb-button-type a {
  background: black;
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 10px;
}
.header-coupoun {
  color: green;
}
.mtsnb-text {
  font-weight: bold;
}
/*header buy now bar end*/
header .physiotherapy-topbar-header-sec {
  position: relative;
  z-index: 2;
  top: 20px;
}
header ul li a span,
header ul li a {
  color: #000 !important;
  font-weight: 600;
}
.topbar-mail-col .gutentor-text-wrap a,
.topbar-call-col .gutentor-text-wrap a,
.topbar-location-col .gutentor-text-wrap a {
  text-decoration: none;
}
.physiotherapy-header-sec .header-menu-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .header-menu-col nav ul li.home a,
.page-template-about-us .header-menu-col nav ul li.about a,
.page-template-services .header-menu-col nav ul li.service a,
.page-template-blog-page .header-menu-col nav ul li.blog a,
.page-template-contact-us .header-menu-col nav ul li.contact-us a {
  color: #f69946 !important;
}

.physiotherapy-header-sec nav ul ul {
  background: #fff !important;
}
.search_alert .gutentor-element-icon-box {
  transform: rotate(45deg);
  cursor: pointer;
}

.sticky .header-menu-col nav ul li.home a {
  color: #fff !important;
}
.sticky .header-menu-col nav ul li.home a:after {
  display: none;
}
.physiotherapy-topbar-header-sec .search_alert {
  width: 100%;
  position: fixed;
  top: 0;
  padding: 0;
  z-index: 9999;
  display: none;
}
.search_alert form .wp-block-search__inside-wrapper {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.search_alert form input[type="search"] {
  color: black;
  background: white;
  border-radius: 20px !important;
  padding: 20px 80px 20px 20px;
}
.search_alert form button[type="submit"] {
  position: absolute;
  right: 20px;
  padding: 0;
  font-size: 25px;
  transform: rotate(270deg);
  background: transparent;
  color: black;
  margin: 0 !important;
  top: 14px;
}
.search_alert form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 75%;
}
.search_alert .close {
  transform: rotate(45deg);
  /* border: 1px solid white; */
  border-radius: 50px;
  color: white;
  position: absolute;
  top: 0;
  left: 90%;
  transform: translate(0%, 200%) !important;
  font-size: 24px;
}
.physiotherapy-header-sec .header-search-col {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.physiotherapy-header-sec .header-search-col:after {
  content: "";
  position: absolute;
  left: -10px;
  width: 2px;
  height: 35px;
  background: #000000;
  opacity: 0.3;
}
.physiotherapy-topbar-sec .social-icon-col {
  display: flex;
  justify-content: end;
  align-items: center;
}
.header-search-col div i {
  cursor: pointer;
}
header ul li a.current-menu-item span {
  color: #000 !important;
}
header ul .current-menu-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fbab2a;
  width: 100%;
  height: 4px;
  transform: translateY(31px);
  border-radius: 30px;
}
header ul li ul li a::after {
  display: none !important;
}
/* *-*-*-*-*-*-*-*- Footer Section -*-*-*-*-*-*-*-*- */
.return_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  background-color: #f69946;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  &:hover {
    background-color: #000;
  }
}
.footer-logo-main {
  margin-bottom: 35px;
}
.home .cctv_footer_sec.wp-block-cover,
.page-template-about-us .cctv_footer_sec.wp-block-cover {
  margin-top: 130px;
}
.cctv_footer_sec.wp-block-cover {
  margin-top: 50px;
}
.cctv_footer_sec .col_three .gutentor-post-image-box {
  width: 25% !important;
}
.cctv_footer_sec .col_three .gutentor-image-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.cctv_footer_sec .gutentor-post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cctv_footer_sec form {
  position: relative;
}
.cctv_footer_sec form input[type="email"] {
  border-radius: 9px;
}
.cctv_footer_sec form input[type="email"]::placeholder {
  font: normal normal 300 14px/32px Inter;
  letter-spacing: 0.42px;
  color: #000000;
}
.cctv_footer_sec form input[type="submit"] {
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #f69946;
  border-radius: 50px;
  width: 52px;
  height: 52px;
  padding: 0;
  font-family: "FontAwesome";
}
.cctv_footer_sec form input[type="submit"]:hover {
  background-color: #000;
}
.col_three .gutentor-post-title {
  font-weight: 300;
  font-family: "Inter";
  font-size: 17px;
  margin-bottom: 20px !important;
}
.footer_two_row .gutentor-text-wrap a p {
  margin-bottom: 0;
}
.footer_two_row .gutentor-text-wrap a.gutentor-element-advanced-text-link,
.footer_two_row .gutentor-text-wrap a.gutentor-element-advanced-text-link h6 {
  font-size: 22px !important;
  font-weight: 500;
  font-family: "Archivo";
  color: #fff;
}
.footer_two_row .gutentor-text-wrap a:hover * {
  color: #f69946 !important;
}
.footer_two_row .gutentor-text-wrap a * {
  color: #3e3e3e !important;
}
.cctv_footer_sec nav ul li a,
.cctv_footer_sec nav ul li a span {
  font: normal normal 400 17px/30px Inter;
  letter-spacing: 0px;
  color: #3e3e3e;
}
.cctv_footer_sec nav ul li a span:hover,
.cctv_footer_sec .gutentor-post-title a:hover {
  color: #f69946 !important;
}
.cctv_footer_sec .gutentor-post-title a,
.cctv_footer_sec .gutentor-entry-meta i,
.cctv_footer_sec .gutentor-entry-meta a {
  color: #3e3e3e !important;
}
.footer-main-text-copy p {
  font-family: "Archivo";
  font-weight: 400;
  font-size: 20px;
  margin-top: 15px !important;
  color: #fff;
}
.footer-main-text-copy a:hover p {
  color: #f69946 !important;
}
.footer-main-text-copy a p {
  color: #180a32 !important;
}
.cctv_footer_sec .gutentor-text-wrap a {
  text-decoration: none;
}
.cctv_footer_sec nav ul {
  padding-left: 20px;
}
.cctv_footer_sec nav ul li {
  position: relative;
}
.cctv_footer_sec nav ul li::after {
  content: "\f054";
  position: absolute;
  left: -20px;
  top: 5px;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 14px;
}
body .cctv_footer_sec .col_one .stk-button:hover svg path {
  fill: #f69946 !important;
}
.cctv_footer_sec .footer_two img {
  height: 65px;
  width: 60px;
}
.cctv_footer_sec ul ul {
  background-color: #f69946 !important;
}
.cctv_footer_sec ul ul li {
  position: relative;
}
.cctv_footer_sec ul ul li::after {
  content: "\f054";
  position: absolute;
  left: -5px;
  top: 12px;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 14px;
}
.header-logo-col img {
  padding: 10px 0;
}
.physiotherapy-header-sec {
  border: 1px solid #c2c2c2;
}
.physiotherapy-header-sec .wp-block-stackable-button .stk-button:hover {
  background-color: #f69946 !important;
}
.cctv_footer_sec .col_three .gutentor-image-thumb img:hover {
  transform: scale(1.05);
}
.cctv_footer_sec .footer_two_row .call_col:hover figure img {
  animation: rubberBand 1s infinite;
  filter: brightness(0);
}