/*=====custom-scroll-sidebar=========*/
.our-accreditations .sidebar-link ul {
  max-height: 700px;
  overflow-y: auto;
}
/* width */
.our-accreditations .sidebar-link ul::-webkit-scrollbar {
  width: 0px !important;
}

/* Track */
.our-accreditations .sidebar-link ul::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Handle */
.our-accreditations .sidebar-link ul::-webkit-scrollbar-thumb {
  background: #ffffff;
}

/* Handle on hover */
.our-accreditations .sidebar-link ul::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
.our-accreditations .data-info-main div#research h2 {
  margin-top: 0;
}

.our-accreditations .data-info-main .data-info-details-first h2 {
  margin-top: 30px;
}
/*=============end=====================*/
/*=============sidebar=====================*/
.sidebar-link li.gray {
  background: #f5f5f5;
}
.sidebar-link li.light-orange {
  background: #fbe9e7;
}

.sidebar-link li.light-green {
  background: #e0f2f1;
}
.sidebar-link .link-one {
  padding: 25px 20px;
}
/* end */
.our-accreditations .data-details {
  padding: 30px 30px;
}
.our-accreditations .data-details .data-desciption h3 {
  line-height: 30px;
}
.research-card {
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  min-height: 100%;
  transition: all 0.4s ease-out;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.research-icon {
  max-width: 80px;
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-out;
  background: #edf9f8;
  border-radius: 15px;
}

.research-icon img {
  max-width: 40px;
}

.card-title-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card-title-details h5,
.card-title-details p {
  margin: 0;
  line-height: 30px;
}
.card-title-details p {
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  font-weight: 500;
}
.research-card:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(/images/hubspotpackageimg/shape-3.png);
  width: 105px;
  height: 208px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.research-card:hover {
  background: #0e3146;
}

.research-card:hover h5,
.research-card:hover p {
  color: #fff;
}

.research-card:hover .research-icon {
  background: #20a0b1;
}

.research-card:hover .research-icon img {
  filter: brightness(0) invert(1);
}
.card-title-details h5 {
  font-size: 20px;
}
.our-accreditations .row.card-row {
  row-gap: 25px;
}
/*===========key-section-start==========*/
.our-accreditations .row.key-row {
  row-gap: 20px;
}
.our-accreditations .row.key-row .key-subheading h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.our-accreditations .row.key-row .key-chart-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.our-accreditations .row.key-row .key-chart-details p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
}
.our-accreditations .row.key-row .key-chart-details .key-content-one {
  padding: 20px;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 15px;
  transition: all 0.4s ease-out;
  min-height: 100%;
}
.our-accreditations .row.key-row .key-chart-details .key-content-one:hover {
  background: #4b7df9;
  border-color: transparent;
  transform: translateY(-5px);
}
.our-accreditations .row.key-row .key-chart-details .key-content-one:hover p {
  color: #fff;
}
.our-accreditations .row.key-row .key-subheading h5,
.our-accreditations .row.key-row .key-subheading h3 {
  margin: 0;
}
.row.row-question {
  row-gap: 25px;
}
.our-accreditations ul.cost-list {
  list-style: disc;
  padding-left: 17px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.our-accreditations .row.key-row .key-subheading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.our-accreditations .row.key-row .key-subheading h3 {
  text-transform: capitalize;
  line-height: 30px;
}
.key-chart-img {
  height: 100%;
}

.key-chart-img img {
  height: 100%;
}

.crm-hightlight {
  padding: 25px;
  background: #20a0b1;
  border-radius: 15px;
}

.crm-hightlight p {
  margin: 0;
  color: #fff;
}

.our-accreditations .row.key-row .key-subheading p {
  margin: 0;
  line-height: 28px;
}
.our-accreditations.padding-status .row .research-card p {
  line-height: 26px;
}
.our-accreditations.padding-status .crm-content .key-subheading {
  gap: 15px;
}
.our-accreditations.padding-status
  .crm-content
  .key-subheading
  .data-desciption {
  margin: 0;
}
.cost-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.row.crm-chart-two ul {
  list-style: decimal;
  padding-left: 17px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.row.crm-chart-two {
  padding-top: 30px;
  row-gap: 20px;
}
/*==========end=================*/
/*==========softeware-cost-start=================*/
.comparison-table {
  width: 100%;
  overflow-x: auto;
}

.comparison-table table {
  border-collapse: collapse;
  width: 100%;
  font-family: Arial, sans-serif;
  text-align: left;
}
.white-header {
  background-color: #f5fdfd;
}

.white-cell {
  background-color: #ffffff;
  color: #000;
}
.comparison-table th,
.comparison-table td {
  padding: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.hubspot-header {
  background-color: #ff5c35;
  color: white;
  text-align: center;
}

.salesforce-header {
  background-color: #009cde;
  color: white;
  text-align: center;
}

.hubspot {
  background-color: #ff5c35;
  color: white;
  text-align: center;
}

.salesforce {
  background-color: #009cde;
  color: white;
  text-align: center;
}
.comparison-table td {
  font-size: 18px;
  font-weight: 500;
}
.our-accreditations .row.key-row.card-row .research-card {
  align-items: center;
  text-align: center;
  justify-content: center;
}
/* end */
/*=========methodolgy-list==============*/
.methodolgy-list-data {
  gap: 15px;
}
.methodolgy-list-data,
.methodolgy-list-data .list-first {
  display: flex;
  flex-direction: column;
}
.methodolgy-list-data .list-first {
  gap: 8px;
}
@media (max-width: 768px) {
  th,
  td {
    font-size: 14px;
    padding: 12px;
  }
}

/*==========end=================*/
/*=========mediaquary===================*/
@media (max-width: 991px) {
  .our-accreditations .row.key-row .key-subheading h5 {
    font-size: 16px;
    line-height: 26px;
  }
  .our-accreditations .row.key-row .key-chart-details p {
    font-size: 16px;
    line-height: 28px;
  }
  .comparison-table td {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .our-accreditations .sidebar-link ul {
    white-space: normal;
  }
  .our-accreditations .sidebar-link ul .sidebar-link .link-one {
    padding: 15px;
  }
  .our-accreditations .data-details {
    padding: 25px 15px;
  }
  .crm-hightlight {
    padding: 20px 15px;
  }
  .our-accreditations .row.card-row .col-12,
  .our-accreditations .row.row-question .col-12 {
    padding: 0 15px;
  }
  .research-card {
    gap: 20px;
  }
  .our-accreditations .row.key-row .key-chart-details .key-content-one {
    padding: 15px;
  }
  .our-accreditations .row.key-row .key-chart-details {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .research-card {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .research-icon {
    width: 100%;
  }
  .our-accreditations .data-info-main .data-info-details-first h2 {
    margin-top: 20px;
  }
  .our-accreditations.padding-status .crm-content .key-subheading {
    gap: 10px;
  }
  .cost-content {
    gap: 20px;
}
}
/*=========mediaquary-end===================*/
