.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup h2{color:black; padding:0px; font-size:20px;}
.popup {
  margin: 10px auto;
  padding: 80px 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 2s ease-in-out;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .content {
  max-height: 30%;
  overflow: hidden;
}
.mybt {
    text-align: center;
    padding: 10px;
    float: left;
    width: 100%;
	margin-top:20px;
}
.mybt p {
    border: 1px solid #f1f1f1;
    padding: 10px 0px;
    background: #e09652;
    color: white;
    font-size: 20px;
    font-weight: 500;
}
.myfrm {
    border: 1px solid #e09652;
    padding: 10px;
}

.form-control{
display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #f1f1f1;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin:10px 0px;
	}
.form-control[type=submit], button, html [type=button] {
    -webkit-appearance: button;
    background: #40abe3;
    border: 0px solid #ffffff;
    box-shadow: 0px;
    padding: 7px;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
}
.space{height:35px; width:100%; float:left;}
.th-text p{line-height:1.5em; margin:0px;}
.th-text img{width:100%;}
.th-text li {
    border: none;
    list-style: none;
    font-size: 19px;
    line-height: 1.9em;
}
.followus {text-align: center; margin-top:50px;}

.followus p{margin:0px; line-height:1.5em;}
.align-center{text-align:center;}
.top-img img{width:100%;}