@font-face {
  font-family: "MyliusModern-Regular";
  src: url("https://clearstream-static.s3.eu-west-1.amazonaws.com/british-airways/lp/fonts/MyliusModern-Regular.ttf")
    format("truetype");
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url("https://clearstream-static.s3.eu-west-1.amazonaws.com/british-airways/lp/fonts/OpenSans-Regular.ttf")
    format("truetype");
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("https://clearstream-static.s3.eu-west-1.amazonaws.com/british-airways/lp/fonts/OpenSans-SemiBold.ttf")
    format("truetype");
}

@font-face {
  font-family: "MyliusModern-ExtraLight";
  src: url("https://clearstream-static.s3.eu-west-1.amazonaws.com/british-airways/lp/fonts/MyliusModern-ExtraLight.ttf")
    format("truetype");
}

@font-face {
  font-family: "OpenSans-BoldItalic";
  src: url("  https://clearstream-static.s3.eu-west-1.amazonaws.com/british-airways/lp/fonts/OpenSans-BoldItalic.ttf")
    format("truetype");
}

@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

/* CSS Font Fallbacks */
body {
  font-family: Arial, Helvetica, sans-serif;
}
/*  */

h1 {
  font-family: "MyliusModern-ExtraLight";
  font-size: 3.7rem;
}

h2 {
  font-family: "MyliusModern-ExtraLight";
  font-size: 3.2rem;
}
h3 {
  font-family: "MyliusModern-ExtraLight";
  font-size: 2.8rem;
}

h4 {
  font-family: "MyliusModern-ExtraLight";
  font-size: 2.4rem;
}

h5 {
  font-family: "MyliusModern-ExtraLight";
  font-size: 2rem;
}
h6 {
  font-family: "MyliusModern-ExtraLight";
  font-size: 1.5rem;
}

p {
  font-family: "OpenSans-Regular";
  font-size: 1.5rem;
}

span,
ul,
ol {
  font-family: "OpenSans-Regular";
  font-size: 1.5rem;
}

a {
  color: #04589b;
  font-family: "OpenSans-Regular";
}

#welcomeText p {
  font-size: 1.3rem;
}

#home {
  background: url("https://clearstream-static.s3.eu-west-1.amazonaws.com/british-airways/lp/imgs/welcome_desktop.png");
  background-repeat: no-repeat;
  border: 0;
  background-size: cover;
  width: 100%;
}

#section_1 {
  width: 100%;
  background-color: #0e1b2e;
}

#rewards {
  width: 100%;
  background-color: #ffffff;
}

.navbar-subcontainer {
  padding-bottom: 0px;
}

#home-text {
  width: 720px;
  margin-bottom: 43px;
}

#welcometitle {
  font-family: "MyliusModern-ExtraLight";
  font-size: 3.8rem;
  margin-bottom: 15px;

  color: #ffffff;
}

div#welcomeText {
  margin-bottom: 45px;
}

img#logo {
  height: 56px;
}

img#menu {
  width: 32px;
}

.navbar-toggler-icon {
  width: 2.5em;
  height: 2.5em;
}

.navbar {
  z-index: 1999999999;
  width: 100%;
  margin: 0 auto;
}

.logo {
  transition: background-image 3s;
}

.nav-link {
  color: #303849;
  font-family: "MyliusModern-ExtraLight";
  font-size: 1.2rem;
}

span.divider {
  color: white;
}

#logInBtn {
  font-family: "MyliusModern-ExtraLight";
  background-color: #ffffff;
  color: #303849;

  margin-left: 46px;
  font-size: 1.4rem;
}

#logInBtn2 {
  border-radius: 0px;
  font-family: "MyliusModern-Regular";
  background-color: #2e5c99;
  color: #ffffff;
  padding: 28px 150px;
  border: none;
  font-size: 1.4rem;
}

#logInBtn2:hover {
  background-color: #242b39;
  color: #ffffff;
}

.form-control {
  border-radius: 0px;
}

.sentBtn {
  font-family: "OpenSans-Regular";
  border-radius: 0px;
  background-color: #2e5c99;
  color: #ffffff;
  padding: 28px 170px;
  border: none;
  margin-top: 40px;
  font-size: 1.3rem;
}
.sentBtn:hover {
  background-color: #242b39;

  color: #ffffff;
}

#footerTxt a {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}
.accordion-body a {
  color: #ffffff;
  font-family: "OpenSans-Regular";
}

#hotspot {
  position: fixed;
  bottom: 0px;
  right: 20px;
  width: 70px;
  z-index: 99999;
  cursor: pointer;
}

#hotspottext {
  display: none;
  position: fixed;
  width: 40%;
  padding: 35px;
  bottom: 37px;
  right: 43px;
  background-color: #4ac4bf;
  z-index: 99998;
  border-radius: 14px;
}
#closebutton {
  position: absolute;
  top: -14px;
  right: -14px;
  cursor: pointer;
}

#home {
  color: #ffffff;
  padding-top: 308px;
  padding-bottom: 260px;
  position: relative;
}

div#home-bottom-heart {
  display: inline-block;
  position: absolute;
  bottom: -1px;
  right: 9%;
  z-index: 999999;
  width: 60px;
}

img#welcomeimg {
  width: 566px;
}

.navbar.navbar-scroll {
  transition: all 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  background: #ffffff;
}
.navbar {
  transition: all 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  background: transparent;
}

#login-button {
  cursor: pointer;
  position: absolute;
  top: 30px;
}

img#before-login {
  margin-left: 214px;
}

/*--------------------------------------------------About -------------------------------------------*/

div#about-us {
  padding-bottom: 113px;
}
.first-text-about-us {
  margin: 0 auto;
  text-align: center;
  margin-top: 106px;
  z-index: 99999;
}
#section_1 {
  margin-top: -120px;
}

#about-title {
  color: #2e5c99;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 4.5rem;
}

#about-text {
  color: #3d3d3d;
  margin-top: 30px;
  margin-bottom: 40px;
}

#about-us #register {
  text-align: center;
}

.customButtons {
  border-radius: 0px;
  font-family: "MyliusModern-Regular";
  background-color: #2e5c99;
  color: #ffffff;
  padding: 28px 150px;
  border: none;
  font-size: 1.4rem;
}
.customButtons:hover {
  background-color: #3972cc;
}
.customButtons:focus {
  background-color: #3972cc;
}

