/**** ENERGY STORAGE Calculator Main *****/
#ecalculator{font-family:'Fira Sans', sans-serif;font-size: 14px;line-height: 1.42857143;color: #333;}
#ecalculator {margin-top: 200px;}
  .place11, .place22, .place33, .place44 {display:none;}
/*
* ==========================================
* Typography
* ==========================================
*
*/
#ecalculator .heading-small {font-size: 22px;font-weight: 600;padding-bottom: 12px;display: block;color: #013a4d;padding-left: 0;}
.rangcalc { width: 100%;position: relative;}
#ecalculator div.product-count1>div>input {
    padding: 0;
    font-size: 42px;
    max-width: calc(100% - 90px);
    text-align: center;
    border: 0;
    line-height: 42px;
    font-weight: 900;
    color: #333;
    margin: 0 auto;
    background-color: transparent;
}
input[type="range"]{
    display: block;
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: rgb(255,255,255);
        background: linear-gradient(90deg, rgb(247, 247, 247) 1%, rgba(250, 214, 5,3) 0%, rgba(250, 214, 5,3) 99%, rgb(247 247 247) 99%);
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 2vw;
}
 input[type=range]::-moz-range-track {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: #fed3c5;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 2vw;
}

input[type="range"]::-webkit-slider-thumb{
        -webkit-appearance: none !important;
        height:35px;
        width:35px;
        background-image:url('/media/images/shock.png');
		background-repeat: no-repeat;
    }
   
    input[type=range]::moz-range-thumb {
        -moz-appearance: none !important;
        height:35px;
        width:35px;
        background-image:url('/media/images/shock.png');
		background-repeat: no-repeat;
    }

input[type=range]::-moz-range-progress {
  background-color: #ff0000 !important; height: 10px; border-radius: 2vw;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
   background-color: #ff0000; height: 10px; border-radius: 2vw;
}
input[type="range"]::-ms-fill-upper {  
   background-color: #ff0000; height: 10px; border-radius: 2vw;
}
progress {
  -webkit-appearance: none !important;
}
::-webkit-progress-value {
  background-color: #ff0000 !important;
}
#rst-cal {
    display: block;
    margin: 0 auto;
    border: none;
    background-color: #f9d505;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 25px;
}


.slidermax {
    position: absolute;
    left: 15px;
    top: 20px;
    color: #000;
    font-size: 17px;
}
.slidermin {
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 9999;
    color: #000;
    font-size: 17px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
#ecalculator .slider-section {
    display: block;
    background-color: white;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;max-width: 60%;

    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 20%);
}

/* #ecalculator #fixed-height {
    margin-left: -15px;
} */
#ecalculator .icons-section{margin-top:1.5rem!important;}
#ecalculator .icons-section h4{font-size:17px;font-weight:700;color:#013a4d;line-height:25px;margin-bottom:10px}
#ecalculator .icons-section .btn-group>.btn.active{background-color:#f9d505;border:0;border-radius:25px!important;color:#fff;margin-bottom:0!important;font-weight:700!important;font-size:14px}
#ecalculator .icons-section .btn-group>.btn-default:hover{background-color:#ffd614!important;color:#fff}
#ecalculator .rangeslider-wrap{padding-top:30px;padding-bottom:30px}
#ecalculator .rangeslider{position:relative;height:10px;border-radius:5px;width:100%;background-color:#fed3c5}
#ecalculator .rangeslider__handle{transition:background-color .2s;box-sizing:border-box;width:30px;height:30px;border-radius:100%;background-color:#fff;touch-action:pan-y;cursor:pointer;display:inline-block;position:absolute;z-index:3;top:-13px;box-shadow:0 1px 3px rgba(0,0,0,.5),inset 0 0 0 2px #fff;background-image:url(../images/slider-icon.png);background-repeat:no-repeat;background-position:center center}
#ecalculator .rangeslider__handle__value{transition:background-color .2s,box-shadow .1s,transform .1s;box-sizing:border-box;width:90px;text-align:center;padding:10px;background-color:#09f;border-radius:5px;color:#fff;left:-35px;top:-55px;position:absolute;white-space:nowrap;border-top:1px solid #007acc;box-shadow:0 -4px 1px rgba(0,0,0,.07),0 -5px 20px rgba(0,0,0,.3);display:none}
#ecalculator .rangeslider__handle__value:before{transition:border-top-color .2s;position:absolute;bottom:-10px;left:calc(50% - 10px);content:"";width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid;border-top-color:#09f}
#ecalculator .rangeslider__handle__value:after{content:" cm"}
#ecalculator .rangeslider__fill{position:absolute;top:0;z-index:1;height:100%;background-color:#f9d505;border-radius:5px}
#ecalculator .rangeslider__labels{position:absolute;width:100%;z-index:2;display:flex;justify-content:space-between}
#ecalculator .rangeslider__labels__label{font-size:17px;position:relative;padding-top:15px;color:gray}
#ecalculator .rangeslider__labels__label:before{position:absolute;top:0;left:50%;transform:translateX(-50%);content:"";width:1px;height:9px;border-radius:1px;background-color:rgba(128,128,128,.5);display:none}
#ecalculator .battery-items li img{display:block;max-width:40px;margin-bottom:10px;margin-left:auto;margin-right:auto}
#ecalculator .battery-items li p{font-size:11px!important;color:#013a4d;height:25px;line-height:12px;text-align:center}
#ecalculator .battery-items li p.orange{font-size:12px!important;color:#043c4f2e;border-radius:8px;background-color:#d5d5d5;padding-top:4px;margin:0 5px;height:20px}
#ecalculator #home li p.orange,
#ecalculator .battery-items li.active p.orange,
#ecalculator .battery-items li:hover p.orange{color:#000;background-color:#fad6054a}
#ecalculator #rst-cal{display:block;margin:0 auto;border:none;background-color:#f9d505;color:#fff;font-size:14px;padding:5px 15px;border-radius:25px}
#ecalculator .battery-items{list-style:none;text-align:left;max-height:280px;overflow:auto;padding:0;margin:0 auto;text-align: center;}
#ecalculator .battery-items li{width:20%;display:inline-block;text-align:center;margin:10px 5px;opacity:.25}
#ecalculator #home li,
#ecalculator .battery-items li.active{opacity:1}

