@media only screen and (max-width: 992px) {
  .navbar-nav .nav-item {
    height: auto;
  }
  .navbar-nav .nav-item .nav-link {
    height: auto;
    padding: 10px 10px !important;
  }
  .topbar a {
    letter-spacing: 0.9px;
    text-align: left !important;
  }
}
@media only screen and (max-width: 768px) {
  body,
  body p {
    color: rgba(0 0 0 / 60%);
  }
  .pageBanner .text-end img{
      width: 100%;
  }
  .navbar-nav .nav-item {
    height: auto;
  }
  .navbar-nav .nav-item .nav-link {
    height: auto;
    padding: 10px 10px !important;
  }
  .topbar a {
    letter-spacing: 0.9px;
    text-align: left !important;
  }
  .navbar-nav .nav-item {
    height: auto;
  }
  .navbar-nav .nav-item .nav-link {
    height: auto;
    padding: 10px 10px !important;
  }
  .topbar a {
    letter-spacing: 0.9px;
    text-align: left !important;
  }
  .hmSec2 {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  /* .hmSec2 .container,
  .container-sm {
    max-width: 600px;
  } */
  .hmSec3::before {
    background-position: bottom right;
    background-image: url(../media/img-02.png);
  }
  .hmSec3 {
    background-size: contain;
  }
  .hmSec4 .title p {
    width: 100%;
  }
  .hmSec5 {
    margin-top: 50px;
  }
  .right-bg {
    background-color: var(--secondary);
    padding: 40px 20px;
  }
  .right-bg::before {
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media only screen and (max-width: 576px) {
  main section:nth-child(5) ul li {
    flex-basis: 100%;
  }
  .sideSec5Content {
    padding: 20px 50px;
  }
  body, body p{
    font-size: 13px;
  }
  .title {
    margin-bottom: 20px !important;
  }
  .title h2, .title h1{
    font-size: 20px;
    margin-top: 5px !important;
  }
  .title h6{
      font-size: 13px;
  }
  .bottombar{
      position: relative;
  }
  .container-fluid.px-5{
    padding-right: 1rem!important;
    padding-left: 1rem!important;
  }
  .navbar-toggler {
    padding: 5px 6px;
    font-size: 10px;
    line-height: 1;
    border-radius: 0;
  }
  .navbar.navbar-expand-lg.p-0.px-3.h-100{
      padding: 10px 0 !important;
  }
  .btn{
      font-size: 13px;
  }
  .container-fluid.p-0.px-5.h-100.position-absolute.top-50.start-50{
    transform: translate(0,0) !important;
    top: 75% !important;
    left: 0 !important;
    height: auto !important;
  }
  .pageBanner h1 {
    font-size: 20px;
    margin: 0;
  }
  .pageBanner p {
    font-size: 12px;
  }
  .paddingCls {
    padding: 40px 0;
  }
  section.paddingCls.border-bottom img.img-fluid.border.p-1 {
    margin: 0 0 20px;
  }
  .pageBanner .text-end img{
      width: 100%;
  }
  .opening-hours h2, .emergency-box h2, .appointment-box h2, .contact-info h2 {
    position: absolute;
    top: -18px;
    left: -2px;
    height: 34px;
    padding-right: 16px;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    color: #404040;
  }
  .footTopCol h4.text-black.m-0.mb-1.mb-lg-0 {
    font-weight: bold;
  }
  .footerTop a, .footerTop p {
    text-shadow: 1px 1px rgb(0 0 0 / 12%);
    text-align: left;
  }
}