@font-face {
  font-family: "Helvetica";
  src: url(../fonts/helvetica/Helvetica.ttf) format("ttf");
}
* {
  margin: 0;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
}
:root {
  --transition: all 0.4s ease-in-out;
  --anim-speed: 30s;
}
a {
  text-decoration: none;
  transition: 0.2s ease-in;
}
a,
button {
  transition: 0.7s ease-in;
}
p,
ul,
nav,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
.container {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
}
li {
  list-style: none;
}
/* .nav-bar.sticky{
  position: fixed;
  top: 0;
  width: 100%;
  transition: .7s ease-in;
  z-index: 99;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.11);
} */

#my_texth1 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
#my_texth1 {
  transition: transform 0.5s;
}
/* header .topbar-curve-shape{
   width: 193px;
   height: 165px;
   border-radius: 100%;
   background-color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   bottom: 0;
   left: 50%;
   transform: translateX(-50%);
   z-index: 2;
   text-align: center;
   font-family: "Helvetica", sans-serif;
    position: absolute;
    right: -3px;
    bottom: 0;
    border-top-left-radius: 50%;
    transition: all ease-in-out .3s;
    padding: 10px;
} */

header .topbar-curve-shape a img {
  max-width: 220px;
}
.navbar .topbar-curve-shape .main-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
}
header .topbar-curve-shape a p {
  text-transform: uppercase;
  font-weight: 600;
  color: #4091c8;
  font-size: 20px;
  margin-top: 8px;
}
header .topbar-curve-shape a p > span {
  color: #fa8728;
}

.navbar .navbar-nav.navbar-menu {
  gap: 36px;
}
.navbar-nav.navbar-menu li a,
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
}
.navbar-nav.navbar-menu li a:hover span i,
.navbar-light .navbar-nav .nav-link:hover span i {
  transform: rotate(180deg);
  transition: 0.3s ws ease;
}
.navbar-nav.navbar-menu li a span i,
.navbar-light .navbar-nav .nav-link span i {
  margin-left: 3px;
}
.navbar-nav.navbar-menu li a:hover,
.navbar-light .navbar-nav .nav-link:hover {
  color: #5fb8e4;
}
/* nav-sec */
header .nav-bar {
  position: absolute;
  z-index: 9;
  margin: 0 auto;
  width: 100%;
}
header .nav-bar .navbar-menu-right form {
  padding: 14px 0px;
}
.navbar-menu-right .btn-outline-success,
.banner-sec .banner-content a,
.banner-btn.btnn-primary {
  outline: none;
  background: #4d99cc;
  border-radius: 28px;
  font-size: 16px;
  border: 1px solid #5fb8e4;
  color: #fff;
  padding: 10px 40px;
  border-radius: 27px;
  filter: drop-shadow(0px 2px 2.5px rgba(22, 20, 19, 0.2));
  display: inline-block;
  background-color: #5fb8e4;
}
.navbar-menu-right .btn-outline-success:hover,
.banner-sec .banner-content a:hover,
.banner-btn.btnn-primary:hover {
  background-color: #39467a;
  border: 1px solid #5fb8e4;
  color: #5fb8e4;
}
.navbar-menu-right .btn-outline-success:hover {
  transform: translate(0, 0);
}
.navbar-menu-right .btn-outline-success:focus {
  box-shadow: none;
}
.navbar .container-fluid .collapse.navbar-collapse {
  justify-content: space-between;
}
.navbar-menu-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
/* banner-sec */
.banner-sec {
  padding: 160px 0px;
  position: relative;
  color: #fff;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.banner-sec::after {
  background: linear-gradient(
    to right,
    rgba(63, 75, 126, 1) 0%,
    rgb(63 75 126 / 83%) 50%,
    rgb(239 239 239 / 0%) 100%
  );
  position: absolute;
  content: "";
  inset: 0;
  z-index: 1;
}
.banner-sec .banner-bottom-shape {
  position: absolute;
  bottom: 0px;
  content: "";
  z-index: 10;
  width: 100%;
}
.banner-sec .banner-bottom-shape img {
  width: 100%;
}
.banner-sec .banner-content span {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block;
}

.banner-sec .banner-content p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}
.banner-content h1 {
  font-size: 54px;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 20px;
  text-transform: none;
}
.banner-wrapper.banner-images {
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 50px;
}
.frist-image-wrapper .frist-image-inner,
.second-image-wrapper .second-image-inner {
  width: 270px;
  height: 540px;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 150px;
}
.frist-image-wrapper .frist-image-inner,
.second-image-wrapper .second-image-inner {
  animation-name: up-and-down;
  animation-duration: 7s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.second-image-wrapper .second-image-inner {
  animation-name: down-and-up;
}
@keyframes up-and-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.second-image-wrapper .second-image-inner {
  animation-name: down-and-up;
  animation-direction: alternate-reverse;
}
@keyframes down-and-up {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
.frist-image-wrapper .frist-image-inner img,
.second-image-wrapper .second-image-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-images .frist-image-info,
.banner-images .second-image-info {
  padding: 10px 20px;
  background: #fff;
  border: 2px solid #ffff;
  background-color: rgb(255 255 255 / 67%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  max-width: 345px;
  border-radius: 20px;
  border-top-left-radius: 0px;
  position: absolute;
  top: 7px;
  left: 30%;
  z-index: 4;
  /* animation: name duration timing-function delay iteration-count direction fill-mode; */
  animation: main-shift 2s ease-in-out infinite alternate;
}
@keyframes main-shift {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-5px);
  }
}

@keyframes static-shift {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(5px);
  }
}
.banner-images .second-image-wrapper {
  margin-top: 60px;
}
.banner-images .second-image-info {
  max-width: 290px;
  top: 75%;
  left: 55%;
  border-top-right-radius: 0px;
  border-top-left-radius: 20px;
}
.banner-images .frist-image-info p,
.banner-images .second-image-info p {
  color: #2a326d;
  font-size: 18px;
  line-height: 28px;
}

.sec-padding-common {
  padding: 85px 0px;
}
.yonge-eglinton .team-section.sec-padding-common,
.north-york .team-section.sec-padding-common,
.rosedale .team-section.sec-padding-common {
  padding-bottom: 0 !important;
}
/* 05-feb-2026 */
.navbar .navbar-nav.navbar-menu .navbar-nav .dropdown-toggle::after {
  display: none;
}
.navbar .topbar-curve-shape {
  position: relative;
  top: -1px;
}
.navbar .topbar-curve-shape .main-logo-bGshape {
  max-width: 400px;
}
.banner-sec .banner-content a {
  margin-top: 50px;
  display: inline-block;
  margin-right: 20px;
}
.page-headrr .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.page-headrr .topbar {
  background-color: #fff;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-headrr .topbar .top-left ul > li a,
.page-headrr .topbar .top-right ul > li a {
  font-size: 14px;
  font-weight: 600;
  color: #384074;
}
.page-headrr .topbar .top-right ul > li a i {
  margin-right: 5px;
}
.page-headrr .topbar .top-left ul > li a:hover,
.page-headrr .topbar .top-right ul > li a:hover {
  color: #5fb8e4;
}
.page-headrr .topbar .top-left ul > li,
.page-headrr .topbar .top-right ul > li {
  float: left;
  margin-right: 20px;
}
.page-headrr .topbar .top-left ul > li:last-child,
.page-headrr .topbar .top-right ul > li:last-child {
  margin-right: 0px;
}
/* .page-headrr .nav-bar .navbar .navbar-menu:hover .dropdown-menu {
   visibility: visible;
   display: block;
   opacity: 1;
} */
.navbar .dropdown-menu.show {
  display: none;
}
.banner-wrapper.banner-content {
  max-width: 800px;
  position: relative;
  z-index: 4;
}
.banner-wrapper.banner-content h1 {
  font-size: 60px;
  line-height: 68px;
  color: #ffffff;
  font-weight: 800;
}
.banner-wrapper.banner-content p {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 300;
  max-width: 580px;
}
/* dropdown-menu */
.navbar .dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}
.navbar .dropdown-menu {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.navbar .dropdown:hover > .dropdown-menu {
  display: block;
  opacity: 1;
}
.navbar .dropdown-toggle::after {
  transition: transform 0.3s ease;
  display: none;
}
.navbar .dropdown:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}
.navbar .dropdown-menu li a {
  font-size: 14px;
  font-weight: 600;
  color: #384074;
}
.static-count-sec .stat-item-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto auto auto;
}
.static-count-sec .stat-item-wrapper .stat-item {
  text-align: center;
}
.static-count-sec .stat-item-wrapper .stat-item strong {
  font-size: 42px;
  color: #5fb8e4;
  font-weight: bold;
  text-align: center;
}
.static-count-sec .stat-item-wrapper .stat-item p {
  font-size: 24px;
  color: #39467a;
  font-weight: 500;
  text-align: center;
}
.static-count-sec .stat-item-wrapper {
  background: #f8f8f8;
  padding: 20px;
  position: relative;
  top: -50px;
  z-index: 4;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  padding-bottom: 0px;
}
.static-count-sec,
.service-reviews-sec,
.our-services {
  background: #f8f8f8;
}
/* service-reviews-sec */
.service-reviews-sec .testimonial-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.service-reviews-sec .testimonial-header {
  flex: 1;
  max-width: 400px;
}
.service-reviews-sec .top-line {
  width: 100px;
  height: 2px;
  background: var(--primary-blue);
  margin-bottom: 20px;
}
.service-reviews-sec .sub-heding,
.who-we-are-content .sub-heding,
.sec-padding-common .sub-heding {
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  color: #53b2e1;
  font-weight: 600;
  margin-bottom: 4px;
  position: relative;
  display: inline-block;
}
.service-reviews-sec .sub-heding::before,
.who-we-are-content .sub-heding::before,
.our-services .section-title .primary-h2::before,
.expert-header-tittle .primary-h2::before,
.directly-billing-sec .primary-h2::before,
.faq-sec .primary-h2::before,
.alignment-we-treat .primary-h2::before,
.areas-section .primary-h2::before,
.body-part .body-part-container h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
  height: 2px;
  background-color: #39467a;
}
.our-services .section-title .primary-h2::before,
.expert-header-tittle .primary-h2::before,
.directly-billing-sec .primary-h2::before,
.faq-sec .primary-h2::before,
.alignment-we-treat .primary-h2::before,
.areas-section .primary-h2::before,
.body-part .body-part-container h2::before {
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
.our-services .section-title .primary-h2,
.expert-header-tittle .primary-h2,
.directly-billing-sec .primary-h2,
.faq-sec .primary-h2,
.alignment-we-treat .primary-h2,
.areas-section .primary-h2,
.location-map-sec .primary-h2,
.body-part .body-part-container h2 {
  position: relative;
  display: inline-block;
}
.body-part .body-part-container {
  text-align: center;
}
.primary-h2,
.others-new-location h2 {
  font-size: 35px;
  line-height: 43px;
  color: #39467a;
  font-weight: bold;
}
.others-new-location h2 {
  position: relative;
  display: inline-block;
}
.others-new-location .btnn-primary {
  display: inline-block;
  width: max-content;
  margin: 0 auto;
  margin-top: 20px;
}
.service-reviews-sec .testimonial-header .primary-h2,
.who-we-are .testimonial-header .primary-h2,
.our-services .primary-h2,
.expert-header-tittle .primary-h2,
.others-new-location h2 {
  margin-bottom: 15px;
}
.service-reviews-sec .testimonial-header .description,
.description {
  font-size: 16px;
  line-height: 30px;
  color: #323231;
}
/* .service-reviews-sec .testimonial-grid {
    flex: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
} */
.service-reviews-sec .testimonial-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #e0e6ed;
  /* box-shadow: 0 4px 15px rgba(0,0,0,0.05); */
  margin-bottom: 20px;
}
.service-reviews-sec .card-header-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.service-reviews-sec .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}
/* Avatar Colors based on design */
.avatar.blue {
  background-color: #5bb4db;
}
.avatar.light-blue {
  background-color: #5fbce6;
}
.avatar.r-blue {
  background-color: #4da6d1;
}
.service-reviews-sec .user-meta h3 {
  font-size: 16px;
  color: #3c497c;
  font-weight: bold;
}
.service-reviews-sec .user-meta span {
  font-size: 12px;
  color: #323231;
  font-weight: 500;
}
.service-reviews-sec .stars {
  margin-bottom: 15px;
}
.service-reviews-sec .stars ul > li {
  color: #fcbb19;
}
.service-reviews-sec .stars ul {
  display: flex;
  align-items: center;
  gap: 3px;
}
.service-reviews-sec .review-text {
  font-size: 14px;
  line-height: 25px;
  color: #323231;
}
.service-reviews-sec .testimonial-card {
  height: 100%;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 7px rgba(22, 20, 19, 0.2));
  background-color: #ffffff;
  border: 1px solid #5fb8e4;
}
/* who-we-are */
.who-we-are-image {
  display: flex;
  align-items: center;
}
.who-we-are-image .frist-image img {
  width: 300px;
  height: 300px;
  border-radius: 100%;
  overflow: hidden;
}
.who-we-are-image .frist-image img,
.who-we-are-image .second-image img {
  max-width: 100%;
  object-fit: cover;
}
.who-we-are-image .second-image img {
  width: 420px;
  height: 420px;
  border-radius: 100%;
  overflow: hidden;
}
.who-we-are-image .second-image {
  transform: translateX(-80px);
}
.who-we-are-image .frist-image,
.who-we-are-image .second-image {
  position: relative;
}
.who-we-are-image .frist-image::after,
.who-we-are-image .second-image::after {
  position: absolute;
  content: "";
  background-color: #eeeeee;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: -1;
}
.who-we-are-image .second-image::after {
  left: -10px;
  top: -20px;
}
.who-we-are-image .frist-image::after {
  right: -15px;
  bottom: -20px;
}
.who-we-are-image .second-image {
  z-index: 1;
}
.who-we-are-image .frist-image {
  animation: who-we-are-pulse 6s ease-in-out infinite;
}
.who-we-are-image .second-image {
  animation: who-we-are-float 6s ease-in-out infinite;
}
.who-we-are-content .description {
  margin-bottom: 40px;
}
.our-services .description {
  margin-bottom: 20px;
}
@keyframes who-we-are-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes who-we-are-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.testimonial-header.who-we-are-content {
  padding-left: 30px;
}

/* our-services */
.our-services .section-title,
.expert-header-tittle .description {
  text-align: center;
  margin-bottom: 40px;
}
.our-services .section-title p {
  max-width: 1000px;
  margin: 0 auto;
}
/* Desktop Tabs */
.our-services .services-desktop {
  display: block;
}
.our-services .tab-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
  filter: drop-shadow(0px 2px 3px rgba(22, 20, 19, 0.1));
  background-color: #ffffff;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}
