/********** Template CSS **********/
:root {
  --primary: #1e60aa;
  --secondary: #ff4917;
  --light: #edf1fc;
  --dark: #17224d;
}

.fw-medium {
  font-weight: 600 !important;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #000;
  font-weight: 400;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #d8482e;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

h2 {
  text-align: center;
}

a {
  color: #d8482e;
}
.news-updates h2{
    margin-bottom:5px!important;
}
.news-updates{
    position:relative;
}
.news-updates .updates-all{
    position: absolute;
    top: 48px;
    right: 12px; 
}
.ambulance-slide img{
    border-radius:8px;
}
.helath-checkup .service-content-card{
    background: linear-gradient(rgb(255 247 247 / 62%), #ffffffe3), url(../img/bg-helath.webp) center center no-repeat;
    background-repeat: repeat;
    background-size: 39%;
    padding: 40px;
}
.helath-checkup h4 {
    color: #444;
    padding-bottom: 5px;
}
.helath-checkup .service-content-card p {
    line-height: 29px;
    text-align: justify;
}

#medical-staff {
  background: #fffbfb;
  padding: 20px;
  margin-top: 0px !important;
}
.blog-content .card-body {
  padding: 4px 15px 15px 15px !important;
  min-height: 197px;
}
.category {
  font-size: 12px !important;
}
.vision-list h3 {
  text-align: left !important;
  margin-top: 42px;
  font-size: 24px;
  color: #333;
}
.values-inr {
  background: #fff;
  border-radius: 26px;
  padding: 35px 25px;
  height: 100%;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}
.values-inr h4 {
  color: #333;
  font-weight: 600;
  font-size: 18px;
}
.values-inr p {
  font-size: 15px;
  text-align: justify;
}

.values-inr svg {
  width: 60px;
  height: 60px;
}
.inr-icons {
  width: 110px;
  height: 110px;
  background: #fff1ed;
  border-radius: 12px;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  font-size: 30px;
  margin-bottom: 10px !important;
  margin: 0 auto;
  padding: 18px;
}

.emergency-hospital li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
  background: url(../img/sent.png) no-repeat scroll 0 5px transparent;
  background-size: 16px;
  padding-left: 24px;
  margin-bottom: 7px !important;
  list-style: none;
}

.date {
  font-size: 12px !important;
}

.patanjali-us .why-list {
  margin: 0 auto;
  border: 1px dashed #000;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  position: relative;
  background: #fff;
}

.patanjali-us .why-list img{
  border-radius: 50%;
      padding: 30px;
}

.patanjali-us .center-image {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.patanjali-us .center-image.isloading {
  animation: 1s scaling-image-animation;
  transform: scale(0.3);
}

@keyframes scaling-image-animation {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }

  100% {
    transform: scale(1);
  }
}

.patanjali-us .why-details {
  padding: 100px 100px 0;
}

.patanjali-us .why-block {
  position: absolute;
  top: -77px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 30%;
}

.patanjali-us .why-list .block-head {
  font-size: 17px;
  font-weight: 600;
  color: #431104;
  margin-bottom: 10px;
}

.patanjali-us .why-list .anchor-button {
  font-size: 14px;
  justify-content: center;
}

.patanjali-us .why-block-b,
.patanjali-us .why-block-c {
  flex-wrap: wrap;
  position: absolute;
  transform: translate(0, 0);
  display: flex;
  gap: 20px;
}

.patanjali-us .why-list .anchor-button span {
  width: 28px;
  height: 27px;
  box-shadow: none;
}

.patanjali-us .why-list .anchor-button span::after {
  top: 9px;
  left: 8px;
}
.common-button {
  display: none;
}
.patanjali-us .why-list .click-circle {
  width: 28px;
  height: 28px;
  background: #ff5131;
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  margin: 10px auto 0;
  border: 1px solid #990909;
}

.patanjali-us .why-list .click-text {
  padding-bottom: 0;
}

.patanjali-us .why-block-b {
  top: 130px;
  right: -343px;
}

.why-block-b .block-head,
.why-block-c .block-head {
  text-align: left;
  width: 80%;
}

.why-block-b .anchor-button,
.why-block-c .anchor-button {
  justify-content: flex-start !important;
}

.patanjali-us .why-block-c {
  bottom: 7px;
  right: -209px;
}

