body {
  line-height: 1.6;
}

.faq-section {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.faq-section img {
  width: 300px;
}

.faq_q {
  display: flex !important;
  justify-content: space-between;
}
.faq_a {
  font-size: 15px;
  line-height: 1.3;
}
.faq {
  padding-top: 10px;
}
.faq .faq-list {
  padding: 0 100px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 4px;
}
.faq .faq-list li {
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
  line-height: 24px;
  outline: 0;
  color: #000;
  font-weight: 700;
}
.faq-list li:has(.collapse.show) {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.faq .faq-list li:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #000;
}
.faq .faq-list .icon-close,
.faq .faq-list .icon-show {
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #000;
  transition: 0.3s;
  font-weight: 500;
}
.faq .faq-list a.collapsed:hover {
  color: #000;
}
.faq .faq-list a.collapsed:hover,
.faq .faq-list a.collapsed:hover * {
  color: #000;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
    
  }
}
.innerpage .container {
  /* padding-top: 50px !important */
}
.data-row {
  margin-top: 0;
}
.whitebox {
  background: #fff;
  padding: 10px 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.whitebox h1 {
  font-size: 20px !important;
  font-weight: 700;
  color: #112a46;
  margin-bottom: 20px;
}
.whitebox2 {
  background: #fff;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: -32px;
  box-shadow: none;
}
.whitebox2 p {
  margin-bottom: 5px;
}
.reportslinks {
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.reportslinks span {
  padding: 0 20px;
  display: inline-block;
}
.report-info {
  font-size: 14px;
  padding: 0px 15px 0px;
}
.report-info span {
  display: block;
  font-weight: 700;
}
.sharebox {
  margin-bottom: 0px;
}
.sharebox i {
  font-size: 20px;
  margin: 0 5px;
}
.chooselicense {
  border: 2px solid #05aa46;
  height: 40px;
  padding: 0 10px;
  border-radius: 0;
}
.chooselicense option {
  padding: 10px;
}
.request-pdf {
  display: block;
  padding: 15px 0;
  font-weight: 600;
  color: #fff;
  background: #000000;
  text-align: center;
  border-radius: 0.25rem;
}
.request-pdf:hover {
  text-decoration: none;
  box-shadow: 4px 2px 10px #928d8d;
}
.buybox {
  border: 1px solid #ccc;
  padding: 5px;
}
.buybox select {
  font-size: 14px;
  font-weight: 700;
}
.buybtn {
  display: block;
  margin: 0 0 0 5px;
  background: #000000;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  border-radius: 0.25rem;
  cursor: pointer;
}
.innerpage {
  padding-bottom: 0px;
}
.request-pdf {
  margin: 0 10px 0 0;
  font-size: 16px;
  padding: 15px 0;
}
.buybtn {
  display: block;
  margin: 0 5px 0 9px;
  padding: 8px 0;
  font-weight: 600;
}
.choose {
  margin: 0 5px;
}
.buybox select {
  margin: 0 5px;
}
.tabsection {
  margin-top: 10px;
  margin-left: 0;
}
.tabsection .navtop {
  border-bottom: 1px solid #05aa46;
  padding-top: 2px;
}
.tabsection .nav-pills .nav-link {
  border-radius: 0;
  background: #dadfe57d;
  color: #0f2640;
  font-size: 15px;
  font-weight: 600;
  padding: 7px 25px;
  margin-right: 5px;
}
.position-sticky {
  top: 60.44px;
  background: #fff;
  z-index: 100;
}
.tabsection .nav-pills .nav-link:hover {
  color: #4c8252;
  background: #f1f1f1;
}
.tabsection .nav-pills .nav-link.active,
.tabsection.nav-pills .show > .nav-link,
.tabsection.nav-pills .show > .nav-link:hover {
  background: #4c8252;
  color: #fff;
}
.tabsection .tab-content {
  padding: 20px 0px;
}
.tabsection .tab-content h2 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
  padding-left: 10px;
  margin: 20px 0; /* text-decoration: underline; */
  border-left: 4px solid #0a2540;
}
.reportimg {
  padding: 30px 0;
}
.requestbtn .nav-link {
  display: none;
}
.sticky-element .requestbtn .nav-link {
  display: block;
  background: #0f2640;
  color: #fff;
}
.sticky-element .hidesticky {
  display: none;
}
.reportsubtitle {
  font-style: italic;
  color: #000;
  text-align: left !important;
  font-weight: bolder;
}
.faq-list h3 {
  /* text-transform: uppercase; */ /* margin-bottom: 30px; */ /* color: #0f2640; */
  font-size: 15px !important;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 3px;
  width: 90%;
}

.faq .faq-list a.collapsed h3 {
  font-weight: 500;
}
.tabsection .tab-content p {
  text-align: justify;
}
.tabsection .tab-content img {
  border-radius: 4px; /* box-shadow: 0 0 10px #ccc; */
  margin: 15px 0;
  background: #f8f8f8;
}
.tabsection .tab-content .img-hero {
  list-style: none;
  float: right;
  width: 100%;
}
.tab-pane .img-hero a {
  background: #028aca;
  color: #fff;
  padding: 3px 6px;
  text-decoration: none;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
  border-radius: 5px;
}
.tab-pane .img-hero a:hover {
  text-decoration: none;
  box-shadow: 4px 2px 10px #928d8d;
}
.request-pdf:hover,
.buybtn:hover {
  text-decoration: none;
  box-shadow: 4px 2px 10px #928d8d;
  color: #fff;
}
.tab-content > .active {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#rd_table table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2vh;
}
#rd_table caption {
  caption-side: top;
  color: #000;
  font-weight: bold;
  text-align: center;
}
#rd_table th {
  background: #112a46;
  color: white;
  text-align: left;
  padding: 8px;
}
#rd_table th:first-child {
  border-right: 3px solid #fff !important;
}
#rd_table td {
  text-align: left;
  padding: 8px;
}
#rd_table tr:nth-child(even) {
  background-color: #e8f2e6;
}
#rd_table tr:nth-child(odd) {
  background-color: #fff;
  border-right: 3px solid #fff;
}
@media (min-width: 360px) and (max-width: 560px) {
  .img-hero {
    width: 100%;
    padding-left: 0;
  }
}
.sub_menu {
  color: #000;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
}
table > thead > tr > :nth-child(1) {
  width: 30%;
}
#rd_table table > tbody > tr > td:first-child {
  font-weight: bold;
  border-right: 3px solid #fff;
}
tbody > tr > td > p {
  margin-bottom: 0.2rem !important;
}
tbody {
  background-color: #e5e5e5;
}
.reportstabs {
  padding: 0px;
}
.methodology-img {
  width: 100% !important;
}
.methodology-tab {
  padding: 20px 0px 0px 0px !important;
}
.h3,
h3 {
  font-size: 1.3rem;
} /* Report ul css */
.report-ul {
  padding-left: 60px;
}
.report-ul strong {
  color: #4c8252;
}
.report-ul li::marker {
  color: #4c8252;
} /* .breadcrumb-buttons { display: flex; flex-direction: column; gap: 0px; width: 20%; position: relative; top: 55px; left: 72px; z-index: 1; } */
.buy-btn {
  border-radius: 5px;
  background-color: #05aa46 !important;
  text-align: center;
  margin-top: 8px;
  color: white;
  padding: 5px;
  font-weight: 600;
  border: 1px solid #05aa46;
  width: 100%;
}
.req-btn {
  background: #f36829 !important;
  color: #fff !important;
  padding: 8px 5px; /* margin: 8px; */
  margin-bottom: 0;
  width: 100%;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
}
.req-btn a {
  color: #fff !important;
}
.tabsection .nav-pills .nav-link {
  padding: 7px 18px;
}
.nav-link.active {
  background: #ffffff !important;
  color: #4c8252 !important;
  border-left: 7px solid;
  font-weight: bold !important;
  border-bottom: 2px solid;
}
a.nav-link.req-active {
  background-color: #f36829 !important;
  color: #fff !important;
} /* old design Opportunity and drivers css Starts */ /* cards csss */ /* Card Styling */ /* .report-card-container { display: flex; justify-content: center; gap: 20px; padding: 20px; margin-top: 40px; } .report-card { background-color: #e3efe6; border-radius: 16px; width: 100%; display: flex; position: relative; flex-direction: column; align-items: center; border: 2px solid #739472; } .report-card:nth-child(2) { border-top-color: #85b885; } .report-card-header { padding: 10px; padding-bottom: 0; font-weight: bold; margin-top: 45px; text-align: center; font-size: 35px; color: #224b21; } .report-card-content { padding: 0px 30px; padding-bottom: 20px; } .report-card-content p { text-align: center !important; } .card-subtitle { font-weight: bold; text-align: left; font-style: italic; font-size: 20px; margin: 5px 0; } .card-description { font-size: 14px; line-height: 1.6; text-align: justify; font-style: italic; } .icon-circle { width: 100px; position: absolute; height: 100px; background: #fff; border: 3px solid #224b21; border-radius: 50%; padding: 20px; display: flex; align-items: center; text-align: center; top: -50px; box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.3); } .icon-circle img { width: 100%; max-width: 75px; box-shadow: none !important; border-radius: none !important; } @media (max-width: 768px) { .report-card-container { flex-direction: column; align-items: center; } .report-card { width: 100%; } .report-card-container { flex-direction: column; align-items: center; margin: 60px auto; gap: 90px; } } @media (max-width: 600px) { .icon-circle { width: 80px; position: absolute; height: 80px; background: #fff; border: 3px solid #224b21; border-radius: 50%; padding: 20px; display: flex; align-items: center; text-align: center; top: -45px; } .report-card-header { font-size: 28px; } .report-card-container { padding: 0; gap: 60px; } .report-card-content { padding: 0px 15px; padding-bottom: 20px; } .card-subtitle { font-weight: bold; text-align: center; font-size: 13px; margin: 8px 0; } .card-description { font-size: 12px; } } */ /* old design Opportunity and drivers css Ends */ /* new design Opportunity and drivers css Starts */ /* cards csss */ /* Card Styling */
.report-card-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0; /* margin-top: 40px; */
}
.report-card {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  display: flex;
  padding: 10px;
  position: relative; /* align-items: center; */
  /* border: 1px solid #bdbdbd85; */
} /* Different border color for Opportunity */ /* .report-card:nth-child(2) { border-top-color: #85b885; } */ /* Card Header */
.report-card-header {
  padding: 10px;
  padding-bottom: 0;
  font-weight: bold; /* margin-top: 45px; */
  text-align: center;
  font-size: 18px;
  color: #000;
}
.report-card-content {
  padding: 0px 10px; /* padding-bottom: 20px; */
}
.report-card-content p {
  text-align: left !important;
} /* Subtitle */
.card-subtitle {
  font-weight: bold;
  text-align: left;
  font-style: italic;
  font-size: 20px; /* margin: 5px 0; */
} /* Description */
.card-description {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  font-style: italic;
  margin: 0;
}
.icon-circle {
  /* box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.3); */
}
.icon-circle img {
  width: 100%;
  max-width: 75px;
  box-shadow: none !important;
  border-radius: none !important;
}
.icon-holder {
  padding: 20px 10px;
  flex: 0 0 20%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #fff;
  box-shadow: -4px 0px 3px rgb(0 91 137 / 45%);
}
@media (max-width: 1024px) {
  .icon-circle img {
    max-width: 65px; /* margin-top: 0 !important; margin-bottom: 15px !important; */
  }
  .icon-holder {
    flex: 0 0 30%;
  }
  .tab-list li {
    font-size: 14px;
  }
} /* Responsive - Adjust for smaller screens */
@media (max-width: 768px) {
  .report-card-container {
    flex-direction: column;
    align-items: center;
  }
  .report-card {
    width: 100%;
    flex-direction: column;
  }
  .report-card-content {
    margin-top: 15px;
  }
  .report-card-content p {
    text-align: justify !important;
  }
  .report-card-header {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 0 10px;
  }
  .icon-holder {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .card-description {
    font-size: 12px;
  }
} /* new design Opportunity and drivers css ends */
.tab-content h2::after {
  /* content: url(../images/title-line.svg); */
  display: flow-root;
  margin-top: -9px !important;
  width: 9%;
}
.tab-pane li {
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .tab-content h2::after {
    width: 25%;
  }
  .req-btn {
    display: none;
  }
  .tab-pane li {
    font-size: 13px;
    line-height: 1.6;
    text-align: justify;
  }
  .logo-sec .phone-numbers {
    display: none;
  }
  #header .logo::after {
    display: none;
  }
} /* .rgb-p { height: 300px; overflow-y: auto; padding: 20px; box-shadow: inset 0 -10px 13px -4px rgba(0, 0, 0, 0.4); } */
.rgb-p {
  /* height: 250px;
  overflow-y: auto; */
  text-align: center;
  padding: 15px;
  line-height: 1.9;
  border-radius: 10px;
  background: #e9eced;
  /* box-shadow: inset 0 0px 8px -3px rgb(10 198 0); */
  border: 1px solid #b3b6b9;
} /* new code for scrollbar starts here  */
.rgb-p::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.rgb-p::-webkit-scrollbar-track {
  background: transparent;
}
.rgb-p::-webkit-scrollbar-thumb {
  background-color: #0ac600;
  border-radius: 1px;
  min-height: 10px;
  min-width: 10px;
}
.rgb-p::-webkit-scrollbar-thumb {
  min-height: 10px;
  min-width: 6px;
}
.readmore-btn {
  font-weight: 600;
}

