
#ouibounce-modal {
    font-family: 'Open Sans', sans-serif;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  #close_div_id {
      width: 100%;
      margin-left: 98%;
      cursor: pointer;
  }
  #close_div_id img {
      width: 4%;
  }
  .close_div{
      cursor: pointer;
  }
  #ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
  }
  #ouibounce-modal .ouibounce-modal {
    width: 600px;
    height: 400px;
    background-color: #f0f1f2;
    z-index: 10;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    -webkit-animation: popin 0.3s;
    animation: popin 0.3s;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,86,185,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,86,185,1);
    box-shadow: 0px 0px 20px 0px rgba(0,86,185,1);
  }
  
  #ouibounce-modal .ouibounce-modal-title {
    font-size: 18px;
    background-color: #252525;
    color: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center;
  }
  #ouibounce-modal h3 {
    color: #fff;
    font-size: 1em;
    margin: 0.2em;
    text-transform: uppercase;
    font-weight: 500;
  }
  #ouibounce-modal .ouibounce-modal-body {
    padding: 0px 20px;
    font-size: 0.9em;
  }
  #ouibounce-modal p {
      color: #344a5f;
      line-height: 1.3em;
      font-size: 1.5em;
  }
  #ouibounce-modal p strong{
      font-size: 1.6em;
  }
  #ouibounce-modal center {
     margin-top:25px;
  }
  #ouibounce-modal .watch {
      color: #44c767;
  }
  .watchvideobackground {
      width: 125%;
  }
  .playicon {
    background-repeat: no-repeat;
    background-image: url(https://bio-img.biotrust.com/Shopify/global/icons/play.png);
    background-size: 40px;
    float: left;
    height: 40px;
    width: 40px;
    margin-left: -25px;
    margin-top: -8px;
    margin-bottom: -8px;
}
  }
  .playtxt {
    padding-top: 5px;
    margin-right: 40px;
  }
  .readicon {
    background-repeat: no-repeat;
    background-image: url(https://bio-img.biotrust.com/Shopify/global/icons/glasses.png);
    background-size: 60px;
    float: left;
    height: 60px;
    width: 60px;
    margin-left: -35px;
    margin-top: -14px;
    margin-bottom: -15px;
  }
  .readtxt {
    width: 125%;
    padding: 0;
    padding-top: 5px;
    margin-left: -15px;
  }
  #delay {
      display: none;
  }
  #ouibounce-modal .read {
      color: #fb9e25;
  }
  .ouibounce-play-btn {
      width:35%;
      margin-right:20px;
      background-color:#44c767;
      -moz-border-radius:13px;
      -webkit-border-radius:13px;
      border-radius:13px;
      border:1px solid #18ab29;
      display:inline-block;
      cursor:pointer;
      color:#ffffff;
      font-family:Arial;
      font-size:17px;
      padding:16px 31px;
      text-decoration:none;
      text-shadow:0px 1px 0px #2f6627;
  }
  .ouibounce-play-btn:hover {
      background-color:#5cbf2a;
  }
  .ouibounce-play-btn:active {
      position:relative;
      top:1px;
  }
  
  .ouibounce-read-btn {
      width:35%;
      margin-left:20px;
      background-color:#fb9e25;
      -moz-border-radius:13px;
      -webkit-border-radius:13px;
      border-radius:13px;
      border:1px solid #eeb44f;
      display:inline-block;
      cursor:pointer;
      color:#ffffff;
      font-family:Arial;
      font-size:17px;
      padding:13px 31px;
      text-decoration:none;
      text-shadow:0px 1px 0px #cc9f52;
  }
  .ouibounce-read-btn:hover {
      background-color:#ffc477;
  }
  .ouibounce-read-btn:active {
      position:relative;
      top:1px;
  }
  
  #ouibounce-modal form {
    text-align: center;
    margin-top: 35px;
  }
  #ouibounce-modal form input[type=text] {
    padding: 12px;
    font-size: 1.2em;
    width: 300px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased;
  }
  #ouibounce-modal form input[type=submit] {
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px;
    font-size: 1.1em;
    border-radius: 4px;
    color: #fff;
    background-color: #4ab471;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
  }
  #ouibounce-modal form p {
    text-align: left;
    margin-left: 35px;
    opacity: 0.8;
    margin-top: 1px;
    padding-top: 1px;
    font-size: 0.9em;
  }
  #ouibounce-modal .ouibounce-modal-footer {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
  }
  #ouibounce-modal .ouibounce-modal-footer p {
    text-transform: capitalize;
    cursor: pointer;
    display: inline;
    border-bottom: 1px solid #344a5f;
  }