.customButtons2 {
  padding: 28px 150px;
  background-color: #2e5c99;
  margin-top: 30px;
  display: none;
}

.customButtons2:hover {
  background-color: #3972cc;
}
.customButtons2:focus {
  background-color: #3972cc;
}

.first-text-about-us {
  margin: 0 auto;
  text-align: center;
  margin-top: 106px;
  background-color: #ffffff;
  padding: 70px;
  border-radius: 5px;
}

.other-title {
  font-family: "MyliusModern-ExtraLight";
  font-size: 2rem;
  letter-spacing: 5px;
  color: #2e5c99 !important;
}

/*--------------------------------------------------Rewards -------------------------------------------*/

#section_2 {
  background-color: #fcf9f3;
}

#rewards {
  padding: 100px 0px 86px;
  text-align: center;
}

#section_2 #firstP {
  font-family: "OpenSans-Regular";

  margin-top: 40px;
}

#first-part-rewards {
  margin-bottom: 100px;
}
#rewards-title {
  color: #2e5c99;
  margin-bottom: 60px;
  margin-top: 20px;
  font-size: 4.5rem;
}

#rewards p {
  color: #010101;
}

.myrewards {
  padding-top: 0px;
}

div#why-join-button-container {
  margin-top: 40px;
}

#rewards-button-container {
  margin: 120px auto;
  text-align: center;
}

.subsubheader {
  font-size: 20px;
}

.rewards-container-img1 {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
  margin-top: 80px;
  text-align: start;
}
.rewards-container-img2 {
  display: flex;
  justify-content: center;
  text-align: start;
  margin-bottom: 70px;
}

#reward1 {
  background-image: url(https://clearstream-static.s3.eu-west-1.amazonaws.com/british-airways/lp/imgs/rewards_img1.png);
  background-repeat: no-repeat;
  margin-right: 70px;
  /* width:543px;
    background-size:100%; */
}

#reward2 {
  background-image: url(https://clearstream-static.s3.eu-west-1.amazonaws.com/british-airways/lp/imgs/rewards_img2.png);
  background-repeat: no-repeat;
  margin-right: 70px;
}

#reward3 {
  background-image: url(https://clearstream-static.s3.eu-west-1.amazonaws.com/british-airways/lp/imgs/rewards_img3.png);
  background-repeat: no-repeat;
  margin-right: 34px;
}

.rewards_img {
  height: 414px;
  width: 414px;
}

/*--------------------------------------------------FAQS -------------------------------------------*/

#section_3 {
  background-color: #0e1b2e;
  position: relative;
}
h1.spaceText2 {
  margin-bottom: 25px;
}

.myfaqs {
  z-index: 9999;
  position: relative;
  padding-bottom: 100px;
  padding-top: 110px;
}

#FAQFirstBit h1,
#FAQFirstBit p {
  color: #ffffff;
  text-align: center;
}

.accordion-item {
  background-color: #0e1b2e;
  border: none;
  border-radius: 0px !important;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
}

.accordion-button {
  border: none;
  font-family: "OpenSans-SemiBold";
  color: #303849;
  padding: 40px 0px 22px;
  background-color: #0e1b2e;
}
.padding-faq-text {
  color: #ffffff;
  font-family: "OpenSans-SemiBold";
  font-size: 1.3rem;
}

.accordion-body {
  padding: 0rem 2rem 0.5rem 5rem;
  background-color: #0e1b2e;
  font-size: 1rem;
  color: #ffffff;
  font-family: "OpenSans-Regular";
}
.accordion-body p {
  font-size: 1.1rem;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #0e1b2e;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(https://clearstream-static.s3.eu-west-1.amazonaws.com/british-airways/lp/imgs/drop-down-arrow.svg);
  transform: rotate(180deg);
}

.accordion-button::after {
  background: url(https://clearstream-static.s3.eu-west-1.amazonaws.com/british-airways/lp/imgs/drop-down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 2rem;
  height: 2rem;
  display: none;
}

.accordion-button::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0px;
  content: "";

  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::before {
  background-image: url(https://clearstream-static.s3.eu-west-1.amazonaws.com/british-airways/lp/imgs/drop-down-arrow.svg);
  transform: rotate(180deg);
}

.accordion-button::before {
  background: url(https://clearstream-static.s3.eu-west-1.amazonaws.com/british-airways/lp/imgs/drop-down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 2rem;
  height: 2rem;
  margin-right: 50px;
}

/*--------------------------------------------------Contact -------------------------------------------*/

.contactUsText {
  color: #2e5c99;
  max-width: 100%;
  margin: 0px auto;
  padding: 200px 0px 60px;
  text-align: center;
}

#get-in-touch {
  position: relative;
  padding-bottom: 140px;
  background-color: #ffffff;
}

/*--------------------------------------------------Footer -------------------------------------------*/

footer {
  background-color: #0e1b2e;

  padding-top: 65px;
  padding-bottom: 65px;
}
footer span {
  color: #ffffff;
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
}

img#footerlogo {
  height: 35px;
}

div#footerTxt {
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
}

div#footerNav {
  text-align: end;
  list-style-type: none;
  margin-top: 30px;
}

div#footerNav li.nav-item {
  list-style-type: none;
  font-size: 0.9rem;
  line-height: 1.7;
}

a.nav-linkFooter {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}

.footerright {
  text-align: end;
  margin-right: 0px;
  padding-right: 0px;
}

