.wpmercurymodal{position:fixed;top:0;left:0;bottom:0;right:0;display:none;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.7);z-index:9999}
.modal-window{position:relative;background-color:#fff;width:50%;margin:5% auto;padding:20px}
.modal-window.small{width:30%}
.modal-window.large{width:75%}
.close{position:absolute;top:0;right:0;color:rgba(0,0,0,.3);height:30px;width:30px;font-size:30px;line-height:30px;text-align:center}
.close:hover,.close:focus{color:#000;cursor:pointer}
.open{display:block}

* {
  box-sizing: border-box;
}

.wpmercuryinput[type=text], .wpmercuryinput[type=phone],.wpmercuryselect, .wpmercurytextarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

.wpmercurylabel {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

.wpmercuryinput[type=submit] { 
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

.wpmercuryinput[type=submit]:hover {}

/* .container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
} */

.wpmercurycol-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.wpmercurycol-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}
.wpmercurycol-100 {
  float: left;
  width: 100%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.wpmercuryrow:after {
  content: "";
  display: table;
  clear: both;
}
.wpmercurymodaldismiss{
  padding: 8px 32px 0px 0px;
}
.wpmercurycontainer{
  margin-top: 30px;
}
.wpmercurythankyou{
  color: #28a745!important;
  margin-bottom: 10px;
  text-align: center;
}
.wpmercuryheadtxt
{
  margin-bottom: 10px;
}

.wpmercuryfixban {
    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 9999999999;
    border-radius: 50%;
    color: white !important;
    border-radius: 0;
    width: 100%;
    text-align: center !important;
    font-size: 24px !important;
    padding: 17px 0 17px 0 !important;
    text-decoration: none !important;
    top: 0;
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .wpmercurycol-25, .wpmercurycol-75, .wpmercuryinput[type=submit] {
    width: 100%;
    margin-top: 0;
  }
  .modal-window{position:relative;background-color:#fff;width:100%;margin:5% auto;padding:20px}
.modal-window.small{width:100%}
.modal-window.large{width:100%}
}