.valBt .btn {
  padding: 6px 30px;
  background: #2662d0;
  color: #fff;
  border: 1px solid #2662d0;
}
.valAdd {
  width: 80%;
  float: left;
  margin-bottom: 10px;
  font-size: 15px;
  color: #000;
  margin-top: 10px;
}
.valBt {
  width: 20%;
  float: left;
  margin-bottom: 10px;
}
.modal{
      display: none; position: fixed;
      z-index: 1;
      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 {
    background-color: #fefefe;
    border: 1px solid #888;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px;
    width: 50%;
        position: relative;
}

.loder{
    margin-top: -781px;
    margin-left: 166px;
}

.modal-header {
    padding: 0px 0 10px 0;
    overflow: hidden;
}
button.cancelBt {
    float: right;
    padding: 2px 15px;
    background: #ff7600;
    border: 1px solid #ff7600;
    color: #fff;
        border-radius: 5px;
}
h4#myModalLabel {
    float: left;
    margin-top: 3px;
    font-size: 18px;
    color: #558ed4;
    text-transform: capitalize;
}
div#curl-response {
    overflow: hidden;
    height: 250px;
    overflow-y: scroll;
}
div#curl-response-shipping {
    overflow: hidden;
    height: 250px;
    overflow-y: scroll;
}
h5.addresTitle {
    width: 100%;
    clear: both;
    text-transform: capitalize;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
}

.listData {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    padding-top: 5px;
}
div#loadingmessage {
    width: 100%;
   
}

.rounds {
    position: relative;
    margin-top: 7px;
}

.rounds label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.rounds label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 3px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 6px;
    transform: rotate(-45deg);
    width: 8px;
}

.rounds input[type="checkbox"] {
  visibility: hidden;
}

.rounds input[type="checkbox"]:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.rounds input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

span.verify {
    padding-left: 10px;
    color: #085f0b;
}
span.not-matched {
    padding-left: 10px;
    color: red;
}
.address_desc {
    width: 80%;
    float: left;
    margin-bottom: 10px;
}
.address_button {
    width: 20%;
    float: left;
    margin-bottom: 10px;
}
span.not-matched {
    padding-left: 10px;
    color: red;
}

.address_button .btn {
    background: #258fda;
    color: #fff;
}
@media only screen and (max-width: 768px) {
.modal-content{width: 90%;}
h4#myModalLabel{margin-top: 0px;}
.valAdd {
    width: 70%}
}