
.offer-sec {
    background-size: cover;
  background-repeat: no repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
}
.offer-sec .note{
      color: #fff;
    font-size: 12px;
    margin-top: 6px;
}
.background-absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-size: cover;
    max-width: none !important;
    background-repeat: no-repeat;
    background-position: center center;
    -o-object-fit: cover;
    object-fit: cover;
}


.offer-sec{
  overflow:visible !important;
}

.offer-sec.brand-element:before{
  right:0;
}

.offer-sec h1 {
    color:#fff;
/*     font-size: 1.8em; */
    margin-top: 0;
/*     border-bottom: solid 1px #c7c7c7; */
    padding-bottom: 0;
    margin-bottom: 0.3em;
  font-weight:400;
}

.offer-sec h1 .small {
    display: block;
    font-size: 0.7em;
}

.offer-sec h2 {
    font-size: 1.4em;
    text-align: left;
}

.offer-sec .content {
    font-size: 0.95em;
}


/* IFRAME
////////////////////*/
.iframe-title{
  color:#fff;
}

.offer-pdf,
.whitepaper-frame__inside {
    width: 100%;
    height: 550px;
    border: solid 0 #fff;
}

.offer-wrap{
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 1em;
    width: 90%;
    max-width:500px;
    margin-left: auto;
}

.offer-pdf {
    margin-top: -22em;
    -webkit-box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.37);
            box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.37);
    border: solid 3px #fff;
    width: 100%;
    background-size: contain !important;
    background-color: #f7f7f7;
    height: 555px;
}

.whitepaper-frame__inside--no-pdf-support {
    opacity: 0;
    display:none;
}


/* offer 3d */
.offer-3d {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 1em;
}

.sample h3{
    margin-top: 0.5em;
    margin-bottom: 0;
    font-weight: bold;
}


/* form */
.offer-sec .offer-form {
    border: solid 1px #dadada;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.15);
    padding: 1em;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.offer-form:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}


/* POPUP */
.mfp-content{
  text-align: center;
}

.mfp-content #iframe-popup {
    max-width: 900px;
    height: 90vh;
    width: 90%;
/*     left: 50%; */
    position: relative;
/*     transform: translateX(-50%); */
}
.form-col {
  width: 30%;
  padding-right: 30px;
}
.pdf-col {
  width: 70%;
  position: relative;
  height: calc(100% + 22em);
}
.offer-wrap {
  max-width: 100%;
  top: 100px;
  width: 100%;
}
.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.offer-pdf {
  margin-top: 0;
}
.mfp-content #iframe-popup {
  margin: auto;
}


@media (max-width:800px){
  .form-col, .pdf-col {
    width: 100%;
    padding-right: 0;
  }
  .content-wrapper {
    padding-top: 15px;
  }
  .iframe-title{
      color:#005352;
  }
  
  .offer-sec .cols {
    -webkit-box-flex: 1;-ms-flex: auto;flex: auto;
    display: block;
    max-width: none !important;
    min-width: initial !important;
    width: 100% !important;
  }
  
  .offer-sec .header .col-2 {
    display: none;
  }
  
  
  .offer-wrap{
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  
  .offer-sec .col-2 {
/*     -webkit-box-ordinal-group: 0;-ms-flex-order: -1;order: -1; */
    margin-bottom: 3em;
  }
  
  .offer-pdf {
    margin-top: 2em;
/*     overflow: scroll;
    -webkit-overflow-scrolling: touch;
    width: 90%; */
  }
}