/* new code for scrollbar ends here  */ /* .ul-container { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; } .ul-left { width: 40%; } .ul-right-box { width: 60%; background: #f8f8f8; padding: 15px; border: 1px solid #ccc; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); } .ul-right-box h3 { text-align: center; } */
.ul-container {
  display: flex;
  justify-content: space-between;
  align-items: anchor-center;
  gap: 20px;
  margin-bottom: 10px;
}
.ul-left {
  /* width: 40%; */
  padding: 0;
}
.ul-left li {
  font-weight: 600;
}
.ul-right-box {
  width: 100%;
  background: #e9eced;
  padding: 15px;
  border-radius: 20px;
  border: 1px solid #005b89;
  margin-bottom: 10px; /* border: 1px solid #ccc; */ /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); */
}
.ul-right-box h3 {
  color: #005b89;
  font-size: 16px;
}
.ul-right-box ul {
  padding-left: 0 !important;
}
.ul-right {
  padding: 0;
}
.req_btn_head {
  background: #f7931e !important;
  color: #fff;
  padding: 8px 12px;
  margin-bottom: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
}
.req_btn_head a {
  color: #fff;
}
.req_btn_head img {
  width: 18px;
  margin-right: 5px;
}
.buy_btn img {
  width: 18px;
}
.buy_btn_head {
  border-radius: 5px;
  background-color: #005b89 !important;
  text-align: center;
  color: white;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #005b89;
  width: 100%;
} /* Responsive Design */
@media screen and (max-width: 992px) {
  .ul-right-box {
    padding: 15px; /* Stack elements on small screens */
  }
  .ul-left {
    padding: 0;
  }
  .req_btn_head {
    font-size: 10px;
  }
  .buy_btn_head {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ul-container {
    flex-direction: column; /* align-items: center; */
    padding: 0;
    flex-wrap: wrap;
  }
  .header-buttons {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .ul-container {
    flex-direction: column; /* align-items: center; */
    padding: 0;
    flex-wrap: wrap;
  }
  .ul-left,
  .ul-right-box {
    width: 100%;
    padding: 15px; /* Stack elements on small screens */
  }
  .ul-left {
    padding: 0;
  }
}
#reportNav {
  /* height: 250px; */
  overflow-y: auto;
  margin-bottom: 20px;
}

#main {
  padding-top: 50px;
}
.rm-report-card {
  display: flex;
  gap: 20px;
  padding: 15px 0px 12px;
  align-items: center;
}
.non-italic {
  font-style: normal;
}

