.lead-block .lead-content-block-wrapper {
    position: relative;
    margin: 50px auto 0;
    width: 100%;
    height: 500px;
}

.lead-block input {
    overflow: visible;
}

.lead-block .lead-content-block-wrapper .lead-content-block.first {
    z-index: 10;
    transform: scale(1);
    top: 0;
}

.lead-block .lead-content-block-wrapper .lead-content-block {
    position: absolute;
    min-height: 475px;
    max-height: 600px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    text-align: left;
    padding: 45px 100px 40px 100px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.lead-block .lead-content-block-wrapper .lead-content-block .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    color: #b30808;
    border-radius: 5px;
    width: 200px;
}
.lead-block .lead-content-block-wrapper .lead-content-block input.wpcf7-not-valid {
    color: #b30808;
    border-color: #b30808;
}

.lead-block .lead-content-block-wrapper .lead-content-block h3.info {
    line-height: 80px;
    font-size: 22px;
    color: var(--black-color);
    text-transform: uppercase;
}

.lead-block .lead-content-block-wrapper .lead-content-block h4.stepper {
    line-height: 80px;
    font-size: 16px;
    color: #616161;
}

.label{
    font-size: 16px;
    color: #616161;
    text-align: center;
}

.custom-slider + .rangeslider {
    margin: 15px 0 40px;
    height: 10px;
    border: 1px solid #e7e7e7;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.custom-slider + .rangeslider.-medium > .rangeslider__fill {
    background-color: #fde300;
}
.custom-slider + .rangeslider.-medium > .rangeslider__handle {
    border: 1px solid #dec808;
    background-color: #fde300;
}
.custom-slider + .rangeslider.-medium > .rangeslider__handle:after {
    border-color: transparent transparent #dec808;
}
.custom-slider + .rangeslider.-medium > .rangeslider__handle .rangeslider__handle__value {
    border: 1px solid #dec808;
    color: #dec808;
}
.custom-slider + .rangeslider.-heavy > .rangeslider__fill {
    background-color: #d21515;
}
.custom-slider + .rangeslider.-heavy > .rangeslider__handle {
    border: 1px solid #b30808;
    background-color: #d21515;
}
.custom-slider + .rangeslider.-heavy > .rangeslider__handle:after {
    border-color: transparent transparent #b30808;
}
.custom-slider + .rangeslider.-heavy > .rangeslider__handle .rangeslider__handle__value {
    border: 1px solid #b30808;
    color: #b30808;
}
.custom-slider + .rangeslider > .rangeslider__fill {
    height: 2px;
    border-radius: 100px;
    margin: 3px 5px;
    background-color: var(--blue-color);
}
.custom-slider + .rangeslider > .rangeslider__handle {
    top: -6px;
    height: 20px;
    width: 20px;
    border: 1px solid var(--blue-color);
    background-color: var(--blue-color);
    /* box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1); */
}
.custom-slider + .rangeslider > .rangeslider__handle:after {
    border-color: transparent transparent #6db91a;
}
.custom-slider + .rangeslider > .rangeslider__handle .rangeslider__handle__value {
    border-radius: 5px;
    border: 1px solid var(--blue-color);
    background-color: #fff;
    height: 24px;
    font-weight: 700;
    font-size: 12px;
    color: var(--blue-color);
    line-height: 12px;
    white-space: nowrap;
    padding: 5px 8px;
    position: absolute;
    left: 50%;
    top: 27px;
    transform: translateX(-50%);
}
.custom-slider + .rangeslider > .rangeslider__handle .rangeslider__handle__value:after {
    content: " kWh";
}

.rangeslider__handle {
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
    background-size: 100%;
    background-image: linear-gradient(hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.1));
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}
.rangeslider__handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.13), hsla(0, 0%, 100%, 0));
    border-radius: 50%;
}
.rangeslider--active .rangeslider__handle,
.rangeslider__handle:active {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.rangeslider--horizontal {
    height: 20px;
    width: 100%;
}
.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%;
}
.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}
.rangeslider__fill {
    background: #0f0;
    position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}

/* .-range-slider-column {
    padding: 0 40px;
} */

.rangeslider,
.rangeslider__fill {
    display: block;
    /* box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3); */
    border-radius: 10px;
}

#lead-1 .rangeslider.hide{
    display: none;
}
.rangeslider:last-child,
.rangeslider:last-child .rangeslider__fill{
    display: none;
}

.rangeslider {
    /* background: #e6e6e6; */
    position: relative;
}

