@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

:root {
  --size-80: 80px;
  --size-76: 76px;
  --size-70: 70px;
  --size-64: 64px;
  --size-58: 58px;
  --size-52: 52px;
  --size-48: 48px;
  --size-44: 44px;
  --size-40: 40px;
  --size-36: 36px;
  --size-32: 32px;
  --size-28: 28px;
  --size-24: 24px;
  --size-20: 20px;
  --size-18: 18px;
  --size-16: 16px;
  --size-14: 14px;
  --size-12: 12px;
  --size-10: 10px;
  --size-8: 8px;
  --sofia: "Sofia Sans", sans-serif;
  --nunito:"Nunito", sans-serif;
  --montserrat:"Montserrat", sans-serif;
}

@media screen and (max-width: 1366px) {
  p {
    font-size: var(--size-16);
  }
}
@media screen and (max-width: 1024px) {
  .inner-banner .text-part h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  .footer .col-lg-5 {
    padding: 0px 40px;
    width: 35% !important;
  }
  .footer .col-lg-2 {
    width: 20%;
  }
  .mobile-search {
    display: none;
  }
  .inner-tab-sec .col-lg-4 {
    width: 30%;
  }
  .inner-tab-sec .col-lg-8 {
    width: 70%;
  }
  #screening-tab .col-lg-4 {
    max-width: 30%;
  }
  #screening-tab .col-lg-8 {
    width: 70%;
  }
}
@media screen and (max-width: 991px) {
  .container, .container-md, .container-sm {
    max-width: 90% !important;
  }
  header .login-btn {
    background: var(--primary-color) !important;
    padding: 8px 15px;
    color: var(--white) !important;
    margin: 0px 15px;
  }
  header .login-btn img {
    filter: grayscale(100) brightness(100);
  }
  header .mobile-search {
    display: flex;
    align-items: center;
  }
  header .menu-part .navbar {
    padding: 0px;
  }
  header .menu-part .login-part {
    display: none;
  }
  header .menu-part li a {
    padding: 10px 0px;
  }
  header .top-header .container .doctor-lab-sec {
    display: none;
  }
  header .top-header .container .search-sec {
    display: none;
  }
  header .navbar-toggler {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  :root, body {
    overflow-x: hidden !important;
  }
  .table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .footer {
    padding: 60px 0px 0px 0px;
  }
  .footer .footer-card {
    padding-top: 40px;
  }
  .footer .footer-card .footer-head h3 {
    font-size: 20px;
  }
  .footer .footer-card .footer-logo {
    margin-top: 0px;
  }
  .tab-content-part h3 {
    font-size: 26px;
  }
  .sidebar {
    padding: 20px 15px;
    margin-bottom: 30px;
  }
  .sidebar #pills-tab {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: scroll;
    flex-direction: row !important;
    margin-bottom: 0px !important;
  }
  .sidebar li {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0px;
    margin-right: 15px;
    flex: 0 0 auto;
  }
  .sidebar li:nth-last-of-type(1) {
    margin-right: 0px;
  }
  .h-tab-content .img-part {
    width: 100%;
    padding: 0px 0px 30px 0px;
  }
  .modal-body .img-part {
    width: 100%;
    padding: 0px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 576px) {
  .modal-dialog {
    max-width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .hero-banner .owl-nav {
    position: static;
  }
  .hero-banner .row .text-part {
    padding: 30px;
  }
  .hero-banner .row .text-part strong {
    font-size: var(--size-32);
  }
  .hero-banner .row .text-part p {
    font-size: var(--size-14);
    line-height: 30px;
    margin: 20px 0px;
  }
  .hero-banner .row .img-part img {
    width: 100%;
    height: 270px;
  }
  .man-head h2 {
    font-size: var(--size-32);
  }
  .cronic-factor-sec h2 {
    margin-bottom: 35px;
  }
  .cronic-factor-card h3 {
    font-size: var(--size-24);
  }
  .footer .footer-head {
    padding: 15px 30px;
  }
  .footer .footer-head h3 {
    font-size: var(--size-16);
  }
  .footer .footer-card strong {
    font-size: var(--size-24);
  }
  .inner-banner .text-part .breadcrumb {
    font-size: var(--size-14);
  }
  .inner-banner .text-part h1 {
    font-size: var(--size-32);
  }
}
@media screen and (max-width: 320px) {
  p {
    font-size: var(--size-12);
  }
}/*# sourceMappingURL=responsive.css.map */