.modal-body div button.ct-link-button:hover {
    color: #fff;
}
.modal-header h2 {
    color: #fff;
    font-size: 25px;
    line-height: 10px;
    padding-bottom: 5px;
    margin-top: 30px;
  }
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed!important; /* Stay in place */
    z-index: 999999999; /* 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 */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 700px;
    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.1s;
    animation-name: animatetop;
    animation-duration: 0.1s
  }
  
  /* 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 */
  .close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 65px;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  .modal-header {
    padding: 2px 16px;
    background-color: #566d8f;
    color: white;
  }
  
  .modal-body {
    padding: 2px 16px;
    font-size: 16px;
    font-family: 'Verdana';
  }
  
  .clearfix:after { 
     content: "."; 
     visibility: hidden; 
     display: block; 
     height: 0; 
     clear: both;
  }
  
  .Envatomodal-faq {
    margin-left: 10px;
  }
  
  .Envatomodal-faq li {
    padding-bottom: 4px;
  }
  
  /* Style the form */
  
  /* Style the input fields */
  .EnvatoModalInput {
    padding: 10px;
    width: 400px;
    height: 50px!important;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
  }
  
  /* Hide all steps by default: */
  .tab {
    display: none;
  }
  
  .tabanimation {
    -webkit-animation-name: fadeInRight;
      animation-name: fadeInRight;
      -webkit-animation-duration: 500ms;
      animation-duration: 500ms;
  }
  
  .active {
    display: block;
  }
  
  @-webkit-keyframes fadeInRight{
  0%{
    opacity:0;
      -webkit-transform:translateX(200px);
      transform:translateX(200px)
    }
    100%{
    opacity:1;
    -webkit-transform:translateX(0);
    transform:translateX(0)
    }
  }
  @keyframes fadeInRight{
    0%{
        opacity:0;
          -webkit-transform:translateX(200px);
          -ms-transform:translateX(200px);
          transform:translateX(200px)
      }
      100%{
          opacity:1;
          -webkit-transform:translateX(0);
          -ms-transform:translateX(0);
          transform:translateX(0)
       }
  }
       
  .fadeInRight{
    -webkit-animation-name:fadeInRight;
      animation-name:fadeInRight
  }
  
  .modal-body div a.ct-link-button:hover {
    color: #fff;
  }

  .popuptitle {
    font-size: 25px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 7px;
    display: block;
  }