body {
  overflow-x: hidden;
}
a {
  color: #fff !important;
}

a:hover {
  text-decoration: none;
}

#openBtn {
  position: fixed;
  bottom: 20px;
  right: 10px;
  padding: 10px 20px;
  background-color: #b71c2b !important;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 24px;
  letter-spacing: 0.83px;
  font-weight: 600;
  z-index: 10;
  border-radius: 8px;
  display: grid;
  justify-items: center;
  box-shadow:
    rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

#drawer {
  position: fixed;
  bottom: -100%;
  right: 0;
  height: max-content;
  width: 35%;
  background: linear-gradient(#b71c2b, #d45f6b);
  color: #fff;
  /* Text color for contrast */
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.5);
  transition: bottom 0.3s ease-in-out;
  z-index: 15;
  border-top-left-radius: 20px;
  /* Rounded top-left corner */
  border-top-right-radius: 20px;
}

.drawer-content {
  padding: 20px;
  height: 100%;
  overflow-y: auto;
}

.drawer-items {
  margin-top: 20px;
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 5px;
}

.drawer-items button {
  font-size: 24px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 2px;
  color: #2d9f28;
  font-weight: 600;
  border-radius: 12px;
  box-shadow:
    rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.drawer-items button:active {
  transform: scale(0.99);
}

.drawer-banner {
  margin-top: 100px;
  background-color: #fff;
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.1),
    0 6px 20px rgba(0, 0, 0, 0.1);
  padding: 15px 2px 2px;
  color: #000;
  border-radius: 8px;
  text-align: center;
}

.drawer-banner h2 {
  letter-spacing: 0.83px;
}

#closeBtn {
  background-color: red;
  color: white;
  border: none;
  padding: 2px 5px 7px;
  cursor: pointer;
  position: absolute;
  right: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.logo-y {
  background: #fff;
  height: 55px;
  width: 150px;
  margin-bottom: 8px;
  padding: 4px;
  border-radius: 8px;
}

#imasCircle {
  display: grid;
  justify-items: center;
}

.drawer-items {
  font-size: 24px;
  margin-bottom: 10px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none !important;
  border: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: transparent !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .logo-y {
    background: #fff;
    height: 30px;
    width: 110px;
    margin-bottom: 8px;
    padding: 4px;
  }

  #openBtn {
    bottom: 10px;
    left: 10px;
    font-size: 23px;
    display: grid;
    justify-items: center;
    border-radius: 12px;
    padding: 26px 0;
  }

  #closeBtn {
    font-size: 14px;
    background-color: red;
    color: white;
    top: -100%;
    right: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 23px;
    padding: 7px 10px 10px 10px;
  }

  #drawer {
    height: 45%;
    width: 100%;
    border-top-left-radius: 100px;
    /* Rounded top-left corner */
    border-top-right-radius: 100px;
    border: 5px solid #8fbfd1;
  }

  #imasCircle {
    display: flex;
    justify-content: center;
    position: absolute;
    height: 70px;
    width: 70px;
    border-radius: 38px;
    top: 10px;
    left: 40%;
    /* background-color: #0f0f0f; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1); */
    border: 1px solid #fff;
    text-align: center;
    padding: 21px 14px;
    border: none;
  }

  .drawer-items {
    margin-top: 20px;
    text-align: center;
  }

  .drawer-items h2 {
    font-size: 18px;
  }

  .drawer-banner {
    margin-top: 80px;
    background-color: #fff;
    box-shadow:
      0 4px 8px rgba(0, 0, 0, 0.1),
      0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 15px 2px 2px;
    color: #000;
    border-radius: 8px;
    text-align: center;
  }

  .drawer-banner h2 {
    font-size: 18px;
    font-weight: 700;
  }

  .drawer-banner p {
    font-size: 14px;
  }
}

.xmx {
  position: fixed;
  right: 0px;
  top: 0px;
}

.helth-check {
  border: 3px dotted #d5d5d5;
  margin-block: 65px;
  padding: 35px;
  text-align: center;
}

.xmx {
  position: fixed;
  right: 0px;
  top: 0px;
}
.about-section {
  background-color: #f2f2f2;
  padding: 50px;
  text-align: center;
}

#swipeArea {
  width: 138px;
  height: 100%;
  background-color: #d3d3d300;
  position: fixed;
  z-index: 1;
}