@media (min-width: 992px) {
  .hide-on-desktop {
    display: none;
  }

  .modal-content {
    background-color: #2e5c99;
    border-radius: 0px;
  }

  .loginBox {
    width: 590px;
    min-height: 550px;
    padding: 40px 90px 40px 90px;
    background-color: #2e5c99;
  }
  .login-container h2,
  .login-container a {
    color: #ffffff;
  }
  #PleaseLogIn {
    color: #ffffff;
    font-size: 40px;
    font-family: "MyliusModern-ExtraLight";
    text-align: start;
    margin-top: 30px;
  }
  .loginBox .form-group {
    margin-top: 25px;
  }

  .loginBox .form-control {
    background-color: #ffffff;
    color: #000000;
    height: 55px;
    border: none;
    border-radius: 0px;
  }

  .loginform .submit.btn.btn-secondary.btn-login {
    font-size: 1.4rem;
    border-radius: 0px;
    width: 100%;
    padding: 20px 0px;
    color: #2e5c99;
    background-color: #ffffff;
    text-decoration: none !important;
    display: block;
    margin-bottom: 25px;
    font-family: "OpenSans-Regular";
  }

  .btn-login:hover {
    background-color: #efefef !important;
  }

  .modal-dialog .form-group a {
    color: #ffffff;
    text-decoration: underline;
    font-size: 17px;
  }

  .loginBox .form-group a {
    color: #ffffff;
    text-decoration: underline;
    font-size: 1.1rem;
  }

  .btn-close {
    box-sizing: content-box;
    width: 1.3rem;
    height: 1.3rem;
    padding: 0px 0px;
    background: url("https://clearstream-static.s3.eu-west-1.amazonaws.com/british-airways/lp/imgs/close_btn.png");
    background-repeat: no-repeat;
    border: 0;
    position: absolute;
    top: 40px;
    right: 45px;
    opacity: 1 !important;
  }
  .text.clearfix {
    text-align: start;
  }

  .navbar-toggler {
    display: none;
  }
  .menu-container-with-button .collapse:not(.show) {
    display: block;
  }
  .nav-link {
    text-decoration: none;
    padding: 0px 3px 4px 3px;
    border-bottom: 4px solid #fff;
  }

  .nav-link:hover {
    color: #303849;
    border-bottom: 4px solid #2e5c99;
  }
  .nav-link.active {
    text-decoration: none;
    color: #303849;
    padding: 0px 3px 4px 3px;
    border-bottom: 4px solid #2e5c99;
  }

  .navbar-nav .nav-link {
    padding-right: 1px;
    padding-left: 1px;
  }

  .menu-container-with-button {
    display: flex;
  }

  .nav li {
    display: inline-block;
    padding-left: 57px;
  }
  .nav {
    text-align: center;
    margin-top: 0px;
    padding: 0;
    display: -webkit-inline-box;
  }
  .navbar {
    background-color: #fff;
    padding: 20px 0px 20px;
  }

  div.password-field-container div.password-eye {
    bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 580px;
    margin: 11.75rem auto;
  }
}

@media (max-width: 992px) {
  .hide-on-mobile {
    display: none;
  }
  #welcomeimgmobile {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }

  div#welcomeText p {
    margin-top: 0px;
    font-size: 0.8rem;
    padding-top: 20px;
    margin-bottom: 0px;
  }
  #get-in-touch .form-control {
    font-size: 14px;
  }

  #home {
    padding-top: 0px;
    padding-bottom: 170px;
  }

  .loginBox {
    background-color: #ffffff;
    border-radius: 0px;
    padding: 30px;
    margin-top: 40px;
    border: 1px solid #f3f3f3;
  }
  .loginBox .form-control {
    background-color: #ffffff;
    color: #000000;
    height: 50px;
    border: 1px solid #878787;
    border-radius: 0px;
  }
  .loginBox .form-group a {
    color: #3d3d3d;
    text-decoration: underline;
  }

  #PleaseLogIn {
    color: #303849;
    font-family: "MyliusModern-ExtraLight";
    font-size: 2rem;
    text-align: start;
  }
  .loginBox .form-group {
    margin-top: 25px;
  }

  .loginform .submit.btn.btn-secondary.btn-login {
    border-radius: 0px;
    margin-bottom: 20px;
    background-color: #2e5c99;
    font-family: "OpenSans-Regular";
    padding: 15px 70px;
    width: 100%;
  }
  .btn-login:hover {
    background-color: #3972cc !important;
  }

  #faqs {
    padding-top: 30px;
    padding-bottom: 130px;
  }
  .space-on-mobile {
    margin-bottom: 25px;
  }

  .customButtons {
    margin: 50px auto;
  }
  div#why-join-button-container {
    margin: 20px auto;
  }

  #rewards {
    padding: 50px 0px 150px;
  }

  #get-in-touch {
    padding-bottom: 70px;
    padding-top: 40px;
  }

  #section_2 #firstP {
    margin-bottom: 0px;
  }
  div#footerTxtMobile {
    margin-top: 0px;
  }

  footer span {
    font-size: 0.8rem;
  }
  footer a {
    color: #fff;
  }

  .customButtons4 {
    margin: 25px auto;
  }

  div#welcomeText {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 1550px) and (max-width: 1750px) {
  .rewards_img {
    height: 400px;
    width: 400px;
    background-size: contain;
  }
  #reward1,
  #reward2 {
    margin-right: 60px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1549px) {
  #welcomeText p {
    width: 720px;
  }
  .myrewards {
    padding-top: 0px;
  }
  .rewards_img {
    height: 400px;
    width: 400px;
    background-size: contain;
  }
  #reward1,
  #reward2 {
    margin-right: 60px;
  }
}