.patanjali-us .why-block-d {
  position: absolute;
  bottom: 10px;
  left: -143px;
  transform: translate(0, 0);
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.patanjali-us .why-block-d .click-text {
  width: 207px;
}

.why-block-d .block-head,
.why-block-e .block-head {
  text-align: right;
}

.why-block-d .anchor-button,
.why-block-e .anchor-button {
  justify-content: flex-end !important;
}

.patanjali-us .why-block-e {
  position: absolute;
  top: 120px;
  left: -209px;
  transform: translate(0, 0);
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.patanjali-us .why-block-e .click-text {
  width: 197px;
}

.patanjali-us .blocking-hover:hover .click-circle {
  cursor: pointer;
  background: var(--primary);
  border: none;
}

.patanjali-us .click-circle.active {
  background: var(--primary);
  border: none;
}

@media screen and (max-width: 1024px) {
  .patanjali-us .why-list .block-head {
    font-size: 15px;
  }

  .patanjali-us .why-block-b {
    right: -221px;
  }

  .patanjali-us .why-block-e {
    left: -213px;
  }

  .patanjali-us .why-block-e .click-text {
    width: 200px;
  }
}

.quotes {
    background: #d8482e;
    position: relative;
  background: linear-gradient(#d8482ee3, #d8482ee8), url(../img/msg-bg.webp) center center no-repeat;
    background-size: cover;
}

.quote-text {
    font-size: 23px;
    line-height: 33px;
    max-width: 900px;
    font-weight: 300;
    margin: auto;
    position: relative;
    color: #fff;
}

.quotes h2, .quotes h6, .quotes h5{
  color: #fff;
  text-align: center;
}

.quotes .carousel-inner{
    position: relative;
    width: 80%;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    padding: 60px;
}

.why-resp-content .common-button .anchor-button {
  justify-content: center;
}

.accor-collepse-wraper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid var(--text);
  width: 100%;
  margin: 0 auto;
}

.why-resp-content h3:after {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  display: inline-block;
  border-bottom: 2px solid var(--text);
  border-right: 2px solid var(--text);
  transform: rotate(45deg);
}

.why-resp-content h3.active:after {
  transform: rotate(224deg);
  top: -10px;
}

.why-resp-content {
  padding-bottom: 50px;
}


.patanjali-us {
       background: linear-gradient(rgb(255 247 247 / 62%), #fff9f9e3), url(../img/model-bg.webp) center center no-repeat;
    background-size: cover;
}
.why-resp-wrapper .medantalgheading {
  color: var(--white);
  font-size: 28px;
  font-weight: 700;
  padding: 50px 0 10px;
}

.whymedataheadingmob {
  padding: 30px 0 15px;
  color: #fff !important;
}

:root {
  --primary: #f04e30;
}

.anchor-button {
  color: var(--text);
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  gap: 10px;
  cursor: pointer;
}

.anchor-button span {
  width: 34px;
  height: 34px;
  background: var(--primary);
  border: none;
  font-size: 0;
  border-radius: 30px;
  box-shadow: 0 4px 30px rgb(0 0 0 / 0.1);
  cursor: pointer;
  position: relative;
  display: block;
  transition: 0.3s;
}

.anchor-button span::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 11px;
  height: 7px;
  width: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  pointer-events: none;
  border-radius: 1px;
}

.view-all span {
  width: 22px;
  height: 22px;
  background: var(--primary);
  border: none;
  font-size: 0;
  border-radius: 30px;
  box-shadow: 0 4px 30px rgb(0 0 0 / 0.1);
  cursor: pointer;
  position: relative;
  display: block;
  transition: 0.3s;
  float: right;
  margin-left: 7px;
}

.view-all span::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  height: 7px;
  width: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  pointer-events: none;
  border-radius: 1px;
}

.view-all {
  float: right;
  text-align: right;
  color: #333;
  font-size: 13px;
  justify-content: end;
  display: flex;
  align-items: end;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer {
  background: #f3f3f3;
}

.menu-main li li {
  border-bottom: 1px dashed #ddd;
}
.menu-main li li {
  list-style-type: none !important;
}
.cardilogy img {
  margin-top: 20px;
}
.logo {
  width: 225px;
}
.services-list-slide ul {
  margin-bottom: 20px;
}
#portfolio img{
 border-radius:8px;   
}
.honme-banner svg{
    width:30px;
    height:30px;
}
.services-list-slide .row {
  background: #fbfbfb;
  border-radius: 60px;
  padding: 40px;
  margin-bottom: 40px;
}
.cardilogy-top {
}
.list-services li {
  width: 49% !important;
  margin-right: 10px;
}
.services-list-slide h5,
.services-list-slide h4 {
  margin-top: 0px;
  color: #d8482e;
  font-size: 19px;
  font-weight: 600;
}
.inner-slide {
  background: #ffd142;
  padding: 10px;
  border-radius: 8px;
  margin-top: 25px;
}
.inner-slide h5 {
  color: #000;
  margin-top: 0px;
  text-align: center;
}
.team-item {
  margin: 0px 10px;
  border-radius: 6px;
}

.services-list-slide img {
  border-radius: 8px;
}
.triage-area {
  padding-right: 40px;
}

.honme-banner {
  margin-top:5px !important;
  position: relative;
  z-index: 0;
}
.servecs-paragraph {
  font-size: 18px !important;
  line-height: 34px !important;
}
#services-slide h2 {
  color: #fff;
}
.btn-read-more {
  background: #ffd149;
  padding: 5px 20px;
  font-size: 15px;
  color: #000000 !important;
  margin-top: 16px;
  float: left;
  border-radius: 5px;
}
.menu-main {
  margin-bottom: 0px;
  margin-top: 7px;
}
ul {
  margin-bottom: 0px !important;
}
.servecs-paragraph,
#services-slide h2 {
  max-width: 382px;
  float: right;
  margin-left: 16%;
  text-align: justify;
}
p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
}

.technology-img .col-lg-4 p {
  color: #fff;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}
.top-bar-slide {
  background: #ffc107;
}
.top-bar-slide img {
  width: 200px;
}

.speciality-search {
  background: #fff;
  padding: 6px;
  border-radius: 40px;
}

.speciality-dropdown {
  min-width: 260px;
  border-radius: 30px;
  padding: 12px 18px;
  background: #fff;
  border: 1px solid #ddd;
  font-weight: 600;
  color: #000;
}

.speciality-dropdown::after {
  float: right;
  margin-top: 8px;
}

.speciality-menu {
  width: 100%;
  max-height: 260px;
  overflow-y: auto;
  border-radius: 15px;
  padding: 10px 0;
}

.speciality-menu .dropdown-item {
  font-size: 14px;
  padding: 5px 20px;
  font-weight: 500;
  white-space: normal;
  border-bottom: 1px solid lightgray;
}

.speciality-menu .dropdown-item:hover {
  background-color: #f5f5f5;
}

.go-btn {
  background: #d8482e;
  color: #fff !important;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border: none;
}

/*** Button ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-lg-square {
  background-color: #d8482e;
  color: #fff !important;
}

.btn {
  color: #000;
}
.top-bar-slide a {
  color: #000;
  font-size: 14px;
  margin-left: 5px;
}
.top-bar-slide a .fa,
.top-bar-slide i {
  color: #000 !important;
}
.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}


.top-bar {
  padding: 0px 15px;
}
/* header */
.header {
  display: block;
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 5px;
}
.header .item-left {
  flex: 0 0 22%;
}
.header .logo a {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
}
.header .item-center {
  flex: 0 0 62%;
}
.header .item-right {
  flex: 0 0 15%;
  display: flex;
  justify-content: flex-end;
}
.header-item svg {
  width: 29px;
  height: 29px;
  margin-top: -2px;
  margin-right: 2px;
  margin-left: 3px;
}

.header .item-right img {
  display: inline-flex;
  margin-left: -6px;
  margin-top: -6px;
}
.header .item-right a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  margin-left: 10px;
  color: #ffffff;
  background: #d8482e;
  padding: 7px 6px;
  display: inline-block;
  margin-top: 13px;
  border-radius: 32px;
  height: 40px;
  transition: color 0.3s ease;
  width: 100%;
}
.header .item-right a:hover {
  color: #ffffff !important;
  background: #ffc107;
}

.header .menu > ul > li {
  display: inline-block;
  line-height: 50px;
  margin-left: 7px;
  margin-right: 7px;
}

.header .menu > ul > li > a {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  position: relative;
  text-transform: capitalize;
  transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 2px 10px;
  transition: all 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  border-radius: 8px;
  visibility: hidden;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.14);
}
.menu-item-has-children .fa-angle-down {
  font-weight: 600;
  margin-left: 8px;
}

