.this-text-move-slipper{
    float: inherit !important;
    text-align: center;
    position: relative;
    padding: 12px 10px 12px 10px;
}

.this-text-move-slipper .top-text span{
    font-weight: 500;
}

.power-tally-block h3{
    
    font-size: 24px;
    font-weight: 600;
    
}

.products-hider{
    display: none;
}

.products-dripper-heading h2{
    font-size: 24px;
    font-weight: 600;
    color: darkslateblue;
}

.call-to-acts{
    
    margin-bottom: 0px;
    margin-top: -60px;
}

.recent-projects-two-custom{
    padding-bottom: 0px;
}

.contact-box-altenregy{
    margin-bottom: 150px;
}

.atl-title-forcotab h4{
    font-size: 24px;
    font-weight: 500;
}

.policy-listers ul li{

    list-style: circle;
    margin-left: 20px;
    padding-top: 7px;
}

.loginner-brocks{
    background-color: #fff;
    padding: 35px 25px 25px 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-top: 4px solid #fab000;
}

.loginner-brocks h2{
    font-size: 32px;
    font-weight: 500;
    color: darkslateblue;
}

.loginner-brocks h5{
    font-size: 18px;
}


.loginner-brocks input{
   width: 100%;
    height: auto;
    padding: 7px 10px 7px 10px;
    color: #000;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-top: 20px;
}

.logger-inner-btn{
    
    width: auto !important;
    padding: 6px 13px 6px 13px !important;
    color: #fff !important;
    background-color: darkslateblue;
    border-radius: 0px !important;
    border: 0px !important;
}

.client-inner-box-logo-settler img{

    width: 45%;
}

.radio-inputs-custom input{
    
    width: auto !important;
}

.radio-inputs-custom p{

    padding-top:20px !important;

}

.radio-inputs-custom-22{
    margin-top: -20px;
}

.for-mobile{
    display: none;
}

@media(max-width:1139px){
 .for-mobile{
    display: block;
}   
    
}