.our-services .tab-link {
  background: none;
  border: none;
  padding: 15px 15px;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  color: #545e83;
  font-weight: 600;
  transition: 0.3s;
  letter-spacing: 0.3px;
  border-bottom: 3px solid transparent;
}
.our-services .tab-link.active {
  background-color: #5fb8e4;
  color: white;
  border-radius: 10px;
}
.our-services .tab-content {
  display: none;
  animation: fadeIn 0.5s ease;
}
.our-services .tab-content.active {
  display: block;
}
.our-services .tab-text a {
  color: #5fb8e4;
  transition: 0.3s ease;
}
.our-services .tab-text a:hover {
  color: #39467a;
}
.our-services .tab-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.our-services .tab-grid .tab-image {
  filter: drop-shadow(0px 2px 4.5px rgba(22, 20, 19, 0.15));
}
.our-services .tab-text h3 {
  font-size: 25px;
  color: #39467a;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.our-services .service-features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.our-services .service-features li {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 35px;
  color: #39467a;
  font-weight: 500;
}
.our-services .service-features li span img {
  width: 18px;
  margin-right: 7px;
}
.tab-image img {
  width: 100%;
  border-radius: 4px;
}
.services-desktop .banner-btn {
  margin-top: 20px;
  display: inline-block;
}
/* Mobile Accordion */
.our-services .services-mobile {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Expert-care */
.expert-header-tittle {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.expert-grid .center-image {
  height: 520px;
  border-radius: 10px;
  position: relative;
  transition: transform 4s ease-in;
  /* filter: drop-shadow(2.424px 4.373px 7.5px rgba(22,20,19,0.3)); */
  overflow: hidden;
}

.expert-grid .center-image:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transform: translateY(-100%);
  font-size: 25px;
  color: #fff;
  display: block;
  background-color: rgba(188, 143, 143, 0.137);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease-in;
  border: 4px solid white;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 10px;
}
.expert-grid .center-image:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transform: translateY(100%);
  font-size: 25px;
  color: #fff;
  display: block;
  background-color: rgba(188, 143, 143, 0.137);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease-in;
  border: 4px solid white;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 10px;
}
.expert-grid .center-image:hover::before {
  transform: translateY(0%);
}
.expert-grid .center-image:hover::after {
  transform: translateY(0%);
}
/*  */
.expert-care .expert-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  align-items: center;
}
.expert-care .feature-column {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.expert-care .feature-card {
  background: #f7fcff;
  padding: 30px 20px 20px 20px;
  text-align: left;
  transition: 0.3s ease;
  border: 1px solid #5fb8e4;
  border-radius: 10px;
  filter: drop-shadow(0.97px 1.749px 5px rgba(22, 20, 19, 0.2));
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 14px;
}
.expert-care .feature-card:hover {
  transform: translateY(-5px);
}
.expert-care .icon-box {
  background: #39467a;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.expert-care .feature-card h3 {
  font-size: 18px;
  line-height: 25px;
  color: #39467a;
  font-weight: bold;
  margin-bottom: 14px;
}
.expert-care .feature-card .description {
  font-weight: 500;
}
.expert-care .center-image img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
/* book-appointment */
.book-appointment {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: linear-gradient(rgba(30, 58, 138, 0.9), rgba(30, 58, 138, 0.9)), 
       url('https://images.unsplash.com/photo-1576091160550-2173dba999ef?auto=format&fit=crop&q=80&w=2000'); */
  background-image: url(../images/book-appointment-spape.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0px 0px 0px;
}
/* Left Side Content */
.book-appointment .content-area {
  padding-bottom: 50px;
}
.book-appointment .sub-header {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: block;
}
.book-appointment .features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
.book-appointment .feature-item {
  display: flex;
  gap: 15px;
}
.book-appointment .feature-item span img {
  max-width: 24px;
}
.book-appointment .feature-text h3 {
  font-size: 20px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 7px;
}
.book-appointment .feature-text p {
  color: #fff;
  margin: 0;
  font-weight: 300;
}
/* Right Side Form */
.book-appointment .form-area {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  /* box-shadow: 0 10px 30px rgba(0,0,0,0.3); */
  height: 100%;
  color: #333;
  padding-bottom: 0;
  position: relative;
}
.book-appointment .form-area .wpcf7 form .wpcf7-response-output {
  max-width: max-content;
}
.book-appointment .form-area .full-width-submit-btn {
  position: relative;
}
.book-appointment .form-area .wpcf7-spinner {
  position: absolute;
  bottom: -30px;
  right: 0;
}
.book-appointment .form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.about .book-appointment .form-row {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
}
.book-appointment .form-area input,
.book-appointment .form-area select,
.book-appointment .form-area textarea,
.book-appointment .form-row input {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 5px;
  background-color: #f1f1f1;
  font-size: 16px;
  color: #3b537c;
}
.book-appointment .form-area input::placeholder,
.book-appointment .form-area select::placeholder,
.book-appointment .form-area textarea::placeholder {
  color: #3b537c;
}
.book-appointment .form-area input:focus,
.book-appointment .form-area select:focus,
.book-appointment .form-area textarea:focus,
.book-appointment .form-row input:focus {
  outline: 2px solid #5fb8e4;
  box-shadow: none;
}
.book-appointment .full-width {
  margin-bottom: 20px;
}
.book-appointment textarea {
  height: 120px;
  resize: none;
}
.book-appointment .submit-btn,
.book-appointment .form-area input.submit-btn,
.blog-details-wrapper .side-barr form .full-width-submit-btn .submit-btn {
  width: 100%;
  padding: 18px;
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 5px;
  background-color: #5fb8e4;
  border: 1px solid transparent;
}
.blog-details-wrapper .side-barr form .full-width-submit-btn .wpcf7-spinner {
  position: absolute;
  left: 10px;
  margin-top: 20px;
}
.book-appointment .submit-btn:hover,
.book-appointment .form-area input.submit-btn:hover {
  background-color: #39467a;
  border: 1px solid #5fb8e4;
  color: #5fb8e4;
}
.book-appointment .content-area .sub-heding {
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.book-appointment .content-area .primary-h2 {
  color: #fff;
  margin-bottom: 50px;
  max-width: 500px;
  line-height: 50px;
}
/* .directly-billing-sec  */
.directly-billing-sec .primary-h2 {
  margin-bottom: 16px;
}
.directly-billing-sec .primary-h2,
.faq-sec .primary-h2 {
  text-align: center;
}
.directly-billing-sec .tittle-bar,
.faq-sec .tittle-bar,
.alignment-we-treat .tittle-bar,
.areas-section .tittle-bar,
.location-map-sec .tittle-bar {
  text-align: center;
  margin-bottom: 30px;
}
.compny-brand-slide .brand-item {
  height: 90px;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 4.5px rgba(22, 20, 19, 0.15));
  background-color: #ffffff;
  border: 2px solid #5fb8e4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.compny-brand-slide .brand-item img {
  max-width: 100%;
  height: 80px;
  object-fit: contain;
}
.directly-billing-sec {
  background: #f8f8f8;
}
.directly-billing-sec .compny-brand-slide .owl-stage-outer {
  padding: 10px 0;
}
/* feq-sec */
.faq-sec {
  padding-top: 0;
  background: #f8f8f8;
}
.faq-sec .primary-h2,
.alignment-we-treat .primary-h2,
.areas-section .primary-h2,
.location-map-sec .primary-h2 {
  margin-bottom: 15px;
}
.faq-sec .description,
.alignment-we-treat .description,
.areas-section .description,
.location-map-sec .description {
  max-width: 1000px;
  margin: 0 auto;
}
.faq-sec .tittle-bar {
  margin-bottom: 40px;
}
.faq-sec .accordion-area .accordion-item,
.blog-details-wrapper .accordion-area .accordion-item {
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #5fb8e4;
}
.faq-sec .accordion-area .accordion-item .accordion-button.collapsed,
.blog-details-wrapper
  .accordion-area
  .accordion-item
  .accordion-button.collapsed {
  background: #3d568c;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
}
.faq-sec .accordion-area .accordion-item .accordion-button:not(.collapsed),
.blog-details-wrapper
  .accordion-area
  .accordion-item
  .accordion-button:not(.collapsed) {
  background: #f7fcff;
  box-shadow: none;
}
.faq-sec
  .accordion-area
  .accordion-item
  .accordion-header.active
  .accordion-button {
  background-color: #f6fcff;
  color: #39467a;
}
.faq-sec .accordion-area .accordion-item .accordion-collapse.collapse.show {
  outline: none;
  background: #f7fcff;
}
.faq-sec .accordion-area .accordion-item .accordion-button.collapsed::after,
.blog-details-wrapper
  .accordion-area
  .accordion-item
  .accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faq-sec .accordion-area .accordion-item .accordion-button:not(.collapsed),
.blog-details-wrapper
  .accordion-area
  .accordion-item
  .accordion-button:not(.collapsed) {
  color: #3d568c;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
.faq-sec .image-area {
  /* height: 680px; */
  border-radius: 10px;
  filter: drop-shadow(0px 2px 4.5px rgba(22, 20, 19, 0.15));
  overflow: hidden;
  margin-right: 20px;
  position: sticky;
  top: 10px;
}
.faq-sec .image-area img {
  width: 100%;
  border-radius: 10px;
  /* height: 100%; */
  object-fit: cover;
}
.faq-sec .accordion-area .accordion-item .accordion-body.description {
  padding-top: 0;
}
.faq-sec .accordion-area .accordion-item .accordion-body.description ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.other-service-atForm {
  padding-top: 0;
}
.other-service-atForm .owl-carousel,
.service-reviews-sec.body-testimonial .owl-carousel {
  position: relative;
}
.other-service-atForm .owl-prev,
.service-reviews-sec.body-testimonial .owl-prev {
  position: absolute;
  left: -30px;
  top: 50%;
}
.other-service-atForm .owl-prev span,
.other-service-atForm .owl-next span,
.service-reviews-sec.body-testimonial .owl-prev span,
.service-reviews-sec.body-testimonial .owl-next span {
  font-size: 30px;
  border: 1px solid #000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.other-service-atForm .owl-prev span,
.other-service-atForm .owl-next span {
  border: 1px solid #3d568c;
  color: #3d568c;
  background: #ffffff82;
}
.other-service-atForm .owl-next,
.service-reviews-sec.body-testimonial .owl-next {
  position: absolute;
  right: -30px;
  top: 50%;
}
.service-reviews-sec.body-testimonial .testimonial-card {
  min-height: 285px;
}
/**** Tab Functionality Starts ****/

/* Base Carousel Styles */

.tab-header-carousel-wrapper {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 10px 0;
  user-select: none;
  border-radius: 15px;

  /* Prevent text selection while dragging */
}

.tab-carousel-container {
  flex: 1;
  overflow: hidden;
  margin: 0 15px;
  cursor: grab;

  /* Shows hand icon for dragging */
}

.tab-carousel-container:active {
  cursor: grabbing;
}

.tab-header-track {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  will-change: transform;
}

.tab-link {
  flex: 0 0 20%;
  min-width: 20%;
  padding: 20px 10px;
  border: none;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  border-right: 1px solid #f0f0f0;
  pointer-events: auto;

  /* Ensure clicks still work */
}

.tab-link.active {
  background-color: #71bee5;
  color: #fff;
}

.tab-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

.tab-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 50px 0;
  padding-bottom: 0;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
  animation: tabFadeIn 0.5s ease;
}

@keyframes tabFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .tab-link {
    flex: 0 0 50%;

    min-width: 50%;
  }

  .tab-grid {
    grid-template-columns: 1fr;
  }
}

/**** Tab Functionality End ****/

/**** CF7 Popup starts ****/

.cf7-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.cf7-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.cf7-popup-content {
  position: relative;
  background: #fff;
  max-width: 600px;
  width: 100%;
  margin: 0% auto;
  padding: 20px;
  border-radius: 10px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.cf7-popup-content .wpcf7 form .wpcf7-response-output {
  margin: 0;
}
.cf7-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 26px;
  background: none;
  border: none;
  cursor: pointer;
}

/**** CF7 Popup End ****/

/*  */
/*ALIGNMENT Diagram Styling */
.alignment-we-treat .diagram-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
.alignment-we-treat .diagram-wrapper img {
  width: 100%;
}
/* areas-we-serve */
.areas-section .areas-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.areas-section .row-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
}
.areas-section .location-card {
  position: relative;
  height: 173px;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
  background-color: #333;
}
.areas-section .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: var(--transition);
}
.areas-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #39467ac4;
  transition: var(--transition);
}
.areas-section .location-name {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 0 10px;
}
.location-card:hover .card-bg {
  transform: scale(1.1);
}
.location-card:hover .overlay {
  background: rgba(44, 74, 141, 0.85);
}
.areas-section .mobile-duplicate {
  display: none;
}
/* location & maps */
.location-map-sec .info-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.location-map-sec .info-card {
  flex: 1;
  text-align: center;
  padding: 20px;
  transition: all 0.3s ease;
}
.location-map-sec .icon-box {
  width: 80px;
  height: 80px;
  border-radius: 60px;
  filter: drop-shadow(0px 4px 3px rgba(22, 20, 19, 0.15));
  background-color: #39467a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 32px;
  box-shadow: 0 10px 20px rgba(44, 74, 141, 0.2);
  transition: all 0.3s ease;
}
.location-map-sec .icon-box img {
  max-width: 40px;
}
.location-map-sec .info-content p {
  font-size: 18px;
  line-height: 30px;
  color: #39467a;
  font-weight: 600;
}
.location-map-sec .info-content p a {
  color: #39467a;
}
.location-map-sec .info-card:hover .icon-box {
  background-color: #1a3366;
  transform: scale(1.1);
  box-shadow: 0 15px 25px rgba(44, 74, 141, 0.3);
}
.location-map-sec .map-wrapper h3 {
  color: #2c4a8d;
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.location-map-sec .map-container {
  height: 350px;
  border-radius: 12px;
  overflow: hidden;
  /* box-shadow: 0 10px 30px rgba(0,0,0,0.1); */
  transition: all 0.3s ease;
  border: 1px solid #eee;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 4.5px rgba(22, 20, 19, 0.25));
  transform: 0.3s ease-in;
}
.location-map-sec .map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.location-map-sec .map-footer {
  margin-top: 15px;
  font-size: 18px;
  color: #39467a;
  font-weight: 600;
}
.location-map-sec .map-footer i {
  margin-right: 8px;
}
/* Hover Effects - Maps */
.location-map-sec .map-wrapper:hover .map-container {
  transform: scale(1.01);
  box-shadow: 0 15px 40px rgb(0 0 0 / 8%);
}
.location-map-sec .maps-grid h3 {
  font-size: 18px;
  color: #39467a;
  font-weight: 600;
  margin-bottom: 16px;
}
.location-map-sec .line {
  width: 100%;
  height: 1px;
  background-color: #39467a;
  margin: 30px 0px 40px 0px;
}
.map-wrapper-one {
  padding-right: 10px;
}
.map-wrapper-two .two {
  padding-left: 10px;
}
/* footer */
.ft-column-about .newsletter-wrap {
  display: flex;
  position: relative;
  max-width: 300px;
}
.ft-column-about .newsletter-wrap:hover .newsletter-input {
  box-shadow: 0px 5px 16px #5fb8e48f;
  transition: 0.3s;
}
.ft-column-about .newsletter-wrap .newsletter-input {
  width: 100%;
  padding-left: 20px;
  border-radius: 25px;
  border: none;
  outline: none;
  font-size: 14px;
  height: 48px;
}
.ft-column-about .newsletter-wrap .newsletter-btn {
  position: absolute;
  right: -2px;
  top: 0;
  bottom: 5px;
  background-color: #3b4b7a;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  height: 48px;
  width: 48px;
  transition: 0.3s ease-in;
}
.ft-column-about .newsletter-wrap .newsletter-btn:hover img {
  transform: rotate(45deg);
  transition: 0.3s ease-in;
}
.ft-column-about .description {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  max-width: 600px;
  text-align: justify;
  margin: 25px 0 40px 0;
}
.ft-column-about .description .newsletter-msg {
  color: #5fb8e4;
}
.ft-column-about img {
  max-width: 300px;
  border-radius: 4px;
}
.ft-menu-service p,
.ft-menu-contactUs > p {
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 30px;
}
.ft-menu-service ul > li a,
.ft-menu-contactUs ul > li a,
.ft-menu-contactUs ul > li {
  font-size: 16px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: -0.5px;
}
.ft-menu-service ul > li a {
  line-height: 30px;
}
.ft-menu-contactUs ul > li a,
.ft-menu-contactUs ul > li {
  display: flex;
  gap: 12px;
}
.ft-menu-service ul > li a:hover,
.ft-menu-contactUs ul > li a:hover {
  color: #5fb8e4;
}
.ft-menu-contactUs ul > li a .icon {
  display: inline-block;
  width: 20px;
  text-align: center;
}

.ft-menu-contactUs ul > li a span p {
  line-height: 30px;
}
.ft-menu-contactUs > ul > li {
  margin-bottom: 12px;
}
.page-footer .policy {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
}
.page-footer .policy li a,
.page-footer .policy li,
.copyRight p {
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 300;
}
.page-footer .policy ul {
  display: flex;
  gap: 40px;
}
/* page-footer */
.page-footer {
  background: #39467a;
  padding-top: 50px;
}
.page-footer .location-place {
  display: flex;
  align-items: center;
  gap: 30px;
  row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ffffff;
}
.page-footer .location-place li {
  list-style-type: disc;
}
.page-footer .location-place li::marker {
  color: #ffffff;
}
.page-footer .location-place li a,
.page-footer .location-place li > span {
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  transition: 0.3s ease;
}
.page-footer .location-place li a:hover {
  color: #5fb8e4;
}
.devby {
  padding: 20px 0;
  text-align: left;
}
.devby span {
  color: #ffffff;
}
.devby a {
  font-weight: 600;
  color: #ffffff;
  transition: 0.3s ease;
}
.devby a:hover {
  color: #5fb8e4;
}
.page-footer .serv-patient {
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.page-footer.copyRight {
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  padding: 14px 0px;
}
.copyRight p {
  padding: 15px 0px;
  text-align: right;
}
.ft-menu-service ul > li a:hover {
  transform: translateX(10px);
}
.page-headrr .navbar .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
/* .page-headrr .navbar .container-fluid .nav-mb-logo-main {
  opacity: 0;
  visibility: hidden;
  display: none;
} */
/* KEYFRAMES */
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
/*============= therapy-css st ============= */
.faq-sec.psy-therapy-faq {
  padding-top: 85px;
}
.faq-sec.ser-faq {
  padding-left: 15%;
  padding-right: 15%;
}
.faq-sec.ser-faq .description {
  margin: 0;
}
.who-we-psyTherapy .who-we-are-content .description,
.who-we-psyTherapy .who-we-are-content .primary-h2 {
  margin-bottom: 24px;
}
.who-we-psyTherapy .who-we-are-image {
  overflow: hidden;
  height: 520px;
  border-radius: 10px;
  border-bottom: 4px solid #5fb8e4;
}
.who-we-psyTherapy .who-we-are-image img {
  width: 100%;
  height: 100%;
}
.who-we-psyTherapy .who-we-are-content {
  padding-left: 30px;
}
.psyTherapy-hero-sec .banner-wrapper.banner-content {
  margin: 0 auto;
  text-align: center;
}
.psyTherapy-hero-sec {
  padding: 200px 0px 160px 0px;
  position: relative;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.psyTherapy-hero-sec::after {
  background: linear-gradient(
    to bottom,
    rgb(63 75 126 / 74%) 0%,
    rgb(63 75 126 / 60%) 50%,
    rgb(63 75 126 / 23%) 100%
  );
  position: absolute;
  content: "";
  inset: 0;
  z-index: 1;
}
.psyTherapy-hero-sec .banner-wrapper.banner-content h1 {
  margin-bottom: 16px;
}
.head-pain .benefits-phy-therapy .image-area {
  position: sticky;
  top: 20px;
}
.psyTherapy-hero-sec .banner-wrapper.banner-content span,
.inner-banner .banner-content > span {
  text-transform: uppercase;
  margin-bottom: 0px;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
}
.inner-banner .banner-content > span {
  color: #ffff;
}
.card-psy-service-wrapper .card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 5%);
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #eee;
  margin: 20px 0px;
  min-height: 400px;
}
.our-psysical-service.serv-new-sec .card {
  min-height: auto;
}
.card-psy-service-wrapper .card-title,
.other-service-atForm .service-cardd .content-box h3 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
  line-height: 32px;
}
.card-psy-service-wrapper .card-title {
  min-height: 60px;
}
.other-service-atForm .service-cardd .content-box h3 {
  color: #fff;
  margin-bottom: 15px;
}
.card-psy-service-wrapper .image-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 15px;
}
.card-psy-service-wrapper .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-psy-service-wrapper .card-content {
  flex-grow: 1;
  min-height: 120px;
}
.our-psysical-service {
  background-color: #f5f5f5;
}
.our-psysical-service .section-title {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.our-psysical-service .section-title .primary-h2 {
  max-width: 400px;
}
.primary-h2 {
  line-height: 48px;
}
.our-psysical-service .section-title .description {
  max-width: 760px;
}
.our-psysical-service .primary-h2,
.benefits-phy-therapy .tittle-bar .primary-h2 {
  position: relative;
  display: inline-block;
}
.benefits-phy-therapy .tittle-bar .primary-h2 {
  margin-bottom: 15px;
}
.benefits-phy-therapy .banner-btn {
  margin-top: 15px;
}
.our-psysical-service .primary-h2::before,
.benefits-phy-therapy .tittle-bar .primary-h2::before {
  left: 0%;
  width: 80%;
  content: "";
  position: absolute;
  top: -20px;
  height: 2px;
  background-color: #39467a;
}
.benefits-phy-therapy .tittle-bar .primary-h2::before {
  width: 30%;
}
.spasticity-clinic .benefits-phy-therapy .tittle-bar .primary-h2::before,
.headache-clinic .benefits-phy-therapy .tittle-bar .primary-h2::before,
.injections-and-pain-management
  .benefits-phy-therapy
  .tittle-bar
  .primary-h2::before,
.group-psychotherapy-sessions
  .benefits-phy-therapy
  .tittle-bar
  .primary-h2::before {
  display: none;
}
.group-psychotherapy-sessions
  .benefits-phy-therapy.body-elbow-injury
  .description {
  margin-bottom: 15px;
}
.card-psy-service-slider .owl-nav {
  display: none;
}
.card-psy-service-slider .owl-dots {
  display: block;
  text-align: center;
}
.card-psy-service-slider .owl-dots .owl-dot,
.other-service-atForm .owl-dots .owl-dot,
.body-part .body-part-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #ccc;
  margin: 0 4px;
}
.card-psy-service-slider .owl-dots .owl-dot.active,
.other-service-atForm .owl-dots .owl-dot.active,
.directly-billing-sec .compny-brand-slide .owl-dots .owl-dot.active {
  width: 32px;
  background-color: #39467a;
}
.body-part .body-part-slider .owl-dots .owl-dot.active {
  width: 32px;
  background-color: #ffffff;
}
.spasticity-clinic .benefits-phy-therapy.body-elbow-injury-new,
.headache-clinic .benefits-phy-therapy.body-elbow-injury-new {
  padding-top: 0;
}
.headache-clinic .benefits-phy-therapy.body-elbow-injury .description {
  margin-bottom: 15px;
}
.body-part .body-part-slider .owl-dots,
.other-service-atForm .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.banner-btn.btnn-primary {
  text-transform: capitalize;
}
.assistive-devices-clinic .benefits-phy-therapy.body-treament-sec ul li {
  color: #323231;
  font-size: 16px;
  margin-bottom: 10px;
}
.assistive-devices-clinic
  .benefits-phy-therapy.body-treament-sec
  ul
  li
  .check-icnn {
  margin-right: 10px;
  color: #4d99cc;
  font-size: 18px;
}
.benefits-phy-therapy .benefits-innfo ul li,
.benefits-phy-therapy .benefits-innfo ul li > a {
  color: #39467a;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}
.benefits-phy-therapy.body-elbow-injury .benefits-innfo ul li {
  color: #323231;
}
.benefits-phy-therapy.body-elbow-injury .primary-h2 {
  margin-bottom: 20px;
}
.benefits-phy-therapy
  .benefits-innfo
  ul
  li
  .benefits-phy-therapy
  .benefits-innfo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  margin: 40px 0px;
}
.benefits-phy-therapy .benefits-innfo ul li span {
  margin-right: 5px;
  color: #4d99cc;
  font-size: 18px;
}
.benefits-phy-therapy.body-treament-sec .image-area {
  position: sticky;
  top: 20px;
}
.benefits-phy-therapy .image-area {
  border-radius: 10px;
  overflow: hidden;
  filter: drop-shadow(0px 2px 4.5px rgba(22, 20, 19, 0.15));
}
.benefits-phy-therapy .image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.who-we-psyTherapy .who-we-are-content ul li > a {
  color: #39467a;
}
.book-appointment .feature-item span img {
  margin-top: 4px;
}
.who-we-psyTherapy.psyTherapy-why-choose-us .who-we-are-image,
.who-we-psyTherapy .who-we-are-image {
  border-bottom: none;
  filter: drop-shadow(0px 2px 4.5px rgba(22, 20, 19, 0.15));
  border-radius: 10px;
  position: sticky;
  top: 10px;
  /* height: 90%; */
}
.who-we-psyTherapy.psyTherapy-why-choose-us .who-we-are-image img {
  object-fit: cover;
}
.other-service-atForm .container-fuild {
  max-width: 100%;
  margin: 0px 3%;
}
.other-service-atForm .container-fuild .tittle-bar {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
.other-service-atForm .container-fuild .tittle-bar .primary-h2 {
  margin-bottom: 15px;
}
.other-service-atForm .service-cardd {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 580px;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
}
.other-service-atForm .service-cardd .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(to top, rgb(0 0 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  transition: 0.3s ease-in;
}
.other-service-atForm .service-cardd .content-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  z-index: 2;
  color: #ffffff;
}
.other-service-atForm .service-cardd:hover .image-box .overlay {
  background: linear-gradient(to top, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 100%);
  background: linear-gradient(to top, rgb(0 0 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.other-service-atForm .service-cardd:hover .image-box img {
  transform: scale(1.1);
}
.other-service-atForm .service-cardd:hover .image-box .overlay {
  height: 100%;
  background: linear-gradient(to top, rgb(0 0 0) 20%, rgba(0, 0, 0, 0) 100%);
}
.other-service-atForm .service-cardd .image-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.other-service-atForm .service-cardd .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}
.other-service-atForm .service-cardd .content-box .description {
  color: #fff;
}
.page-footer .policy li {
  position: relative;
}
.page-footer .ft-menu-service ul {
  display: flex;
  flex-wrap: wrap;
}
.page-footer .ft-menu-service ul > li {
  width: 50%;
  margin-bottom: 12px;
}
/* .page-footer .policy li:first-child::after {
  position: absolute;
  content: "";
  right: -20px;
  background-color: #fff;
  width: 2px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
} */
/* alignment-we-treat */
.alignment-we-treat .diagram-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.alignment-we-treat .diagram-wrapper img {
  width: 100%;
}
.diagram-wrapper .image-wrapper {
  position: relative;
  display: inline-block;
  /* animation: float-image-wrapper 6s ease-in-out infinite; */
}
.diagram-wrapper .muscle-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  user-select: none;
}
.diagram-wrapper .hotspot {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10;
  text-decoration: none;
  transform: translateY(-50%);
}
.diagram-wrapper .circle-box {
  position: relative;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.diagram-wrapper .circle {
  width: 100%;
  height: 100%;
  background: #39467a;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
.diagram-wrapper .circle-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #39467a;
  border-radius: 50%;
  animation: pulse-diagram-circle 2s linear infinite;
}
.diagram-wrapper .label {
  /* background: var(--glass-bg); */
  /* backdrop-filter: blur(4px); */
  /* padding: 4px 12px; */
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #39467a;
  white-space: nowrap;
  /* box-shadow: 0 4px 15px rgba(0,0,0,0.1); */
  /* border: 1px solid rgba(255,255,255,0.5); */
  transition: all 0.3s ease;
}
.diagram-wrapper .hotspot:hover .circle-box::after {
  animation: none;
  display: none;
}
.diagram-wrapper .hotspot:hover .circle {
  background-color: #4d99cc;
}
.diagram-wrapper .hotspot:hover .label {
  color: #4d99cc;
  transform: translateX(4px);
}
@keyframes pulse-diagram-circle {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
.diagram-wrapper .pos-head {
  top: 2%;
  left: 45%;
}
.diagram-wrapper .pos-jaw {
  top: 14%;
  left: 46%;
}
.diagram-wrapper .pos-nick {
  top: 18%;
  left: 48%;
}
.diagram-wrapper .pos-elbow {
  top: 38%;
  left: 60%;
}
.diagram-wrapper .pos-hip {
  top: 48%;
  left: 58%;
}
.diagram-wrapper .pos-wrist {
  top: 48%;
  left: 70%;
}
.diagram-wrapper .pos-knee {
  top: 59%;
  left: 74%;
}
/* Left Side Labels (Flex-direction reverse for symmetry) */
.diagram-wrapper .pos-neck {
  top: 19%;
  left: 35%;
  flex-direction: row-reverse;
  transform: translate(-100%, -50%);
}
.diagram-wrapper .pos-back {
  top: 29%;
  left: 43%;
  flex-direction: row-reverse;
  transform: translate(-100%, -50%);
}
.diagram-wrapper .pos-back.pos-back-pain {
  top: 40%;
  left: 40%;
}
.diagram-wrapper .pos-ankle {
  top: 93%;
  left: 47%;
  flex-direction: row-reverse;
  transform: translate(-100%, -50%);
}
.diagram-wrapper .pos-back.pos-hip {
  top: 50%;
  left: 36%;
  flex-direction: row-reverse;
  transform: translate(-100%, -50%);
}
/* @media (max-width: 600px) {
     .diagram-wrapper .label { font-size: 11px; 
        padding: 2px 8px; 
    }
     .diagram-wrapper .circle-box { width: 14px; 
        height: 14px; 
    }
} */
/* alignmnt-we-treat-end */
/* stat-count */
.static-count-sec .stat-item-wrapper {
  background: none;
  padding: 0;
}
.static-count-sec .stat-item-wrapper .static-count-info {
  position: absolute;
  content: "";
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px;
}
.static-count-sec .stat-item-wrapper img {
  max-width: 100%;
  margin: 0 auto;
}
.banner-sec .banner-bottom-shape {
  position: static;
}
.static-count-sec {
  position: relative;
  top: -24px;
  background: transparent;
}
.service-reviews-sec {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(248, 248, 248, 1) 100%
  ) !important;
}
.location-map-sec .map-content span {
  background: #fdfdfd;
  border: 1px dashed #cbd5e0;
  border-radius: 10px;
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #39467a;
  margin-top: 25px;
  font-weight: 600;
}
.banner-sec {
  padding-bottom: 130px;
}
.card-psy-service-wrapper .card-title > a {
  color: #000;
  transition: 0.2s;
}
.card-psy-service-wrapper .card-title > a:hover,
.benefits-phy-therapy .benefits-innfo ul li > a:hover {
  color: #5fb8e4;
}
/* stat-count */
.book-appoinment-popup .cf7-popup-content p {
  font-size: 24px;
  line-height: 40px;
  color: #39467a;
  font-weight: bold;
  margin-bottom: 10px;
}
.book-appoinment-popup .cf7-popup-content form .submit-btn {
  outline: none;
  background: #4d99cc;
  font-size: 16px;
  border: 1px solid #5fb8e4;
  color: #fff;
  padding: 10px 40px;
  border-radius: 27px;
  filter: drop-shadow(0px 2px 2.5px rgba(22, 20, 19, 0.2));
  display: inline-block;
  background-color: #5fb8e4;
  width: 100%;
}
.book-appoinment-popup .cf7-popup-content form .submit-btn:hover {
  background-color: #39467a;
  border: 1px solid #5fb8e4;
  color: #fff;
}
.cf7-popup-content form .wpcf7-not-valid-tip {
  bottom: -30px;
}
.book-appoinment-popup .cf7-popup-content form .form-row span input,
.book-appoinment-popup .cf7-popup-content form .full-width span input,
.book-appoinment-popup .cf7-popup-content form .full-width span select,
.book-appoinment-popup .cf7-popup-content form .full-width span textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: #f1f1f1;
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}
.book-appoinment-popup .cf7-popup-content form .form-row span input:focus,
.book-appoinment-popup .cf7-popup-content form .full-width span input:focus,
.book-appoinment-popup .cf7-popup-content form .full-width span select:focus,
.book-appoinment-popup .cf7-popup-content form .full-width span textarea:focus {
  outline: 2px solid #5fb8e4;
}
.book-appoinment-popup .cf7-popup-content form .full-width span textarea {
  height: 100px;
}
.our-services .accordion-title a {
  color: #5fb8e4;
  transition: 0.3s ease;
}
.our-services .accordion-title a:hover {
  color: #39467a;
}
/* about us page start*/
.about-us {
  padding: 50px 0;
  font-family: "DM Sans", sans-serif;
}
.about-us figure img {
  max-width: 100%;
  border-radius: 10px;
}
.abt-head {
  padding-right: 50px;
}
.abt-head span {
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  color: #53b2e1;
  font-weight: 600;
  margin-bottom: 4px;
  position: relative;
  display: inline-block;
}
.abt-head span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
  height: 2px;
  background-color: #39467a;
}
.abt-head h2 {
  text-transform: capitalize;
  font-size: 35px;
  color: #39467a;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 50px;
}
.abt-head p {
  font-size: 16px;
  line-height: 30px;
  color: #323231;
  text-align: justify;
}
.directly-billing-sec .compny-brand-slide .owl-next {
  font-size: 50px !important;
  position: absolute;
  right: -20px;
  top: 20%;
  transform: translateY(-20%);
}
.directly-billing-sec .compny-brand-slide .owl-prev {
  font-size: 50px !important;
  position: absolute;
  left: -20px;
  top: 20%;
  transform: translateY(-20%);
}
/* services */
.services {
  background-color: #f5f5f5;
  padding: 50px 0;
  font-family: "DM Sans", sans-serif;
}
.services .row {
  row-gap: 24px;
}
.services-head span {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 15px;
  border: 1px solid #39467a;
  border-radius: 30px;
  text-transform: capitalize;
  color: #53b2e1;
}
.services-head h2 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #39467a;
}
.services-head p {
  margin-bottom: 20px;
  line-height: 30px;
  color: #323231;
  padding-right: 40px;
}
.serv-card {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #f7fcff;
  border-radius: 20px;
  border: 1px solid #5fb8e4;
  padding: 20px;
  height: 100%;
  filter: drop-shadow(0.97px 1.749px 5px rgba(22, 20, 19, 0.1));
}
.serv-card .img-box {
  margin-bottom: 0;
}
.serv-card:hover .img-box img {
  transform: scale(1.02);
}
.serv-card .img-box img {
  max-width: 100%;
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.serv-card-details h3 {
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #39467a;
  font-weight: 600;
  font-size: 24px;
}
.serv-card-details p {
  font-size: 16px;
  line-height: 30px;
  color: #323231;
  margin-bottom: 15px;
  width: 250px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.serv-card-btn {
  display: inline-block;
  text-transform: capitalize;
  color: #39467a;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  border-bottom: 2px solid #39467a;
}
.serv-card-btn:hover {
  color: #4d99cc;
  border-bottom-color: #4d99cc;
}
.serv-card-btn i {
  transition: 0.3s ease;
  margin-left: 5px;
}
.serv-card-btn:hover i {
  transform: rotate(-45deg);
}
.default_page .main-thankyou-image,
.error-404 .page-header > img {
  max-width: 240px;
  display: block;
  margin: 0 auto;
}
.error-404 .page-header h1 {
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-top: 20px;
  position: relative;
  color: #39467a;
}
.error-404 .page-header p {
  font-size: 18px;
  line-height: 30px;
  color: #323231;
  margin-bottom: 40px;
}
.error-404 .page-header > img {
  margin-bottom: 40px;
}
.error-404.not-found {
  text-align: center;
  max-width: 1000px;
  margin: -60px auto 60px auto;
  position: relative;
  z-index: 3;
  background: white;
  padding: 30px;
  border-radius: 15px 15px 5px 5px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border-bottom: 6px solid #4d99cc;
  animation: fadeInUp 1s ease-out forwards;
}
.error-404 .call-to-action-wrap a {
  outline: none;
  background: #4d99cc;
  font-size: 16px;
  border: 1px solid #5fb8e4;
  color: #fff;
  padding: 10px 40px;
  border-radius: 27px;
  filter: drop-shadow(0px 2px 2.5px rgba(22, 20, 19, 0.2));
  display: inline-block;
  background-color: #5fb8e4;
  cursor: pointer;
}
.error-404 .call-to-action-wrap a.link-back-buttonss {
  background-color: #39467a;
}
.default_page .default-page-content {
  text-align: center;
  max-width: 1000px;
  margin: -60px auto 60px auto;
  position: relative;
  z-index: 3;
  background: white;
  padding: 30px;
  border-radius: 15px 15px 5px 5px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border-bottom: 6px solid #4d99cc;
  animation: fadeInUp 1s ease-out forwards;
}
.default_page .default-page-content h1 {
  font-size: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 20px;
  position: relative;
  color: #39467a;
}
.default_page .default-page-content h1::after,
.default_page .default-page-content h1::before {
  position: absolute;
  content: "";
  height: 2px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 29%,
    rgb(57 70 122 / 80%) 50%,
    rgba(255, 255, 255, 1) 72%
  );
  width: 100%;
  left: 0;
}
.default_page .default-page-content p {
  font-size: 18px;
  line-height: 30px;
  color: #323231;
  padding-top: 20px;
}
.default_page .default-page-content h1::after {
  top: -14px;
}
.default_page .default-page-content h1::before {
  bottom: -14px;
}
/* abt-test */
.abt-test {
  /* padding: 50px 0; */
  background-color: #f7fcff;
  font-family: "DM Sans", sans-serif;
}
.abt-test .container-fluid {
  padding: 0;
  overflow: hidden;
}
.abt-test .video-box iframe {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}
.abt-test .video-box {
  height: 100%;
}
.abt-test-head {
  text-align: center;
  padding: 30px;
}
.abt-test-head img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}
.abt-test-head h2 {
  font-weight: 600;
  color: #39467a;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.abt-test-head p {
  color: #323231;
  margin-bottom: 20px;
}
.abt-test-head h3 {
  font-size: 20px;
  text-transform: capitalize;
  color: #39467a;
  font-weight: 600;
  margin-bottom: 10px;
}
.abt-test-head span {
  color: #4d99cc;
  text-transform: capitalize;
}
/* abt-us-book-appointment */
.abt-us.book-appointment {
  padding: 50px 0;
  background: linear-gradient(
    90deg,
    rgba(83, 178, 225, 1) 0%,
    rgba(57, 70, 122, 1) 31%,
    rgba(71, 130, 179, 1) 81%,
    rgba(83, 178, 225, 1) 100%
  );
}
.abt-us.book-appointment .form-area {
  padding: 40px;
  border-radius: 10px;
  margin: 0 20%;
  height: auto;
  position: relative;
}
.abt-us.book-appointment .form-area .wpcf7 form .wpcf7-response-output {
  /* bottom: 0; */
  max-width: max-content;
  /* left: 50%;
  transform: translateX(-50%); */
}
.abt-us.book-appointment h2 {
  font-size: 35px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 20px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
}
/* about us page end*/
/* change some correction */
.who-we-psyTherapy.psyTherapy-why-choose-us .descp-points,
.who-we-psyTherapy.psyTherapy-why-choose-us-sec .descp-points,
.who-we-psyTherapy .who-we-are-content ul,
.book-appointment.who-weAre-inner .content-area ul,
.forest-hill .others-new-location ul {
  padding-left: 30px;
}
.book-appointment.who-weAre-inner .content-area ul li {
  color: #fff;
}
.book-appointment.who-weAre-inner .content-area .description {
  margin-bottom: 15px;
}
.who-we-psyTherapy.psyTherapy-why-choose-us .descp-points li,
.who-we-psyTherapy.psyTherapy-why-choose-us-sec .descp-points li,
.who-we-psyTherapy .who-we-are-content ul li,
.book-appointment.who-weAre-inner .content-area ul li,
.forest-hill .others-new-location ul li {
  position: relative;
  margin-bottom: 15px;
}
.who-we-psyTherapy.psyTherapy-why-choose-us .descp-points li::before,
.who-we-psyTherapy.psyTherapy-why-choose-us-sec .descp-points li::before,
.who-we-psyTherapy .who-we-are-content ul li::before,
.book-appointment.who-weAre-inner .content-area ul li::before,
.forest-hill .others-new-location ul li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: -30px;
  top: 0;
  color: #4d99cc;
  font-size: 18px;
}
.who-we-psyTherapy.body-banner-con .con-body {
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  color: #53b2e1;
  font-weight: 600;
  margin-bottom: 4px;
  position: relative;
  display: inline-block;
}
.who-we-psyTherapy.body-banner-con .con-body::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
  height: 2px;
  background-color: #39467a;
}
.who-we-psyTherapy.body-banner-con h2 {
  font-size: 35px;
  color: #39467a;
  line-height: 48px;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-weight: 600;
  text-align: left;
}
.who-we-psyTherapy.body-banner-con .form-control:focus,
.who-we-psyTherapy.body-banner-con .form-select:focus {
  box-shadow: none;
}
.who-we-psyTherapy.body-banner-con input,
.who-we-psyTherapy.body-banner-con select,
.who-we-psyTherapy.body-banner-con textarea {
  padding: 15px;
  background-color: #f1f1f1;
  border-radius: 10px;
}
/* .who-we-psyTherapy.body-banner-con input::placeholder {
  color: #3b537c;
} */
.who-we-psyTherapy.body-banner-con textarea {
  height: 100px;
}
.who-we-psyTherapy.body-banner-con .wpcf7-form-control.banner-btn {
  outline: none;
  background: #4d99cc;
  border-radius: 28px;
  font-size: 16px;
  border: 1px solid #5fb8e4;
  color: #fff;
  padding: 10px 40px;
  border-radius: 27px;
  filter: drop-shadow(0px 2px 2.5px rgba(22, 20, 19, 0.2));
  display: inline-block;
  background-color: #5fb8e4;
  transition: 0.3s ease;
}
.who-we-psyTherapy.body-banner-con .wpcf7-form-control.banner-btn:hover {
  background-color: #39467a;
  border: 1px solid #5fb8e4;
  color: #5fb8e4;
}
.who-we-psyTherapy.body-banner-con .who-we-are-content {
  padding-left: 0;
  padding-right: 30px;
  text-align: justify;
}
.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px;
  left: 0;
}
.benefits-phy-therapy.body-treament-sec {
  padding: 0;
}
.benefits-phy-therapy.body-treament-sec .tittle-bar {
  padding-left: 30px;
  text-align: justify;
}
.benefits-phy-therapy.body-treament-sec .tittle-bar h2 {
  margin-bottom: 20px;
  text-align: left;
}
.benefits-phy-therapy.body-treament-sec .tittle-bar p {
  margin-bottom: 15px;
}
.benefits-phy-therapy.body-elbow-injury .benefits-innfo {
  display: block;
}
.benefits-phy-therapy.body-elbow-injury {
  padding-bottom: 0;
}
.other-service-atForm.body-other-serices {
  padding: 85px 0;
}
.faq-sec.elbow-faq-sec .description {
  max-width: 100%;
  margin: 0;
}
.faq-sec.elbow-faq-sec .accordion-area {
  margin: 0 20%;
}
.contact-form-sec {
  padding: 50px 0;
  background-color: #f8f8f8;
}
.insurance-coverage .contact-form-sec {
  padding-top: 0;
}
.contact-form-sec .wpcf7 form .wpcf7-response-output {
  max-width: max-content;
  transform: translateX(50%);
}
.contact-form-sec .col-12.text-center {
  position: relative;
}
.contact-form-sec .col-12.text-center .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.contact-form-sec h2 {
  font-size: 35px;
  line-height: 40px;
  color: #39467a;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
  text-align: center;
}
.contact-form-sec form {
  margin: 0 20%;
  position: relative;
}
.contact-form-sec .form-control,
.contact-form-sec .form-select {
  padding: 15px;
  border: none;
  border-radius: 10px;
  background-color: #ffffff;
  font-size: 16px;
  color: #3b537c;
  border: 1px solid #f1ecec;
}
.contact-form-sec .form-control:focus,
.contact-form-sec .form-select:focus {
  box-shadow: none;
}
.contact-form-sec textarea {
  height: 150px;
}
.wpcf7 form .wpcf7-response-output {
  /* position: absolute;
  bottom: -10%; */
  width: 100%;
  text-align: center;
  font-size: 12px;
}
.contact-form-sec input[type="submit"] {
  outline: none;
  background: #4d99cc;
  border-radius: 28px;
  font-size: 16px;
  border: 1px solid #5fb8e4;
  color: #fff;
  padding: 10px 40px;
  border-radius: 27px;
  filter: drop-shadow(0px 2px 2.5px rgba(22, 20, 19, 0.2));
  display: inline-block;
  background-color: #5fb8e4;
  transition: 0.3s ease;
}
.contact-form-sec input[type="submit"]:hover {
  background-color: #39467a;
  border: 1px solid #5fb8e4;
  color: #5fb8e4;
}
.direct-billing-after-text {
  margin-top: 40px;
}
.direct-billing-after-text p {
  margin-bottom: 15px;
}
.direct-billing-after-text p a {
  color: #39467a;
}
.insurance-coverage .service-reviews-sec .testimonial-header {
  max-width: 100%;
}
.insurance-coverage .contact-form-sec p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #39467a;
}
/* mega menu services */
/* .navbar .dropdown-menu {
  transition: opacity 0.3s ease;
  position: absolute !important;
  left: 0;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  top: 43px;
  width: 100%;
}

.navbar .nav-item:nth-child(2) .dropdown-menu {
  min-width: 870px;
}

.navbar .nav-item:nth-child(3) .dropdown-menu {
  min-width: 210px;
  display: grid;
  grid-template-columns: 1fr;
} */

