:root {

  /* the purpose of having font sizes as custom
  variables is to make it easier to change them
  for different screen sizes */
  --fs-14: 1.4rem;
  --fs-16: 1.6rem;
  --fs-18: 1.8rem;
  --fs-24: 2.4rem;
  --fs-32: 3.2rem;
  --fs-48: 4.8rem;
  --fs-64: 6.4rem;
  --fs-72: 7.2rem;
}


body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
}


.main-content {
  font-size: var(--fs-16);
  overflow-x: hidden;
}

button {
  outline: none;
}

h1 {
  font-size: var(--fs-32);
  font-weight: 700;
  line-height: 1.3;
  /* margin-bottom: 10%; */
}

h3{ 
  font-size: var(--fs-24);
  font-weight: 700;
}

h4
{
  font-size: var(--fs-18);
}

@media (max-width:576px) {
  .sec-5-card-button {
    position: relative;
    top: 10%;
  }
}
.prev-btn {
  border-radius: 0.8rem;
  border: none;
  padding: 1.5rem 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #0071EB;
  color: #fff;
  cursor: pointer;
}
.prev-btn:hover, .prev-btn:focus {
  background-color: hsl(211, 100%, 30%);
  color: #fff;
}

.submit-btn {
  margin-top: 2em;
  margin-bottom: 1em;
}

.prev-btn-primary {
  font-size: var(--fs-18);
  /* font-weight: 700; */
}

.prev-btn-outline {
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #0071EB;
  outline-offset: -1px;
  padding: 1.5rem 3rem;
  font-size: var(--fs-16);
  font-weight: 600;
  color: #0071EB;
}

.prev-btn-outline:hover, .prev-btn-outline:focus {
  background-color: #0071EB;
  color: #fff;
  outline: none;
}

.partner-logo {
  display: inline-block;
  margin-right: 5%;
  margin-top: 2%;
  width: 5%;
  vertical-align: top;
}

.ask-vaccine-logo {
  /* vertical-align: top; */
  width: 192.69px;
  margin-left: -15px;
}

.marketing-code-bg {
  background-color: #FAFAFA;
  color: #000;
  padding: 10px;
  width: 100%;
  text-align: center;
  /* margin: 5% -15px 0; */
  margin-top: 5%;
  font-size: var(--fs-16);
  font-weight: 600;
}

.doc-logo {
  border-left: 1px solid #000;
  display: inline-block;
  padding-left: 6%;
  width: 30vw;
}
.sec-1 {
  /* display: flex;
  justify-content: space-between; */
  width: 100%;
  background: url("images/Mother-carrying-baby.png");
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  /* min-height: 500px; */

  /* padding: 55px 128px; */

  position: relative;
}

.sec-1-logo{
  display: flex;
  flex-direction: row;
}

@media (max-width:576px) {
  .sec-1-h1 {
    font-size: 21px;
  }

  .sec-3-h1 {
    font-size: 18px;
  }

  .sec-1-p1 {
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
  }
  
  .sec-1-p2 {
    line-height: 0%;
  }

  .sec-1-mobile-button {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
  }

  .sec-2-pro-item {
    display: flex;
    flex-direction: column;
    /* padding-right: 10px; */
  }
}

.sec-1-bg {
  background: url("images/Mother-carrying-baby.png");
  /* width: 749.5px;
  height: 500px; */
  width: 100%;
  height: 50vw;
  display: none;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  /* margin-left: auto; */
  /* flex-shrink: 0; */
}

.sec-1-cont {
  /* position: absolute; */
  /* top: 0;
    left: 50px; */
  background-color: transparent;
  display: flex;
  max-width:63%;
  flex-direction: column;
  padding-block: min(7vh, 5.5rem);
  padding-inline: min(7vw, 12.5rem);
}

.sec-1-cont-p2 {
  margin-bottom: 2.0em;
}
.sec-1-partnership{
  /* padding-block: min(10vh, 7rem); */
  display: flex;
  /* flex-wrap: nowrap;
  gap: 2em; */
  align-items: center;
  max-width: 90%;
  flex-direction: column;
  margin-left : 30%;
}

