/* Style the form */
#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  padding: 40px;
  min-width: 300px;
}

/* Style the input fields */
input, select {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #ff8102;
   height: 60px;
   
}
.section_head{color: #aab0b8;}
.underlabel{ margin-top: -4px;}
label{ padding-left: 20px; color: #303036; }
/* Mark input boxes that gets an error on validation: */
input.invalid,select.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
   
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #ff8102;
}
.main_bt button{margin: 30px 0 0 20px}
.kingsmith_hospital_special_head{color: #9ea869; background:linear-gradient(to top left, transparent 33%, #303137 33%);
 }
.kingsmith_hospital_special_head,input, select{ border-radius: 20px }
.tab h1,.lorem_text strong{ color: #ff8102;}
.lorem_text strong{font-size: 23px}
.image_gif img{height: 250px}


.article_head{background-image: conic-gradient( #b6f3a4,#fff,#fff,#b6f3a4,#fff,#fff);}
.article_head h1{color: #0cd268; font-size: 40px; line-height: 60px; padding: 0 10%}

.twocolumn,.stafftwocolumn {
    width: 100%;
  }
/* Clear floats after the columns */
.tworow:after,.main_bt:after {
  content: "";
  display: table;
  clear: both;
}
.staff_explainers,.article_head,.table_of_content_title{text-align: center}

.stafftwocolumn table {
  border-collapse: collapse;
  width: 100%;
} 
.stafftwocolumn td, .stafftwocolumn th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.stafftwocolumn tr:nth-child(even) {
  background-color: #dddddd;
}


.roadmap {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font: 18px Helvetica, Arial, Sans-Serif;
}

.roadmap > li {
  float: left;
  margin: 10px 12px 10px 0;
  padding: 0;
  list-style: none;
  background: none;
}

.roadmap > li > div {
  height: 68px;
  width: 128px;
  background: #e2df17;
  position: relative;
  box-shadow: 0 2px 0 0 #808087;
}

.roadmap > li > div:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-left: 20px solid #ffffff;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
}

.roadmap > li > div:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-left: 20px solid #808087;
  position: absolute;
  top: 2px;
  left: 100%;
  z-index: 2;
}

.roadmap > li > div > a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 68px;
  width: 98px;
  padding-left: 30px;
  font-size: 14px;
  font-family: CaecillaBold, PMNCaeciliaW01-55Roman,sans-serif;
  color: #000000;
  line-height: 1.2;
  text-decoration: none;
}

.roadmap > li > div > a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-left: 20px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.roadmap > li:first-child > div > a:before {
  display: none;
}

.roadmap > li:first-child > div > a {
  width: 113px;
  padding-left: 15px;
}

.roadmap > li:first-child > div {
  background: #e8e66e; /* Old browsers */
  background: -moz-linear-gradient(left, #ebefcb 0%, #e8e66e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ebefcb), color-stop(100%, #e8e66e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ebefcb 0%, #e8e66e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ebefcb 0%, #e8e66e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ebefcb 0%, #e8e66e 100%); /* IE10+ */
  background: linear-gradient(to right, #ebefcb 0%, #e8e66e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebefcb', endColorstr='#e8e66e',GradientType=1 ); /* IE6-9 */

}
.roadmap > li:first-child > div:after {
  border-left-color: #e8e66e;
}

.roadmap > li:nth-child(2) > div,
.roadmap > li.child_2 > div {
  background: #e7e459; /* Old browsers */
  background: -moz-linear-gradient(left, #e8e66e 0%, #e7e459 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e8e66e), color-stop(100%, #e7e459)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #e8e66e 0%, #e7e459 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #e8e66e 0%, #e7e459 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #e8e66e 0%, #e7e459 100%); /* IE10+ */
  background: linear-gradient(to right, #e8e66e 0%, #e7e459 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e66e', endColorstr='#e7e459',GradientType=1 ); /* IE6-9 */

}
.roadmap > li:nth-child(2) > div:after,
.roadmap > li.child_2 > div:after {
  border-left-color: #e7e459;
}

.roadmap > li:nth-child(3) > div,
.roadmap > li.child_3 {
  background: #e5e342; /* Old browsers */
  background: -moz-linear-gradient(left, #e7e459 0%, #e5e342 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e7e459), color-stop(100%, #e5e342)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #e7e459 0%, #e5e342 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #e7e459 0%, #e5e342 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #e7e459 0%, #e5e342 100%); /* IE10+ */
  background: linear-gradient(to right, #e7e459 0%, #e5e342 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e459', endColorstr='#e5e342',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(3) > div:after,
.roadmap > li.child_3 > div:after {
  border-left-color: #e5e342;
}

.roadmap > li:nth-child(4) > div,
.roadmap > li.child_4 {
  background: #e4e12e; /* Old browsers */
  background: -moz-linear-gradient(left, #e5e342 0%, #e4e12e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e5e342), color-stop(100%, #e4e12e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #e5e342 0%, #e4e12e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #e5e342 0%, #e4e12e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #e5e342 0%, #e4e12e 100%); /* IE10+ */
  background: linear-gradient(to right, #e5e342 0%, #e4e12e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e342', endColorstr='#e4e12e',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(4) > div:after,
.roadmap > li.child_4 > div:after {
  border-left-color: #e4e12e;
}

.roadmap > li:nth-child(5) > div,
.roadmap > li.child_5 {
  background: #e2df17; /* Old browsers */
  background: -moz-linear-gradient(left, #e4e12e 0%, #e2df17 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #8eb372), color-stop(100%, #e2df17)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #e4e12e 0%, #e2df17 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #e4e12e 0%, #e2df17 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #e4e12e 0%, #e2df17 100%); /* IE10+ */
  background: linear-gradient(to right, #e4e12e 0%, #e2df17 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e12e', endColorstr='#e2df17',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(5) > div:after,
.roadmap > li.child_5 > div:after {
  border-left-color: #e2df17;
}

.roadmap > li:nth-child(6) > div,
.roadmap > li.child_6 {
  background: #bfcd79; /* Old browsers */
  background: -moz-linear-gradient(left, #c5d7ab 0%, #bfcd79 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c5d7ab), color-stop(100%, #bfcd79)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #c5d7ab 0%, #bfcd79 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #c5d7ab 0%, #bfcd79 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #c5d7ab 0%, #bfcd79 100%); /* IE10+ */
  background: linear-gradient(to right, #c5d7ab 0%, #bfcd79 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5d7ab', endColorstr='#bfcd79',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(6) > div:after,
.roadmap > li.child_6 > div:after {
  border-left-color: #bfcd79;
}

.roadmap > li:nth-child(7) > div,
.roadmap > li.child_7 {
  background: #b7c764; /* Old browsers */
  background: -moz-linear-gradient(left, #bfcd79 0%, #b7c764 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #bfcd79), color-stop(100%, #b7c764)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #bfcd79 0%, #b7c764 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #bfcd79 0%, #b7c764 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #bfcd79 0%, #b7c764 100%); /* IE10+ */
  background: linear-gradient(to right, #bfcd79 0%, #b7c764 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb372', endColorstr='#b7c764',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(7) > div:after,
.roadmap > li.child_7 > div:after {
  border-left-color: #b7c764;
}

.roadmap > li:nth-child(8) > div,
.roadmap > li.child_8 {
  background: #b0c34e; /* Old browsers */
  background: -moz-linear-gradient(left, #b7c764 0%, #b0c34e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #b7c764), color-stop(100%, #b0c34e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #b7c764 0%, #b0c34e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #b7c764 0%, #b0c34e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #b7c764 0%, #b0c34e 100%); /* IE10+ */
  background: linear-gradient(to right, #b7c764 0%, #b0c34e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7c764', endColorstr='#b0c34e',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(8) > div:after,
.roadmap > li.child_8 > div:after {
  border-left-color: #b0c34e;
}

.roadmap > li:nth-child(9) > div,
.roadmap > li.child_9 {
  background: #a6bb3c; /* Old browsers */
  background: -moz-linear-gradient(left, #b0c34e 0%, #a6bb3c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #b0c34e), color-stop(100%, #a6bb3c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #b0c34e 0%, #a6bb3c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #b0c34e 0%, #a6bb3c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #b0c34e 0%, #a6bb3c 100%); /* IE10+ */
  background: linear-gradient(to right, #b0c34e 0%, #a6bb3c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0c34e', endColorstr='#a6bb3c',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(9) > div:after,
.roadmap > li.child_9 > div:after {
  border-left-color: #a6bb3c;
}

.roadmap > li:nth-child(10) > div,
.roadmap > li.child_10 {
  background: #9eb529; /* Old browsers */
  background: -moz-linear-gradient(left, #a6bb3c 0%, #9eb529 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a6bb3c), color-stop(100%, #9eb529)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #a6bb3c 0%, #9eb529 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #a6bb3c 0%, #9eb529 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #a6bb3c 0%, #9eb529 100%); /* IE10+ */
  background: linear-gradient(to right, #a6bb3c 0%, #9eb529 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bb3c', endColorstr='#9eb529',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(10) > div:after,
.roadmap > li.child_10 > div:after {
  border-left-color: #9eb529;
}

.roadmap > li:nth-child(11) > div,
.roadmap > li.child_11 {
  background: #9ebf88; /* Old browsers */
  background: -moz-linear-gradient(left, #b4cba2 0%, #9ebf88 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #b4cba2), color-stop(100%, #9ebf88)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #b4cba2 0%, #9ebf88 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #b4cba2 0%, #9ebf88 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #b4cba2 0%, #9ebf88 100%); /* IE10+ */
  background: linear-gradient(to right, #b4cba2 0%, #9ebf88 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4cba2', endColorstr='#9ebf88',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(11) > div:after,
.roadmap > li.child_11 > div:after {
  border-left-color: #9ebf88;
}

.roadmap > li:nth-child(12) > div,
.roadmap > li.child_12 {
  background: #91b677; /* Old browsers */
  background: -moz-linear-gradient(left, #9ebf88 0%, #91b677 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #9ebf88), color-stop(100%, #91b677)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #9ebf88 0%, #91b677 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #9ebf88 0%, #91b677 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #9ebf88 0%, #91b677 100%); /* IE10+ */
  background: linear-gradient(to right, #9ebf88 0%, #91b677 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ebf88', endColorstr='#91b677',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(12) > div:after,
.roadmap > li.child_12 > div:after {
  border-left-color: #91b677;
}

.roadmap > li:nth-child(13) > div,
.roadmap > li.child_13 {
  background: #82af65; /* Old browsers */
  background: -moz-linear-gradient(left, #91b677 0%, #82af65 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #91b677), color-stop(100%, #82af65)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #91b677 0%, #82af65 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #91b677 0%, #82af65 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #91b677 0%, #82af65 100%); /* IE10+ */
  background: linear-gradient(to right, #91b677 0%, #82af65 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91b677', endColorstr='#82af65',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(13) > div:after,
.roadmap > li.child_13 > div:after {
  border-left-color: #82af65;
}

.roadmap > li:nth-child(14) > div,
.roadmap > li.child_14 {
  background: #75a655; /* Old browsers */
  background: -moz-linear-gradient(left, #82af65 0%, #75a655 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #82af65), color-stop(100%, #75a655)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #82af65 0%, #75a655 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #82af65 0%, #75a655 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #82af65 0%, #75a655 100%); /* IE10+ */
  background: linear-gradient(to right, #82af65 0%, #75a655 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82af65', endColorstr='#75a655',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(14) > div:after,
.roadmap > li.child_14 > div:after {
  border-left-color: #75a655;
}

.roadmap > li:nth-child(15) > div,
.roadmap > li.child_15 {
  background: #679d43; /* Old browsers */
  background: -moz-linear-gradient(left, #75a655 0%, #679d43 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #75a655), color-stop(100%, #679d43)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #75a655 0%, #679d43 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #75a655 0%, #679d43 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #75a655 0%, #679d43 100%); /* IE10+ */
  background: linear-gradient(to right, #75a655 0%, #679d43 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75a655', endColorstr='#679d43',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(15) > div:after,
.roadmap > li.child_15 > div:after {
  border-left-color: #679d43;
}

.roadmap > li:last-child {
  margin-right: 0;
}
.roadmap > li:last-child > div {
  width: 148px;
}

.roadmap > li:last-child > div:after,
.roadmap > li:last-child > div:before{
  display: none
}

.main_bt .amotekun{float: left;width: 44%; margin-left: 3%}
#kingsmith_hospital_logo{z-index: 1000}

.blog_content,.ajirem_over_other,.recommendadoctor{color: #262d34 }
#blog_backgound{background: radial-gradient(100% 225% at 0% 0%, #DE3E3E 0%, #17115C 100%), radial-gradient(100% 225% at 100% 0%, #FF9040 0%, #FF0000 100%), linear-gradient(180deg, #CE63B7 0%, #ED6283 100%), radial-gradient(100% 120% at 75% 0%, #A74600 0%, #000000 100%), linear-gradient(310deg, #0063D8 0%, #16009A 50%);
background-blend-mode: overlay, color-dodge, color-burn, color-dodge, normal;}
.blog_content iframe {width: 100%}
#blog_content{font-size: 19px}
.blog_content{line-height: 42px}
.listout strong{font-size: 23px}
.medical_hint_title{margin-bottom: 10px}
.medical_hint_title{font-size: 28px}
.ajirem_over_other{
	 background: radial-gradient(#f2f2f2,#f5f5f5,#fff4f0); line-height:28px;   border: 1px solid #d4d6d7;
}
.recommendadoctor{font-size: 12px;font-weight:normal}
.storyspecialofajirmed,.liststrongst{color: #808080}
.storyspecialofajirmed{padding: 2px 25px}
.compan_print_info td {padding: 10px 60px 0 0; }
#accordion_buttton{ color: #222 }
.accordion_buttton{margin: 5px 0; color: #ff8002; }
.accordion_buttton button{ padding: 0 20px}
.accordion_buttton button {float: right}
.accordion_buttton{padding: 20px; }
.accordion_text{padding: 25px; }
#accordion_text{display:block}
.accordion_text{display: none; border:1px solid #222}
.accordion_text p{margin-bottom: 20px; font-size: 20px; color: #222 }
#secondtestimony{
background:linear-gradient(83deg, #f4f7fcff 0, #f4f7fcff 74%, #ff8002 calc(74% + 1px), #ff8002 calc(86% + 1px), #f4f7fcff 86%, #f4f7fcff 100%);}

.pricecontainer {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
.pricegroup:after {
  content: "";
  display: table;
  clear: both;
}
.pricegrid {
  border: 2px solid #5d4e65;   
  min-height: 600px;
  padding: 1.25em;
  position: relative;
  text-align: center;
  transition: all .2s ease-in-out;
  
  
  
}
 

.pricegrid h2, .pricegrid h3, .pricegrid p, .pricegrid ul {
  margin: 0
}
.pricegrid h2 {
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 0.5em;
}
.pricegrid h3 {
  font-size: 1.5em;
  letter-spacing: 0.0625em;
  margin: 0 0 0.3333333333333333em;
}
.pricegrid p {
  font-size: 0.875em;  
}
.pricegrid p, .pricegrid ul {
  margin:0 0 1.5em
}
.pricegrid ul {
  color: #222;
  font-size: 0.75em;
  list-style-type: none;
  padding: 0;

  
}
    .pricegrid ul li {
    margin: 0 0 0.8333333333333333em;
  }
.pricegrid .button {
   
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  padding: 0.75em 1.5em;
  position: absolute;
  bottom: 1.25em;
  left: 50%;
  margin-left: -60px;
  text-decoration: none;
  width: 120px;
}
.pricegrid .uppercase, .pricegrid .button, .pricegrid h2 {
  text-transform: uppercase;
}
.pricegrid sup, .pricegrid .small {
  font-size: 0.6125em;
}

.pricegrid:hover {
    
  transform: scale(1.025);
  z-index: 2;
}