.roi-calculator {
    color: #3C4541;
    margin-bottom: 30px;
}

.roi-calculator .table td,
.roi-calculator .table th {
    padding: 0.5rem 10px 0.5rem 10px;
}

p.disclaimer {
    margin-bottom: 60px
}


.entry-content .roi-calculator ul li:before {
    content: '';
}


.table-bordered td, .table-bordered th {
    padding: 0.35rem;
}

.roi-calculator .table th.skyblue {
    background: #ebf8f9;
    color: #093d9d;
    font-size: 125%;
    padding-left: 10px;
    font-weight: 300;
}

form input {
    max-width: 320px;
}

.c2submit input {
    color: #fff;
    background-color: #41c256 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 20px !important;
    letter-spacing: 0.3px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    text-align: center;
    border: 1px solid;
    margin: 20px 0 10px 0;
    border-radius: 50px;
}

.c2submit input:hover {
    background-color: #bceb0f !important;
    border-color: #bceb0f;
    color: #fff
}

.price-box {
    /*margin: 0 auto;
	background: #E9E9E9;
	border-radius: 10px;
	padding: 10px 15px;
	width: 500px;*/
}

.ui-widget-content {
    border: 1px solid #bdc3c7;
    background: #e1e1e1;
    color: #222222;
    margin-top: 10px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 7.2em;
    height: 2.2em;
    cursor: default;
    margin: 0 -40px auto !important;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF !important;
    font-size: 15px;
}

.ui-slider .ui-slider-handle .glyphicon {
    color: #FFFFFF;
    margin: 0 3px;
    font-size: 11px;
    opacity: 0.5;
}

.ui-corner-all {
    border-radius: 20px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid #f9f9f9;
    background: #3498db;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.5em !important;
}

.ui-slider .ui-slider-handle {
    cursor: pointer;
}

.ui-slider a,
.ui-slider a:focus {
    cursor: pointer;
    outline: none;
}

.price, .lead p {
    font-weight: 600;
    /*font-size: 32px;*/
    display: inline-block;
    line-height: 20px;
    margin: 17px 0 10px 0;
}

h4.great {
    background: #00ac98;
    margin: 0 0 25px -60px;
    padding: 7px 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    -moz-box-shadow: 2px 4px 5px 0 #ccc;
    -webkit-box-shadow: 2px 4px 5px 0 #ccc;
    box-shadow: 2px 4px 5px 0 #ccc;
}

.total {
    border-bottom: 1px solid #7f8c8d;
    /*display: inline;
    padding: 10px 5px;*/
    position: relative;
    padding-bottom: 20px;
}

.total:before {
    content: "";
    display: inline;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 3px;
    background: #7f8c8d;
    opacity: 0.5;
}

.price-slider {
    margin-bottom: 40px;
}

.price-slider span {
    font-weight: 200;
    display: inline-block;
    color: #7f8c8d;
    font-size: 13px;
}

.form-pricing {
    background: #ffffff;
    padding: 10px;
    border-radius: 4px;
}

.price-form {
    /*background: #ffffff;
    margin-bottom: 4px;
    padding: 10px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    -moz-box-shadow:    0 5px 5px 0 #ccc;
      -webkit-box-shadow: 0 5px 5px 0 #ccc;
      box-shadow:         0 5px 5px 0 #ccc;*/
}

.form-group {
    margin-bottom: 0;
}

.form-group span.price {
    font-weight: 200;
    display: inline-block;
    color: #7f8c8d;
    font-size: 14px;
}

.help-text {
    display: block;
    margin-top: 32px;
    margin-bottom: 10px;
    color: #737373;
    position: absolute;
    /*margin-left: 20px;*/
    font-weight: 200;
    text-align: right;
    width: 188px;
}

.price-form label {
    font-weight: 200;
    font-size: 21px;
}

img.payment {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.ui-slider-range-min {
    background: #2980b9;
}

/* HR */

hr.style {
    margin-top: 0;
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}


@media (max-width: 1000px) {
    form .container > .row > .col-sm-6 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
}


.table {
    color: #3C4541;
}

.bumpdown {
    margin-top: 40px;
}

p.disclaimer {
    display: none;
}

.c2submit input {
    color: #fff;
    background-color: #3ad5a9 !important;
    border: 2px solid #3ad5a9 !important;


}

.c2submit input:hover {
    background-color: #ffffff !important;
    border-color: #bceb0f;
    color: #3ad5a9 !important;
    border: 2px solid #3ad5a9;
}

.roi-calculator .ui-tabs .ui-tabs-panel {
    padding: 0
}

form.form-horizontal.form-pricing .col-sm-6 {
    width: 100% !important;
}

.c2submit {
    margin-top: 20px;
}