.menu-item-has-children li svg,
.slides svg {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.slides {
  border-right: 1px solid;
}

.slides p {
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .header .menu > ul > li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }
}
.header .menu > ul > li .sub-menu > ul > li {
  line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 14px;
  color: #555555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu {
  min-width: 280px;
  max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
  line-height: 1;
  display: block;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
  padding: 10px 0;
  display: inline-block;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu {
  left: 57%;
  transform: translateX(-50%);
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 {
  max-width: 1103px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
  flex: 1 0 25%;
  padding: 0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
  font-size: 16px;
  color: #d8482e;
  font-weight: 500;
  line-height: 1;
  padding: 0px 0;
  text-align: left;
}
.header
  .menu
  > ul
  > li
  .sub-menu.mega-menu-column-4
  > .list-item.text-center
  .title {
  text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  height: 300px;
  object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a {
  color: #d8482e;
}
/* banner section */
.banner-section {
  background-image: url("../img/banner.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}

.key-feature {
  background-color: #fff5f5;
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/
@media (max-width: 991px) {
  .header .item-center {
    order: 3;
    flex: 0 0 100%;
  }
  .header .item-left,
  .header .item-right {
    flex: 0 0 auto;
  }
  .v-center {
    justify-content: space-between;
  }
  .header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #333333;
    width: 24px;
    position: relative;
  }
  .header .mobile-menu-trigger span:before,
  .header .mobile-menu-trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
  }
  .header .mobile-menu-trigger span:before {
    top: -6px;
  }
  .header .mobile-menu-trigger span:after {
    top: 6px;
  }
  .header .item-right {
    align-items: center;
  }

  .header .menu {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .header .menu.active {
    transform: translate(0%);
  }
  .header .menu > ul > li {
    line-height: 1;
    margin: 0;
    display: block;
  }
  .header .menu > ul > li > a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header .menu > ul > li > a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }
  .header .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }
  .header .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }
  .header .menu .mobile-menu-head.active .go-back {
    display: block;
  }
  .header .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }
  .header .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }
  .header .menu .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header .menu > ul > li .sub-menu.mega-menu,
  .header .menu > ul > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }
  .header .menu > ul > li .sub-menu.active {
    display: block;
  }
  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0%);
    }
    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
    margin-top: 0;
  }
  .header
    .menu
    > ul
    > li
    .sub-menu.mega-menu-column-4
    > .list-item.text-center
    .title {
    margin-bottom: 20px;
  }
  .header
    .menu
    > ul
    > li
    .sub-menu.mega-menu-column-4
    > .list-item.text-center:last-child
    .title {
    margin-bottom: 0px;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
    flex: 0 0 100%;
    padding: 0px;
  }
  .header .menu > ul > li .sub-menu > ul > li > a,
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

.menu-main {
    text-align: right;
    padding-left: 0px;
}
.menu-main li li {
  text-align: left;
}

.list-item .title a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  font-weight: 400;
}

.menu-sub-text {
  font-size: 13px;
  color: #333;
  line-height: 15px;
  margin: 3px 1px 20px 25px;
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ddd;
}

.menu-sub-text:hover {
  color: #d12d00;
}
.title i {
  font-size: 12px;
}
.image-item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 12px;
}

/* banner section */
.banner-section {
  background-image: url("../img/banner.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

.footer p .fa {
  position: absolute;
  left: -21px;
  top: 4px;
}

/*responsive*/
@media (max-width: 991px) {
  .header .item-center {
    order: 3;
    flex: 0 0 100%;
  }
  .header .item-left,
  .header .item-right {
    flex: 0 0 auto;
  }
  .v-center {
    justify-content: space-between;
  }
  .header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #333333;
    width: 24px;
    position: relative;
  }
  .header .mobile-menu-trigger span:before,
  .header .mobile-menu-trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
  }
  .header .mobile-menu-trigger span:before {
    top: -6px;
  }
  .header .mobile-menu-trigger span:after {
    top: 6px;
  }
  .header .item-right {
    align-items: center;
  }

  .header .menu {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .header .menu.active {
    transform: translate(0%);
  }
  .header .menu > ul > li {
    line-height: 1;
    margin: 0;
    display: block;
  }
  .header .menu > ul > li > a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header .menu > ul > li > a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }
  .header .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }
  .header .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }
  .header .menu .mobile-menu-head.active .go-back {
    display: block;
  }
  .header .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }
  .header .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }
  .header .menu .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header .menu > ul > li .sub-menu.mega-menu,
  .header .menu > ul > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }
  .header .menu > ul > li .sub-menu.active {
    display: block;
  }
  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0%);
    }
    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
    margin-top: 0;
  }
  .header
    .menu
    > ul
    > li
    .sub-menu.mega-menu-column-4
    > .list-item.text-center
    .title {
    margin-bottom: 20px;
  }
  .header
    .menu
    > ul
    > li
    .sub-menu.mega-menu-column-4
    > .list-item.text-center:last-child
    .title {
    margin-bottom: 0px;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
    flex: 0 0 100%;
    padding: 0px;
  }
  .header .menu > ul > li .sub-menu > ul > li > a,
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}
.internal-banner {
  padding: 0px 0px;
  position: relative;
      margin-top: 5px;
}

.internal-text-inr {
  position: absolute;
  top: 50%;
  left: 35%;
  width: 806px;
  transform: translate(-50%, -50%);
}
.vision-list {
  background: #f6f6f6;
  margin-top: 40px;
}
.internal-banner h1 {
  color: #d8482e;
  font-size: 30px;
  font-weight: 600;
}
.internal-banner h6 {
  color: #000000;
  font-weight: 300;
  font-size: 18px;
}
.about-us h4 {
  color: #000000;
  margin-top: 10px;
  font-weight: 300;
  margin-bottom: 24px;
}
.vision-list h2 {
  margin-top: 20px;
}
.vision-list p {
  text-align: justify;
}
.vision-text {
  padding-left: 10%;
  padding-right: 70px;
}
.about-us img {
  border-radius: 0;
  border: 6px solid #fff;
}
.about-us p {
  text-align: justify;
}

.holistic{
  padding-left: 60px;
}