.sec-1-partnership-flex{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.sec-1-partnership img {
  max-width: min(20%,10rem)
}

.sec-1-bank {
  margin-right: 22px;
  /* margin-top: 40px; */
  width: 95px;
}

/* create a vertical separator */
.sec-1-partnership-separator{
  display: block;
  width: 1px;
  height: 46px;
  background-color: #3C3C3C;
  margin-left: 1em;
  margin-right: 1em;
}

.sec-1-disclaimer { 

  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
}

.sec-2 {
  width: 100%;
  /* min-height: 586px; */
  /* display: flex;
  justify-content: center;
  flex-wrap: wrap; */
  /* align-items: center;
  justify-content: center;
  justify-items: center;
  align-items: center; */
  gap: 2em;
  /* flex-wrap: wrap; */
  background-color: #f1f4fa;
  /* padding: 75px 128px; */
  padding-block: min(7vh, 5.5rem);
  padding-inline: min(7vw, 12.5rem);
}

.sec-2-how-to {
  /* max-width: 50%; */

   /* max-width: 375px; */
  /* flex-shrink: 0; */
}
.sec-2 h1 {
  width: 90%;
}
.sec-2-how-to-note {
  font-size: var(--fs-14);
}

.sec-2-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* justify-content: space-between; */
  /* width: 100%; */
  /* align-items: start;
  align-content: center;
  justify-content: center; */
  /* justify-self: end; */
  width: 100%;
  margin-top: 5em;
  margin-bottom: 2em;
  gap: 1.5em;
  /* height: 500px; */
}

.sec-2-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(60, 60, 60, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap:1em;
  padding: 1.5em 1em;
  text-align: center;
  max-width: min(100%, 45vw);
  /* max-height: min(, 10em); */
  min-height: 12rem;
  font-size: var(--fs-18);
  font-weight: 700;
  /* width: calc(50% - 30px); */
}

.sec-2-card img {
  max-width: 100%;
  /* max-height: 20px; */
}

.sec-2-pros {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1em;
  text-align: center;
  font-size: var(--fs-16);
  font-weight: 700;
  /* justify-self: end; */
}
.sec-2-pro-item {
  display: flex;
  /* padding-right: 10px; */
}

.sec-2-pro-item img {
  max-height: 18px;
  padding-right: 4px;
  /* margin-right: 4px; */
}

.sec-2-cta {
  display: flex;
  min-width: 97%;
  flex-direction: row;
  gap:0.75em;
  align-items: center;
  text-align: center;
  /* grid-template-columns: 1fr min-content 1fr; */
  margin-top: 2em;
}

.sec-2-cta a, button{
  flex-grow: 1;
}


.sec-3 {
  width: 100%;
  /* max-height: 437px; */
  background-color: #ffffff;
  /* display: flex; */
  /* gap: 40px; */
  /* flex-wrap:wrap; */
  /* justify-content: space-between; */
  /* align-items: center; */
  /* padding: 75px 128px; */

  padding-block: min(7vh, 5.5rem);
  padding-inline: min(7vw, 12.5rem);
}
.sec-3-row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-3-cont {
  max-width: 55%;
  /* display: flex; */
  /* flex-grow: 0; */
}

.sec-3-vid-container{
  /* flex-grow: 0; */
  /* max-width: 40%; */
  /* max-width: 100%;
  min-width: max(40%, 350px);
  margin: 2em;
  position: relative;
  flex-grow: 1; */
  display: flex;
}


.sec-3-vid-thumb {
  width: 55%;
  margin-right: 3%;
  /* max-height: 100%; */
  /* object-fit: contain; */
  /* object-position: top; */
  /* display: none;
  top: 0;
  left: 0;
  cursor: pointer;
  position: relative;
  margin-inline:auto; */
}
.sec-3-vid-play-btn{
  position: absolute;
  top: 40%;
  left: 45%;
  max-width: 13%;
}

.sec-3-vid-video { 
  display: none;
  max-height: 100%;
}
.show {
  display: block;
}


.sec-4 {
  width: 100%;
  padding-block: min(7vh, 5.5rem);
  padding-inline: min(7vw, 12.5rem);
  min-height: 538px;
  background: #f1f4fa;
}

.swiper {
  width: 100%;
  padding: 3em 0 !important;
  /* height: 100%; */
}

