
/* Clear floats after the columns */
.footer-panel:after {
  content: "";
  display: table;
  clear: both;
}

/* Create two equal columns that floats next to each other */
.footer-cell-xyz {
  float: left;
  width: 31.33%;
  padding: auto;
  height: 540px; /* Should be removed. Only for demonstration */
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .footer-cell-xyz {
    width: 100%;
  }
}

/* Clear floats after the columns */
.contact_number:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .cont_1 {
    width: 100%;
    float: left;
  }
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .cont_2 {
    width: 100%;
    float: left;
  }
}

/* Modal Content */
.modal-content_az {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

.modal-header_abc {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-footer_xyz {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body_za {padding: 2px 16px;}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Footer */
.footer {
  padding: 15px;
  margin-top: 0px;
  background: #ddd;
}
.footer-bottom__left {
    float: left;
    font-size: 14px;
    text-align: left;
}
.footer-bottom__center {
    width: 70%;
    font-size: 14px;
    text-align: center;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

/* Footer */
.footer {
  padding: 15px;
  margin-top: 0px;
  background: #ddd;
}
.footer-bottom__left {
    float: left;
    font-size: 14px;
    text-align: left;
}
.footer-bottom__center {
    width: 70%;
    font-size: 14px;
    text-align: center;
}