.range-slider-container {
    margin-top: 15px;
    margin-bottom: 15px;
}
.coverage-area-input{
    border-radius: 30px;
    padding: 15px;
    box-shadow: rgba(149, 157, 165, 0.4) 0 5px 5px;
    background: #fff;
}

body #main .coverage-area-input input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100% !important;
    cursor: pointer;
    outline: none;
    border-radius: 10px !important;
    height: 16px !important;
    background: #e8e8e8 !important;
    border: 0 !important;
    display: block !important;
    margin: 0 !important;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 30px;
    width: 30px;
    background-color: #00b25d;
    border-radius: 50%;
    border: none;
}
input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 30px;
    width: 30px;
    background-color: #00b25d;
    border-radius: 50%;
    border: none;
}

label[for="area-slider"]{
    display: block;
    margin-bottom: 10px;
}
.ca-input-wrapper{
    display: grid;
    align-items: center;
    gap: 15px;
    grid-template-columns: minmax(0, 1fr) 100px;
}
.ca-input-wrapper .area{
    font-weight: 700 !important;
}
.gf-range-main{
    margin-bottom: 16px;
}
body .range-slider-container p{
    font-size: 13px !important;
}

.range-slider-container.outside-gf{
    background: #e9f3ea;
    margin: 20px auto;
    border-radius: 25px;
    padding: 30px;
}
.ca-details{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    gap: 16px;
}
.ca-details .ca-price-text{
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    box-shadow: rgba(149, 157, 165, 0.4) 0 5px 5px;
}
.ca-details .price-label{
    font-size: 17px !important;
}
.ca-details .price-text{
    font-size: 24px;
}
.ca-details .price-term{
    color: #8a9092;
}

.selected-area-price-text{
    text-align: center;
}
.ca-price-text, .ca-installation-text{
    min-width: 200px;
    text-align: center;
    position: relative;
}
.ca-installation-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: 1px;
    height: 100%;
    background: #8a9092;
    opacity: .5;
}
.mod-ca-details {
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    justify-content: center;
}
.mod-ca-details .ca-i-text{
    font-family: "proxima-nova-condensed", sans-serif !important;
    font-size: 52px !important;
    color: #2A4F6B !important;
}

@media(min-width: 992px){
    .range-slider-container h1{
        max-width: 50%;
    }
    ul#gform_fields_2{
        display: flex;
        flex-flow: row wrap;
        align-items: end;
        gap: 5%;
    }
    ul#gform_fields_2>li#field_2_111{
        flex: 0 1 55%;
        max-width: 55%;
        width: 55%;
    }
    ul#gform_fields_2>li#field_2_36{
        flex: 0 1 40%;
        max-width: 40%;
        width: 40%;
    }
    ul#gform_fields_2>li#field_2_115{
        flex: 0 1 100%;
        max-width: 100%;
        width: 100%;
    }
    .gform_wrapper li.gf-total{
        width: 100% !important;
    }
}