/*--------Modified  style-------------*/
.osm-pricing-table-circle .osm-plan * {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.osm-plan-title h2 {color: #fff !important;}

.osm-pricing-table-circle .osm-plan {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 1px 1px rgba(62, 62, 62, 0.3);
    color: #222;
    margin: 0 auto 5px !important;
    max-width: 360px;
    min-height: 425px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-box: box-sizing;
}

.osm-pricing-table-circle .osm-plan-header {
    background-color: #aaa !important;
    color: #fff !important;
    height: 95px;
    margin: 0 0 105px;
    padding: 10px 10px 0;
    position: relative;
    line-height: 1.42857143;
}

.osm-pricing-table-circle .osm-plan-header > h2 {
    font-size: 24px;
    font-weight:400;
    margin: 0 0 30px;
    font-family:au_sans_beta_text-regular;
    color:#ffffff !important;
    text-transform: none !important;
  letter-spacing: -.02em;
}

.osm-pricing-table-circle .osm-plan-price {
    background-color: #f85c31 !important;
    border: 5px solid #fff;
    border-radius: 50%;
    bottom: 0;
    color: #222;
    height: 100px;
    left: 50%;
    margin-bottom: -55px;
    margin-left: -55px;
    padding: 15px 0;
    position: absolute;
    width: 95px;
}

.osm-pricing-table-circle .osm-plan-price p {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-top: 8px;
}

.osm-pricing-table-circle .osm-plan-price sub {
    bottom: 10px;
    position: relative;
    color: #fff;
    font-size: 12px;
    display: block;
    line-height: 1.4;
}

.osm-pricing-table-circle .osm-plan-short-description {
    margin: 30px 10px 0;
}
.osm-pricing-table-circle {
   display: flex;
}

.osm-pricing-table-circle .osm-plan-short-description li {
    border-top: 1px dotted #ddd;
    padding: 15px;
}

.osm-pricing-table-circle .osm-plan-short-description li:last-child {
    border-bottom: 1px dotted #ddd;
}





.osm-pricing-table-circle .btn-signup {
    background-color: #fff;
  /* background-image: linear-gradient(#267193, #2e87ad); */
   background-image: linear-gradient(#ffffff, #ffffff); 
    color: #000;
    margin: 10px 0;
    font-size: 16px;
    overflow: hidden;
    padding: 12px 22px;
    text-decoration: none;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    position: relative;
    -moz-transform: perspective(1px) translateZ(0px);
    -webkit-transform: perspective(1px) translateZ(0px);
    -o-transform: perspective(1px) translateZ(0px);
    -ms-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
    border-radius: 4px;
  border: 1px solid  #f85c31;
}
.btn-primary {
  color: #fff;
  background-color: #f85c31;
  border-color: #f85c31;
}
.osm-signup-page {
  padding: 10px 0;
  margin: 0 20%;
    margin-bottom: 0px;
}
.uk-grid { left-margin:0 !important}