
/*--------------------------------------------------------------
# subNav
--------------------------------------------------------------*/




section.subheader{
    padding: 0 0 0 0;
    background: #f7f7f7;
    border-bottom: 1px solid #ededed;
    margin-bottom: 40px;
    /* background-color: #ffffff7b; */
}
.subheader .content h3 {
    font-weight: 600;
    font-size: 26px;
    color: #545454;
  }
  
  .subheader .content ul {
    list-style: none;
    padding: 0;
  }
  
  .subheader .content ul li {
    padding-bottom: 10px;
  }
  
  .subheader .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #e96b56;
  }
  
  .subheader .content p:last-child {
    margin-bottom: 0;
  }

  .fixed-top1{
    position: fixed;
        top: 70px;
        right: 0;
        left: 0;
        z-index: 1030;
        background-color: #f7f7f7;
    }



    

.secNavright {
  padding: 0;
}

.secNavright ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  white-space: nowrap;
    overflow-x: auto;
}

.secNavright li {
  position: relative;
  display: inline-block;
    float: none;

}

.secNavright a,
.secNavright a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #545454;
  white-space: nowrap;
  transition: 0.3s;
}
.prenextbutton{
  margin: 10px 0 10px 0;

}
#scrollright{
  margin-right: 10px;
}
.classname {
  overflow: scroll;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
}

.classname::-webkit-scrollbar {
  display: none;
  

  /* for Chrome, Safari, and Opera */
}

.dg-section-number{
    padding: 6px 15px 8px 15px;
    font-size: inherit;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    margin: 0 4px 8px 4px;
    transition: all ease-in-out 0.3s;
    border-radius: 50px;
    background: #e6d9d9;
}
.dg-section-type{
  padding: 8px 20px 12px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  background: #e6d9d9;
  float: right;
}
@media (max-width: 991px) {
  .dg-section-type {
    float: none;
  }
}
.number-text{
  background: #dfbb65;
}
.characteristics-text{
  background: #dfbb65;
}
.passive-number-text{
  background: #81875A;
  color: white;
}
.passive-text{
  background: #81875A;
  color: white;
}
.active-number-text{
  background: #7BA79D;
  color: white;
}
.active-text{
  background: #7BA79D;
  color: white;
}
.tc-number-text{
  background: #BFBFBF;
}
.tc-text{
  background: #BFBFBF;
  
}

.composite-text{
  background: #dfbb65;
}
.cold-text{
  background: #00a0c4;
}
.hd-text{
  background: #c50301;
}
.wh-text{
  background: #ed9800;;
}
.temperate-text{
  background: #f99ed2;
}

.dg-image-align-center{
  margin:0 auto;
}

/* tooltip
.navbar ul li .tooltip1 {
  position: absolute;
  top: -10px;
  left: -45px;
  background: red;
  width: 115px;
  padding: 10px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
  color: #044b85;
  font-weight: bold;
  display: block;
  z-index:1;
}
.navbar ul li a:hover .tooltip1{
  display: block;
}
 */


.levela{
  color: red;
}

.levelaplus{
  color: orange;
}

.levelaplusplus{
  color:green;
}

p{
  font-size: 15px;
}
h4{
  font-size: 18px;
    font-weight: 600;
}


.numberlist li{
  cursor: pointer;
    display: inline-block;
    padding: 4px 20px 8px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    margin: 5px 4px 2px 4px;
    transition: all ease-in-out 0.3s;
    border-radius: 10px;
    background: #f9b9b9;
}
.numberlist li a{
    padding: 10px 0px 8px 10px;

}
.numberlist .filteractive
{
  background: #e96b56;
    color: #fff;
}

.dgcounter1{
    padding: 8px 35px 12px 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    margin: 0 4px 8px 4px;
    transition: all ease-in-out 0.3s;
    border-radius: 50px 10px 10px 50px;
    background: #e6d9d9;
}
.dgcounter{
    padding: 8px 20px 12px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    margin: 0 4px 8px 4px;
    transition: all ease-in-out 0.3s;
    border-radius: 50px;
    background: #e6d9d9;
    margin-left: -35px;
}
.counteryellow{
  background: #D8B25C;
  color: #151414;
}
.counterorange{
  background: #DD8047;
  color: #151414;
}
.counterblue{
  background: #558BB8;
  color: #151414;
}
.counterdarkblue{
  background: #355D7E;
  color: #151414;
}
.counterlightblue{
  background: #94B6D2;
  color: #151414;
}
.counterorange2{
  background-color: #EBB391;
  color: #151414;
}
.counterorange3{
  background-color: #DD8047;
  color: #151414;
}

