@font-face {
  font-family: "Kumbh Sans";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kumbhsans/v11/c4mw1n92AsfhuCq6tVsaoIx1CHIi4kToNorqSyNI.ttf)
    format("truetype");
}
@font-face {
  font-family: "Kumbh Sans";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kumbhsans/v11/c4mw1n92AsfhuCq6tVsaoIx1CHIi4kToNopqSiNI.ttf)
    format("truetype");
}
@font-face {
  font-family: "Kumbh Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kumbhsans/v11/c4mw1n92AsfhuCq6tVsaoIx1CHIi4kToNoq0SiNI.ttf)
    format("truetype");
}
@font-face {
  font-family: "Kumbh Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kumbhsans/v11/c4mw1n92AsfhuCq6tVsaoIx1CHIi4kToNorqSiNI.ttf)
    format("truetype");
}
@font-face {
  font-family: "Kumbh Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kumbhsans/v11/c4mw1n92AsfhuCq6tVsaoIx1CHIi4kToNoo0TSNI.ttf)
    format("truetype");
}
@font-face {
  font-family: "Kumbh Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kumbhsans/v11/c4mw1n92AsfhuCq6tVsaoIx1CHIi4kToNooNTSNI.ttf)
    format("truetype");
}
:root {
  --e-global-color-primary: #3a4fb3; /* fallback solid color */
 --theme-color: rgb(63, 94, 168);
    --overlay: rgba(15, 25, 55, 0.75);
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hover {
  border-bottom: 2px solid #eba04c;
}
.navbar {
  position: sticky;
  top: 0px;
  width: 100%;
  color: var(--e-global-color-primary) !important;
  background-color:#fff !important;
  z-index: 5;
}
@media only screen and (max-width: 991px) {
  .navbar {
   background-color:#fff !important;
  }
}
.navbar .nav-item:hover .dropdown-menu {
  display: block;
}
.navbar .navbar-toggler {
  color: var(--e-global-color-primary);
  border-color: transparent;
  border: none;
}
.navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width: 991px) {
  .navbar .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.navbar .container .logo a > img {
  
  width: 130px;
}
.navbar .container .logo a > img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(45%) saturate(2500%) hue-rotate(210deg);
}