@media screen and (min-width: 1230px) and (max-width: 1399px) {
  h1 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 2.4rem;
  }

  h2 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 2.2rem;
  }
  h3 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 2rem;
  }

  h4 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 1.6rem;
  }

  h5 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 1.3rem;
  }
  h6 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 1rem;
  }

  p {
    font-family: "OpenSans-Regular";
    font-size: 0.9rem;
  }

  span,
  ul,
  ol {
    font-family: "OpenSans-Regular";
    font-size: 0.9rem;
  }

  #welcomeText p {
    width: 650px;
  }
  #welcometitle {
    font-size: 2.8rem;
  }
  #rewards-title {
    font-size: 2.8rem;
  }

  #about-title {
    font-size: 2.8rem;
  }

  .other-title {
    font-size: 1.4rem;
  }
  #welcomeText p {
    font-size: 0.9rem;
  }

  #logInBtn2 {
    padding: 25px 120px;
    font-size: 0.9rem;
  }

  .customButtons {
    padding: 25px 120px;
    font-size: 0.9rem;
  }
  .sentBtn {
    padding: 25px 120px;
    font-size: 0.9rem;
  }

  .accordion-body {
    padding: 0rem 0rem 3rem 3rem;
    background-color: #0e1b2e;
    font-size: 0.9rem;
  }
  .accordion-body p {
    font-size: 1rem;
  }

  #section_1 {
    background-image: none;

    height: auto;
  }

  #rewards {
    background-image: none;
    position: relative;
    height: auto;
    padding: 50px 0px;
  }

  .myrewards {
    padding-top: 50px;
  }

  .rewards_img {
    height: 400px;
    width: 400px;
    background-size: contain;
  }
  #reward1,
  #reward2 {
    margin-right: 40px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1229px) {
  h1 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 2.4rem;
  }

  h2 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 2.2rem;
  }
  h3 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 2rem;
  }

  h4 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 1.6rem;
  }

  h5 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 1.3rem;
  }
  h6 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 1rem;
  }

  p {
    font-family: "OpenSans-Regular";
    font-size: 0.9rem;
  }

  span,
  ul,
  ol {
    font-family: "OpenSans-Regular";
    font-size: 0.9rem;
  }

  #welcomeText p {
    width: 600px;
  }
  #welcometitle {
    font-size: 2.8rem;
  }

  #welcomeText p {
    font-size: 0.9rem;
  }

  .customButtons {
    padding: 20px 100px;
    font-size: 0.9rem;
  }
  .sentBtn {
    padding: 20px 100px;
    font-size: 0.9rem;
  }

  .accordion-body {
    padding: 0rem 0rem 2rem 5rem;
    background-color: #0e1b2e;
    font-size: 0.9rem;
  }
  .accordion-body p {
    font-size: 1rem;
  }

  #section_1 {
    background-image: none;

    height: auto;
  }

  #rewards {
    background-image: none;
    position: relative;
    height: auto;
    padding: 80px 0px 0px;
  }

  .myrewards {
    padding-top: 50px;
  }

  #logInBtn2 {
    padding: 25px 120px;
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 1282px) and (max-width: 1450px) {
  #welcometitle {
    font-size: 2.8rem;
  }

  #rewards-title {
    font-size: 2.8rem;
  }

  #about-title {
    font-size: 2.8rem;
  }
  .other-title {
    font-size: 1.6rem;
  }
  .spaceText2 {
    font-size: 2.8rem;
  }

  img#welcomeimg {
    width: 445px;
  }

  img#logo {
    height: 52px;
  }

  .nav li {
    display: inline-block;
    padding-left: 30px;
  }

  #logInBtn {
    margin-left: 30px;
    font-size: 1.3rem;
  }

  .nav-link {
    font-size: 1.2rem;
  }
  #logInBtn2 {
    padding: 20px 120px;
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 993px) and (max-width: 1281px) {
  #home-text {
    width: 580px;
  }

  #welcometitle {
    font-size: 2.8rem;
  }
  #rewards-title {
    font-size: 2.8rem;
  }

  #about-title {
    font-size: 2.8rem;
  }
  .other-title {
    font-size: 1.4rem;
  }

  img#welcomeimg {
    width: 445px;
  }

  img#logo {
    height: 50px;
  }

  .nav li {
    display: inline-block;
    padding-left: 5px;
  }

  #logInBtn {
    margin-left: 30px;
    font-size: 1.1rem;
  }

  .nav-link {
    font-size: 1rem;
  }

  #logInBtn2 {
    padding: 20px 120px;
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 902px) and (max-width: 991px) {
  div#navbarToggleExternalContent {
    position: absolute;
    left: 0;
    top: 83px;
    width: 100%;
  }
  .navbar-nav .nav-link {
    padding-right: 1px;
    padding-left: 1px;
  }

  .nav {
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }

  .nav-link:focus,
  .nav-link:hover {
    color: #303849;
  }
  .navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 5px 0px 5px;
  }
  .navbar-brand {
    padding-top: 0.3rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
  }
  .navbar-toggler-icon {
    display: inline;
  }
}

@media screen and (max-width: 901px) {
  div#navbarToggleExternalContent {
    position: absolute;
    left: 0;
    top: 83px;
    width: 100%;
  }

  .nav li {
    display: block;
  }

  li.topNav {
    display: none;
  }
  .navbar {
    background-color: #ffffff;
    padding: 5px 0px 5px;
  }
  .navbar-brand {
    padding-top: 0.3rem;
  }
  .navbar-toggler-icon {
    display: inline;
  }

  .nav {
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 766px) {
  div#navbarToggleExternalContent {
    top: 55px;
  }
}

