#pop_up {
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  display: none;
  padding: 20px;
  width: 360px;
  min-height: 190px;
  top:30% !important;
  position:fixed !important;
}

  #pop_up h3 {
      font-size: 19px;
      text-align: center;
      padding: 20px 0px;
      line-height: 25px;
  }

  #pop_up .b-close {
      padding: 5px 13px;
      background: #14b8e2 none repeat scroll 0% 0%;
      border: 1px solid #14b8e2;
      border-radius: 5px;
      margin-left: 37%;
      font-size: 16px;
      color: white;
      font-weight: 400;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
  }

  #pop_up .b-close1 {
      padding: 5px 13px;
      background: rgb(255, 255, 255) none repeat scroll 0% 0%;
      border: 1px solid #14b8e2;
      border-radius: 6px;
      margin-left: 100px;
      font-size: 18px;
      color: #14b8e2;
      font-weight: bold;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      width:20%;
  }

  #pop_up .b-close2 {
      padding: 5px 13px;
      background: rgb(255, 255, 255) none repeat scroll 0% 0%;
      border: 1px solid #14b8e2;
      border-radius: 6px;
      margin-left: 10px;
      font-size: 18px;
      color: #14b8e2;
      font-weight: bold;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
       width:20%;
  }

  #pop_up .b-closeExl {
      padding: 5px 13px;
      background: #14b8e2 none repeat scroll 0% 0%;
      border: 1px solid #14b8e2;
      border-radius: 5px;
      font-size: 16px;
      color: white;
      font-weight: 400;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
  }

  #pop_up .b-close:hover {
      /*background: #14b8e2;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;*/
      color: white;
  }