.option-valuers select{
    width: 100%;
   height: auto;
    padding: 5px 10px 5px 5px;
    color: #000;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.plan-selectors h6{
    
    background-color: darkslateblue;
    padding: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.plan-totaler h6{
    
    background-color: #fab100;
    padding: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}


.sample-entry-block-drc{
    background-color: #f3f3f3;
    padding: 20px;
    margin-top: 20px;
   
}

.sample-entry-block-drc ul li{
    list-style: none;
    padding-bottom: 10px;
}

.project-sheet-block-heads{
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.project-sheet-block-heads h4{
    font-size: 22px;
    color: #000;
    font-weight: 600;
}


.dynamic-page-cta-new-pads{
    padding-top: 150px;
    padding-bottom: 150px;
}

.project-sheet-blk-details-inner{
    
    background-color: #007cbd;
    padding: 30px 20px 15px 20px !important;
    margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.profile-info-project-datasheeet h2{
    font-size: 26px;
    font-weight: 600;
    
}

.profile-info-project-datasheeet p{
    margin-bottom: 5px !important;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    
}

.profile-info-project-datasheeet p a{
    color: #fff;
    text-decoration: underline;
    
}

.data-sheets-headerr{
    color:#dce91c;
}


/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*/
.nav-pills-custom .nav-link {
    color: #fff;
    background: darkslateblue;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: darkslateblue;
    background: #fff;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.tab-pane{
    border-top: 4px solid darkslateblue;
    border-radius: 6px 6px 0px 0px;
}


.tab-pane h2{
    font-size: 28px;
    font-weight: 600;
}

.tab-pane h3{
    font-size: 22px;
    font-weight: 600;
}

.tab-pane ul li{
    padding-bottom: 5px;
}


.tab-pane .cancel-subsrcription-btn{
    background-color: darkslateblue;
    color: #fff;
    border: 0px;
    box-shadow: 0px;
    padding: 5px 8px 5px 8px;
margin-top: 10px;
}

.passowrd-changer-tabber-polo input{
    
    width: 100%;
    height: auto;
    padding: 5px;
    border: 1px solid #ccc;
    box-shadow: 0px;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 14px;
    
}


.passowrd-changer-tabber-polo .change-pass-btn{
    width: auto;
    background-color: darkslateblue;
    color: #fff;
    border: 0px;
    box-shadow: 0px;
    padding: 5px 8px 5px 8px;
margin-top: 20px;
    border-radius: 0px;
}


.card-changer-tabber-polo input{
      width: 100%;
    height: auto;
    padding: 5px;
    border: 1px solid #ccc;
    box-shadow: 0px;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 14px;
    
}


.card-changer-tabber-polo .changecard-pass-btn{
    width: auto;
    background-color: darkslateblue;
    color: #fff;
    border: 0px;
    box-shadow: 0px;
    padding: 5px 8px 5px 8px;
margin-top: 20px;
    border-radius: 0px;
}

.useradd-tabber-polo input{
   
  width: 100%;
    height: auto;
    padding: 5px;
    border: 1px solid #ccc;
    box-shadow: 0px;
    border-radius: 4px;
    margin-top: 15px; 
    font-size: 14px;
    
}

.total-price-blk-list{
    
    background-color: #fab000;
    padding: 20px;
    margin-top: 20px;
    color: #fff;
}

.total-price-blk-list p span{
    
    background-color: darkslateblue;
    padding: 2px 10px 2px 10px;
    
}

.total-price-blk-list h2{
  font-size: 22px;
}

.total-price-blk-list h3{
  font-size: 28px;
}

.total-price-blk-list h4{
  font-size: 18px;
    font-weight: 500;
}

.total-price-blk-list h5{
  font-size: 18px;
    font-weight: 600;
    color: #000;
}

.adduser-pass-btn{
       width: auto;
    background-color: darkslateblue;
    color: #fff;
    border: 0px;
    box-shadow: 0px;
    padding: 5px 8px 5px 8px;
margin-top: 10px;
    border-radius: 0px; 
}

.last-block-user-btn{
 
        width: auto;
    background-color: darkslateblue;
    color: #fff;
    border: 0px;
    box-shadow: 0px;
    padding: 5px 8px 5px 8px;
margin-top: 10px;
    border-radius: 0px; 
    
}

.add-user-fields-list input{
      width: 100%;
    height: auto;
    padding: 5px;
    border: 1px solid #ccc;
    box-shadow: 0px;
    border-radius: 4px;
    margin-top: 15px; 
    font-size: 14px;
}

.sv-res-btn li{
    display: inline-block;
    list-style: none;
    padding-right: 10px;
}

.user-adder-block-hiding{
    display: none;
}




.search-filder .input-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42px;
  padding: 0 1rem 0 1rem;
  background: #009fb7;
  border-radius: 0;
  box-sizing: border-box;
}
.search-filder .input-wrapper i {
  font-size: 0.8rem;
  color: #f4f4f8;
}
.search-filder .input-wrapper #input-label {
  display: none;
}
.search-filder .input-wrapper #product-search {
  width: 100%;
  height: 100%;
  font-size: 1.1rem;
  color: #f4f4f8;
  padding-left: 1rem;
  background: #009fb7;
  border: none;
  outline: none;
}
.search-filder .input-wrapper #search {
  width: 100%;
  height: 100%;
  font-size: 1.1rem;
  color: #f4f4f8;
  padding-left: 1rem;
  background: #009fb7;
  border: none;
  outline: none;
}
.search-filder .input-wrapper #product-search::placeholder {
  color: #f4f4f8;
  opacity: 0.7;
}
.search-filder .input-wrapper .fa-times {
  cursor: pointer;
}
.search-filder .results-wrapper {
  width: 50%;
  min-height: 11rem;
  max-height: auto;
  margin-top: 1rem;
  padding: 1rem;
  box-sizing: border-box;
}
.search-filder .results-wrapper .list .list-item {
  display: inline-flex;
  word-wrap: initial;
  list-style-type: none;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  margin-right: 0.5rem;
}
.search-filder .results-wrapper .list .list-item a {
  text-decoration: none;
  color: #6b6b6e;
}
.search-filder .results-wrapper .list .list-item a:hover {
  color: #fe4a49;
  transition: 200ms ease-in;
}

@media (max-width: 768px) {
  .search-filder .input-wrapper {
    width: 96%;
  }
  .search-filder .results-wrapper {
    width: 96%;
  }
}

.pdf-search-watts-news{
    
    padding-top: 50px;
    padding-bottom: 50px;
}

