@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import './../components/header/header.css';
@import './../components/top-header/top-header.css';
@import './theme.css';
@import './../components/btn/btn.css';
@import './../../vendor/css/swiper-bundle.min.css';
@import './../components/footer/footer.css';
@import './../components/home/home.css';
@import './../components/our-services/our-services.css';
.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: italic;
}

:root {
  font-size: 62.5%;
}

* {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.height {
  height: auto !important;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: "Poppins", serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #464646;
  line-height: 30px;
  font-weight: 400;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
  background: none;
  border: 0;
}

label {
  display: inline-block;
}

input:focus,
input:active {
  outline: 0;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100vh !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 1399px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-0 {
  margin-left: 0px !important;
}

li {
  list-style: none;
}

.li-st-dc {
  list-style-type: disc;
}

.border-none {
  border-bottom: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none;
}

.text-underline {
  text-decoration: underline !important;
}

.section-padding-top {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .section-padding-top {
    padding-top: 70px;
  }
}
.section-padding-top--50 {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .section-padding-top--50 {
    padding-top: 50px;
  }
}

.section-padding-bottom {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .section-padding-bottom {
    padding-bottom: 70px;
  }
}

.title {
  font-size: 24px;
  color: #494522;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
  padding: 0;
}
.title--text-black {
  color: #000;
  font-size: 18px;
}
@media (min-width: 992px) {
  .title--text-black {
    font-size: 22px !important;
  }
}
@media (min-width: 992px) {
  .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

.italic {
  font-style: italic;
}

.m-auto {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

/* Style the scrollbar track (background) */
::-webkit-scrollbar {
  width: 12px;
  /* Width of the vertical scrollbar */
  height: 12px;
  /* Height of the horizontal scrollbar */
}

::-webkit-scrollbar-thumb {
  background-color: #ffcd08;
  border-radius: 6px;
  border: 3px solid transparent;
  background-clip: padding-box;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 6px;
}

.banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: left;
  height: 200px;
  background-color: #007aff;
}
@media (min-width: 768px) {
  .banner {
    height: 300px;
  }
}
.banner--pricing-banner {
  background-image: url(./../../../assets/images/page-banners/pricing.jpg);
}
.banner--about-banner {
  background-image: url(./../../../assets/images/page-banners/about.jpg);
}
.banner--faq-banner {
  background-image: url(./../../../assets/images/page-banners/faq.jpg);
}
.banner--patients-banner {
  background-image: url(./../../../assets/images/page-banners/patients.jpg);
}
.banner--contact-banner {
  background-image: url(./../../../assets/images/page-banners/contact.jpg);
}
.banner--our-team-banner {
  background-image: url(./../../../assets/images/page-banners/our-team.jpg);
}
.banner--privacy-policy-banner {
  background-image: url(./../../../assets/images/page-banners/privacy-policy.jpg);
}
.banner--terms-and-condition-banner {
  background-image: url(./../../../assets/images/page-banners/terms-and-condition.jpg);
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.23);
  z-index: 1;
}
.banner--bgColor {
  height: 160px;
}
@media (min-width: 768px) {
  .banner--bgColor {
    height: 200px;
  }
}
.banner .banner-title {
  position: relative;
  z-index: 2;
}
.banner .banner-title h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-shadow: 1px 1px 2px black;
}
@media (min-width: 768px) {
  .banner .banner-title h3 {
    font-size: 50px;
  }
}
.banner .banner-title p {
  font-size: 14px;
  color: #fff;
}
@media (min-width: 768px) {
  .banner .banner-title p {
    font-size: 18px;
    line-height: 18px;
  }
}

.link {
  color: #007aff !important;
}

.list-item {
  margin-left: 20px;
  margin-top: 20px;
  text-align: left;
}
.list-item li {
  font-size: 16px;
  color: #464646;
  font-weight: 400;
  list-style: disc;
}
.list-item .sub-list {
  margin: 10px 0px 10px 20px;
}

.hidden {
  display: none !important;
}

.border-bottom {
  position: relative;
}
.border-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  margin: auto;
  height: 5px;
  width: 80px;
  border-radius: 3px;
  background-color: #ffcd08;
  bottom: -12px;
}

.border-bottom-center {
  position: relative;
}
.border-bottom-center::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 5px;
  width: 80px;
  border-radius: 3px;
  background-color: #ffcd08;
  bottom: -12px;
}

.read-more {
  color: #ff8c00;
  font-size: 16px;
  font-weight: 600;
}

.text-justify {
  text-align: justify;
}

.w-100 {
  width: 100%;
}

.abouts-title {
  font-size: 30px;
  color: #494522;
}

.text-left {
  text-align: left !important;
}

.border-b {
  border-bottom: 2px solid #ffcd08;
}

.w-400 {
  width: 400px !important;
}

.main-banner-overlay {
  height: 250px;
  width: 100%;
  background-color: #494522;
  display: flex;
  align-items: center;
}
.main-banner-overlay .banners-title {
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.main-banner-overlay .banner-root {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.main-banner-overlay .banner-root .banner-root-title {
  color: #fff;
}
.main-banner-overlay .banner-root .banner-root-subtitle {
  color: #ffcd08;
}

.w-16 {
  width: 16px;
}/*# sourceMappingURL=common.css.map */