@font-face {
  font-family: 'Manier';
  src: url('fonts/Manier.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url('fonts/Poppins-Bold.ttf') format('truetype');
}

:root {
  --primary-color: #1C3B80;

  --secondary-color: #FDD65B;
}
* {
  margin: 0;
  padding: 0;
  /* font-family: 'Poppins'; */
}
html {
  scroll-behavior: smooth;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

footer {
  margin-top: auto;
}
b, strong, .font-weight-bold {
  /* font-family: 'Poppins-Bold'; */
}
.btn-sec{
  background-color: var(--pry-color);
  color: #fff;
  border-radius: 30px;
}
@media screen and (min-width:1100px) {
  .containerr {
    max-width: 1100px;
  }
}
@media screen and (min-width:1200px) {
  .containerr {
    max-width: 1200px;
  }
}
@media screen and (min-width:1300px) {
  .containerr {
    max-width: 1250px;
  }
}
@media screen and (min-width:1400px) {
  .containerr {
    max-width: 1400px;
  }
}
.top-banner {
  border: 2px solid var(--pry-color);
  padding: 15px;
  border-radius: 5px;
  margin: 15px 0;
}
.top-banner img {
  margin-top: 2px;
}

.bg-gry-call {
  background: #f2f2f2;
  color: #000000;
}
.bg-pry {
  background-color: var(--primary-color);
  color: #F9F5E8;
}
.bg-cream {
  background-color: #F9F5E8;
  /* color: #502753; */
}
.text-red {
  color: #9f0303;
}
#vitalsNav .nav-item {
  margin-left: 20px;
}
#vitalsNav .nav-link {
  border-bottom: 1px solid transparent;
}
#vitalsNav .nav-link:hover {
  border-color: var(--pry-color);
  color: #000000;
  transition: .3s;
}
.title, .title > * {
  font-family: 'Manier' !important;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 75px;
}
.subtitle, .subtitle > *, .sub, .sub > * {
  font-family: 'Manier';
  font-style: normal;
  font-weight: 500;
  font-size: 66px;
  line-height: 72px;
}
.secondary-title {
  font-family: 'Manier';
  font-style: normal;
  font-weight: 500;
  font-size: 53px;
  line-height: 62px;
}
.light-title {
  color: var(--primary-color);
}
.heading {
  font-family: 'Manier';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 60px;
}
.line {
  border-color: var(--primary-color);
  margin: 10px 0 20px;
}
.landing {
  padding: 80px 15px 100px;
}
.call-card {
  background-color: var(--primary-color);
  padding: 20px 40px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 100px 80px rgba(76, 97, 110, 0.07), 0px 41.7776px 33.4221px rgba(76, 97, 110, 0.030149), 0px 22.3363px 17.869px rgba(76, 97, 110, 0.0134937), 0px 12.5216px 10.0172px rgba(76, 97, 110, 0.00523753), 0px 6.6501px 5.32008px rgba(76, 97, 110, 0.00118705);
}
.call-card.bg-white * {
  color: #000;
}
.call-card *, .bg-pry * {
  color: #fff;
}
.call-card h4 {
  font-family: 'Manier';
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 50px;
}
.call-card.with-kit-image {
  margin-bottom: 190px;
  min-height: 240px;
}
.call-card .kit-image {
  position: absolute;
  left: 50%;
  bottom: -210px;
  transform: translateX(-50%);
}
.call-card .kit-image img {
  height: 320px;
}
.call-card .btn, .call-card .btn * {
  color: var(--primary-color);
}
.perks, .eligible {
  padding: 80px 0;
}
.perks p {
  max-width: 85%;
}
.nums {
  height: 35px;
  width: 35px;
  line-height: 0px;
  font-size: 20px;
  color: var(--primary-color);
  background-color: var(--secondary-color);
  border-radius: 100%;
  display: grid;
  place-items:center;
}
.subheading {
  font-family: 'Manier';
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
}
.img-1 {
  position: relative;
  background: #F9F5E8;
  max-width: 370px;
  height: 400px;
  display: grid;
  place-items: center;
  border-radius: 10px;
}
.img-2 {
  position: relative;
  max-width: 250px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  margin-left: 30px;
}
.img-1 img, .img-2 img {
  width: 100%;
  object-fit: contain;
}
.img-1 .nums, .img-2 .nums {
  position: absolute;
  bottom: -15px;
}
.eligible-list {
  list-style: none;
}
.eligible-list li {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.patients {
  margin-top: -20px;
}
.patients * {
  color: #fff;
}
.patients h5 {
  font-size: 17px;
}
.person-1 {
  background-image: url('/img/hv/lena_michael.png');
  background-size: cover;
  background-position: bottom;
  height: 350px;
  width: 250px;
  position: relative;
  margin-top: 60px;
  margin-right: 30px;
}
.person-2 {
  background-image: url('/img/hv/irene.png');
  background-size: cover;
  background-position: bottom;
  height: 500px;
  width: 250px;
  position: relative;
}
.person-3 {
  background-image: url('/img/hv/odegard.png');
  background-size: cover;
  background-position: bottom;
  height: 225px;
  width: 400px;
  position: relative;
  margin-top: 30px;
}
.person-1 > div, .person-2 > div, .person-3 > div {
  position: absolute;
  bottom: 0;
  padding: 12px;
}
.kit-holder {
  background: #F9F5E8;
  width: 98%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  margin-bottom: 30px;
}
.kit-details {
    width: 40%;
}
.kit-holder h5 {
  line-height: 32px;
}
.kit-holder .img-holder {
  height: 130px;
  width: 130px;
  margin-right: 50px;
}
.kit-holder .img-holder img{
  height: 130px;
  width: 130px;
  object-fit: contain;
}
.call {
  background-image: url('/img/hv/call.png');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #fff;
  display: grid;
  place-items:center;
  padding: 200px 0 80px;
  border: none;
}
.call * {
  color: #000000;
}
.call .text-center {
  width: 40%;
}
.call .btn {
  width: 60%;
}
.call .note {
  width: 50%;
}
.call .note p {
  opacity: 0.55;
  font-size: 15px;
  line-height: 30px;
  margin-top: 50px;
}
.call a, .call-light a {
  font-size: 1rem;
  color: #000;
  font-weight: 900;
}

.flex-ffooter {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.flex-ffooter * {
  color: #fff;
}
.flex-ffooter .info {
  width: 30%;
}
.flex-ffooter ul {
  list-style: none;
}
.flex-ffooter ul li:not(:last-child){
  margin-bottom: 30px;
}
.flex-ffooter a,
.flex-ffooter a:hover{
  color: #fff;
}
.flex-ffooter p {
  font-size: 15px;
  line-height: 30px;
}
.mobile {
  display: none;
}
.center {
  display: grid;
  place-items: center;
}
.mcp-call {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.mcp-call .profile-photo {
  margin-right: 30px;
  height: 90px;
  text-align: center;
}
.mcp-call .profile-photo-containerr {
  position: relative;
  height: 100px;
  width: 100px;
}
.mcp-call .profile-photo .photo {
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  width: 100px;
  margin-bottom: 15px;
  background: #333;
}
.mcp-call .profile-photo .online{
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: rgb(103, 238, 50);
  border: 2px solid #fff;
  top:10px;
  right: 3px;
}
.mcp-call .profile-photo .photo img{
  height: 100px;
  width: 100px;
  object-fit: contain;
}
.mcp-call .title {
  font-size: 20px;
  line-height: 32px;
  font-family: 'Poppins' !important;
  font-weight: bold;
  margin-bottom: 15px;
}
.mcp-call .profile-photo span {
  font-weight: bold;
  font-size: 14px;
}
#slotPickerModal {
  left: initial;
}
.slot-picker .calendar-nav {
  background-color: #fffcf1;
  border-radius: 5px;
}
.slot-picker .calendar-nav table thead tr th {
  background-color: #fffcf1;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--primary-color);
  padding-bottom: 10px;
}
.slot-picker table td .slot {
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #E8EAED;
  padding: 0;
  border-radius: 3px;
  color: #08415c;
  font-size: 14px;
  height: 26px;
  line-height: 24px;
  width: calc(100% - 16px);
  text-align: center;
  transition: 0.3s;
}
.slot-picker table td .slot:hover {
  transition: 0.3s;
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.slot-td.selected .slot {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.authed-picker[slot-picker] .slot-picker {
  border: 1px solid #fdf1c4;
}
@media screen and (max-width:1399px) {
  .xl-show {
    /* display: none; */
  }
  .title, .title > *, .sub, .sub > * {
    font-size: 58px;
    line-height: 58px;
    margin-bottom: 25px !important;
  }
  .landing {
    padding: 60px 15px;
  }
}
@media screen and (max-width:1299px) {
  .sub, .sub > * {
    font-size: 54px;
    line-height: 52px;
  }
  .subtitle, .subtitle > * {
    font-size: 43px;
    line-height: 52px;
  }
  .call-card h4 {
    font-size: 40px;
    line-height: 40px;
  }
  .call-card .kit-image img {
    height: 300px;
  }
  .btn-outline-pry {
    padding: 8px 20px;
    width: 100%;
  }
  .kit-holder h5 {
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (max-width:1199px) {
  .title, .title > * {
    font-size: 54px;
    line-height: 52px;
  }
  .sub, .sub > * {
    font-size: 50px;
    line-height: 52px;
  }
  .mcp-call {
    display: grid;
    place-items: center;
  }
  .mcp-call .profile-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    margin-right: 0;
  }
  .mcp-call .title {
    text-align: center;
    line-height: 28px;
  }
  .kit-details {
    width: 50%;
  }
  .call-card.with-kit-image {
    margin-bottom: 160px;
  }
  .call-card .kit-image {
    bottom: -160px;
  }
  .call {
    padding: 100px 0 40px;
  }
  .call .text-center, .call .note {
    width: 70%;
  }
  .flex-ffooter .info {
    width: 38%;
    margin-left: 20px;
  }
  .flex-ffooter > div {
    width: 20%;
  }
  .flex-ffooter > div:first-child {
    margin-right: 30px;
  }

  .person-1 {
    height: 280px;
    width: 200px;
    margin-right: 15px;
  }
  .person-2 {
    height: 385px;
    width: 200px;
  }
  .person-3 {
    height: 170px;
    width: 300px;
    margin-top: 30px;
  }
}
@media screen and (max-width:1099px) {
  .title, .title > * {
    font-size: 48px;
    line-height: 52px;
  }
  .call-card {
    align-self: flex-start;
  }
  .call-card h4 {
    font-size: 34px;
    line-height: 34px;
  }
  .sub, .sub > * {
    font-size: 45px;
    line-height: 45px;
  }
  .patients small {
    font-size: 12px;
  }
  .person-1 {
    height: 235px;
    width: 170px;
    margin-right: 15px;
  }
  .person-2 {
    height: 360px;
    width: 185px;
  }
  .person-3 {
    height: 170px;
    width: 300px;
    margin-top: 30px;
  }
}
@media screen and (max-width:991px) {
  .landing {
    padding: 40px 15px;
  }
  .landing .title {
    text-align: center;
  }
  .title, .title > * {
    font-size: 60px;
    line-height: 60px;
  }
  .call-card.with-kit-image {
    margin-bottom: 20px;
    min-height: auto;
  }
  .call-card.with-kit-image img {
    width: 40%;
  }
  .mobile {
    display: block;
  }
  .web {
    display: none;
  }
  .perks p {
    max-width: 100%;
  }
  .slider-image {
    height: 300px;
    width: 100%;
    object-fit: contain;
    background: var(--primary-color);
  }
  .patients small {
    font-size: 14px;
  }
  .kit-holder {
    width: 100%;
  }

  #kitSlider .carousel-indicators li {
    background-color: var(--primary-color);
    width: 7px;
    height: 7px;
    padding: 0;
    border-radius: 100%;
  }
  .img-1, .img-2 {
    max-width: 300px;
  }
  .flex-ffooter >div{
    width: 26%;
  }
  .flex-ffooter > div:first-child {
    width: 35%;
  }
  .flex-ffooter .info {
    width: 100%;
    margin-left: 20px;
  }
}
@media screen and (max-width:767px) {
  .title,  .title > * {
    font-size: 50px;
    line-height: 50px;
  }
  .flex-ffooter {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .flex-ffooter > div {
    width: 40%;
    margin-bottom: 20px;
  }
  .flex-ffooter > div:first-child {
    width: 90%;
  }
  .flex-ffooter .info {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
  .call-card {
    margin: 0 15px;
  }
}
@media screen and (max-width:575px) {

  .kit-holder {
    display: grid;
    place-items: center;
    padding: 15px;
  }
  .kit-details {
    width: 100%;
    margin-bottom: 40px;
  }
  .kit-holder .img-holder {
    margin-right: 0;
  }
  .mcp-call {
    display: grid;
    place-items: center;
  }
  .mcp-call .profile-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    margin-right: 0;
  }
  .mcp-call .title {
    text-align: center;
    line-height: 28px;
  }
  .title,  .title > * {
    font-size: 45px;
    line-height: 45px;
  }
  .call-card h4 {
    font-size: 32px;
    line-height: 34px;
  }
  .call-card.with-kit-image img {
    width: 70%;
  }
  .subtitle, .subtitle > * {
    font-size: 33px;
    line-height: 42px;
  }
  .heading {
    font-size: 24px;
    line-height: 40px;
  }
  .img-1, .img-2 {
    max-width: 250px;
  }
  .call .text-center, .call .note {
    width: 90%;
  }
  .flex-ffooter {
    display: block;
  }
  .flex-ffooter img {
    max-width: 60%;
  }
  .flex-ffooter > div:not(:last-child) {
    width: 90%;
    margin-bottom: 20px;
  }
  .flex-ffooter ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .landing {
    padding: 20px 15px;
  }
  .img-1 {
    height: 225px;
  }
  .navbar-brand img {
    height: 45px;
  }
}
@media screen and (max-width:425px) {
  .navbar-brand img{
    height:40px;
  }
  .title, .title > * {
    font-size: 38px;
    line-height: 40px;
  }
  .sub, .sub > * {
    font-size: 34px;
    line-height: 40px;
  }
}