h2 {
  font-size: 28px;
  color: #d8482e;
  margin-bottom: 20px;
}
.top-bar-slide p {
  font-size: 14px;
}
.top-bar-slide .fa {
  color: #000 !important;
  font-size: 13px;
}
.services-inr:hover {
  border: solid 2px #184d88 !important;
}
.services-inr {
  background: #fff;
  display: flex;
  padding: 10px;
  min-height: 103px;
  text-align: left; /* ensure text aligns properly */
  border-radius: 8px !important;
  border: solid 2px #fff !important;
  box-shadow: 0 3px 17px rgba(0, 0, 0, 0.14) !important;
}

#services-slide .bg-light {
  background: #ffe5de;
  border-radius: 5px;
}
.bg-service {
  background: #f8eae6;
  border-radius: 0px 0px 5px 5px;
}
#services-slide h4 {
  font-size: 18px;
}
.service-txt {
  display: flex;
  align-items: center; /* vertically align icon and text */
  gap: 8px; /* space between icon & text */
}

.services-inr img {
  height: 52px;
  width: 52px;
  object-fit: contain;
}

.service-text-content h5 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  color: #d8482e;
}

.service-text-content p {
  margin: 3px 0 0;
  font-size: 13px;
  color: #444;
  line-height: 20px;
}

/* Make sure it looks normal on mobile */
@media (max-width: 991px) {
  .service-wrapper {
    position: static;
    left: 0;
    width: 100%;
  }
}

.left-service-cntnt {
  min-height: 465px;
  display: flex;
  border-radius: 0 20px 20px 0;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}

.most-advced-A {
  background: #d8482e;
  border-radius: 0px 0px 20px 20px;
  color: #fff;
}
.most-advced-B {
  background: #ffc107;
  border-radius: 0px 0px 20px 20px;
  color: #fff;
}
.technology-img h3 {
  margin-top: 8px;
  font-size: 32px;
  color: #fff;
  font-weight: 300;
}
.technology-img h3 span {
  font-size: 38px;
  font-weight: 600;
}
.most-advced-C {
  background: #d31717;
  color: #fff;
  min-height: 214px;
  border-radius: 0px 0px 20px 20px;
}
.technology-img h5 {
  color: #ffffff;
  font-weight: 400;
}
.services-list {
  background: #f6f6f6;
  background-position: center;
  background-size: cover;
}

.bg-primary {
  background-color: #d8482e !important;
}
.text-secondary {
  color: #ffd149 !important;
}
.technology-img h6 {
  color: #e0a802 !important;
  font-weight: 400;
}
.service-item-top img {
  border-radius: 21px 21px 0px 0px;
}
.service-inr p {
  font-size: 15px;
  line-height: 21px !important;
}
.service-inr .btn {
  display: none !important;
}
.service-inr {
  min-height: 300px;
}

.ortho-img-slide .row {
  box-shadow: none;
}

.custom-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.blog-content-outer h2 {
  text-align: left;
  color: #444 !important;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 20px;
  font-size: 24px;
}

.blog-content-outer h4,
.blog-content-outer h5 {
  font-size: 17px;
  margin-top: 20px;
  color: #444;
}
.blog-content-outer ul {
  padding-left: 20px;
  margin-bottom: 10px !important;
}
.blog-content-outer ul li {
  font-size: 15px !important;
}
.recent-blog h3 {
  font-size: 20px;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 7px;
}
.recent-blog-box-img {
  width: 30%;
  float: left;
  padding-top: 20px;
}
.recent-blog-box-content {
  width: 67%;
  float: right;
}
.recent-blog-box-content h5 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 19px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.recent-blog-box-content h5 a {
  color: #333;
}
.recent-blog-box {
  float: left;
  margin-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;
}
.date {
  font-size: 11px;
}
.recent-blog {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  position: sticky;
  top: 10px;
  height: 534px;
}
.categry {
  text-align: right;
}
.bredcrumb {
  background: #f1f1f1;
  padding: 5px;
}
.bredcrumb ul {
  margin-bottom: 0px !important;
  list-style: none;
  display: inline-flex;
  margin: 0px 10px;
  padding-left: 0px;
}
.bredcrumb ul li {
  margin: 0px 3px;
  font-size: 12px;
}
.bredcrumb ul li a {
  font-size: 14px;
  color: #333;
}
.date {
  font-size: 11px;
}
.blog-content-outer img {
  border-radius: 14px;
}
.blog-post img {
  position: relative;
}
.small-footer .view-all {
  margin-bottom: 0px !important;
}
.blog-content {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  border-radius: 20px;
  padding: 18px;
  margin-top: -39px;
}

.neurosurgery p {
  border: none;
  border-bottom: 1px dashed #efd1cc;
  padding: 7px 2px;
  color: #333;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
  background: transparent;
  position: relative;
}

.neurosurgery .circle-img {
  border: 2px dashed #d8482e;
}

.read-more-content {
  display: none;
}

/* TOP SECTION */
.card-top {
  position: relative;
}

.label-box {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #e3f4ff;
  padding: 15px 20px;
  border-radius: 6px;
  max-width: 75%;
}

.label-box h6 {
  font-weight: 700;
  margin: 0;
  font-size: 14px;
  color: #002f5f;
}

.label-box p {
  margin: 0;
  font-size: 12px;
  color: #002f5f;
}

/* ANGLED STRIP */
.angle-strip {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  background: #1e90ff;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%);
}