#sidebar {
  width: 0;
  position: fixed;
  height: 100%;
  background-color: #b71c2b;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  color: white;
  right: 0px;
  top: 0px;
  z-index: 99;
  box-shadow: 0px 0px 0px 2px #fff;
}

#sidebar a {
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
  position: relative;
  z-index: 8 !important;
}

.topbar-text {
  font-size: 17px;
  /* padding: 3px; */
}

#sidebar a:hover {
  color: #f1f1f1;
}

#main-content {
  transition: margin-left 0.5s;
  padding: 16px;
}

.topbar {
  z-index: 99;
  background: #b71c2b;
  color: white;
  font-size: 16px;
  position: fixed;
  height: 63px;
}

.main {
  display: inline;
}

.fa {
  font-size: 24px !important;
  margin-block: 5px;
}

.vl {
  border-right: 2px solid rgb(239 239 239);
}

.tb_text {
  font-size: 15px;
  color: white;
  margin-left: 9px;
  position: absolute;
  top: 4px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 14px;
  color: #4e4949 !important;
  font-weight: 600;
}

.navbar {
  padding-inline: 126px;
  margin-top: 54px;
}

.slider {
  position: relative; /* REQUIRED for ::before */
  background-image: url("../img/kims-kerala.webp");
  aspect-ratio: 24 / 9;
  min-height: 29rem;
  background-size: cover; /* prevents distortion */
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; /* keeps overlay contained */
}

.slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

/* optional: keep content above overlay */
.slider > * {
  position: relative;
  z-index: 2;
}

/* cardio dr */
.card-img-top1 {
  background-image: url(../assets/Cardiology/Dr_Ajit_Kumar_Vk.jpg);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 13px;
  margin-inline: 11px;
  margin-top: 11px;
  border-radius: 6px 6px 0px 0px;
}

.card-img-top2 {
  background-image: url(../assets/Cardiology/Anees_a478667b7b.jpg);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 6px 6px 0px 0px;
  margin-inline: 11px;
  margin-top: 11px;
}

.card-img-top3 {
  background-image: url(../assets/Cardiology/Ashwin.jpg);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 6px 6px 0px 0px;
  margin-inline: 11px;
  margin-top: 11px;
}

.card-img-top4 {
  background-image: url(../assets/Cardiology/Dr_Atul_Abraham.jpg);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 6px 6px 0px 0px;
  margin-inline: 11px;
  margin-top: 11px;
}
.card-img-top5 {
  background-image: url(../assets/Cardiology/Dr_Bijulal_Kimshealth.jpg);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 6px 6px 0px 0px;
  margin-inline: 11px;
  margin-top: 11px;
}
.card-img-top6 {
  background-image: url(../assets/Cardiology/Dr_Dhinesh_David.jpg);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 6px 6px 0px 0px;
  margin-inline: 11px;
  margin-top: 11px;
}

/* end cardio dr */
/*neuro*/
.card-img-top8 {
  background-image: url(../assets/Neurology/Neurosurgery_Abu_Madan.jpg);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 6px 6px 0px 0px;
  margin-inline: 11px;
  margin-top: 11px;
}

.card-img-top9 {
  background-image: url(../assets/Neurology/Dr_Ajith.jpg);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 6px 6px 0px 0px;
  margin-inline: 11px;
  margin-top: 11px;
}

.card-img-top10 {
  background-image: url(../assets/Neurology/Dr_Ajith_R.jpg);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 6px 6px 0px 0px;
  margin-inline: 11px;
  margin-top: 11px;
}

.card-img-top11 {
  background-image: url(../assets/Neurology/Dr_Ashok_V_P.jpg);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 6px 6px 0px 0px;
  margin-inline: 11px;
  margin-top: 11px;
}

.card-img-top12 {
  background-image: url(../assets/Neurology/kalpana.jpg);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 6px 6px 0px 0px;
  margin-inline: 11px;
  margin-top: 11px;
}

/*neuro*/
/*Orthopedic*/
.card-img-top13 {
  background-image: url(../assets/ORTHOPAEDIC/Dr_Chandhan_M.jpg);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 6px 6px 0px 0px;
  margin-inline: 11px;
  margin-top: 11px;
}

.card-img-top14 {
  background-image: url(../assets/ORTHOPAEDIC/Dr_B_Madan_Mohan.jpg);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 6px 6px 0px 0px;
  margin-inline: 11px;
  margin-top: 11px;
}

