@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
body {
    font-family: 'Roboto', sans-serif;
}
.lemmikkaart-container {
    display: flex;
    justify-content: center;
    height: 100%;
}
.lemmikkaart-menu .lemmikkaart-container {
    align-items: flex-end;
}
.lemmikkaart-content {
    width: 1000px;
}
.lemmikkaart-menu {
    height: 80px;
    background-color: #E6E7E8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.menubar {
    display: flex;
    justify-content: space-between;
}
.menubar ul {
    list-style: none;
    display: flex;
    margin: 0;
    background-color: #FFFFFF;
    padding: 12px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    width: 100%;
    margin-left: 22px;
    padding-left: 31px;
    padding-right: 31px;
}
.menubar ul li {
    flex: 1;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}
.banner {
    margin-top: 40px;
    height: 171px;
    background-color: #E6E7E8;
    margin-bottom: 49px;
}
.programs {
    display: flex;
    margin-left: -29px;
    margin-right: -29px;
}
.programs > div {
    flex: 0 0 calc(50% - 58px);
    background-color: #E6E7E8;
    margin-left: 29px;
    margin-right: 29px;
    padding: 18px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    padding-bottom: 85px;
}
.programs .lemmikkaart {
    
}
.programs .koduomanik {
    
}
.programs .program-points {
    margin-bottom: 23px;
    margin-top: 23px;
}
.programs .program-points img {
    height: 99px;
    margin-left: 5px;
    margin-right: 5px;
}
.programs .program-title {
    width: 311px;
    height: 61px;
    font-weight: bold;
    font-size: 32px;
    line-height: 41px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px; 
}
.programs .program-title img {
    height: 100%;
}
.programs .program-title span {
    flex: 1;
}
.programs .lemmikkaart .program-title {
    background: #53A14F;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
}
.programs .lemmikkaart .program-title::before {

}
.programs .koduomanik .program-title {
    background: #D50032;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
}
.programs .koduomanik .program-title::before {
}
.programs .program-benefits {

}
.programs .program-benefits h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
}
.programs .program-benefits ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
}
.programs .program-benefits ul li {

}
.join-program {
    position: absolute;
    bottom: 20px;
}
.main-button {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 43px;
    padding-right: 43px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
}
.main-button.green {
    background: #53A14F;
    color: white !important;
}
.main-button.red {
    background: #D50032;
    color: white !important;
}
.main-button.yellow {
    background: #FAE927;
    color: black;
}
footer {
    margin-top: 40px;
    background-color: #095BA6;
    height: 60px;
}
footer .footer-menu {
    display: flex;
    justify-content: space-between;
}
footer .footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
footer .footer-menu ul li {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}
footer .footer-menu ul.left-footer li {
    margin-right: 80px;
}
footer .footer-menu ul.right-footer li {
    margin-left: 20px;
}
.programs .disclaimer {
    width: 295px;
    margin-top: 19px;
    font-size: 10px;
}
.program-details-page {
    margin-top: 100px;
}
.program-details {
    display: flex;
    width: 851px;
}
.program-details-left {
    width: 400px;
}
.program-details-right {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    
    width: 450px;
}
.color-container {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 20px;
    padding-left: 20px;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
}
.green-background {
    background: #53A14F;
    color: #FFFFFF;
}
.gray-background {
    background: #425563;
    color: #FFFFFF;
}
.program-details-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.program-details-right ul li {
    margin-bottom: 18px;
}
.program-details-right ul li:last-child {
    margin-bottom: 0;
}
.flexbox {
    display: flex;
    justify-content: center;
}
.auth-buttons {
    display: flex;
    margin-top: 20px;
    margin-right: -90px;
}
.auth-buttons button {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 26px;
    padding-left: 26px;
}
.auth-buttons button {
    margin-right: 16px;
}
.auth-buttons button:last-child {
    margin-right: 0px;
}
.auth-content {
    margin-right: -77px;
}
.auth-input.show {
    display: flex;
}
.auth-input {
    margin-top: 10px;
    display: none;
}
.auth-input input {
    border: 1px solid #c7c7c7;
    height: 40px;
    padding: 15px;
    flex: 1;
}
.auth-input button {
    margin-left: 10px;
    background: green;
    color: white;
    border: none;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: bold;
}
.request-popup {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 42%);
    display: none;
    justify-content: center;
    align-items: center;
}
.request-popup.show {
    display: flex;
}
.request-popup-content {
    background: #053560;
    color: white;
    padding: 50px;
    text-align: center;
}
.lemmik-account {
    margin-top: 60px;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
    font-weight: normal;
font-size: 12px;
line-height: 15px;

}
.lemmik-account h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
    padding: 21px;
    margin-bottom: 0;
}
.lemmik-account-content {
    background: #E6E7E8;
    padding-top: 26px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 26px;
}
.two-side-form, .three-side-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.two-side-form > div {
    /* margin-bottom: 16px; */
}
.two-side-form > div.fields-two-column {
    flex: 1;
}
.fields-two-column {
    display: flex;
    flex-wrap: wrap;
    margin-right: -78px;
}
.fields-two-column > div {
    flex: 0 0 calc(50% - 78px);
    margin-right: 78px;
}
.field-wrapper label {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
.field-wrapper label::after {
    content: "*";
    margin-left: 4px;
    color: #FE1010;
}
.field-wrapper input {
    background: #FFFFFF;
    border: 0.2px solid #c5c5c5;
    box-sizing: border-box;
    height: 40px;
    width: 100%;
}
.form-required-fields {
    color: #FE1010;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 13px;
}
.help-block {
    font-weight: normal;
font-size: 12px;
line-height: 15px;
}
.help-block-error {
    color: #FE1010;
}
.select2-container--krajee .select2-selection--single {
    height: 40px;
    line-height: 26px;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 39px;
}
.custom-control-label::before, .custom-control-label::after {
    width: 28px;
    height: 28px;
    background: #BFBFC0;
    top: 0;
    left: 0;
}
.white .custom-control-label::before, .white .custom-control-label::after {
    background-color: white;
}
.custom-control-label::before {
    background-color: #095ba6;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    height: 28px;
    align-items: center;
}
.custom-control-label > div {
    margin-left: 45px;
}
.custom-control {
    padding-left: 0rem;
}
.questions-fields {
    display: flex;
    flex-wrap: wrap;
}
.questions-fields > div {
    flex: 0 0 20%;
}
.additional-questions p.question:first-child {
    margin-top: 27px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after, .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #095ba6;
}
.form-group > div {
    display: flex;
    flex-wrap: wrap;
}
.form-group > div .radio {
    flex: 0 0 20%;
}
.thanks {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
}
.lojaalsusprogramm2021 .menubar a {
    color: black;
}
.lojaalsusprogramm2021 footer a {
    color: white;
}
label.radio {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 28px;
    display: flex;
    align-items: center;
    padding-left: 40px;
}
label.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border-radius:0;
  }
  
  /* On mouse-over, add a grey background color */
  label.radio:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  label.radio input:checked ~ .checkmark {
    background-color: #095ba6;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  label.radio input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  label.radio .checkmark:after {
       top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }
  .errormessage {
    display: block;
    width: 100%;
    margin: 0;
    margin-left: 45px;
  }
  .errormessage  .help-block-error
  {
      margin-bottom: 0;
  }
  .hidden-desktop {
      display: none;
  }
  .new-koduomanik-list .listing-list {
    background: white;
    color: black;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
}
.new-koduomanik-list .listing-list ul li{
    margin: 0px;
    font-weight: normal;
    margin-bottom: 3px;
}
.new-koduomanik-list .listing-list ul.normal-text li{
    font-weight: normal;
 
}