.rm-report-left img {
  width: 130px;
}

.rm-report-right {
  flex: 1;
}
.rm-strong {
  font-weight: 600;
  color: #313131;
}

.rm-strong:hover {
  color: #f7bd00;
}

.rm-breadcrumb {
  font-size: 13px;
  color: #666;
  padding: 0 !important;
  font-style: italic;
  margin-bottom: 5px !important;
}

.rm-report-title {
  font-size: 20px;
  margin: 5px 0 10px 0;
  font-weight: 600;
  /* font-style: italic; */
  line-height: 1.4;
}

.rm-report-bottom {
  display: flex;
  gap: 10px;
  align-items: end;
  justify-content: space-between;
}

.rm-meta-list {
  list-style: none;
  padding: 0;
  margin: 0 0px 8px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 12px;
  color: #505050;
  font-size: 14px;
}

.rm-meta-list li {
  white-space: nowrap;
}

.rm-meta-list li::after {
  content: " |";
  margin-left: 6px;
}

/* remove after from last item */
.rm-meta-list li:last-child::after {
  content: "";
}

.rm-btn-group {
  display: flex;
  gap: 10px;
  flex: 0 0 30%;
  flex-direction: column;
  justify-content: flex-end;
}

.rm-btn {
  border: none;
  padding: 10px 5px;
  border-radius: 25px;
  cursor: pointer;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  width: -webkit-fill-available;
}

