
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Ovo&display=swap');

@font-face {
  font-family: "Graphik";
  src: url("../fonts/graphik/Graphik-Light.woff2") format("woff2"),
    url("../fonts/graphik/Graphik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;

}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/graphik/Graphik-RegularItalic.woff2") format("woff2"),
    url("../fonts/graphik/Graphik-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/graphik/Graphik-MediumItalic.woff2") format("woff2"),
    url("../fonts/graphik/Graphik-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/graphik/Graphik-BoldItalic.woff2") format("woff2"),
    url("../fonts/graphik/Graphik-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/graphik/Graphik-LightItalic.woff2") format("woff2"),
    url("../fonts/graphik/Graphik-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/graphik/Graphik-ExtralightItalic.woff2") format("woff2"),
    url("../fonts/graphik/Graphik-ExtralightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/graphik/Graphik-Regular.woff2") format("woff2"),
    url("../fonts/graphik/Graphik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/graphik/Graphik-Medium.woff2") format("woff2"),
    url("../fonts/graphik/Graphik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/graphik/Graphik-Extralight.woff2") format("woff2"),
    url("../fonts/graphik/Graphik-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/graphik/Graphik-ThinItalic.woff2") format("woff2"),
    url("../fonts/graphik/Graphik-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Graphik Super";
  src: url("../fonts/graphik/Graphik-Super.woff2") format("woff2"),
    url("../fonts/graphik/Graphik-Super.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/graphik/Graphik-Thin.woff2") format("woff2"),
    url("../fonts/graphik/Graphik-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/graphik/Graphik-Black.woff2") format("woff2"),
    url("../fonts/graphik/Graphik-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/graphik/Graphik-Semibold.woff2") format("woff2"),
    url("../fonts/graphik/Graphik-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik Super";
  src: url("../fonts/graphik/Graphik-SuperItalic.woff2") format("woff2"),
    url("../fonts/graphik/Graphik-SuperItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/graphik/Graphik-SemiboldItalic.woff2") format("woff2"),
    url("../fonts/graphik/Graphik-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/graphik/Graphik-BlackItalic.woff2") format("woff2"),
    url("../fonts/graphik/Graphik-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/graphik/Graphik-Bold.woff2") format("woff2"),
    url("../fonts/graphik/Graphik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
    --dark: #000000;
    --black: #364153;
    --theme: #E2AE69;
    --primary: #172333;
    --white: #ffffff;
    --gray: rgb(93 93 93 / 5%);
}

body{
     font-family: "Inter", sans-serif;
    font-weight: 500;
    letter-spacing: .3px;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    background: 0 0;
    font-weight: 400;
    line-height: 1.2em
}

h1 {
    font-size: 5.5rem;
    color: var(--primary);
    font-family: "Ovo", serif;
}

h2 {
    font-size: 48px;
    color: var(--primary);
    font-family: "Ovo", serif;
    margin-bottom: 20px;
    font-weight: 500 !important;
}

h3 {
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Ovo", serif;
}

h4 {
    font-size: 2.8rem;
        font-family: "Ovo", serif;
}

h5 {
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Ovo", serif;
}

h6 {
    font-size: 18px;
    color: var(--primary);
    font-weight: 500;
    line-height: 1.8rem;
    font-family: "Inter", serif;
}

h3,
h4,
h5 {
    text-transform: capitalize;
}

h2 {
    text-transform: capitalize;
}

h3::first-letter,
h4::first-letter,
h5::first-letter {
    text-transform: uppercase !important;
}
img{
  max-width: 100%;
}
.cookies-container {
    position: absolute;
    padding: 0;
    background-color: #172333;
    text-align: center;
    z-index: 9999;
    font-size: x-small;
    color: #fff;
    display: flex;
    align-items: baseline;
    font-weight: 300;
    top: 15px;
    right: 15px;
}
.cookies-container a {
    color: #e19c50;
}
.cookies-container button {
    padding: 2px 4px;
    font-size: x-small;
    background: none;
    border: 1px solid #e19c50 !important;
    color: #e19c50;
    margin-left: 6px;
    border-radius: 4px;
    font-weight: 400;
}
.cookies-container button:hover {
    background: #d0914d;
    color: #fff;
}
.banner-content h1 {
    font-family: 'Ovo', serif;
    font-size: 60px;
    line-height: 70px;
    color: var(--white);
    font-weight: 500;
    margin-bottom: 10px;
}
.banner-content .h12 {
    background: #005eb8;
    padding: 9px;
    line-height: 50px;
    margin-bottom: 20px;
}
.text-white{
    color: #FFFFFF !important;
}
button.btn.btn-primary.org-btn {
    background: #E2AE69;
    border: #E2AE69;
    font-weight: 700;
    margin-bottom: 20px;
}
.help-col {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.help-col .help-col-img {
    margin-right: 10px;
}
.help-col .help-col-sec h3 {
    margin: 0;
    font-weight: bolder;
    font-size: 15px;
}
h2.section-title {
    color: #0B1C2A;
    font-size: 48px;
    font-weight: 500;
    line-height: 52px;
    text-align: left;
    margin-bottom: 20px;
}
.section-caption.t-rec {
    text-transform: capitalize;
    margin-bottom: 60px;
    font-weight: 500;
}
p.more-link a {
    color: #E2AE69;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
p.more-link a:hover {
    color: #172333;
}
.help-col .help-col-sec p {
    margin: 0;
}
.banner-content .h12 span {
    background: #fff;
    color: #005eb8;
    font-style: italic;
    padding: 0 10px;
    line-height: 15px !important;
    font-weight: 900;
}

  .nav-menu {
    display: flex;
    justify-content: end;
    flex-direction: column;
    color: #fff;
}
.nav-menu ul li a {
    color: #fff;
    padding: 10px 12px !important;
    font-size: 13px;
    text-transform: capitalize;
}
.nav-menu ul li .dropdown-item {
    padding: 5px 20px !important;
    color: #000000;
    font-weight: 500;
    font-size: 13px;
  }
  .navbar-nav .dropdown-menu {
    position: static;
    border-radius: 5px !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color) !important;
    text-decoration: none;
    background-color: #172333 !important;
}
  .cookies-container.active {
    display: block;
  }

  .cookies-container p {
    display: inline-block;
    margin: 0;
    line-height: 1.5;
  }

  .cookies-container .btn {
    margin-top: 10px;
  }
span.orange-color {
    color: #E2AE69;
}
  .banner-section {
    position: relative;
    width: 100%;
    height: 450px;
    background: url('../img/home-banner.jpg') no-repeat top center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
  }
  .banner-section:before {
    background-color: rgb(23 35 51 / 90%) !important;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
  .banner-content {
    text-align: center;
    color: #fff;
    z-index: 1;
  }
  .logo img { max-width: 10rem;max-height:100px;}

  .navbar {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgb(23 35 51 / 90%) !important;
    padding: 0;
  }
  button.navbar-toggler {
    border: none;
}
  .choose-us p.section-caption.t-rec {
    margin-bottom: 10px;
    text-align: left;
    font-size: 15px;
    text-transform: initial;
}
.li-sec p.section-caption.t-rec {
    margin-bottom: 10px;
    text-align: left;
    color: #fff;
}
.help-col.num-sec h3 {
    font-weight: 600 !important;
    color: #E2AE69;
    font-size: 22px;
}
.help-col.num-sec .text-white {
    font-weight: 300;
    font-size: 13px;
    text-transform: capitalize;
}
.help-col.num-sec .more-link {
    color: #9B9B9B !important;
}
.br-12 {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    border-bottom: 1px solid #284258;
    padding: 10px 0;
    width: 100%;
}
  .section-title {
    text-align: center;
  }
  section.section {
    padding: 50px 0;
}
a:hover span.icon-arrow svg path {
    stroke: #172333 !important;
}
  .section-caption {
    text-align: center;
  }
  .m-30 {
    margin-top: 30px;
}
.m-t-20 {
  margin-top: 20px;
}
.f-s {
  font-size: 11px;
  font-weight: 100;
  display: flex;
  align-items: center;
}
ul.f-mi {
  padding: 0;
  margin-bottom: 0;
}
ul.f-mi li {
  list-style: none;
  display: inline;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 100;
}
ul.f-mi li a {
  color: inherit;
  text-decoration: none;
}
.ftt-xt {
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.dat-12 span {
    color: #E2AE69;
    font-weight: 800;
}
.dat-12 {
    text-transform: capitalize;
}
  .column-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .column {
    width: 25%;
    padding: 15px;
    box-sizing: border-box;
  }

  .column img {
    width: 100%;
    height: auto;
  }

  .column h3 {
    margin-top: 20px;
  }
.gr-bg  {
    background: #FAFAFA;
}
.bl-bg {
    background: url(../img/bl-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
  .column p {
    margin-bottom: 20px;
  }
  .cont-i p a {
    color: #E2AE69;
    margin-right: 10px;
    text-decoration: none;
}
.cont-i p a img {
  margin-right: 5px;
  max-width: 20px;
}
.p-20{padding: 20px;}
.p-30{padding: 30px;}
.bl-lt-bg{    background: #F0F8FF;border-radius: 6px;}
.t-tr-up{text-transform: uppercase !important;}
.t-tr-cp {
  text-transform: capitalize !important;
}
.f-w-600{font-weight: 600 !important;}
.min-title {
    font-weight: 600;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: var(--primary);
}
  .dk .card {
    margin: 15px;
    border: none;
    box-shadow: 1px 1px 7px #ccc;
    border-radius: 10px !important;
    padding:15px;
    padding-top: 30px;
}
p.card-text {
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
}

.t-l {

  position: absolute;
  top: -10px;
}
.t-l img {
  max-width: 30px;
}
.card.br-12 .card-body {
  text-align: justify;
  padding-left: 10px !important;
  font-size: 14px;
  padding: 0;
}
.card.br-12 .card-body .card-title {
  font-weight: 600;
  font-size: 16px;
}
.t-img img {
  min-width: 50px;
  max-width: 50px;
  object-fit: cover;
  border-radius: 50% !important;
  height: 50px;
}
 .p-5p{padding: 5px;}
 .carousel-indicators {
  position: relative !important;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  /* margin-right: 15%; */
  margin-bottom: 1rem;
  /* margin-left: 15%; */
  width: 25%;
  margin: 20px auto;
}
.bg-transparent {
  --bs-bg-opacity: 0;
  background-color: #E2AE69 !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon
{
  display: inline-block;
  width: 1.5rem;
  height: 1.3rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: -8px;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 15%; */
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1;
  transition: opacity .15s ease;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.carousel-indicators .active {
  opacity: 1 !important;
  background-color: #E2AE69 !important;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 24px;
  height: 6px;
  padding: 0;
  margin-right: 10px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #4D4D4D4D;
  background-clip: border-box;
  border: 0;
  border-top: 10px solid transparent;
  /* border-bottom: 10px solid transparent; */
  opacity: .5;
  transition: opacity .6s ease;
  border-radius: 13px !important;
  overflow: hidden;
}
.ftt-xt .f-tt {
  font-weight: 700;
  font-size: 16px;
  color: #ffffffde;
  margin-bottom: 10px;
}
.ftt-xt p a {
  color: #fff !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0 !important;
}
.ftt-xt p {
  margin-bottom: 10px;
}
.dat-12 span a {
  color: inherit;
  text-decoration: none;
  transition: all linear .3s;
}
.dat-12 span a:hover {
  color: #172333;
}
ul.dropdown-menu.show >li a:hover {
  color: #d9974f;
}
ul.dropdown-menu.show a {
  color: #172333;
  font-weight: 500;
  padding: 0 10px !important;
  margin-bottom: 10px;
}
ul.dropdown-menu.show li:last-child a {
  margin-bottom: 0;
}
.t-img {
    margin-right: 10px;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}
button.btn.btn-primary.org-btn:hover {
  background: #172333;
  border: #172333;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    content: "\002b";
    font-size: 20px;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    border: none;
    position: absolute;
    top: 1px;
    font-weight: 400;
}

/* Physiotherapy */
.banner-section.physio-banner {
    position: relative;
    width: 100%;
    height: 300px;
    background: url(../img/service-banner.jpg) no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: top;
}
.banner-section.podiatry-banner{
    position: relative;
    width: 100%;
    height: 300px;
    background: url(../img/service/bannerpodi.jpg) no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-section.diet-banner{
    position: relative;
    width: 100%;
    height: 300px;
    background: url(../img/service/bannerdiet.jpg) no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-section.occupational-banner{
    position: relative;
    width: 100%;
    height: 300px;
    background: url(../img/service/bannerimghp.jpg) no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-b {
    position: absolute;
    bottom: 0;
    /* background: #000; */
    width: 100%;
    background: rgba(12, 28, 42, 0.8);
}
ol.breadcrumb {
    margin: 0;
    padding: 20px 0;
}
li.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}
li.breadcrumb-item{
    font-size: 18px;
    font-weight: 500;
}
li.breadcrumb-item.active {
    color: rgb(255 255 255 / 81%);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 18px;
}
.breadcrumb-item+.breadcrumb-item::before {
  font-family: 'Material Icons';
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: rgb(255 255 255 / 75%);
}
.sp{
    color: #333;
    font-size: 18px !important;
    line-height: 1.8 !important;
    font-weight: 400;
    margin-bottom: 16px;
}
.section.fcp-benefits {
    background: #FAFAFA;
}
.fcp.bg-gray{
    background: #FAFAFA;
}
.bg-orange{
  background: #E2AE69;
}
.bg-gray {
    background: #0B1C2A0D !important;
}
.text-theme {
    color: #E2AE69 !important;
}
.quote h5 {
    font-family: "Ovo", sans-serif;
    font-size: 2rem;
    line-height: 3rem;
}
ul#pills-tab {
    background: #E8E8E8;
    padding: 6px;
    border-radius: 6px;
    display: inline-flex;
}
.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #E2AE69;
    border-radius: 6px !important;
}
.s-list li {
    font-size: 18px;
    color: #3B3B3B;
    font-weight: 400;
    list-style: none;
    display: flex;
    align-items: baseline;
    padding-bottom: 1rem;
}
.s-list{
  padding: 0;
  margin: 0;
}
.s-list li a{
    color: #E2AE69;
}
.s-list li img{
    width: 18px;
    height: 18px;
    position: relative;
    top: 5px;
    margin-right: 10px;
    object-fit: contain;
}
.bold {
    font-weight: 600;
    display: contents;
}
.work-list {
    position: relative;
    margin-top: 100px;
}
.work-list img {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 20px;
    top: -60px;
    background: #005EB8;
    padding: 20px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    object-fit: contain;
}
.w-content {
    background: #FAFAFA;
    padding: 20px;
    border-radius: 8px;
    height: 300px;
    padding-top: 50px;
}
.w-content.wch {
    height: 270px;
}
p.highly-skilled {
    font-size: 14px;
    font-weight: 600;
    background: #F0F8FF;
    padding: 15px;
    margin-top: 2rem;
}
.section.pcn {
    background: #f0f8ff;
}
.fcp-roadmap {
    background: #172333;
    color: #fff;
    border-radius: 10px;
    padding: 20px;
}
.media {
    display: flex;
    gap: 20px;
    align-items: center;
}
.media img{
    height: 100px;
    width:auto;
    object-fit: contain;
}
.section.good-job.pcn .media {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    min-height: 200px;
}
.column-2{
  column-count: 2;
}
p.blue-bg {
    background: #005EB8;
    padding: 10px;
}
.banner-section.contact-banner {
    position: relative;
    width: 100%;
    height: 300px;
    background: url(../img/contact-banner.jpg) no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-icon {
    background: #E2AE69;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    width: 40px;
    height: 40px;
    padding: 6px;
    display: grid;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.con-list {
    background: #FAFAFA;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}
.con-list h4 {
    font-size: 20px;
    font-weight: 500;
    color: #E2AE69;
}
.con-list a {
       color: var(--primary);
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.575rem 0.75rem;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 3px;
}
.section.clinic {
    background: #FAFAFA;
}
.clinic-list {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 15px;
}
.addresses {
  margin-top: 10px;
}
.addresses h4 {
    font-size: 16px;
    font-weight: 500;
}
.addresses p {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    min-height: 65px;
    gap:10px;
}
.addresses p img {
    height: 18px;
}
.addresses .btn.org-btn {
    background: #FF9E35;
    color: #fff;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}
.terms .sp {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0.5rem;
}
.work2 {
    background: url(../img/bl-bg.png);
}
.card.br-12 .card-body {
    text-align: justify;
    padding-left: 0 !important;
    min-height: 300px;
}
.footer .cont-i p a img{    filter: invert(1);}
.footer .cont-i p a {
      display: flex;
    align-items: center;
    margin-bottom: 5px;
    gap: 5px;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    transition: all .3s;
}
.work-img img {
    height: 100px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}
.career-list.card {
    background: #F0F8FF;
}
.card.career-list h4 {
    font-size: 20px;
    color: #172333;
    font-weight: 600;
    margin-bottom: 10px;
}
.btn.btn-primary.org-btn {
    background: #E2AE69;
    border: 1px solid #E2AE69;
    font-weight: 500;
    float: right;
}
.full-time {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.full-time img {
    width: auto;
    height: 17px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.banner-section.career-banner {
    position: relative;
    width: 100%;
    height: 300px;
    background: url(../img/career-banner.png) no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location ul {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
}
.location ul li {
    background: #E2AE69;
    border: #E2AE69;
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.location ul li img{
  height: 16px;
  width: auto;
  margin-right: 5px;
}
.career-list.card {
    background: #F0F8FF;
    border: none;
    margin-top: 30px;
}
.posted-date p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}
.posted-date p img{
    height: 16px;
  width: auto;
}
.main-career-content {
    padding-bottom: 20px;
    border-bottom: solid 1px #d9d5d5;
    margin-bottom: 30px;
}
.main-career-content p {
    color: #8d8d8d;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
}
.main-career-content h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.career-responsibilities ul{
  padding: 0;
}
.career-responsibilities ul li{
    font-size: 14px;
    font-weight: 500;
    list-style: none;
    padding-bottom: 15px;
}
.career-responsibilities h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.career-responsibilities p{
    font-size: 14px;
    font-weight: 500;
    list-style: none;
    margin-bottom: 15px;
}
.upload-career {
    background: #FAFAFA;
    padding: 50px 0;
    margin-top: 50px;
}
.form-control[type=file] {
    overflow: hidden;
    padding: 1rem 0.75rem;
}
.input-group .btn {
    position: relative;
    z-index: 2;
    background: #E2AE69;
    border: #E2AE69;
    padding: 1rem 0.75rem;
    width: 150px;
}
input.form-control {
    padding: 1rem 0.75rem;
    color:#000000 !important;
  font-size: 16px;
  font-weight: 500;
}
.upload-career button.btn.btn-primary.org-btn {
    background: #E2AE69;
    border: #E2AE69;
    font-weight: 700;
    padding: 1rem 2rem;
    width: 100%;
}
.form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: 1rem 0.75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    }
    ::file-selector-button {
  display: none;
}
    ::-webkit-file-upload-button {
   display: none;
}
label.input-group-text {
    background: #E2AE69;
    color: #FFFFFF;
    font-weight: 500;
}
.text-start.cont-i a {
    margin-bottom: 10px;
}
.social-wrapper a {
    display: flex !important;
    margin-bottom: 5px;
    align-items: center;
    gap: 5px;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    transition: all .3s;
}
.social-wrapper a:hover{
    color: var(--theme);
}
.footer .f-wt{
    font-size: 18px !important;
    line-height: 1.8 !important;
    font-weight: 400;
    margin-bottom: 16px;
}
.banner-section.about-banner {
    position: relative;
    width: 100%;
    height: 300px;
    background: url(../img/about-banner.jpg) no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-section.team-banner {
    position: relative;
    width: 100%;
    height: 300px;
    background: url(../img/banner-1.png) no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team {
    background: #FAFAFA;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 1px 1px 6px #e9e8e8;
}
.team-img {
    width: 180px;
    height: 180px;
    float: left;
    margin-right: 20px;
}
.team-img img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}
.team-head {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.t-Scat {
    font-weight: 500;
    font-style: italic;
}
.team-name .min-title {
    padding-bottom: 0;
}
.team-name p {
    color: #E2AE69;
    font-size: 18px;
    margin-bottom: 10px;
}
 .float-btn.whatsapp {
bottom: 2.5rem;
    right: 100px;
    background-color: #25d366;
      line-height: 55px;
}
    a.float-btn.call-us {
    right: 25px;
    bottom: 2.5rem;
    line-height: 46px;
   background-color: #0A7CFF;
}
   .float-btn.call-us svg {
    height: 50px;
    width: 28px;
}
  .float-btn.whatsapp svg {
    height: 36px;
    width: 36px;
}
   .float-btn {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 0;
    color: #fff;
    border-radius: 5rem;
    text-align: center;
    box-shadow: 0.2rem 0.2rem 0.3rem #091e3070;
    z-index: 100;
    display:flex;
     justify-content: center;
    align-items: center;
    text-align: center;
}
.help-col-img img {
    height: 40px;
}
h4.section-sub-title {
    color: var(--primary);
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Ovo", serif;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-50{
    margin-bottom: 50px;
}
.work-force.section {
    position:relative;
     background: url('../img/pattern-bg.png') ;
     background-position:center;
    padding: 80px 0;
}
.work-overlay{
        position: absolute;
    right: 0;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    width: 100%;
    color: #fff;
    text-align: center;
    height: 100%;
    background: linear-gradient(0deg, #E2AE69, #E2AE69);
}
.service-list a{
  text-decoration: none;
}
.service-img {
    height: 380px;
    width: 100%;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.service-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    transition: all .5s;
}
.service-list:hover .service-img img {
  transform: scale(1.2);
}
.service-body {
    position: absolute;
    bottom: 0;
    background: #0D1C2ABF;
    width: 100%;
    border-radius: 0 0 16px 16px;
    text-align: center;
    padding: 20px;
}
.service-body h5 {
    position: relative;
    font-size: 26px;
    font-family: "Ovo", serif;
    color: var(--white);
    text-transform: capitalize;
    padding-bottom: 6px;
    margin-top: 0;
}
a.btn.btn-more {
    color: #E2AE69;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    padding: 0;
    transition: all .5s;
}
a.btn.btn-more:hover{
  opacity: .8;
}
.chart img {
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
}
.footer {
  font-weight: 400;
  font-size: 14px;
}
.footer h6 {
    margin-bottom: 10px !important;
    color: #FFF0DF;
    font-family: "Ovo", serif;
    font-size: 26px;
    margin-bottom: 20px;
}
.footer .ftt-xt p a {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    transition: all .3s;
}
.footer .ftt-xt p a:hover{
    color: var(--theme) !important;
}
.footer .ftt-xt p {
  margin-bottom: 10px !important;
  font-size: 14px;
  font-weight: 400 !important;
}
.footer input {
  height: 50px !important;
}
.footer button.btn.btn-primary.org-btn {
  width: 100%;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #0B1C2A !important;
}
 table {
        border-collapse: collapse;
        border-radius: 30px;
        border-style: hidden; /* hide standard table (collapsed) border */
}
.table>thead {
    vertical-align: bottom;
    background: #f0f8ff;
}
.table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-accent-bg: #0B1C2A0D;
    color: var(--bs-table-striped-color);
    background: #f0f8ff;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #DF893D33;
    color: var(--bs-table-striped-color);
    background: #fff;
}
.table th {
    color: #3B3B3B !important;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 1rem 1.2rem;
    border: solid 5px #FFFFFF;
}
.table thead th {
    background: #E2AE69 !important;
    border: solid 5px #FFFFFF;
    color: #FFFFFF !important;
}
.table td{
    color: #3B3B3B !important;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 1rem 1.2rem;
    border: solid 5px #FFFFFF;
}
table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}  
table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
ul.s-list.box-list {
    display: flex;
    grid-gap: 20px;
    width: max-content;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.s-list.box-list li {
    background: linear-gradient(180deg, #FFEFE0 0%, #FFFFFF 100%);
    /* width: 30%; */
    color: #3B3B3B !important;
    padding: 20px;
    border-radius: 8px;
}
ul.s-list.common-list li {
    background: #FFFFFF;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
}
.expect-list {
    border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(11, 28, 42, 0.1) 0%, rgba(102, 102, 102, 0) 100%);
    background: #0B1C2A0D;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    min-height: 200px;
}
.expect-list img {
    height: 50px;
    margin-bottom: 20px;
}
img.round {
    border-radius: 12px;
}
img.round.benefit-pcn-img {
    height: 480px;
    width: 100%;
    object-fit: cover;
}
img.why-choose.round {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.high-qlty-img.round {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.round.podiatry-img1 {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.podiatry-img2.round{
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    height: 550px;
}
.podiatry-img3.round {
    width: 100%;
    object-fit: cover;
    height: 400px;
}
.podiatry-img4.round{
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    height: 350px;
}
.podiatry-img5.round {
    width: 100%;
    object-fit: cover;
    height: 400px;
}
.podiatry-img6.round {
    width: 100%;
    object-fit: cover;
    height: 550px;
}
.dietitian-img1 {
  width: 100%;
    object-fit: cover;
      height: 300px;
}
.dietitian-img2 {
  width: 100%;
    object-fit: cover;
      height: 600px;
}
.dietitian-img3 {
  width: 100%;
    object-fit: cover;
      height: 400px;
}
.dietitian-img4 {
  width: 100%;
    object-fit: cover;
        height: 400px;
}
.dietitian-img5 {
  width: 100%;
    object-fit: cover;
        height: 400px;
}
.occupational-img2 {
    height: 550px;
    width: 100%;
    object-fit: cover
}
.occupational-img3 {
    height: 450px;
    width: 100%;
    object-fit: cover
}
.occupational-img4 {
    height: 400px;
    width: 100%;
    object-fit: cover
}
.occupational-img5 {
    height: 400px;
    width: 100%;
    object-fit: cover
}
.occupational-img6 {
    height: 400px;
    width: 100%;
    object-fit: cover
}
.section.fcp.first-sec {
    position: relative;
}
.polygon-img {
    position: absolute;
    right: 0;
}
/* medium and up screens */
@media all and (min-width: 992px) {
    .navbar .dropdown-menu-end{ right:0; left: auto;  }
    .navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
    .navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
    .navbar .dropdown-menu.fade-up{ top:180%;  }
    .navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}
@media (min-width: 768px) {
  
  /*ul.navbar-nav.header-b {
    margin-top: 60px;
}*/
ul.navbar-nav.header-b li {
  font-weight: 500;
  padding: 0;
  font-size: 14px;
  position: relative;
}
ul.navbar-nav.header-b li.active a {
  color: #E2AE69;
}

ul.navbar-nav.header-b li:hover:after {
  background: #E2AE69;
}
ul.navbar-nav.header-b li.active:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #E2AE69;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active, 
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}
.blg-inner a {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 30px;
  }
  .blg-inner a:hover {
    color: #E2AE69;
}
p.blg-inner a img {
    width: 24px !important;
    height: 24px !important;
}
p.equipped-blog.testi-textb {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.b-name-fit {
    font-size: 12px;
    padding-bottom: 10px;
}
.injury-blog.b-seperate img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
    margin-bottom: 0;
}
a.cat-link {
    font-size: 16px;
    color: #e2ae69;
    text-decoration: none;
    border: solid 1px #e2ae69;
    background: #e2ae6912;
    padding: 8px 23px;
    font-weight: 400;
    border-radius: 3rem;
}
.injury-blog.b-seperate {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: rgb(0 0 0 / 2%) 0px 5px 15px;
    border: 1px solid #5555551f;
}
.blog-p{
    color: var(--primary);
    font-size: 18px !important;
    line-height: 1.8 !important;
    font-weight: 400;
    margin-bottom: 16px;
}
span.b-name {
    display: inline-flex;
    align-items: center;
    grid-gap: 0;
    padding-right: 24px;
    font-size: 18px;
    font-weight: 600;
    color: var(--theme);
    font-family: "Ovo", sans-serif;
}
.blog-content {
    background: #fff;
    box-shadow: 1px 1px 9px #f6f6f6;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #6c757d45;
}
.blog-recent.b-seperate {
    background: rgb(251 248 244);
    box-shadow: 1px 1px 9px #f6f6f6;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgb(226 174 105 / 35%);
}
.blog-content .sp {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 1rem;
}
.blog-content ul li{
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 1rem;
  padding-bottom: 0;
}
.blog-content strong {
    font-weight:500 !important;
}
ul.cat.recent_blogs_list {
    padding: 0;
    list-style: none;
}
.blog-content h5 {
    margin-bottom: 1rem;
}
p.det-inner {
    margin-bottom: 5px;
}
p.det-inner a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
ul.cat.recent_blogs_list li {
    padding-top: 15px;
    border-bottom: solid 1px #e2ae69;
    padding-bottom: 10px;
}
ul.cat.recent_blogs_list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
ul.navbar-nav.header-b.ms-auto ul.dropdown-menu.show {
  border: none;
  border-radius: 0;
  font-weight: 500;
  margin-top: 10px;
}
.navbar-nav.header-b.ms-auto ul.dropdown-menu.show li {
  font-weight: inherit;
  margin-bottom: 5px;
}
img.pcn-img {
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.cat-link-btns{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

@media all and (min-width: 1600px) {
.nav-menu ul li a {
    padding: 10px 20px !important;
    font-size: 14px;
}
.banner-content h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 70px;
}
.pe-lg-4 {
    padding-right: 2rem !important;
}
.ps-lg-4 {
    padding-left: 2rem !important;
}
h4.section-sub-title {
    font-size: 32px;
    line-height: 42px;
}
.banner-section{
    width: 100%;
    height: 600px;
 }
 .sp {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 1rem;
}
h2.section-title {
    font-size: 36px;
    line-height: 46px;
}
li.breadcrumb-item {
    font-size: 14px;
    font-weight: 500;
}
}

@media all and (min-width: 1920px) {
.nav-menu ul li a {
    padding: 10px 20px !important;
    font-size: 16px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px;
}
.banner-content h1 {
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
}
li.breadcrumb-item {
   font-size: 18px;
    font-weight: 500;
}
h4.section-sub-title {
    font-size: 36px;
    line-height: 40px;
}
.banner-section{
    width: 100%;
    height: 700px;
 }
 .sp {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 1rem;
}
h2.section-title {
    font-size: 48px;
    line-height: 52px;
}
.footer {
    font-size: 16px;
}
.footer .ftt-xt p {
    font-size: 16px;
}
.blog-p {
    font-size: 18px;
}
.blg-inner a {
    font-size: 20px;
}
span.b-name {
    font-size: 16px;
}
p.equipped-blog.testi-textb {
    font-size: 16px;
        font-weight: 400;
        line-height: 25px;
}
a.cat-link
 {
    font-size: 16px;
    padding: 8px 23px;
    border-radius: 3rem;
}
.nav-menu ul li .dropdown-item {
    font-size: 15px;
}
.s-list li {
    font-size: 18px;
    }
img.round.benefit-pcn-img {
    height: 550px;
    width: 100%;
    object-fit: cover;
}
.table th {
    font-size: 18px;
}
.table td {
    font-size: 18px;
}
.cookie-btn .btn.btn-primary.org-btn {
        font-size: 18px;
        padding: 25px 30px;
    }
}

@media all and (min-width: 2000px) {
.nav-menu ul li a {
    padding: 10px 25px !important;
    font-size: 18px;
}
.nav-menu ul li .dropdown-item {
    font-size: 18px;
}
li.breadcrumb-item {
    font-size: 20px;
    font-weight: 500;
}
.dropdown-toggle::after{
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    content: "\002b";
    font-size: 28px;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    border: none;
    position: absolute;
    top: -5px;
    font-weight: 400;
}
.banner-content h1 {
    font-weight: 600;
    font-size: 58px;
    line-height: 75px;
}
.solution-list.d-flex img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}
.s-list li img {
    width: 22px;
    height: 22px;
}
.table th {
    font-size: 22px;
    padding: 1.5rem 2rem;
}
.table td {
    font-size: 22px;
    padding: 1.5rem 2rem;
}
h6 {
    font-size: 22px;
}
h4.section-sub-title {
    font-size: 42px;
    line-height: 52px;
}
.banner-section{
    width: 100%;
    height: 800px;
 }
 .sp {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 1.2rem;
}
.s-list li {
    font-size: 22px;
    }
h2.section-title {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 30px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1650px;
}
.expect-list {
    min-height: 250px;
}
.mb-30 {
    margin-bottom: 50px;
}
.mb-20 {
    margin-bottom: 40px;
}
.footer {
    font-size: 20px;
}
.footer .ftt-xt p {
    font-size: 20px;
}
    p.equipped-blog.testi-textb {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        height: 110px;
    }

    .blog-p {
    font-size: 18px;
}
.blg-inner a {
    font-size: 22px;
}
span.b-name {
    font-size: 18px;
}
p.equipped-blog.testi-textb {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
a.cat-link
 {
    font-size: 18px;
    padding: 5px 15px;
    border-radius: 3rem;
}
.nav-menu ul li .dropdown-item {
    font-size: 18px;
}
img.why-choose.round {
    height: 650px;
    width: 100%;
    object-fit: cover;
}
img.high-qlty-img.round {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.podiatry-img6.round {
    width: 100%;
    object-fit: cover;
    height: 600px;
}
.occupational-img2 {
    height: 750px;
    width: 100%;
    object-fit: cover;
}
.podiatry-img4.round {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    height: 500px;
}
.occupational-img6 {
    height: 450px;
    width: 100%;
    object-fit: cover;
}
.dietitian-img1 {
    width: 100%;
    object-fit: cover;
    height: 400px;
}
.dietitian-img2 {
    height: 780px;
}
.dietitian-img5 {
    width: 100%;
    object-fit: cover;
    height: 600px;
}
.s-list li {
    padding-bottom: 1.2rem;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext {
    padding: 2rem .75rem;
}
.footer input {
    height: 70px !important;
}
}

@media all and (min-width: 3000px) {
.nav-menu ul li a {
    padding: 20px 40px !important;
    font-size: 24px;
}
    .dropdown-toggle::after {
        font-size: 40px;
        top: 10px;
        font-weight: 400;
    }
    li.breadcrumb-item {
    font-size: 24px;
    font-weight: 500;
}
.banner-content h1 {
    font-weight: 600;
    font-size: 80px;
    line-height: 100px;
}
h4.section-sub-title {
    font-size: 62px;
    line-height: 82px;
}
.banner-section{
    width: 100%;
    height: 1000px;
 }
 .sp {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 1.5rem;
}
.s-list li {
    font-size: 24px;
    }
h2.section-title {
    font-size: 60px;
    line-height: 80px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 2300px;
}
.mb-30 {
    margin-bottom: 60px;
}
.mb-20 {
    margin-bottom: 40px;
}
.footer {
    font-size: 24px;
}
.footer .ftt-xt p {
    font-size: 24px;
}
}

@media all and (max-width: 1600px) {
    .dropdown-toggle::after {
        top: 0px;
    }
}

@media all and (max-width: 1440px) {
    .injury-blog.b-seperate {
        height: stretch;
    }
    .dropdown-toggle::after {
        top: -1.6px;
    }
}

@media all and (max-width: 1400px) {
.blg-inner a {
    font-size: 16px;
    font-weight: 600;
}
.pcn-img{
    margin-bottom: 20px;
}
}

@media (max-width: 991px) {
.service-list {
    margin-bottom: 20px;
}
.section.fcp.first-sec {
    position: relative;
}
.column-reverse{
  flex-direction: column-reverse;
}
img.why-choose.round {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.quote {
    margin-top: 30px;
}
.expect-list {
    margin-bottom: 20px;
}
.polygon-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.polygon-img img {
    opacity: .4;
}
}

@media (max-width: 767px) {
  .banner-content .h12 {
    background: #005eb8;
    padding: 0px;
    line-height: 70px;
}
ul.navbar-nav.header-b.ms-auto ul.dropdown-menu.show {
    border: none;
    border-radius: 0;
    font-weight: 500;
    margin-top: 10px;
    max-width: 350px;
}
ul.dropdown-menu.show a {
    color: #172333;
    font-weight: 500;
    padding: 0 10px !important;
    margin-bottom: 10px;
    white-space: break-spaces;
}
.dat-12 {
  text-transform: capitalize;
  padding: 15px;
}
.section-caption.t-rec {
    margin-bottom: 20px;
}
.banner-section{height: 360px;padding: 10px;}
div#navbarNav {
  text-align: left;
  justify-content: start;
}
.nav-pills .nav-link {
    width: 100%;
    text-align: left;
}
.nav-menu {
  display: flex;
  justify-content: start;
  flex-direction: row;
  color: #fff;
  text-align: left !important;
}
ul.navbar-nav.header-b {
  width: 100%;
}
.logo img {
  max-width: 6rem;
}
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
  .s-list.box-list li {
    width: 100%;
}
.podiatry-img6.round {
    height: auto;
}
  .help-section .help-col {
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    background: #fff;
    box-shadow: 5px 6px 8px #f1f1f1;
    margin-right: 3px;
    border-radius: 10px;
    border: 1px solid #df893d75;
    padding: 10px;
}
.help-col {
  margin-bottom: 20px;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
}
.help-col.num-sec h3 {
  justify-content: start;
  font-size: 25px;
}
.help-col.num-sec {
  text-align: left;
}
.help-col.num-sec .help-col-img {
  margin-right: 10px;
}
.cont-i p a {
  color: #E2AE69;
  margin-right: 10px;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.help-col .help-col-sec h3 {
    margin: 0;
    font-weight: bolder;
    font-size: 15px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
  .help-col .help-col-img {
    margin-right: 0;
}
.banner-content h1 {
    font-size: 38px;
    line-height: 50px;
}
section.section {
    padding: 40px 0;
}
.card.br-12 .card-body {
    min-height: auto;
}
ul.f-mi li {
    padding-left: 0;
    }
    .w-content {
    padding: 30px 20px;
    height: auto;
}
.fcp-roadmap img {
    padding-bottom: 15px;
}
.media img {
    height: auto;
    width: 50px;
}
.column-2 {
    column-count: 1;
}
p.highly-skilled {
    margin-top: 0;
}
.ftt-xt {
    padding-top: 15px;
}
.section.fcp-benefits .row {
    flex-direction: column-reverse;
}
.location ul {
    list-style: none;
    display: block;
    gap: 20px;
    padding: 0;
}
.card.career-list .d-flex {
    display: block !important;
}
.location ul li {
    margin-bottom: 10px;
}
    .quote h5 {
        font-family: "Inter", sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 33px;
        margin-bottom: 20px;
    }
    .cookiepolicy .cookie-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        flex-direction: column;
        margin-top: 10px;
    }
    .cookiepolicy .btn-new {
        padding: 19px 17px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    h2.section-title {
        font-size: 30px;
        line-height: 40px;
    }
    .work-force.section {
        padding: 60px 0;
    }   
    .gr-bg h2.section-title {
        font-size: 30px;
        line-height: 40px;
        margin-top: 20px;
    }
    ol.breadcrumb {
        margin: 0;
        padding: 20px 20px;
    }
    h4 {
        font-size: 30px;
        font-family: "Ovo", serif;
    }
    .blog-content ul li {
        padding-bottom: 0;
        color: #333;
        font-size: 18px !important;
        line-height: 1.8 !important;
        font-weight: 400;
        margin-bottom: 16px;
    }
    .blog-content {
        margin-bottom: 20px;
    }
}





.form-control::placeholder {
    color: #000 !important;
}
.form-floating > .form-control::placeholder {
    color: transparent !important;
}

.form-floating > label {
    color: #666 !important;
    text-shadow: none !important;
}
 
.breadcrumb-sm .service-b {
    position: relative;
    bottom: 0;
    width: 100%;
    background: rgb(12 28 42);
}
.breadcrumb-sm ol.breadcrumb {
    justify-content: left;
}
.breadcrumb-sm .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 10px !important;
    padding-left: 10px;
    position: relative;
    top: -2px;
    color: white;
    content: var(--bs-breadcrumb-divider, "/");
}