.card-img-top15 {
  background-image: url(../assets/ORTHOPAEDIC/Dr_Muhammed_Nazeer.webp);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 6px 6px 0px 0px;
  margin-inline: 11px;
  margin-top: 11px;
}

.card-img-top16 {
  background-image: url(../assets/ORTHOPAEDIC/Dr_Rajesh_V_Pillai.jpg);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 6px 6px 0px 0px;
  margin-inline: 11px;
  margin-top: 11px;
}
.card-img-top17 {
  background-image: url(../assets/ORTHOPAEDIC/Dr_Ranjith_Unnikrishnan.jpg);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 6px 6px 0px 0px;
  margin-inline: 11px;
  margin-top: 11px;
}

/*end ortho */
.card-img-top23 {
  background-image: url(../assets/ONCOLOGY/Dr_P_P_Abdul_Shahid.jpg);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 6px 6px 0px 0px;
  margin-inline: 11px;
  margin-top: 11px;
}

.card-img-top24 {
  background-image: url(../assets/ONCOLOGY/Dr_Arun_Raj_St.jpg);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 6px 6px 0px 0px;
  margin-inline: 11px;
  margin-top: 11px;
}

.card-img-top25 {
  background-image: url(../assets/ONCOLOGY/Dr_Azgar_Abdul_Rasheed.webp);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 6px 6px 0px 0px;
  margin-inline: 11px;
  margin-top: 11px;
}

.card-img-top26 {
  background-image: url(../assets/ONCOLOGY/Dr_Bharath_V_M.jpg);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 6px 6px 0px 0px;
  margin-inline: 11px;
  margin-top: 11px;
}
.card-img-top27 {
  background-image: url(../assets/ONCOLOGY/Dr_Bijay_P_Nair.jpg);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 6px 6px 0px 0px;
  margin-inline: 11px;
  margin-top: 11px;
}

.card-img-top39 {
  background-image: url(../assets/Kidney/Dr_Mayank_Bharti.jpg);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 6px 6px 0px 0px;
  margin-inline: 11px;
  margin-top: 11px;
}

.card-img-top40 {
  background-image: url(../assets/Kidney/Dr_Nithya_R.jpg);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 6px 6px 0px 0px;
  margin-inline: 11px;
  margin-top: 11px;
}

.card-img-top41 {
  background-image: url(../assets/Kidney/Dr_Renu_Thomas.jpg);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 6px 6px 0px 0px;
  margin-inline: 11px;
  margin-top: 11px;
}

.card-img-topn1 {
  background-image: url(../assets/logo/news1.png);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 13px;
}

.card-img-topn2 {
  background-image: url(../assets/logo/news2.png);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 13px;
}

.card-img-topn3 {
  background-image: url(../assets/logo/news3.png);
  height: 207.53px;
  background-size: 100% 131%;
  border-radius: 13px;
}

.card-img-topn4 {
  background-image: url(../assets/logo/t1.png);
  height: 207.53px;
  background-size: 114% 120%;
  border-radius: 13px;
}

.card-img-topn5 {
  background-image: url(../assets/logo/t2.png);
  height: 207.53px;
  background-size: 101% 107%;
  border-radius: 13px;
}

.card-img-topn6 {
  background-image: url(../assets/logo/t3.png);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 13px;
}

.hotel-img {
  background-image: url(../assets/Hotels/h1.webp);
  height: 207.53px;
  background-size: 100% 100%;
}

.hotel-img2 {
  background-image: url(../assets/Hotels/h2.webp);
  height: 207.53px;
  background-size: 100% 100%;
}

.hotel-img3 {
  background-image: url(../assets/Hotels/h3.webp);
  height: 207.53px;
  background-size: 100% 100%;
}

.hotel-img4 {
  background-image: url(../assets/Hotels/h4.webp);
  height: 207.53px;
  background-size: 100% 100%;
}

.hotel-img5 {
  background-image: url(../assets/Hotels/h5.webp);
  height: 207.53px;
  background-size: 100% 100%;
}

.hotel_tc {
  font-size: 9px;
  margin-top: 35px;
  margin-left: 13px;
}

.hotel-row {
  border: 1px solid #b8b5b5;
  height: 198px;
  overflow: hidden;
  box-shadow: 0px 0px 3px 1px #d3d3d3ba inset;
  border-radius: 9px;
  margin-inline: 30px;
}

.text-bnnr {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  color: white;
  padding-top: 137px;
  font-size: 48px;
}

