@font-face {
  font-family: 'Poppins';
  src: url('./css/font/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PoppinsBold';
  src: url('./css/font/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}

.tabs > div > a:hover {
  text-decoration: none !important;
}

#openBtn {
  display: grid;
  justify-items: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 50px;
  background-color: #164289;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 20px;
  letter-spacing: 0.83px;
  font-weight: 600;
  z-index: 10;
  border-radius: 6px;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
}

#openBtn:hover {
  background: #2b518f;
}

.logo-yx {
  position: absolute;
  width: 17%;
  height: 13%;
  top: 24px;
  object-fit: contain;
}

.logo-y {
  height: 40px;
  position: relative;
  width: 40px;
  object-fit: contain;
  left: 0px;
}

#drawer {
  position: fixed;
  bottom: -100%;
  right: 0;
  /* height: 75%; */
  width: 35%;
  background: linear-gradient(#164289, #3465b3);
  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 {
  background: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 2.8rem;
  border-radius: 2px;
  color: #2d9f28;
  font-weight: 600;
  border-radius: 25px;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.5);
}

.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;
  font-family: 'PoppinsBold', sans-serif;
}

.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;
}

#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;
}

#imasCircle {
  display: flex;
  justify-content: center;
}

.drawer-items {
  font-size: 24px;
  margin-bottom: 10px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  #openBtn {
    bottom: 10px;
    left: 15px;
    font-size: 24px;
    height: 8rem;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
      rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
      rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }

  #closeBtn {
    font-size: 14px;
    background-color: red;
    color: white;
    top: -104%;
    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: block;
    position: absolute;
    height: 70px;
    width: 70px;
    border-radius: 38px;
    top: 9px;
    left: 41%;
    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: 2px solid #e924cb; */
  }

  .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;
}

#swipeArea {
  width: 138px;
  height: 100%;
  background-color: #d3d3d300;
  position: fixed;
  z-index: 1;
}

.helth-check {
  border: 3px dotted #d5d5d5;
  margin-block: 65px;
  padding: 35px;
  text-align: center;
  padding-left: 64px;
}

#sidebar {
  width: 0;
  position: fixed;
  height: 100%;
  background-color: #164289;
  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: white;
  color: #164289;
  font-size: 16px;
  position: fixed;
  height: 63px;
}

.main {
  display: inline;
  font-family: 'Poppins', sans-serif !important;
}

.fa {
  font-size: 18px !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: #fff;
  font-weight: 600;
}

.navbar {
  padding-inline: 126px;
  margin-top: 68px;
  background: #164289;
  margin-bottom: -4px;
}

.slider {
  background-image: url(../img/aster-hos.webp);
  height: 438px;
  background-size: 100% 121%;
}

/* cardio dr */
.card-img-top1 {
  background-image: url(../assets/Cardiology/Dr\ Anil\ Kumar.webp);
  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/Dr.\ Edwin\ Francis.png);
  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/Dr.\ Rajasekhar\ Varma.png);
  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.\ Sajan\ Koshy.png);
  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.Manoj\ P\ Nair.png);
  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/Dr.\ Anup\ P\ Nair.png);
  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.\ Asha\ Kishore.png);
  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.\ Davidson\ Devasia.png);
  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.\ Dilip\ Panikar.png);
  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/Dr.\ Shyam\ Sundar\ S.png);
  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.\ Ananthakrishna\ Bhat\ V.png);
  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.\ Joe\ Davis.png);
  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.\ Arun\ R\ Warrier.png);
  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.\ Durgapoorna.png);
  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.\ Jem\ Kalathil.png);
  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.\ Ramaswamy\ N\ V.png);
  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.\ Subin\ Sugath.png);
  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.\ Bipi\ PK.png);
  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.\ Geetha\ Mammayil.png);
  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.\ Kishore\ T.A.png);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 6px 6px 0px 0px;
  margin-inline: 11px;
  margin-top: 11px;
}