.navbar .dropdown-menu {
  transition: opacity 0.3s ease;
  position: absolute !important;
  left: 0;
  width: 100%;
}

.navbar .nav-item:nth-child(2) .dropdown-menu {
  min-width: 870px;
  top: 100%;
}
.navbar .nav-item:nth-child(2) .dropdown-menu li {
  display: inline-block;
  width: 32%;
}
.navbar .nav-item:nth-child(2) .dropdown-menu li a,
.navbar .nav-item:nth-child(3) .dropdown-menu li a {
  padding: 10px;
  border-radius: 10px;
}
.navbar .nav-item:nth-child(3) .dropdown-menu {
  /* min-width: 210px; */
  /* display: grid;
  grid-template-columns: 1fr; */
  top: 100%;
  width: 100%;
}
/* mega menu services end */
.alignment-we-treat .tab-body-text h3,
.alignment-we-treat .tab-body-text h4 {
  font-size: 26px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #39467a;
}
.alignment-we-treat .tab-body-text p {
  font-size: 16px;
  line-height: 30px;
  color: #323231;
  margin-bottom: 20px;
}
.alignment-we-treat .tab-body-text ul li {
  list-style: disc;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 30px;
  color: #323231;
  list-style-position: inside;
}
.alignment-we-treat .tittle-bar .row {
  align-items: flex-start;
}
.ailment-tab-pane {
  display: none;
}
.ailment-tab-pane.active {
  display: block;
  animation: fadeIn 0.4s ease;
}
.button-action-group {
  width: 100%;
  border-top: 2px solid #f0f0f0;
  padding-top: 20px;
}
.btn-learn-more,
.btn-book-now {
  /* flex:1;
    text-align:center;
    padding:12px 20px;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none;
    transition:.3s; */
}
.btn-learn-more {
  outline: none;
  border-radius: 28px;
  font-size: 16px;
  color: #fff;
  padding: 10px 40px;
  border-radius: 27px;
  filter: drop-shadow(0px 2px 2.5px rgba(22, 20, 19, 0.2));
  display: inline-block;
  background-color: #253566;
}
/* .btn-book-now{background:#72c1e6;color:#fff;} */