.rm-btn:hover {
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.3);
}

.rm-btn img {
  width: 20px;
  margin-right: 5px;
}

.rm-btn-yellow {
  background: #f7931e;
  color: #fff;
}
.rm-btn-yellow:hover {
  color: #fff;
}

.rm-btn-dark {
  background: #005b89;
  color: #fff;
  flex: 1;
}

.rm-btn-dark:hover {
  color: #fff;
}

/* Responsive for mobile */
@media (max-width: 768px) {
  .rm-report-card {
    flex-direction: column;
  }

  .rm-btn-group {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.trust-banner {
  background: #0a2540;
  padding: 4px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
  color: #ffffff;
}

.trust-left {
  display: flex;
  align-items: center;
  gap: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding-right: 90px;
  flex-shrink: 0;
}

.trust-icon {
  width: 45px;
  height: auto;
}

.trust-count {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}

.trust-text {
  font-size: 12px;
  letter-spacing: 0.5px;
  opacity: 0.9;
}

.trust-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  gap: 28px;
  flex: 1;
}

.trust-logos img {
  height: 26px;
  width: auto;
  opacity: 0.9;
}

/* ---------- Responsive ---------- */

@media (max-width: 768px) {
  .trust-logos {
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
  }

  .trust-logos img {
    height: 22px;
  }

  .trust-banner {
    margin: 10px 0;
  }
}

/* Mobile scroll row option */
@media (max-width: 480px) {
  .trust-logos {
    overflow-x: auto;
    white-space: nowrap;
  }
  .trust-logos img {
    display: inline-block;
  }
  .rm-report-card {
    padding: 0px 0px;
  }
  .second-content .tab-content {
    padding-top: 10px !important;
  }
}

.basicSlider {
  /* border: 1px solid #cccccc71; */

  padding: 5px 5px;
  position: relative;
  display: flex;
  /* background: #000; */
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  padding: 5px 0 !important;
}
.basicSlider .MS-content .item img {
  line-height: 20px;
  vertical-align: middle;
  width: 100px;
  height: 40px;
}
.basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  padding: 0 20px;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 25px;
  vertical-align: middle;
}