.swiper-slide {
  /* text-align: center;
  font-size: 18px; */
  height: fit-content;
    max-width: 223px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.swiper-slide-image-container {
  max-width: 223px;
  height: 138px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
/* Line Stroke #D9E1E7 */
  border: 1px solid #D9E1E7;
  /* 1 */
  box-shadow: 0px 4px 6px rgba(60, 60, 60, 0.1);
  border-radius: 4px;
}

.swiper-slide-content h4{ 
  color: #0071EB;
  font-weight: 600;
  text-transform: uppercase;
}

.swiper-slide-content p{
  font-size: var(--fs-18);
  line-height: 28px;
  font-weight: 600;
}
.swiper-slide-image {
  /* object-fit:cover; */
  width: 110px;
}

.swiper-def-img{
  width: 180px;
}

.swiper-wrapper {
  height: unset !important;
}
/* .swiper-slide img {
  display: block;
  width: 100%;
  height: 50%;
  object-fit: cover;
} */

.swiper-pagination{
  bottom: 0 !important;
}

.swiper-button-prev, .swiper-button-next {
  top:35% !important;
}
.sec-5 {
  width: 100%;
  padding-block: min(7vh, 5.5rem);
  padding-inline: min(7vw, 12.5rem);
  /* min-height: 346px; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  background: #FFFFFF;
}

.sec-5 h3 {
  margin-bottom: 1rem;
}

.sec-5-card {
  /* height: 240px; */
  width: 100%;
  /* height: 350px; */
  box-shadow: 0px 4px 6px rgba(60, 60, 60, 0.1);
  border-radius: 8px;
  display: grid;
  position: relative;
  grid-template-rows: 50% 50%;
  /* align-items: flex-end; */
  background-color: #fce1bf;
  padding-right: 1em;
  overflow: hidden;
  position: relative;
}
.sec-5-card-footer {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  justify-content: space-between;
  cursor: pointer;
  /* justify-content: stretch; */
}

.sec-5-card-footer button { 
  width: 100%;
  /* margin-left: 2rem; */
  padding: 1em 0.5em;
  font-size: var(--fs-14);
  margin-bottom: 10%;
}

.sec-5-card-disclaimer { 
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5rem;
  font-size: 10px;
  z-index: 1;
}

.sec-5-card img {
  /* position: absolute; */
  /* bottom: 0;
  left: 0; */
  max-height: 100%;
  max-width: 50%;
  display:  block;
  align-self: flex-end;
}


.card-orange {
  background-color: #fce1bf;
}
.card-green {
  background-color: #bfead5;
}

.sec-5-card-content { 
  padding: 1rem 3rem;
}
.sec-5-card-image{
  /* align-self: end; */

  z-index: 1;
}

.sec-5-card-circle{
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.05;
  position:absolute;
  bottom: -20%;
  left: -17%;
}


.sec-6 {
  background-color: #fff;
  display: grid;
  grid-template-areas: 
  "content formo"
  "content formo"
  "cardo formo";
  width: 100%;
  padding-block: min(7vh, 5.5rem);
  padding-inline: min(7vw, 12.5rem);
  /* min-height: 600px; */

  /* grid-template-columns: 1fr 0.8fr; */
  gap: 1em;
}

.sec-6-content { 
  grid-area: content;
}

.sec-6-content a{ 
  color: #0071EB;
  text-decoration: underline;

  /* font-weight: 600; */
}

.sec-6-card {
  /* height: 240px; */
  box-shadow: 0px 4px 6px rgba(60, 60, 60, 0.1);
  border-radius: 8px;
  /* margin-top: 2em; */
  margin-bottom: 0;
  /* display: grid;   */
  /* grid-template-columns: 0.7fr 1fr; */
  background-color: #fce1bf;
  padding: 0.1em 1em 1em 1em;
  grid-area: cardo;
}

.sec-6-card a{ 
  text-decoration: underline;
  color: #0071EB;
}

.sec-6-form {
  grid-area: formo;
  /* align-self: end; */
  /* width:100%; */
  /* justify-self: stretch; */
  padding: 2rem 2rem;
}

.sec-6 label{
  display: block;
  color: #8D8D8D;
  margin-bottom: 0.5em;
  font-size: var(--fs-16);
}

.sec-6 .form-control{
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D9E1E7;
  border-radius: 8px;
  padding: 1.2rem;
}

.sec-6 .form-control-checkbox { 
  background: #FFFFFF;
  border: 1px solid #D9E1E7;
  border-radius: 8px;
  padding: 0.5em;
}
.form-group {
  margin-bottom: 1.5em;
}

.form-group-checkbox{
  display: flex;
  gap: 2em;
}
.sec-7 {
  padding-block: min(7vh, 5.5rem);
  padding-inline: min(7vw, 12.5rem);
  width: 100%;
}

.sec-7 p {
  /* word-break: break-all; */
  text-align: justify;
}
.faq-accordion {
  width: 100%;
  margin: 1.5rem auto;
}
.faq-accordion input {
  display: none;
}

.faq-accordion label {
  position: relative;
  cursor: pointer;
  display: block;
  margin-top: 10px;
  padding: 15px 16% 15px 20px;
  box-shadow: 0px 4px 6px rgba(105, 105, 105, 0.1);
  border-radius: 8px;
  background-color: #e9effd;
  font-weight: 600;
font-size: var(--fs-16);
color: #3C3C3C;
}


.faq-accordion .faq-accordion-content {
  /* border-radius:30px; */
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.3s;
  font-size: var(--fs-16);
}
.faq-accordion .faq-accordion-content p {
  padding: 10px;
}

/* (E) OPEN TAB ON CHECKED */
.faq-accordion input:checked ~ .faq-accordion-content {
  max-height: 100vh;
}

/* (F) EXTRA - ADD ARROW INDICATOR */
.faq-accordion label::after {
  /* content: "\002B"; */
  content: url("./images/prevnar/arrow-down.svg");
  color: #809FB8;

  display: block;
  font-size: 40px;
  font-weight: 100;
  right: 20px;
  position: absolute;
  top: 50%;
  transition: all 0.4s;
}
.faq-accordion input:checked ~ label::after {
  transform: rotate(180deg);
}

.sec-7-installment-container{
  /* padding-block: min(7vh, 5.5rem); */
  padding-inline: min(7vw, 20rem);
  text-align: center;
  margin: 5em auto 2em;

}

.sec-7-installment-images{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap:nowrap;
  margin-top: 3em;
  margin-bottom: 5em;
}

.sec-7-installment-images img { 
  /* flex-shrink: 1; */
  max-width: 30%;
}

.sec-7-abbreviations { 
  margin-top: 4em;
  font-size: var(--fs-16);

}
.sec-7-abbreviation {
  margin-bottom: 1em;
}

.sec-7-abbreviation:last-of-type {
  margin-bottom: 4em;
}

.sec-7-references p  {
  line-height: 1;
}

.sec-7-reference { 
  margin-bottom: 2em;  
}
/* 
.sec-7-reference:last-of-type {
  margin-bottom: 6em;
} */
.sec-7-reference a {
  /* text-decoration: underline; */
  color: #0071EB;
}

.prev-footer {
  color: #0071EB;
  margin-top: 2%;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 576px) {
  .prev-footer {
    text-align: left;
  }
}

@media (max-width: 1020px) {

  /* .sec-1,.sec-2, .sec-3, .sec-4, .sec-5, .sec-7 {
    padding: 0;
  } */
  .sec-1 {
    background: white;
    /* padding: 0; */
  }
  .sec-1-cont{
    background: white;
    max-width: 100%;
    /* padding: 5vw 2vw; */
  }
  .sec-1-bg {
    display: block;
  }

  .sec-1-partnership {
    gap: 5%;
  }
.sec-1-partnership img {
  max-width: 15vw;
}
.sec-1-partnership span {
  font-size: var(--fs-14);
}
  .sec-2-how-to {
    /* padding: 5vw 3vw; */

  }
  .sec-2-cta {
    flex-direction: column;
  }
  
  .sec-2-cards{ 
    margin-top: 2em;
  }

  .sec-2-card{ 
    font-size: var(--fs-14);
  }

  .sec-2-cta a {
    min-width: 90%;
  }
  
  .sec-3 {
    /* padding: 5vw 3vw; */
  
  }
  .sec-3 div {
    max-width: 100%;
  }
  .sec-3-row {
    flex-direction: column;
  }

  .sec-4, .sec-5 {
    /* padding: 5vw 3vw; */
  }

  .sec-6 {
    grid-template-areas: 
    "content content"
    "formo formo"
    "cardo cardo";
  }

  .submit-btn {
    width: 100%;
  }
}


/*iPad pro*/

@media (max-width: 1112px) {

  /* .partner-logo {
    width: 27%;
  }
  .doc-logo {
    width: 30%;
  } */

/* 
  h1 {
    width: 70%;
    margin: 0 auto 2% auto;
  } */
   
}

/*iPad*/
@media (max-width: 768px) {
  /* h1 {
    width: 70%;
    margin: 3% auto;
  } */
  .sec-5 {
    display: flex;
    flex-direction: column;
  }

  .sec-5-card {
    padding-right: 0;
  }
  .sec-5-card-footer {
    flex-direction: row-reverse;
    padding-left: 2em;

  }

  .sec-5-card p {
    font-size: var(--fs-18);
  }
  .sec-5-card-footer button {
    font-size: var(--fs-16);
    align-self: start;
    max-width: 50%;
    margin-top: 1em;
  }
  .sec-5-card-disclaimer {
    right: 0;
    left: auto;
  }

  .sec-5-card img {
    max-height: 140%;;
  }

  .sec-5-card img:last-of-type {
    /* reflect horizontaly */
    transform: scaleX(-1);
  }

}

/*Mobile*/
@media (max-width: 576px) {
  /* h1 {
    font-size: 16px;
    line-height: 26px;
    width: 95%;
    margin: 5% auto 5% auto;
  } */

  
  .sec-2-card img { 
    max-height: 7rem;
  }
}


@media screen and (orientation: landscape) and (max-device-width: 1200px) {

}

/*iPhone 5*/
@media (max-width: 320px) {
  
}

iframe[title="Webchat Widget"][state="widgetClose"] {
  bottom: 47px !important;
}
@media (max-width: 600px) {
  iframe[title="Webchat Widget"][state="widgetOpen"] {
    bottom: 47px !important;
    padding-top: 47px !important;
  }
}

@media (max-width:576px) {
  .sec-1-partnership{
    /* padding-block: min(10vh, 7rem); */
    display: flex;
    /* flex-wrap: nowrap;
    gap: 2em; */
    align-items: center;
    max-width: 90%;
    flex-direction: column;
    margin-left : 14%;
  }

  .sec-1-partnership span{
    font-size: var(--fs-14);
    width: 110%;
  }

  .ask-vaccine-logo {
    /* vertical-align: top; */
    width: 160px;
    margin-left: -15px;
  }

  .sec-1-bank {
    margin-right: 22px;
    /* margin-top: 40px; */
    width: 25%;
  }

  .sec-2 {
    width: 100%;
    /* min-height: 586px; */
    /* display: flex;
    justify-content: center;
    flex-wrap: wrap; */
    /* align-items: center;
    justify-content: center;
    justify-items: center;
    align-items: center; */
    gap: 2em;
    /* flex-wrap: wrap; */
    background-color: #f1f4fa;
    /* padding: 75px 128px; */
    padding-block: min(1vh, 5.5rem);
    padding-inline: min(7vw, 12.5rem);
  }

  .sec-6 {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    /* grid-template-areas: 
    "content formo"
    "content formo"
    "cardo formo"; */
    width: 100%;
    padding-block: min(1vh, 5.5rem);
    padding-inline: min(7vw, 12.5rem);
    /* min-height: 600px; */
  
    /* grid-template-columns: 1fr 0.8fr; */
    gap: 1em;
  }

  .sec-5 {
    width: 100%;
    padding-block: min( 1vh, 5.5rem);
    padding-inline: min(7vw, 12.5rem);
    /* min-height: 346px; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    background: #FFFFFF;
  }
  
  .sec-3 {
    width: 100%;
    /* max-height: 437px; */
    background-color: #ffffff;
    /* display: flex; */
    /* gap: 40px; */
    /* flex-wrap:wrap; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* padding: 75px 128px; */
  
    padding-block: min(1vh, 5.5rem);
    padding-inline: min(7vw, 12.5rem);
  }

  .sec-4 {
    width: 100%;
    padding-block: min(1vh, 5.5rem);
    padding-inline: min(7vw, 12.5rem);
    min-height: 538px;
    background: #f1f4fa;
  }
  .sec-3-vid-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    height: 100%;
  }
  
  .sec-3-vid-thumb {
    width: 100%;
    margin-bottom: 3%;
    /* max-height: 100%; */
    /* object-fit: contain; */
    /* object-position: top; */
    /* display: none;
    top: 0;
    left: 0;
    cursor: pointer;
    position: relative;
    margin-inline:auto; */
  }
  .sec-3-vid-2 {
    width : 100%;
  }

  .sec-3-vid-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }

  .sec-4-h1 {
    font-size: 18px;
  }
 
  .sec-6-h1 {
    font-size: 18px;
  }
  
}

/* booking page */
.vac-booking-img {
  max-width: 80%;
  margin-left: auto;
  display: block;
  margin-right: auto;
  margin-top: 2%;
}

.vac-booking-prevnar-p {
  font-size: 18px;
  font-weight: 700;
}

.vac-booking-prevnar-p2 {
  font-size: 24px;
  font-weight: 700;
}

.vac-booking-prevnar-for {
  font-size: 18px;
  /* font-weight: 700; */
}
.vac-booking-prevnar-select {
  border-radius: 6px;
    border: 2px solid #DBDBDB;
    padding: 5px;
    width: 350px;
    height: 40px;
    margin-top: 5px;
}

.info-class {
    border-radius: 6px;
    border: 2px solid #DBDBDB;
    padding: 5px;
    width: 350px;
    height: 40px;
    margin-top: 5px;
}

@media (max-width:576px) {
  .vac-booking-img {

  }
}