@media screen and (min-width: 1550px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1451px;
  }

  #welcomeText p {
    width: 750px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  h1 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 2.2rem;
  }

  h2 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 2rem;
  }
  h3 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 1.7rem;
  }

  h4 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 1.4rem;
  }

  h5 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 1.2rem;
  }
  h6 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 0.9rem;
  }

  p {
    font-family: "OpenSans-Regular";
    font-size: 0.8rem;
  }

  #rewards-title {
    font-size: 2.4rem;
  }

  #about-title {
    font-size: 2.4rem;
  }

  .other-title {
    font-size: 1.5rem;
  }

  span,
  ul,
  ol {
    font-family: "OpenSans-Regular";
    font-size: 0.8rem;
  }

  .accordion-body {
    font-size: 0.8rem;
  }
  .accordion-body p {
    font-size: 0.9rem;
  }
  #home-mobile-container h1 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 2.4rem;
    padding: 30px;
    color: #fff;
  }

  .subsubheader {
    font-size: 18px;
  }

  .accordion-button::after {
    background-size: 20px 20px;
    width: 1.5rem;
    height: 1.5rem;
  }

  img#footerlogo {
    height: 35px;
  }

  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ul#myFooter {
    padding: 0px;
  }

  div#footerNav {
    text-align: start;
  }

  div#welcomeText {
    color: #3d3d3d;
  }

  #home {
    background: none;
  }

  .grey-bck {
    background-color: #ffffff;
  }
  #home-mobile-container {
    background: url("https://clearstream-static.s3.eu-west-1.amazonaws.com/british-airways/lp/imgs/welcome_desktop.png");
    background-repeat: no-repeat;
    border: 0;
    background-size: cover;
    width: 100%;
    height: 420px;
    padding-top: 160px;
  }

  .customButtons {
    font-size: 0.9rem;
  }

  .sentBtn {
    font-size: 0.9rem;
  }
  #logInBtn {
    font-size: 0.9rem;
    margin: 20px auto;
  }

  .accordion-body {
    padding: 0rem 0rem 0rem 4rem;
  }

  .accordion-button::before {
    background: url(https://clearstream-static.s3.eu-west-1.amazonaws.com/british-airways/lp/imgs/drop-down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 23px 30px;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 40px;
  }

  .accordion-button::after {
    background-size: 25px 20px;
  }

  #rewards-button-container {
    margin: 40px auto;
    text-align: center;
  }

  #about-text {
    margin-bottom: 0px;
  }

  .navbar-subcontainer {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .customButtons {
    padding: 15px 80px;
  }
  .loginform .submit.btn.btn-secondary.btn-login {
    padding: 15px 70px;
    width: auto;
    display: block;
  }

  .sentBtn {
    padding: 15px 170px;
  }

  #section_1 {
    background-image: none;
    position: relative;
    height: auto;
  }

  #rewards {
    background-image: none;
    position: relative;
    height: auto;
    padding: 40px 0px 100px;
  }

  .myrewards {
    padding-top: 50px;
  }
  #faqs {
    padding-top: 90px;
  }
  .padding-faq-text {
    font-size: 1.1rem;
  }

  .rewards-container-img1 {
    display: inline-grid;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .rewards-container-img2 {
    display: inline-grid;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #reward1 {
    margin-right: 0px;
    background-size: contain;
  }
  #reward2 {
    background-size: contain;
    margin-right: 0px;
  }

  #reward3 {
    margin-right: 0px;
    background-size: contain;
  }
  #reward1,
  #reward2 {
    margin-bottom: 30px;
  }

  .footerright {
    text-align: start;
  }

  .rewards_img {
    height: 380px;
    width: 380px;
    margin: 0 auto;
    margin-right: 0px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1300px) {
  .btn-secondary {
    padding: 20px 120px;
  }
  #logInBtn {
  }
}

@media screen and (min-width: 1101px) and (max-width: 1200px) {
  .btn-secondary {
    padding: 25px 120px;
  }
  #logInBtn {
    margin-left: 30px;
  }
  .sentBtn {
    padding: 25px 120px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1100px) {
  .btn-secondary {
    padding: 20px 90px;
  }
  #logInBtn {
    margin-left: 30px;
  }

  #home {
    padding-top: 200px;
  }
}

@media screen and (min-width: 855px) and (max-width: 992px) {
  .navbar-nav .nav-link {
    padding-right: 1px;
    padding-left: 1px;
  }
}

@media screen and (min-width: 768px) and (max-width: 854px) {
  .navbar-nav .nav-link {
    padding-right: 1px;
    padding-left: 1px;
  }
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
  h1 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 1.8rem;
  }

  h2 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 1.5rem;
  }
  h3 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 1.4rem;
  }

  h4 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 1.2rem;
  }

  h5 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 1rem;
  }
  h6 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 0.8rem;
  }

  p {
    font-family: "OpenSans-Regular";
    font-size: 0.8rem;
  }

  span,
  ul,
  ol {
    font-family: "OpenSans-Regular";
    font-size: 0.8rem;
  }
  .accordion-body {
    font-size: 14px;
  }

  .accordion-body p {
    font-size: 0.8rem;
  }

  #rewards-title {
    font-size: 2.4rem;
  }

  #about-title {
    font-size: 2.4rem;
  }
  .other-title {
    font-size: 1.5rem;
  }

  #get-in-touch .form-control {
    font-size: 14px;
  }
  #home-mobile-container h1 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 2rem;
  }

  .navbar-nav .nav-link {
    padding-right: 1px;
    padding-left: 1px;
  }

  div#welcomeText p {
    color: #3d3d3d;
  }

  #home-mobile-container h1 {
    margin-top: 150px;
    margin-bottom: 150px;
    color: #ffffff;
    text-align: center;
  }

  img#logo {
    height: 48px;
  }

  img#menu {
    width: 30px;
  }

  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  ul#myFooter {
    padding: 0px;
  }

  div#footerNav {
    text-align: start;
  }
  .footerright {
    text-align: start;
  }

  .subsubheader {
    font-size: 16px;
  }

  .accordion-button::after {
    background-size: 21px 13px;
    width: 1.5rem;
    height: 1.5rem;
  }

  img#footerlogo {
    height: 33px;
  }
  .btn-secondary {
    width: 100%;
  }
  .sentBtn {
    width: 100%;
  }

  #logInBtn {
    margin: 10px auto;
    font-size: 1.3rem;
  }

  .contactUsText {
    padding: 50px 12px 30px;
  }

  #section_2 #firstP {
    margin-bottom: 20px;
  }
  #first-part-rewards {
    margin-bottom: 0px;
  }

  .customButtons {
    padding: 13px 90px;
    font-size: 1rem;
  }
  .sentBtn {
    padding: 13px 80px;
    font-size: 1rem;
  }

  .accordion-body {
    padding: 0rem 0rem 0rem 3rem;
  }

  .accordion-button::before {
    background: url(https://clearstream-static.s3.eu-west-1.amazonaws.com/british-airways/lp/imgs/drop-down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 23px 30px;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 22px;
  }

  #rewards-button-container {
    margin: 0px auto;
  }

  #faqs {
    padding-bottom: 70px;
  }

  #home {
    background: none;
  }

  #home-mobile-container {
    background: url(https://clearstream-static.s3.eu-west-1.amazonaws.com/british-airways/lp/imgs/welcome_mobile.png);
    background-repeat: no-repeat;
    border: 0;
    background-size: cover;
    width: 100%;
    height: 545px;
    padding-top: 160px;
    margin-top: 83px;
  }

  .navbar-subcontainer {
    padding-bottom: 18px;
  }

  .navbar {
    background-color: #ffffff;
    padding: 10px 0px 0px;
  }

  div#navbarToggleExternalContent {
    top: 68px;
  }

  #welcomeText p {
    font-size: 1rem;
    line-height: 1.2;
  }

  #section_1 {
    background-image: none;
    position: relative;
    height: auto;
  }

  #rewards {
    background-image: none;
    position: relative;
    height: auto;
    padding: 40px 0px 100px;
  }

  .myrewards {
    padding-top: 50px;
  }
  #faqs {
    padding-top: 90px;
  }
  .padding-faq-text {
    font-size: 1rem;
  }

  .rewards-container-img1 {
    display: inline-grid;
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .rewards-container-img2 {
    display: inline-grid;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #reward1 {
    margin-right: 0px;
    background-size: contain;
  }
  #reward2 {
    background-size: contain;
    margin-right: 0px;
  }

  #reward3 {
    margin-right: 0px;
    background-size: contain;
  }

  .rewards_img {
    margin: 0 auto;
    margin-bottom: 30px;
    height: 300px;
    width: 300px;
  }

  .grey-bck {
    background-color: #ffffff;
  }

  div#why-join-button-container {
    margin-top: 0px;
  }

  .customButtons2 {
    margin: 0px auto;
  }
}