.button-action-group {
  gap: 20px;
}
.btn-learn-more:hover {
  background-color: #4d99cc;
  color: #ffffff;
}
/* .btn-book-now:hover{background:#5ba8cc;} */
.hotspot.active .circle {
  background: #72c1e6;
  box-shadow: 0 0 10px #72c1e6;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mobile-only {
  display: none;
}
/* Container Styling */
.testimonial-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 50px;
  /* Space for arrows */
}
/* The Scroll Container */
.testimonial-carousel {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  /* Hide scrollbar for Firefox */
  -ms-overflow-style: none;
  /* Hide scrollbar for IE/Edge */
}

.testimonial-carousel::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome/Safari */
}

/* Individual Slide */
.test-item {
  min-width: 100%;
  scroll-snap-align: center;
  padding: 20px;
  box-sizing: border-box;
}

/* Content Styling */
.abt-test-head {
  text-align: center;
}

.abt-test-head figure img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  border: 4px solid #f8f8f8;
}

.abt-test-head h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 700;
}

.abt-test-head p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  max-width: 500px;
  margin: 0 auto 20px auto;
}

.abt-test-head h3 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #333;
}

.abt-test-head span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #999;
}

/* Navigation Arrows Styling */
.nav-btn {
  position: absolute;
  font-size: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #39467a;
  border: none;
  background-color: unset;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s ease;
}
.nav-btn:hover {
  color: #4d99cc;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}
/* ========== mobile-only ============== */
:root {
  --dark: #182b38;
  --dark2: #222222;
  --white: #ffffff;
  --orange: #fb8626;
  --blue: #4091c8;
  --grey-bg: #f8f8f8;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
  min-height: 72px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
header {
  background: var(--white);
}
.navbar-brand > img {
  width: 200px;
  height: auto;
  margin-top: 6px;
}
.navbar-wrapper.scroll-fix ~ .navbar-wrapper {
  display: none;
}
.navbar-wrapper {
  background: var(--white);
  height: 72px;
  border-radius: 0;
}
.navbar-wrapper.scroll-fix {
  border-radius: 0;
}
.top-nav {
  background: #f5f5f5;
  font-family: "Roboto", sans-serif;
  padding: 12px 0;
  text-align: center;
}
.top-nav .top-mail a {
  font-size: 14px;
  color: var(--dark);
  font-weight: 400;
}
.top-nav .top-mail a .fa {
  margin-right: 5px;
}
.top-nav .top-mail a:hover {
  color: var(--blue);
}
.top-nav .top-social a {
  font-size: 16px;
  color: var(--dark);
  padding: 0 13px;
  border-right: 1px solid #333333;
}
.top-nav .top-social a:hover {
  color: #fa8626;
}
.top-nav .top-social a:last-child {
  border-right: 0;
}
.top-nav .ph-quote a {
  font-size: 16px;
  color: #222222;
  padding: 2px 40px 0;
  display: inline-block;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
}
.top-nav .ph-quote a:hover {
  color: #4091c8;
}
.top-nav .ph-quote a .fa {
  margin-right: 6px;
  background: #4091c8;
  color: #fff;
  width: 30px;
  height: 30px;
  padding-top: 7px;
  border-radius: 50%;
}
.desktopON {
  display: block;
}
.mobileON {
  display: none;
}
.top-nav.mb-only {
  display: none;
}
.closeNav {
  display: none;
}
.navbar-wrapper .btn-modal {
  background: #4091c8;
  padding: 10px 12px;
  color: #ffffff;
  font-size: 14px;
  float: right;
  border: 0;
  border-radius: 8px;
  /*transform: skew(-20deg, 0deg);*/
  transition: all ease-in-out 0.3s;
  margin-top: 15px;
}
.navbar-wrapper .btn-modal:hover {
  background: #fa8626;
}
.bookConsult {
  padding: 10px 12px;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  border: 0;
  border-radius: 8px;
  /*transform: skew(-20deg, 0deg);*/
  transition: all ease-in-out 0.3s;
  margin-top: 0px;
}
.bookConsult:hover {
  text-decoration: none;
  color: #ffffff;
}
.mobileON .mob-social {
  margin: 0 auto;
  text-align: center;
}
.mob-social .more-act {
  background: #dddddd;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.mob-social .more-act img {
  width: 22px;
  margin-top: 8px;
}
.navbar-wrapper .btn-modal span {
  /* transform: skew(20deg, 0deg); */
  display: block;
}
.navbar-wrapper .btn-modal .fa {
  margin-left: 8px;
}
.navbar-wrapper .btn-modal:focus {
  border: 0;
  outline: 0;
}
.top-social {
  padding-top: 5px;
  text-align: center;
}
.top-mail {
  padding-top: 5px;
  text-align: left;
}
.navbar-inverse .navbar-collapse {
  border-color: transparent;
}
.navbar-inverse {
  background: transparent;
  border: 0;
}
.navbar-nav {
  float: right !important;
}
.navbar-inverse .navbar-nav > li {
  padding: 26px 0;
  list-style: none;
}
.navbar-inverse .navbar-nav > li > a {
  font-size: 16px;
  color: var(--dark2);
  font-weight: 600;
  letter-spacing: 0.5px;
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: var(--orange);
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: var(--orange);
  background: transparent !important;
}
.mobile-only .dropdown-menu {
  background: #f5f5f5 !important;
}
.mobile-only .dropdown-menu > li > a {
  padding: 8px 20px !important;
  border-bottom: 1px solid #dddddd !important;
  transition: all 0.3s ease-in-out !important;
}
.dropdown-menu > li:last-child a {
  border-bottom: 0 !important;
}
.dropdown-menu > li > a:hover {
  color: #fa8626;
}
.navbar-brand {
  height: 55px !important;
  padding: 5px 0 0 !important;
}
.nav-item {
  padding: 0.5rem 0px;
}

.dropdown-hover:hover > .dropdown-menu {
  display: inline-block;
}

.dropdown-hover > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
.navbar .navbar-nav .dropdown-menu {
  right: 0;
  padding: 20px;
  top: 72px;
  border-radius: 15px;
}
.navbar-nav .dropdown-menu .list-group strong {
  color: #4091c8;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 20px;
}
.navbar-nav .dropdown-menu .list-group .list-group-item {
  background: none;
  font-size: 16px;
  transition: all ease-in-out 0.3s;
  border: 0;
  padding: 15px;
  border-radius: 15px;
  color: var(--dark2);
}
.navbar-nav .dropdown-menu .list-group .list-group-item:hover {
  background: #eeeeee;
  color: var(--orange);
  padding-left: 30px;
}
.navbar-nav .dropdown-menu .list-group .list-group-item::before {
  content: "\f105";
  position: absolute;
  left: 0px;
  top: 11px;
  display: block;
  font-family: "FontAwesome";
  font-size: 20px;
  color: var(--dark2);
  transition: all ease-in-out 0.3s;
}
.navbar-nav .dropdown-menu .list-group .list-group-item:hover::before {
  color: var(--orange);
  left: 15px;
}
.navbar-nav .dropdown-menu .list-group .email-link {
  position: relative;
  font-size: 16px;
  padding-left: 25px;
  color: var(--dark2);
  transition: all ease-in-out 0.3s;
}
.navbar-nav .dropdown-menu .list-group .email-link:hover {
  color: var(--orange);
}
.navbar-nav .dropdown-menu .list-group .email-link::before {
  content: "\f0e0";
  position: absolute;
  left: 0px;
  top: 1px;
  display: block;
  font-family: "FontAwesome";
  font-size: 14px;
  color: var(--dark2);
  transition: all ease-in-out 0.3s;
}
.list-group .sm-icons {
  margin: 20px 0;
}
.list-group .sm-icons a {
  font-size: 28px;
  margin-right: 25px;
  color: var(--dark);
}
.list-group .sm-icons a:hover {
  color: var(--orange);
}
.mg-phone {
  position: relative;
  border: 1px solid #fa8626;
  border-radius: 15px;
  padding: 5px 0 5px 50px;
  width: 72%;
}
.mg-phone:before {
  content: "";
  position: absolute;
  left: -21px;
  top: 35%;
  background: url(../images/phone-call-icon.png) 0 0;
  display: block;
  width: 40px;
  height: 40px;
}
.mg-phone a {
  display: block;
  font-size: 16px;
  color: var(--dark);
  font-weight: 600;
  padding: 10px 0;
}
.mg-phone a:hover {
  color: var(--orange);
}
.navbar-nav .dropdown-menu .list-group.certificn a {
  cursor: default;
  margin-right: 30px;
}
.navbar-nav .list-group.list-group-flush img {
  height: 280px;
  width: auto;
  border-radius: 15px;
}
.navbar-inverse .navbar-nav > li > a.nav-link .fa.fa-caret-down {
  font-size: 13px;
}
.navbar.navbar-inverse .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navbar.navbar-inverse .navbar-collapse {
  display: flex !important;
  flex-flow: column;
  padding-left: 4%;
  padding-right: 0;
}
.navbar.navbar-inverse .extraNav {
  display: flex;
  flex-flow: column;
  padding-left: 3%;
}
.extraNav .extraNav-items {
  margin-top: 13px;
  margin-bottom: 0;
  padding-left: 0;
}
.extraNav .extraNav-items li {
  float: left;
  list-style: none;
  padding: 10px 0 10px 15px;
}
.extraNav .extraNav-items li:last-child a {
  background: var(--orange);
  font-size: 16px;
  color: var(--white);
  padding: 8px 24px;
  border-radius: 25px;
  transition: all ease-in-out 0.3s;
}
.extraNav .extraNav-items li:last-child a:hover {
  background: var(--blue);
}
.extraNav .extraNav-items li:first-child a {
  background: var(--grey-bg);
  font-size: 16px;
  font-weight: 600;
  color: var(--orange);
  padding: 8px 24px;
  border-radius: 25px;
  transition: all ease-in-out 0.3s;
  animation: blink 3s linear infinite;
}
@keyframes blink {
  0% {
    color: #fb8626;
  }
  50% {
    color: #4091c8;
  }
  100% {
    color: #003a63;
  }
}
.extraNav .extraNav-items li:first-child a:hover {
  background: #dddddd;
  color: var(--blue);
}
.top-nav .ph-quote {
  text-align: right;
}
.top-nav .ph-quote a .fa {
  text-align: center;
}
.ph-quote .btn-modal {
  background: #fa8626;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 7px 25px;
  color: #fff;
  border-radius: 30px;
  background: linear-gradient(
    90deg,
    #4091c8,
    #ffffff,
    #4091c8,
    #4091c8,
    #ffffff,
    #4091c8
  );
  background-size: 400%;
  animation: animate 15s linear infinite;
}
@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}
.sidenav {
  height: 100vh;
  width: 80%;
  background-color: #4d99cc;
  box-shadow: 21px 0px 6px -22px rgb(0 0 0 / 30%);
  position: fixed;
  left: -80%;
  top: 0;
  z-index: 999999;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
}
.sidenav.show {
  left: 0;
  height: 100%;
  overflow-y: auto;
}
.sidenav .user-pann {
  padding: 15px;
  background: #f7f7f7;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user-smpic {
  display: inline-block;
  margin-right: 0px;
}
.user-pann .mb-brand-ttc {
  background: var(--white);
  padding: 5px 10px;
  float: left;
  border-radius: 50px;
}
.mb-brand-ttc .user-smpic img {
  height: 24px;
}
.user-pann .mb-gtquote {
  background: #4d99cc;
  color: var(--white);
  padding: 6px 15px;
  border-radius: 30px;
  margin-top: 1px;
  float: right;
}
.menu-toggler {
  position: relative;
}
.menu-toggler.show:after {
  content: "";
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99999;
  display: block;
}
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.show .hamRotate.active,
.show .hamRotate {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill: none;
  transition:
    stroke-dasharray 400ms,
    stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 5.5;
  stroke-linecap: round;
}
.ham4 .top {
  stroke-dasharray: 40 121;
}
.ham4 .bottom {
  stroke-dasharray: 40 121;
}
.show .ham4.active .top,
.show .ham4 .top {
  stroke-dashoffset: -68px;
}
.show .ham4.active .bottom,
.show .ham4 .bottom {
  stroke-dashoffset: -68px;
}
.menu-opener {
  display: none;
}
.mb-headr {
  display: none;
}
.moreaction-pops {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.95);
  bottom: 0;
  z-index: 99;
  padding: 50px;
  text-align: center;
}
.moreaction-pops a {
  font-size: 24px;
  margin: 16px 8px;
  padding: 7px;
  border: 2px solid var(--blue);
  color: var(--blue);
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
}
.close02 {
  position: absolute;
  right: 0;
  top: 0;
  float: right;
  margin-top: 0;
  background: var(--orange);
  color: #fff;
  padding: 1px 8px 6px 12px;
  border-radius: 0 0 0 30px;
}
.KPOServices {
  outline: none;
  background: #4d99cc;
  border-radius: 28px;
  font-size: 16px;
  border: 1px solid #5fb8e4;
  color: #fff;
  padding: 10px 40px;
  border-radius: 27px;
  filter: drop-shadow(0px 2px 2.5px rgba(22, 20, 19, 0.2));
  display: inline-block;
  background-color: #5fb8e4;
}
.mobile-only.sidenav .user-pann .mb-login .user-smpic img {
  height: 22px;
}
/*=====accordion menu=====*/
.content {
  width: 260px;
  margin: 100px auto;
}
.colors {
  width: 260px;
  float: left;
  margin: 20px auto;
}
.colors a {
  width: 43.3px;
  height: 30px;
  float: left;
}
.colors .default {
  background: #414956;
}
.colors .blue {
  background: #4a89dc;
}
.colors .green {
  background: #03a678;
}
.colors .red {
  background: #ed5565;
}
.colors .white {
  background: #fff;
}
.colors .black {
  background: #292929;
}

