/* Style the container/contact section */
.contact-container{
  width: 90%;
  margin: auto;
  justify-content: center;
}
.container-row {
  background: none;
  width: 100%;
  max-width: 1080px;
  padding-top: 35px;
  margin: auto;
  justify-content: center;
  
}

.side-title {
  margin-top: 50px;
  background: none;
  width: 60%;
  margin: auto;
  text-align: center;
}




.side-title h1 {
    text-align: center;
  color: #333333!important;
  font-size: 18px!important;
  font-weight: 500!important;
  
  
  padding-bottom: 50px!important;
  
}

span {
  
  cursor: pointer;
}

span:hover {
    color: black;

}


.side-title ul {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
  
  
}
.side-title ul1 {
  color: #555555;
  font-size: 16px;
  font-weight: 600;
 
}
  
.side-title p {
  color: #666666!important;
  font-size: 16px;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-decoration: none;
}
.contact-heading {
  font-weight: 900;
  font-size: 40px;
  color: #333333;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 100px;
  letter-spacing: 10px;
}

/* Style inputs */
.form-control {
  width: 100%;
  padding: 12px;
  border: 2px solid #929292;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.btn {
  background-color: #fad030;
  color: #333333;
  padding: 12px 30px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  border-bottom-right-radius: 5px;
  transition: 0.2s ease;
  font-size: 20px;
  -webkit-appearance: none;
}

.btn:hover {
  background-color: #666666;
  color: white;
}



/* Create two columns that float next to eachother */
.contact-column {
  float: left;
  width: 100%;
  margin-top: 6px;
  font-weight: 900!important;
  font-family: 'Lato', sans-serif!important;
  color:#333333;
  padding-bottom: 50px;
}

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

/* check button */


.aggree-container {
  display: flex;
  position: relative;
  padding-bottom: 35px;
  


}
.privacy-info{
  font-size: 12px;
  font-weight: 400;
  cursor: text;
  color: #666666;
  padding-left: 5px;
}

.check-container input[type="checkbox"] {
  -webkit-transform: scale(3)!important;
  transform: scale(1)!important;
}

.check-container{
  display: flex;
  flex-wrap: nowrap;
}


.check-container .checkbox{
  padding-bottom: 40px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 9px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 858px) {
  .contact-heading {

    padding-top: 100px;
    padding-bottom: 30px;
  }
  .side-title {
  
  width: 80%;
  
}
}