.counterred{
  background-color: #C00000;
  color: #151414;
}
.monsooncolor{
  
  background: #A5AB81;
  color: #151414;
}
.countertitle{
  background-color: #f1ba8e;
  display: flex;
  justify-content: space-between;
}
.countertitle span{
  padding: 0 20px;
  font-weight: 600;
}

.counter-label{
  
  font-weight: 600;
  font-size: 20px;
  padding: 0 10px;
  border-radius: 20px;
  margin: 0 10px 0 10px;
  width:90%;
}
.dg-description
{
  padding-top:20px;
}

.hide { display: none; }

.filter-toggle{
  cursor: pointer;
  font-size: 28px;
}


#item2 {
  background-color: orange;
}
#item1 {
  background-color: green;
}
#item3 {
  background-color: red;
}

.fig-caption{
  font-style: italic;

}
.number-style{
  width:50px;
  float:right;
}
.levels{
  margin-top: 30px;
}

.levels-a{
 background-color: #C00000;
 color:black;
 font-weight: 600;
 text-align: end;
 padding: 4px 20px 5px 0;
 height: 35px;
}

.levels-aplus{
  background-color: #DD8047;
  color:black;
  font-weight: 600;
  text-align: end;
  padding: 4px 20px 5px 0;
  height: 35px;
 }

 .levels-aplus2{
  background-color: #00B050;
  color:black;
  font-weight: 600;
  text-align: end;
  padding: 4px 20px 5px 0;
  height: 35px;
 }

.greencircle{
  color:green;
  font-size: 30px;
  padding: 5px;
}
.guide-table{

  caption-side: top;
  font-style: italic;
  font-size: 15px;
}
.guide-table td, .guide-table th{
  text-align: center;
  vertical-align: middle;
}
.guide-table th{
  font-weight: 700;
}
.rotate45{
  transform: rotate(45deg);
}
.rotate90{
  transform: rotate(90deg);
}
.rotate180{
  transform: rotate(180deg);
}
.rotate135{
  transform: rotate(135deg);
}
.rotate225{
  transform: rotate(225deg);
}
.rotate270{
  transform: rotate(270deg);
}
.rotate315{
  transform: rotate(315deg);
}

/* composite section G style */
.g1 .levels{
  margin-top: 0;
  width: 100%;
}
.g1 .greencircle{
  padding-bottom: 0;
  padding-top: 0;
}
.property-box{
  width: 100%;
  margin: 20px 10px;
}
.propertyheader{
  padding: 8px 35px 12px 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px 10px 10px 50px;
  background: #e6d9d9;
}
.propertyvalue{
  padding: 8px 20px 12px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  background: #e6d9d9;
  margin-left: -35px;
}
.propertygrey{
background: #968C8C;
color: #151414;
}

.propertypink{
  background: #FF9999;
  color: #151414;
  }

.propertycolor2{
  background: #EBB391;
  color: #151414;
  }
.propertycolor3{
  background: #B0CAC4;
  color: #151414;
  }

  .note{
    font-size: 12px;
    font-style: italic;
  }

.g-property{
  width: 250px;
  font-size: 17px;
}

.g-value{
  width:100%;
  color:black;
  font-weight: 600;
  text-align: end;
  padding: 6px 20px 5px 0;
  height: auto;
  font-size: 17px;
 }
 .circle-col{
  width: 450px;
 }

 /* section H style */
 .h-card{
  background: #CCBEB8;
 }

 .h5-counter{
  margin-left: auto!important;
    margin-right: auto;
    padding-top: 20px;
    text-align: center;
    font-size: 30px !important;
 }
 .h5-title{
  width: 100%;
  background: #e96b56;
  color: white;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
 }

 .sri{
  background: #7BA79D;
 }
 .h5-img{
  width: 40%;
  margin: 0 auto;
  display: block;
 }
 .h5-property-box{
  width: 50%;
  display: block;
  align-content: center;
 }
 .h5-property-box-icon{
    margin: 0 auto;
    display: block;
 }



 .active-a2-table th, .active-a2-table td {
  text-align: center;
 }

#tableG1 tr td{
  padding:0;
  vertical-align: middle;
}

#tableG1 h4{
  margin-bottom: 0;
}


 