@media screen and (min-width: 577px) and (max-width: 767px) {
  #home-mobile-container h1 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 2.4rem;
    color: #ffffff;
    text-align: center;
  }
  #home-mobile-container {
    height: 510px;
    padding-top: 75px;
  }
}

@media screen and (max-width: 500px) {
  .myrewards {
    margin-bottom: 30px;
  }

  .myfaqs {
    padding-bottom: 100px;
  }
}

#section_2 .badge-text {
  font-size: 13px !important;
}

@media screen and (min-width: 600px) and (max-width: 1024px) and (orientation: landscape) {
  #hotspottext {
    width: 89%;
    padding: 12px;
  }
  #hotspottext p {
    font-size: 12px;
  }
}
@media screen and (min-width: 280px) and (max-width: 653px) and (orientation: landscape) {
  #hotspottext {
    width: 92%;

    padding: 4px;
  }
  #hotspottext p {
    font-size: 9px;
  }
}

.customrow .col-xs-6 {
  flex: 0 0 auto;
  width: 50%;
  line-height: 14px;
}

.col-xs-12.col-sm-4.col-md-4.col-lg-4.rewards-table.fade-in.appear {
  line-height: 19px;
}

@media screen and (max-width: 310px) {
  h1 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 2rem;
  }

  h2 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 1.8rem;
  }
  h3 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 1.4rem;
  }

  h4 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 1.2rem;
  }

  h5 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 1rem;
  }
  h6 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 0.8rem;
  }

  p {
    font-family: "OpenSans-Regular";
    font-size: 0.7rem;
  }

  span,
  ul,
  ol {
    font-family: "OpenSans-Regular";
    font-size: 0.7rem;
  }

  .accordion-body {
    font-size: 14px;
  }
  .accordion-body p {
    font-size: 0.8rem;
  }

  #get-in-touch .form-control {
    font-size: 14px;
  }
  #home-mobile-container h1 {
    font-family: "MyliusModern-ExtraLight";
    font-size: 2rem;
    margin-top: 100px;
  }

  .customButtons {
    padding: 13px 20px;
  }
  .sentBtn {
    padding: 13px 30px;
  }
}

@media screen and (max-width: 992px) {
  div.password-field-container div.password-eye {
    bottom: 1rem !important;
  }
  .btn-close {
    box-sizing: content-box;
    width: 1.1rem;
    height: 1.1rem;
    padding: 0px 0px;
    background: url("https://clearstream-static.s3.eu-west-1.amazonaws.com/british-airways/lp/imgs/close_btn.png");
    background-repeat: no-repeat;
    border: 0;
    position: absolute;
    right: 20px;
    opacity: 1 !important;
  }
  .modal-content {
    border: none;
    border-radius: 0px;
  }
  #email,
  #name {
    height: 60px;
    margin-bottom: 30px;
  }

  .form-group-new,
  .loginBoxContainer {
    display: none;
  }

  #logInBtn2 {
    display: none;
  }
}

@media screen and (min-width: 1900px) {
}

@media (max-width: 576px) {
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  #home-mobile-container {
    height: 390px;
    padding-top: 100px;
  }
  img#logo {
    height: 40px;
  }

  img#menu {
    width: 18px;
  }

  #reward1 {
    margin-right: 0px;
    background-size: contain;
  }
  #reward2 {
    background-size: contain;
  }

  #reward3 {
    margin-right: 0px;
    background-size: contain;
  }

  .rewards_img {
    margin: 0 auto;
    margin-bottom: 30px;
    height: 300px;
    width: 300px;
  }
}

@media screen and (min-width: 347px) and (max-width: 450px) {
  #home-mobile-container {
    height: 295px;
    padding-top: 1px;
    margin-top: 73px;
  }
}

@media screen and (min-width: 269px) and (max-width: 346px) {
  img#menu {
    width: 16px;
  }
  img#logo {
    height: 35px;
  }

  #home-mobile-container h1 {
    margin-bottom: 50%;
    margin-top: 100px;
  }
  #home-mobile-container {
    height: 229px;
    padding-top: 1px;
    margin-top: 73px;
  }

  #reward1 {
    margin-right: 0px;
    background-size: contain;
  }
  #reward2 {
    background-size: contain;
  }

  #reward3 {
    margin-right: 0px;
    background-size: contain;
  }

  .rewards_img {
    margin: 0 auto;
    margin-bottom: 30px;
    height: 250px;
    width: 250px;
  }
}

@media screen and (max-width: 268px) {
  img#menu {
    width: 14px;
  }
  img#logo {
    height: 35px;
  }

  #home-mobile-container h1 {
    margin-top: 50px;
    margin-bottom: 77px;
    height: 231px;
    padding-top: 1px;
  }

  #reward1 {
    margin-right: 0px;
    background-size: contain;
  }
  #reward2 {
    background-size: contain;
  }

  #reward3 {
    margin-right: 0px;
    background-size: contain;
  }

  .rewards_img {
    margin: 0 auto;
    margin-bottom: 30px;
    height: 170px;
    width: 170px;
  }
}