.lead-block .monthly-amt {
    font-family: Nunito, sans-serif;
    color: var(--blue-color);
    font-size: 64px;
    line-height: 80px;
    margin-top: 40px;
    font-weight: 600;
    text-align: center;
}
.lead-block .monthly-amt.-medium {
    color: #dec808;
}
.lead-block .monthly-amt.-heavy {
    color: #b30808;
}
.lead-block .monthly-amt:before {
    content: "Rs. ";
    font-size: 22px;
    color: var(--black-color);
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.lead-block .lead-content-block-wrapper .lead-content-block .button-wrapper {
    margin-top: 35px;
}
.lead-block .lead-content-block-wrapper .lead-content-block .button-wrapper a.button {
    margin-bottom: 0;
    background-color: var( --blue-color);
    padding: 15px 95px;
    border-radius: 0;
    border: none;
    color: var(--white-color);
    font-size: 16px;
}
.lead-block .lead-content-block-wrapper .lead-content-block .button-wrapper a.button:hover{
    background-color:  #006e99;
}

.lead-block .lead-content-block-wrapper .lead-content-block.second {
    z-index: 9;
    transform: scale(0.9);
    top: 0;
}

.lead-block .lead-content-block-wrapper .lead-2.lead-content-block{
    height: 500px;
}

.lead-block .lead-content-block-wrapper .lead-content-block h3.info.-go-back {
    position: relative;
}
.lead-block .lead-content-block-wrapper .lead-content-block h3.info.-go-back.-hover:before {
    opacity: 1;
    transform: translateX(0);
}
.lead-block .lead-content-block-wrapper .lead-content-block h3.info.-go-back.-hover:after {
    opacity: 1;
    transform: translateX(0);
    animation: d 3s infinite;
}
.lead-block .lead-content-block-wrapper .lead-content-block h3.info.-go-back:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 40px;
    line-height: 30px;
    margin-right: 10px;
    background: #1779ba;
    border-radius: 5px;
    position: absolute;
    left: -54px;
    top: 4px;
    transform: translateX(5px);
    opacity: 0;
    transition: all 0.1s ease-out;
}
.lead-block .lead-content-block-wrapper .lead-content-block h3.info.-go-back:after {
    content: "<";
    position: absolute;
    padding: 5px 10px;
    width: 30px;
    height: 40px;
    color: #fff;
    left: -54px;
    top: 4px;
    line-height: 28px;
    opacity: 0;
    transform: translateX(5px);
}
.lead-block .lead-content-block-wrapper .lead-content-block h3.info.-go-back a.monthly-amt-title {
    padding: 5px 15px;
    margin: 0 2px;
    background: var(--blue-color);
    vertical-align: middle;
    color: #fff;
    border-radius: 80px;
    text-align: center;
    line-height: 1.85;
}

.lead-block .lead-content-block-wrapper .lead-content-block p {
    padding-top: 4px;
}
.lead-block .lead-content-block-wrapper .lead-content-block .input-group-wrapper {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 30px;
}
.lead-block .lead-content-block-wrapper .lead-content-block .input-group-wrapper.-validation-error {
    border-color: #b30808;
}
.lead-block .lead-content-block-wrapper .lead-content-block .input-group-wrapper input,
.lead-block .lead-content-block-wrapper .lead-content-block .input-group-wrapper select {
    border-color: transparent !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
    font-size: 16px;
}
.lead-block .lead-content-block-wrapper .lead-content-block .input-group-wrapper select {
    padding-right: 10px;
    padding-left: 15px;
}


.lead-block .lead-content-block-wrapper .wpcf7-form-control-wrap {
    position: unset;
}
.lead-block .lead-content-block-wrapper .wpcf7-not-valid-tip {
    bottom: -1px;
    padding: 0;
    left: 35px;
}

.lead-block select {
    color: #616161;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    font-size: 16px;
    background-position: right -1rem center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M13.418 7.859c.271-.268.709-.268.978 0s.272.701 0 .969l-3.908 3.83a.697.697 0 0 1-.979 0l-3.908-3.83c-.27-.267-.27-.701 0-.969s.709-.268.978 0L10 11l3.418-3.141z'/%3E%3C/svg%3E");
}
.lead-block select:focus{
    border: none;
    outline: 0;
}

.lead-block [type="color"],
.lead-block [type="date"],
.lead-block [type="datetime-local"],
.lead-block [type="datetime"],
.lead-block [type="email"],
.lead-block [type="month"],
.lead-block [type="number"],
.lead-block [type="password"],
.lead-block [type="search"],
.lead-block [type="tel"],
.lead-block [type="text"],
.lead-block [type="time"],
.lead-block [type="url"],
.lead-block [type="week"],
.lead-block textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 3.125rem;
    margin: 0 0 1rem;
    padding: 0.75rem 1.25rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fefefe;
    box-shadow: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #4a4a4a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.lead-block [type="color"]:focus,
.lead-block [type="date"]:focus,
.lead-block [type="datetime-local"]:focus,
.lead-block [type="datetime"]:focus,
.lead-block [type="email"]:focus,
.lead-block [type="month"]:focus,
.lead-block [type="number"]:focus,
.lead-block [type="password"]:focus,
.lead-block [type="search"]:focus,
.lead-block [type="tel"]:focus,
.lead-block [type="text"]:focus,
.lead-block [type="time"]:focus,
.lead-block [type="url"]:focus,
.lead-block [type="week"]:focus,
.lead-block textarea:focus {
    outline: none;
    border: 1px solid #2981c8;
    background-color: #fefefe;
    box-shadow: 0 0 3px #4a9ada;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}


.button.hollow{
    background-color: transparent;
    border: 1px solid var(--blue-color);
    color: var(--blue-color);
    transition: all 0.5s;
    padding: 12px 70px;
}

.button.hollow:hover{
    background-color: var(--blue-color);
    color: var(--white-color);
    transition: all 0.5s;
}

.lead-block .title-wrap{
    padding-bottom: 20px;
}
.lead-block .title-wrap h3{
    flex-grow: 1;
}

.lead-block .cal-label{
    font-size: 16px;
    color: #616161;
}

.lead-block .three-inputs-wrapper .column{
    width: 33.33% !important;
}
@media only screen and (max-width: 600px) {
    .lead-block .three-inputs-wrapper .column{
        width: 50% !important;
    } 
    /* .lead-block .three-inputs-wrapper{
        justify-content: center;
    } */
}

.lead-block  .three-inputs-wrapper br{
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0px;
    padding: 0.2em 1em;
    border: none;
}

#js-rangeslider-0:nth-child(2){
    display: none;
}
.rangeslider:last-child{
    display: none !important;
}


.lead-block .lead-content-block-wrapper #lead-2{
    max-height: 550px;
}


@media only screen and (max-width: 1400px) {
    .lead-block .lead-content-block-wrapper #lead-2 {
        max-height: 515px;
    }
}