.jumpTo-section .accordion .accordion-button {
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #340f49;
  background-color: #fff;
  border: 1px solid #f7f7f7;
}
.jumpTo-section .accordion .accordion-body {
  max-height: 258px;
  overflow-y: auto;
}
.jumpTo-section .accordion-header {
  background-color: none;
}
.jumpTo-section .jumptoContent .list-group-item {
  border: none;
  padding: 3px 3px;
  font-size: 14px;
  background: #fff !important;
  color: #000;
}
.jumpTo-section .accordion-button:focus {
  box-shadow: none;
}
.jumpTo-section .accordion-button:after {
  float: right !important;
  content: '-';
  background: #fff !important;
  transition: none;
  width: 10px;
  height: 17px;
  font-size: 25px;
  transform: none;
  position: relative;
  bottom: 10px;
  right: 7px;
}
.jumpTo-section .accordion-button.collapsed:after {
  float: right !important;
  content: '+';
  transform: none;
  position: relative;
  bottom: 10px;
  right: 10px;
}
.jumpTo-section .jumptoContent .activenew a,
.jumpTo-section .jumptoContent .list-group-item.active {
  z-index: 2;
  color: #2929d2;
  font-weight: 600;
  background-color: #fff !important;
}
.jumpTo-section .jumptoContent .list-group-item-action:hover,
.jumpTo-section .jumptoContent a.list-group-item.list-group-item-action:active {
  z-index: 1;
  color: #2929d2;
  text-decoration: none;
  background-color: #fff !important;
  font-weight: 600;
}
.jumpTo-section .jumptoContent ul {
  list-style: none;
}
.jumpTo-section .jumptoContent ul li {
  position: relative;
}
.jumpTo-section .jumptoContent ul li:after {
  position: absolute;
  left: -20px;
  top: 15px;
  display: inline-block;
  vertical-align: 0.255em;
  content: '';
  border-top: 6px solid;
  border-right: 0.3em solid #fff0;
  border-bottom: 0;
  border-left: 0.3em solid #fff0;
  transform: rotate(271deg);
}
.report-detail-Info .marketReptable {
  padding: 0 60px;
  position: relative;
}
.marketReptableinfo tbody tr .tblcolBGtblh {
  background-image: linear-gradient(to top, #e1e7e8 0, #fff);
  padding: 15px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: inherit;
  color: #000;
  font-display: swap;
  vertical-align: middle;
}
.marketReptableinfo tbody tr:nth-child(odd) {
  background: #f7fcff;
}
.marketReptableinfo tbody tr .tblcolBG1 {
  background: #265cba;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: inherit;
  color: #fff;
  font-display: swap;
  border: 1px solid #fff0;
}
.marketReptableinfo tbody tr .tblcolBG2 {
  background: #2354a9;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 500;
  text-transform: inherit;
  color: #fff;
  font-display: swap;
  border: 1px solid #fff0;
}
.marketReptableinfo tbody tr .tblcolBG3 {
  background: #1f4c98;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 500;
  text-transform: inherit;
  color: #fff;
  font-display: swap;
  border: 1px solid #fff0;
}
.marketReptableinfo tbody tr .tblcolBG4 {
  background: #1c4387;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 500;
  text-transform: inherit;
  color: #fff;
  font-display: swap;
  border: 1px solid #fff0;
}
.marketReptableinfo tbody tr .tblcolBG5 {
  background: #183b77;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 500;
  text-transform: inherit;
  color: #fff;
  font-display: swap;
  border: 1px solid #fff0;
}
.marketReptableinfo tbody tr .tblcolBG6 {
  background: #153266;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 500;
  text-transform: inherit;
  color: #fff;
  font-display: swap;
  border: 1px solid #fff0;
}
.marketReptableinfo tbody tr .tblcolBG7 {
  background: #112a54;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 500;
  text-transform: inherit;
  color: #fff;
  font-display: swap;
  border: 1px solid #fff0;
}
.marketReptableinfo tbody tr .tblcolBG8 {
  background: #0e2244;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 500;
  text-transform: inherit;
  color: #fff;
  font-display: swap;
  border: 1px solid #fff0;
}
.marketReptableinfo tbody tr td {
  vertical-align: middle;
  padding: 0.3em 0.7em;
}
.marketReptableinfo tbody tr td {
  vertical-align: middle;
  padding: 0.3em 0.7em;
}
.marketReptableinfo tbody tr,
.marketReptableinfo tbody tr td,
.marketReptableinfo tbody tr th {
  font-size: 16px;
}
.report-wrapper .tabcontent_sect .tabwrapper .tabcont_des p strong img,
.report-wrapper .tabcontent_sect .tabwrapper .tabcont_des p:has(img) {
  text-align: center;
}
.report-wrapper .tabcontent_sect .tabwrapper .tabcont_des p:has(.samplelink) {
  margin-top: -12px;
  margin-bottom: 11px;
}
.blink_meHand {
  animation: 1.5s linear infinite blinker_hand;
  margin-right: 20px;
}
@keyframes blinker_hand {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
a.samplelink {
  background: linear-gradient(to bottom, #7bc511, #4c7b05) !important;
  color: #fff;
  padding: 3px 6px;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  border-radius: 5px;
  padding-top: 0;
}
a.samplelink:hover {
  box-shadow: 0 3px 9px #928d8d;
}
.tab-content p {
  text-align: justify;
}
.report-wrapper
  .tabcontent_sect
  .tabwrapper
  .tabcont_des
  p:has(strong .samplelink) {
  font-weight: normal !important;
}
.market-snapshots-list li a {
  color: #0221d5;
  font-size: 16px;
  font-weight: 600;
}
.navsearch-box .input-group .newtextsm {
  width: 165px;
}
.top10_New::after {
  content: '';
  width: 85%;
  height: 0;
  position: absolute;
  border: 1px solid #c9c9c9;
  top: 36px;
  left: 0;
  border-style: dashed;
}
.row.mb-2.mt-3 .col-md-6:nth-last-of-type(1) .top10_New::after,
.row.mb-2.mt-3 .col-md-6:nth-last-of-type(2) .top10_New::after {
  content: none;
  border: none;
}
.top10_New .top10_Reptitle {
  margin-bottom: 0;
  font-size: 15px;
  color: #112a54;
}
.top10_New .top10_Reptitle:hover {
  color: #0221d5;
  text-decoration: underline;
}
.top10_New .new-list-re {
  margin-top: -3px;
  margin-bottom: 0;
}
.top10_New .new-list-re li {
  font-size: 13px;
  padding-left: 0;
  padding-right: 7px;
  color: #000;
  margin: 6px 0;
  border-right: 2px solid #bbb;
  line-height: 1;
  display: inline-block;
}
.regional_lang_list li {
  float: left;
  font-size: 15px;
  padding-left: 12px;
  padding-right: 14px;
  color: #fff;
  margin: 15px 8px;
  line-height: 1;
  color: #000;
  border-right: 1px solid;
}
.regional_lang_list li a {
  color: #112a54;
}
.regional_lang_list li a:hover {
  color: #0221d5;
  text-decoration: underline;
}
.whyChose_sec {
  box-shadow: 0 1px 6px #d1d1d1;
  padding: 10px;
}
.whyChose_sec .whyChoseTitle {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.whyChose_sec .whyChoseTitle span {
  color: #8ec53b;
}
.whyChose_sec .Chose_Listsec {
  margin-top: 30px;
  position: relative;
  box-shadow: rgb(99 99 99 / 0.2) 0 2px 8px 0;
  margin-left: 5px;
  margin-right: 5px;
}
.whyChose_sec .Chose_Listsec .Chose-ListImg {
  background: #b3d77c;
  display: inline-block;
  padding: 6px;
  position: absolute;
  top: -17px;
  left: 10px;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 29%,
    100% 80%,
    77% 100%,
    0% 100%,
    100% 108%,
    0% 159%
  );
}
.whyChose_sec .Chose_Listsec .Chose_Listsec_Inner .Chose_Listsec_InnerHead {
  font-size: 14px;
  margin-left: 67px;
  padding-top: 3px;
  font-weight: 600;
  color: #000;
}
.whyChose_sec .Chose_Listsec .Chose_Listsec_Inner .Chose_Listsec_InnersubHead {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  padding-left: 13px;
  padding-top: 4px;
  padding-bottom: 10px;
}
.payo input[type='radio'] {
  z-index: 100;
  margin: 0;
  padding: 0;
  height: 14px;
  position: absolute;
  left: 9px;
  top: calc(50% - 5px);
  cursor: pointer;
}
.payo ul li {
  position: relative;
  padding-left: 40px;
  height: 27px;
}
.payo ul li .prictxtrep {
  font-size: 14px;
}
.payo ul li span,
.payo ul li span {
  margin-left: -10px;
  cursor: pointer;
}
.payo ul {
  list-style-type: none;
  margin: auto;
}
.prictxtrep {
  position: absolute;
  right: 0;
  font-weight: 600 !important;
  color: green !important;
  font-size: 14px !important;
}
.discount_prictxt10 {
  position: absolute;
  top: -13px;
  font-size: 12px;
  right: 3px;
  color: #de0808;
  font-weight: 400;
}
.discount_prictxt {
  position: absolute;
  top: -12px;
  font-size: 12px;
  right: 5px;
  font-weight: 400;
  color: #de0808;
}
.payo input[type='radio']:checked ~ .bullet {
  position: absolute;
  opacity: 1;
  animation-duration: 350ms;
}
.get-services-bg {
  position: relative;
  z-index: 9;
  background: #def6ff;
  color: #000;
}
#get-services {
  padding: 3px 0;
}
.button-three {
  position: relative;
  background-color: #0b8545;
  border: none;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  width: 85%;
}
.button-three:hover {
  color: #fff;
}
.payfordesktop_pri .bodrn {
  border: none !important;
}
-moz-document url-prefix() {
  .payo ul li span,
  .payo ul li span {
    margin-left: 0;
  }
}
.payo ul li span,
.payo ul li span {
  -moz-margin-left: 0;
}
@-moz-document url-prefix() {
  .payo ul li span,
  .payo ul li span {
    margin-left: 0;
  }
}
.Key-Stakeholder {
  padding: 0 60px;
}
.StakeholderTab {
  border-color: #dee2e6;
}
.Key-Stakeholder table tr td p {
  margin-bottom: 0 !important;
  text-align: left !important;
  padding: 4px;
}
.Key-Stakeholder .StakeholderTab tbody tr td th {
  background-image: linear-gradient(to top, #e1e7e8 0, #fff);
  vertical-align: middle;
}
.Key-Stakeholder table tr td:nth-child(1) {
  background-color: #1f4c98;
  vertical-align: middle;
  width: 21% !important;
}
.Key-Stakeholder table .price-analysis-table tr td {
  background-color: #fff !important;
  vertical-align: middle;
  width: 33.33% !important;
}
.Key-Stakeholder table .price-analysis-table .stakeholderFirstTD {
  background-color: #fff !important;
}
#tablewidth tr td:nth-child(1) {
  background-color: #1f4c98;
  vertical-align: middle;
  width: 50% !important;
}
#tablewidth tr td:nth-child(1) ul li {
  color: #fff !important;
}
#tablewidththree tr td:nth-child(1) {
  background-color: #1f4c98;
  vertical-align: middle;
  width: 30% !important;
}
#tablewidththree tr td:nth-child(1) ul li {
  color: #fff !important;
}
.Key-Stakeholder table tbody tr:nth-child(odd) {
  background-color: #fff;
  color: #fff;
}
.Key-Stakeholder table tbody tr:first-child td p strong {
  font-size: 15px !important;
  font-weight: 500 !important;
}
.Key-Stakeholder table tbody tr:first-child {
  background-image: linear-gradient(to top, #e1e7e8 0, #fff);
}
.StakeholderTab tr:nth-child(n + 2) td:first-child p {
  font-weight: 500 !important;
  color: #fff !important;
}
.Key-Stakeholder table tbody tr td p {
  font-size: 15px !important;
}
.Key-Stakeholder table tbody tr .stakeholderFirstTD {
  background: unset !important;
}
.new-servsubMenuList {
  top: 0;
  left: 100%;
  position: absolute;
  background: #fff;
  list-style: none;
  margin-left: 1px;
  padding-left: 0;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}
.servsubMenuList {
  display: none;
}
.servsubMenu:hover .servsubMenuList {
  display: block;
}
.servsubMenu .dropdown-toggle::after {
  transform: rotate(0);
  position: absolute;
  right: 15px;
  top: 20px;
}
.servsubMenu:hover .dropdown-toggle::after {
  transform: rotate(-90deg);
}
.report-wrapper .tabcontent_sect .tabwrapper .tabcont_des p {
  line-height: 1.8 !important;
  margin-bottom: 10px !important;
}