.ambulance-banner {
min-height: 90vh;
    background: linear-gradient(#d8482e36, #150300f7), url(../img/ambulance.webp) center / cover no-repeat;
}
.amibulce-gallery img{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 5px;
}

.ambulance-banner .banner-content h3 {
  font-size: 2.4rem;
  color: #fff;
  font-weight:600;
  text-align:center;
}

.ambulance-banner .banner-content p {
    color: #fff;
    text-align: center;
    width: 74%;
    font-size: 20px !important;
    margin:0 auto;
}

/* Responsive text */
@media (max-width: 768px) {
    .about-us .tab-content {
    padding: 0px;
}
  .ambulance-banner .banner-content h1 {
    font-size: 2.2rem;
  }
  .service-content-card {
    padding: 20px;
  }
  .service-content-card h4 {
    font-size: 16px!important;
}
.service-link {
    font-size: 13px;
}
.small-news-list{
    display:none;
}
.footer .g-5{
    --bs-gutter-y: 1rem!important;
}
.about-us .tab-content .col-lg-3 {
    width: 50%!important;
    padding: 5px!important;
}
.doctor-slide .nav-link {
    padding: 5px 9px;
        font-size: 13px;
}
.department-tabs svg {
    width: 14px;
    height: 14px;
}
.department-tabs {
    padding: 12px;
}
.truma-care-list {
    column-count: 1;
}
.truma-care-list li {
    font-size: 15px;
}
.facility-list li {
    font-size: 14px;
}
.ccu-feature-card .corner-icon {
    width: 86px;
    height: 86px;
}
.ccu-feature-card .corner-icon svg {
    width: 82px;
    height:82px;
}
}

/* CONTENT */
.card-body h5 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

.card-body p {
  font-size: 14px;
  color: #333;
}

/*** Header ***/
.header-carousel .container,
.page-header .container {
  position: relative;
  padding: 45px 0 45px 35px;
  border-left: 15px solid #ffffff;
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100px;
  height: 15px;
  background: #ffffff;
}

.header-carousel .container::after,
.page-header .container::after {
  top: 100%;
  margin-top: -15px;
}

@media (max-width: 768px) {
    .info-wrapper .col-lg-2 {
    padding: 2px; 
}
.quote-text {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
}
.quotes h3{
     font-size: 15px;
}
.quotes .carousel-inner {
    padding: 5px;
}
.technology-img {
    margin-top: 179px !important;
}
.btn-top svg{
    width:20px!important;
    height:20px!important;
}
.back-to-top{
padding:10px;
}
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 180px;
  }

  .info-wrapper {
  top: 131px !important;
  }
.info-wrapper {
    position: relative;
}
  .service-item .icon {
    margin-left: 5px !important;
  }
.info-wrapper{
          width: 98% !important;
        padding-left: 6px !important;
}
  .header-carousel .owl-carousel-item img {
           position: absolute;
        width: 100%;
        height: 143px;

  }

  .header-carousel .owl-carousel-item h5,
  .header-carousel .owl-carousel-item p {
    font-size: 14px !important;
    font-weight: 400 !important;
  }

  .header-carousel .owl-carousel-item h1 {
    font-size: 30px;
    font-weight: 600;
  }
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin: 7px 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: transparent;
  border: 1px solid #d8482e;
  border-radius: 45px;
  font-size: 22px;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: #d8482e;
  border-color: #d8482e;
}
.header-carousel svg path{
      fill:#d8482e;
}
.header-carousel .owl-nav .owl-prev:hover svg path,
.header-carousel .owl-nav .owl-next:hover svg path{
  fill:#fff;
}
.header-carousel i {
  color: #ff4917;
}
.page-header {
  background:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/bg.jpg) center center no-repeat;
  background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

.sub-menu ul {
  padding-left: 0px;
}

.technology-img {
  margin-top: 100px;
}

/* BOX ON HERO */
.info-box {
  position: relative;
}
.info-box h1 {
  font-weight: 300;
  color: #d12d00;
}
.info-box .left-content {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  padding-right: 30px;
}

/* WHITE CONTAINER */

/* news and update */

.news-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.news-img {
  position: relative;
}

.news-img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.news-body {
  padding: 20px;
}

.news-body h5 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

.read-more {
  color: #f04b2c;
  text-decoration: none;
  font-weight: 600;
}

.read-more span {
  background: #f04b2c;
  color: #fff;
  border-radius: 50%;
  padding: 4px 7px 7px;
  margin-left: 6px;
  font-size: 10px;
}

/* RIGHT SMALL LIST */
.small-news-list {
}

.small-news-item {
  display: flex;
  gap: 12px;

  background: #fff;
  border-radius: 18px;
  padding: 15px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  margin-bottom: 15px;
}

.small-news-item:last-child {
  border-bottom: none;
}

.small-news-item img {
  width: 121px;
  height: 88px;
  object-fit: cover;
  border-radius: 8px;
}

.small-news-item h6 {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.small-footer {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 22px;
  align-items: end;
}

.small-footer a {
  color: #333;
  font-weight: 600;
  text-decoration: underline;
}

.info-wrapper {
  top: 16px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -90%);
  width: 90%;
  border-radius: 20px;
  padding: 0px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.info-wrapper .col-lg-2 {
  padding: 0px;
}
/* Service item */

/* Icon wrapper */
/* Service card */
.service-item {
  display: grid;
  grid-template-columns: 40px 1fr; /* icon | text */
  align-items: center;
  gap: 8px;
  padding: 14px 2px;
  border-radius: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 14px 0px 0px 10px;
  border-right: 1px solid#dfdfdf;
}
.last-service-item {
  border: 0px !important;
}

/* Icon box */
.service-item .icon {
width: 27px;
    height:27px;
    margin-left: 4px;
    display: inline-block;
}

/* SVG size */
.service-item svg {
  width: 100%;
  height: 100%;
}

/* Text */
.service-item p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  line-height: 1.3;
}

/* Hover */
.service-item:hover {
  background: #d8482e;
}
.service-item:hover {
  background: #d8482e;
  border-radius: 0px !important;
}
.last-service-item:hover {
  background: #d8482e;
  border-radius: 0px 14px 14px 0px !important;
}
.service-item:hover .icon svg path,
.service-item:hover p {
  fill: #fff;
  color: #fff;
}
/* Active state */
.service-item.active {
  background: #d8482e;
}

.service-item {
  display: flex;
}

/* Active text */
.service-item.active p {
  color: #fff;
  display: inline-block;
}

.service-item p {
  display: inline-block;
}
/* Active SVG color */
.service-item.active svg path {
  fill: #fff !important;
}

/* TEXT STYLES */
.title {
  color: #184d88;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 10px;
  font-size: 18px;
}
.nav-bar.bg-light {
  background-color: #ffffff !important;
}
.subtitle {
  color: #333;
  font-size: 16px;
  margin-bottom: 0px;
  text-align: justify;
}

.facility-heading {
  color: #d8482e;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}

.facility-list {
  padding-left: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.servic-cardio ul {
  margin-top: 0px !important;
  margin-bottom: 15px !important;
  margin-left: 2px;
}
.servic-cardio ul li {
  font-size: 15px !important;
  padding-left: 20px !important;
}
.servic-cardio .tab-pane p {
  font-size: 15px !important;
}
.servic-cardio .tab-content {
  background: #fff7f778;
  padding: 20px;
  border-radius: 8px;
}
.facility-list li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
  background: url(../img/sent.png) no-repeat scroll 0 5px transparent;
  background-size: 16px;
  padding-left: 24px;
  margin-bottom: 7px !important;
  list-style: none;
}
.first-main h5 {
  line-height: 30px;
}
.truma-care-list {
  column-count: 2;
  padding-left: 6px;
}
.truma-care-list li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
  background: url(../img/sent.png) no-repeat scroll 0 5px transparent;
  background-size: 16px;
  padding-left: 24px;
  margin-bottom: 7px !important;
  list-style: none;
}

