

/* ----------START-CSS-reports page----------- */

@media only screen and (min-width: 768px) {
  .time-desktop-none{
    display: none;
  }
} 

@media only screen and (max-width: 767px) {
  .time-mobile-none{
    display: none;
  }
}
.next-cta{
  padding-bottom: 0 !important;
} 

/* @media only screen and (min-width: 1025px) {
  .reports-p-r{
    padding-right: 0px !important;
  }    
} */

/* ----------END-CSS-reports page----------- */



/* ---------section add HOME PAGE CSS START----------- */

.leaderlogo-one{
  width: 114px;
}
.capterralogo{
  width: 144px;
}
.top-ratedlogo{
  width: 106px;
}
#crowdreviews-badge-GjPxd4USR{
  width: 310px !important;
}

.pull-left-GjPxd4USR{
    width: 182px !important;
  }

@media only screen and (max-width: 1800px) {
  .leaderlogo-one{
    width: 100px;
  }
  .capterralogo{
    width: 130px;
  }
  .top-ratedlogo{
    width: 96px;
  }
}
  

@media only screen and (max-width: 575px) {
  .leaderlogo-one{
    width: 74px;
  }
  .capterralogo{
    width: 98px;
  }
  .top-ratedlogo{
    width: 76px;
  }
  #crowdreviews-badge-GjPxd4USR{
    width: 268px !important;
  }
  .pull-left-GjPxd4USR{
    width: 150px !important;
  }
}

/* ---------section add HOME PAGE CSS END----------- */