header{
    position: absolute;
    top:0;
    left: 0;
    right:0;
}
.hero_outer {
  height: 100vh;
  background-color: #000;
  background-image: url(../images/Hero_image.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.website_logo{
    width: 100%;
    text-align: center;
    padding-top:46px;
}

.pageForm{
    /* max-width: 688px; */
}
.formSection::before{
    position: absolute;
    height: 100%;
    content: "";
    background-image: url(../images/join_the_queue_img.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 48%;
    top:0;
    left:0;
}
/* .formSecImg{
  background-image: url(../images/join_the_queue_img.jpg);
  background-position: right center;
  background-size: cover;
} */
/*  */

.faq_accordion .accordion-button, .faq_accordion .accordion-body{
    padding-left: 0;
    padding-right: 0;
    color: var(--Primary);
}
.faq_accordion .accordion-button{
    color: var(--SC--Dark-Gray);
}
.faq_accordion .accordion-button:not(.collapsed) {
    color: var(--SC--Dark-Gray);
    background-color: transparent;
    box-shadow: inherit;
}
.faq_accordion.accordion {
    --bs-accordion-border-width: none;
}

.faq_accordion .accordion-button:focus {
    box-shadow: inherit;
}
.faq_accordion .accordion-item{
    border-bottom: 1px solid var(--Secondary-Blue-5);
}
.faq_accordion .accordion-body {
    margin-bottom: 1rem;
    padding-top: 0;
    width: calc(100% - 24px);
}
.accordion-button::after {
  content: '+';
  font-size: 2.2rem;
  transition: transform 0.2s;
  font-family: "Gill Sans";
  background-image: none;
  font-weight: 300;
  height: 24px;
}

.accordion-button:not(.collapsed)::after {
  content: '−'; /* Unicode minus sign */
  font-family: "Gill Sans";
  background-image: none;
  font-weight: 300;
  font-size: 2.2rem;
  height: 24px;
}
.accordion-button{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  /* border-bottom: 1px solid var(--Secondary-Blue-5); */
}

/*  */

.tabSection .nav-link {
    border-radius: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.375rem;
    padding: 1.125rem 1.5rem .75rem 1.5rem; 
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 1rem;
    font-style: normal;    
    font-weight: 500;
    line-height: 130%; /* 1.3rem */
    text-transform: uppercase;
    white-space: nowrap;      
    text-decoration: none;
    border:1px solid var(--Secondary-Blue-1);
    background-color: var(--white);
    color: var(--Primary);
    /* color: var(--Secondary-Blue-1);  */
    min-width: 320px;
    justify-content: center;
    height: 56px;
}
.tabSection .nav-pills .nav-link.active, .tabSection .nav-pills .show>.nav-link {
    background-color: var(--Secondary-Blue-1);
    color: var(--Alternate-White);  color: var(--Alternate-White);  
}
.tabSection .nav-pills{
  max-width: 640px;
}
.tabSection .nav-link{
  width: 100%;
}

/*  */

.cta_sections{
    padding: 80px 24px;
    background-color: var(--White);
    position: relative;
    z-index: 1;
    box-shadow: 0px -10px 24px rgba(0, 0, 0, 0.04);
}

.cta_card::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background-color: var(--Primary);
    z-index: 0;
}

.MoreInfo {
    position: relative;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
  }
  
  .helpTooltip {
    position: absolute;
    top: 52px;
    left: -174px;
    background: #fff;
    /* border: 1px solid #ccc; */
    padding: 1rem;
    list-style: none;
    margin: 0;
    width: 366px;
    box-shadow: 0px 0px 16.4px rgba(104, 148, 165, 0.2);
    z-index: 999;
    opacity: 0;
    gap: 1rem !important;
    right: 0;
    margin: 0 auto;
}

  .helpTooltip::after {
      position: absolute;
      content: "";
      border-left: 18px solid transparent;
      border-right: 18px solid transparent;
      border-bottom: 30px solid var(--White);
      width: 16px;
      height: 16px;
      top: -20px;
      left: 0;
      right: 0;
      margin: 0 auto;
  }
  
  .MoreInfo:hover .helpTooltip {
    opacity: 1;
  }
  
  /*  */
  .form-control, .form-select{
    border-color: #C7D6E2;
    background-color: var(--Secondary-Yellow-3);
    height: 64px;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;

  }
  .form-control:focus{
    background-color: var(--Secondary-Yellow-3);
  }

  .sectionCaption{  
    width: 720px;
    position: absolute;
    right: 0;
    bottom:0;
    top:0;
  }

  .sc_innerCard{
    box-shadow: 12px 0px 40px rgba(0, 0, 0, 0.04);
    padding: 40px 48px;
    min-height: 544px;
    width: 100%;
  }

  /* box-shadow: 12px 0px 40px rgba(0, 0, 0, 0.04); */
  .sectionImg{
    width: 720px;
  }

  .sc_sec{
      
      left: 0;
  }
  .sc_sec .sc_innerCard{
    box-shadow: -12px 0px 40px rgba(0, 0, 0, 0.04);
  }

  .li_count{
    width: 48px;
  }
  .li_count span{
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #D9E4EB;
    border-radius: 999px;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    color: var(--Secondary-Blue-1);
    padding-top: 5px;
  }
  .sectionCaption ul{
    display: flex;
    justify-content: start;
    align-items: start;
    gap:20px;
    flex-direction: column;
  }
  .sectionCaption li{
    display: flex;
    justify-content: start;
    align-items: center;
    gap:24px;
    color: var(--Primary);
  }

.fc_heroImg{
  display: none;
}