.basicSlider-bottom {
  border: 1px solid #cccccc71;

  padding: 5px 5px;
  position: relative;
  display: flex;
  /* background: #000; */
  align-items: center;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.basicSlider-bottom .MS-content {
  white-space: nowrap;
  overflow: hidden;
  padding: 10px 0;
}
.basicSlider-bottom .MS-content .item img {
  line-height: 20px;
  vertical-align: middle;
  width: 120px;
  height: 50px;
  margin: 0;
}
.basicSlider-bottom .MS-content .item {
  display: inline-block;
  width: 20%;
  padding: 0 20px;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 25px;
  vertical-align: middle;
}

.second-content .nav-tabs {
  padding-left: 0;

  border-bottom: none;
}
.second-content .nav-tabs li {
  list-style: none;
}

.second-content .nav-tabs li::before {
  display: none !important;
  content: "" !important;
}
.second-content .nav-tabs > .active a {
  background-color: #e3f0f6;
  color: #121d2c;
  border-left: 1px solid #7a7e87;
  border-right: 1px solid #7a7e87;
  border-top: 1px solid #7a7e87;
  border-radius: 8px 8px 0 0;
  padding: 7px 30px;
  font-weight: 700;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.second-content .nav-tabs > .custom a {
  background-color: #d1e5f1;
  color: #0271b1;

  border-radius: 8px 8px 0 0;
  padding: 7px 20px;
  font-weight: 700;
  /* box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); */
}
.second-content .nav > li > a {
  position: relative;
  display: block;
  padding: 7px 20px;
}

.second-content .nav > li a {
  border: none;
  color: #242424;
  font-size: 14px;
  font-weight: 600;
  background-color: #f2f2f2;
  border-radius: 8px 8px 0 0;
}

.second-content .nav > li a:hover {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  background-color: #e3f0f6;
  color: #121d2c;
  border-left: 1px solid #7a7e87;
  border-right: 1px solid #7a7e87;
  border-top: 1px solid #7a7e87;
}

.report-row {
  padding: 0;
}

.hand-icon {
  width: 40px;
  margin: 0 !important;
}

.btn-download img {
  width: 16px;
  margin: 0 !important;
}
.sample-box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
  background: #e9eced;
  border: 1px solid #b3b6b9;
  border-radius: 10px;
  padding: 5px 10px;

  font-size: 14px;
  line-height: 1.4;
}

.hand-icon {
  width: 40px;
}

.sample-box p {
  margin: 0;

  padding: 5px 10px;
  flex: 1;
  font-size: 14px;
  text-align: left;
  color: #000;
  font-style: italic;
}

.sample-box .highlight {
  font-weight: 700;
  color: #2e3849;
  text-decoration: underline;
}

.btn-download {
  background: #005b89;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 7px 9px;
  border-radius: 30px;
  /* font-style: italic; */
  text-decoration: none;
  border: 1px solid #005b89;
  /* line-height: 1.2; */
  /* min-width: 200px; */
  /* height: -webkit-fill-available; */
}

.btn-download img {
  width: 16px;
}

.btn-download p {
  color: #fff !important;
}

.btn-download:hover p {
  color: #2e3849 !important;
}

.btn-download:hover a {
  color: #fff !important;
}

.btn-download:hover {
  color: #fff !important;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1024px) {
  .btn-download {
    font-size: 14px;
    min-width: 120px;
    flex: 0 0 30%;
    padding: 10px 5px;
  }

  .btn-download p {
    color: #fff;
    padding: 5px;
    text-align: center !important;
  }

  .sample-box p {
    padding: 3px 10px;
    font-size: 12px;
  }
}

/* responsiveness */
@media (max-width: 600px) {
  .sample-box {
    flex-direction: column;
    /* gap: 10px; */
    text-align: center;
  }

  .btn-download {
    width: 100%;
    padding: 5px 10px;
    justify-content: center;
    /* font-size: 10px; */
  }
}

.rf-insight-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  background: #ffffff;
  border-radius: 10px;
  padding: 8px 10px;
  /* margin-left: auto;
  margin-right: auto; */
  width: 100%;
  /* width: 785px; */
  margin-top: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  /* font-family: Arial, sans-serif; */
}