@media only screen and (max-width: 991px) {
  .navbar .container .logo {
    display: none;
  }
}
.navbar .container .logo-mobile {
  display: none;
}
.navbar .container .logo-mobile a > img {
  width: 80px;
      filter: brightness(0) saturate(100%) invert(18%) sepia(45%) saturate(2500%) hue-rotate(210deg);
}
@media only screen and (max-width: 991px) {
  .navbar .container .logo-mobile {
    display: block;
  }
}
.navbar .container .nav-link {
  color: rgb(17, 44, 101);
}
.navbar .container .nav-link:hover {
  color: rgb(17, 44, 101);
}
.navbar .container .navbar-collapse ul {
  font-family: "Kumbh Sans", sans-serif;
}
.navbar .container .navbar-collapse ul > li {
  color: rgb(17, 44, 101);
  margin: 0px 15px;
}
.navbar .container .navbar-collapse ul > li .dropdown-menu {
  background-color: #fff;
}
.navbar .container .navbar-collapse ul > li .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: rgb(17, 44, 101);
}
.navbar
  .container
  .navbar-collapse
  ul
  > li
  .dropdown-menu
  .dropdown-item:active {
  background-color: var(--e-global-color-primary);
  color: #fff;
}
.navbar .container .navbar-collapse ul .active .nav-link {
  color: white;
}
.navbar .container .navbar-collapse ul .active::after {
  content: "";
  background-color: #e4af3c;
  width: 100%;
  height: 1.5px;
  bottom: 0px;
  left: 0;
  display: block;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .navbar .container .navbar-collapse ul .active::after {
    width: 25%;
  }
}
.navbar .container .navbar-collapse ul li > a {
  color: rgb(17, 44, 101);
  font-family: "Kumbh Sans", sans-serif;
  font-size: .9rem;
  font-weight: 600;
}
@media only screen and (max-width: 1300px) {
 .navbar .container .navbar-collapse ul li > a  {
    font-size: .7rem;
  }
  .navbar .container .navbar-collapse ul > li {
    color: rgb(17, 44, 101);
    margin: 0px 8px;
  }
}
.navbar .container .navbar-collapse ul li::after {
  content: "";
  background-color: #e4af3c;
  width: 0%;
  height: 2px;
  bottom: 0px;
  left: 0;
  display: block;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.navbar .container .navbar-collapse ul li:hover::after {
  content: "";
  background-color: #e4af3c;
  width: 100%;
  height: 2px;
  bottom: 0px;
  display: block;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
@media only screen and (max-width: 991px) {
  .navbar .container .navbar-collapse ul li:hover::after {
    width: 25%;
  }
}
.navbar .container .d-flex .btn {
  color: white;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.navbar .container .d-flex .btn-outline-success {
  border-color: #ffa842;
  background-color: #ffa842;
  border-radius: 25px;
  padding: 10px 25px;
  transition: all 0.3s ease; /* Smooth transition for all changes */
}

.navbar .container .d-flex .btn-outline-success:hover {
  background-color: #eba04c; /* New background on hover */
  border-color: #eba04c;     /* Change border color too */
  transform: scale(1.05);
}

.banner-bg {
  background-color: var(--e-global-color-primary);
}
.banner-bg .container-fluid {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .banner-bg .container-fluid .banner-holder .col-md-6 {
    width: 80%;
  }
}
@media only screen and (max-width: 426px) {  
  .banner-bg .container-fluid .banner-holder .col-md-6 {
    width: 100%;
  }
}
.banner-bg .container-fluid .banner-holder .banner-text {
  color: white;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .banner-bg .container-fluid .banner-holder .banner-text {
    width: 100%;
    margin-top: 25px;
  }
}
.banner-bg .container-fluid .banner-holder .banner-text .text-position {
  margin-bottom: 70px;
  font-family: "Kumbh Sans", sans-serif;
  
}
@media only screen and (max-width: 991px) {
  .banner-bg .container-fluid .banner-holder .banner-text .text-position {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 426px) {   
  .banner-bg .container-fluid .banner-holder .banner-text .text-position {
    margin-bottom: 315px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-bg
    .container-fluid
    .banner-holder
    .banner-text
    .text-position
    .badge-size {
    text-align: left;
  }
}
.banner-bg
  .container-fluid
  .banner-holder
  .banner-text
  .text-position
  .badge-size
  .badge {
  color: #fff;
  background-color: #ffffff2b;
  padding: 12px 30px;
  margin: 25px 0px 10px 0px;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .banner-bg
    .container-fluid
    .banner-holder
    .banner-text
    .text-position
    .badge-size
    .badge {
    padding: 10px 20px;
    font-size: 12px;
    text-align: center;
  }
}
.banner-bg .container-fluid .banner-holder .banner-text .text-position > p {
  margin: 0px 0px 25px 0px;
  font-size: 16px;
  font-weight: 400;
  color: #e6e9f3;
  font-family: "Kumbh Sans", sans-serif;
}
@media only screen and (max-width: 991px) {
  .banner-bg .container-fluid .banner-holder .banner-text .text-position > p {
    text-align: left;
  }
}
.banner-bg .container-fluid .banner-holder .banner-text .text-position > .h2 {
  margin: 0px 0px 25px 0px;
  font-size: 50px;
  font-weight: 700;
  width: 815px;
  text-transform: capitalize;
  font-family: "Kumbh Sans", sans-serif;
}
.banner-bg
  .container-fluid
  .banner-holder
  .banner-text
  .text-position
  > .h2
  span {
  font-size: 65px;
}
@media only screen and (max-width: 991px) {
  .banner-bg .container-fluid .banner-holder .banner-text .text-position > .h2 {
    font-size: 2rem;
     width: 100%;
    text-align: left;
  }
  .banner-bg
    .container-fluid
    .banner-holder
    .banner-text
    .text-position
    > .h2
    span {
    font-size: 35px;
  }
}

.banner-bg
  .container-fluid
  .banner-holder
  .banner-text
  .text-position
  .button-position
  .btn-outline-success {
  border-color: #ffa842;
  background-color: #ffa842;
  color: white;
  font-family: "Kumbh Sans", sans-serif;
}
.banner-bg
  .container-fluid
  .banner-holder
  .banner-text
  .text-position
  .button-position
  .btn-outline-success:hover {
  background-color: #eba04c;
}
@media only screen and (max-width: 426px) {	
  .banner-bg
    .container-fluid
    .banner-holder
    .banner-text
    .text-position
    .button-position
    .btn-outline-success {
    width: 80%;
    margin-bottom: 5px !important;
    margin-right: 0px !important;
  }
}
.banner-bg
  .container-fluid
  .banner-holder
  .banner-text
  .text-position
  .button-position
  .btn-outline {
    border-color: #fff;
    color: #fff;
    font-size: 16px;
    padding: 5px 24px 5px 24px;
}
.banner-bg
  .container-fluid
  .banner-holder
  .banner-text
  .text-position
  .button-position
  .btn-outline:hover {
  background-color: #eba04c;
}
@media only screen and (max-width: 426px) {	
  .banner-bg
    .container-fluid
    .banner-holder
    .banner-text
    .text-position
    .button-position
    .btn-outline {
    width: 80%;
    margin-top: 5px !important;
    margin-right: 0px !important;
  }
}
.banner-bg
  .container-fluid
  .banner-holder
  .banner-text
  .text-position
  .button-position
  .btn {
    margin: 0px 15px 25px 0px;
    font-weight: 700;
    border-radius: 25px;
    padding: 8px 13px;
    font-family: "Kumbh Sans", sans-serif;

    /* Smooth hover transition */
    transition: all 0.3s ease; /* applies to background, color, transform, etc. */
}

/* Example hover effect */
.banner-bg
  .container-fluid
  .banner-holder
  .banner-text
  .text-position
  .button-position
  .btn:hover {
    background-color: #ffa842; /* change to your hover color */
    color: #fff;               /* optional text color change */
    transform: scale(1.05);    /* optional slight zoom effect */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); /* optional hover shadow */
}

@media only screen and (max-width:510px){
	.banner-bg
  .container-fluid
  .banner-holder
  .banner-text
  .text-position
  .button-position
  .btn {
  margin: 15px 5px;
}
}
@media only screen and (max-width: 991px) {
  .banner-bg .row {
    /* -webkit-box-pack: center; */
    /* -ms-flex-pack: center; */
    /* justify-content: center; */
  }
}
.banner-bg .row .banner-img {
  position: absolute;
  bottom: 0;
  right: 33px;
  z-index: 1;
}
.banner-bg .row .banner-img img {
  width: 48vw;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .banner-bg .row .banner-img img {
    width: 65vw !important;
  }
}
@media only screen and (max-width: 510px) {
  .banner-bg .row .banner-img img {
    width: 100vw !important;
  }
}
@media only screen and (max-width: 991px) {
  .banner-bg .row .banner-img {
    position: relative;
    right: 64px;
  }
}
@media only screen and (max-width: 426px) {
  .banner-bg .row .banner-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: none;
    left: 0px;
  }
}
.banner-bg .bg-section2 {
  background-color: #0e0b47;
  background-image: url(../img/cover2.png);
}
@media only screen and (max-width: px) {
  .banner-bg .bg-section2 .col-md-6 {
    width: 50%;
    margin-top: 10px;
  }
}
.banner-bg .bg-section2 sup {
  color: #eba04c;
  font-weight: 800;
}
.banner-bg .bg-section2 .text-color {
  color: white;
}
.banner-bg .bg-section2 .text-color > .p-style {
  font-size: calc(1.325rem + 0.9vw);
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

@media only screen and (max-width: 426px) {
  .banner-bg .bg-section2 .p-4 {
    padding: 0rem !important;
  }
}
@media only screen and (max-width: 426px) {
  .banner-bg .bg-section2 .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.section2 {
  position: relative;
  padding: 10rem 0 10rem 0;
      background: linear-gradient(198deg, rgba(255, 255, 255, 1) 0%, rgba(148, 187, 233, 1) 100%);;
}
.bg-overlay2nd{
      position: relative;
   background-image:
        linear-gradient(
            to bottom right,
            rgba(255, 168, 66, 0.85),
            rgba(63, 94, 168, 0.85)
        ),
        url("../img/final-img/Post-Surgery.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section2 .image {
  width: 90%;
}
@media only screen and (max-width: 426px) {
  .section2 .image {
    width: 100%;
  }
}
.section2 .position {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.section2 .position:hover .play {
  top: 40%;
  transition: all 0.5s;
}
.section2 .position a > img {
  /* border-radius: 20px; */
  aspect-ratio: 1;
    object-fit: cover;
    object-position: left;
    border-radius: 6px;
}
.section2 .position .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  font-size: 40px;
}
.section-2{
  padding: 0rem 0rem 0 5rem;
}
@media only screen and (max-width: 991px) {
  .section2 .position .play {
    top: 50%;
    left: 50%;
  }
}
.section2 .position .play svg {
  font-size: 60px;
  color: #fff;
  background-color: transparent;
}
.section2 .position .experience {
  display: none;
  background-color: white;
  width: 50%;
  border-radius: 20px;
  -webkit-box-shadow: 5px 7px #eef1f5;
  box-shadow: 5px 7px #eef1f5;
  padding: 10px;
  position: absolute;
  bottom: -40px;
  left: 20px;
}
@media only screen and (max-width: 991px) {
  .section2 .position .experience {
    left: 85px;
    bottom: -25px;
  }
}
.section2 .position .experience .experiance-text {
  font-family: "Kumbh Sans", sans-serif;
}
.section2 .position .experience .experiance-text > h3 {
  font-weight: 600;
  margin: 0;
  text-align: center;
  color: #0e0b47;
}
@media only screen and (max-width: 991px) {
  .section2 .position .experience .experiance-text > h3 {
    font-size: 20px;
  }
}
.section2 .position .experience .experiance-text > p {
  margin: 0px;
  text-align: center;
  margin: 0px 10px;
}
@media only screen and (max-width: 991px) {
  .section2 .position .experience .experiance-text > p {
    font-size: 10px;
  }
}
.section2 .position .experience svg {
  color: #eba04c;
  font-size: 40px;
}
.section2 .watermark {
  position: absolute;
  right: -10%;
  bottom: -2%;
  width: 45vw;
}
@media only screen and (max-width: 991px) {
  .section2 .watermark {
    bottom: -13px;
  }
}
@media only screen and (max-width: 426px) {
  .section2 .watermark {
    bottom: 18%;
  }
}
.section2 .watermark > img {
  width: 80%;
  height: auto;
  opacity: 0.4;
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
}
@media only screen and (max-width: 426px) {
  .section2 .col-lg-6 {
    text-align: center;
  }
}
.section2 .col-lg-6 .badge {
  color: #ffa842;
  background-color: #ffa84224;
  padding: 10px 25px;
  margin: 10px 0px 10px 0px;
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .section2 .col-lg-6 .badge {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 426px) {
  .section2 .col-lg-6 .badge {
    margin-top: 70px;
  }
}
.section2 .col-lg-6 .btn-outline-success {
  border-color: #ffa842;
  background-color: #ffa842;
  color: white;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 16px;
  border-radius: 25px;
}
.section2 .col-lg-6 .btn-outline-success:hover {
  background-color: #eba04c;
  border-color: #ffffff;
}
.section2 .col-lg-6 h2 {
  font-family: "Kumbh Sans", sans-serif;
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-weight: 800;
  margin: 10px 0px 20px 0px;
}
@media only screen and (max-width: 991px) {
  .section2 .col-lg-6 h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 426px) {
  .section2 .col-lg-6 h2 {
    font-size: 25px;
  }
}
.section2 .col-lg-6 > p {
  margin-bottom: 20px;
  color: #ffffff;
    text-align: justify;
    font-family: "Kumbh Sans", sans-serif;
}
@media only screen and (max-width: 426px) {
  .section2 .col-lg-6 > p {
    text-align: justify;
  }
}
.home-rehab {
  position: relative;
  /* background-color: var(--e-global-color-primary); */
  color: #000;
  background-image: url(/img/cover2.png);
  padding: 100px 0px;
      background: #f8fafc;
}


.home-rehab .col-md-6 .badge {
color: #ffa842;
    background-color: #ffa84224;
  padding: 10px 25px;
  margin: 30px 0px 10px 0px;
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .home-rehab .col-md-6 .badge {
    margin-top: 20px;
  }
}
.home-rehab .col-md-6 h3 {
  color: rgb(47, 72, 122);
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 800;
  font-family: "Kumbh Sans", sans-serif;
}

.home-rehab .col-md-6 p {
  color: #000000;
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 20px;
}
.section6 .col-md-12 h3 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: "Kumbh Sans", sans-serif;
}
.section6 .col-md-12 h4 {
  color: #fff;
  font-size:22px;
	font-weight:600;
  font-family: "Kumbh Sans", sans-serif;
}
.section6 .col-md-12 p {
  color: #fff;
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 20px;
}
.section6 .col-md-12 ul {
  color: #fff;
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 20px;
}
@media only screen and (max-width: 426px) {
  .home-rehab .col-md-6 p {
    text-align: justify;
  }
}
.home-rehab .col-md-6 .button-position .btn-outline-success {
  border-color: #ffa842;
  background-color: #ffa842;
  color: white;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 15px;
}
.home-rehab .col-md-6 .button-position .btn-outline-success:hover {
  background-color: #eba04c;
}

.home-rehab .position {
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-rehab .position .image-wrapperes-l> img {
      height: auto;
    width: 100%;
  border-radius: 6px;
	object-fit: cover;
}


.section3 {
  position: relative;
  padding: 100px 0;
  color: #000;
  background: url("../img/20yrs-Brochure-digital-6.png") center / cover no-repeat;
  overflow: hidden;
}

/* .section3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom right,
    rgba(255, 168, 66, 0.85),  
    rgba(63, 94, 168, 0.85)   
  );
  z-index: 0;
} */

.section3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(248 250 252 / 90%); 
  z-index: 0;
}


/* Keep content above overlay */
.section3 > * {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 426px) {
  .section3 {
    padding-bottom: 40px;
  }
}

.section3 .col-md-6 .badge {
  background-color: #7c97eb;
  padding: 10px 25px;
  margin: 30px 0px 10px 0px;
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .section3 .col-md-6 .badge {
    margin-top: 0px;
  }
}
.section3 .col-md-6 h2 {
  color: rgb(47, 72, 122);;
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 800;
  font-family: "Kumbh Sans", sans-serif;
}
@media only screen and (max-width: 991px) {
  .section3 .col-md-6 h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 426px) {
  .section3 .col-md-6 h2 {
    text-align: left;
  }
}
.section3 .col-md-6 p {
  color: #000000;
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 20px;
  font-weight: 400;
   text-align: justify;
  font-size: 16px;
}
@media only screen and (max-width: 462px) {
  .section3 .col-md-6 p {
    text-align: justify;
  }
}
.section3 .col-md-6 ul {
  padding-left: 0px;
  margin-left: 30px;
  margin-bottom: 2.5rem;
}


@media only screen and (max-width: 991px) {
  .section3 .col-md-6 ul li {
    margin: 3px 0px;
  }
}
.section3 .col-md-6 ul li {
  text-decoration: none;
  font-family: "Kumbh Sans", sans-serif;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .section3 .col-md-6 ul li {
    font-size: 16px;
  }
}
.section3 .col-md-6 .button-position .btn-outline-success {
  border-color: #ffa842;
  background-color: #ffa842;
  color: white;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 16px;
}
.section3 .col-md-6 .button-position .btn-outline-success:hover {
  background-color: #eba04c;
}
@media only screen and (max-width: 426px) {
  .section3 .col-md-6 .button-position {
    margin-bottom: 50px;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section3 .position {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
@media only screen and (max-width: 426px) {
  .section3 .position {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.section3 .position .image {
  width: 100%;
  height: 500px;
}
.section3 .position .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.section3 .position .play {
  position: absolute;
  top: 44%;
  right: 31%;
}
@media only screen and (max-width: 991px) {
  .section3 .position .play {
    top: 45%;
    right: 43%;
  }
}
.section3 .position .play svg {
  font-size: 60px;
  color: #fff;
  background-color: transparent;
}
.section3 .position .experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  width: 50%;
  border-radius: 20px;
  -webkit-box-shadow: 5px 7px #eef1f5;
  box-shadow: 5px 7px #eef1f5;
  padding: 10px;
  position: absolute;
  bottom: -20px;
  left: 70px;
}
@media only screen and (max-width: 991px) {
  .section3 .position .experience {
    left: 75px;
    width: 60%;
  }
}
.section3 .position .experience .experiance-text {
  font-family: "Kumbh Sans", sans-serif;
}
.section3 .position .experience .experiance-text > h3 {
  margin: 0;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #0e0b47;
}
.section3 .position .experience .experiance-text > p {
  margin: 0px;
  text-align: center;
  color: black;
  font-size: 16px;
  margin: 0px 10px;
}
.section3 .position .experience i {
  background: #eba04c;
  color: #fff;
  border-radius: 5px;
  font-size: 40px;
}
.section3-new {
  
  background-color: var(--e-global-color-primary);
  background-image: url(../img/cover2.png);
  padding: 100px 0px;
}
.section3-new .badge {
  background-color: #7c97eb;
  padding: 10px 25px;
  margin: 30px 0px 10px 0px;
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .section3-new .badge {
    margin-top: 0px;
  }
}
.section3-new h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 800;
  font-family: "Kumbh Sans", sans-serif;
}
.section3-new ul {
  padding-left: 0px;
}
@media only screen and (max-width: 462px) {
  .section3-new ul {
    text-align: left;
  }
}
/* .section3-new ul li {
    list-style: none;
    margin: 5px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
    border-bottom: none;
    background-image: linear-gradient(to right, rgba(255, 168, 66, 0.25), rgb(255 138 0), rgba(255, 168, 66, 0.25));
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: bottom;
} */



/* .section3-new ul li::before {
  content: "";
  width: 20px;
  height: 1rem;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 8px;
  flex-shrink: 0;
} */

/* @media only screen and (max-width: 426px) {
  .section3-new ul li::before {
    margin-top: 2px;
  }
}
@media only screen and (max-width: 991px) {
  .section3-new ul li {
    margin: 3px 0px;
  }
}
.section3-new ul li {
  text-decoration: none;
  font-family: "Kumbh Sans", sans-serif;
  color: white;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .section3-new ul li {
    font-size: 10px;
  }
} */
.Grand-discussion {
  position: relative;
 padding: 100px 0;
}
.Grand-discussion .position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .Grand-discussion .position {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 426px) {
  .Grand-discussion .position {
    width: 100%;
    height: 300px;
  }
}
.Grand-discussion .position .image {
  width: 100%;
  height: 450px;
}
@media only screen and (max-width: 991px) {
  .Grand-discussion .position .image {
    height: auto;
  }
}
.Grand-discussion .position .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.Grand-discussion .col-lg-6 .badge {
  color: #ffa842;
  background-color: #ffa84224;
  padding: 10px 25px;
  margin: 25px 0px 10px 0px;
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 426px) {
  .Grand-discussion .col-lg-6 .badge {
    margin-top: 20px;
  }
}
.Grand-discussion .col-lg-6 .btn-outline-success {
  border-color: #ffa842;
  background-color: #ffa842;
  color: white;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 16px;
}
.Grand-discussion .col-lg-6 h2 {
  font-family: "Kumbh Sans", sans-serif;
  color: rgb(47, 72, 122);
  font-size: 40px;
  font-weight: 800;
  margin: 0px 0px 20px 0px;
}

.Grand-discussion .col-lg-6 .span-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Grand-discussion .col-lg-6 .span-position .size {
  text-align: center;
  font-size: 50px;
  float: left;
  line-height: 1;
  font-weight: 600;
  margin-right: 10px;
  color: #7e7e7e;
}
@media only screen and (max-width: 991px) {
  .Grand-discussion .col-lg-6 .span-position .size {
    font-size: 30px;
  }
}
.Grand-discussion .col-lg-6 .span-position p {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
   text-align: justify;
   font-family: "Kumbh Sans", sans-serif;
}
@media only screen and (max-width: 991px) {
  .Grand-discussion .col-lg-6 .span-position p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 426px) {
  .Grand-discussion .col-lg-6 .span-position p {
    text-align: justify;
  }
}
.Grand-discussion .col-lg-6 > p {
  margin-bottom: 20px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  font-family: "Kumbh Sans", sans-serif;
}
@media only screen and (max-width: 991px) {
  .Grand-discussion .col-lg-6 > p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 426px) {
  .Grand-discussion .col-lg-6 > p {
    text-align: justify;
  }
}

@media only screen and (max-width: 426px) {
  .section4 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 426px) {
  .section4 {
    text-align: center;
  }
}
.section4 .p-style {
  font-family: "Kumbh Sans", sans-serif;
  color: rgb(47, 72, 122);
  font-weight: 800;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-align: center;
}

.section4 .badge {
  color: #ffa842;
  background-color: #ffa84224;
  padding: 10px 25px;
  margin: 25px 0px 10px 0px;
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 15px;
}
.section4 .button-position .btn-outline-success {
  border-color: #ffa842;
  background-color: #ffa842;
  color: white;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 15px;
  border-radius: 25px;
}
.section4 .button-position .btn-outline-success:hover {
  background-color: #eba04c;
}
.section4 .form-alignment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .section4 .form-alignment {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 426px) {
  .section4 .form-alignment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section4 .form-alignment .form-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 426px) {
  .section4 .form-alignment .form-position {
    margin-bottom: 0px !important;
  }
}
.section4
  .form-alignment
  .form-position
  .placeholder-style
  ::-webkit-input-placeholder {
  font-size: 12px;
}
.section4 .form-alignment .form-position .placeholder-style ::-moz-placeholder {
  font-size: 12px;
}
.section4
  .form-alignment
  .form-position
  .placeholder-style
  :-ms-input-placeholder {
  font-size: 12px;
}
.section4
  .form-alignment
  .form-position
  .placeholder-style
  ::-ms-input-placeholder {
  font-size: 12px;
}
.section4 .form-alignment .form-position .placeholder-style ::placeholder {
  font-size: 12px;
}
@media only screen and (max-width: 991px) {
  .section4 .form-alignment .form-position {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 426px) {
  .section4 .form-alignment .form-position {
    text-align: left;
    margin-left: 20px;
  }
}
.section4 .form-alignment .form-position .form-control {
  width: 90%;
}
@media only screen and (max-width: 426px) {
  .section4 .form-alignment .form-position .form-control {
    margin-bottom: 5px;
  }
}
.section4 .form-alignment .form-position .form-label {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0e0b47;
}
.section4 .form-alignment .form-position2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .section4 .form-alignment .form-position2 {
    width: 60%;
  }
}
@media only screen and (max-width: 426px) {
  .section4 .form-alignment .form-position2 {
    width: 100%;
    margin-left: 20px;
  }
}
.section4 .form-alignment .form-position2 .row {
  width: 100%;
}
.section4 .form-alignment .form-position2 .row .form-select {
  font-size: 12px;
}
@media only screen and (max-width: 426px) {
  .section4 .form-alignment .form-position2 .row .form-select {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .section4 .form-alignment .form-position2 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section4 .form-alignment .form-position2 .row .mb-3 {
    margin-bottom: 0rem !important;
  }
  .section4 .form-alignment .form-position2 .row .ps-2 {
    padding-left: 0rem !important;
  }
}
@media only screen and (max-width: 426px) {
  .section4 .form-alignment .form-position2 .row {
    text-align: left;
  }
}
.section4 .form-alignment .form-position2 .row .form-select {
  width: 100%;
  padding: 0.5rem 0.75rem;
}
@media only screen and (max-width: 991px) {
  .section4 .form-alignment .form-position2 .row .form-select {
    width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  .section4 .form-alignment .form-position2 .row .form-control {
    width: 90%;
  }
}
.section4 .form-alignment .form-position2 .row .form-label {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0e0b47;
}
.section5 {
  /* background-color: #f7f3f0; */
  padding: 100px 0px;
}
.section5 li {
  text-align: left;
}
@media only screen and (max-width: 426px) {
  .section5 {
    padding: 50px 0;
  }
}
.section5 .position {
  position: relative;
}
.section5 .position .image-holder .image {
  height: 500px;
  width: 70%;
}
@media only screen and (max-width: 991px) {
  .section5 .position .image-holder .image {
    width: 100%;
  }
}
.section5 .position .image-holder .image img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
.section5 .position .play {
  position: absolute;
  top: 43%;
  left: 27%;
}
@media only screen and (max-width: 991px) {
  .section5 .position .play {
    top: 44%;
    left: 41%;
  }
}
.section5 .position .play svg {
  font-size: 60px;
  color: #fff;
  background-color: transparent;
}
.section5 .position .experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  width: 50%;
  border-radius: 20px;
  -webkit-box-shadow: 5px 7px #eef1f5;
  box-shadow: 5px 7px #eef1f5;
  padding: 10px;
  position: absolute;
  bottom: -40px;
  left: -40px;
}
@media only screen and (max-width: 991px) {
  .section5 .position .experience {
    left: 70px;
    width: 60%;
  }
}
@media only screen and (max-width: 426px) {
  .section5 .position .experience {
    left: 80px;
  }
}
.section5 .position .experience .star-text .experiance-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section5 .position .experience .star-text .experiance-text h3 {
  color: #0e0b47;
  margin: 0;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  font-family: "Kumbh Sans", sans-serif;
}
.section5 .position .experience .star-text .experiance-text p {
  margin: 0px;
  text-align: center;
  margin: 0px 10px;
  color: black;
  font-size: 16px;
  font-family: "Kumbh Sans", sans-serif;
}
.section5 .position .experience .star-text i {
  color: #eba04c;
  font-size: 20px;
}
@media only screen and (max-width: 426px) {
  .section5 .col-md-6 {
    text-align: left;
  }
}
.section5 .col-md-6 .badge {
  color: #ffa842;
  background-color: #ffa84224;
  padding: 10px 25px;
  margin: 0px 0px 5px 0px;
  font-family: "Kumbh Sans", sans-serif;
}
@media only screen and (max-width: 426px) {
  .section5 .col-md-6 .badge {
    margin-top: 70px;
  }
}
.section5 .col-md-6 > h2 {
  font-family: "Kumbh Sans", sans-serif;
  color: rgb(47, 72, 122);
  font-size: 40px;
  font-weight: 800;
  margin: 10px 0px 20px 0px;
}
@media only screen and (max-width: 991px) {
  .section5 .col-md-6 > h2 {
    font-size: 30px;
  }
}
.section5 .col-md-6 .why-choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 426px) {
  .section5 .col-md-6 .why-choose {
    text-align: left;
  }
}
.section5 .col-md-6 .why-choose .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .section5 .col-md-6 .why-choose .logo {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.section5 .col-md-6 .why-choose .logo i {
  font-size: 20px;
  background-color: #dfcebbc4;
  color: #e99535e0;
  border-radius: 10px;
  font-weight: 900;
  border: 2px soloid #ffffff2b;
  padding: 2px;
}
@media only screen and (max-width: 991px) {
  .section5 .col-md-6 .why-choose .logo i {
    font-size: 20px;
  }
}
.section5 .col-md-6 .why-choose .text {
  font-family: "Kumbh Sans", sans-serif;
  /* padding: 0px 10px; */
	margin-left:30px;
}





.why-choose::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 18%;
  transform: translateY(0%);
  width: 18px;
  height: 18px;
  background: url("../img/arrow.svg") no-repeat center;
  background-size: contain;
}



.section5 .col-md-6 .why-choose .text > p {
  font-size: 16px;
  margin-bottom: 5px;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .section5 .col-md-6 .why-choose .text > p {
    font-size: 16px;
  }
}
.section6 {
  position: relative;
  /* background-color: var(--e-global-color-primary); */
  background-image: url(/img/cover2.png);
  padding: 100px 0px;
}

.section6 .col-md-6 .badge {
 color: #ffa842;
  background-color: #ffa84224;
  padding: 10px 25px;
  margin: 30px 0px 10px 0px;
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .section6 .col-md-6 .badge {
    margin-top: 0px;
  }
}
.section6 .col-md-6 h2 {
  color: rgb(47, 72, 122);
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 800;
  font-family: "Kumbh Sans", sans-serif;
}

.section6 .col-md-6 p {
  color: #000000;
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 20px;
  text-align: justify;
}
@media only screen and (max-width: 426px) {
  .section6 .col-md-6 p {
    text-align: justify;
  }
}
.section6 .col-md-6 .button-position .btn-outline-success {
  border-color: #ffa842;
  background-color: #ffa842;
  color: white;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 15px;
}
.section6 .col-md-6 .button-position .btn-outline-success:hover {
  background-color: #eba04c;
}

.section6 .position {
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 426px) {
  .section6 .position {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.section6 .position .image-wrapperes > img {
  /* border-radius: 20px; */
    object-fit: cover;
    height: auto;
    width: 100%;
}

.units {
  /* margin: 60px 0px; */
  padding: 100px 0px;
  background: #f8fafc;
}
.units1{
background-color: #fff;

}
.units .col-md-4 {
  width: 95%;
}

.units .container .badge {
  color: #ffa842;
  background-color: #ffa84224;
  padding: 10px 25px;
  margin: 0px 0px 5px 0px;
  font-family: "Kumbh Sans", sans-serif;
}
.units .container .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;

  margin-top: 20px;
}
.units .container .heading h4 {
  font-family: "Kumbh Sans", sans-serif;
  color: rgb(47, 72, 122);
  font-weight: 800;
  font-size: 40px;
  line-height: 1.2;
}
.units .container .heading a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.units .container .heading a span {
  color: #e4af3c;
  font-weight: 500;
  line-height: 13px;
}
.units .container .multi-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.units .container .multi-card .card {
  border: none;
  border-radius: 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  margin-bottom: 2rem;
  margin-top: 1rem;
      padding: 8px;
}

@media only screen and (max-width: 426px) {
  .units .container .multi-card .card {
    margin-bottom: 20px;
  }
}
.units .container .multi-card .card .image {
  height: 265px;
}
@media only screen and (max-width: 426px) {
  .units .container .multi-card .card .image {
    height: 300px;
  }
}
.units .container .multi-card .card .image > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
	object-position: top;
  padding: 10px;
  border-radius: 30px;
}
@media only screen and (max-width: 426px) {
  .units .container .multi-card .card .image > img {
    border-radius: 30px;
  }
}
.units .container .multi-card .card-body {
      text-align: justify;
    height: 100%;
    min-height: 200px;
}
.units .container .multi-card .card-body i {
  font-size: 20px;
  padding: 2px;
  margin: 0px 10px;
  color: #e4af3c;
  background-color: #e9d3ba;
  border-radius: 50%;
}
.units .container .multi-card .card-body > h5 {
  color: rgb(47, 72, 122);
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
}
.units .container .multi-card .card-body > p {
    font-family: "Kumbh Sans", sans-serif;
  }
@media only screen and (max-width: 426px) {
  .units .container .multi-card .card-body > p {
    text-align: justify;
  }
}
.section8 {
  margin: 60px 0px;
}
.section8 .owl-nav {
  display: none;
}
.section8 .owl-dots {
  display: none;
}
.section8 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section8 .container .badge-size .badge {
  color: #ffa842;
  background-color: #ffa84224;
  padding: 10px 25px;
  margin: 25px 0px 10px 0px;
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 426px) {
  .section8 .container .badge-size .badge {
    margin-top: 10px;
  }
}
.section8 .container h2 {
  font-family: "Kumbh Sans", sans-serif;
  color: #0e0b47;
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .section8 .container h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 426px) {
  .section8 .container h2 {
    font-size: 25px;
  }
}
.section8 .container > p {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 15px;
  color: #aca195;
}
@media only screen and (max-width: 426px) {
  .section8 .container > p {
    text-align: justify;
  }
}
@media only screen and (max-width: 426px) {
  .section8 .container > p br {
    display: none;
  }
}
.section8 .container .paitent-comment {
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section8 .container .paitent-comment .comment-position {
  margin: 20px;
}
.section8 .container .paitent-comment .comment-position > img {
  width: 30px;
}
.section8 .container .paitent-comment .comment-position > p {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 16px;
  color: #aca195;
}
@media only screen and (max-width: 426px) {
  .section8 .container .paitent-comment .comment-position > p {
    text-align: justify;
  }
}
.section8 .container .paitent-comment .comment-position .paitent-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 426px) {
  .section8 .container .paitent-comment .comment-position .paitent-detail {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}
.section8
  .container
  .paitent-comment
  .comment-position
  .paitent-detail
  .paitent-iamge
  > img {
  border-radius: 50%;
}
.section8
  .container
  .paitent-comment
  .comment-position
  .paitent-detail
  .paitent-address {
  text-align: left;
  margin-left: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section8
  .container
  .paitent-comment
  .comment-position
  .paitent-detail
  .paitent-address
  > h5 {
  font-size: 16px;
  margin-bottom: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section8
  .container
  .paitent-comment
  .comment-position
  .paitent-detail
  .paitent-address
  > p {
  margin: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section9 {
  background-color: #0e0b47;
  padding-top: 50px;
  color: white;
  font-family: "Kumbh Sans", sans-serif;
}
@media only screen and (max-width: 426px) {
  .section9 {
    text-align: center;
  }
}
.section9 .row1 .my-paddingR {
  padding-right: 70px;
}
@media only screen and (max-width: 991px) {
  .section9 .row1 .my-paddingR {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 426px) {
  .section9 .row1 .my-paddingR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0%;
    padding: 10px;
  }
}
.section9 .row1 .col-lg-4 > h5 {
  margin-bottom: 25px;
  font-family: "Kumbh Sans", sans-serif;
}
.section9 .row1 .col-lg-4 .logo a > img {
  width: 200px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .section9 .row1 .col-lg-4 .logo a > img {
    width: 100px !important;
  }
}
@media only screen and (max-width: 426px) {
  .section9 .row1 .col-lg-4 .logo a > img {
    margin-bottom: 0px;
  }
}
.section9 .row1 .col-lg-4 > p {
  font-size: 16px;
  font-weight: 300;
  color: #b0aec9;
}
@media only screen and (max-width: 726px) {
  .section9 .row1 .col-lg-4 > p {
    margin: 0px 0px;
    margin-bottom: 15px;
  }
}
.section9 .row1 .col-lg-2 > h5 {
  margin-bottom: 25px;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 426px) {
  .section9 .row1 .col-lg-2 > h5 {
    margin-bottom: 15px;
  }
}
.section9 .row1 .col-lg-2 ul {
  list-style: none;
  text-align: left;
  padding-left: 0%;
}
@media only screen and (max-width: 426px) {
  .section9 .row1 .col-lg-2 ul {
    text-align: center;
  }
}
.section9 .row1 .col-lg-2 ul li {
  margin: 8px 0px;
}
.section9 .row1 .col-lg-2 ul li a {
  text-decoration: none;
  color: white;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 300;
  color: #b0aec9;
}
@media only screen and (max-width: 426px) {
  .section9 .row1 .col-lg-2 ul li a {
    font-size: 16px;
  }
}
.section9 .row1 .col-lg-2 ul li a:hover {
  color: #eba04c;
}
.section9 .row1 .col-lg-4 > h5 {
  margin-bottom: 25px;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .section9 .row1 .col-lg-4 > h5 {
    margin-bottom: 5px;
  }
}
.section9 .row1 .col-lg-4 .logo > img {
  width: 148px;
  margin-bottom: 25px;
}
.section9 .row1 .col-lg-4 > p {
  font-size: 16px;
  font-weight: 300;
  color: #b0aec9;
}
.section9 .row1 .col-lg-4 .footer-botton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .section9 .row1 .col-lg-4 .footer-botton {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section9 .row1 .col-lg-4 .footer-botton .form-control {
  width: 60%;
  background-color: #ffffff2b;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .section9 .row1 .col-lg-4 .footer-botton .form-control {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section9 .row1 .col-lg-4 .footer-botton .btn-outline-success {
  border-color: #ffa842;
  background-color: #ffa842;
  border-radius: 25px;
}
.section9 .row1 .col-lg-4 .footer-botton .btn-outline-success:hover {
  background-color: #eba04c;
}
.section9 .row1 .col-lg-4 .footer-botton .btn {
  color: white;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 16px;
}
.section9 .row2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  border-top: 1px solid #eba04c;
  padding: 15px 0px;
}
.section9 .row2 .col-md-4 i {
  font-size: 25px;
  padding: 2px;
  margin: 0px 10px;
  color: #e4af3c;
  background-color: #ffa84224;
  border-radius: 50%;
}
@media only screen and (max-width: 426px) {
  .section9 .row2 .col-md-4 i {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 20px;
  }
}
.section9 .row2 .col-md-4 a {
  text-decoration: none;
  color: white;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 300;
  color: #b0aec9;
}
@media only screen and (max-width: 991px) {
  .section9 .row2 .col-md-4 a {
    font-size: 16px;
   
  }
  .ct-tm{
     margin-top: 5%;
  }
}

.section9 .row2 .col-md-4 a:hover {
  color: #eba04c;
  font-weight: 400;
}
.section9 .row2 .col-md-4 p {
  margin: 0px;
  font-weight: 300;
  color: #b0aec9;
}
@media only screen and (max-width: 991px) {
  .section9 .row2 .col-md-4 p {
    font-size: 16px;
    margin-bottom: 5%;
  }
}
.modal .modal-header {
  padding: 0rem 1rem;
}
.modal .modal-content {
  border-radius: 10px;
}
.modal .modal-content h5 {
  font-weight: 600;
  color: #0e0b47;
  font-family: "Kumbh Sans", sans-serif;
}
.modal .modal-content input {
  color: #3c3c3c !important;
  font-family: "Kumbh Sans", sans-serif;
}
.modal .modal-content ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3c3c3c;
}
.modal .modal-content ::-moz-placeholder {
  /* Chrome/Opera/Safari */
  color: #3c3c3c;
}
.modal .modal-content :-ms-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3c3c3c;
}
.modal .modal-content ::-ms-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3c3c3c;
}
.modal .modal-content ::placeholder {
  /* Chrome/Opera/Safari */
  color: #3c3c3c;
}
.modal .modal-content .close {
  border: none;
  background: transparent;
  color: #0e0b47;
}
.modal .modal-content .close span {
  font-size: 30px;
  font-weight: 600;
}
.modal .modal-body .form-group1 {
  margin-bottom: 0.5rem;
}
.modal .modal-body .form-group1 .form-control {
  padding: 0.375rem 1.75rem;
  border-radius: 5px;
  background-color: #3c3c3c07;
  margin-bottom: 20px;
}
.modal .modal-body .form-group1 .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal .modal-body .btn {
  color: #fff;
  border-radius: 5px;
  background-color: #0e0b47;
  width: 100%;
  font-weight: 600;
}
.modal .modal-body .btn:hover {
  color: #0e0b47;
  background-color: #3c3c3c25;
  font-weight: 800;
}

/*==============faqs================*/
.faqs {
  /* margin: 50px 0px; */
  font-family: "Kumbh Sans", sans-serif;
}
.faqs .badge {
  color: #ffa842;
  background-color: #ffa84224;
  padding: 10px 25px;
  margin: 10px 0px 20px 0px;
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
}
.faqs h2 {
  font-family: "Kumbh Sans", sans-serif;
  color: rgb(47, 72, 122);
  font-size: 40px;
  font-weight: 800;
  margin: 10px 0px 30px 0px;
}
.faqs .row .col-md-12 .accordion .accordion-item .click-show {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, border-radius 0.15s ease,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}
.faqs .row .col-md-12 .accordion .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 991px) {
  .section2 .badge {
    margin-top: 0px;
    font-size: 14px;
  }
  .section2 h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 375px) {
  .section2 .badge {
    margin-top: 70px;
  }
  .section2 h2 {
    font-size: 25px;
  }
}

/*============Starting Tag============*/
.start-tag {
  margin-top: 20px;
}
.start-tag .tag-style {
  background-color: #6282e7;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 0px 12px -5px #000;
  -webkit-box-shadow: 0px 0px 12px -5px #000;
  -moz-box-shadow: 0px 0px 12px -5px #000;
}
.start-tag .tag-style h1 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-family: "Kumbh Sans", sans-serif;
}

.ytvdeos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

@media only screen and (max-width: 987px) {
  .ytvdeos {
    flex-direction: column;
  }
}

.test_ul {
  padding-left: 0rem;
}

.test_ul li {
  list-style: none;
  width: 50%;
  position: relative;
  padding: 16px;
  background-color: #e9e9e9;
}
.test_ul li p {
  margin-bottom: 0;
}
.test_ul li strong {
  font-size: 12px;
}
.test_ul li::after {
  position: absolute;
  content: "";
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #6282e7;
  top: 0px;
  left: 0px;
}

.test_ul li::before {
  position: absolute;
  content: "";
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #6282e7;
  bottom: 0px;
  right: 0px;
}

@media only screen and (max-width: 480px) {
  .test_ul li {
    list-style: none;
    width: 100%;
  }
}

.mymodal {
  position: fixed;
  height: 100vh;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #0000009f;
  z-index: 9999;
}
.img-visibility-mobile{
	display:none;
}

@media only screen and (max-width:768px){
	.img-visibility-desktop{
		display: none;
	}
	.img-visibility-mobile{
		display:block;
	}
	.mymodal {
  position: fixed;
  height: 100vh;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #0000009f;
  z-index: 9999;
}
	.visbility {
  display: flex;
  transition: all 0.2s ease-in-out;
	padding: 50px 35px;
		overflow: scroll;
}
	.mymodal .modalbx {
  /* width: 60%;
    height: 70%; */
	max-width: 750px;
  position: relative;
  z-index: 99;
  /* border-radius: 9px; */
  border: 1px solid black;
  margin: auto;
}
}


.visbility {
  display: flex;
  transition: all 0.2s ease-in-out;
	top: 0;
}

.mymodal .modalbx {
  /* width: 60%;
    height: 70%; */
	max-width: 750px;
  margin: auto;
  position: relative;
  z-index: 99;
  /* border-radius: 9px; */
  border: 1px solid black;
}

.mymodal .modalbx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mymodal .modalbx .cross {
  cursor: pointer;
  position: absolute;
  right: -9px;
  font-size: 32px;
  top: -10px;
  color: white;
  background: white;
  border-radius: 100%;
  color: black;
}

@media only screen and (max-width: 500px) {
  .mymodal .modalbx .cross {
    cursor: pointer;
    position: absolute;
    right: -16px;
    font-size: 29px;
    top: -16px;
    color: white;
    background: white;
    border-radius: 100%;
    color: black;
  }

  .kneeimg {
    margin-top: 40px;
  }

  .gapingtwpo {
    padding-top: 0px !important;
  }
}

/*Gallery image*/

.gridcards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
}

.gridsinglecrd{
	a{
		display:block;
		position:relative;
	}
}
.guest-info{
    position: absolute;
    width: 100%;
    max-width: 600px;
    font-size: 12px;
    color: #ffffff;
    bottom: 0;
    background: linear-gradient(to top, #000000, transparent);
    padding: 5px;
	text-align:left;
}

.guest-info h6,p{
	margin-bottom:0;
}

.gridcards .gridsinglecrd img {
  width: 100%;
  height: 100%;
  max-height: 235px;
  object-fit: cover;
}

.transrm {
  transform: translateY(121px);
}
.transrm2{
	width:100%;
	max-width:700px;
	object-fit:cover;
	object-position: top;
	transform: translateY(205px);
}
@media only screen and (max-width:991px){
	.transrm2{
		transform: translateY(1px)
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){
	.transrm2{
		transform: translateY(50px)
	}
}
@media only screen and (min-width:427px) and (max-width:767px){
	.transrm2{
		transform: translateY(1px);
		transform: translateX(140px);
	}
}

@media screen and (max-width: 564px) {
  .gridcards {
    grid-template-columns: 1fr 1fr;
  }

  .transrm {
    transform: translateY(0px);
  }
}

@media screen and (max-width: 428px) {
  .gridcards {
    grid-template-columns: 1fr;
  }
}

/*  */
.home-banner {
  position: relative;
}
.home-banner .container-fluid {
  z-index: 2;
}
.home-carousel {
  display: block;
  position: absolute;
  top: 0;
  /* z-index: -1; */
}

@media screen and (max-width: 510px) {
  .banner-holder{
	  height:100vh;
	}
	.swastha-samman-banner{
	height:350px
	}
}
@media screen and (max-width: 426px) {
  .banner-holder{
	  height:97vh;
	}
}
@media screen and (max-width: 376px) {
  .banner-holder{
	  height:121vh;
	}
	.swastha-samman-banner{
		height:300px
	}
}
@media screen and (max-width: 360px) {
  .banner-holder{
	  height:105vh;
	}
}


/*#about{
	position:relative;
}
#about > div{
	background: #6282E7;
	padding:4px 8px;
	border-radius:6px;
position:absolute;
	z-index:55;
display: none;
}

#about:hover div{
display: block;
width: max-content;
}*/

.form-label{
	float: left;
}
.header-about-btn-mobile{
	position: relative;
	display: none;
	@media only screen and (max-width: 576px) {
		display: inline-block;
	}
}
.mobile-about-split{
	position: absolute;
	top: 0;
	left: 60px;
}
.header-about-btn-desktop{
	display:block;
	@media only screen and (max-width: 576px) {
		display:none;
	}
}
.youtube-placeholder {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  
  .youtube-placeholder img {
    display: block;
    width: 100%;
    max-width: 315px;
    height: 100%;
    max-height: 560px;
  }
  
  .youtube-placeholder svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    cursor: pointer;
    width: 70px;
  }
.all-video{
     /* margin: 100px 0px; */
    display: flex;
    gap: 35px;
    justify-content: center;
}
@media only screen and (max-width:992px){
    .all-video{
        flex-direction: column;
		align-items: center;
    }
}
.social-icons{
	width:35px;
	background-color:#ffa84224;
	padding: 5px;
	border-radius:50px;
}
.testimonial-text{
  font-family: "Kumbh Sans", sans-serif;
	  color: #000000;
    font-size: 1rem;
    margin-bottom: 1.4rem;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.multi-card{
	.row{
		--bs-gutter-x: 0;
		--bs-gutter-y: 0;
	}
}


.video-container{
	video{
		width:100%;
		max-width:300px;
		height:auto;
		border-radius:10px;
	}
}

.robotics-video-container{
	video{
		width:100%;
		max-width:300px;
		height:auto;
		border-radius:10px;
	}
}
@media only screen and (max-width:510px){
	.robotics-video-container{
		video{
			max-width:100%;
		}
	}
}

/*.video-container {
    position: relative;
    width: 100%;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.play-button::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.play-button.hide {
    opacity: 0;
    pointer-events: none;
}
@media only screen and (max-width:600px){
	.play-button{
		display:none;
	}
	.play-button:before{
		display:none;
	}
	.play-button.hide{
		display:none;
	}
}*/
 .modal-popup {
            display: none; /* Hidden by default */
            position: fixed;
            z-index: 99;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            align-items: center;
            justify-content: center;
        }
        .modal-popup-content {
            background-color: white;
            border-radius: 8px;
            text-align: center;
            position: relative;
            width: 100%;
			max-width:50%;
        }
        .close-popup {
            position: absolute;
            top: 6px;
            right: 15px;
            font-size: 30px;
            cursor: pointer;
			color:#fff;
        }
.popup-img{
	width:100%;
	/*max-width:300px;*/
	border-radius:8px;
}
/* Hide mobile section by default */
.content-mobile {
    display: none;
}

/* Mobile vertical scroll container */
.mobile-scroll {
    display: block;
    overflow-y: scroll; 
    max-height: 80vh; 
}

.mobile-scroll img {
    width: 100%;
}

/* Show mobile, hide desktop on screens ≤ 768px */
@media (max-width: 768px) {
    .content-desktop {
        display: none;
    }
    .content-mobile {
        display: block;
    }
}

.content-inner{
	display:flex;
	gap:20px;
}
.content-inner-text{
	display: block;
    margin: auto 0;
    padding: 0 20px;
    text-align: left;
	h2{
		font-size:23px;
	}
	p{
		font-size:16px;
	}
	a{
		display: block;
        color: #fff;
        border-radius: 5px;
        background-color: #0e0b47;
        width: 100%;
		font-size:16px;
        font-weight: 500;
        text-decoration: none;
        padding: 8px 20px;
        margin: 25px auto 0;
        max-width: 150px;
        text-align: center;
	}
}
@media only screen and (max-width:510px){
	.modal-popup-content {
			max-width:350px;
        }
	.popup-img{
		max-width:600px;
	}
	.content-inner{
		flex-direction:column;
		/*padding-bottom:20px;*/
	}
	.close-popup {
		left:-270px;
        }
}
.faq-heading{
	font-size:20px;
	font-weight:600;
}
.btn-outline-success{
	border-color: #ffa842;
    background-color: #ffa842;
    color: white;
    font-family: "Kumbh Sans", sans-serif;
	box-shadow:none !important;
}
.btn-outline-success:hover {
    background-color: #eba04c;
	border-color: #eba04c;
}
@media only screen and (max-width:510px){
	.banner-holder-service{
		height: unset !important;
	}
	.banner-text-service{
		height: 300px;
	}
	.banner-img-service{
		left: calc(50% - 145px);
	}
}
	
.robotics-images-wrapper{
	display:flex;
	gap:20px;
	justify-content:center;
	flex-wrap:wrap;
	margin-bottom:50px;
}
.robotics-images-wrapper img{
	width:100%;
	max-width:400px;
	height:300px;
	object-fit:cover;
	border-radius:16px;
}
.robotics-videos-wrapper{
	display:flex;
	gap:20px;
	justify-content:center;
	margin-bottom:50px;
	flex-wrap:wrap;
}
.robotics-video-wrapper .owl-prev{
	height:40px;
	width:40px;
	background-color:#0E0B47;
	font-size:30px;
	
}
@media only screen and (max-width:992px) {
 .robotics-images-wrapper img{
	max-width:300px;
	height:200px;
}
}
@media only screen and (max-width:510px){
	.robotics-images-wrapper img{
		max-width:400px;
		height:300px;
	}
}










/* new css */
/* Floating Stats Wrapper */
.floating-stats-wrapper {
    position: relative;
    z-index: 99999;
}

/* Stats Card */
.floating-stats {
    position: absolute;
    left: 50%;
    top: -60px; /* 👈 controls how much it sits on banner */
    transform: translateX(-50%);
     z-index: 99999;
    background: var(--e-global-color-primary);
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    padding: 25px 10px;
    text-align: center;
    width: 100%;
    max-width: 700px;
}

/* Individual Stat Box */
.stat-box {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.stat-box:last-child {
    border-right: none;
}

/* Numbers */
.stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.stat-number span {
    font-size: 42px;
}

/* Label */
.stat-label {
    font-size: 16px;
    color: #efefef;
}

/* Mobile Fix */
@media (max-width: 767px) {
    .floating-stats {
        top: -40px; /* less overlap on mobile */
        padding: 20px 5px;
    }

    .stat-number {
        font-size: 28px;
    }

    .stat-number span {
        font-size: 32px;
    }
}
.image-back-design {
    position: relative;
    display: inline-block;
}

.image-back-design::before {
   content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 61%;
    height: 72%;
        z-index: -1;
    border-radius: 6px;
   background: linear-gradient(
    to bottom right,
    #ffa842,   /* warm orange */
    #3f5ea8    /* deep blue */
  );
}

/* Ensure image stays on top */
.image-back-design img {
    position: relative;
    z-index: 1;
}
/* Wrapper */
.experience-wrapper {
    position: relative;
    padding: 30px 20px;
}

/* Main image */
.experience-wrapper .image img {
    width: 100%;
    height: 380px;
    border-radius: 6px;
    object-fit: cover;
}

/* Floating Patients Served box */
.experience {
    position: absolute;
           bottom: 10px;
    left: 30px;
    background: #ffffff;
        padding: 20px 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 4px 10px rgba(0, 0, 0, 0.06);
    z-index: 3;
}

/* Icon */
.experience i {
    font-size: 34px;
    color: #111;
}

/* Text styling */
.experiance-text h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #111;
}

.experiance-text span {
  font-family: "Kumbh Sans", sans-serif;
    font-weight: 700;
    color: rgb(47, 72, 122);
}

.experiance-text p {
  font-family: "Kumbh Sans", sans-serif;
    margin: 4px 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #000000!important;
        margin-bottom: 0!important;
}

/* Overlapping image card */
.overlay-card {
    position: absolute;
    bottom: 0px;
    right:0px;
    width: 240px;
    border: 10px solid #fff;
    border-radius: 22px;
    /* box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.18),
        0 6px 14px rgba(0, 0, 0, 0.08); */
    z-index: 2;
}

.overlay-card img {
    width: 100%;
    border-radius: 22px;
    display: block;
}



@media (max-width: 767px) {
  .experience-wrapper .image img{
    /* width: 100%;
    height: 100%; */
  }
 
    .experience {
      margin-top: 16px;
        width: fit-content;
        align-items: end;
        right: 0;
        left: 0;
        bottom:0;
        padding: 12px;
    }
}
.image-wrapper {
    position: relative;
    display: inline-block; 
}
 .grand-img img{
  border-radius: 6px;
}
.image-wrapper::before {
      content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 70%;
    height: 70%;
        z-index: -1;
    border-radius: 6px;
 background: linear-gradient(to top right, #5c89f4, /* warm orange */ #ea7d28 /* deep blue */);


}


/* css foe li section  */

.section4 {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}

.bg-overlayContact {
    position: relative;
   background-image:
        linear-gradient(
            to bottom right,
            rgba(255, 168, 66, 0.85),
            rgba(63, 94, 168, 0.85)
        ),
        url("../img/final-img/Team.jpeg");
    background-size: cover;
        width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}



.section4 .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.section4 .col-md-6 {
    position: relative;
}

.section4 .consultation{
  z-index: 1;
    width: 100%;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.section4 .badge {
    display: inline-block;
    background-color: #f6f6f6;
    color: #000000;
    padding: 5px 42px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}



.section4 .form-alignment {
    padding: 30px;
}

.section4 form .form-label {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 16px;
}

.section4 form .form-control,
.section4 form .form-select {
 font-family: "Kumbh Sans", sans-serif;
    border-radius: 8px;
    padding: 6px 16px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    color: #6a6a6a;
}

.section4 .button-position {
    text-align: left;
    margin-top: 15px;
}

.section4 .btn {
    background-color: var(--e-global-color-primary);
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    transition: 0.3s;
}

.section4 .btn:hover {
    /* background: linear-gradient(135deg, #2a3a8f, #5c6bc0); */
    /* color: #fff; */
    border: 1px solid #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .section4 .row {
        flex-direction: column;
    }
    .section4 .col-lg-5,
    .section4 .col-md-7 {
        width: 100%;
    }
    .section3-new .row{
margin: 2px;
    }
}

.image-wrappers img{
  z-index: 1;
  border-radius: 6px;
}
.image-wrapperes img{
  border-radius: 6px;
}
.image-wrappers {
  z-index: 1;
  border-radius: 6px;
    position: relative;
    display: inline-block;
}

.image-wrappers::before {
      content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 61%;
    height: 72%;
        z-index: -1;
    border-radius: 6px;
    background: linear-gradient(
    to bottom right,
    #ffa842,   /* warm orange */
    #3f5ea8    /* deep blue */
  );
}
.image-wrapperes {
  display: flex;
  gap: 30px;
}

.img-box {
  position: relative;
}

.img-box::before {
  content: "";
  position: absolute;
 
  border-radius: 6px;
  z-index: -1;
 }

/* First image before */
.img-1::before {
  width: 50%;
    height: 50%;
  top: -15px;
  right: -15px;
  background: linear-gradient(to bottom right, #ffa842, /* warm orange */ #0d6efded /* deep blue */);
}

/* Second image before */
.img-2::before {
     width: 45%;
    height: 50%;
  bottom: -15px;
  left: -15px;
   background: linear-gradient(to bottom right, #ffa842, /* warm orange */ #0d6efded /* deep blue */);
}
.image-wrapperes-l {
  position: relative;
  display: inline-block;
}

.image-wrapperes-l::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 50%;
  height: 50%;
  z-index: -1;
  border-radius: 6px;
  background: linear-gradient(
    to top right,
    #ffa842,
    #3f5ea8
  );
}
.image-wrapperes-l:nth-child(2)::before {
  top: auto;
  left: auto;
   width: 50%;
  height: 50%;
  bottom: -15px;
  right: -15px;
}




/* faq */

.faqs {
  background: #f8fafc;
  padding: 100px 0;
}

.faq-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}

.custom-faq {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  padding: 5px;
  border: none;
}

.custom-faq + .custom-faq {
  margin-top: 20px;
}

.accordion-button {
  font-size: 18px;
  font-weight: 600;
  padding: 22px 20px;
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
}

.accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 28px;
  font-weight: 400;
  transform: none;
   margin-top: -8px;
}

.accordion-button:not(.collapsed)::after {
  content: "–";
  background-image: none;
      margin-top: 10px;
}

.accordion-button:not(.collapsed) {
  color: #0d6efd;
  background: #fff;
  box-shadow: none;
}

.accordion-body {
  padding: 0 20px 20px;
  font-size: 16px;
  color: #555;
}

.accordion-item {
  border: none;
}

@media (max-width: 768px) {
  .faq-title {
    font-size: 28px;
  }
 
}
.floating-info-wrapper {
  margin-top: -60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
}
.floating-infos-wrapper {
 margin-top: -160px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 40%;
}
.info-box{
  padding: 12px;
}
.floating-infos-wrapper .info-box {
  justify-content: space-around;
}
.floating-infos-wrapper .info-box .content{
  display: flex;
    flex-direction: column;
    align-items: center;
}
.floating-info-card {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.info-box {
  flex: 1;
  padding: 24px;
  color: #fff;
  display: flex;
  gap: 0px;
  align-items: flex-start;
}
.info-light {
    display: flex;
    flex-direction: column;
    background: rgb(22 37 68); /* deep blue - lightest shade */
    color: #f1f4ff;      /* soft light text */
}

.info-dark {
    display: flex;
    flex-direction: column;
    background: #0f1b31; /* deeper blue - medium shade */
    color: #f1f4ff;
}

.info-darker {
    display: flex;
    flex-direction: column;
    background: #0b1e44; /* darkest deep blue */
    color: #f1f4ff;
}




.header-sect{
  display: flex;
    gap: 20px;
 margin-bottom: 6px;
}

.info-darken {
    background-color: #1a3770;
    background-image: url(../img/cover2.png);

  /* background-size: cover; */
  background-position: initial;
  background-repeat: no-repeat;
  color: #fff;
}

.info-box h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.info-box p {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 4px;
}

.icon {
  font-size: 28px;
  line-height: 1;
}
.icon img {
  width: 26px;
  filter: brightness(0) invert(1);
}

.info-highlight {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-top: 0px;
}

.btn-outline {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 24px;
  font-weight: 800;
  font-family: "Kumbh Sans", sans-serif;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}

.btn-outline:hover {
  background: #fff;
  color: #2f487a;
}

/* Responsive */
@media (max-width: 768px) {
  .floating-info-card {
    flex-direction: column;
  }

  .floating-info-wrapper {
    margin-top: -75%;
  }
}
.video-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.video-container {
  position: relative;
}

.video-container video {
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
}

.play-button {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* Black overlay circle */
.play-button::before {
  content: "";
  width: 80px;
  height: 80px;
  background: rgba(211, 203, 203, 0.35);

  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Play icon */
.play-button::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/play.png") no-repeat center;
  background-size: contain;
  position: absolute;

  /* Make icon white */
  filter: brightness(0) invert(1);
}



.section3 .col-md-6 ul {
  list-style: none;
  margin-left: 0px;
}

.section3 .col-md-6 ul li {
  position: relative;
  padding-left: 30px;
      margin-bottom: 8px;
}

/* .section3 .col-md-6 ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0.15em;
    width: 22px;
    height: 22px;
    font-size: 15px;
    font-weight: 900;  
    color: #ffa842;            
    background: #fff5e6;        
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(255, 168, 66, 0.35);
} */


  
  .accordion-flush .accordion-item .accordion-button{
    color:#2f487a ;
  }

 .blue-btn {
  font-family: "Kumbh Sans", sans-serif;
  background: linear-gradient(135deg, #3f5ea8, #2f487a);
  color: #fff;
    border: none;
    padding: 8px 32px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(63, 94, 168, 0.35);
}

.blue-btn:hover {
  color: #fff;
  background: linear-gradient(135deg, #2f487a, #3f5ea8);
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(63, 94, 168, 0.45);
}

.blue-btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 15px rgba(63, 94, 168, 0.3);
}
.section-left{
  padding: 0px 80px 0 0px;
}

.testimonial-crousel {
  position: relative;
}

.testimonial-crousel .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* allows clicks only on buttons */
}

.testimonial-crousel .owl-nav button {
  pointer-events: all;
  position: absolute;
  background: var(--e-global-color-primary) !important;
  color: #fff !important;
  width: 45px  !important;
  height: 45px  !important;
  border-radius: 50%  !important;
  font-size: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}


.testimonial-crousel .owl-nav .owl-prev {
  left: -35px;
}

.testimonial-crousel .owl-nav .owl-next {
  right: -20px;
}
.accordion-button{
      display: flex;
    align-items: flex-start;
}

textarea.form-control {
  min-height: 56px;
}
/* .section3-new {
  padding: 100px 0;
   background: linear-gradient(
        to bottom right,
        #ffa842,
        #3f5ea8
    );
} */

.section3-new {
  position: relative;
  padding: 100px 0;
  background: url("../img/20yrs-Brochure-digital-5.webp") center / cover no-repeat;
  overflow: hidden;
}

.section3-new::before {
   content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom right,
    rgba(255, 168, 66, 0.85),  /* #ffa842 */
    rgba(63, 94, 168, 0.85)   /* #3f5ea8 */
  );
  z-index: 0;
}

.section3-new .container {
  position: relative;
  z-index: 1;
}


.section3-new .rw{
      text-align: center;
}

/* Remove default bullets */
.conditions-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Pill-style list items */
.conditions-list li {
  font-family: "Kumbh Sans", sans-serif;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  padding: 10px 18px 10px 42px;
  border-radius: 6px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  overflow: hidden;

  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* ✔ Check icon */
.conditions-list li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

/* LEFT accent bar – slides from left (no top animation) */
.conditions-list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: #f59e3d;
  transform: translateX(-100%); /* hidden to the left */
  transition: transform 0.3s ease;
}

/* Hover: elevate + reveal left bar */
.conditions-list li:hover {
  /* transform: translateY(-6px); */
      transform: translateX(4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.3);
}

.conditions-list li:hover::after {
  transform: translateX(0); /* slide in from left */
}



.arrow-img{
   width: 16px;
  height: 16px;
  object-fit: contain;
  margin-left: 4px;
   filter: brightness(0) invert(1);
}
.arrow-img :hover{
  transform: translateX(4px);
  transition: 0.3s ease;
}
.icons-img{
   width: 24px;
  height: 24px;
}

.load-img{
      width: 20px;
    height: 20px;
    margin-right: 8px;
}

.about-sections {
    padding: 10rem 0rem 100px 0rem;
  
}

.about-container {
  /* max-width: 1200px; */
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Image */
.about-image {
  position: relative;
}

.about-image img {
        width: 100%;
    height: 550px;
    max-width: 90%;
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
}

.experience-badge {
  position: absolute;
     bottom: 10px;
    right: 10px;
  background: #ffffff;
  padding: 16px 22px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  text-align: center;
}

.experience-badge strong {
      font-family: "Kumbh Sans", sans-serif;
    font-weight: 700;
    color: rgb(47, 72, 122);
    font-size: 28px;
}

.experience-badge span {
  display: block;
  color: #000000;
    font-family: "Kumbh Sans", sans-serif;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: justify;
    font-size: 16px;
}

/* Content */
.about-tag {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #485EA0;
  letter-spacing: 1px;
}

.about-content h2 {
     color: rgb(47, 72, 122);
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 800;
    font-family: "Kumbh Sans", sans-serif;
}

.about-content p {
    color: #000000;
    font-family: "Kumbh Sans", sans-serif;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: justify;
    font-size: 16px;
}

/* Features */
.features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
  margin-bottom: 30px;
}

.feature {
  display: flex;
  gap: 14px;
  align-items: center;
}

.feature .icons {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: #B5E0D6;
   flex-shrink: 0;
}
.feature .icons1 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: #B5E0D6;
   flex-shrink: 0;
}
.feature .icons2 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: #B5E0D6;
  flex-shrink: 0;
}
.feature h4 {
 font-size: 16px;
    color: #1b2b3a;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 600;
}



/* Responsive */
@media (max-width: 900px) {
  .about-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .features {
    grid-template-columns: 1fr;
  }
}





.service-list li::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 0;
  color: rgb(47, 72, 122);
  font-size: 14px;
}
.about-clinic{
   color: rgb(47, 72, 122)!important;
}

.pointer-block {
  margin-top: 25px;
}

.pointer-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 6px;
}

/* Red triangle pointer */
.pointer-icon {
  width: 0;
  height: 0;
  margin-top: 6px;
  border-left: 8px solid rgb(47, 72, 122);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

/* Content */
.pointer-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: rgb(47, 72, 122);
  margin-bottom: 6px;
  font-family: "Kumbh Sans", sans-serif;
}

.pointer-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  max-width: 480px;
  font-family: "Kumbh Sans", sans-serif;
}
/* Solid background */
.speciality-bg {
    background: #f8fafc;
    padding: 100px 20px;
    position: relative;
}


/* White card */
.speciality-white-card {
    background: #ffffff;
    max-width: 1300px;
    margin: auto;
    z-index:1;
    padding: 70px 60px;
    border-radius: 32px;
    box-shadow: 0 25px 70px rgba(0,0,0,0.05);
}

/* Title */
.speciality-title {
    text-align: center;
    font-family: "Kumbh Sans", sans-serif;
    color: rgb(47, 72, 122);
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 60px;
}

/* Grid */
.speciality-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* Individual card */
.speciality-box {
    background: #f4f2f2;
    border: 1px solid #f6f6f8;
    border-radius: 8px;
    padding: 20px 25px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.speciality-box p {
  font-family: "Kumbh Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1d2b4f;
    margin-top: 20px;
    line-height: 1.4;
}

/* Hover / active */
.speciality-box:hover {
    border-color: rgb(47, 72, 122);;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transform: translateY(-6px);
}

/* Icons */
.icons {
    width: 70px;
    height: 70px;
    border-radius: 50%;
        padding: 40px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.icons.blue { color: #2d8cff; border: 2px solid #2d8cff33; }
.icons.green { color: #28d6c0; border: 2px solid #28d6c033; }
.icons.purple { color: #b36cff; border: 2px solid #b36cff33; }
.icons.black { color: #111; border: 2px solid #11111133; }




/* Full background image layer */
.speciality-bg-image {
  position: absolute;
  inset: 0;
  background: url("../img/cover2.png") center / cover no-repeat;
  filter: brightness(0.1); /* black filter */
  z-index: 1;
  opacity:0.7;
  width: 140vw;
}


.rehabimg{
 width: 50px;
 height: 50px;
}


.pointer-block {
  margin-top: 25px;
}

.pointer-item {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
  align-items: flex-start;
}

.pointer-icon {
  width: 0;
  height: 0;
  margin-top: 6px;
  border-left: 8px solid rgb(47, 72, 122);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.pointer-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: rgb(47, 72, 122);
  margin-bottom: 6px;
}


.banner-bg {
    position: relative;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
       background: linear-gradient(to bottom, #504d877a, /* very subtle orange at the top */ #47423cc7 /* deep black at the bottom */);
    z-index: 1;
}



.banner-text-container {
    position: relative;
    z-index: 2; /* Make sure text is above overlay */
}
.contact-info-wrapper {
  text-align: justify;
  padding: 30px;
}

.contact-info-wrapper h3 {
  font-weight: 700;
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 15px;
  color: rgb(47, 72, 122);
}

.contact-info-wrapper p {
 font-family: "Kumbh Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  color: rgb(0, 0, 0);
}

.contact-highlight {
  margin-top: 20px;
}

.contact-highlight .info-highlight {
  font-size: 20px;
  font-weight: 700;
  color: rgb(47, 72, 122);
}
.why-choose-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-choose-list li {
  font-family: "Kumbh Sans", sans-serif;
  /* background: rgba(13, 40, 85, 0.08); */
  /* color: #1e2b45; */
  padding: 2px 18px 2px 42px;
  border-radius: 8px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;

  /* box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08); */
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.why-choose-list li::before {
  content: "✔";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 700;
  color: rgb(47, 72, 122);
}


.info-highlight img{
  width: 18px;
  height: 18px;
}

img {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

img:hover {
  transform: scale(1.02);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}
/* .image-wrapperes{
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.image-wrapperes:hover {
  transform: scale(1.02);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
} */


.about-sections {
  position: relative;
  overflow: hidden; /* prevents scrollbars */
}

.about-vector {
    position: absolute;
    bottom: 0;
    right: -50px;
    width: 412px;
    max-width: 100%;
    z-index: 1;
    opacity: 0.1;
    pointer-events: none;
}
@media (max-width: 768px) {
  .about-vector {
    width: 320px;
      right: -90px;
  }
}

.about1-vector {
       position: absolute;
    bottom: -50px;
    left: -100px;
    width: 587px;
    max-width: 100%;
    z-index: -1;
    opacity: 0.1;
    pointer-events: none;
}
@media (max-width: 768px) {
  .about1-vector {
    display: none;
  }
}

.about2-vector {
       position: absolute;
      bottom: -30px;
    left: -100px;
    width: 587px;
    max-width: 100%;
    z-index: 0;
    opacity: 0.1;
    pointer-events: none;
}
@media (max-width: 768px) {
  .about2-vector {
    width: 120px;
  }
}
.second-vector{
      position: absolute;
    bottom: -30px;
    left: 21%;
    width: 480px;
    max-width: 100%;
    z-index: 2;
    opacity: 0.1;
    pointer-events: none;

     filter: brightness(0) invert(1);
}@media (max-width: 768px) {
  .second-vector {
    width: 120px;
  }
}

.third-vector {
    position: absolute;
    bottom: 0;
    right: -80px;
    width: 420px;
    max-width: 100%;
    z-index: 2;
    opacity: 0.1;
    pointer-events: none;
}
@media (max-width: 768px) {
  .third-vector {
    width: 120px;
  }
}

.forth-vector{
  position: absolute;
    bottom: -8%;
    right: 37%;
    width: 43%;
    max-width: 100%;
    z-index: 2;
    opacity: 0.1;
    pointer-events: none;
}@media (max-width: 768px) {
  .forth-vector {
    width: 120px;
  }
}
.forth1-vector{
        position: absolute;
    bottom: -50px;
   right: -30px;
    width: 500px;
    max-width: 100%;
    z-index: 2;
    opacity: 0.1;
    pointer-events: none;
}@media (max-width: 768px) {
  .forth1-vector {
    width: 120px;
  }
}
.rehab-cont-vector{
    position: absolute;
    bottom: 0px;
    right: -2%;
    width: 700px;
    max-width: 100%;
    z-index: 2;
    opacity: 0.1;
    pointer-events: none;
}@media (max-width: 768px) {
  .rehab-cont-vector {
    /* width: 120px; */
  }
}
.fifth-vector{
   position: absolute;
    bottom: 0;
    left: -8%;
    width: 480px;
    max-width: 100%;
    z-index: 2;
    opacity: 0.1;
    pointer-events: none;
}@media (max-width: 768px) {
  .fifth-vector {
    width: 120px;
  }
}

.fifth1-vector{
      position: absolute;
    bottom: -70px;
    right: -30px;
    width: 60%;
    max-width: 100%;
    z-index: 2;
    opacity: 0.1;
        pointer-events: none;
}@media (max-width: 768px) {
  .fifth1-vector {
    width: 120px;
  }
}


.sixth-vector{
   position: absolute;
    bottom: -50px;
    right: -42px;
    width: 35%;
    max-width: 100%;
    z-index: 2;
    opacity: 0.1;
    pointer-events: none;
}@media (max-width: 768px) {
  .sixth-vector {
    width: 120px;
  }
}

.accordion-flush .accordion-item .accordion-button {
  box-shadow: none;
  outline: none;
}

.accordion-flush .accordion-item .accordion-button:hover,
.accordion-flush .accordion-item .accordion-button:focus,
.accordion-flush .accordion-item .accordion-button:active {
  box-shadow: none;
  outline: none;
}

.dflex{
      display: flex !important;
    flex-direction: column;
    gap: 24px;
}




@media (max-width: 968px) {
.info-light {
      display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.info-dark {
      display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.info-darker {
      display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
 .info-box{
    padding: 12px;
    align-items: center;
  }
  .floating-infos-wrapper{
    width: 100%;
    margin-top: -95%;
  }
.feature .icons1{
      width: 50px;
       flex-shrink: 0;
}
}
.mob-view{
  display: flex;
  width: 66.7%;
}
@media (max-width: 1280px) and (min-width:720px){
  .banner-bg .container-fluid .banner-holder .banner-text .text-position > .h2{
    font-size: 2.4rem;
    width: 100%;
  }
}


@media (max-width: 510px) {}

@media only screen and (max-width: 726px) {
  .mob-view{
 width: 100%;
}
.info-box p{
  text-align: left;
}
.info-box h4{
    text-align: left;
}
.info-left{
  text-align: left;
}
  .section-2 {
    padding: 0rem 5%}
  .Grand-discussion .col-lg-6 {
    text-align:left;
    padding: 2% 5%;
  }
  .section3{
   padding: 50px 0;
  }
  .section3-new{
   padding: 50px 0;
  }
  .Grand-discussion{
   padding: 50px 0;
  }
    .Grand-discussion .row{ 
     display: flex;
    flex-direction: column-reverse;
  }
  .section4{
    padding: 50px 0;
  }
  .contact-info-wrapper{
    padding:0;
  }
  .section4 .form-alignment{
    padding: 5%;
  }
  .speciality-bg{
    padding: 50px 20px;
  }
  .speciality-white-card{
   padding: 28px 8px;
  }
  .speciality-title{
    margin-bottom: 20px;
  }
  .speciality-cards{
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
  }
  .speciality-box{
     padding: 10px 12px;
  }
  .speciality-title{
  font-size: 32px;
  }
  .section6{
    padding: 50px 0;
  }
  .section6 .col-md-6{
    text-align:left;
    padding: 0 5%;
  }
  .section-left{
    padding: 12px;
  }
  .home-rehab{
     padding:50px 12px;
  }
    .home-rehab .row{ 
     display: flex;
    flex-direction: column-reverse;
  }
  .units{
    padding: 50px 0px;
  }
  .faqs{
    padding: 50px 0px;
  }
  .faqs h2{
    font-size: 32px;
    text-align: center;
  }
  .all-video{
    margin: 10px 0px;
  }
  .units .container .heading h4{
    font-size: 32px;
  }
  .units .container .heading{
    margin-top: 0px;
  }
  .testimonial-text{
    margin: 0;
    width: 100%;
    margin-bottom: 5%;
  }
  .testimonial-crousel .owl-nav .owl-prev{
    left: -15px;
  }
  .testimonial-crousel .owl-nav .owl-next{
    right: -15px;
  }
  .home-rehab .col-md-6 .button-position {
    
    margin-bottom: 20%;
  }
  .section6 .col-md-6 .button-position{
 margin-bottom: 20%;
  }
  .section4 .col-md-6{
    margin-bottom: 5%;
  } 
  .section4 .p-style{
    font-size: 32px;
  }
  .section4 .p-style{
    text-align: start;
  }
  .about-sections{
    padding: 50px 0rem 50px 0rem;
  }
  .about-image img{
    height: 100%;
    max-width: 100%;
  }
  .experience-badge{
    bottom: -8px;
    right: 0;
  }
  .about-content h2{
    font-size: 32px;
  }
  .section3 .col-md-6{
  text-align: left;
  }
  .Grand-discussion .col-lg-6 h2{
    font-size: 32px;
  }
  .section3-new h2{
    font-size: 32px;
  }
  .section6 .col-md-6 h2{
    font-size: 32px;
  }
.home-rehab .col-md-6 h3{
   font-size: 32px;
}
.video-container{
		video{
			max-width:100%;
      margin: 0 auto;
		}
	}
  .about1-vector{

  }
}



@media (max-width: 428px) {
      .about-sections {
        padding: 15rem 0rem 50px 0rem;
    }
    .floating-info-wrapper {
        margin-top: -28%;
    }
          .floating-infos-wrapper {
        width: 100%;
        margin-top: -50%;
    }
}


/* cta  */

   .rehab-section {
     background: #f8fafc;
    padding: 100px 0;
     position: relative;
    }
   .rehab-cont {
    
    display: flex;
    flex-direction: column;
    align-items: center;
    }

    .rehab-section h2 {
    font-family: "Kumbh Sans", sans-serif;
    color: rgb(47, 72, 122);
    font-size: 40px;
    font-weight: 800;
    margin: 0px 0px 36px 0px;
    }

    .rehab-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
        max-width: 1200px;
        margin: auto;
    }

    .rehab-card {
            border: 1px solid var(--light-bg);
    border-radius: 12px;
    padding: 25px;
    background: var(--light-bg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.08); */
    }
/* 
    .rehab-card:hover {
        transform: translateY(-5px);
        
    } */

    .rehab-card h3 {
      font-weight: 800;
        color:  rgb(57, 57, 59);
        margin-bottom: 10px;
        font-size: 22px;
        font-family: "Kumbh Sans", sans-serif;
    }

    .rehab-card p {
            font-size: 17px;
    font-weight: 500;
    color: rgb(47, 72, 122);;
    margin-bottom: 6px;
    }
.rehab-card ul {
  margin: 15px 0;
  padding-left: 0;
  font-family: "Kumbh Sans", sans-serif;
  list-style: none;
}

.rehab-card ul li {
  position: relative;          /* anchor for ::before */
  padding-left: 22px;          /* space for arrow */
  margin-bottom: 8px;
  font-size: 15px;
  font-family: "Kumbh Sans", sans-serif;
}

.rehab-card ul li::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 0;
  color: rgb(47, 72, 122);
  font-size: 14px;
}


    .cta-btn {
        font-family: "Kumbh Sans", sans-serif;
    background: linear-gradient(135deg, #3f5ea8, #2f487a);
    color: #fff;
    border: none;
    padding: 8px 32px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(63, 94, 168, 0.35);
    text-decoration: none;
    }

   

    .rehab-disclaimer {
      font-family: "Kumbh Sans", sans-serif;
        max-width: 1200px;
        margin: 40px auto 0;
        font-size: 14px;
        color: #000000;
        border-top: 1px solid #ddd;
        padding-top: 15px;
    }

/* Tablets (≤ 1024px) */
@media (max-width: 1024px) {
  .rehab-section {
    padding: 80px 20px;
  }

  .rehab-section h2 {
    font-size: 34px;
    margin-bottom: 30px;
    text-align: center;
  }

  .rehab-card {
    padding: 22px;
  }

  .rehab-card p {
    font-size: 16px;
  }
}

/* Mobile (≤ 768px) */
@media (max-width: 768px) {
  .rehab-section {
    padding: 50px 0px;
  }

  .rehab-cont {
    padding: 0 10px;
  }

  .rehab-section h2 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 25px;
  }

  .rehab-grid {
    gap: 20px;
  }

  .rehab-card {
    padding: 20px;
  }

  .rehab-card h3 {
    font-size: 24px;
  }

  .rehab-card p {
    font-size: 16px;
  }

  .rehab-card ul li {
    font-size: 16px;
  }

  .cta-btn {
    padding: 8px 26px;
    font-size: 14px;
  }
}

/* Small Mobile (≤ 480px) */
@media (max-width: 480px) {
  .rehab-section h2 {
    font-size: 32px;
  }

  .rehab-card {
    padding: 22px;
  }

  .rehab-card h3 {
    font-size: 18px;
  }

  .rehab-card p {
    font-size: 15px;
  }

  .cta-btn {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  .rehab-disclaimer {
    font-size: 14px;
    padding: 15px 10px 0;
  }
}
/* Mobile view */
@media (max-width: 600px) {
    .rehab-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

    /* why  */
    .why-mrc-section {
    position: relative;
    padding: 100px 20px;
    background:
        linear-gradient(var(--overlay), var(--overlay)),
        url('../img/20yrs-Brochure-digital-8.webp') center/cover no-repeat;
    color: #ffffff;
        opacity: .8;
}

.why-mrc-container {
    max-width: 1200px;
    margin: auto;
}

.why-mrc-title {
   font-family: "Kumbh Sans", sans-serif;
    text-align: center;
    font-size: 38px;
    margin-bottom: 50px;
    font-weight: 600;
}

.why-mrc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 25px;
}

.why-mrc-card {

    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 30px 25px;
    border: 1px solid rgba(255,255,255,0.18);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-mrc-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}

.why-mrc-card p {
   font-family: "Kumbh Sans", sans-serif;
       font-size: 17px;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

.why-mrc-accent {
    margin-top: 60px;
    padding: 35px;
    border-radius: 22px;
    background: rgba(63, 94, 168, 0.95);
    text-align: center;
}

.why-mrc-accent p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}
.heading h4{
  font-family: "Kumbh Sans", sans-serif;
    color: rgb(47, 72, 122);
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2;
        text-align: center;
}
.all-videos{
  margin: 100px 0px;
}
/* Tablets (≤ 1024px) */
@media (max-width: 1024px) {
  .why-mrc-section {
    padding: 80px 20px;
  }

  .why-mrc-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .why-mrc-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 22px;
  }

  .why-mrc-card p {
    font-size: 16px;
  }

  .heading h4 {
    font-size: 34px;
  }

  .all-videos {
    margin: 80px 0;
  }
}

/* Mobile (≤ 768px) */
@media (max-width: 768px) {
  .why-mrc-section {
    padding: 50px 15px;
  }

  .why-mrc-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .why-mrc-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .why-mrc-card {
    padding: 24px 20px;
  }

  .why-mrc-card p {
    font-size: 15.5px;
    line-height: 1.6;
  }

  .why-mrc-accent {
    margin-top: 40px;
    padding: 28px 22px;
  }

  .why-mrc-accent p {
    font-size: 15px;
  }

  .heading h4 {
    font-size: 28px;
  }

  .all-videos {
    margin: 60px 0;
  }
}

/* Small Mobile (≤ 480px) */
@media (max-width: 480px) {
  .why-mrc-title {
    font-size: 32px;
  }

  .why-mrc-card {
    padding: 20px 18px;
  }

  .why-mrc-card p {
    font-size: 15px;
  }

  .why-mrc-accent {
    padding: 24px 18px;
  }

  .heading h4 {
    font-size: 32px;
  }

  .all-videos {
    margin: 50px 0;
  }
  .feature .icons{
    width: 34px;
    height: 34px;
  }
  .feature .icons1{
      width: 34px;
      height: 34px;
}
  .feature .icons2{
      width: 34px;
      height: 34px;
}
.header-sect{
    gap: 8px;
}
.banner-bg   .button-position{ 
   display: flex;
    gap: 3px;
    font-size: 14px;
    align-items: baseline;
}
.banner-bg   .button-position .btn{ 
 
    font-size: 14px;
}
}
a{
  color: rgb(47, 72, 122);;
  text-decoration: none;
}

.nav-link.blink {
    color: #ffa842 !important;
    font-weight: 600;
    animation: textBlink 1.6s ease-in-out infinite;
}

@keyframes textBlink {
    0%, 100% {
        opacity: 1;
        color: #ffa842;
        text-shadow: 0 0 8px rgba(255, 168, 66, 0.6);
    }
    50% {
        opacity: 0.65;
        color: #ffb038;
        text-shadow: none;
    }
}
.section9 .row1 .col-lg-4 > p strong{
font-weight: 800;
    color: #ffff;
}
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

a[href^="tel"]:hover {
    text-decoration: underline;
}