html,body{
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    font-size: 1rem;
}
.container-fluid{
    padding: 0;
}
.header-container{
    display: flex;
    align-items: center;
}
.elixir-page-wrapper .header-wrapper{
    background-color: #56a2b2;
    padding: 1rem;
}
/* .logo-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
} */
.logo-heading{
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-wrapper{
    max-width: 220px;
    width: 100%;
    margin-right: 1rem;
}
.logo{
    max-height: 50px;
    height: 100%;;
}
.tagline {
    font-size: 1.8rem;
    color: #ffffff;
    width: calc(100% - 220px);
}

.date-wrapper{
    border-left: 1px solid #1a6d7e;
    margin: 0 1.5rem;
}

/* Tab view header */
.tab-view{
    background-color: #56a2b2;
    padding: 1rem;
    display:none;
}
.tab-logo-img {
    display: flex;
    justify-content: center;
}
.tab-heading-wrapper {
    display: flex;
    align-items: center;
    padding: 1rem 0;
}
.tab-view .tagline{
    font-size: 1.5rem;
    width: 65%;
}
.tab-view .date-wrapper{
    width: calc(100% - 65%);
}
.tab-view .imp-dates a {
    font-size: 1rem;
}

@media (max-width: 1170px){
    .date-wrapper {
        border-left: none;
      }
      .reporting, .applicable{
          font-size: 1.5rem !important; 
      }
      .imgfooter, .elixir{
          font-size: 1rem !important;
      }
      .img_res {
        padding: 4rem 0 !important;
        width: 100% !important;
    }
}

@media (max-width: 1024px) {
    .tab-view{
        display: block;
    }
    .header-wrapper{
        display: none;
    }
    .imp-dates img {
        width: 1rem;
    }
}
@media (max-width: 500px){

}
.imp-dates {
    margin: 0 auto;
    background-color: #1a6d7e;
    max-width: 300px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.imp-dates img {
    width: 20px;
    margin-right: 10px;
}
.imp-dates a {
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 300;
}
  .elixir-page-wrapper .left_div {
    padding: 2rem;
  }
  /* .elixir-page-wrapper .left_div .img_res {
    padding: 3rem 0;
    width: 70%;
    margin: 0 auto;
  } */
  .img_res{
      text-align: center;
  }
  .img_res img {
    max-width: 743px;
    width: 100%;
    padding: 2rem 0;
}
  .elixir-page-wrapper .left_div .error {
    color: #ff0000;
    top: 5px;
    font-size: 2rem;
  }

  .reporting {
    font-size: 1.5rem;
    font-weight: 400;
    color: #2d2d2d;
}
.applicable {
  font-size: 1.5rem;
  color: #2d2d2d;
  font-weight: 400;
}
  .elixir-page-wrapper .left_div p.imgfooter {
    font-size: 1rem;
    padding: 0.875rem;
    padding-left: 24px;
    position: relative;
    color: #2d2d2d;
    font-weight: 300;
  }
  .elixir-page-wrapper .left_div p.imgfooter img {
    position: absolute;
    left: 0;
    top: 18px;
    width: 16px;
  }
  .main{
    background-color: #faf6ed;
    padding: 2rem;
    border-radius: 6px;
    border: 1px solid #eeeeee;
  }
    .elixir {
      font-size: 1rem;
      text-align: justify;
      color: #2d2d2d;
    }

  .elixir-page-wrapper .left_div .check_img {
    padding: 0 2px;
    position: relative;
    top: -3px;
    width: 32px;
  }
  .elixir-page-wrapper .right_div {
    padding: 2rem;
  }
  .elixir-page-wrapper .right_div .registration_text-wrapper {
    font-weight: 700;
    text-align: center;
    padding: 2.5rem 0;
    color: #2d2d2d;
  }
  .registration-text-heading{
      font-size: 1.5rem;
  }
  .registration-text{
      font-size: 1.2rem;
  }
  .elixir-page-wrapper .right_div .start_button {
    text-align: center;
  }
  .start_button a{
      text-decoration: none;
  }
  .start {
    font-size: 1.4rem;
    background-color: #81b0fe;
    color: #fff;
    border-radius: 8px;
    padding: 6px;
    max-width: 165px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 300;
    border:none;
    text-decoration: none;
    margin: 5px;
}
.questions {
    font-size: 1.4rem;
    background-color: #f87117;
    color: #fff;
    border-radius: 8px;
    padding: 6px;
    max-width: 165px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 300;
    border:none;
    text-decoration: none;
    margin: 5px;
}
.start_button a button:hover {
    color: #fff;
}

  .elixir-page-wrapper .right_div .query {
    font-size: 1.5rem;
    font-weight: 400;
    padding: 2rem 0 1rem 0;
  }
  .elixir-page-wrapper .right_div .query a {
    color: #085ca7;
    text-decoration: none;
  }
  
  .elixir-page-wrapper .right_div .note {
    position: relative;
    padding-left: 25px;
  }
  .elixir-page-wrapper .right_div .note img {
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
  }
  .elixir-page-wrapper .right_div .note .note-text {
    font-weight: 700;
  }
  .elixir-page-wrapper .right_div .note span {
    font-size: 1rem;
    color: #2d2d2d;
    font-weight: 400;
  }
  .elixir-page-wrapper .footer {
    padding: 1.25rem 2rem;
    background-color: #56a2b2;
    color: #fff;
    font-weight: 300;
  }
  .elixir-page-wrapper .footer p {
    font-size: 1rem;
    margin: 0;
  }
  .elixir-page-wrapper .footer p .privacy-policy--link {
    font-size: 1rem;
    color: #b9e5e4;
    text-decoration: none;
    margin-left: 5px;
  }

  .elixir-page-wrapper #elixirModal h1 {
    font-size: 1rem;
    color: #2d2d2d;
}
.elixir-form-container {
    margin: 1rem;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    font-size: 14px;
    text-align: center;
}
.elixir-form-container .form-control {
  font-size: 14px;
}