.rf-insight-banner p.rf-insight-text {
  margin: 0;
  text-align: left !important;
  font-size: 14px !important;
  font-weight: 600;
  color: #3a3a3a !important;
  font-style: italic;
}

.rf-insight-text strong {
  font-weight: 700;
}

.rf-insight-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  background: #ffd856;
  border: none;
  border-radius: 999px;
  flex: 0 0 32%;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;
  justify-content: center;
  cursor: pointer;
}

a.rf-insight-btn:hover {
  color: #000 !important;
}

.rf-insight-btn img.rf-btn-img {
  width: 18px !important;
  margin: 0;
}

.rf-insight-btn-grey img.rf-btn-img {
  width: 18px !important;
  margin: 0;
}

.rf-insight-btn-grey {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  background: #1f2937;
  border: none;
  border-radius: 999px;
  padding: 6px 16px;
  justify-content: center;
  flex: 0 0 32%;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.rf-insight-btn-grey:hover {
  color: #fff;
}

.table-cta-text {
  margin: 0;
  font-size: 15px !important;
  color: #3a3a3a !important;
  font-style: italic;
  font-weight: 500;
  text-align: left !important;
}

.table-cta {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.table-cta-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  background: #374151;
  justify-content: center;
  border: none;
  border-radius: 999px;

  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.table-cta-btn:hover {
  color: #fff !important;
  color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.table-cta-btn img {
  width: 18px;
  margin: 0 !important;
}

.tab-content #rd_table li::after {
  content: "|" !important;
  padding-left: 10px;
  top: 0 !important;
  left: 0 !important;
  background: none !important;
  position: relative !important;
}

.tab-content #rd_table .type_application li:last-child::after {
  content: none !important;
}

.tab-content #rd_table ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

.tab-content #rd_table li {
  padding-left: 10px;
}

.tc-card {
  background: #fff;
  border: 1.5px solid #adadad;
  border-radius: 10px;
  /* padding: 18px 24px 20px; */
  /* width: 260px; */
  text-align: center;
  margin-top: 10px;
}
.heading-wrapper {
  padding: 8px 10px;
  border-bottom: 1px solid #adadad;
}

.tc-heading {
  font-size: 20px !important;
  font-weight: 700;
  font-style: normal !important;
  color: #1a1a1a !important;
  margin-bottom: 0px;
}

