.wordmap-bg{
    display: flex;
    position: relative;
    padding: 40px;
}
.wordmap-bg-left{
    width: 75%;
}
.wordmap-bg-right{
    width: 25%;
    position: relative;
}

.number-container{
    position: absolute;
    z-index: 1;
    width: 400px;
    right: 0;
    top:-15px;
    padding-top: 20px;
}
.number-container h2{margin: 0 0 10px 0;font-size: 30px;font-weight: 700;color: #000000;}
.ts-map-box h2{margin: 0 0 10px 0;font-size: 30px;font-weight: 700;color: #000000;}

.number-container-top{
    display: flex;
    gap: 20px;
}
.number-container-top .number-item{
    display: flex;
    flex-direction: column;
}
.number-container-top .number-item h3{
    font-size: 14px;
    margin: 0;
    color: #000;
}
.number-container-top .number-item p{
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    color: #000;
}

.highcharts-background {
    fill: transparent !important;
}



/*====================================
      ts-pricing
=====================================*/
.pricing-dot {
  width: 100%;
  display: block; }

.pricing-dot1 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
  width: 100%;
  margin-top: -2px; 
}
.pricing-dotleft {
  height:100%;
  display: block; }

.pricing-dotleft1 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
  height: 100%;
  margin-top:0; 
}

.pricing-item {
  position: relative;
  max-width: 380px;
  margin: auto;
  }

.pricing-item-dot {
  position: relative;
  max-width: 100%;
  display: flex;
  }

.ts-pricing-box {
  background: #fff8a3;
  padding:20px 30px;
    border-radius: 12px;
}

.ts-map-box {
  background: #ffe411;
  padding: 15px 30px 7px;
}

.ts-pricing-header{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 0 10px;
}

 .ts-pricing-name {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 0;
}

 .ts-pricing-name .ts-top{
     display: block;
     margin: 0 0 10px 0;
     font-size: 26px;
     font-weight: 700;
     color: #000000;
}
 .ts-pricing-name .ts-bottom{
     background: #6eb501;
     display: inline-block;
     padding: 8px 12px;
}


.ts-pricing-price {
    font-size: 45px;
    font-weight: 900;
    color: #3b1d82;
    margin: 0;
    display: flex;
    align-items: baseline;
}

.ts-pricing-progress ul{display: flex;gap: 7px;padding: 0;margin: 0 0 10px 0;flex-direction: column;justify-content: center;}
.ts-pricing-progress-left ul{display: flex;gap: 7px;padding: 0;margin: 0 0 10px 0;flex-direction: inherit;justify-content: flex-start;flex-wrap: wrap;}
.ts-pricing-progress-left ul li{width:49%;}
.ts-pricing-progress ul li{font-size: 14px;font-weight: bold;color: #000;display: flex;gap: 10px;justify-content: space-between;}
.ts-pricing-progress ul li span{margin-right: 4px;}
.ts-pricing-progress ul li span img{width: 22px;}

section.map-solar {
    padding: 30px 0;
    border-bottom: 1px solid #f9fafc;
}