.text-bnnr-dis {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  color: white;
  position: relative;
  top: -23px;
  font-weight: 600;
  font-size: 25px;
}

.bg-slider {
  background: black;
}

.scrol-gif {
  background-image: url(../img/Animation\ -\ 1704273953226.gif);
  background-size: 100% 100%;
  height: 114px;
  width: 94px;
  position: relative;
}

.dr_btn {
  border-radius: 10px;
  background: #b71c2b;
  border: none;
  color: white;
  margin-top: 4px;
  width: 100%;
  padding: 8px 0;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.banner-bn {
  background: #b71c2b;
  height: 163px;
  color: white;
  font-size: 25px;
  border: none;
}

.btn-bnnr {
  border-radius: 15px;
  background: #fff;
  color: #b71c2b;
  padding: 12px 24px 12px 24px;
  cursor: pointer;
  border: none;
  font-weight: 500;
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  justify-content: end;
}

.dr_btn2 {
  cursor: pointer;
  border-radius: 10px;
  background: #ffffff;
  border: none;
  color: #b71c2b;
  padding: 5px 0;
  margin-top: 4px;
  width: 100%;
  font-size: 20px;
  border: 1px solid;
}

.card-title {
  margin-bottom: 0.75rem;
  font-size: 16px;
  color: #1d1d1d;
  font-weight: 600 !important;
}

.card-text:last-child {
  margin-bottom: 0;
  font-weight: 400 !important;
}

.card-text {
  color: #224855;
  font-weight: 400 !important;
  margin-top: -7px;
  font-size: 13px;
}

.card {
  border: 1px solid rgb(137 136 136 / 26%);
  padding: 5px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 6px 1px #bfbfbf82;
  z-index: 0;
  margin: 24px;
  border-radius: 15px;
}

ul {
  list-style-type: none;
  text-align: left;
}

.btn-primary2 {
  color: #fff !important;
  background-color: #b71c2b !important;
  border-color: #b71c2b !important;
  font-size: 24px;
  height: 55px;
  margin-bottom: 10px;
  padding: 0px 61px 0px 61px;
  border-radius: 7px;
}

.sidebar_top_font {
  margin-top: -17px;
}

.btn-primary {
  color: #fff !important;
  background-color: #b71c2b !important;
  border-color: #b71c2b !important;
  font-size: 9px;
  height: 51px;
  margin-bottom: 10px;
  width: 153px;
  margin: 2px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
}

.tab:hover {
  border-bottom: 3px solid #fff !important;
}

.tab.active {
  border-radius: 0px;
  color: #fff;
  background-color: transparent;
  border-bottom: 3px solid #fff !important;
  text-decoration: none;
}

.btn:hover {
  text-decoration: none !important;
}

.btn-primary:hover {
  text-decoration: none !important;
}

.btn-info {
  color: #fff;
  background-color: #b71c2b;
  left: 0px;
  position: relative;
  height: 89px;
  top: 408px;
  writing-mode: vertical-lr;
  text-orientation: upright;
  font-size: 8px;
  width: 26px;
  border-radius: 0px;
  border: 1px solid white;
  padding-left: 4px;
  font-weight: 700;
}

.btn-info:hover {
  background-color: #b71c2b !important;
  border-color: #b71c2b !important;
}

.Patient_Services {
  font-size: 27px;
  color: rgb(77, 77, 77);
  margin-bottom: 2px;
  margin-top: 27px;
}

.Patient_Services2 {
  font-size: 27px;
  color: rgb(77, 77, 77);
  margin-bottom: -7px;
  margin-top: 11px;
}

#myBtn {
  position: fixed;
  bottom: 0px;
  left: 30px;
  z-index: 99;
  font-size: 19px;
  border: none;
  outline: none;
  background-color: #b71c2b;
  color: white;
  cursor: pointer;
  padding: 6px;
  border-radius: 4px;
  text-align: left;
}

#myBtn:hover {
  background-color: #555;
}

.heading {
  font-size: 32px;
  color: #b71c2b;
  text-align: center;
  padding-bottom: 18px;
  font-weight: 500;
  margin-top: 0px;
}

.heading-top {
  color: #4f4f4f;
  font-size: 17px;
  padding-top: 7px;
}

.footer_links {
  text-align: left !important;
}