.card-img-top42 {
  background-image: url(../assets/Kidney/Dr.\ Mathew\ Jacob.png);
  height: 207.53px;
  background-size: 100% 100%;
  border-radius: 6px 6px 0px 0px;
  margin-inline: 11px;
  margin-top: 11px;
}

.card-img-top44 {
  background-image: url(../assets/Kidney/Dr.\ V.\ Narayanan\ Unni.png);
  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 {
  color: white;
  padding-top: 137px;
  font-size: 45px;
  letter-spacing: 2px;
  font-family: 'Poppins', sans-serif;
}

.text-bnnr-dis {
  color: white;
  position: relative;
  top: -23px;
  font-size: 21px;
}

.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 {
  height: 43px;
  border-radius: 10px;
  background: #164289;
  border: none;
  color: white;
  padding: 8px 26px 8px 26px;
  margin-top: 4px;
  width: 100%;
  font-size: 15px;
  cursor: pointer;
}

.dr_btn:hover {
  background: #2b518f;
}

.banner-bn {
  background: #164289;
  height: 163px;
  color: white;
  font-size: 25px;
  border: none;
}

.banner-bn:hover {
  background: #2b518f;
}

.btn-bnnr {
  border-radius: 15px;
  background: #fff;
  color: #245c6d;
  padding: 12px 24px 12px 24px;
  cursor: pointer;
  border: none;
  font-weight: 500;
  margin-top: -11px;
}

.dr_btn2 {
  cursor: pointer;
  height: 43px;
  border-radius: 10px;
  background: #ffffff;
  border: none;
  color: #164289;
  padding: 8px 14px;
  margin-top: 4px;
  width: 100%;
  font-size: 14px;
  /* margin-bottom: -11px; */
  border: 1px solid;
  display: flex;
  align-items: baseline;
  gap: 8px;
  justify-content: center;
  font-size: 15px;
}

.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: disc !important;
  text-align: left;
}

.btn-primary2 {
  color: #fff !important;
  background-color: #164289 !important;
  border-color: #245c6d !important;
  font-size: 14px;
  height: 55px;
  margin-bottom: 10px;
  padding: 0px 61px 0px 61px;
  border-radius: 7px;
  letter-spacing: 1px;
}

.btn-primary2:hover {
  background: #2b518f !important;
}

.sidebar_top_font {
  margin-top: -17px;
}

.btn-primary {
  color: #fff !important;
  background-color: #2b518f !important;
  border-color: #2b518f !important;
  font-size: 9px;
  height: 51px;
  margin-bottom: 10px;
  width: 153px;
  margin: 2px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
}

.btn-info {
  color: #fff;
  background-color: #164289;
  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: #164289 !important;
  border-color: #164289 !important;
}

.Patient_Services {
  font-size: 27px;
  color: rgb(77, 77, 77);
  margin-bottom: 2px;
  margin-top: 27px;
  font-weight: 300;
}

.Patient_Services2 {
  font-size: 27px;
  color: rgb(77, 77, 77);
  margin-bottom: -7px;
  margin-top: 11px;
  font-weight: 400;
}

#myBtn {
  position: fixed;
  bottom: 0px;
  left: 30px;
  z-index: 99;
  font-size: 19px;
  border: none;
  outline: none;
  background-color: #164289;
  color: white;
  cursor: pointer;
  padding: 6px;
  border-radius: 4px;
  text-align: left;
}

#myBtn:hover {
  background-color: #555;
}

.heading {
  font-size: 32px;
  color: #164289;
  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: #0a1f29;
  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: #164289;
  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: #245c6d;
  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: #2b518f !important;
  opacity: 85%;
  padding: 0px;
  width: 100%;
  text-align: center;
  z-index: 2;
  padding-inline: 75px;
}