.listing-list .listing-icon img {
    margin-right: 15px;
    width: 100px;
    margin-top: -50px;

}
.listing-icon.discount {
}
.programs .program-points {

}
.banner-icons {
    position: relative;
}
.banner-icons > img {
    position: absolute;
    top: 35px;
    width: 100px;
    left: 44%;
}
  @media screen and (max-width: 769px) {
    .programs .koduomanik {
        order: -1;
    }
      .navbar-nav {
          margin-top: 20px;
      }
    .container {
        padding: 0;
    }
    p.contact-info {
        margin-top: 50px !important;
    }
    .lemmik-account h1 {
        font-size: 19px;
        line-height: 29px;
    }
    .form-group > div .radio {
        flex: 0 0 50%;
    }
    .fields-two-column {
        margin-right: 0px;
    }
    .two-side-form, .three-side-form {
        display: block;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .conditsions .form-group {
        height: 60px;
    }
    .conditsions .form-group:first-child {
        height: 40px;
    }
    .two-side-form .fields-two-column > div {
        flex: 0 0 100%;

    }
    .fields-two-column > div {
        flex: 0 0 80%;
        margin-right: 0;
    }
      button[name="id-button"] {
          display: none;
      }
      .auth-content {
        margin-right: 0;
    }
      .auth-buttons {
          margin-right: 0;
      }
      .auth-buttons > button {
          width: 100%;
          margin: 0;
      }
    .program-details-page {
        margin-top: 15px;
    }
    .program-details {
        flex-wrap: wrap;
        width: 100%;
    }
    .flexbox {
        flex-wrap: wrap;
    }
    .hidden-desktop {
        display: flex;
    }
    .lemmikkaart-content {
        width: 100%;
    }
    .lemmikkaart-menu {
        display: none;
    }
    .banner img {
        width: 100%;
    height: 100%;
    object-fit: cover;
    }
    .programs {
        display: flex;
        margin-left: 0;
        margin-right: 0;
        flex-wrap: wrap;
    }
    .programs > div {
        flex: 0 0 100%;
        margin: 0;
    }
    footer {
        height: auto;
    }
    footer .footer-menu {
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .lemmikkaart-container {
        display: block;
        padding: 20px;
    }
    footer .footer-menu ul:first-child {
        margin-bottom: 20px;
    }
    footer .footer-menu ul {
        width: 100%;
    }
    footer .footer-menu ul.left-footer li, footer .footer-menu ul.right-footer li {
        margin: 0;
        flex: 1;
        text-align: center;
    }
    .lemmikkaart-wrapper {
        margin-left: 10px;
        margin-right: 10px;
    }
    .programs .lemmikkaart {
        margin-bottom: 20px;
    }
    .programs .lemmikkaart .program-card, .programs .lemmikkaart .program-benefits {
        margin: 0 !important;
    }
  }