#cir{
 position:relative;z-index: 3; background: #fff;
		    width: 400px;
		    height: 400px;
		    border-radius: 50%;
 }
 #footform {
    margin-top: 50px;
    width: 380px;
    padding-left: 48px;
}
.wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
h1{
font-size: 30px;
color: #a0a7c4;
}
.cirhead {
padding: 57px;
line-height: 1.4;
text-transform: uppercase;
color: #a0a7c4;
}
.container-fostrap {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}
.fostrap-logo {
  width: 100px;
  margin-bottom:15px
}
form label {
margin: 0 !important;
display: block;
color: #2a97cf !important;
font-size: 16px !important;
}
h1.heading {
  color: #fff;
  font-size: 1.15em;
  font-weight: 900;
  margin: 0 0 0.5em;
  color: #505050;
}
@media (max-width: 450px) {
 
  #cir{
 position:relative;z-index: 3; background: #fff;
		    width: 200px;
		    height: 200px;
		    border-radius: 50%;
 }
  .cirhead{
  padding: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #a0a7c4;
  font-size: 14px;
  }
  #footform {
    margin-top: 50px;
    width: 280px;
    padding-left: 48px;
}
}
@media (min-width: 450px) {
  h1.heading {
    font-size: 3.55em;
  }
 
 
}
@media (min-width: 760px) {
  h1.heading {
    font-size: 3.05em;
  }
}
@media (min-width: 900px) {
  h1.heading {
    font-size: 3.25em;
    margin: 0 0 0.3em;
  }
} 
.card {
	display: block;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #1074abcc;
	border-radius: 11px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	transition: box-shadow .25s;
	color: #fff;
	padding: 20px;
	border: 6px solid #fff;
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.card-content {
  padding:15px;
  text-align:center;
}
.card-title {
  margin-top:0px;
  font-weight: 300;
  font-size: 2.00em;
}
.list {
  list-style: none;
  margin: 1px 0 0 1px;
  padding: 20px 10px;
  overflow: hidden;
}
.list li {
  padding: 0 0 20px 30px;
  cursor: pointer;
  border-left: solid 1px #f3f3f3;
}
.list li .title {
  margin-bottom: 10px;
  font-weight: 500;
}
.list li:last-child {
  border-left: none;
}

.list li:hover::before {
  background: #ff5555;
}

.list-inline li {
  display: inline-block;
}
.price12 {
  padding-top: 85px;
  padding-bottom: 137px;
  position: relative;
  text-align: center;
}
.price12 section {
  position: relative;
  z-index: 3;
}
.price12 section p {
  font-weight: 300;
  font-family: 'montserratextralight';
  line-height: 1.2;
  width: 55%;
}
.price12::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.price12 .img_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(newpage.png);
  background-size: cover;
}
.price12 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  line-height: 49px;
}
.price12 p {
  color: #fff;
  font-size: 16px;
  padding-top: 23px;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  line-height: 9px;
  text-align: left;
}
.price12 {
  text-align: right;
  overflow: hidden;
}
.price12 section {
  max-width: 50%;
}
.price12 section p {
  float: right;
}