.footer_logo {
  margin-top: -15px;
  width: 150px;
  height: 65px;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.footer {
  background-color: #be3f4b;
  padding: 50px 0px 41px;
  margin-top: 0px;
  color: white;
}

.checked {
  color: orange;
  font-size: 17px !important;
}

.all_star {
  color: rgb(23, 22, 22);
  font-size: 11px !important;
}

.footer-column {
  text-align: center;
}

.hotel-name {
  font-size: 22px;
  color: #3e3e3e;
}

.hotel-star {
  font-size: 13px;
  color: #615900;
  font-weight: 700;
}

.hotel-add {
  font-size: 12px;
  color: #3f3a3a;
  font-weight: 400;
}

table {
  color: #727171;
}

.add-bar {
  border-right: 1px solid #e2e2e2;
}

.no-padding-container {
  padding-left: 0px;
  padding-right: 0px;
  cursor: pointer;
}

.km-dis {
  position: relative;
  top: 113px;
  font-size: 17px;
  left: -41px;
  font-weight: 500;
}

.map {
  border-right: 1px solid #e2e2e2;
}

.btn-hotel {
  position: relative;
  top: 28px;
  left: 10px;
  height: 34px;
  width: 191px;
  font-size: 9px;
  border-radius: 4px;
  border: none;
  background: #b71c2b;
  color: white;
  text-align: left;
  padding-left: 23px;
  z-index: 0;
  cursor: pointer;
}

.eqlbox {
  height: 345px;
}

.eqlbox2 {
  height: 168px;
}

.price {
  position: relative;
  top: 40px;
  left: 31px;
  color: #b71c2b;
  font-size: 31px;
}

.center-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fa-style {
  font-size: 60px !important;
  color: orange;
  margin-top: 51px;
  margin-left: 33px;
}

.sticky-element {
  position: sticky;
  top: 61px;
  background-color: #b71c2b;
  padding: 2px;
  width: 100%;
  text-align: center;
  z-index: 2;
  padding-inline: 75px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 15px 10px -12px;
}

.about-us-cont {
  font-size: 16px;
  margin-top: 15px;
  text-align: justify;
  padding-inline: 44px;
}

.sidebar-top {
  background-color: #b71c2b;
  padding: 8px;
  position: relative;
  top: -60px;
  height: 200px;
}

.sidebar-middle {
  margin-top: -26px;
  background-color: #fff;
  padding: 23px;
}

.sidebar_end_span {
  color: #b71c2b;
}

.footer-width {
  width: 1098px !important;
}

.new_mr {
  margin-left: 12px;
  margin-right: 16px;
  background: #b71c2b;
}

.sidebar-h1 {
  font-size: 52px;
  margin-top: 16px;
  color: #b71c2b;
}

.footer-links2 {
  line-height: 30px;
  color: white !important;
}

.footer-ph {
  margin-top: -8px;
}

.table-con {
  padding-inline: 44px;
}

.table-responsive {
  border-left: 1px solid #d4d1d1;
  border-bottom: 1px solid #d4d1d1;
  border-right: 1px solid #d4d1d1;
}

.sidebar-button {
  border-radius: 50px;
  background: #fff;
  width: 72%;
  height: 64px;
  margin-top: 19px;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #b71c2b;
  cursor: pointer;
  border: 1px solid;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #b71c2b !important;
}

.footer-links {
  line-height: 30px;
}

.sidebar-span {
  font-size: 23px;
  font-weight: 600;
  color: #b71c2b;
}

#lst_lg_box {
  display: flex;
  margin-block: -3px;
  background: #b3b3b31f;
  overflow: none;
  padding-block: 27px;
}

.cardnew {
  transition: 0.3s;
  width: 30%;
  margin: 19px;
  text-align: center;
}

.service-bottom {
}

.background-div {
  background-image: url(../img/sidebar_logo.png);
  background-position: center center;
  height: 151px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  margin-top: -25px;
}

.style_box {
  margin-top: 17px;
}

.font-lst-box-s {
  font-size: 13px;
  text-align: justify;
}

.font-lst-box {
  font-size: 21px;
}

.cardnew2 {
  text-align: center;

  transition: 0.3s;
  width: 30%;
  margin: 19px;
}

.bnnr-row {
  margin-inline: 12px;
  align-items: center;
  margin-top: 37px;
}

.marz {
  margin-inline: -15px;
}

.cardnew3 {
  text-align: center;
  transition: 0.3s;
  width: 30%;
  margin: 19px;
}

.card-titlex {
  margin-top: -28px;
  font-size: 16px;
}