.page-header {
  background: url(https://clearstream-static.s3.eu-west-1.amazonaws.com/LV/lp/imgs/home_desktop_legals.png)
    no-repeat center center fixed;
  height: 300px;
  min-height: 300px;
  margin: 0px;
  padding-top: 0px;
  margin-bottom: 70px;

  background-size: auto;
  border: none;
  background-position: inherit;
}

@media (min-width: 1000px) and (max-width: 1500px) {
  .page-header {
    background-size: auto;
    border: none;
    background-position: top 6% right 15%;
  }
}

@media (max-width: 999px) {
  .page-header {
    background: url(https://clearstream-static.s3.eu-west-1.amazonaws.com/LV/lp/imgs/home_desktop_legals_mobile.png)
      no-repeat center center fixed;
    height: 300px;
    min-height: 300px;
    margin: 0px;
    padding-top: 0px;
    margin-bottom: 70px;
    background-size: auto;
    border: none;
    background-position: inherit;
  }
}

@media (min-width: 768px) {
  #scrollOnPage {
    display: none;
    position: fixed;
    bottom: 55px;
    right: 10px;
    width: 60px;
    z-index: 99999;
    cursor: pointer;
  }

  img#scrollTopimg {
    width: 40px;
  }
}
@media (max-width: 768px) {
  #scrollOnPage {
    display: none;
    position: fixed;
    bottom: 4px;
    right: -25px;
    width: 60px;
    z-index: 99999;
    cursor: pointer;
  }
  img#scrollTopimg {
    width: 30px;
  }
}

.form-control:focus {
  box-shadow: none;
  border-color: #686868;
}

@media screen and (min-width: 992px) {
  .navbar {
    background-color: #fff;
    padding: 20px 0px 20px;
  }

  .nav-link {
    color: #303849;
    font-family: "MyliusModern-ExtraLight";
    border-bottom: 4px solid #fff;
  }
  .nav-link.active {
    color: #303849;
    border-bottom: 4px solid #2e5c99;
  }

  .nav-link:hover {
    color: #303849;
    border-bottom: 4px solid #2e5c99;
  }

  .navbar-scroll .nav-link {
    color: #303849;
    font-family: "MyliusModern-ExtraLight";
  }

  .navbar-scroll .nav-link.active {
    color: #303849;
  }

  .navbar-scroll .nav-link:hover {
    color: #303849;
  }

  /* .loginBoxContainer {
        background-color: #2e5c99;
        position: absolute;
        top: 0;
        top: 106px;
        right: 60px;
        display:none;

    } */

  .form-group-new {
    margin-left: 150px;
  }

  #logInBtn {
    padding: 19px 52px 19px 52px;
    margin-left: 50px;
  }
  #logInBtn:hover {
    margin-left: 25px;
    color: #ffffff;
    background-color: #2e5c99;
  }

  img#before-login {
    position: absolute;
    right: 154px;
  }
  /* #login-button:hover, #login-button:focus, #login-button:active{
        background-color: #2e5c99 !important;
    } */

  #login-button {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 60px;
  }

  /* #page-mask {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: rgba(0,0,0,0.6);
        display:none;
      }
     */
}

@media screen and (max-width: 991px) {
  .nav {
    background-color: #fff;
  }
  .nav-link {
    color: #303849;
    font-family: "MyliusModern-ExtraLight";
    border-bottom: 2px solid #fff;
  }
  .nav-link.active {
    color: #303849;
    border-bottom: 4px solid #2e5c99;
  }
  .nav-link:hover {
    color: #303849;
    border-bottom: 4px solid #2e5c99;
  }

  #logInBtn {
    margin: 25px 0px 13px 32px;
  }

  .first-text-about-us {
    margin: 50px auto 0px;
    text-align: center;
  }
  div#about-us {
    padding-bottom: 53px;
  }

  #rewards {
    padding: 40px 0px 0px;
  }

  #faqs {
    padding-bottom: 100px;
  }

  .contactUsText {
    padding: 50px 12px 30px;
  }
  img#before-login {
    display: none;
  }
  #login-button {
    position: initial;
  }
}

button:focus-visible {
  outline: none;
  box-shadow: none;
}

button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

.mobile-home-video {
  margin: 0 auto;
}

.carousel-indicators [data-bs-target] {
  width: 20px;
  height: 24px;
  text-indent: unset;
}

.accordion-body ul {
  font-size: 20px;
  color: #ffffff;
  font-family: "OpenSans-Regular";
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .accordion-body ul {
    font-size: 18px;
  }
}

@media screen and (max-width: 766px) {
  .accordion-body ul {
    font-size: 16px;
  }
}

.accordion-body a {
  color: #ffffff;
  font-family: "OpenSans-Regular";
}

.hidden {
  display: none;
}

.contactUsText p {
  color: #3d3d3d;
  margin-top: 30px;
}

