
/* 1. Main Banner  */
.wonder-banner {
    position: relative;
}
.wonder-banner .heading-bars {
    position: relative;
}
.wonder-banner select {
    background: #fff;
}
.wonder-banner .form_container{
    text-align: right;
    position: absolute;
    bottom:0;
    left: calc(50% + 220px);
    z-index: 2;
}
.wonder-banner .form-group {
    padding-bottom: 15px;
}

.form_block{
    margin-top: 18px;
}
  
  .form_box{
    background: #ff6200;
    border-radius: 8px 8px 0 0;
    text-align: left;
    padding: 10px 15px 15px;
  }
  
  .form_box form{
    max-width: 320px;
    margin: 0 auto;
  }
  
  .form_box .title{
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 15px;
  }
  
  .input_row,
  .chosen-container {
    padding-right: 0px;
    position: relative;
    display: block;
  }
  .chosen-container select {
    background: #fff;
  }
  
  .input_row:first-child {
    padding-left: 0px;
  }
  
  .input_row label {
    position: absolute;
    left: -105px;
    top: 0px;
    height: 44px;
    font-weight: 400;
    font-size: 18px;
    line-height: 44px;
    color: #767676;
    margin: 0px;
    padding: 0px;
  }
  
  .form_block input,
  .form_block select {
    background: #fff;
    font-family: 'ing_me_regular';
    border-radius: 5px;
    height: 40px;
  }
  .form_block input:focus{
    -webkit-box-shadow: 1px 2px 2px 2px #E5FFE3;
    box-shadow: 0px 0px 3px 1px rgba(255,255,255,0.7);
    background: #fff;
  }
  .office-locator .form-row:after, .office-locator fieldset:after {
    bottom: 16px;
  }
  .help-block.with-errors li {
    background: red;
    color: #fff;
  }
  .form-group .list-unstyled {
    bottom: 0;
  }
  label[for="check-opt-in"] {
    color: #fff;
    font-size: 16px;
    margin-top: 8px;
    line-height: 1.2;
    position: relative;
  }
  
  .form-group>.checkbox a{
    color: inherit;
    text-decoration: underline;
  }
  #check-opt-in {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    float: left;
    margin: 0 10px 40px 2px;
  }
  #check-opt-in + label{
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    margin: 0 !important;
    max-width: 99%;
  }
  #check-opt-in + label:before{
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: #fff;
    cursor: pointer;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 5px;
    position: absolute;
    left:0;
    border: 1px solid #dad8dd;
  }
  #check-opt-in:checked + label:before{
    background-image: url(/dam/ingro/lp/credit-card-blackfriday/img/icon-checkbox.png);
  }
  .custom-select:after,
  .office-locator .form-row:after,
  .office-locator fieldset:after,
  .filters_area .city-select-wrapper:after,
  .filters_area .services-select-wrapper:after {
    line-height: 40px;
  }
  .form_box .btn{
    display: inline-block;
    background: #fff;
    color:#ff6200;
    border: 0;
    margin-top: 5px;
    font-size: 18px;
    height: auto;
    padding: 15px 30px 15px 30px;
    border-radius: 6px;
    line-height:1;
  }
  .form_box .btn:before{
    /* content: ">"; */
    display: inline-block;
    margin-right: 10px;
    font-size: 21px;
    transition: all 0.6s ease;
    position:relative;
    left:0;
  }
  .form_box .btn:hover:before{
    left:10px;
    opacity: 0;
  }
  .form_box .btn:after{
    content: ">";
    display: inline-block;
    position:absolute;
    font-size: 21px;
    /*left:20px;*/
    left: 5px;
    opacity: 0;
    transition: all 0.6s ease;
  }
  .form_box .btn:hover:after{
    /*left: 30px;*/
    left: 15px;
    opacity: 1;
  }
  /* END form box */
  
  .banner-arrow{
    width: 60px;
    height: 60px;
    position:absolute;
    bottom: 0;
    left:50%;
    margin-left:-30px;
    cursor: pointer;
    z-index: 1;
  }
  .banner-arrow:before,
  .banner-arrow:after,
  .banner-arrow span{
    content: "";
    display:block;
    height: 20px;
    width: 20px;
    border-right: 3px solid #ff6200;
    border-bottom: 3px solid #ff6200;
    position:absolute;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -11px;
    transition: all 0.6s ease;
  }
  .banner-arrow:before{
    top: 4px;
    opacity: 0;
  }
  .banner-arrow:after{
    top: 14px;
  }
  .banner-arrow span{
    width: 22px;
    height: 22px;
    top: 5px;
    transition: all 0.6s ease;
  }
  .banner-arrow:hover span{
    top: 15px;
  }
  .banner-arrow:hover:after{
    opacity: 0;
  }
  .banner-arrow:hover:before{
    opacity: 1;
  }
  
  /* 2. Beneficii section  */
  .beneficii {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .section-title {
    text-align:center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: normal;
    color: var(--color-gray400);
    position:relative;
  }
  .page-container {
    overflow-x: hidden;
  }
  .grey-row {
    position: relative;
  }
  .grey-row:before,
  .grey-row:after {
    content: "";
    display: block;
    background: var(--bgcolor-gray100);
    width: 1000px;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .grey-row:before {
    left: -1000px;
  }
  .grey-row:after {
    right: -1000px;
  }
  .grey-row,
  .grey-row .section-title span {
    background: var(--bgcolor-gray100);
  }
  .section-title:before {
    content: "";
    display: block;
    border-top: 1px solid #ff6200;
    position:absolute;
    top: 50%;
    width: 100%;
  }
  
  .section-title span {
    background: var(--bgcolor-white);
    padding: 0 38px;
    display: inline-block;
    position:relative;
  }
  .box-beneficii {
    border: 1px solid #ff6200;
    border-radius: 10px;
    text-align: center;
    padding: 30px 15px;
    margin: 15px 0;
}
  .box-beneficii .icon-box{
    margin-top: 10px;
  }
  .box-beneficii .icon-box img {
    margin: 0 auto;
    display:block;
    max-width: 64px;
    max-height: 64px;
  }
  .box-beneficii h3 {
    color: #ff6200;
    text-align:center;
    font-size: 24px;
    line-height: 1.1;
    min-height: 55px;
    margin: 13px 0 4px;
  }
  .box-beneficii p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding:0;
  }
  .box-beneficii p:last-of-type{
    margin-bottom: 8px;
  }
  .grid-four-columns .item {
    padding: 0 5px;
    display: flex;
    align-items: stretch;
    align-content: stretch;
  }
  .grid-four-columns .item > div {
    width: 100%;
  }
  
  
  /* 3. Ce mai trebuie sa stii section  */
  .ce-trebuie-sa-stii .section-title {
    margin-bottom: 30px
  }
  .ce-trebuie-sa-stii h3 {
    color:#ff6200;
    margin: 20px 0 10px;
    font-size: 22px;
  }
  .ce-trebuie-sa-stii p {
    line-height:1.4;
    font-size: 16px;
  }
  ul.two-columns {
    padding:0;
    list-style: none;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    margin: 15px 0 30px
  }
  ul.two-columns li {
    display: block;
    padding-left: 55px;
    font-size: 16px;
    margin: 0 0 10px;
    position:relative;
    line-height:24px;
  }
  ul.two-columns li:before {
    content: "";
    display:block;
    width: 26px;
    height: 22px;
    background-image: url('/dam/ingro/lp/credit-card-blackfriday/img/icon-checkbox.png');
    background-size: cover;
    position:absolute;
    left: 15px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .vc-bottom,
  .vc-bottom:visited {
    background: #ff6200;
    color: #fff !important;
    text-decoration: none;
    margin: 15px 0;
    font-size: 21px;
    height: auto;
    padding: 8px 10px 8px 10px;
    min-width: 180px;
    border-radius: 6px;
  }
  .vc-bottom:before,
  .vc-bottom:after {
    content: ">";
    display: inline-block;
    padding-right: 10px;
    position:relative;
    transition: all 0.6s ease;
  }
  .vc-bottom:before{
    left:0;
    display: none;
  }
  .vc-bottom:after {
    position:absolute;
    opacity:0;
    left:14px;
  }
  .vc-bottom:hover:before {
    opacity: 0;
    left: 10px;
  }
  .vc-bottom:hover:after {
    opacity: 1;
    left: 24px;
  }
  .left-img-container {
    margin-top:30px;
  }
  .left-img-container.text-center img{
    margin: 0 auto;
  }
  
  /* 4. Footer notes */
  .foot-notes {
    font-size: 12px;
    padding: 30px 0 10px;
  }
  .foot-notes p {
    font-size: inherit;
    font-size: 12px;
    line-height: 20px;
    color: #767676;
    padding:0;
  }
  
  
  /* 5. Small Resolutions */
  @media screen and (min-width: 992px) {
    .wonder-banner .heading-wrapper {
        padding-top: 28%
    }
  }
  @media screen and (min-width: 1230px) {
    .wonder-banner .heading-wrapper {
        padding-top: 15%;
        padding-bottom: 20%;
    }
  }

  @media screen and (max-width: 1229px) {
    .wonder-banner .form_container {
      position: static;
      margin: 0 auto;
      max-width: 340px;
    }
    .wonder-banner .form_box {
      border-radius: 8px;
    }
    h2 {
      font-size: 22px;
      line-height: 1.4;
    }
  }
  @media screen and (max-width: 767px) {
    .hidden-sm{
        display: none !important;
    }
    .visible-sm{
        display: block !important; 
    }
    .banner-arrow{
        position:relative;
        left:0;
        margin:0 auto;
    }
    .form_container{
        text-align: center;
    }
    .form_box {
        border-radius: 8px;
        margin-bottom: 15px;
        display: inline-block;
    }
    .partner-slider{
        padding: 0 50px;
    }
    .banner-arrow:before,
    .banner-arrow:after{
        opacity: 1 !important;
    }
    .vc-bottom{
        margin-top: 50px;
    }
    .form_box .btn:before,
    .form_box .btn:after,
    .vc-bottom:before,
    .vc-bottom:after{
        display:none;
    }
    .section-title{
        margin-left: -15px;
        margin-right: -15px;
    }
    .section-title span{
        padding: 0 15px;
    }
    .terms-cond input[type="checkbox"]{
        margin: 0 10px 40px 2px;
    }
  }
  @media screen and (max-width: 479px) {
    .box-beneficii {
      margin: 0 0 15px
    }
    .ce-trebuie-sa-stii h3 {
      font-size: 18px;
      line-height: 1.4;
    }
  }
  
  
  
  /* AE202052022 */