

    .queryModel .normal-btn {
      color: #000;
      background: #ffde00;
      margin-top: 0px;
      margin-bottom: 0px;
      border-radius: 5px;
      text-transform: uppercase;
    }
    .queryModel .btn:hover {
      background-color: #ddd;
      -webkit-transition: background-color 1s ease;
      -moz-transition: background-color 1s ease;
      transition: background-color 1s ease;
    }

    .queryModel .btn-small {
      padding: 5px 10px;
      font-size: 0.8em;
      border: 1px solid #ddd;
    }

    .queryModel .modal-box {
      display: none;
      position: absolute;
      z-index: 1000;
      width: 95%;
      background: white;
      border-bottom: 1px solid #aaa;
      border-radius: 4px;
      box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
      border: 1px solid rgba(0, 0, 0, 0.1);
      background-clip: padding-box;
      border-radius:15px!important;
    }

.queryModel #popup1 .head{padding-left: 20px;}
.queryModel .modal-box{position: fixed;}
    
    
    @media (min-width: 32em) {
        .queryModel .modal-box {
        width: 400px;
      }
      .queryModel{position: absolute;top: 5%!important;}
    }

    .queryModel .modal-box .head,
    .queryModel .modal-box .modal-header {
      padding: 10px;
      border-bottom: 1px solid #ddd;
    }

    .queryModel .modal-box .head h3,
    .queryModel .modal-box .head h4,
    .queryModel .modal-box .modal-header h3,
    .queryModel .modal-box .modal-header h4 {
      margin: 0;
    }

    .queryModel .modal-box .modal-body {
      padding: 20px;
    }

    .queryModel .modal-box footer,
    .queryModel .modal-box .modal-footer {
      padding: 5px 10px;
      border-top: 1px solid #ddd;
      background: rgba(0, 0, 0, 0.02);
      text-align: right;
    }

     .modal-overlay {
      opacity: 0;
      filter: alpha(opacity=0);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 900;
      width: 100%;
      height: 100vh;
      background: rgba(0, 0, 0, 0.9) !important
    }

    .queryModel a.close {
      /* line-height: 1; */
      font-size: 30px;
      position: absolute;
      top: 2%;
      right: 5%;
      text-decoration: none;
      color: #000;
    }

    .queryModel a.close:hover {
      color: #222;
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      transition: color 1s ease;
    }
  
    .queryModel .close {
      float: right;
      font-size: 21px;
      font-weight: bold;
      line-height: 1;
      color: #000000;
      text-shadow: 0 1px 0 #ffffff;
      opacity: 0.8;
      filter: alpha(opacity=20);
    }