.tc-esomar-wrap {
  margin-bottom: 0px;
  padding: 0 10px;
}

.tc-esomar-img {
  /* max-width: 160px; */
  /* height: auto; */
  /* display: inline-block; */
  margin: 10px 0 0 !important;
}

.tc-iso-row {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  margin-top: 4px;
  padding: 0 10px 10px;
}

.tc-iso-item {
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.tc-iso-img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin: 0 !important;
}

.tc-iso-number {
  font-size: 11px;
  font-weight: 700;
  color: #1655a2;
}

.brief-card {
  border: 1px solid #adadad;
  border-radius: 10px;
  padding: 14px 16px;
  /* display: inline-block; */
  text-align: center;
  /* font-family: Arial, sans-serif; */
  background: #fff;
  margin-top: 15px;
}

.brief-title {
  margin: 0 0 10px 0 !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center !important;
  color: #444;
}

.brief-apps {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.brief-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #333;
}
.brief-item:hover img {
  transform: scale(1.1);
}

.brief-item img {
  width: 40px;
  height: auto;
  transition: transform 0.3s ease;
  margin: 0 !important;
}

.nav-tabs-container {
  position: sticky;
  top: 218px;
  z-index: 10;
  background: #fff;
  padding-top: 8px;
}
#header1 {
  display: none;
}

.tab-content h3:not(li h3) {
  font-style: italic;
  color: #333;
}
.ul-left li {
  text-align: left;
}

.bn-div{
  display: flex;
  gap: 10px;
}

/* CSS */
.rpb-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  /* background: #ffffff; */
  /* border: 0.5px solid #e0e0e0; */
  /* border-radius: 12px; */
  padding: 0px 0px;
}

.rpb-icon-circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #e8f1fb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rpb-svg {
  width: 20px;
  height: 20px;
}

.rpb-text {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.rpb-label {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.4;
}

.rpb-value {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
}

.tabs-div{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #999999;
  flex-wrap: wrap;
}

.rr-section {
      padding: 15px 0px;
      /* max-width: 960px; */
    }
 
    .rr-heading {
      font-size: 18px;
      font-weight: bold;
      color: #1a1a1a;
      margin-bottom: 16px;
    }
 
    .rr-grid {
      display: grid;
      gap: 16px;
      grid-template-columns: repeat(3, 1fr);
      /* flex-wrap: wrap; */
    }
 
    .rr-card {
      display: flex;
      align-items: center;
      gap: 12px;
      border: 1px solid #c8dff0;
      border-radius: 8px;
      padding: 8px 16px;
      flex: 1 1 200px;
      max-width: 300px;
      cursor: pointer;
      text-decoration: none;
      background: #ffffff;
      transition: box-shadow 0.2s, border-color 0.2s;
    }
 
    .rr-card:hover {
      box-shadow: 0 2px 10px rgba(10, 115, 153, 0.15);
      background-color: #005b89;
      border-color: #0a7399;
    }

    .rr-card:hover .rr-img-white{
      display: block;
    }
    .rr-card:hover .rr-img{
      display: none;
    }
    
 
    .rr-img {
      flex-shrink: 0;
      width: 42px;
      height: 42px;
      margin: 0 !important;
    }
    .rr-img-white {
      display: none;
      flex-shrink: 0;
      width: 42px;
      height: 42px;
      margin: 0 !important;
    }
 
    .rr-label {
      font-size: 13px;
      font-weight: 600;
      color: #0a2540;
      line-height: 1.4;
    }

    .rr-card:hover .rr-label{
      color: #fff;
    }
@media (max-width: 1200px) {
  .captcha-div1_float {
    flex-wrap: wrap;
  }
  .second-content .nav-tabs > .custom a{
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  .brief-card {
    margin-top: 15px;
  }
  
.rpb-wrapper {
  display: none;
}
.rr-grid {
      
      grid-template-columns: repeat(2, 1fr);
      /* flex-wrap: wrap; */
    }
}

@media (max-width: 992px) {
  .logo-sec .phone-numbers {
    display: none;
  }
  #header .logo::after {
    display: none;
  }

  .rm-report-title {
    font-size: 18px;
  }
  .rm-meta-list {
    font-size: 12px;
  }
  .rm-btn-group {
    flex: 0 0 30%;
  }
  .rm-btn {
    font-size: 14px;
  }
  .rm-btn img {
    font-size: 18px;
  }
  .second-content .nav-tabs > .active a {
    padding: 7px 15px;
  }
  .second-content .nav > li > a {
    padding: 7px 15px;
  }
  .security_label_float {
    justify-content: center !important;
    gap: 15px !important;
  }
  .header_logo_path {
    justify-content: flex-start;
  }
  .faq-section img {
    display: none;
  }
  .rf-insight-banner{
    flex-direction: column;
    gap: 10px;
  }
  
}
@media(max-width:991px){
  .ul-container{
    flex-direction: column;
  }
  
}

@media (max-width: 768px) {
  .rm-report-left {
    display: none;
  }

  .header_logo_path {
    justify-content: flex-start;
  }
  #main {
    padding-top: 35px;
  }
  .nav-tabs-container {
    top: 60px;
  }
  .second-content .nav-tabs {
    gap: 6px;
  }
  .faq-section img {
    display: none;
  }

  .table-cta-btn {
    padding: 4px 10px;
    line-height: 1.2;
  }
  .table-cta-text {
    font-size: 13px !important;
    line-height: 1.2;
  }
  .btn-download {
    font-size: 13px;
    padding: 3px 8px;
  }

  .rf-insight-banner p.rf-insight-text {
    line-height: 1.3;
  }

  .rf-insight-btn {
    padding: 4px 8px;
  }
  .rf-insight-btn-grey {
    padding: 6px 8px;
    text-align: left;
  }
  .basicSlider .MS-content .item {
    width: 30%;
  }
  .basicSlider .MS-content .item img {
    width: 150px !important;
  }

  .basicSlider-bottom .MS-content .item {
    width: 30%;
  }
  .basicSlider-bottom .MS-content .item img {
    width: 150px !important;
  }
  .vertical-separator {
    margin: 0;
  }

  .header_logo_path {
    justify-content: flex-start !important;
  }

   
  
}