/*** Facts ***/
.fact {
  background:
    linear-gradient(rgb(255 255 255 / 62%), #ffffffe3),
    url(../img/counter-bg.webp) center center no-repeat;
  background-size: cover;
}
.fact h2 {
  text-align: left;
}
.fact svg {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.img-servcs img {
  margin-bottom: 20px;
  background: #ffffff;
  padding: 5px;
  border: 1px solid #ffeeee;
}

.plus {
  font-size: 28px;
  font-weight: 600;
  margin-left: 2px;
}

@media (max-width: 575px) {
  .fact-item {
    flex-direction: column;
    text-align: center;
  }

  .fact svg {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .fact h2 {
    text-align: center;
  }
}

/*** Service ***/
.service-item-top img {
  transition: 0.5s;
}

.service-item-top:hover img {
  transform: scale(1.1);
}

.service-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.service-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: var(--primary);
  border: 5px solid var(--light);
  transition: 0.5s;
}

.service-carousel .owl-dot.active {
  background: var(--light);
  border-color: var(--primary);
}

.services-img img {
  border-radius: 30px !important;
  border: solid 10px #fff !important;
  box-shadow: 0 3px 17px rgba(0, 0, 0, 0.14) !important;
}

.service-wrapper {
  position: absolute;
  top: 0;
  left: -60px;
  width: calc(100% + 60px);
}

/*** Booking ***/
.video {
  position: relative;
  padding: 8rem 0 12rem 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.video .btn-play {
  position: relative;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 18px 20px 18px 28px;
  margin-bottom: 4rem;
}

.video .btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  transition: all 200ms;
}

.video .btn-play img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video .btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid var(--primary);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal {
  z-index: 99999;
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}

.bootstrap-datetimepicker-widget.bottom {
  top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
  border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
  font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 10px;
  border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: var(--primary);
}

/* equipment carousel */

.equipment-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.equipment-card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.equipment-card .card-body {
  padding: 15px 20px;
}

.equipment-card h6 {
  font-weight: 600;
  color: #333;
}

.equipment-card .arrow {
  width: 30px;
  height: 30px;
  border: 1px solid #d8482e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d8482e;
  cursor: pointer;
}

/* Owl nav buttons */
.owl-nav button {
  position: absolute;
  top: 40%;
  background: #fff !important;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border: none;

  /* CENTER ARROW */
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-nav .owl-prev {
  left: -20px;
}
.owl-nav .owl-next {
  right: -20px;
}

.owl-nav button span {
  font-size: 30px;
  color: #d8482e;
  line-height: 1;
  font-weight: 500;
}
.radiology-inr {
  padding-top: 47px;
}
#digital-xray img {
  border-radius: 8px;
}
.ccu-feature-card img {
  margin-top: 20px;
  border-radius: 8px;
}
#digital-xray .circle-img img {
  border-radius: 50% !important;
}
/* custom tabs */
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(30 96 170 / 0%) !important;
}
.custom-tabs .nav-link {
  border: none;
  border-bottom: 1px dashed #908989;
  padding: 8px 2px;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  background: transparent !important;
  position: relative;
}

.custom-tabs .nav-link.active {
  color: #d8482e;
  font-weight: 600;
  background-color: none !important;
}

.custom-tabs .nav-link.active::after {
  color: #d8482e;
}
.doctor-slide .nav-pills .nav-link.active {
  background-color: #fff8f6 !important;
  border: 1px solid #d8482e !important;
  color: #d8482e;
}
.doctor-slide .nav-link:hover,
.doctor-slide .nav-link:focus {
  color: #d8482e;
}
.doctor-slide .nav-link {
  margin: 5px 4px;
  padding: 5px 20px;
  color: #220601;
  background: #fbfbfb !important;
  border-radius: 17px !important;
  border: 1px solid #ddd !important;
  font-size: 14px;
}
.doctor-slide .nav-pills .nav-link.active svg path {
  fill: #d8482e;
}
.custom-tabs .nav-link::after {
  content: "›";
  position: absolute;
  right: -9px;
  font-size: 38px;
  bottom: 13px;
  font-weight: 300;
  color: #908989;
}
.show.active .circle-img {
  border: 2px dashed #d8482e;
}

.servic-cardio .tab-content .col-md-8 {
  padding-left: 32px;
}
.servic-cardio .tab-content .col-md-8 h6 {
  margin-bottom: 5px !important;
}
/* Circular Image */
.circle-img {
  border-radius: 50%;
  padding: 12px;
  border: 2px dashed #908989;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.treatments {
  background-color: #fffafa;
}

/*** Team ***/
.team-item img {
  transition: 0.5s;
  border-radius: 10px 10px 0px 0px;
}
.team-text h5 {
  font-size: 16px;
  font-weight: 600 !important;
}
.team-text small {
  color: #b88a00;
}

.team-item:hover img {
  transform: scale(1.1);
}

.team-item .team-text {
  height: 90px;
  overflow: hidden;
}

.team-item .team-text .bg-light,
.team-item .team-text .bg-primary {
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.5s;
}

.team-item .team-text .bg-primary {
  flex-direction: row;
}

.team-item:hover .team-text .bg-light {
  margin-top: -90px;
}

.bg-light {
  background-color: #fff5f5 !important;
}

.team-item .team-text .bg-primary .btn {
  color: var(--primary);
  background: #ffffff;
}

.team-item .team-text .bg-primary .btn:hover {
  color: #ffffff;
  background: #ffd149;
}
.team-list {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #d8482e;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #d8482e;
  transition: all 0.3s ease;
}

.team-list:hover {
  background: #d8482e;
  color: #fff;
  border-color: #d8482e;
}

.team-list i {
  transition: transform 0.3s ease;
}

.team-list:hover i {
  transform: translateX(6px);
}

/* icon animation */
.team-list i {
  transition: transform 0.3s ease;
  color: #ffd149;
}

.team-list:hover i {
  transform: translateX(6px);
  color: #fff;
}