/***** Content Inside Financial Details Popup *****/
#ecalculator .heading-4 {color: #323232;font-weight: 600;margin-bottom: 1.1rem;font-size: 24px;}
#ecalculator .white-box{background-color:#fff;padding:26px 0;color:#2e53cd;border-radius:5px;-webkit-box-shadow:0 0 26px -15px rgb(0 0 0 / 26%);-moz-box-shadow:0 0 26px -15px rgba(0,0,0,.26);box-shadow:0 0 26px -15px rgb(0 0 0 / 26%)}
#ecalculator .blue-circle{background-color:#e7ecf7;padding:18px 15px;border-radius:51px;width:75px;height:75px;text-align:center;margin:0 auto;margin-bottom:0;margin-bottom:15px;font-size:20px}
#ecalculator .blue-circle img{height:35px}
#ecalculator .white-box p{font-size:14px!important;color:#1e1d52;margin-bottom:0}
#ecalculator .white-box .heading-5{font-weight:600;font-size:32px!important}
#ecalculator .white-box1{background-color:#fff;overflow:hidden;-webkit-box-shadow:0 0 26px -15px rgba(0,0,0,.26);-moz-box-shadow:0 0 26px -15px rgba(0,0,0,.26);box-shadow:0 0 26px -15px rgba(0,0,0,.26)}
#ecalculator .blue-circle1{padding:18px 15px;width:75px;height:75px;float:left}
#ecalculator .blue-circle1 img{height:40px}
#ecalculator .price-box{padding:16px 10px;height:75px;float:right;font-size:32px;color:#2e53cd;font-weight:600;min-width:96px;text-align:center}
#ecalculator .payment-text{height:75px;float:left}
#ecalculator .payment-text p{font-size:18px!important;padding-left:15px;padding-top:25px}
#ecalculator .white-box.orange{background-color:#2e53cd;-webkit-box-shadow:0 0 33px -8px rgba(0,0,0,.54);-moz-box-shadow:0 0 33px -8px rgba(0,0,0,.54);box-shadow:0 0 33px -8px rgba(0,0,0,.54)}
#ecalculator .white-box.orange p{color:#fff;font-size:16px!important;font-weight:400;line-height:16px;padding-top:15px}
#ecalculator .blue-circle{background-color:#e7ecf7;padding:18px 15px;border-radius:51px;width:75px;height:75px;text-align:center;margin:0 auto;margin-bottom:0;margin-bottom:15px;font-size:20px}
#ecalculator .orange .blue-circle{background-color:#5170d6}
#ecalculator .orange .yearsaved{color:#fff}
#ecalculator .row.text-center.powerwalls img{width:auto!important;height:auto}
#ecalculator .calcleft{border-right:solid 1px #ccc}
#ecalculator span#remainigCapacity{font-size:50px;font-weight:600}
#ecalculator .calcright p{color:#313131;font-weight:400;text-align:left;margin:0 auto;line-height:25px}
#ecalculator .calcright p label{text-align:left;width:10vw;line-height:0;font-weight:500!important}
#ecalculator p.note {display: none;}
#ecalculator .calcright p span.ml-negative{margin-left: -12px;}
#ecalculator .calcright p span{color:#000}
#ecalculator p.netcost, .NCost{border-top:1px solid #313131;padding-top:5px}
#ecalculator #appTab{border-width:1px;border-color:#f9d505;border-style:solid;background-color:#fff;border-radius:50px;overflow:hidden;margin-bottom:10px}#ecalculator #appTab li{width:50%!important;border-radius:50px;overflow:hidden;text-align:center}
#ecalculator #appTab li a{width:100%;margin-bottom:0!important;color:#525252;font-size:14px;background:#fff;text-align: center;padding: 14px 16px;border-radius: 50px;border: 0;font-weight: 500; text-transform: capitalize;}
#ecalculator #appTab li a.active,#ecalculator #appTab li.active a{background:#f9d505!important;color:#000}
#ecalculator ul.cursor li{cursor:pointer!important}