@media (max-width: 600px) {
  /* Mobile tab navigation */
  .mobile-tabs {
    background: #fff;
    border: 1px solid #ccc;
    /* margin-top: 10px; */
    display: flex;
    width: 100%;
  }

  .mobile-tabs a {
    margin: 0;
  }

  .mobile-tabs > li {
    border-right: 1px solid #ccc;
    flex-grow: 1;
    font-size: 24px;
    font-weight: 600;
  }

  .mobile-tabs > li:last-child {
    border-right: none;
  }

  .mobile-tabs > li > a {
    color: #000;
    /* font-weight: bold; */
    text-align: center;
    margin: 0;
  }
  .mobile-tabs > li.active {
    background-color: #121d2c !important;
  }

  .nav > li {
    position: relative;
    height: 45px;
  }
  .nav > li > a {
    font-size: 13px;
    color: #121d2c;
    padding: 10px 15px;
  }
  .mobile-tabs > li.active > a,
  .mobile-tabs > li.active > a:focus,
  .mobile-tabs > li.active > a:hover {
    border: none !important;
    /* border-bottom: 2px solid #007bff;  */
    /* border: 1px solid #121d2c; */
    font-size: 13px;
    background-color: #121d2c !important;
    color: #fff !important;
  }

  .mobile-tabs > li > a:hover {
    background-color: #f5f5f5;
  }

  #header1 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: block;
    /* background-color: #fff; */
    padding: 10px 0 0;
  }

  .rm-report-bottom {
    flex-wrap: wrap;
  }
  .rm-btn-group {
    flex: 0 0 100%;
  }
  .faq-section img {
    display: none;
  }
  .trust-right {
    display: none;
  }
  .trust-left {
    padding-right: 20px;
  }
  .readmore-btn {
    font-size: 12px;
  }
  div#g_logo {
    justify-content: flex-end;
  }

  .rf-insight-banner p.rf-insight-text {
    line-height: 1.3;
  }

  .rf-insight-btn {
    padding: 4px 8px;
  }
  .rf-insight-btn-grey {
    padding: 6px 8px;
  }
  .table-cta{
    flex-direction: column;
    gap: 10px;
  }
  .rr-grid {
      
      grid-template-columns: repeat(1, 1fr);
      /* flex-wrap: wrap; */
    }
    .rr-card{
      max-width: 100%;
    }
}

@media(max-width:425px){
  .reports_menu_slugs{
    width: 90%;
    line-height: 1.3;
  }
}