.jquery-accordion-menu,
.jquery-accordion-menu * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: 0;
}
.jquery-accordion-menu {
  /* min-width: 260px; */
  min-width: 100%;
  float: left;
  position: relative;
}
.jquery-accordion-menu .jquery-accordion-menu-footer,
.jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 22px;
  float: left;
  line-height: 50px;
  font-weight: 600;
  color: #f0f0f0;
  background: #414956;
}
.jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  overflow: visible;
}
.jquery-accordion-menu ul li a {
  width: 100%;
  padding: 14px 22px;
  float: left;
  text-decoration: none;
  color: #f0f0f0;
  font-size: 16px;
  background: #4d99cc;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-align: left;
  -o-transition:
    color 0.2s linear,
    background 0.2s linear;
  -moz-transition:
    color 0.2s linear,
    background 0.2s linear;
  -webkit-transition:
    color 0.2s linear,
    background 0.2s linear;
  transition:
    color 0.2s linear,
    background 0.2s linear;
}
.jquery-accordion-menu > ul > li.active > a,
.jquery-accordion-menu > ul > li:hover > a {
  color: #ffffff;
  background: #39467a;
}
.jquery-accordion-menu > ul > li > a {
  border-bottom: solid 1px #58ace5;
}
.jquery-accordion-menu ul li a i {
  width: 30px;
  /* float: left; */
  line-height: 18px;
  font-size: 16px;
  text-align: left;
}
.jquery-accordion-menu .submenu-indicator {
  float: right;
  right: 22px;
  position: absolute;
  line-height: 19px;
  font-size: 24px;
  -o-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -webkit-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
}
.jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
.jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.jquery-accordion-menu ul ul.submenu,
.jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  max-height: 80vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
.jquery-accordion-menu ul ul.submenu li a {
  width: 100%;
  float: left;
  font-size: 14px;
  text-align: left;
  background: #39467a;
  border-top: none;
  position: relative;
  border-left: solid 6px transparent;
  -o-transition: border 0.2s linear;
  -moz-transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #414956;
}
.jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
.jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
.jquery-accordion-menu
  ul
  ul.submenu
  > li
  > ul.submenu
  > li
  > ul.submenu
  > li
  > a {
  padding-left: 60px;
}
.jquery-accordion-menu ul ul.submenu li a::before {
  content: "\f006";
  display: block;
  font-family: "FontAwesome";
  font-size: 10px;
  position: absolute;
  left: 10px;
  top: 17px;
  color: var(--blue);
}
.jquery-accordion-menu ul li .jquery-accordion-menu-label,
.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
  min-width: 20px;
  padding: 1px 2px 1px 1px;
  position: absolute;
  right: 18px;
  top: 14px;
  font-size: 11px;
  font-weight: 800;
  color: #555;
  text-align: center;
  line-height: 18px;
  background: #f0f0f0;
  border-radius: 100%;
}
.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
  top: 12px;
}
.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.animate-ink {
  -webkit-animation: ripple 0.5s linear;
  -moz-animation: ripple 0.5s linear;
  -ms-animation: ripple 0.5s linear;
  -o-animation: ripple 0.5s linear;
  animation: ripple 0.5s linear;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.blue.jquery-accordion-menu .jquery-accordion-menu-footer,
.blue.jquery-accordion-menu .jquery-accordion-menu-header,
.blue.jquery-accordion-menu ul li a {
  background: #4a89dc;
}
.blue.jquery-accordion-menu > ul > li.active > a,
.blue.jquery-accordion-menu > ul > li:hover > a {
  background: #3e82da;
}
.blue.jquery-accordion-menu > ul > li > a {
  border-bottom-color: #3e82da;
}
.blue.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #3e82da;
}
.green.jquery-accordion-menu .jquery-accordion-menu-footer,
.green.jquery-accordion-menu .jquery-accordion-menu-header,
.green.jquery-accordion-menu ul li a {
  background: #03a678;
}
.green.jquery-accordion-menu > ul > li.active > a,
.green.jquery-accordion-menu > ul > li:hover > a {
  background: #049372;
}
.green.jquery-accordion-menu > ul > li > a {
  border-bottom-color: #049372;
}
.green.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #049372;
}
.red.jquery-accordion-menu .jquery-accordion-menu-footer,
.red.jquery-accordion-menu .jquery-accordion-menu-header,
.red.jquery-accordion-menu ul li a {
  background: #ed5565;
}
.red.jquery-accordion-menu > ul > li.active > a,
.red.jquery-accordion-menu > ul > li:hover > a {
  background: #da4453;
}
.red.jquery-accordion-menu > ul > li > a {
  border-bottom-color: #da4453;
}
.red.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #da4453;
}
.white.jquery-accordion-menu .jquery-accordion-menu-footer,
.white.jquery-accordion-menu .jquery-accordion-menu-header,
.white.jquery-accordion-menu ul li a {
  background: #fff;
  color: #555;
}
.white.jquery-accordion-menu > ul > li.active > a,
.white.jquery-accordion-menu > ul > li:hover > a {
  background: #f0f0f0;
}
.white.jquery-accordion-menu > ul > li > a {
  border-bottom-color: #f0f0f0;
}
.white.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #f0f0f0;
}
.white.jquery-accordion-menu ul ul.submenu li a {
  color: #f0f0f0;
}
.white.jquery-accordion-menu > ul > li > a > .ink {
  background: rgba(0, 0, 0, 0.1);
}
.black.jquery-accordion-menu .jquery-accordion-menu-footer,
.black.jquery-accordion-menu .jquery-accordion-menu-header,
.black.jquery-accordion-menu ul li a {
  background: #292929;
}
.black.jquery-accordion-menu > ul > li.active > a,
.black.jquery-accordion-menu > ul > li:hover > a {
  background: #222;
}
.black.jquery-accordion-menu > ul > li > a {
  border-bottom-color: #222;
}
.black.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #222;
}
.toggle-icon {
  float: right;
  font-size: 18px;
  font-weight: bold;
  padding-right: 10px;
}
.desktop-only.navbar-wrapper.scroll-fix {
  box-shadow: 0 0 5px #bcccdd;
}
/*--end--*/
.compny-brand-slide-location {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 25px;
  max-width: 1150px;
  margin: 0 auto;
}
.compny-brand-slide-location .brand-item {
  height: 90px;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 4.5px rgba(22, 20, 19, 0.15));
  background-color: #ffffff;
  border: 2px solid #5fb8e4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.compny-brand-slide-location .brand-item img {
  max-width: 100%;
  height: 80px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .navbar-wrapper {
    margin-top: 0px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  .navbar-nav {
    float: right;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }
  .nav-bar.desk-only {
    display: none;
  }
  .modal-open .modal {
    z-index: 999999;
  }
  .menu-opener {
    display: block;
    float: right;
    line-height: 10px;
  }
  .navbar-wrapper.desktop-only {
    display: none;
  }

  .mb-headr {
    padding: 10px 15px;
  }
  .navbar-brand-mb img {
    height: 32px;
    margin-top: 4px;
  }
  .top-nav.desk-only {
    display: none;
  }
  .mobileON {
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: space-between;
  }
  .mobileON .mob-social a {
    padding: 0px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0 10px;
  }
  .mobileON .mob-social a .fa {
    background: #4091c8;
    color: #fff;
    width: 32px;
    height: 32px;
    padding-top: 9px;
    border-radius: 50%;
  }
  .mb-headr {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar-brand-mb {
    float: left;
  }
  .mobileON {
    display: block;
    text-align: center;
  }
  #viewPH2 {
    display: none;
  }
  .mobileON #viewPH2 {
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, 0.95);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 70px 15px;
    margin-top: 0px;
  }
  .mobileON #viewPH2 li {
    list-style: none;
  }
  .mobileON #viewPH2 li a {
    color: #4091c8;
    padding: 15px 0;
    display: block;
    text-align: center;
    border-bottom: 1px solid #333333;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }
  .mobileON #viewPH2 .closse {
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    margin-top: 0;
    background: var(--orange);
    color: #fff;
    padding: 1px 8px 6px 12px;
    border-radius: 0 0 0 30px;
  }
  .mb-headr.scroll-fix {
    background: var(--white);
    z-index: 999;
    box-shadow: 0 0 5px #bcccdd;
  }
  .top-nav.mb-only {
    display: block;
  }
}
/* ========= mobile-only end ================= */

