.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.logos_slides .slick-slide img {
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 100%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 0px;
}
.slick-next {
    right: 0px;
}
.slick-prev:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    width: 16px;
    height: 30px;
    background-image: url("/themes/bootstrap/orbenergy/css/../images/left-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.slick-next:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 16px;
    height: 30px;
    background-image: url("/themes/bootstrap/orbenergy/css/../images/right-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -36px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 1;
    color: #919498;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #028fe8;
}
.rangeslider,
.rangeslider__fill {
    display: block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.rangeslider {
    background: #fcfcfc;
    position: relative;
}
.rangeslider--horizontal {
    height: 8px;
    width: 75%;
    margin: 4px auto;
    float: left;
}
.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: #ff8401;
    position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 76%;
    margin: 0 auto;
    float: left;
}
.rangeslider__handle {
    background: white;
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.rangeslider__handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
}
.rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
    left: -15px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
.ct-double-octave:after,
.ct-major-eleventh:after,
.ct-major-second:after,
.ct-major-seventh:after,
.ct-major-sixth:after,
.ct-major-tenth:after,
.ct-major-third:after,
.ct-major-twelfth:after,
.ct-minor-second:after,
.ct-minor-seventh:after,
.ct-minor-sixth:after,
.ct-minor-third:after,
.ct-octave:after,
.ct-perfect-fifth:after,
.ct-perfect-fourth:after,
.ct-square:after {
    content: "";
    clear: both;
}
.ct-label {
    fill: rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.75rem;
    line-height: 1;
}
.ct-chart-bar .ct-label,
.ct-chart-line .ct-label {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start;
}
.ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start;
}
.ct-label.ct-vertical.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end;
}
.ct-label.ct-vertical.ct-end {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: end;
}
.ct-grid {
    stroke: rgba(0, 0, 0, 0.2);
    stroke-width: 1px;
    stroke-dasharray: 2px;
}
.ct-point {
    stroke-width: 8px;
    stroke-linecap: round;
}
.ct-line {
    fill: none;
    stroke-width: 2px;
}
.ct-area {
    stroke: none;
    fill-opacity: 0.1;
}
.ct-bar {
    fill: none;
    stroke-width: 25px;
}
.ct-slice-donut {
    fill: none;
    stroke-width: 60px;
}
.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
    stroke: #d70206;
}
.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
    fill: #d70206;
}
.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
    stroke: #f05b4f;
}
.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
    fill: #f05b4f;
}
.ct-series-c .ct-bar,
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-slice-donut {
    stroke: #f4c63d;
}
.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
    fill: #f4c63d;
}
.ct-series-d .ct-bar,
.ct-series-d .ct-line,
.ct-series-d .ct-point,
.ct-series-d .ct-slice-donut {
    stroke: #d17905;
}
.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
    fill: #d17905;
}
.ct-series-e .ct-bar,
.ct-series-e .ct-line,
.ct-series-e .ct-point,
.ct-series-e .ct-slice-donut {
    stroke: #453d3f;
}
.ct-series-e .ct-area,
.ct-series-e .ct-slice-pie {
    fill: #453d3f;
}
.ct-series-f .ct-bar,
.ct-series-f .ct-line,
.ct-series-f .ct-point,
.ct-series-f .ct-slice-donut {
    stroke: #59922b;
}
.ct-series-f .ct-area,
.ct-series-f .ct-slice-pie {
    fill: #59922b;
}
.ct-series-g .ct-bar,
.ct-series-g .ct-line,
.ct-series-g .ct-point,
.ct-series-g .ct-slice-donut {
    stroke: #0544d3;
}
.ct-series-g .ct-area,
.ct-series-g .ct-slice-pie {
    fill: #0544d3;
}
.ct-series-h .ct-bar,
.ct-series-h .ct-line,
.ct-series-h .ct-point,
.ct-series-h .ct-slice-donut {
    stroke: #6b0392;
}
.ct-series-h .ct-area,
.ct-series-h .ct-slice-pie {
    fill: #6b0392;
}
.ct-series-i .ct-bar,
.ct-series-i .ct-line,
.ct-series-i .ct-point,
.ct-series-i .ct-slice-donut {
    stroke: #f05b4f;
}
.ct-series-i .ct-area,
.ct-series-i .ct-slice-pie {
    fill: #f05b4f;
}
.ct-series-j .ct-bar,
.ct-series-j .ct-line,
.ct-series-j .ct-point,
.ct-series-j .ct-slice-donut {
    stroke: #dda458;
}
.ct-series-j .ct-area,
.ct-series-j .ct-slice-pie {
    fill: #dda458;
}
.ct-series-k .ct-bar,
.ct-series-k .ct-line,
.ct-series-k .ct-point,
.ct-series-k .ct-slice-donut {
    stroke: #eacf7d;
}
.ct-series-k .ct-area,
.ct-series-k .ct-slice-pie {
    fill: #eacf7d;
}
.ct-series-l .ct-bar,
.ct-series-l .ct-line,
.ct-series-l .ct-point,
.ct-series-l .ct-slice-donut {
    stroke: #86797d;
}
.ct-series-l .ct-area,
.ct-series-l .ct-slice-pie {
    fill: #86797d;
}
.ct-series-m .ct-bar,
.ct-series-m .ct-line,
.ct-series-m .ct-point,
.ct-series-m .ct-slice-donut {
    stroke: #b2c326;
}
.ct-series-m .ct-area,
.ct-series-m .ct-slice-pie {
    fill: #b2c326;
}
.ct-series-n .ct-bar,
.ct-series-n .ct-line,
.ct-series-n .ct-point,
.ct-series-n .ct-slice-donut {
    stroke: #6188e2;
}
.ct-series-n .ct-area,
.ct-series-n .ct-slice-pie {
    fill: #6188e2;
}
.ct-series-o .ct-bar,
.ct-series-o .ct-line,
.ct-series-o .ct-point,
.ct-series-o .ct-slice-donut {
    stroke: #a748ca;
}
.ct-series-o .ct-area,
.ct-series-o .ct-slice-pie {
    fill: #a748ca;
}
.ct-square {
    display: block;
    position: relative;
    width: 100%;
}
.ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%;
}
.ct-square:after {
    display: table;
}
.ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-minor-second {
    display: block;
    position: relative;
    width: 100%;
}
.ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%;
}
.ct-minor-second:after {
    display: table;
}
.ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-major-second {
    display: block;
    position: relative;
    width: 100%;
}
.ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.8888888889%;
}
.ct-major-second:after {
    display: table;
}
.ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-minor-third {
    display: block;
    position: relative;
    width: 100%;
}
.ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.3333333333%;
}
.ct-minor-third:after {
    display: table;
}
.ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-major-third {
    display: block;
    position: relative;
    width: 100%;
}
.ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%;
}
.ct-major-third:after {
    display: table;
}
.ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-perfect-fourth {
    display: block;
    position: relative;
    width: 100%;
}
.ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%;
}
.ct-perfect-fourth:after {
    display: table;
}
.ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-perfect-fifth {
    display: block;
    position: relative;
    width: 100%;
}
.ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.6666666667%;
}
.ct-perfect-fifth:after {
    display: table;
}
.ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-minor-sixth {
    display: block;
    position: relative;
    width: 100%;
}
.ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%;
}
.ct-minor-sixth:after {
    display: table;
}
.ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-golden-section {
    display: block;
    position: relative;
    width: 100%;
}
.ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.804697157%;
}
.ct-golden-section:after {
    content: "";
    display: table;
    clear: both;
}
.ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-major-sixth {
    display: block;
    position: relative;
    width: 100%;
}
.ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%;
}
.ct-major-sixth:after {
    display: table;
}
.ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-minor-seventh {
    display: block;
    position: relative;
    width: 100%;
}
.ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%;
}
.ct-minor-seventh:after {
    display: table;
}
.ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-major-seventh {
    display: block;
    position: relative;
    width: 100%;
}
.ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.3333333333%;
}
.ct-major-seventh:after {
    display: table;
}
.ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-octave {
    display: block;
    position: relative;
    width: 100%;
}
.ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%;
}
.ct-octave:after {
    display: table;
}
.ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-major-tenth {
    display: block;
    position: relative;
    width: 100%;
}
.ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%;
}
.ct-major-tenth:after {
    display: table;
}
.ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-major-eleventh {
    display: block;
    position: relative;
    width: 100%;
}
.ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%;
}
.ct-major-eleventh:after {
    display: table;
}
.ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-major-twelfth {
    display: block;
    position: relative;
    width: 100%;
}
.ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.3333333333%;
}
.ct-major-twelfth:after {
    display: table;
}
.ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-double-octave {
    display: block;
    position: relative;
    width: 100%;
}
.ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%;
}
.ct-double-octave:after {
    display: table;
}
.ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-axis-title {
    font-family: "IBM Plex Sans", sans-serif;
    line-height: 1.2;
    font-size: 14px;
    color: rgba(32, 36, 37, 0.7);
    fill: rgba(32, 36, 37, 0.7);
}
.chartist-tooltip {
    position: absolute;
    display: inline-block;
    opacity: 0;
    min-width: 5em;
    padding: 0.5em;
    background: #fcc400;
    text-align: center;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    font-family: "IBM Plex Sans", sans-serif;
    line-height: 1.2;
    font-size: 16px;
    color: #202425;
}
.chartist-tooltip:before {
    content: "Rs. ";
    position: absolute;
    top: 0px;
    left: -30px;
    width: 30px;
    height: 35px;
    margin-left: 0;
    background: #fcc400;
    padding: 7px 10px;
}
.chartist-tooltip.tooltip-show {
    opacity: 1;
}
.ct-area,
.ct-line {
    pointer-events: none;
}
.ct-label {
    font-family: "IBM Plex Sans", sans-serif;
    fill: rgba(32, 36, 37, 0.5);
    color: rgba(32, 36, 37, 0.5);
    font-size: 12px;
    line-height: 1;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.calculator_div {
  /*  padding: 86px 0 0;*/
}
.next_line {
    color: #1975cf;
    font-weight: 500;
}
.cal_top_space {
    border-top: 2px solid #eceaec;
    /*margin-top: 60px;*/
    position: relative;
}
.p_0 {
    padding: 0;
}
.mt_50 {
    margin-top: 50px;
}
.col_20.pl_0 {
    padding-left: 0;
}
.col_20.pr_0 {
    padding-right: 0;
}
.col_20.p_lr_0 {
    padding-left: 0;
    padding-right: 0;
}
.m_50 {
    margin: 30px 0 10px;
}
.mlr_00 {
    margin-left: 0;
    margin-right: 0;
}
.full_height {
    height: 100vh;
}
.top_space {
    position: absolute;
    top: 38vh;
    left: 0;
}
.left_side_div {
    padding: 26px 35px;
    /*background: #ffffff;*/
	background: #fff2f0;
    -webkit-box-shadow: 43px 0px 49px -27px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 43px 0px 49px -27px rgba(0, 0, 0, 0.1);
    box-shadow: 43px 0px 49px -27px rgba(0, 0, 0, 0.1);
}
.cal_section_title {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #202425;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    display: inline-block;
}
.cal_section_title img {
    float: left;
    width: 20%;
}
.inner_title_text {
    padding: 10px 0 0 15px;
    display: table;
}
.field_div {
    margin-bottom: 38px;
}
.calculate_field_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #202425;
   /* text-transform: uppercase;*/
    text-transform: capitalize;
    margin: 0 0 4px 0;
}
.form-control {
    height: 40px;
    background: #dbdbdb;
    border: 1px solid #c9c9c9;
    box-shadow: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
    color: #202425;
}
.col_20 {
    width: 33%;
    padding-left: 10px;
    padding-right: 10px;
}
.div_1 {
    border-radius: 10px;
}
.property_name.industrial {
    background: url(/themes/bootstrap/orbenergy/css/../images/Industrial.png);
}
.property_name.commercial {
    background: url(/themes/bootstrap/orbenergy/css/../images/Commercial.png);
}
.property_name.residential {
    background: url(/themes/bootstrap/orbenergy/css/../images/Residential.png);
}
.property_name.industrial.selected_option {
    background: url(/themes/bootstrap/orbenergy/css/../images/Industrial_selected.png);
}
.property_name.commercial.selected_option {
    background: url(/themes/bootstrap/orbenergy/css/../images/Commercial_selected.png);
}
.property_name.residential.selected_option {
    background: url(/themes/bootstrap/orbenergy/css/../images/Residential_selected.png);
}
.property_name.industrial,
.property_name.commercial,
.property_name.residential {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.property_name.industrial.selected_option,
.property_name.commercial.selected_option,
.property_name.residential.selected_option {
    -webkit-background-size: 75% !important;
    -moz-background-size: 75% !important;
    -o-background-size: 75% !important;
    background-size: 75% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.selection_option {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.toggle-btn-grp.selection_option .select_option.div_1 input {
    
}
.toggle-btn-grp.selection_option .select_option.div_1 input,
.toggle-btn-grp.selection_option .select_option.div_1 label {

}
.toggle-btn-grp.selection_option .select_option.div_1 label {
    
}
.div_text {
}
.toggle-btn-grp.selection_option .select_option.selected_divs label,
.toggle-btn-grp.selection_option .select_option:hover label {
    border: 1px solid #fddc69;
}
.div_1.selected_divs {
    background: #fff;
    border-radius: 10px;
}
.slider_area {
    padding: 15px 25px 10px;
    background: #e5e5e5;
    border: 1px solid #c0c0c0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.slider_div {
    padding: 0px 0px 20px;
    margin-bottom: 10px;
}
.slider.slider-horizontal .slider-track {
    height: 12px;
    background: #e1e1e1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.slider-selection {
    background: #028fe8 !important;
    background-image: -webkit-linear-gradient(top, #028fe8 0%, #028fe8 100%);
    background-image: -o-linear-gradient(top, #028fe8 0%, #028fe8 100%);
    background-image: linear-gradient(to bottom, #028fe8 0%, #028fe8 100%);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.slider-handle {
    position: absolute;
    top: -10px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
}
.slider_input_div input {
    width: 120px;
    background: #f1f1f1;
    border: 1px solid #c6c6c6;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 20px;
    text-indent: 10px;
    line-height: 1.2;
    color: #202425;
    font-weight: 700;
    padding: 5px 0;
}
.emi_slider_div .slider_input_div input {
    margin-left: -40px;
    margin-right: 20px;
}
.right_side_div {
    height: 100%;
}
.state_0_title_1 {
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 0 0px;
    padding: 0 0 0 80px;
    line-height: 1.2;
    font-size: 26px;
    color: #202425;
    font-weight: 500;
}
.state_0_title_2 {
    line-height: 1.2;
    font-size: 20px;
    color: rgba(32, 36, 37, 0.7);
    text-align: left;
    font-weight: 400;
    padding: 0 0 0 80px;
    letter-spacing: 0.5px;
}
.vertical_centering_0 {
    justify-content: center;
    flex-direction: column;
    width: 100%;
    display: flex;
    align-content: center;
    height: 100vh;
    padding: 0 0;
}
.vertical_centering {
    justify-content: center;
    flex-direction: column;
    width: 100%;
    display: flex;
    align-content: center;
    height: 100%;
    padding: 0 0;
}
.saving_value_div {
    margin: 10px 0 2px 0;
}
.saving_value_div1 {
    margin: 0 0 10px 0;
}
.saving_value_div2 {
    margin: 0 0 50px 0;
}
.total_saving_title {
    margin: 0 0 0px 0;
    font-size: 30px;
    line-height: 42px;
    color: #565e60;
    text-align: left;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.left-m {
    position: absolute;
    color: #202425;
    font-size: 40px;
    left: 40%;
}
.total_savings {
    font-size: 30px;
    line-height: 42px;
    color: #202425;
    text-transform: capitalize;
    font-weight: 400;
}
.system_price1 {
    font-size: 30px;
    line-height: 42px;
    color: #202425;
    text-transform: capitalize;
    font-weight: 400;
}
.saving_value_div1 .total_savings,
.saving_value_div2 .total_savings {
    font-size: 24px;
}
.sys_size_small .total_system_size {
    font-size: 22px;
    font-weight: 400;
    color: #202425;
    line-height: 1.5;
    margin-top: 6px;
}
.total_system_size {
    font-size: 24px;
    line-height: 1.2;
    color: #202425;
    border-bottom: 0px solid #1a75cf;
    font-weight: 300;
}
.emi_div {
    margin: 0 0 10px 0;
    padding: 0 40px;
    display: none;
}
.free_loans_div {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
}
.emi_switch_title {
    padding: 20px 10px 20px 35px;
    display: inline-block;
    float: left;
}
.free_loans_div .calculate_field_title {
    font-size: 18px;
    line-height: 1.2;
    color: #202425;
    text-transform: none;
    font-weight: 500;
    background-color: #e4e4e4;
    height: 40px;
}
.emi_switch_info {
    float: right;
    display: block;
    padding: 10px 15px 15px 35px;
    font-size: 16px;
    line-height: 1.2;
    color: rgba(32, 36, 37, 0.7);
    text-transform: none;
    font-weight: 400;
}
.emi_switch {
    display: inline-block;
    padding: 12px 0;
}
.emi_switch > input[type="checkbox"] {
    display: none;
}
.emi_switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 60px;
}
.emi_switch > label::before {
    background: #b9b9b9;
    box-shadow: none;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    content: "";
    height: 30px;
    margin-top: -16px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 54px;
}
.emi_switch > label::after {
    background: rgb(255, 255, 255);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    box-shadow: none;
    content: "";
    height: 22px;
    left: 6px;
    margin-top: 0px;
    position: absolute;
    top: -12px;
    transition: all 0.3s ease-in-out;
    width: 22px;
}
.emi_switch > input[type="checkbox"]:checked + label::before {
    background: #fa972e;
    opacity: 1;
}
.emi_switch > input[type="checkbox"]:checked + label::after {
    background: #fff;
    left: 26px;
}
.result_state_div .heading_1 {
    text-transform: uppercase;
    margin: 0 0 0 0;
    padding: 40px 35px 0;
    font-size: 24px;
    line-height: 1.2;
    color: #202425;
    font-weight: 400;
}
.result_state_div .heading_11 {
    padding: 0px 35px 0;
    line-height: 1.2;
    font-size: 14px;
    color: rgba(32, 36, 37, 0.7);
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.boxes_div {
    padding: 0px 35px;
}
.p_rl_7 {
    padding-left: 7px;
    padding-right: 7px;
}
.inner_box {
    background: #dadada;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 30px 14px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
    padding-bottom: 22px;
}
.box_title {
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #565e60;
}
.box_value {
    margin: 5px 0 0 0;
    font-size: 18px;
    line-height: 1.2;
    color: #202425;
}
.box_value span {
    display: inline-block;
    font-size: 18px;
    line-height: 1.2;
    color: #202425;
    font-weight: 700;
}
span.payback_year_data,
span.payback_month_data {
    font-size: 18px;
    line-height: 1.2;
    color: #202425;
}
span.payback_year_title,
span.payback_month_title {
    font-size: 18px;
    line-height: 1.2;
    color: #202425;
    text-transform: none;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}
.box_value span.payback_year_data,
.box_value span.payback_month_data,
.box_value span.payback_year_title,
.box_value span.payback_month_title {
    display: table-cell;
}
.solar_contact_info {
    margin: 0 0 0 0;
    margin: 0 0 0 0;
    padding: 20px 0;
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
    color: rgba(32, 36, 37, 0.9);
    font-weight: 300;
    margin-bottom: 50px;
}
.solar_contact_info span {
    font-size: 14px;
    line-height: 1.2;
    color: #202425;
    font-weight: 500;
}
.solar_contact_info .contact_us_link {
    border-bottom: 2px solid #464949;
}
#savingGraph {
    height: 300px;
    width: 90%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}
#savingGraph .ct-series-a .ct-line {
    stroke: #028fe8;
    stroke-dasharray: 5px;
    -webkit-animation: dashoffset 1s linear infinite;
    -moz-animation: dashoffset 1s linear infinite;
    -o-animation: dashoffset 1s linear infinite;
    animation: dashoffset 1s linear infinite;
}
.ct-series-a .ct-area {
    fill: #028fe8;
    fill-opacity: 0.2;
}
@-webkit-keyframes dashoffset {
    0% {
        stroke-dashoffset: 0px;
    }
    100% {
        stroke-dashoffset: -20px;
    }
}
@-moz-keyframes dashoffset {
    0% {
        stroke-dashoffset: 0px;
    }
    100% {
        stroke-dashoffset: -20px;
    }
}
@-ms-keyframes dashoffset {
    0% {
        stroke-dashoffset: 0px;
    }
    100% {
        stroke-dashoffset: -20px;
    }
}
@keyframes dashoffset {
    0% {
        stroke-dashoffset: 0px;
    }
    100% {
        stroke-dashoffset: -20px;
    }
}
#savingGraph .ct-series-a .ct-point {
    -webkit-animation: bouncing-stroke 0.6s linear infinite;
    -moz-animation: bouncing-stroke 0.6s linear infinite;
    -o-animation: bouncing-stroke 0.6s linear infinite;
    animation: bouncing-stroke 0.6s linear infinite;
    stroke: #028fe8;
}
@-webkit-keyframes bouncing-stroke {
    0% {
        stroke-width: 10px;
    }
    50% {
        stroke-width: 15px;
    }
    100% {
        stroke-width: 10px;
    }
}
@-moz-keyframes bouncing-stroke {
    0% {
        stroke-width: 10px;
    }
    50% {
        stroke-width: 15px;
    }
    100% {
        stroke-width: 10px;
    }
}
@-ms-keyframes bouncing-stroke {
    0% {
        stroke-width: 10px;
    }
    50% {
        stroke-width: 15px;
    }
    100% {
        stroke-width: 10px;
    }
}
@keyframes bouncing-stroke {
    0% {
        stroke-width: 10px;
    }
    50% {
        stroke-width: 15px;
    }
    100% {
        stroke-width: 10px;
    }
}
.ct-grid.ct-horizontal {
    display: none;
}
#map {
    height: 100%;
}
.margintop {
    margin-top: 2%;
}
.bootstrap-select {
    width: 100% !important;
}
.padding_space {
    padding: 15px 0;
}
.text_low {
    margin-right: 2%;
}
.text_high {
    margin-left: 2%;
}
.text_low,
.text_high {
    font-size: 16px;
    line-height: 1.2;
    color: rgba(32, 36, 37, 0.8);
    float: left;
}
.before_input,
.after_input {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    color: #202425;
}
.slider.slider-horizontal {
    width: 80%;
}
.calculate_my_solar {
    background: #028fe8;
    padding: 21px 15px;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td {
    vertical-align: middle !important;
}
.value_heading,
.heading_value {
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
}
.title_heading {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 400;
    color: #777;
}
.rslider {
    margin: 0 auto;
}
#cicleSliderArea .rs-range-color {
    background-color: #1a75cf;
}
#cicleSliderArea .rs-path-color {
    background-color: #f4f4f4;
}
#cicleSliderArea .rs-handle {
    background-color: #fff;
    padding: 7px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
#cicleSliderArea .rs-handle.rs-focus {
    border-color: #fff;
}
#cicleSliderArea .rs-handle:after {
    border-color: #fff;
    background-color: #fff;
}
#cicleSliderArea .rs-border {
    border-color: transparent;
}
.inner_title_text:after,
.graph_heading:after {
    content: "";
    display: block;
    width: 50px;
    padding-top: 12px;
    border-bottom: 1px solid #028fe8;
}
#cicleSliderArea,
#cicleSliderArea .rs-container.full {
    width: 180px !important;
    height: 180px !important;
}
.result_state_div {
    display: none;
}
.zero_state_div {
    height: 100%;
}
.top_space {
    display: none;
}
.month_count {
    font-size: 26px;
    line-height: 1.2;
    color: #202425;
}
.month_count_text {
    font-size: 14px;
    line-height: 1.2;
    color: #202425;
    text-transform: uppercase;
}
.circular_year {
    font-size: 16px;
    line-height: 1;
    color: #565e60;
    text-transform: uppercase;
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-40%, -64%);
}
.emi_slider_div .slider_div {
    width: 64%;
    float: left;
    padding: 10px 0px 10px;
}
.emi_slider_div .rangeslider--horizontal {
    height: 8px;
    width: 80%;
}
.emi_slider_div .slider_area {
    padding: 15px 25px 20px;
}
.show_below_991 {
    display: none;
}
.graph_heading {
    font-size: 18px;
    line-height: 1.2;
    color: #202425;
    text-transform: uppercase;
    font-weight: 400;
}
.email_me {
    background-image: url("/themes/bootstrap/orbenergy/css/../images/email-me.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 156px;
    height: 47px;
    float: right;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin: 22px 20px;
    margin-bottom: 34px;
    clear: left;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.email_me:hover {
    color: #fff;
}
.sys_size_small .total_saving_title {
    font-size: 20px;
    font-weight: 400;
    color: #565e60;
    border-radius: 8px;
    padding: 0px 0px;
}
.total_saving_title::after {
    content: ":";
    position: absolute;
    font-size: 30px;
    left: 35%;
}
.emi_switch {
    position: relative;
    top: 9px;
    left: 15px;
}
.free_loans_div .calculate_field_title {
    line-height: 18px;
    padding: 0px 40px;
    margin-bottom: 20px;
}
.space_left_side {
    margin-bottom: 26px;
}
.emi_slider_div {
    margin: 0px 40px;
}
.emi_div {
    padding: 0px;
}
.calculator_div sup {
    color: rgb(255, 0, 0);
    font-size: 18px;
    font-weight: 500;
    top: -2px;
}
.power_average_div .power_average_text {
    width: 33%;
    float: left;
    line-height: 2.2;
}
@media (max-width: 767px) {
    .left_side_div {
        padding: 30px 15px;
    }
    .col_20 {
        width: 50%;
        margin: 10px 0;
    }
    .slider_input_div input {
        margin: 10px 0;
    }
    .slider_area {
        padding: 15px 20px;
    }
    .slider.slider-horizontal {
        width: 75%;
    }
    .result_state_div .heading_1 {
        padding: 30px 15px;
    }
    #savingGraph {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .boxes_div {
        padding: 0px 15px;
    }
    .inner_box {
        margin: 0 0 10px;
        padding: 26px 26px;
    }
    .solar_contact_info {
        text-align: left;
        line-height: 1.4;
        padding: 20px 15px;
    }
    .zero_state_div {
        display: none;
    }
    .rslider {
        display: block;
    }
    .space_left_side {
        margin-left: auto;
    }
    #cicleSliderArea,
    #cicleSliderArea .rs-container.full {
        margin-left: auto;
        margin-right: auto;
    }
    .row-eq-height {
        display: -webkit-block;
        display: -webkit-block;
        display: -ms-block;
        display: block;
    }
    .total_savings {
        font-size: 34px;
    }
    .rangeslider--horizontal {
        width: 66%;
    }
    .emi_div {
        padding: 0px 25px;
    }
    .m_50 {
        margin: 0px 0 10px;
    }
    .saving_value_div {
        margin: 30px 0;
    }
    .cal_section_title img {
        width: 24%;
    }
    .cal_section_title {
        font-size: 20px;
    }
    .grid_video .videoWrapper169 {
        width: 100%;
        height: 200px;
    }
    .space_left_side {
        margin-bottom: 5px;
    }
    .free_loans_div .calculate_field_title {
        height: 100px;
        margin-bottom: 0px;
        border-radius: 10px;
        line-height: 1.1;
        padding: 26px 20px;
    }
    .emi_slider_div {
        margin: 15px 0px 0px;
    }
    .emi_slider_div .slider_div,
    .slider_input_div input {
        width: 100%;
    }
    .slider_input_div input {
        margin: 0px 0px;
    }
    .emi_slider_div .slider_input_div input {
        margin-left: 0px;
    }
    .emi_switch > label::before {
        height: 34px;
        width: 60px;
    }
    .emi_switch > label::after {
        width: 26px;
        height: 26px;
    }
    .emi_switch > input[type="checkbox"]:checked + label::after {
        left: 30px;
    }
    .calculator_div {
        padding: 50px 0px 0px;
    }
    .total_saving_title {
        font-size: 30px;
    }
    .calculator_div .section_title {
        font-size: 26px;
    }
    .calculator_div .text_selected,
    .small_section_title {
        font-size: 24px;
    }
    .calculator_div {
        padding-top: 30px;
    }
    .cal_top_space {
        margin-top: 30px;
    }
    .sys_size_small .total_system_size {
        font-weight: 500;
    }
    .power_average_div .power_average_text {
        width: 100%;
    }
    .small_section_title {
        display: block;
        margin-top: 10px;
    }
    .calculator_div .section_title {
        font-size: 26px;
        text-align: center;
    }
    .selection_option {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .total_saving_title::after {
        left: 64%;
        top: 0;
        font-size: 20px;
        color: white;
    }
    .sys_size_small .total_system_size {
        display: block;
        margin-top: 0;
    }
    .total_savings,
    .system_price1 {
        font-size: 24px;
        display: block;
    }
    .total_saving_title {
        font-size: 20px;
        margin: 30px 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .tab_spacing {
        padding: 0 10px;
    }
    .p_rl_7 {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .inner_box {
        min-height: 135px;
        padding: 26px 26px;
    }
    .total_saving_title {
        font-size: 22px;
    }
    .total_savings {
        display: inline-block;
        font-size: 30px;
    }
    .left-m {
        font-size: 30px;
    }
    .sys_size_small .total_system_size {
        line-height: 2.2;
    }
    .emi_slider_div .slider_input_div input {
        margin-left: -25px;
    }
    .toggle-btn-grp.selection_option .select_option.div_1 label {
        min-height: 110px;
    }
    .rangeslider--horizontal {
        width: 70%;
    }
    .emi_slider_div .slider_div {
        width: 55%;
    }
    .zero_state_div {
        display: none;
    }
    .cal_section_title img {
        width: 108px;
    }
    .cal_section_title {
        font-size: 36px;
    }
    .calculate_field_title {
        font-size: 20px;
    }
    .col-lg-4.left_side_div_border,
    .col-lg-8.col-md-8.col-sm-12.col-xs-12.p_0 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .boxes_div .col-md-3 {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .sys_size_small .total_system_size {
        margin-top: 0px;
    }
    .calculator_div {
        padding: 100px 0px 0px;
    }
    .calculator_div .section_title {
        font-size: 36px;
        line-height: 1;
    }
    .calculator_div .small_section_title {
        font-size: 28px;
    }
    .boxes_div.row-eq-height {
        display: -webkit-block;
        display: -webkit-block;
        display: -ms-block;
        display: block;
    }
}
@media (max-width: 991px) {
    .show_below_991 {
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .left_side_div {
        padding: 20px 15px;
    }
    .rangeslider--horizontal {
        width: 70%;
    }
    .space_left_side {
    }
    #cicleSliderArea,
    #cicleSliderArea .rs-container.full {
        width: 150px !important;
        height: 150px !important;
    }
    .boxes_div .col-md-3 {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .p_rl_7 {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .inner_box {
        min-height: 135px;
        padding: 26px 26px;
    }
    .rs-block.rs-outer.rs-border.rs-split {
        padding: 0px !important;
    }
    .rs-block {
        padding: 10px !important;
    }
    .rs-seperator {
        border: 0px solid #aaa;
    }
    .solar_contact_info {
        padding: 20px 0 0 32%;
        font-size: 16px;
        line-height: 1.5;
    }
    .total_saving_title {
        font-size: 22px;
    }
    .total_savings {
        display: inline-block;
        width: auto;
        font-size: 34px;
    }
    .left-m {
        font-size: 34px;
    }
    .delay_div {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .emi_slider_div .slider_div {
        width: 50%;
    }
    .circular_year {
        top: 70%;
    }
    .top_space {
        top: 36vh;
    }
    .state_0_title_1 {
        font-size: 22px;
    }
    .boxes_div.row-eq-height {
        display: -webkit-block;
        display: -webkit-block;
        display: -ms-block;
        display: block;
    }
}
@media (min-width: 1200px) and (max-width: 1359px) {
    .left_side_div {
        padding: 20px 20px;
    }
    .space_left_side {
        margin-left: 0px;
    }
    .boxes_div .col-md-3 {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .p_rl_7 {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .inner_box {
        min-height: 135px;
        padding: 26px 26px;
    }
    .box_title,
    .box_value,
    .box_value span,
    .month_count {
        font-size: 32px;
    }
    span.payback_year_title,
    span.payback_month_title,
    .month_count_text {
        font-size: 18px !important;
    }
    .emi_slider_div .slider_div {
        width: 56%;
    }
    .boxes_div.row-eq-height {
        display: -webkit-block;
        display: -webkit-block;
        display: -ms-block;
        display: block;
    }
}
@media (min-width: 1400px) and (max-width: 1499px) {
}
@media (min-width: 1599px) {
    .cal_section_title {
        font-size: 22px;
    }
    .calculate_field_title {
        font-size: 18px;
    }
    .div_text {
        font-size: 16px;
    }
    .text_low,
    .text_high {
        font-size: 18px;
    }
    .before_input,
    .after_input {
        font-size: 16px;
    }
    .form-control,
    .slider_input_div input {
        font-size: 28px;
    }
    .calculate_my_solar {
        font-size: 22px;
    }
    .result_state_div .heading_1 {
        font-size: 32px;
    }
    .result_state_div .heading_11 {
        font-size: 16px;
    }
    .total_saving_title {
        font-size: 44px;
    }
    .total_savings {
        font-size: 46px;
    }
    .left-m {
        font-size: 46px;
    }
    .sys_size_small .total_saving_title {
        font-size: 32px;
    }
    .total_saving_title::after {
        left: 40% !important;
        font-size: 46px !important;
    }
    .left-m {
        left: 46% !important;
    }
    .sys_size_small .total_saving_title {
        font-size: 26px;
    }
    .sys_size_small .total_system_size {
        font-size: 32px;
        margin-top: 0px;
    }
    .total_saving_title {
        margin-bottom: 46px;
    }
    .free_loans_div .calculate_field_title {
        font-size: 22px;
    }
    .inner_box {
        padding: 40px 20px;
    }
    .box_title {
        font-size: 22px;
    }
    .box_value,
    .box_value span,
    span.payback_year_data,
    span.payback_month_data,
    .month_count {
        font-size: 26px;
        font-weight: 700;
    }
    span.payback_year_title,
    span.payback_month_title,
    .month_count_text {
        font-size: 16px;
    }
    .free_loans_div {
        font-size: 18px;
    }
    .solar_contact_info,
    .solar_contact_info span {
        font-size: 18px;
    }
    .left_side_div {
        padding: 34px 50px;
    }
    .field_div {
        margin-bottom: 24px;
    }
    .form-control {
        height: 56px;
    }
    .toggle-btn-grp.selection_option .select_option.div_1 label {
        min-height: 110px;
    }
    .slider_input_div input {
        width: 170px;
    }
    #cicleSliderArea,
    #cicleSliderArea .rs-container.full {
        width: 250px !important;
        height: 250px !important;
    }
    #savingGraph {
        height: 400px;
    }
    .rs-block.rs-outer.rs-border.rs-split {
        padding: 0px !important;
    }
    .rs-block {
        padding: 20px !important;
    }
    .ct-axis-title {
        font-size: 20px;
    }
    .ct-label {
        font-size: 13px;
    }
    .state_0_title_1 {
        font-size: 34px;
    }
    .state_0_title_2 {
        font-size: 24px;
    }
    .rangeslider--horizontal {
        height: 10px;
    }
    .rangeslider--horizontal .rangeslider__handle {
        top: -15px;
    }
    .rangeslider__handle {
        width: 42px;
        height: 42px;
    }
    .slider_div {
        padding: 7px 0px 35px;
    }
    .slider_area {
        padding: 15px 25px 15px;
    }
    .emi_slider_div .slider_div {
        width: 60%;
        margin-top: 10px;
    }
    .circular_year {
        top: 64%;
    }
    .graph_heading {
        font-size: 24px;
    }
    .cal_section_title img {
        width: 22%;
    }
    .emi_switch_info {
        font-size: 18px;
    }
    .free_loans_div .calculate_field_title {
        font-size: 22px;
    }
    .total_system_size {
        font-size: 44px;
    }
    .email_me {
        margin: 30px 20px;
        margin-bottom: 26px;
    }
    .space_left_side {
        margin-bottom: 60px;
    }
    .free_loans_div .calculate_field_title {
        height: 50px;
        margin-bottom: 30px;
        line-height: 24px;
    }
    .emi_switch {
        top: 14px;
    }
}
@media (max-width: 1679px) and (min-width: 1599px) {
}
@media (max-width: 1801px) and (min-width: 1680px) {
}
@media (min-width: 1801px) and (max-width: 3800px) {
    .calculator_div {
        padding: 125px 0 0;
    }
    .cal_top_space {
        margin-top: 80px;
    }
    .space_left_side {
        margin-top: 30px;
    }
    h2.title_delay {
        font-size: 36px;
    }
    .delay_div a.btn_visit,
    .call_delay p,
    .call_delay a {
        font-size: 24px;
    }
    .call_delay p::before {
        top: 8px;
    }
    .delay_div a.btn_visit span {
        font-size: 18px;
    }
    .box_title span {
        font-size: 18px;
    }
    .cal_section_title {
        font-size: 28px;
        margin: 0 0 60px 0;
    }
    .calculate_field_title {
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    .div_text {
        font-size: 20px;
    }
    .text_low,
    .text_high {
        font-size: 20px;
    }
    .before_input,
    .after_input {
        font-size: 18px;
    }
    .form-control,
    .slider_input_div input {
        font-size: 30px;
    }
    .calculate_my_solar {
        font-size: 26px;
    }
    .result_state_div .heading_1 {
        font-size: 34px;
    }
    .total_saving_title {
        font-size: 42px;
    }
    .inner_box {
        padding: 40px 20px;
    }
    .box_title {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .box_value,
    .box_value span,
    span.payback_year_data,
    span.payback_month_data,
    .month_count {
        font-size: 36px;
    }
    span.payback_year_title,
    span.payback_month_title,
    .month_count_text {
        font-size: 18px;
    }
    .free_loans_div {
        font-size: 22px;
    }
    .solar_contact_info,
    .solar_contact_info span {
        font-size: 20px;
    }
    .graph_heading {
        font-size: 26px;
    }
    .cal_section_title img {
        width: auto;
    }
    .result_state_div .heading_11 {
        font-size: 18px;
    }
    .email_me {
        width: 218px !important;
        height: 66px !important;
        font-size: 24px !important;
    }
    .inner_box {
        margin-top: -5px !important;
    }
    .delay_div {
        margin-top: 100px;
    }
    .calculate_field_title {
        font-size: 22px;
    }
}
.hide_now {
    display: none;
}
.heading_1,
.heading_11,
.question_label,
.emi_switch_info {
    display: none;
}
.slider_input_div, .calculate_field_title, .left_side_div_border p.mand {
    text-align: left;
}