.card-whatsapp {
  position: relative;
  top: -9px;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 10px;
}

.card-title-new {
  color: #b71c2b;
  margin-block: 20px;
  font-size: 23px;
}

.text-muted {
  color: #b71c2b !important;
}

.card-blog {
  width: 30%;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #b71c2b;
}

.style-helth {
  padding: 36px;
  box-shadow: 0px 0px 2px 0px #d1d1d1;
  border-radius: 7px;
  background: #ffffff;
  color: white;
  font-weight: 500;
  margin-bottom: 32px;
  border: 1px solid #897d2c;
  position: relative;
  left: -47px;
  padding-left: 139px;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
  padding-block: 6px;
  font-size: 17px;
  font-weight: 600;
  color: #454545;
  padding-inline: 11px;
  text-align: left;
  color: #7f7429 !important;
  list-style-type: disc;
}

.h1,
h1 {
  color: #706621;
  font-size: 21px;
}

.nav-item {
  padding: 0px !important;
  list-style-type: none !important;
}

.font_set {
  font-size: 32px;
  color: #706621;
  text-align: left;
}

.logo-x {
  position: absolute;
  top: 20px;
  height: 55px;
  width: 200px;
  border-radius: 4px;
  padding: 4px;
  background: #fff;
}

@media screen and (max-width: 800px) {
  li {
    font-size: 12px !important;
  }

  .h1,
  h1 {
    font-size: 21px !important;
  }

  .style-helth {
    padding: 35px;
    box-shadow: 0px 0px 2px 0px #d1d1d1;
    border-radius: 7px;
    font-weight: 500;
    margin-bottom: 14px;
    position: relative;
    left: -23px;
    overflow: hidden;
  }

  .helth-check {
    margin-block: 65px;
    text-align: center;
    padding: 0px !important;
    border: none !important;
    width: 85%;
  }

  .footer_col2_font {
    display: none;
  }

  .bnnr-mobi {
    font-size: 20px;
    padding: 0px !important;
    position: relative;
    text-align: center;
    display: contents;
  }

  .about-us-cont {
    font-size: 16px;
    margin-top: 18px;
    text-align: justify;
    padding-inline: 20px !important;
    font-weight: 400;
    margin-bottom: -21px;
  }

  .bnnr-row {
    margin-inline: 0px !important;
  }

  .card-img-top24 {
    background-size: 114% 100% !important;
  }

  .hotel_tc {
    font-size: 9px;
    margin-top: 22px !important;
    margin-left: 13px;
  }

  .eqlboxmobi {
    height: 375px !important;
  }

  .btn-bnnr {
    padding: 13px 7px 13px 7px !important;
    border: none;
    font-weight: 500;
    font-size: 14px;
    height: 48px;
    width: 198px;
    margin-left: 40%;
    margin-top: 0px;
  }

  .chat_col {
    text-align: center !important;
    position: relative;
  }

  .topbar {
    padding-top: 9px;
    height: 70px !important;
  }

  .cardnew {
    width: 100%;
    margin: 0px !important;
  }

  .cardnew2 {
    width: 100%;
    margin: 0px !important;
  }

  #sidebar {
    box-shadow: 0px 0px 0px 2px #ffffff57 !important;
  }

  .cardnew3 {
    width: 100%;
    margin: 0px !important;
  }

  #lst_lg_box {
    display: block;
  }

  .font-lst-box {
    font-size: 14px;
  }

  .table-con {
    padding-inline: 26px !important;
  }

  .sidebar-button {
    border-radius: 7px;
    width: 100%;
    height: 36px;
    margin-top: 19px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #b71c2b;
    border: none;
    border: 1px solid;
  }

  .sidebar-middle {
    line-height: 9px;
  }

  .sidebar_end_span {
    font-size: 7px;
  }

  .no-padding-container {
    cursor: pointer;
    height: 216px;
    width: 100% !important;
  }

  .sidebar-h1 {
    font-size: 32px;
    margin-top: 16px;
  }

  .sidebar-span {
    font-size: 10px;
    font-weight: 600;
  }

  .sidebar_top_font {
    font-size: 8px;
    margin-top: -40px;
  }

  .mobi-head2 {
    text-align: center !important;
    margin-left: 0px !important;
    margin-block: 18px;
  }

  .bar {
    display: none;
  }

  .footer-links2 {
    margin-left: 163px;
    margin-top: -190px;
    font-size: 26px !important;
  }

  .footer-links {
    text-align: left !important;
    font-size: 16px;
    margin-left: 0px;
  }

  .footer-width {
    width: 100% !important;
  }

  .navbar-toggler-icon {
    display: inline-block;
    width: 16px;
    height: 20px;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  }

  #sidebar {
    box-shadow: 0px 0px 0px 2px #ffffff57;
  }

  .background-div {
    height: 106px;
    margin-top: 7px;
    margin-bottom: 46px;
    width: 187px;
    margin-left: -44px;
  }

  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    position: relative;
    top: -12px;
  }

  .logo-x {
    height: 50px;
    position: relative;
    top: -10px;
    width: 110px;
    object-fit: contain;
    background: #fff;
    border-radius: 8px;
  }

  .sidebar-logo {
    margin-top: -36px;
    text-align: center;
    margin-bottom: -18px;
    margin-left: -33px;
  }

  .btn-primary2 {
    color: #fff !important;
    background-color: #b71c2b !important;
    font-size: 16px;
    height: 48px !important;
    margin-bottom: 10px;
    padding: 1px 26px 1px 41px !important;
  }

  .btn-primary {
    color: #fff !important;
    background-color: #b71c2b !important;
    font-size: 9px;
    height: 34px;
    margin-bottom: 10px;
    width: 92px;
    margin: 2px;
    font-weight: 600;
  }

  .text-bnnr {
    color: white;
    padding-top: 117px;
    font-size: 31px;
  }

  .btn-info {
    height: 102px;
    width: 34px;
    left: -16px;
    writing-mode: vertical-lr;
    text-orientation: upright;
    font-size: 9px;
    font-weight: 600;
    top: 12px;
    z-index: 999;
  }

  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
  }

  .liv {
    display: none;
  }

  .Patient_Services2 {
    margin-top: 11px !important;
    font-weight: 400;
  }

  .btn-block {
    font-size: 13px;
  }
}