.pdf-block-watts-new{
    background-color: #fbfbfb;
    border-left: 5px solid orange;
    border-radius: 6px 0px 0px 6px;
    padding: 20px 20px 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.pdf-block-watts-new h2{
    font-size: 22px;
    font-weight: 600;
    padding-top: 3px;
}

.pdf-block-watts-new p{
    text-align: right;
    padding-top: 3px;
}

.pdf-block-watts-new p span{
    background-color: darkslateblue;
    padding: 4px 10px 4px 10px;
    color: #fff;
}


.pagination-brick-altenergy ul {
  list-style-type: none;
}

.pagination-brick-altenergy .items-list {
  max-width: 90vw;
  margin: 2rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 3rem;
  justify-content: center;
  align-content: center;
}
@media only screen and (max-width: 600px) {
  .pagination-brick-altenergy .items-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.pagination-brick-altenergy .item {
  width: 10rem;
  height: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--greyDark);
  cursor: pointer;
}
.pagination-brick-altenergy .item span {
  background: #ffffff;
  box-shadow: 0 0.8rem 2rem rgba(90, 97, 129, 0.05);
  border-radius: 0.6rem;
  padding: 2rem;
  font-size: 3rem;
  transition: all 0.3s ease;
}
.pagination-brick-altenergy .item:hover span {
  transform: scale(1.2);
  color: var(--primary);
}
.pagination-brick-altenergy .item p {
  font-size: 1.2rem;
  margin-top: 1rem;
  color: var(--greyLight);
}

.pagination-brick-altenergy .page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  margin: 3rem;
  border-radius: 0.6rem;
  background: #ffffff;
  box-shadow: 0 0.8rem 2rem rgba(90, 97, 129, 0.05);
}
.page__numbers, .page__btn, .page__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.8rem;
  font-size: 1.4rem;
  cursor: pointer;
}
.page__dots {
  width: 2.6rem;
  height: 2.6rem;
  color: var(--greyLight);
  cursor: initial;
}
.page__numbers {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.4rem;
}
.page__numbers:hover {
  color: var(--primary);
}
.page__numbers.active {
  color: #ffffff;
  background: orange;
  font-weight: 600;
  border: 1px solid orange;
}
.page__btn {
  color: var(--greyLight);
    background-color: darkslateblue;
    padding: 4px 10px 4px 10px;
    cursor: pointer;
    color: #ffff;
}
.page__btn.active {
  color: var(--greyDark);
  pointer-events: initial;
}
.page__btn.active:hover {
  color: var(--primary);
}

.pdf-breif-page-btn p{
    text-align: right;
}

.pdf-breif-page-btn p span{
    background-color: darkslateblue;
    padding: 4px 10px 4px 10px;
    color: #fff;
}

.pdf-breif-page-btn p span a{
    color: #fff;
}


.main-block-alt-rdr{
    background-color: #1c2562;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    margin-top: 20px;
}

.main-block-alt-rdr-2{
    border: 1px dashed orange;
    
    border-radius: 4px;
    padding: 20px;
}

.main-block-alt-rdr-2 h2{
    margin-bottom: 0px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.project-main-det{
    
    background-color: #1c1c1c;
    color: #fff;
    padding: 19px 20px 19px 20px !important;
    margin-bottom: 20px;
    
}

.project-main-det h2{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;

}

.featured-list-for-pro-dtbs-port .featured-list-two ul li{
    height: 130px;
}

.txt-cont-opl{
    margin-top: -45px;
}



.change-subs-cription-blockss p{
    font-size: 18px;
    font-weight: 500;
}

.change-subs-cription-blockss select{
        width: 100%;
    height: auto;
    padding: 5px 10px 5px 5px;
    color: #000;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    
}

/* #kilowatt-package-subss{
    display: none;
} */

.card-checker-puts-fiels input{
    width: 100%;
    height: auto;
    padding: 5px 10px 5px 5px;
    color: #000;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.card-cross-checking-block{
    display: none;
}

.mySlides-blocks {display: none;}
.mySlides-blocks img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container-blckss {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Fading animation */
.fade-blckss {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.main-info-section-ololo{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.main-info-section-ololo-2{
    padding-top: 60px !important;
    padding-bottom: 0px !important;
}

.main-info-section .map-column .inner{
    padding-right: 0px;
}

.count-box-size-changed{
    font-size: 22px !important;
}

.megawatt-plan .dropdown-select {
    text-overflow: ellipsis;
    overflow-x: clip;
}