    .funkyradio label {
        width: 100%; 
        border-radius: 3px;
        border: 1px solid #D1D3D4;
        font-weight: 200;
        font-size: 16px;
    }

    .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: 4px;
    }

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

    .ui-slider .ui-slider-handle .glyphicon {
        color: #FFFFFF;
        margin: 0 1px;
        font-size: 14px;
        opacity: 0.7;
        border: 0;
    }

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

    .ui-slider-horizontal .ui-slider-handle {
        top: -.9em;
    }

    .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;
    }

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

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

    .ui-slider label {
        border: 0;
        float: left;
        text-indent: 0px;
    }

    .slider {
        font-size: 14px;
        border:0;
    }

    .price,
    .lead p {
        float: right;
        text-align: right;
        font-weight: 200;
        font-size: 16px;
        display: inline-block;
        /*line-height: 30px;*/
        border: 0;
        /*width: 120px;*/
        margin-bottom: 0px;
    }

    h4.great {
        background: #ffffff;
        margin: 0 0 25px 0px;
        padding: 7px 15px;
        color: #5cb85c;
        font-size: 16px;
        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: 10px;
    }

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

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

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

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

    .price-form {
        background: #ffffff;
        margin-bottom: 10px;
        padding: 25px;
        padding-left: 10px;
        border: 1px solid #eeeeee;
        height: 700px;
        border-radius: 1px;
        width: 100%;
        /*-moz-box-shadow:    0 5px 5px 0 #ccc;
    -webkit-box-shadow: 0 5px 5px 0 #ccc;
    box-shadow:         0 5px 5px 0 #ccc;*/
    }

    .price-form2 {
        background: #ffffff;
        margin-bottom: 10px;
        padding: 25px;
        border: 1px solid #eeeeee;
        height: 500px;
        border-radius: 4px;
        width: 99%;
                /*-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: 100;
        display: inline-block;
        color: #7f8c8d;
        font-size: 14px;
    }

    .help-text {
        display: block;
        margin-top: -10px;
        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: 16px;
    }

    .price-form2 label {
        font-weight: 200;
        font-size: 16px;
        width: 255px;
        height: 45px;
    }

    .terms-group {
        font-weight: 200;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .terms {
        padding: 5px;
        margin-bottom: qpx;
    }

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

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

    .active-month,
    .active-term {
        background: #3276b1;
    }
    /* HR */

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


    .funkyradio label {
        width: 90%;
        border-radius: 3px;
        border: 1px solid #D1D3D4;
        font-weight: 200;
        font-size: 16px;
    }

    .funkyradio input[type="radio"]:empty~ label {
        line-height: 2.0em;
        margin-top: 2px;
    }
  
    .representativeExample {
        font-weight: 200;
        font-size: 16px;
    }
    .modal-dialog {    
        text-indent:0px;    
    }


@media only screen and (max-width: 1050px) {
   .form-pricing {
        background: #ffffff;
        padding: 10px;
        border-radius: 4px;
        min-height: 950px;
    }

    .price-form {
        background: #ffffff;
        margin-bottom: 10px;
        padding: 25px;
        padding-left: 10px;
        border: 1px solid #eeeeee;
        height: 1000px;
        border-radius: 1px;
        width: 100%;
    }

    .price-form2 {
        background: #ffffff;
        margin-bottom: 10px;
        padding: 25px;
        border: 1px solid #eeeeee;
        height: 950px;
        border-radius: 4px;
        width: 99%;
                /*-moz-box-shadow:    0 5px 5px 0 #ccc;
    -webkit-box-shadow: 0 5px 5px 0 #ccc;
    box-shadow:         0 5px 5px 0 #ccc;*/
    }

    .price,
    .lead p {
        float: right;
        text-align: right;
        font-weight: 200;
        font-size: 13px;
        display: inline-block;
        /*line-height: 30px;*/
        border: 0;
        /*width: 120px;*/
    }

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

    .price-form2 label {
        font-weight: 200;
        font-size: 13px;
        width: 255px;
        height: 45px;
    }

    .terms-group {
        font-weight: 200;
        font-size: 13px;
        margin-bottom: 10px;
    }

    .funkyradio label {
        width: 90%;
        border-radius: 3px;
        border: 1px solid #D1D3D4;
        font-weight: 200;
        font-size: 13px;
    }

    .representativeExample {
        font-weight: 200;
        font-size: 13px;
    }

}

@media only screen and (max-width: 400px) {
    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 4.5em;
        height: 1.7em;
        cursor: default;
        margin: 0 0px auto !important;
        text-align: center;
        line-height: 30px;
        color: #FFFFFF;
        font-size: 12px;
        border: 0;
    }
    h4.great {
        background: #ffffff;
        margin: 0 0 25px 0px;
        padding: 7px 15px;
        color: #5cb85c;
        font-size: 10px;
        font-weight: 300;
        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;
    }

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

    .price-form {
        background: #ffffff;
        margin-bottom: 10px;
        padding: 25px;
        padding-left: 10px;
        border: 1px solid #eeeeee;
        height: 800px;
        border-radius: 1px;
        width: 100%;
    }

    .price-form2 {
        background: #ffffff;
        margin-bottom: 10px;
        padding: 25px;
        border: 1px solid #eeeeee;
        height: 750px;
        border-radius: 4px;
        width: 99%;
                /*-moz-box-shadow:    0 5px 5px 0 #ccc;
    -webkit-box-shadow: 0 5px 5px 0 #ccc;
    box-shadow:         0 5px 5px 0 #ccc;*/
    }

    .price,
    .lead p {
        float: right;
        text-align: right;
        font-weight: 200;
        font-size: 8px;
        display: inline-block;
        /*line-height: 30px;*/
        border: 0;
        /*width: 120px;*/
    }

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

    .price-form2 label {
        font-weight: 200;
        font-size: 8px;
        width: 255px;
        height: 45px;
    }

    .terms-group {
        font-weight: 200;
        font-size: 8px;
        margin-bottom: 10px;
    }

    .funkyradio label {
        width: 90%;
        border-radius: 3px;
        border: 1px solid #D1D3D4;
        font-weight: 200;
        font-size: 8px;
    }

    .representativeExample {
        font-weight: 200;
        font-size: 8px;
    }

    .btn-lg {
        font-weight: 200;
        font-size: 13px;        
    }
}