
.contact-us-handler
{
  box-shadow: 0px 2px 7px grey;
  padding: 20px;
  margin-top: 40px;
	margin-bottom: 40px; 
  margin-left: unset;
  margin-right: unset;
}

.contact-us-handler table
{
  width: 100%;
}

.contact-us-handler input,
.contact-us-handler textarea
{
  width: 100%;
  padding: 5px;
  font-size: 1.2em;
  margin: 2px;
}

.contact-us-handler .mb-5
{
  color: #323233;
  padding-top: 30px;
}

.contact-info
{
	margin-left: 0px;
  z-index: 2;
  color: #323233;
  height: 100%;
  left: 0px;
}

.popup-message
{
    position: fixed;
    top: 50%;
    width: 350px;
    left: calc(50% - 175px);
    text-align: center;
    height: 60px;
    background: white;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #0abceb;
    box-shadow: 0px 10px 20px grey;
}

.custom-btn
{
  background: linear-gradient(45deg, #b53058, #a0376f);
  color: white;
  font-weight: 700;
  padding: 10px 20px;
}