.vvb-plugin-wrapper   * {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: inherit;
    box-shadow: none;
}



.vvb-plugin-wrapper .vbb_modal  a {
    box-shadow: none;  
    text-decoration: none;   
}

.vvb-plugin-wrapper .vbb_modal  h2:before  {
    
    content: none
    
    
}

.vvb-plugin-wrapper .vbb_modal  h2  {
    
    color: #fff;
    padding: 0px;
    font-weight: bold
    
    
}

/* The Modal (background) */
.vbb_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .vbb_modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 45%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 10px;
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  /* The Close Button */
  .vbb_close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .vbb_close:hover,
  .vbb_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .final:hover{
      color: #000
  }
  
  .vbb_modal-header {
    padding: 2px 16px;
    background-color: #2f1e8e;;
    color: white;
    border-radius: 10px;
  }
  
  .vbb_modal-header h2 {
      text-align: center;
      margin: 10px 0px;;
      clear: none;
      font-size: 1.4rem;
  }

  .vbb_modal-header strong {
    font-weight: bold
}
  
  .vbb_modal-body {padding: 16px 16px 1px 16px;}
  
  .vbb_modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
  }
  
  .vbb_btn {
      display: inline-block;
      padding: 6px 12px;
      margin-bottom: 0;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.42857143;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 4px;
  }
  
  .vbb_whatsapp-btn{
      width: 100%;
      padding: 12px 0px;
      max-width: 100%;
      background: #2fd44d;
      border: none;
      font-weight: 900;
      text-decoration: none;
      color: #fff;
      font-size: 20px;
  }
  .vbb_action_btn{
  width: 100%;
      padding: 12px 0px;
      max-width: 100%;
      background: #41449e;
      border: none;
      font-weight: 900;
      text-decoration: none;
      color: #fff;
      font-size: 20px;
  }

  .vbb_modal-body a {
      border: none
  }

  .vbb_modal-body p {
    margin: 10px
}


  @media only screen and (max-width: 600px) {
    .vbb_modal-content{
        width: 95%;
    }
  }

  /* .vvb_lk a{
    text-decoration: none;
    border: none
    
  } */

  .vvb_lk a:hover{
    text-decoration: none
  }

  .vvb_lk a{
    text-decoration: none
  }