/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */
.select_country_cal_block .select2-container {
        width: 100% !important;
        font-size: 15px;
    }
    .select_country_cal_block .title-form {
        font-size: 20px;
        color: #000;
    }
    .service_type .setupData, .service_type .mounthlyData, .service_type .salesData, .service_type .finalData {
        background: #7D3B88;
        color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .setupData,.mounthlyData,.salesData,.finalData {
        float:  right;  
    }
    .service_type {
        font-size: 20px;
        color: #000;
    }
    .service_type .next-block {
        padding: 20px 20px;
        width: 48%;
        background: #FFFFFF;
        border: 1px solid #7D3B88;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .service_type .next-block1 {
        margin: 0 2% 0 0;
        border: 1px solid rgba(125, 59, 136, 0);
    }
    .service_type .next-block2 {
        margin: 30px 0 0 2%;
        background: #f6f7fa;
        border: 1px solid rgba(125, 59, 136, 0);
    }
    .service_type .nav-tabs > li {
        float: none;
    }
    .service_type .btn {
        background: #7D3B88;
        color: #fff;
    font-size: 20px;
        padding: 0px 8px 3px 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: rgba(255, 255, 255, 0);
    color: #000;
    cursor: default;
    }
    .big_button_add .CalculatorMain {
            background-color: #249245;
            color: #fff;
            display: block;
            font-size: 20px;
            text-decoration: none;
            text-transform: uppercase;
            white-space: nowrap;
            text-align: center;
            width: 200px;
            cursor: pointer;
            letter-spacing: 1px;
            border: none;
            padding: 15px 40px;
            margin-top: 1rem;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
            margin: 0 auto;
    }
    .big_button_add .CalculatorMain:hover {
    color: #fff;
    background-color: #18652f;
    }
    


.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 33px; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
}
.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .service_type .btn {
    font-size: 18px;
    padding: 0px 5px 0px 0;
}
.service_type .next-block {
    padding: 20px 5px;
    }
}
@media (max-width: 767px) {
   .service_type .next-block {
    padding: 20px 20px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #7D3B88;

    -webkit-border-radius: 50px;
    -moz-border-radius: 0px;
    border-radius: 0px; 
}
    .service_type .next-block1 {
        margin: 0;
    }
    .service_type .next-block2 {
        margin: 0;    
    }
}