.about-us-cont {
  font-size: 18px;
  margin-top: 15px;
  text-align: justify;
  padding-inline: 44px;
  font-weight: 200;
  letter-spacing: 1px;
}

.sidebar-top {
  background-color: #164289;
  padding: 8px;
  position: relative;
  top: -60px;
  height: 200px;
}

.sidebar-middle {
  margin-top: -26px;
  background-color: #fff;
  padding: 23px;
}

.sidebar_end_span {
  color: #245c6d;
}

.footer-width {
  width: 1098px !important;
}

.new_mr {
  margin-left: 12px;
  margin-right: 16px;
  background-color: #2b518f !important;
}

.sidebar-h1 {
  font-size: 52px;
  margin-top: 16px;
  color: #245c6d;
}

.footer-links2 {
  line-height: 30px;
  color: white !important;
}

.footer-ph {
  margin-top: -8px;
  cursor: pointer;
}

.footer-ph:hover {
  text-decoration: underline;
}

.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: #245c6d;
  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: #fff;
}

.footer-links {
  line-height: 30px;
}

.sidebar-span {
  font-size: 23px;
  font-weight: 600;
  color: #245c6d;
}

#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/aster-medcity-kochi-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: 36px;
  padding-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: #245c6d;
  margin-block: 20px;
  font-size: 23px;
}

.text-muted {
  color: #245c6d !important;
}

.card-blog {
  width: 30%;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #42a895;
}

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: #ffffff !important;
  list-style-type: none !important;
}

.h1,
h1 {
  color: #706621;
  font-size: 21px;
}

.nav-item {
  padding: 0px !important;
  list-style-type: none !important;
}

.style-helth {
  padding: 35px;
  box-shadow: 0px 0px 2px 0px #d1d1d1;
  border-radius: 7px;
  background: #c5f4f3;
  color: #164289;
  font-weight: 500;
  margin-bottom: 32px;
}

.style-helth:hover {
  border: 1px solid #c5f4f3;
  background: none;
  box-shadow: 0px 0px 6px 1px #c5f4f3b8;
}

.font_set {
  font-size: 32px;
  color: #164289;
  text-align: left;
}

@media screen and (max-width: 800px) {
  .style-helth {
    padding: 35px;
    box-shadow: 0px 0px 2px 0px #d1d1d1;
    border-radius: 7px;
    font-weight: 500;
    margin-bottom: 14px;
    position: relative;
    left: -31px !important;
    overflow: hidden;
  }

  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;
  }

  .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: #245c6d;
    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: 17px !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 {
    background-size: 100% 100%;
    height: 67px !important;
    margin-top: 14px;
    margin-bottom: 46px;
    width: 120px !important;
    margin-left: -10px;
  }

  .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: 61px;
    position: relative;
    top: -13px;
    width: 138px;
  }

  .logo-yx {
    height: 70px;
    position: relative;
    top: -21px;
    width: 70px;
    object-fit: contain;
    left: -15px;
  }

  .logo-y {
    height: 70px;
    position: relative;
    /* top: -21px; */
    width: 70px;
    object-fit: contain;
    /* left: -15px; */
  }

  .sidebar-logo {
    margin-top: -36px;
    text-align: center;
    margin-bottom: -18px;
    margin-left: -33px;
  }

  .btn-primary2 {
    color: #fff !important;
    background-color: #164289 !important;
    font-size: 16px;
    height: 48px !important;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 1px 26px 1px 41px !important;
  }

  .btn-primary {
    color: #fff !important;
    background-color: #164289 !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: 42px;
    z-index: 0;
  }

  .navbar {
    padding-inline: 27px !important;
    height: 69px;
    top: 19px !important;
    margin-bottom: -27px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 14px;
    color: #164289 !important;
    font-weight: 600;
  }

  .navbar-light .navbar-toggler {
    color: rgb(223 29 29 / 50%);
    border-color: rgb(255 255 255 / 77%);
  }

  .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: #164289;
    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;
  }
}
