body.wp-singular{
	padding: 0;
	margin: 0;
	background-color: #fff !important;
}
body,
p,
a {
  font-family: "Raleway", sans-serif;
}
.fixcontainer {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto 30px;
}
.leaderboardhero {
  position: relative;
  min-height: 843px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}
.layerup {
  position: relative;
  z-index: 0;
}
.ldb-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.ldb-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.leadercontent {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.staticheader {
  width: 100%;
  margin: 0 auto;
}
.staticheader img {
  width: 100%;
  height: auto;
}
.dateboard {
  background-color: #096235;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #25ab67;
}
.dateboard span:first-child {
  line-height: 0;
  margin-right: 10px;
}
html[lang="ar"] body.rtl .dateboard span:first-child{
  margin-left: 10px;
  margin-right: 0;
}
.ladherotext {
  text-align: center;
}
.ladherotext p{
  color: #fff;
}
.ladherotext h1 {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 62px;
  text-align: center;
  color: #ffffff;
  margin: 0px auto 10px;
  padding: 0;
}
.ldtitle1 {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 53px;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ffffff 0%, #00d32f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: block;
  margin-top: 15px;
}
.ldtablebox {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(0, 211, 47, 0.5);
  backdrop-filter: blur(11px);
  border-radius: 32px;
  padding: 0;
  position: relative;
  margin-top: 200px;
}
.ldbtbox.highlightsactive {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.06);
  border: 0px solid #00d32f;
  backdrop-filter: blur(11px);
  border-radius: 56px;
  position: relative;
  padding: 0;
  margin-top: -176px;
  justify-content: center;
}
.ldbtbox.highlightsactive:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../new-leaderboard/boxactivebg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 56px;
  z-index: -1;
}
.graybgfocus {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(11px);
  border-radius: 22px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px 0;
  margin-top: 10px;
}
.graybgfocus .ratestar {
  font-size: 32px;
  line-height: 42px;
}
.crownadd {
  margin-bottom: 10px;
}
.ldbtbox {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}
.ldbavatar {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.diamond {
  width: 20px;
  height: 20px;
  background: #3a90c0;
  transform: rotate(45deg);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -12px;
}
.diamond span {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  line-height: 19px;
  font-weight: bold;
  transform: rotate(-45deg);
  display: block;
  text-align: center;
}
.diamond.sqbgcolor1 {
  background-color: #00d32f;
}
.diamond.sqbgcolor2 {
  background-color: #eb5757;
}
.ldbpricetxt span {
  display: block;
}
.ldbpricetxt span:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 10px;
}
.ldbpricetxt span.ldbprictilte {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #ffffff;
}
.ldbratio {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #71ccff;
  padding: 8px 0;
}
.ldbratio.txtcolorstyle1 {
  color: #0fedbe;
}
.ldbratio.txtcolorstyle2 {
  color: #ff8e8e;
}
.ratestar {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 0;
}
.ldbpricetxt {
  display: flex;
  margin-top: 20px;
}
.ldbpricetxt .ldbprictilt1 {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #ffffff;
}
.ltrbgsection {
  padding: 100px 0;
  background-color: #fff;
}
.ltrankingtablebgstyle {
  background-color: #f7f6f9;
  border: 1px solid #dddddd;
  border-radius: 30px;
}
span.bageltrank {
  margin: 0 auto;
  box-sizing: border-box;
  background: rgba(0, 211, 47, 0.1);
  border: 0.5px solid #00d32f;
  border-radius: 24px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #00861e;
  width: max-content;
  padding: 8px 18px;
}
.ltranktile h2 {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 53px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}
.titlrkl {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
  color: #000000;
  flex: 1;
}
.rkltabletile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  border-bottom: 1px solid #dddddd;
}
.rkldropbox {
  display: flex;
  gap: 15px;
  width: 30%;
}
.rkldropbox .dropdown-wrapper {
  width: 100%;
}
.rkldropbox select {
  box-sizing: border-box;
  background: #f7f6f9;
  border: 1px solid #dddddd;
  border-radius: 12px;
  padding: 14px 12px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #556363;
  width: 100%;
}
.ltboardtabledata {
  padding: 30px;
}
.lederbord-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-radius: 14px;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(11px);
  border-radius: 22px;
}
.usersrow {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.return,
.plan,
.balance {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.return,.plan{
  width: 25%;
}
.balance {
  text-align: right;
  flex: 1;
}
.lederbord-row span.tbnum {
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #6C6C6C;
}
.lederbord-row span.tbnum:before {
  content: url(../new-leaderboard/numpetrun0.svg);
  position: absolute;
  left: 0;
  top: 0;
}
.lederbord-row span.tbnum.numcolors1:before{
  content: url(../new-leaderboard/numpetrun1.svg);
}
.lederbord-row span.tbnum.numcolors2:before{
  content: url(../new-leaderboard/numpetrun2.svg);
}
.lederbord-row span.tbnum.numcolors3:before{
  content: url(../new-leaderboard/numpetrun3.svg);
}
.lederbord-row span.tbnum.numcolors1{
  color: #FFAE47;
}
.lederbord-row span.tbnum.numcolors2{
  color: #2D9CDB;
}
.lederbord-row span.tbnum.numcolors3{
  color: #EB5757;
}
.lederbord-row span {
  font-family: "Raleway",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  color: #556363;
  text-align: center;
}
.lederbord-row span.stronbold {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  leading-trim: both;
  text-edge: cap;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  color: #050505;
}
.paginationrow{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #DDDDDD;
}
.pagedropstep{
  width: 48%;
}
.paginationBtnMain{
  width: 48%;
  text-align: right;
}
.pagedropstep span{
  font-family: 'Roboto Slab',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}
.pagedropstep select{
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.06);
  border: 0;
  backdrop-filter: blur(11px);
  border-radius: 12px;
  font-family: 'Raleway',sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #556363;
  padding: 12px;
}
.paginationBtnMain a.numlink{
  background: #F7F6F9;
  border: 1px solid #DDDDDD;
  border-radius: 12px;
  padding: 12px 16px;
  font-family: 'Raleway',sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #556363;
  text-decoration: none;
  margin: 0 4px;
}
.paginationBtnMain a.numlink[data-page="prev"]{
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(11px);
  border-radius: 12px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  padding: 12px 16px;
}
.paginationBtnMain a.numlink[data-page="next"]{
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(11px);
  border-radius: 12px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  padding: 12px 16px;
}
.paginationBtnMain a.numlink.active{
  background-color: #096235;
  color: #fff;
}
.defaulflexrow{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.onehalfcol{
  width: 48%;
}
.bgdarkgreen{
  background-color: #042012;
  border-radius: 48px;
  margin-top: 100px;
  margin-bottom: 50px;
}
.btn-container{
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.btn-container .btn-primary, .btn-container .btn-cta-primary, .btn-container .btn-cta-secondary {
  background: #096235;
  color: #fff;
  border: 1px solid #096235;
  box-shadow: none;
  padding: 11px 25px 10px;
  font-family: 'Raleway',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ldboxtextcontent h2{
  font-family: 'Roboto Slab',serif;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 70px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}
.ldboxtextcontent p{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.ldboxtextcontent {
  padding-left: 50px;
}
.imgtopup{
  margin-top: -80px;
}
.linezero{
  line-height: 0;
}
.faqtitleblock h2{
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 58px;
  text-transform: capitalize;
  color: #000000;
}
.faqtitleblock p{
  color: #000000;
}
.faqtitleblock span.bageltrank{
  margin: 0;
}
.defaulflexrow.vlinetop{
  align-items: flex-start;
}
.section4.faq__section{
  margin-bottom: 100px;
  margin-top: 100px;
}
#faqAccordion .accordion-item{
  border: 0;
  border-bottom: 1px solid #ABB7BF;
  background-color: transparent;
  border-radius: 0;
}
#faqAccordion{
  background-color: transparent;
  --bs-accordion-active-bg: transparent;
}
#faqAccordion .accordion-button{
  padding-left: 0;
}
.faqtitlefont,.faqtitlefont .seo-tag-inline{
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.lrdfaqfont .accordion-body,.lrdfaqfont .accordion-body p{
  color: #000000;
}
#footerjustadd img,.staticheader img{
  width: 100%;
}
.ladherotext h1:empty{
    display: none;
  }

@media only screen and (min-width: 981px){
  .justformobile{
    display: none;
  }
  .ldtablebox .ldbtbox:first-child{
    background: #1D261F;
    opacity: 0.9;
    border: 1px solid #2D9CDB;
    background-image: url(../new-leaderboard/leadsectounbg.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
    margin-left: 30px;
    margin-top: -80px;
    justify-content: center;
  }
  .ldtablebox{
    gap: 30px;
  }
}
@media only screen and (max-width: 980px){
  span.ratpericon.clcr1 img {
    filter: brightness(0) saturate(100%) invert(46%) sepia(69%) saturate(1400%) hue-rotate(175deg) brightness(92%) contrast(95%);
  }
  span.ratpericon.clcr2 img {
    filter: brightness(0) saturate(100%) invert(45%) sepia(91%) saturate(3000%) hue-rotate(330deg) brightness(95%) contrast(92%);
  }
  span.ratpericon.clcrurple img{
    filter: brightness(0) saturate(100%) invert(54%) sepia(23%) saturate(1800%) hue-rotate(245deg) brightness(95%) contrast(90%);
  }
  .justfordesktop{
    display: none;
  }
  .lederbord-row span.tbnum:before{
    left: auto;
  }
  .lederbord-row span.tbnum{
    margin-right: 10px;
    font-size: 14px;
  }
  .rateicon,.balance{
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .usernumbox {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .icondatatext {
    display: flex;
    column-gap: 15px;
    margin-top: 10px;
  }
  .usersrow{
    width: 54%;
    flex: unset;
    align-items: flex-start;
  }
  .balance{
    justify-content: flex-end;
    column-gap: 10px;
    padding: 0 15px 0 0;
    border-radius: 100px;
    width: auto;
    flex: unset;
  }
  .rkldropbox{
    width: 50%;
  }
  .balance.bgclr1{
    background: #FFF7DB;
  }
  .balance.bgclr2{
    background: #DBF2FF;
  }
  .balance.bgclr3{
    background: #FFD8D8;
  }
  .balance.bgclrfixed{
    background: #F6F2FF;
  }
  .rateicon span.ratpericon{
    width: 20px;
    display: block;
    margin-right: 5px;
  }
  .ldtitle1{
    font-size: 32px;
    line-height: 40px;
  }
  .ladherotext h1{
    font-size: 40px;
    line-height: 56px;
  } 
  .bgdarkgreen{
    margin-top: 30px;
  }
  .section4.faq__section{
    margin-bottom: 0;
    margin-top: 0px;
  }
  .ltrbgsection{
    padding-top: 50px;
    padding-bottom: 0;
  }
  .defaulflexrow{
    flex-direction: column;
  }
  .imgtopup img{
    width: 100%;
  }
  .ldboxtextcontent h2,.faqtitleblock h2{
    font-size: 32px;
    line-height: 42px;
  }
  .faqtitleblock h2{
    margin: 10px 0;
  }
  .ldtablebox{
    flex-direction: column;
    margin-top: 0;
    width: 90%;
  }
  .ldtablebox .ldbtbox{
      border-bottom: 1px solid #00d32f !important;
      padding: 50px 0 40px;
  }
  .ldtablebox .ldbtbox:last-child{
      border-bottom: 0 !important;
  }
  .ldtablebox .ldbtbox:nth-child(2){
    order: 1;
  }
  .ldtablebox .ldbtbox:nth-child(1){
    order: 2;
  }
  .ldtablebox .ldbtbox:nth-child(3){
    order: 3;
  }
  .ldbtbox.highlightsactive{
    margin-top: 0;
    border-radius: 32px 32px 0 0;
    border: 0;
    background: transparent;
    backdrop-filter: none;
  }
  .ldboxtextcontent{
    padding: 0;
    text-align: center;
  }
  .graybgfocus{
    background: transparent;
    border: 0px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: none;
  }
  .onehalfcol{
    width: 100%;
    padding: 30px;
  }
  .onehalfcol.linezero {
    padding: 20px 80px 0;
  }
  .imgtopup {
    margin-top: 0;
  }
  .ldbtbox.highlightsactive:after{
    display: none;
  }
  .paginationrow{
    flex-direction: column;
    gap: 30px;
  }
  .pagedropstep,.paginationBtnMain  {
    width: 100%;
    text-align: center;
  }
  .btn-container{
    justify-content: center;
  }
  .onehalfcol.faqtitleblock {
    text-align: center;
  }
  .faqtitleblock span.bageltrank{
    margin: 0;
  }
  .leadercontent.layerup.fixcontainer{
    margin: 0 auto 70px;
  }
}
@media only screen and (max-width: 700px){
  .ltboardtabledata{
    padding: 20px 15px 45px;
  }
  .rkltabletile{
    flex-direction: column;
  }
  .rkldropbox{
    width: 100%;
    margin-top: 15px;
  }
  .ltrbgsection{
    padding: 50px 0 0;
  }
  .paginationBtnMain a.numlink,.paginationBtnMain a.numlink[data-page="next"],.paginationBtnMain a.numlink[data-page="prev"]{
    padding: 10px 15px;
  }
  .ladherotext{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
  .ldtitle1{
    font-size: 32px;
    line-height: 45px;
  }
  .ladherotext h1{
    font-size: 42px;
    line-height: 52px;
  }
  .leaderboardhero{
    padding: 50px 0;
  }
  .faq__section .onehalfcol{
    padding: 20px 0;
  }
  .lederbord-row span.stronbold,.lederbord-row span.stronbold{
    font-size: 16px;
    line-height: 22px;
  }
  .ldbpricetxt span.ldbprictilte,.graybgfocus .ratestar{
    font-size: 24px;
    line-height: 34px;
  }
  .ldbpricetxt{
    margin-top: 15px;
  }
  .graybgfocus{
    padding: 0;
  }
  .graybgfocus .ratestar{
    margin-bottom: 0;
  }
  .graybgfocus .ldbpricetxt{
    margin-top: 0;
  }
  .ldbratio{
    padding: 8px 0;
  }
  .lederbord-row span.tbnum:before{
    top:2px;
    transform: scale(1.5);
  }
  .lederbord-row span.tbnum{
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 500px){
  .pagedropstep{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
  }
  .lederbord-row{
    flex-direction: column;
    align-items: flex-start;
  }
  .usersrow{
    width: 100%;
  }
  .balance{
    width: auto;
    flex: unset;
    justify-content: flex-start;
    margin-top: 10px;
  }
  .lederbord-row span.useravatar{
    width: 38px;
  }
  .usernumbox{
    width: auto;
  }
  .drocode {
    flex: 1;
  }
  .icondatatext{
    margin-top: 5px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 600px) {
  .paginationBtnMain a.numlink, .paginationBtnMain a.numlink[data-page="next"], .paginationBtnMain a.numlink[data-page="prev"]{
    padding: 6px 10px;
    border-radius: 7px;
  }
  .bgdarkgreen{
    margin-top: 20px;
    margin-bottom: 0;
  }
  .section4.faq__section{
    margin: 10px auto;
  }
  .faq__section .faqtitleblock span.bageltrank{
    margin: 0;
  }
  .faq__section h2.seo-tag-inline{
    font-size: 20px;
    margin: 10px 0 2px;
  }
  .ladherotext h1 {
        font-size: 29px;
        line-height: 42px;
    }
    .ldtitle1 {
        font-size: 26px;
        line-height: 32px;
    }
    .ltranktile h2{
      font-size: calc(1.325rem + 2vw);
      line-height: calc(1.5rem + 2.5vw);
      margin-top: 20px;
    }
}