.body-part {
  padding: 50px 0;
}
.body-part-container .body-part-slider {
  padding: 30px;
  background-color: #39467a;
  border-radius: 15px;
  position: relative;
  display: flex;
  align-items: center;
}
.body-part-container h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
  color: #39467a;
}
.body-part-slider figure {
  margin: 0;
  padding: 10px;
  background-color: #4d99cc;
  border-radius: 100%;
}
.body-part-slider .body-card-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 15px;
}
.body-part-slider img {
  width: 35px !important;
}
.body-part-slider p {
  text-transform: capitalize;
  color: #4d99cc;
}
.body-part-slider.owl-carousel .owl-nav button.owl-prev {
  font-size: 30px;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  border-radius: 100%;
  color: #4d99cc;
  background-color: #ffffff;
  border: 2px solid #4d99cc;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 16px rgb(58 70 76 / 30%);
  transition: 0.3s ease;
}
.body-part-slider.owl-carousel .owl-nav button.owl-prev:hover,
.body-part-slider.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #4d99cc;
  color: #ffffff;
}
.body-part-slider.owl-carousel .owl-nav button.owl-next {
  font-size: 30px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  border-radius: 100%;
  color: #4d99cc;
  background-color: #ffffff;
  border: 2px solid #4d99cc;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 16px rgb(58 70 76 / 30%);
  transition: 0.3s ease;
}
.home .location-map-sec.sec-padding-common {
  padding-top: 0;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-headrr .navbar .container-fluid .nav-mb-logo-main {
  display: none;
}
.book-appointment.who-weAre-inner .form-area form {
  display: initial;
}
.book-appointment.who-weAre-inner .form-area .form-row {
  flex-direction: column;
}
.others-new-location {
  padding: 80px 0px;
}
.others-new-location .container {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.others-new-location .container .row {
  display: initial;
}
.forest-hill .others-new-location .container p {
  margin-bottom: 10px;
}
.forest-hill .others-new-location,
.forest-hill .others-new-location .container {
  text-align: left;
}
.forest-hill .others-new-location .container h3 {
  color: #39467a;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
/* policy */
.policy h2,
.policy h1 {
  color: #39467a;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  padding: 0 0;
}
.policy h1 {
  font-size: 35px;
  margin-bottom: 15px;
}
.policy p {
  font-size: 16px;
  line-height: 30px;
  color: #323231;
  padding: 0 0;
  margin-bottom: 15px;
}
.policy .container .row {
  background: white;
  padding: 30px;
  border-radius: 15px 15px 5px 5px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border-bottom: 6px solid #4d99cc;
  animation: fadeInUp 1s ease-out forwards;
}
.policy .container {
  max-width: 1000px;
  margin: -60px auto 60px auto;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}
/* privacy-policy */
.blue-banner.policy-banner,
.blue-banner.thankU-pg {
  background-color: #39467a;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
  padding-top: 30px;
}
.blue-banner.thankU-pg {
  height: 200px;
}
.blue-banner.policy-banner .row {
  animation: fadeInUp 1s ease-out forwards;
}
.policy-banner .circle {
  position: absolute;
  background-color: #ffffff26;
  border-radius: 50%;
  z-index: 1;
}
.policy-banner .circle-1 {
  width: 150px;
  height: 150px;
  top: -50px;
  left: -30px;
  animation: float-circle 6s ease-in-out infinite;
}
.policy-banner .circle-2 {
  width: 100px;
  height: 100px;
  top: 80px;
  left: 60px;
  animation: float-circle 8s ease-in-out infinite reverse;
}
.policy-banner .header-content {
  position: relative;
  z-index: 2;
  animation: fadeInDown-header-content 0.8s ease-out;
}
.policy-banner .header-content h1 {
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: 700;
}
.policy-banner .breadcrumb {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.policy-banner.breadcrumb .active {
  font-weight: bold;
}
/* --- Keyframe Animations --- */
@keyframes float-circle {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(15px, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown-header-content {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.head-pain .location-map-sec.sec-padding-common
 /* blog */
 .blogs-sec .blog-container {
  /* max-width: 1200px; */
  margin: 0 auto;
  display: grid;
  /* Desktop: 4 Columns */
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.head-pain .body-part {
  padding: 85px 0;
}
.location-map-sec.sec-padding-common {
  padding-top: 0;
}
.blogs-sec .blog-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #f1f5f9;
}
.blogs-sec .card-image {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.blogs-sec .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogs-sec .category-tag {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #39467a;
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
}
.blogs-sec .card-content {
  padding: 20px;
  flex-grow: 1;
}
.blogs-sec .card-content h2 {
  font-size: 18px;
  color: #1e293b;
  margin-bottom: 10px;
  line-height: 26px;
  font-weight: 600;
}
.blogs-sec .card-content p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}
.blogs-sec .card-footer {
  padding: 15px 20px;
  border-top: 1px solid #f1f5f9;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
.blogs-sec .read-more-btn {
  background: #39467a;
  color: white;
  padding: 8px 18px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: 0.3s;
}
.blogs-sec .blog-card:hover .card-footer {
  background: #5fb8e4;
  border-color: #5fb8e4;
}
.blogs-sec .blog-card:hover .read-more-btn {
  background: transparent;
  color: #fff;
  padding-left: 0;
}
.blogs-sec .card-footer .card-footer i {
  color: #fff;
  font-size: 18px;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s;
}
.blogs-sec .blog-card:hover .card-footer i {
  opacity: 1;
  transform: translateY(0);
  color: #fff;
}
.blogs-sec .blog-card .card-footer i {
  color: #fff !important;
}
.contact .location-map-sec.sec-padding-common {
  padding-top: 45px;
}
.about .location-map-sec .primary-h2,
.location-map-sec .tittle-bar {
  margin-bottom: 0;
}
.about .location-map-sec.sec-padding-common {
  padding-top: 50px;
}
nav.breadcrumbs {
  color: #5fb8e4;
  /* background: linear-gradient(to right, rgba(57, 70, 122, 0) 25%, rgba(57, 70, 122, 1) 50%, rgba(57, 70, 122, 0) 70%); */
  font-size: 14px;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 10px;
  /* padding: 15px 0px 0px; */
  /* max-width: fit-content; */
  /* backdrop-filter: blur(12px); */
  /* position: relative;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: .2px; */
  background: linear-gradient(
    to right,
    rgba(56, 64, 116, 0) 0%,
    rgba(56, 64, 116, 0.6) 20%,
    #384074 40%,
    #384074 60%,
    rgba(56, 64, 116, 0.6) 80%,
    rgba(56, 64, 116, 0) 100%
  );
}
nav.breadcrumbs a {
  color: #ddd;
}
.who-we-are.sec-padding-common {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(248, 248, 248, 1) 100%
  );
}
/* blog */
/* --- Mobile Responsiveness --- */
/* @media (max-width: 768px) {
     .blue-banner {
      height: 220px;
     }
     .header-content h1 {
      font-size: 2rem;
     }
     .container {
      margin-top: -40px;
     }
     .privacy-card {
      padding: 30px 20px;
     }
     .circle-1 {
       width: 100px;
       height: 100px;
     }
     .circle-2 {
        width: 70px;
        height: 70px;
        left: 30px;
     }
 } */
.banner-wrapper.banner-content .btnn-primary {
  margin-bottom: 20px;
}
.description a {
  color: #39467a;
}
/* blog-details */
.blog-details-wrapper.sec-padding-common {
  padding: 50px 0px;
}
.user-all-information .table-wrapper {
  width: 100%;
  /* max-width: 900px; */
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  overflow-x: auto;
  padding-bottom: 5px;
}
.table-wrapper::-webkit-scrollbar {
  height: 8px;
}
.user-all-information .table-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.user-all-information .table-wrapper::-webkit-scrollbar-thumb {
  background: #bdc3c7;
  border-radius: 10px;
  transition: 0.3s;
}
.user-all-information .table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #4d99cc;
}
.user-all-information table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px; /* Forces scroll on small screens */
  background: white;
}
.user-all-information thead {
  background: linear-gradient(135deg, #39467a 0%, #334691 100%);
  color: white;
}
.user-all-information th {
  padding: 10px 20px;
  text-align: left;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.user-all-information td {
  padding: 10px 15px;
  border-bottom: 1px solid #e0e6ed;
  color: #444;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}
.user-all-information tbody tr:hover {
  background-color: #f9fbfd;
}
.user-all-information tbody tr:hover td {
  color: #000;
}
.user-all-information td {
  border-right: 1px solid #e0e6ed;
}
.user-all-information td:last-child {
  border-right: 1px solid transparent;
}
.user-all-information .table-wrapper {
  margin-bottom: 20px;
}
.user-all-information ul li {
  list-style: disc;
  margin-left: 16px;
}
.user-all-information ul li > a {
  color: #39467a;
}
.user-all-information th:first-child {
  border-top-left-radius: 12px;
}
.user-all-information th:last-child {
  border-top-right-radius: 12px;
}
.user-all-information .scroll-hint {
  display: none;
  text-align: center;
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 10px;
  font-style: italic;
}
.blog-details-wrapper .blog-main-image img {
  border-radius: 20px;
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  margin: 20px 0;
}
.user-all-information ul > li img {
  max-width: 16px;
  margin: 7px 6px 0px 0px;
}
.user-all-information ul {
  margin-bottom: 20px;
}
.user-all-information h2 {
  font-size: 18px;
  line-height: 30px;
}

.user-all-information ul > li,
.user-all-information ol > li {
  color: #323231;
  font-size: 16px;
  line-height: 30px;
  /* grid-template-columns: auto 1fr; */
  align-items: start;
  margin-bottom: 6px;
}
.user-all-information ol {
  padding-left: 0;
  margin-left: 20px;
}
.user-all-information ol li {
  list-style: decimal;
}
.user-all-information > span {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 7px;
  line-height: auto;
}
.user-all-information h2,
.title-user-info h1,
.blog-details-wrapper .accordion-area > h2 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  line-height: 32px;
}
.blog-details-wrapper .side-barr {
  position: sticky;
  top: 20px;
}
.blue-banner.policy-banner.blog-details {
  height: 200px;
}
.blue-banner.policy-banner.blog-details .header-content {
  padding-top: 40px;
}
.title-user-info h1 {
  font-size: 26px;
}
.referral-vertical-btn {
  border-bottom-right-radius: 50px !important;
  transform: rotate(90deg) !important;
}
.title-user-info .title-user-posted a {
  color: #71798b;
}
.user-all-information .description {
  margin-bottom: 15px;
}
.blog-details-wrapper > .container .row {
  background: white;
  /* border-radius: 15px 15px 5px 5px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border-bottom: 6px solid #4d99cc; */
  animation: fadeInUp 1s ease-out forwards;
  /* margin: -60px auto 60px auto;
  padding: 20px; */
  position: relative;
  z-index: 3;
}
/* side-bar */
.blog-details-wrapper .side-barr .toc-card {
  width: 100%;
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-color);
  margin-bottom: 25px;
}
.blog-details-wrapper .detils-info,
.blog-details-wrapper .accordion-area {
  padding-right: 20px;
}
.blog-details-wrapper .accordion-area {
  margin-top: 25px;
}
.blog-details-wrapper .side-barr .toc-header {
  background-color: #5fb8e4;
  padding: 18px 25px;
}
.title-user-info .title-user-posted {
  display: flex;
  align-items: center;
  gap: 7px;
  text-transform: capitalize;
}
.blog-details-wrapper .side-barr .toc-header h2 {
  color: white;
  margin: 0;
  font-size: 22px;
  font-weight: 800;
}
.blog-details-wrapper .side-barr .toc-list {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}
.blog-details-wrapper .side-barr .toc-list li {
  border-bottom: 1px solid #71798b21;
  transition: all 0.3s ease;
}
.blog-details-wrapper .side-barr .toc-list li:last-child {
  border-bottom: none;
}
.blog-details-wrapper .side-barr .toc-list li a {
  display: block;
  padding: 14px 20px;
  text-decoration: none;
  color: #323231;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}
.blog-details-wrapper .side-barr .toc-card.lets-talk-card .from-grop input,
.blog-details-wrapper .side-barr .toc-card.lets-talk-card .from-grop textarea {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 5px;
  background-color: #f1f1f1;
  font-size: 16px;
  color: #3b537c;
  outline: none;
}
.blog-details-wrapper
  .side-barr
  .toc-card.lets-talk-card
  .from-grop
  .banner-btn.btnn-primary {
  background: #5fb8e4;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease-in;
}
.blog-details-wrapper
  .side-barr
  .toc-card.lets-talk-card
  .from-grop
  .banner-btn.btnn-primary:hover {
  background: #39467a;
}
.blog-details-wrapper .side-barr .toc-card.lets-talk-card .form-wrapper {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blog-details-wrapper .side-barr .toc-list li.highlight-link a {
  color: #39467a;
  font-weight: 600;
}
.blog-details-wrapper .side-barr .toc-list li:hover {
  background-color: #5fb8e41a;
  transform: translateX(5px);
}
.blog-details-wrapper .side-barr .toc-list li a:hover {
  color: #5fb8e4;
}
.blog-details-wrapper .side-barr .toc-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #5fb8e4;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}
.blog-details-wrapper .side-barr .toc-list li:hover a::before {
  transform: scaleY(1);
}
.blog-details-wrapper .side-barr .toc-list li.highlight-link:hover a {
  color: #39467a;
}
.page-footer .ft-column-about {
  padding-right: 40px;
}
.ft-menu-contactUs .footer-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.ft-menu-contactUs .footer-right .social-icon {
  width: 32px;
  height: 32px;
  border: 1.5px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 18px;
}
.ft-menu-contactUs .ft-social-info > p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 500;
  margin: 20px 0px 15px 0px;
}
.ft-menu-contactUs .footer-right .social-icon:hover {
  background-color: #ffffff;
  color: #5fb8e4;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
/* .referral-vertical-btn {
  position: fixed;
  right: -45px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: #5fb8e4;
  color: #ffffff;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0 0 10px 10px;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  border: 1px solid transparent;
} */
.referral-vertical-btn{
  position: fixed;
    top: 50%;
    right: 24px;
    background: #5fb8e4;
    color: #fff;
    padding: 14px 20px !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0px 0px 10px 10px;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right center;
    white-space: nowrap;
    border-bottom-right-radius: 50px;
}
/* .physiatry .referral-vertical-btn{
  right: -65px;
} */
.inner-banner {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.referral-vertical-btn:hover {
  background: #39467a;
  color: #ffffff;
  border: 1px solid #fff;
}
/* page-referral-form" */
/* Animation for Page Load */
@keyframes fadeInSlide {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pg-referral-form .location-header .loct {
  font-weight: 700;
  font-size: 26px;
  color: #5fb8e4;
  margin-bottom: 4px;
  display: inline-block;
}
.blog-details-wrapper .side-barr form {
  padding: 16px 18px;
}
.blog-details-wrapper .side-barr form .wpcf7-form-control-wrap input,
.blog-details-wrapper .side-barr form .wpcf7-form-control-wrap select,
.blog-details-wrapper .side-barr form .wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: #f1f1f1;
  font-size: 16px;
  margin-bottom: 12px;
  outline: none;
}
.blog-details-wrapper
  .side-barr
  form
  .wpcf7-form-control-wrap
  .form-select:focus {
  box-shadow: none;
}
.blog-details-wrapper .side-barr form .wpcf7-form-control-wrap textarea {
  height: 150px !important;
}
.blog-details-wrapper .side-barr form .full-width-submit-btn .submit-btn {
  padding: 12px;
}
.pg-referral-form .wpcf7-spinner {
  position: absolute;
  margin-top: 20px;
}
.pg-referral-form .location-header > p {
  color: #6c757d;
}
.pg-referral-form .location-header .formTittle {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-top: 16px;
  line-height: 32px;
}
.pg-referral-form .form-card {
  background: #ffffff;
  border-radius: 15px 15px 5px 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  animation: fadeInSlide 0.6s ease-out;
  max-width: 1000px;
  margin: -20px auto 60px auto;
  padding: 30px;
  position: relative;
  z-index: 3;
}
.pg-referral-form .location-header {
  text-align: center;
  margin-bottom: 30px;
}
.pg-referral-form .section-title {
  color: #39467a;
  background: #f8f9fa;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  border-left: 5px solid #39467a;
  padding: 10px 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 0 8px 8px 0;
}
.wpcf7-list-item {
  margin-left: 0px;
}
.pg-referral-form .form-control,
.pg-referral-form .form-select {
  border: 1px solid #dee2e6;
  padding: 8px 10px;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.pg-referral-form .form-control:hover {
  border-color: #5fb8e4;
}
.pg-referral-form .form-control:focus {
  box-shadow: none;
  border-color: #5fb8e4;
}
.pg-referral-form .form-check {
  padding: 6px 10px 6px 35px;
  border-radius: 6px;
  transition: 0.2s;
}
.pg-referral-form .sub-options-box {
  background: #fdfdfd;
  border: 1px dashed #cbd5e0;
  border-radius: 10px;
  padding: 15px;
  margin-top: 10px;
}
.pg-referral-form form .form-label {
  margin-bottom: 0.3rem !important;
}
.pg-referral-form form .discipline-needed {
  background: #fdfdfd;
  border: 1px dashed #cbd5e0;
  border-radius: 10px;
  padding: 15px;
  margin-left: 0 !important;
  flex-wrap: wrap;
  gap: 25px !important;
}
.pg-referral-form form .discipline-new-others .wpcf7-form-control {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 14px;
}
.pg-referral-form form .payer-options .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.wpcf7-form-control.wpcf7-radio {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wpcf7-list-item .form-check-label .form-check-input[type="checkbox"],
.wpcf7-list-item .form-check-label .form-check-input[type="radio"] {
  margin-right: 4px;
}
.pg-referral-form .referral-form-location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 20px;
}
.pg-referral-form .referral-form-location i {
  margin-right: 6px;
  color: #212529;
}
.pg-referral-form .form-check-input:checked {
  background-color: #5fb8e4;
  border-color: #5fb8e4;
}
.pg-referral-form .form-check-input:focus {
  box-shadow: none;
}
.pg-referral-form .signature-area {
  margin-top: 40px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.pg-referral-form .footer-bar {
  margin-top: 20px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px;
  font-size: 0.85rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.pg-referral-form .footer-bar span a {
  color: #39467a;
}
.pg-referral-form form .wpcf7-not-valid-tip {
  position: relative !important;
}
.pg-referral-form .btn.btn-primary {
  outline: none;
  background: #4d99cc;
  font-size: 16px;
  border: 1px solid #5fb8e4;
  color: #fff;
  padding: 10px 60px;
  border-radius: 27px;
  filter: drop-shadow(0px 2px 2.5px rgba(22, 20, 19, 0.2));
  display: inline-block;
  background-color: #5fb8e4;
  margin-top: 10px;
}
.pg-referral-form .btn.btn-primary:hover {
  background-color: #39467a;
}
.pg-referral-form .btn-primary:active:focus {
  box-shadow: none;
}
.team-details-info .subtitle > h2 {
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 26px;
  color: #5fb8e4;
  text-transform: uppercase;
}
.blog-details-wrapper .accordion-area .accordion-body .table-wrapper {
  width: 100%;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  overflow-x: auto;
  padding-bottom: 5px;
}
.blog-details-wrapper .accordion-area .accordion-body .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  background: white;
}
.blog-details-wrapper
  .accordion-area
  .accordion-body
  .table-wrapper
  table
  thead {
  color: white;
  background: linear-gradient(
    135deg,
    rgb(57, 70, 122) 0%,
    rgb(51, 70, 145) 100%
  );
}
.blog-details-wrapper
  .accordion-area
  .accordion-body
  .table-wrapper
  table
  thead
  tr
  th {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  white-space: nowrap;
}
.blog-details-wrapper
  .accordion-area
  .accordion-body
  .table-wrapper
  table
  thead
  tr
  th:last-child {
  border-top-right-radius: 12px;
}
.blog-details-wrapper
  .accordion-area
  .accordion-body
  .table-wrapper
  table
  thead
  tr
  th:first-child {
  border-top-left-radius: 12px;
}
.blog-details-wrapper .accordion-area .accordion-body .table-wrapper {
  margin-top: 15px;
}
.blog-details-wrapper
  .accordion-area
  .accordion-body
  .table-wrapper
  table
  tbody
  tr
  td {
  padding: 10px 15px;
  border-bottom: 1px solid #e0e6ed;
  color: #444;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}
.blog-details-wrapper .accordion-area .accordion-body ol {
  padding: 0;
}
.blog-details-wrapper .accordion-area .accordion-body ol li {
  list-style: decimal;
  margin: 5px 0px 5px 16px;
  font-size: 16px;
  line-height: 26px;
}
.blog-details-wrapper .accordion-area .accordion-body ul li {
  list-style: disc;
  margin: 5px 0px 5px 16px;
  font-size: 16px;
  line-height: 26px;
}
.book-appoinment-popup
  .cf7-popup-content
  form
  .full-width
  .wpcf7-not-valid-tip {
  margin-bottom: 10px;
}
.page-template-page-location .who-weAre-inner .form-area .form-header strong,
.page-template-page-body-parts .who-we-psyTherapy.body-banner-con strong {
  color: #39467a;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 28px;
  display: block;
}
.page-template-page-location .team-section .owl-carousel .owl-stage {
  padding: 10px 0px 20px;
}
.page-template-page-location .our-team-sec .header {
  margin-bottom: 40px;
}
.page-template-page-location .location-map-sec.sec-padding-common {
  padding-top: 80px;
}

/* @media (max-width: 768px) {
    .pg-referral-form .form-card { 
      padding: 20px; 
    }
    .pg-referral-form .footer-bar { 
      justify-content: center; 
      text-align: center; }
} */
/* Mobile Optimization */
@media (max-width: 1499px) {
  .who-we-are-image .second-image img {
    width: 350px;
    height: 350px;
  }
  .who-we-are-image .frist-image img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .who-we-psyTherapy.body-banner-con h2 {
    font-size: 24px;
  }
  .pg-referral-form form .discipline-new-others .wpcf7-form-control {
    grid-template-columns: 1fr 1fr;
  }
  .pg-referral-form .location-header .formTittle {
    font-size: 18px;
    line-height: 30px;
  }
  .referral-vertical-btn {
    right: -45px;
    bottom: 25%;
    top: auto;
    transform: none;
    border-radius: 50px;
    padding: 12px 20px;
  }
}
@media (max-width: 1299px) {
  .navbar .navbar-nav.navbar-menu {
    gap: 20px;
  }
  .others-new-location .container {
    max-width: 100% !important;
  }
}
@media (max-width: 1199px) {
  .policy .container {
    max-width: 100%;
  }
  .blue-banner.policy-banner {
    height: 250px;
    padding-top: 0px;
  }
  .psyTherapy-hero-sec {
    padding: 120px 0px 40px 0px;
  }
  .psyTherapy-hero-sec .banner-wrapper.banner-content span {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .psyTherapy-hero-sec .banner-wrapper.banner-content h1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 48px;
  }
  .benefits-phy-therapy .benefits-innfo {
    grid-gap: 20px;
  }
  .benefits-phy-therapy .benefits-innfo ul li {
    font-size: 14px;
  }
  .navbar .topbar-curve-shape .main-logo-bGshape {
    max-width: 330px;
  }
  .navbar .topbar-curve-shape {
    top: -5px;
  }
  header .topbar-curve-shape a img {
    max-width: 180px;
  }
  .navbar .navbar-nav.navbar-menu,
  .navbar-menu-right {
    gap: 20px;
  }
  .navbar-menu-right .btn-outline-success {
    font-size: 14px;
    padding: 7px 25px;
  }
  .banner-sec {
    background-size: cover;
  }
}
@media (max-width: 1100px) {
  .error-404.not-found {
    margin-left: 20px;
    margin-right: 20px;
  }
  .blogs-sec .blog-container {
    grid-template-columns: repeat(2, 1fr);
  }
  /* stat-count */
  .static-count-sec .stat-item-wrapper .stat-item strong {
    font-size: 30px;
  }
  .static-count-sec .stat-item-wrapper .stat-item p {
    font-size: 18px;
  }
  .static-count-sec {
    top: -16px;
  }
  .service-reviews-sec {
    padding-top: 45px;
  }
  /* stat-count */
  .testimonial-header {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .top-line {
    margin: 0 auto 20px;
  }
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .faq-sec.ser-faq {
    padding-top: 45px;
  }
  .our-psysical-service .primary-h2::before,
  .benefits-phy-therapy .tittle-bar .primary-h2::before {
    top: -10px;
  }
  .head-pain .benefits-phy-therapy .image-area {
    position: initial;
  }
  .who-weAre-inner .content-area {
    padding-right: 0 !important;
  }
  .who-we-psyTherapy.body-banner-con .con-body::before {
    top: -10px;
  }
  .page-footer .ft-column-about {
    padding-right: 0px;
  }
  .blog-details-wrapper .accordion-area .accordion-item .accordion-button {
    font-size: 16px;
  }
  .blog-details-wrapper .detils-info,
  .blog-details-wrapper .accordion-area {
    padding-right: 0px;
  }
  .blue-banner.policy-banner.blog-details .header-content {
    padding-top: 0;
  }

  .blog-details-wrapper.sec-padding-common {
    padding: 40px 0px;
  }
  .user-all-information ul > li {
    font-size: 14px;
    line-height: 26px;
  }
  .body-part-slider.owl-carousel .owl-nav button.owl-prev {
    left: -10px;
  }
  .body-part-slider.owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }
  .insurance-coverage .directly-billing-sec.sec-padding-common .primary-h2 {
    margin-bottom: 16px;
  }
  .alignment-we-treat .tab-body-text ul li {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .about .book-appointment .form-row {
    grid-template-columns: auto;
  }
  .forest-hill .others-new-location .container h3 {
    font-size: 18px;
  }
  .forest-hill .others-new-location .container h3,
  .forest-hill .others-new-location .container p {
    padding: 0;
  }
  .others-new-location h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .compny-brand-slide-location .brand-item {
    height: 70px;
  }
  .compny-brand-slide-location .brand-item img {
    height: 60px;
  }
  .navbar .nav-item:nth-child(2) .dropdown-menu {
    min-width: 700px;
  }
  /* stat-count */
  .static-count-sec .stat-item-wrapper {
    top: -30px;
  }
  /* stat-count */
  .psyTherapy-hero-sec {
    padding: 50px 0px 40px 0px;
  }
  .who-we-psyTherapy .who-we-are-image {
    display: none;
  }
  .banner-btn.btnn-primary {
    font-size: 14px;
  }
  .benefits-phy-therapy .benefits-innfo {
    margin: 20px 0px;
  }
  .who-we-psyTherapy .row .col-lg-7 {
    order: -1;
  }
  .who-we-psyTherapy .who-we-are-content .description {
    margin-bottom: 15px;
  }
  .our-psysical-service .section-title .description {
    max-width: 100%;
  }
  .who-we-psyTherapy .who-we-are-content {
    text-align: center;
  }
  .page-template-page-service .who-we-psyTherapy .who-we-are-content {
    text-align: left;
  }
  .who-we-psyTherapy .who-we-are-content .primary-h2 {
    margin-bottom: 15px;
  }
  .who-we-psyTherapy .who-we-are-content {
    padding-left: initial;
  }
  .benefits-phy-therapy .image-area {
    margin-top: 30px;
    height: 400px;
  }
  .our-psysical-service .primary-h2::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .card-psy-service-wrapper .card-title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .our-psysical-service .section-title {
    text-align: center;
  }
  .our-psysical-service .section-title .primary-h2 {
    margin: 0 auto;
  }
  .other-service-atForm .service-cardd {
    height: 480px;
  }
  .page-headrr .navbar .container-fluid .nav-mb-logo-main {
    display: none;
  }
  .page-headrr .navbar .container-fluid .nav-mb-logo-main img {
    max-width: 180px;
  }
  .page-footer {
    padding-top: 45px;
  }
  .ft-column-about img {
    max-width: 200px;
  }
  .ft-menu-service ul > li a,
  .ft-menu-contactUs ul > li a {
    font-size: 14px;
  }
  .ft-menu-contactUs,
  .ft-menu-service {
    margin-top: 30px;
  }
  .copyRight p {
    padding: 10px 0;
  }
  .page-footer .policy {
    justify-content: center;
    padding-bottom: 10px;
  }
  .page-footer .policy li a,
  .page-footer .policy li,
  .copyRight p {
    font-size: 14px;
  }
  .ft-column-about .description {
    max-width: 100%;
    margin: 20px 0 30px 0;
  }
  .ft-column-about .newsletter-wrap .newsletter-input {
    height: 45px;
  }
  .ft-column-about .newsletter-wrap .newsletter-btn {
    width: 45px;
    height: 45px;
  }
  .ft-menu-service p,
  .ft-menu-contactUs > p {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .ft-menu-contactUs {
    margin-bottom: 25px;
  }
  .compny-brand-slide .brand-item img {
    /* max-height: 30px; */
    height: 50px;
  }
  .compny-brand-slide .brand-item {
    height: 70px;
  }
  .book-appointment .content-area .sub-heding {
    text-align: center;
    display: block;
  }
  .directly-billing-sec .tittle-bar,
  .faq-sec .tittle-bar,
  .alignment-we-treat .tittle-bar,
  .areas-section .tittle-bar,
  .location-map-sec .tittle-bar {
    margin-bottom: 30px;
  }
  .faq-sec .accordion-area .accordion-item .accordion-button.collapsed,
  .faq-sec .accordion-area .accordion-item .accordion-button:not(.collapsed) {
    font-size: 16px;
  }
  .service-reviews-sec .user-meta h3,
  .expert-care .feature-card h3,
  .book-appointment .feature-text h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .book-appointment .content-area .primary-h2 {
    margin-bottom: 30px;
    text-align: center;
    max-width: 100%;
  }
  .book-appointment .content-area .primary-h2 {
    line-height: 36px;
  }
  .book-appointment .feature-item span img {
    max-width: 20px;
  }
  .book-appointment .form-area input,
  .book-appointment .form-area select,
  .book-appointment .form-area textarea,
  .book-appointment .form-row input {
    padding: 8px 15px;
    font-size: 14px;
  }
  .book-appointment .features-grid {
    gap: 25px;
  }
  .book-appointment .form-area {
    padding: 30px 30px 0px 30px;
  }
  .book-appointment .submit-btn {
    padding: 10px;
    font-size: 14px;
  }
  .service-reviews-sec .sub-heding,
  .who-we-are-content .sub-heding,
  .sec-padding-common .sub-heding {
    font-size: 14px;
    line-height: 20px;
  }
  .sec-padding-common {
    padding: 45px 0px;
  }
  .who-we-are .row .col-lg-6:last-child {
    order: -1;
  }
  .who-we-are-image {
    justify-content: center;
  }
  .testimonial-header.who-we-are-content {
    padding-left: 0;
    text-align: center;
  }
  .testimonial-grid.owl-carousel .owl-nav {
    display: none;
  }
  .testimonial-grid.owl-carousel .owl-dots {
    text-align: center;
  }
  .testimonial-grid.owl-carousel .owl-dots button {
    width: 16px;
    box-shadow: 0px 4px 14px #00000030;
    height: 16px;
    border: 2px solid #aad9f1;
    background: #fff;
    border-radius: 100%;
    margin: 0px 6px;
  }
  .testimonial-grid.owl-carousel .owl-dots button.active {
    background-color: #aad9f1;
  }
  .banner-wrapper.banner-content p,
  .description,
  .service-reviews-sec .testimonial-header .description {
    font-size: 14px;
    line-height: 26px;
  }
  .service-reviews-sec .testimonial-header {
    max-width: 100%;
    text-align: center;
  }
  .static-count-sec .stat-item-wrapper .stat-item strong {
    font-size: 24px;
  }
  .primary-h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .static-count-sec .stat-item-wrapper .stat-item p {
    font-size: 16px;
  }
  .page-headrr .topbar .top-right ul > li a span:last-child {
    display: none;
  }
  .page-headrr .topbar .top-right ul > li a {
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    border: 1px solid #4d99cc;
    border-radius: 100%;
    color: #000;
    transition: 0.3s ease;
    align-content: center;
    background-color: #fff;
  }
  .page-headrr .topbar .top-right ul > li a i {
    margin-right: 0px;
  }
  .compny-brand-slide .owl-nav {
    display: none;
  }
  .our-services .accordion-item .accordion-title .arrow i {
    color: #0697df;
    font-size: 22px;
    font-weight: 700;
  }
  .our-services .accordion-item .accordion-title {
    font-size: 16px;
    color: #39467a;
    font-weight: bold;
  }
  .our-services .accordion-item .accordion-body > p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 14px;
  }
  .expert-care .expert-grid {
    grid-template-columns: auto;
  }
  .navbar-nav.navbar-menu li a,
  .navbar-light .navbar-nav .nav-link {
    font-size: 12px;
  }
  /* header .nav-bar {
    padding: 12px 0px;
    position: static;
  } */
  .navbar .topbar-curve-shape {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .navbar-menu-right .btn-outline-success {
    font-size: 12px;
    padding: 6px 16px;
  }
  .navbar-menu-right {
    gap: 5px;
  }
  .banner-sec {
    padding: 110px 0px;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }
  .navbar-light .navbar-toggler,
  .navbar-toggler:focus {
    border: transparent;
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    background: #5fb8e4;
  }
  .navbar .navbar-nav.navbar-menu {
    gap: 0px;
  }
  .navbar .topbar-curve-shape {
    position: absolute;
    left: 0;
  }
  .navbar-collapse.collapse.show {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    padding: 10px;
    z-index: 99999;
    margin-top: 30px;
    animation-delay: 0.5s;
    /* transform: translateX(0px); */
  }
  .navbar .topbar-curve-shape .main-logo-bGshape {
    max-width: 250px;
  }
  .navbar .topbar-curve-shape .main-logo {
    top: 0;
  }
  .navbar .topbar-curve-shape {
    top: -1px;
  }
  /* .navbar-menu-right .btn-outline-success {
    display: none;
  } */
  header .topbar-curve-shape a img {
    max-width: 130px;
  }
  .navbar-nav.navbar-menu li a,
  .navbar-light .navbar-nav .nav-link {
    padding: 8px;
    display: inline-block;
  }
  /* .navbar .topbar-curve-shape .main-logo-bGshape {
    display: none;
  } */
  .topbar-curve-shape {
    position: absolute;
    top: 0;
  }
  /* .navbar .topbar-curve-shape .main-logo {
    position: static;
  } */
  .banner-wrapper.banner-content h1 {
    font-size: 26px;
    line-height: 40px;
  }
  .banner-wrapper.banner-content {
    text-align: center;
    margin: 0 auto;
  }
  .banner-wrapper.banner-content p {
    max-width: 100%;
  }
  .banner-content h1 {
    margin-bottom: 15px;
  }
  .banner-sec .banner-content a {
    margin-top: 35px;
  }
  .location-map-sec .info-row {
    flex-direction: column;
    align-items: center;
  }
  .location-map-sec .info-card {
    width: 100%;
    max-width: 400px;
  }

  .location-map-sec .maps-grid {
    grid-template-columns: 1fr;
  }
  /* expert */
  .expert-care.expert-grid {
    grid-template-columns: 1fr;
  }
  .expert-care .center-image {
    order: -1;
    max-width: 500px;
    margin: 0 auto;
    display: none;
  }
  .expert-care .header-section h2 {
    font-size: 2rem;
  }
  .our-services .services-desktop {
    display: none;
  }
  .our-services .services-mobile {
    display: block;
  }
  .our-services .accordion-item {
    background: white;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border-left: 4px solid #63bae5;
  }
  .accordion-title {
    width: 100%;
    padding: 20px;
    text-align: left;
    background: none;
    border: none;
    font-weight: 700;
    color: var(--primary-blue);
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }
  .accordion-title.active {
    border-left: 4px solid var(--light-blue);
  }
  .accordion-body {
    display: none;
    padding: 0 20px 20px;
  }
  .faq-sec .accordion-area .accordion-body,
  .blog-details-wrapper .accordion-area .accordion-body {
    display: block;
  }

  .accordion-body img {
    width: 100%;
    margin-top: 20px;
    border-radius: 8px;
  }
  .our-services .service-features li {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .our-services .accordion-item .accordion-body {
    padding-bottom: 0;
  }
  .our-services .accordion-item .accordion-body .service-features li span img {
    margin-top: 0px;
  }
  .our-services .tab-image {
    padding-bottom: 20px;
    overflow: hidden;
  }
  .our-services .tab-image img {
    border-radius: 10px !important;
    margin-top: 0;
  }
  /* appointment */
  .book-appointment .container {
    flex-direction: column;
    align-items: center;
  }
  .book-appointment .content-area,
  .book-appointment .form-area {
    width: 100%;
    flex: none;
  }
  .location-map-sec .info-content p,
  .location-map-sec .info-content p a {
    font-size: 16px;
  }
  .location-map-sec .icon-box {
    width: 60px;
    height: 60px;
  }
  .location-map-sec .icon-box img {
    max-width: 20px;
  }
  .location-map-sec .info-row {
    gap: 0;
  }
  .location-map-sec .line {
    margin: 10px 0px 20px 0px;
  }
  .location-map-sec .maps-grid h3 {
    font-size: 16px;
  }
  .location-map-sec .map-container {
    height: 200px;
  }
  .map-wrapper-one {
    padding-right: 0px;
  }
  .location-map-sec .map-footer {
    font-size: 13px;
  }
  .maps-grid.row .col-lg-6 {
    width: 50%;
  }
  .book-appointment.sec-padding-common {
    padding-bottom: 0;
  }
  .faq-sec .image-area {
    margin-right: initial;
    margin-bottom: 30px;
  }
  .abt-us.book-appointment .form-area {
    margin: 0;
  }
  .abt-us.book-appointment {
    padding: 50px 0;
  }
  .service-reviews-sec .sub-heding::before,
  .who-we-are-content .sub-heding::before,
  .our-services .section-title .primary-h2::before,
  .expert-header-tittle .primary-h2::before,
  .directly-billing-sec .primary-h2::before,
  .faq-sec .primary-h2::before,
  .alignment-we-treat .primary-h2::before,
  .areas-section .primary-h2::before,
  .body-part .body-part-container h2::before {
    top: -10px;
  }
  .card-psy-service-wrapper .card-title,
  .card-psy-service-wrapper .card-content {
    min-height: auto;
  }
}
/* @media (max-width: 850px) {
    .diagram-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .label {
        position: static !important;
        margin: 10px 0;
        width: auto;
    }
    .line { display: none; } 
    .center-image {
        order: -1;
        width: 80%;
        margin-bottom: 20px;
    }
}  */
@media (max-width: 767px) {
  .pg-referral-form form .discipline-needed {
    gap: 14px !important;
  }
  .pg-referral-form .form-control,
  .pg-referral-form .form-select {
    padding: 7px 10px;
  }
  .pg-referral-form form .form-label {
    font-size: 14px;
  }
  .policy h2 {
    margin-bottom: 3px;
    font-size: 16px;
  }
  .pg-referral-form .form-card {
    padding: 15px;
  }
  .policy p {
    font-size: 14px;
    line-height: 26px;
  }
  .policy .container .row {
    padding: 15px;
  }
  .location-map-sec .map-content span {
    font-size: 16px;
    line-height: 26px;
  }
  .blog-details-wrapper .accordion-area .accordion-body ol li,
  .blog-details-wrapper .accordion-area .accordion-body ul li {
    font-size: 14px;
  }
  .head-pain .body-part {
    padding: 35px 0px;
  }
  .blog-details-wrapper
    .accordion-area
    .accordion-item
    .accordion-button.collapsed {
    font-size: 16px;
    line-height: 27px;
  }
  .error-404.not-found {
    padding: 20px;
  }
  .blue-banner.thankU-pg {
    height: 110px;
    padding-top: 0;
  }
  .default_page .default-page-content {
    margin: -20px auto 60px auto;
    padding: 10px 20px 20px;
  }
  .error-404.not-found {
    margin-top: -20px;
  }
  .default_page .main-thankyou-image {
    max-width: 140px;
  }
  .error-404 .page-header > img {
    max-width: 200px;
  }
  .default_page .default-page-content h1,
  .error-404 .page-header h1 {
    font-size: 26px;
  }
  .default_page .default-page-content p,
  .error-404 .page-header p {
    font-size: 14px;
    line-height: 26px;
    padding-top: 10px;
  }
  .policy .container {
    margin: -60px auto 50px auto;
  }
  .blue-banner.policy-banner.blog-details {
    height: 100px;
  }
  .page-footer .ft-menu-service ul > li {
    margin-bottom: 10px;
  }
  .KPOServices,
  .banner-sec .banner-content a,
  .banner-btn.btnn-primary,
  .button-action-group .btn-learn-more {
    font-size: 14px;
  }
  .alignment-we-treat .tab-body-text h3,
  .alignment-we-treat .tab-body-text h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .service-reviews-sec .sub-heding,
  .who-we-are-content .sub-heding,
  .sec-padding-common .sub-heding {
    font-weight: 500;
  }
  .home .who-we-are .who-we-are-content .description {
    text-align: justify;
    margin-bottom: 20px;
  }
  .others-new-location {
    padding: 40px 0px;
  }
  .compny-brand-slide-location {
    grid-template-columns: auto auto;
  }
  .page-headrr > .container,
  .page-headrr .topbar {
    background: #39467a;
  }
  .navbar-nav.navbar-menu li a,
  .navbar-light .navbar-nav .nav-link {
    font-size: 12px;
  }
  .navbar .navbar-nav.navbar-menu {
    gap: 0px;
  }
  .navbar-menu-right .btn-outline-success {
    font-size: 12px;
    padding: 6px 16px;
  }
  .navbar-menu-right {
    gap: 5px;
  }
  .page-headrr .topbar .top-left ul > li a {
    color: #fff;
  }
  /* stat-count */
  .static-count-sec .stat-item-wrapper {
    top: -20px;
  }
  /* stat-count */
  .other-service-atForm .service-cardd {
    height: 400px;
  }
  .expert-care.sec-padding-common {
    display: none;
  }
  .container {
    padding: 0 20px;
  }
  .expert-care .feature-card h3 {
    font-size: 16px;
  }
  .who-we-are-image .second-image {
    display: none;
  }
  .service-reviews-sec .testimonial-card {
    padding: 15px;
  }
  .service-reviews-sec .review-text {
    text-align: justify;
  }
  .faq-sec .image-area {
    display: none;
  }
  .areas-section {
    overflow: hidden;
  }
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .areas-section .areas-grid {
    gap: 5px;
  }
  .testimonial-header h1 {
    font-size: 28px;
  }
  .areas-section .row-track {
    display: flex;
    width: max-content;
    gap: 15px;
    padding: 5px 0;
  }
  .areas-section .location-card {
    width: 200px;
    height: 100px;
    flex-shrink: 0;
  }
  .areas-section .location-card:hover {
    transition: 0.2s ease-in;
    transform: translateY(-4px);
  }
  .location-map-sec.sec-padding-common {
    padding-top: 0;
  }
  .areas-section .location-name {
    font-size: 16px;
    font-weight: 500;
  }
  .mobile-duplicate {
    display: block;
  }
  .slide-left {
    animation: scrollLeft var(--anim-speed) linear infinite;
  }
  .slide-right {
    animation: scrollRight var(--anim-speed) linear infinite;
  }

  .row-track:hover {
    animation-play-state: paused;
  }
  .abt-head h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .abt-head {
    padding-right: 0;
  }
  .abt-us.book-appointment {
    padding: 30px 0;
  }
  .abt-us.book-appointment h2 {
    font-size: 24px;
  }
  .about .location-map-sec.sec-padding-common {
    padding: 30px 0;
  }
  .devby {
    text-align: center;
    padding: 20px 0px 0px;
  }
  .copyRight p {
    text-align: center;
    line-height: 28px;
  }
  .other-service-atForm .owl-dots {
    display: none;
  }
  .other-service-atForm .owl-prev {
    top: unset;
    bottom: -30px;
    left: 40%;
    transform: translateX(-40%);
  }
  .other-service-atForm .owl-next {
    top: unset;
    bottom: -30px;
    right: 40%;
    transform: translateX(-40%);
  }
  .other-service-atForm .owl-prev span,
  .other-service-atForm .owl-next span {
    width: 26px;
    height: 26px;
  }
  .who-we-psyTherapy.psyTherapy-why-choose-us .descp-points li,
  .who-we-psyTherapy.psyTherapy-why-choose-us-sec .descp-points li {
    text-align: left;
    font-size: 14px;
  }
  .who-we-psyTherapy.psyTherapy-why-choose-us .descp-points li,
  .who-we-psyTherapy.psyTherapy-why-choose-us-sec .descp-points li,
  .who-we-psyTherapy .who-we-are-content ul li,
  .book-appointment.who-weAre-inner .content-area ul li,
  .forest-hill .others-new-location ul li {
    font-size: 14px;
  }
  .benefits-phy-therapy .benefits-innfo {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .benefits-phy-therapy .benefits-innfo ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .assistive-devices-clinic .benefits-phy-therapy .benefits-innfo ul li{
    flex-wrap: wrap;
  }
  .contact-form-sec form {
    margin: 0;
  }
  .contact-form-sec {
    padding: 30px 0;
  }
  .contact-form-sec .wpcf7 form .wpcf7-response-output {
    position: static;
    transform: translateX(0);
    max-width: 100%;
  }
  .book-appointment .form-area .wpcf7 form .wpcf7-response-output {
    max-width: 100%;
    transform: translateX(0);
    position: static;
    margin: 10px 0;
  }
  .sec-padding-common {
    padding: 40px 0;
  }
  .our-psysical-service .primary-h2::before,
  .benefits-phy-therapy .tittle-bar .primary-h2::before,
  .who-we-are-content .sub-heding::before,
  .faq-sec .primary-h2::before,
  .alignment-we-treat .primary-h2::before {
    display: inline-block;
    left: 50%;
    top: -10px;
    width: 74%;
    transform: translateX(-50%);
  }
  .sec-padding-common.body-banner-con input {
    padding: 10px;
  }
  .home .testimonial-header.who-we-are-content {
    margin-bottom: 35px;
  }
  .static-count-sec .stat-item-wrapper .static-count-info {
    padding: 20px 0px 20px;
  }
  .faq-sec.ser-faq {
    padding: 30px 0;
  }
  .psyTherapy-hero-sec .banner-wrapper.banner-content h1 {
    line-height: 35px;
  }
  .our-psysical-service .section-title .primary-h2 {
    margin-bottom: 20px;
    line-height: 30px;
  }
  .abt-head p {
    margin-bottom: 20px;
  }
  .about-us {
    padding: 30px 0;
  }
  .abt-test-head {
    padding: 0;
  }
  .test-item {
    padding: 20px 0;
  }
  .abt-us.book-appointment .form-area .wpcf7 form .wpcf7-response-output {
    transform: translateX(0);
  }
  .contact-form-sec h2 {
    font-size: 24px;
  }
  .who-we-psyTherapy.body-banner-con .who-we-are-content {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .benefits-phy-therapy.body-treament-sec .tittle-bar {
    padding-left: 0;
    margin-top: 30px;
  }
  .head-pain .benefits-phy-therapy .benefits-innfo ul li {
    display: block;
  }
  .faq-sec.elbow-faq-sec .accordion-area {
    margin: 0;
  }
  .faq-sec.psy-therapy-faq {
    padding-top: 30px;
  }
  .other-service-atForm.body-other-serices {
    padding: 30px 0;
  }
  .head-pain .faq-sec.psy-therapy-faq {
    padding-top: 50px;
  }
  .body-part {
    padding: 30px 0;
  }
  .body-part-container h2 {
    margin-bottom: 20px;
  }
  .banner-sec .banner-content a {
    margin-right: 10px;
  }
  .card-psy-service-wrapper .image-container{
    height: auto;
  }
  .other-service-atForm .service-cardd .image-box img{
    object-fit: fill;
  }
  .shockwave-therapy .benefits-phy-therapy .image-area img{
    object-fit: fill;
  }
}
@media (max-width: 600px) {
  .pg-referral-form .referral-form-location {
    padding-bottom: 12px;
    gap: 20px;
  }
  .pg-referral-form .referral-form-location > p,
  .pg-referral-form form span.wpcf7-list-item-label,
  .pg-referral-form .btn.btn-primary {
    font-size: 14px;
  }
  .pg-referral-form form .discipline-needed {
    padding: 10px;
  }
  .who-we-psyTherapy.body-banner-con .con-body::before {
    top: -10px;
  }
  .pg-referral-form form .discipline-new-others .wpcf7-form-control {
    grid-template-columns: 1fr;
  }
  .blogs-sec .blog-container {
    grid-template-columns: 1fr;
  }
  /* stat-count */
  .static-count-sec {
    padding-bottom: 60px;
  }
  .static-count-sec .stat-item-wrapper {
    top: 0px;
  }
  /* stat-count */
  .banner-btn.btnn-primary,
  .contact-form-sec input[type="submit"] {
    font-size: 14px !important;
  }
  .page-headrr .topbar .top-left ul > li a,
  .page-headrr .topbar .top-right ul > li a {
    font-size: 12px;
    font-weight: 400;
  }
  .banner-sec {
    padding: 60px 0px 80px 0px;
  }
  .static-count-sec .stat-item-wrapper {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
  .static-count-sec .stat-item-wrapper .stat-item p {
    font-size: 14px;
  }
  .faq-sec .accordion-area .accordion-item .accordion-button.collapsed,
  .faq-sec .accordion-area .accordion-item .accordion-button:not(.collapsed) {
    font-size: 14px;
    line-height: 25px;
  }
  .static-count-sec .stat-item-wrapper .stat-item strong {
    font-size: 18px;
  }
  .book-appointment .form-area {
    padding: 20px 20px 0px 20px;
  }
  .abt-us.book-appointment .form-area {
    padding: 20px;
  }
  /* .static-count-sec .stat-item-wrapper{
        top: -30px;
    } */
  .primary-h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .location-map-sec .section-header h2 {
    font-size: 1.8rem;
  }
  .location-map-sec .map-container {
    height: 250px;
  }
  .book-appointment .features-grid {
    grid-template-columns: 1fr;
  }
  .book-appointment .form-row {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .benefits-phy-therapy .image-area {
    height: 300px;
  }
  .error-404 .call-to-action-wrap a {
    padding: 10px 20px;
  }
  .KPOServices {
    padding: 5px 20px;
  }
  .contact-form-sec .form-control,
  .contact-form-sec .form-select {
    padding: 10px;
  }
  .contact-form-sec textarea {
    height: 100px;
  }
  .button-action-group .btn-learn-more,
  .button-action-group .banner-btn.btnn-primary {
    padding: 10px 20px;
  }
  .body-part-slider.owl-carousel .owl-nav button.owl-prev {
    height: 30px;
    width: 30px;
    left: -15px;
  }
  .body-part-slider.owl-carousel .owl-nav button.owl-next {
    height: 30px;
    width: 30px;
    right: -15px;
  }
}

@media(max-width: 375px){
  .banner-sec .banner-content a{
    padding: 8px 16px;
  }
}

/* responsive */
@media (min-width: 992px) and (max-width: 1399px) {
}
/* container responsive adjustment */

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1270px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1450px;
  }
}
@media (min-width: 1921px) {
  .container {
    width: 1870px;
  }
}
