@font-face {
  font-family: "AcidSerif";
  src: url("AC-Serif.ttf");
}

body{
  font-family: 'Roboto Slab', sans-serif;
  color: #262626;
}
.container{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px)
{
  .container{
    max-width: 1140px;
  }
}
.d-flex{
  display: flex;
  flex-direction: row;
  background: #f6f6f6;
  border-radius: 0 0 5px 5px;
  padding: 25px;
}
form{
  flex: 4;
}
.Yorder{
  flex: 2;
}
.title{
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0, darkblue), color-stop(100, DodgerBlue ));
  background: -moz-linear-gradient(top left, darkblue 0%, DodgerBlue  100%);
  background: -ms-linear-gradient(top left, darkblue 0%, DodgerBlue  100%);
  background: -o-linear-gradient(top left, darkblue 0%, DodgerBlue  100%);
  background: linear-gradient(to bottom right, darkblue 0%, DodgerBlue  100%);
/*  background: linear-gradient(to bottom right, #5195A8 0%, #70EAFF 100%); */
  border-radius:5px 5px 0 0 ;
  padding: 20px;
  color: #f6f6f6;
}
h2{
  margin: 0;
  padding-left: 15px; 
}
.required{
  color: red;
}
label, table{
  display: block;
  margin: 15px;
}
label>span{
  float: left;
  width: 25%;
  margin-top: 12px;
  padding-right: 10px;
  font-size:1.1em
}
input[type="text"], input[type="tel"], input[type="email"], select
{
  width: 70%;
  height: 30px;
  padding: 5px 10px;
  margin-bottom: 10px;
  border: 1px solid #dadada;
  color: #888;
  font-size:1.1em;
}
select{
  width: 72%;
  height: 45px;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.Yorder{
  margin-top: 15px;
  /*height: 600px; */
  padding: 20px;
  border: 1px solid #dadada;
}
table{
  margin: 0;
  padding: 0;

}
th{
  border-bottom: 1px solid #dadada;
  padding: 10px 0;
}
tr>td:nth-child(1){
  text-align: left;
  color: #2d2d2a;
}
tr>td:nth-child(2){
  text-align: right;
  color: #52ad9c;
}
td{
  border-bottom: 1px solid #dadada;
  padding: 25px 25px 25px 0;
}

p{
  display: block;
  color: #888;
  margin: 0;
  padding-left: 25px;
}
.Yorder>div{
  padding: 15px 0; 
}

button{
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border: none;
  border-radius: 30px;
  background: DodgerBlue ;
/* background: #52ad9c;    */
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
button:hover{
  cursor: pointer;
  background: darkblue;
  
  /*background: #428a7d;   */
}
button:disabled {
	background-color: dimgrey;
  color: linen;
  opacity: 1;
}
#overlay {
		display: none;
		position: absolute;
		top: 0;
		bottom: 0;
		background: #999;
		width: 100%;
		opacity: 0.8;
		z-index: 100;
	}

#popup {
		display: none;
		position: absolute;
		top:0;
		left:0;
		background: #fff;
		width: 80%;
		margin-left:10%; 
		margin-top:10% ; 
		z-index: 200;
	}

#popupclose {
		float: right;
		padding: 10px;
		cursor: pointer;
		font-size: 15px;
		font-weight: bold;
		cursor:pointer;
	}

.popupcontent {
		padding: 10px;
	}

#ctext {
  font-size:1.2em; 
  line-height: 1.8; 
}

