
#cs-maximize-btn {
  
      display: none;
    position: fixed;
    width: 150px;
    height: 50px;
    background-color: #66b9e1;
    right: 15px;
    bottom: 15px;
    border-radius:10px;
    text-align: center;
    vertical-align: center;
    color: white;
    line-height: 52px;
    font-size: 24px;
    cursor: pointer;
    z-index: 20;
}

div#cs-pop-up {
  display: none;
  position: fixed;
  height: 110px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  border-radius: none;
  background-color:#018ac2;
  color: white;
  height: auto;
  font-weight: 400;
  font-size: 14px;
  box-shadow: 0 -20px 50 black;
  z-index: 15;
}
div#cs-pop-up #cs-popup-message {
  padding-right: 25px;
  line-height: 20px;
}
div#cs-pop-up .close-btn {
  color: lightblue;
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22.5px;
  cursor: pointer;
}
div#cs-pop-up input#pop-up-field {
  display: block;
  position: static;
  height: 22.5px;
  border-radius: 5px;
  height: 35px;
  width: 100%;
  border: none;
  margin-top: 10px;
}


/* -- END cs pop-up styles  */
div#contact-pop-up {
  display: none;
}

#email-form-section {
  margin-top: -50px;
  padding: 50px;
  background-color: #999;
}
#email-form-section h2 {
  display: block;
  min-width: 300px;
  text-align: center;
  color: lightgray;
}

#landing-page-contact-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
#landing-page-contact-form input {
  height: 30px;
  border-radius: 15px;
  border: 0;
  width: 100%;
  max-width: 350px;
  min-width: 300px;
  margin-left: 15px;
  background-color: #lightgray;
}
#landing-page-contact-form label {
  height: 100%;
  width: 100%;
  line-height: 32px;
  color: lightgray;
}



@media screen and (min-width: 800px) {
  div#cs-pop-up {
    width: 350px;
    height: auto;
    right: 15px;
    bottom: 15px;
    left: initial;
    border-radius: 15px;
    box-shadow: -5px -5px 20px rgba(0, 0, 0, 0.2);
  }
  div#cs-pop-up input#pop-up-field {
    margin: 15px 0 0 0;
    height: 30px;
  }
}