/* medical */
.service-img-card {
  background: #fff;
  border-radius: 26px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.service-img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-content-card {
  background: #fff;
  border-radius: 26px;
  padding: 35px 25px;
  height: 100%;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.ccu-feature-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center; /* center text */
  position: relative;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center; /* center icon & text */
  justify-content: center;
}

.ccu-feature-card .corner-icon {
  width: 119px;
  height: 93px;
  background: transparent !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px; /* space between icon & text */
}

/* SVG SIZE CONTROL */
.ccu-feature-card .corner-icon svg {
  width: 150px;
  height: 145px;
}

/* HEADING CENTER */
.ccu-feature-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
  width: 90%;
  margin: 0 auto;
}

/* ICON ON TOP */
.corner-icon {
  font-size: 42px;
  color: #d8482e;
  margin-bottom: 20px; /* GAP BELOW ICON */
}

.service-content-card h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 1px;
}

.service-content-card p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

.service-link {
  display: inline-flex;
  align-items: center;
  margin-top: -1px;
  font-size: 15px;
  font-weight: 600;
  color: #d8482e !important;
  text-decoration: none;
}

.service-link span {
  background: #d8482e;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}

.corner-icon {
  float: left;
  width: 95px;
  height: 122px;
  background: #fff1ed;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 56px;
  padding: 18px;
  margin-right: 10px;
}

/* Responsive fix */
@media (max-width: 991px) {
  .service-img-card img {
    height: 260px;
  }
}

/* faq */

.faq-section {
  margin-top: 200px;
  background-color: #fff5f5;
}

/* LEFT SIDE */
.left-title {
  font-size: 32px;
  font-weight: 700;
  color: #d8482e;
}
.left-text {
  font-size: 16px;
  line-height: 1.5;
}

.appointment-btn {
  background: #fff;
  border-radius: 40px;
  padding: 14px 40px;
  border: 2px solid #d8482e;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  width: 75%;
  margin: 0px auto;
  color: #d8482e;
  justify-content: center;
}
.accordion-button {
  color: #000000;
}
.appointment-btn .fa-calendar {
  font-size: 23px;
  color: #d8482e;
  display: flex;
  margin-right: 10px;
  display: flex;
}

/* FAQ RIGHT SIDE */
.faq-title {
  font-size: 32px;
  font-weight: 700;
  color: #d8482e;
}

#services-slide .owl-item img {
  display: block;
  width: 100%;
  /* height: 360px; */
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

#services-slide .col-lg-4 p {
  font-size: 17px;
  line-height: 27px;
}
/* Fix Bootstrap accordion background */
.faq-card {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  border: none;
  background: white !important;
}

.faq-btn {
  background: white;
  font-weight: 600;
  padding: 18px;
  border-left: 5px solid #d8482e !important;
  border-radius: 0 !important;
  position: relative;
}

.faq-btn:not(.collapsed) {
  background: #f7f7f7;
}

/* + Icon */
.faq-icon {
  position: absolute;
  right: 20px;
  font-weight: bold;
  font-size: 24px;
  color: #d8482e;
}

/* Hide default arrow */
.accordion-button::after {
  display: none !important;
}

.accordion-button:not(.collapsed) {
  color: #d8482e;
}

.faq-section .btn {
  border-color: #d8482e;
}

.faq-section .btn:hover {
  background-color: #d8482e;
  border-color: #d8482e;
  color: #fff;
}

/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
  position: relative;
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
  color: #ffffff !important;
}

.testimonial-carousel .owl-item .testimonial-text::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  border: 15px solid;
  border-color: var(--light) transparent transparent transparent;
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text::after {
  border-color: var(--primary) transparent transparent transparent;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 350px;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
  width: 300px;
  opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  font-size: 30px;
  color: var(--primary);
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--dark);
}

/* dostor list */

.doctor-card {
  background: #fff;
  padding: 0px 0px 10px 0px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: all 0.3s ease;
}
.department-tabs svg {
  width: 20px;
  height: 20px;
}
#emergency-department h6 {
  font-size: 14px !important;
}

.doctor-card small {
  color: #333;
  font-size: 11px;
}

.doctor-card img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.doctor-card:hover {
  transform: translateY(-5px);
}

/* Tabs Wrapper Background */
.department-tabs {
  background: #d8482e;
  padding: 20px;
  border-radius: 5px;
}
.about-us .tab-content {
  background: #fffafa;
  padding: 30px;
}
/* .manpower-list {
  background: #f6f6f6;
} */

.manpower-list h5 {
  font-size: 18px;
}

.about-us .tab-content .col-lg-3 {
  width: 20%;
}

/* portfolio */

/* ===== PORTFOLIO STYLE ===== */
.portfolio-item {
  margin-bottom: 20px;
}