/***** Contact Form Section *****/
#ecalculator #form input.form-control,
#ecalculator #form textarea.form-control {height: 50px;border-radius: 0;border-color: #2E2D5E;margin-bottom: 0;}
#ecalculator #form .form-group {margin-bottom: 5px;margin-left: 15px;margin-right: 15px;}
#ecalculator #form .form-group .p-0{padding: 5px !important;}
#ecalculator #form .form-control:focus {border-color: #2E2D5E;outline: 0;-webkit-box-shadow:none;box-shadow: none }
#ecalculator #form button.btn{height: 60px; border-radius: 0;border-color: #ffce00;background-color: #ffce00;color:#333;font-size: 20px;font-weight: bold;}
#ecalculator #form .btn:focus, 
#ecalculator #form .btn.active:focus{outline: none;}
#myTabContent>.tab-pane {display: none;}

@media only screen and (max-width: 1199.99px) and (min-width: 992px)
{
    #ecalculator .slider-section{max-width: 95%;}
    #ecalculator {margin-top: 200px;}
}
@media only screen and (min-width:992px)
{
    #ecalculator .rangeslider-wrap {width: 100%;margin: 0 auto;}
    #ecalculator .calctop {display: none;}
    #ecalculator #fixed-height {
        background-color: #f9f9f9;
            background-position-x: 0%;
            background-position-y: 0%;
            background-size: auto;
        background-size: cover;
        padding-top: 100px;
        padding-bottom: 100px;
        background-position: top center;
        margin: 0 auto !important;
        height: 100%;
    }
}
@media only screen and (max-width: 991px)
{
    #ecalculator {margin-top: 235px;}
    #ecalculator .calcright {display: none;}
    #ecalculator .calctop p {
        color: rgb(49, 49, 49);
        font-weight: 500;
        margin: 0 auto;
        line-height: 25px;
        text-align: right;
        
    }
    
    #ecalculator .calctop p span{ color: #f9d505;}
    #ecalculator .calcleft{border:0}
    #ecalculator .calctop p label {    font-size: 14px;line-height: 10px; font-weight: normal !important;}
    #ecalculator .slider-section{max-width: 100%; box-shadow: none;}
    #ecalculator .icons-section {
        margin-top: 0px;
    }
   
    
}
@media only screen and (min-width:768px)
{.icons-section{    margin-left: 1.5rem!important;    margin-right: 1.5rem!important;}}
@media only screen and (max-width:767px)
{
    #ecalculator {margin-top: 225px;}
    #ecalculator .calcright p label {width: auto;}
    #ecalculator .calcright {border-top: solid 1px #000;     padding:10px 0;}
    /***** Contact Form Section *****/
    #ecalculator #form .form-group{margin-bottom: 0;}
    #ecalculator #form input.form-control, 
    #ecalculator #form textarea.form-control{margin-bottom: 0px;}
    #ecalculator .icons-section {
        margin-top: 0px;
        margin-left: 0.5rem!important;
        margin-right: 0.5rem!important;
    }
}
@media (max-width: 575.99px)
{
    #ecalculator .calctop{margin-top: 20px;}
}
@media only screen and (max-width:480px)
{
    #ecalculator .battery-items li {width: 28%;}
    #ecalculator #appTab li a{font-size: 13px;}
}
@media screen and (max-width: 560px)
{
    #ecalculator .calcright p label, #ecalculator .calcright p {font-size: 14px !important;}
}
@media only screen and (max-width:414px)
{
    #ecalculator .calctop p label {
        font-size: 13px;
        font-weight: 600 !important;
        color: #515050;text-align: right;
    }
    #ecalculator .calctop {display: none !important;}
    #ecalculator .calcright {display: block !important;}
    
    #ecalculator .calcright p label, #ecalculator .calcright p{text-align: right;}
    #ecalculator p.note {display: block; font-size: 10px !important;}
    #ecalculator .calcright p label {padding-right: 5px;}
    #ecalculator .calcleft p {
        margin-bottom: 5px;
    }
    #ecalculator .sliderbox { flex: 0 0 100%;max-width: 100%;}
    #ecalculator p.netcost {
        border-top: 0px solid rgb(49, 49, 49) !important;
        padding-top: 0px !important;
    }
    #ecalculator .calcright p span.ml-negative{margin-left: 0;}
    #ecalculator p.netcost, .NCost {border-top: none;    padding-top: 0px;}
}
@media only screen and (max-width:375px)
{
    #ecalculator {margin-top: 240px;}
}
@media only screen and (max-width:360px)
{
    
   
}
@media only screen and (max-width:320px)
{
    #ecalculator .calcright p label, #ecalculator .calcright p {font-size: 14px !important;}
}