@media (min-width: 992px) and (max-width: 1099px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 815px;
  }
  #logInBtn {
    margin: 0px 0px 0px 30px;
  }
  img#before-login {
    margin-left: 65px;
  }
  .nav li {
    display: inline-block;
    padding-left: 25px;
  }
  #home {
    color: #ffffff;
    padding-top: 147px;
    padding-bottom: 60px;
    position: relative;
  }
  .first-text-about-us {
    margin: 0 auto;
    text-align: center;
    margin-top: 110px;
  }
  #section_1 {
    margin-top: -160px;
  }

  .rewards_img {
    height: 350px;
    width: 350px;
    background-size: contain;
  }
  #reward1,
  #reward2 {
    margin-right: 20px;
  }

  .loginBox {
    width: 570px;
    min-height: 500px;
    padding: 40px 50px 38px 50px;
  }

  #logInBtn:hover {
    padding: 22px 52px 38px 52px;
  }

  #login-button {
    right: 40px;
    top: 14px;
  }
  /* .loginBoxContainer {
            top: 100px;
            right:40px;
        } */
  img#before-login {
    position: absolute;
    right: 147px;
  }

  .form-group-new {
    margin-left: 80px;
  }

  .nav li {
    display: inline-block;
    padding-left: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 992px) {
  div#footerNav {
    text-align: end;
  }
  .hide-on-desktop {
    display: block;
  }
  .nav li {
    display: inline-block;
    padding-left: 5px;
  }
  img#logo {
    height: 50px;
  }
  .nav-link {
    font-size: 1rem;
  }

  .nav {
    margin-top: 0px;
  }
  .navbar-subcontainer {
    padding-bottom: 0px;
    padding-top: 0px;
  }

  #welcomeText p {
    width: auto;
  }
  #home {
    padding-top: 50px;
    padding-bottom: 145px;
    margin-bottom: 50px;
  }

  .loginform .submit.btn.btn-secondary.btn-login {
    color: #ffffff;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 796px !important;
  }
  #logInBtn {
    font-size: 1rem;
    margin: 0px 0px 0px 20px;
  }

  input.submit.btn.btn-secondary.btn-login {
    display: inline;
  }
  .nav li {
    padding-left: 20px;
  }

  .first-text-about-us {
    margin-top: 50px;
  }

  .rewards_img {
    height: 350px;
    width: 350px;
    background-size: contain;
  }
  #reward1,
  #reward2 {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  #login-button {
    top: 13px;
    right: 30px;
  }

  .form-group-new {
    margin-left: 80px;
  }
  /* .loginBoxContainer {
                background-color: #2e5c99;
                position: absolute;
                top: 0;
                top: 100px;
                right: 30px;
            } */
  /* 
            .loginBoxContainer>.loginBox{
                background-color: #2e5c99;
                border:none;
            } */

  img#before-login {
    position: absolute;
    right: 143px;
  }
  .btn-close {
    box-sizing: content-box;
    width: 1.3rem;
    height: 1.3rem;
    padding: 0px 0px;
    background: url(https://clearstream-static.s3.eu-west-1.amazonaws.com/british-airways/lp/imgs/close_btn.png);
    background-repeat: no-repeat;
    border: 0;
    position: absolute;
    top: 40px;
    right: 45px;
    opacity: 1 !important;
  }
}

@media (min-width: 1100px) and (max-width: 1199px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 910px;
  }
  #logInBtn {
    margin: 0px 0px 0px 30px;
  }

  img#before-login {
    margin-left: 65px;
  }
  .nav li {
    display: inline-block;
    padding-left: 25px;
  }
  #home {
    color: #ffffff;
    padding-top: 160px;
    padding-bottom: 60px;
    position: relative;
  }
  .first-text-about-us {
    margin: 0 auto;
    text-align: center;
    margin-top: 110px;
  }
  #section_1 {
    margin-top: -170px;
  }

  .rewards_img {
    height: 350px;
    width: 350px;
    background-size: contain;
  }
  #reward1,
  #reward2 {
    margin-right: 30px;
  }

  .loginBox {
    width: 570px;
    min-height: 500px;
    padding: 40px 50px 40px 50px;
  }

  #login-button {
    top: 14px;
  }
  /* .loginBoxContainer {
            top: 100px;
   
        } */

  img#before-login {
    position: absolute;
    right: 147px;
  }

  #logInBtn:hover {
    padding: 22px 52px 38px 52px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1010px;
  }
  #logInBtn {
    margin: 0px 0px 0px 40px;
  }

  img#before-login {
    margin-left: 120px;
  }
  #home {
    color: #ffffff;
    padding-top: 200px;
    padding-bottom: 130px;
    position: relative;
  }
  .first-text-about-us {
    margin: 0 auto;
    text-align: center;
    margin-top: 110px;
  }
  #section_1 {
    margin-top: -170px;
  }

  .nav li {
    display: inline-block;
    padding-left: 30px;
  }

  .rewards_img {
    height: 350px;
    width: 350px;
    background-size: contain;
  }
  #reward1,
  #reward2 {
    margin-right: 30px;
  }

  /* .loginBoxContainer {
 
            top: 102px;
      
           } */
  #login-button {
    top: 11px;
  }

  .loginBox {
    width: 570px;
    min-height: 500px;
    padding: 40px 70px 40px 70px;
  }

  #logInBtn:hover {
    padding: 22px 52px 38px 52px;
  }
}

@media (min-width: 1200px) and (max-width: 1281px) {
  /* .loginBoxContainer {
 
                top: 100px;
          
               } */
  img#before-login {
    position: absolute;
    right: 147px;
  }
  #logInBtn:hover {
    padding: 22px 52px 42px 52px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }

  #logInBtn {
    margin-left: 30px;
    font-size: 1.3rem;
  }
  img#before-login {
    margin-left: 100px;
  }

  #home {
    color: #ffffff;
    padding-top: 180px;
    padding-bottom: 100px;
    position: relative;
  }
  .first-text-about-us {
    margin: 0 auto;
    text-align: center;
    margin-top: 106px;
  }
  #section_1 {
    margin-top: -170px;
  }

  #rewards {
    padding: 100px 0px 50px;
    text-align: center;
  }
  /* .loginBoxContainer {
 
         top: 106px;
   
        } */
  #login-button {
    top: 11px;
  }
}

@media (min-width: 1400px) and (max-width: 1450px) {
  /* .loginBoxContainer {
                top: 102px;
            } */

  #logInBtn:hover {
    padding: 22px 52px 38px 52px;
  }
}

@media screen and (min-width: 1550px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1332px;
  }

  #logInBtn {
    margin-left: 50px;
    font-size: 1.3rem;
  }
  img#before-login {
    margin-left: 150px;
  }

  #home {
    color: #ffffff;
    padding-top: 220px;
    padding-bottom: 120px;
    position: relative;
  }

  .first-text-about-us {
    margin: 0 auto;
    text-align: center;
    margin-top: 106px;
  }
  #section_1 {
    margin-top: -170px;
  }
  /* .loginBoxContainer {
            top: 106px;
        } */
}

@media screen and (min-width: 1750px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1450px;
  }

  #logInBtn {
    margin-left: 25px;
    font-size: 1.3rem;
  }
  img#before-login {
    margin-left: 150px;
  }

  #home {
    color: #ffffff;
    padding-top: 228px;
    padding-bottom: 165px;
    position: relative;
  }

  .first-text-about-us {
    margin: 0 auto;
    text-align: center;
    margin-top: 106px;
  }
  #section_1 {
    margin-top: -176px;
  }
}

@media screen and (max-width: 575px) {
  .first-text-about-us {
    margin-top: 50px;

    padding: 40px 12px;
    border-radius: 0px;
  }
}