.portfolio-wrap {
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.portfolio-wrap img {
  width: 100%;
  height: 213px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Full overlay */
.portfolio-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}

.portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio-wrap:hover img {
  transform: scale(1.1);
}

/* Info */
.portfolio-info {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}

.portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.contact-slide {
  background: #f1f1f147;
  border-radius: 10px;
}

/* Icon */
.portfolio-links a {
  width: 45px;
  height: 45px;
  background: #d8482e;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: 0.3s;
}

.portfolio-links a:hover {
  background: #000;
}
/* contact */

.contact .info-box i {
  margin-bottom: 20px;
  font-size: 14px;
  padding: 10px;
  border-radius: 50%;
  height: 40px;
  line-height: 19px;
  text-align: center;
  width: 40px;
  float: left;
  background: #d8482e;
  color: #ffffff;
  margin-top: 8px;
}
.form-slide {
  background: #f1f1f147;
  border-radius: 10px;
}
.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(30 96 170 / 0%) !important;
}
.form-slide .form-control {
  display: block;
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  border: 0px;
  line-height: 1.5;
  color: #6c7176;
  background-color: #ffffff00;
  background-clip: padding-box;
  border-bottom: 1px solid #ced4da;
  appearance: none;
  border-radius: 0px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.contact .btn {
  background: var(--primary);
  color: #fff;
}
.form-floating > label {
  font-size: 14px;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(2.9rem + 2px);
  padding: 1rem 0.75rem;
}
.contact .info-box h3 {
  font-size: 16px;
  color: #37393d;
  font-size: left;
  font-weight: 600;
  margin: 5px 0 2px 0;
}
.contact-slide p {
  font-size: left;
  font-size: 13px;
  line-height: 23px;
}
.contact .info-box {
  color: #37393d;
  padding: 10px 20px;
  border-bottom: 1px dashed #ddd;
}

/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  border: 1px solid #333;
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-social i {
  font-size: 14px;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}
.footer h4 {
  font-size: 16px;
  color: #58595b !important;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 5px 0;
  font-size: 12px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}
.internal-text-inr h2 {
  text-align: left !important;
}
.footer .copyright a {
  color: #333;
}

.footer p {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  /* color: #000; */
  position: relative;
}
.footer .copyright a {
  font-size: 12px;
}
footer p .fa {
  font-weight: 900;
  position: absolute;
  left: -21px;
  top: 4px;
}

@media (max-width: 768px) {
    .service-item {
    padding: 0px 2px;
    }
  .info-wrapper .col-lg-2 {
    padding: -2px !important;
  }


  h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  p {
    font-size: 15px;
    line-height: 25px;
  }

  .service-content-card p {
    font-size: 14px;
  }

  .header .item-left {
    flex: 0 0 auto;
    width: 36%;
  }

  .logo {
    width: 137px;
  }

  .header .menu {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }

  .header .item-right a {
        font-size: 11px;
        font-weight: 500;
        line-height: 12px;
        margin-left: 10px;
        padding: 9px 13px;
        margin-top: -3px;
        height: 28px;
        width: 64%;
  }
.honme-banner svg {
    width: 14px;
    height: 14px;
}
  .header-item svg {
    display: none;
  }

  .header .item-right {
    align-items: center;
    width: 60%;
  }

  .menu-main {
    text-align: left;
    padding-left: 10px;
  }

  .header .menu > ul > li > a {
    line-height: 39px;
    height: 40px;
    padding: 0 45px 0 5px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: transparent;
    border: 1px solid #ff4917;
    border-radius: 45px;
    font-size: 14px;
    transition: 0.5s;
  }
  .info-box .row {
    row-gap: 5px;
  }

  .info-box .col-lg-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .service-item {
    height: 100%;
  }

  .service-item a {
    padding: 10px 3px;
  }

  .service-item .icon {
    margin-bottom: 8px;
  }

  .service-item p {
    font-size: 12px;
    line-height:20px;
  }
  .service-item .icon {
    width: 18px;
    height: 18px;
  }
  /* remove circle */
  .patanjali-us .why-list {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: none;
    padding: 15px;
  }

  /* center image becomes normal block */
  .patanjali-us .center-image {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 260px;
    margin: 0 auto 25px;
    display: block;
  }

  /* remove absolute positioning from all blocks */
  .patanjali-us .why-block,
  .patanjali-us .why-block-b,
  .patanjali-us .why-block-c,
  .patanjali-us .why-block-d,
  .patanjali-us .why-block-e {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    justify-content: center !important;
  }

  /* text width reset */
  .patanjali-us .click-text,
  .patanjali-us .why-block-d .click-text,
  .patanjali-us .why-block-e .click-text {
    width: 100%;
  }

  /* headings center */
  .why-block-b .block-head,
  .why-block-c .block-head,
  .why-block-d .block-head,
  .why-block-e .block-head {
    text-align: center;
    width: 100%;
  }

  /* buttons center */
  .why-block-b .anchor-button,
  .why-block-c .anchor-button,
  .why-block-d .anchor-button,
  .why-block-e .anchor-button {
    justify-content: center !important;
  }

  /* click circle center */
  .patanjali-us .why-list .click-circle {
    display: none;
  }

  /* padding reduce */
  .patanjali-us .why-details {
    padding: 20px 10px 0;
  }

  .patanjali-us .why-list .block-head {
    margin-bottom: 0px;
    border-bottom: 1px dashed #ccc;
    margin-top: 10px;
  }

  /* blog card body height flexible */
  .blog-content .card-body {
    min-height: auto;
    padding: 12px !important;
  }

  /* overlay blog content becomes normal block */
  .blog-content {
    position: relative;
    left: auto;
    transform: none;
    width: 100%;
   margin-top: -96px;
    padding: 12px;
    border-radius: 14px;
  }

  /* headings smaller */
  .blog-content-outer h2 {
    font-size: 18px;
    margin-top: 12px;
  }

  .blog-content-outer h4,
  .blog-content-outer h5 {
    font-size: 15px;
    margin-top: 12px;
  }

  /* paragraph clamp reduce */
  .card-body p {
    -webkit-line-clamp: 4;
  }

  /* ===== Recent Blog Sidebar ===== */

  .recent-blog {
    position: relative;
    height: auto;
    top: auto;
    margin-top: 25px;
    padding: 15px;
  }

  /* remove floats → flex layout */
  .recent-blog-box {
    float: none;
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }

  .recent-blog-box-img {
    width: 90px;
    float: none;
    padding-top: 0;
  }

  .recent-blog-box-img img {
    width: 100%;
    border-radius: 8px;
  }

  .recent-blog-box-content {
    width: auto;
    float: none;
  }

  .recent-blog-box-content h5 {
    font-size: 13px;
    line-height: 18px;
  }

  /* sidebar title */
  .recent-blog h3 {
    font-size: 17px;
  }

  /* blog images */
  .blog-content-outer img {
    border-radius: 10px;
  }

  .faq-section {
    margin-top: -30px;
  }

  .left-title {
    font-size: 28px;
  }

  .appointment-btn {
    background: #fff;
    border-radius: 40px;
    padding: 1px 36px;
    border: 2px solid #d8482e;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    width: 50%;
    margin: 0px auto;
    color: #d8482e;
    justify-content: center;
    font-size: 13px;
  }

  .faq-title {
    font-size: 18px;
    margin-top: 20px;
  }

  .faq-btn {
           padding: 8px;
        font-size: 14px;
        padding-right: 28px;
  }
  .emergency-hospital .owl-nav{
          position: relative;
  }
   .emergency-hospital .owl-prev, .emergency-hospital .owl-next{
        position: absolute;
        font-size: 13px;
        border-radius: 8px;
        background: #f1f1f1;
  }
.emergency-hospital .owl-prev{
   width: 67px;
        text-align: center;
        left: 93px;
}
.emergency-hospital .owl-next{
   width: 67px;
        right: 15%;
        text-align: center;
}
}
  .facility-list li {
    font-size: 15px;
  }

  .left-text {
    font-size: 15px;
}
 .para p{
  margin-left: 20px;
}

.holistic{
  padding-left: 0px;
}

.vision-list {
  margin-top: 0px;
}

h3{
  font-size: 20px;
}

.servic-cardio .tab-content .col-md-8 {
  padding-left: 0px;
  margin-top: 20px;
}

.services-list-slide{
  padding-left: 20px;
}

.first-main h5 {
  line-height: 1.2;
}

}