@media screen and (max-width: 800px) {
  .Patient_Services {
    font-size: 22px !important;
    margin-inline: 9px;
    padding-block: 10px;
  }

  .center-container {
    display: block !important;
  }

  .xmx {
    position: fixed;
    right: -15px;
    top: 192px;
    z-index: 9;
  }

  .sticky-element {
    padding: 0px;
    padding-top: 44px !important;
    padding-bottom: 6px;
    top: 31px;
    width: 100%;
  }

  .fa-style {
    font-size: 60px !important;
    margin-top: 8px !important;
    margin-left: 62px !important;
    margin-bottom: 64px !important;
  }

  .price {
    top: 17px;
    font-size: 34px;
    left: 135px;
  }

  .km-dis {
    position: relative;
    top: 68px;
    font-size: 18px;
  }

  .btn-hotel {
    top: 7px;
    left: 36px;
    height: 50px;
    width: 76%;
    font-size: 13px;
    border-radius: 13px;
    text-align: center;
    z-index: -0;
  }

  .map {
    border-bottom: 1px solid #a4a4a4;
  }

  .add-bar {
    border-bottom: 1px solid #a4a4a4;
  }

  .hotel-row {
    border: 1px solid #b0afaf;
    height: 726px;
    margin: -7px;
    margin-block: 12px;
    position: relative;
  }

  .card-title {
    margin-bottom: 0.75rem;
    font-size: 19px;
    color: #666666;
  }

  .heading {
    font-size: 24px;
    padding-bottom: 6px !important;
    margin-top: 24px !important;
  }

  .mobi_icon {
    margin-left: -59px;
    margin-top: -1px;
  }

  .commn_id {
    height: 261px !important;
  }

  .mob-footercol1 {
    text-align: center;
  }

  .card {
    margin-top: 20px;
    padding: 11px;
    width: 94%;
    margin-inline: 32px;
    box-shadow: 0px 0px 2px 1px #d9d1d1bd;
    margin-left: 13px;
  }

  .card-img-top1 {
    background-size: 100% 130% !important;
  }

  .topbar-text {
    margin-left: 47px;
    text-align: center;
    margin-top: 20px !important;
  }

  .vl {
    display: none;
  }

  .topbar_i-cons {
    margin-left: 29px;
    position: relative;
    top: -26px;
  }

  .tb_text {
    font-size: 13px;
    color: white;
    top: 4px;
    display: none;
  }

  .slider {
    height: 389px;
    background-size: 120% 100% !important;
    margin-top: 30px;
    z-index: 0;
  }

  .navbar {
    padding-inline: 27px !important;
    height: 49px;
    top: 19px !important;
  }

  .navbar-nav {
    position: relative;
    left: 3px;
  }

  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link {
    color: rgb(255 255 255 / 90%);
    background: #b71c2b;
    width: 100% !important;
  }

  .scrol-gif {
    top: 9px !important;
  }

  .collapse.show {
    display: block;
    background: #f3f3f3;
    position: absolute;
    width: 99%;
    left: 0px;
    top: 67px;
    z-index: 9;
  }

  #myBtn {
    padding: 7px !important;
    border-radius: 4px;
    bottom: 21px;
  }
}

