.pop-up-content {
    padding: 35px 25px;
    display: none;
  }
  .pop-up-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .pop-up-content li {
    list-style:none;
    padding: 0px;
    margin: 0px 0 8px;
    background: none;
  }
  .pop-up-content li label {
    font-size: 13px;
    margin: 0px 0 2px;
    padding: 0;
  }
  .pop-up-content li label span {
    color: #e00;
  }
  .pop-up-content .pop-up-button {
    padding-top: 5px;
  }
  .pop-up-content .pop-up-button input[type=submit] {
    background: #242424;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    border-bottom: solid 6px #4f4949;
    margin-bottom: 0;
    min-width: 120px;
  }
  

  
  

@media only screen and (max-width: 1199px) {
  div.queries {
    width: 40%;
    padding: 0;
    }

  .addressBox .addressCols {
    padding: 20px;
  }
  .addressBox .addressCols .contactNo span {
    width: 40px;
  }
  
}

@media only screen and (max-width: 720px) {
  .addressBox {
    display: block;
  }
  .addressBox .addressCols {
    display: block;
    width: 100%;
    border-top: 0;
  }
  .addressBox .addressCols:first-child {
    border-top: solid 3px #efefef;
  }
  .addressBox .addressCols .contactNo span {
    display: inline-block;
    width: 60px;
  }


}



@media only screen and (max-width: 580px) {
  div.queries {
    clear: both;
    width: 100%;
    padding: 0;
    margin-top: 25px;
  }
}