/* wire frames */
.reverse {
  transform: scaleX(-1);
}

.flowchart {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  /* gap: 80px; */
  /* flex-wrap: nowrap;
  position: relative; */
  min-width: 100%;
  padding: 12px 8%;
  height: 23rem;
}

.step {
  text-align: center;
  position: relative;
  width: 155px;
  height: 95px;
  padding: 6px;
  /* max-width: 15%; */
  border: 6px solid #d3d3d3;
  box-shadow:
    rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  border-radius: 18px;
  display: grid;
  align-content: center;
  color: #d9d1d1bd;
}

.step:nth-child(even) {
  background: #b8ab58;
}

.step:nth-child(odd) {
  background: #d1c576;
}

.step-1 {
  right: 60px;
}

.step-2 {
  top: 160px;
  left: 72px;
}

.step-3 {
  bottom: 55px;
  left: 206px;
}

.step-4 {
  top: -288px;
  left: 206px;
}

.step-5 {
  top: -122px;
  left: 336px;
}

.step-6 {
  bottom: 476px;
  left: 468px;
}

.step-7 {
  top: -315px;
  left: 600px;
}

.step-8 {
  top: -665px;
  left: 730px;
}

.step-9 {
  top: -505px;
  left: 860px;
}

.icon {
  font-size: 15px;
  margin-bottom: 10px;
}

.label {
  font-size: 15px;
  font-weight: bold;
}

.curve {
  position: absolute;
  width: 40%;
  border: 2px solid #6c757d;
  transform: translateX(-100%) rotate(180deg);
}

.curve.down {
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 50px;
  height: 100px;
  left: 61%;
  top: 85px;
}

.curve.down.long {
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 50px;
  height: 225px;
  left: 115%;
  top: 30px;
}

.curve.up.long {
  height: 214px;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 50px;
  left: 142%;
  bottom: 52%;
  transform: translateX(-100%) rotate(0deg);
}

.curve.up.half {
  height: 70px;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 50px;
  left: 144%;
  bottom: 52%;
  transform: translateX(-100%) rotate(0deg);
}

.curve.up.straight {
  left: 52%;
  border-radius: 0px;
  border-bottom: none;
  height: 50px;
  bottom: 85px;
  border-right: none;
  border-top: none;
}

.curve.up.long-divider {
  left: 52%;
  border-radius: 0px;
  border-bottom: none;
  height: 135px;
  bottom: -136px;
  border-right: none;
  border-top: none;
}

.curve.right {
  height: 210px;
  transform: translateX(-30%) rotate(0deg);
}

.curve.left {
  height: 210px;
  transform: translateX(-30%) rotate(180deg);
}

.arrow {
  position: absolute;
  transform: translateX(-50%);
  top: 140px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #6c757d;
}

.arrow.up {
  bottom: -20px;
  transform: translateX(-50%) rotate(180deg);
}

.arrow.down {
  bottom: -20px;
  transform: translateX(-50%) rotate(180deg);
}

.ar-1 {
  left: 50%;
}

.ar-2 {
  top: -30px;
  left: 143%;
}

.ar-3 {
  top: -30px;
  left: 52%;
}

.ar-4 {
  left: 142%;
}

.ar-5 {
  left: 141%;
  top: -115px;
}

.ar-6 {
  top: 120px;
  left: 52%;
}

.card-bg {
  padding: 30px 20px;
  min-height: 350px;
  color: #000;
  background: #b8ab58;
  border: 2px solid #f6e9e9;
  font-weight: 600;
}

.expect .count-expect:nth-child(even) .card-bg {
  background: #fff;
}

.expect .count-expect .card img {
  max-width: 75px;
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  .wireframes {
    margin-top: 0px;
    display: none;
  }
}
