.faq {
  padding-top: 40px;
}
.faq .faq-list {
  /*padding-right: 0 100px*/
  width: 75% !important;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 4px;
}

.faq .faq-list li {
  padding: 15px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  line-height: 24px;
  outline: 0;
  color: #c40406;
  font-weight: 700;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #500000;
}

.faq .faq-list .icon-close,
.faq .faq-list .icon-show {
  font-size: 24px;
  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;
}

.faq .faq-list a.collapsed:hover {
  color: #c40406;
}

.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: 15px !important;
}

.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 #500000;
  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: #500000;
  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: #102742;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  border-radius: 0.25rem;
  cursor: pointer;
}

.innerpage {
  padding-bottom: 30px;
}

.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: 12px;
}

.tabsection .navtop {
  border-bottom: 5px solid #500000;
}

.tabsection .nav-pills .nav-link {
  border-radius: 0;
  background: #dadfe5;
  color: #0f2640;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 25px;
  margin-right: 5px;
}

.position-sticky {
  top: 58px;
  background: #fff;
  z-index: 100;
}

.tabsection .nav-pills .nav-link:hover {
  color: #500000;
  background: #f1f1f1;
}

.tabsection .nav-pills .nav-link.active,
.tabsection.nav-pills .show > .nav-link,
.tabsection.nav-pills .show > .nav-link:hover {
  background: #000000;
  color: #fff;
}

.tabsection .tab-content {
  padding: 20px;
}

.tabsection .tab-content h2 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin: 20px 0;
}

.tabsection .tab-content h2::after {
  content: url(https://www.themarketintelligence.com/assets/img/TMI_Line_new_changes_v1.svg);
  display: flow-root;
  margin-top: -9px;
  width: 20%;
}

.tab-content h2 span,
.tab-content h2 u {
  text-decoration: unset !important;
}

.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: #8b0304;
}

.faq-list h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #000;
  font-size: 1.2rem;
}

.tabsection .tab-content p {
  text-align: justify;
}

.tabsection .tab-content img {
  border-radius: 4px;
  box-shadow: 0 0 10px #ccc;
  margin: 15px 0;
  background: #fff;
}

.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 {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#rd_table caption {
  caption-side: top;
  color: #112a46;
  font-weight: bold;
  text-align: center;
}

#rd_table th {
  background: #910f10;
  color: white;
  text-align: left;
  padding: 8px;
  border: 1px solid #910f10;
  border-bottom: 2px solid #910f10;
}

#rd_table td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

#rd_table tr:nth-child(even) {
  /* background-color: #f3f5fa; */
  border-right: 1px solid;
}

#rd_table tr:hover {
  background-color: #dadfe5;
}

@media (min-width: 360 and max-width:560) {
  .img-hero {
    width: 100%;
    padding-left: 0;
  }
}

#hero h1,
.section-title h2 {
  color: #000 !important;
}

.bg-patten {
  background: url(../img/trangular_pattern_background.svg) no-repeat 0 116px
    fixed;
}

#hero {
  background: url(../img/Header_New_high_dimension.webp) no-repeat !important;
  background-position: 0% 0% !important;
  height: 315px;
}

@media (min-width: 1024px) {
  #hero {
    background: url(../img/TMI_Header_img_low.webp) no-repeat !important;
    background-position: 0% 0% !important;
    height: 315px;
  }
}

@media (min-width: 1300px) {
  #hero {
    background: url(../img/Header_New_high_dimension.webp) no-repeat !important;
  }
}

.report_paraTitle {
  font-size: 14px;
  font-family: sans-serif;
  margin-bottom: 0.5rem !important;
}

.home_web {
  color: #8b0304;
}

.sub_menuReports {
  color: #c40406;
  font-weight: 600;
  cursor: pointer;
}

.enquiry_request {
  background: #ef001f !important;
  color: #fff !important;
}

.clients_slider_123 {
  margin: 15px 31px 4px !important;
  height: 44px !important;
}

.button_image_Sample {
  height: 41px !important;
  width: auto;
  margin: 1px 0 !important;
  filter: drop-shadow(-5px 4px 1px #b6b5b5);
  background: unset !important;
  box-shadow: unset !important;
}

.button_image_Sample:hover {
  filter: drop-shadow(-5px 7px 7px #636363);
  transition:
    transform 0.4s ease-in 0s,
    filter 0.2s ease-out 0s;
  transform: scale(1.06);
}

#breadcrumbs ol li a,
#breadcrumbs ol li {
  color: #fff;
}
.report-data {
  display: flex;
  flex-wrap: wrap;
}
.btn-row {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.position-sticky-mobile {
  display: none;
}

@media (max-width: 1199px) {
  .order_this_button {
    font-size: 10px !important;
    padding: 0 10px;
  }

  .right_side {
    font-size: 10px;
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  #hero {
    height: 380px;
  }

  .whitebox h1 {
    font-size: 16px !important;
  }
  .faq .faq-list {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .breadcrumbs {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .btn-row {
    flex-direction: column;
  }
  #hero {
    height: 420px;
  }
  .report-info {
    font-size: 12px;
  }
  .breadcrumbs ol {
    font-size: 12px;
  }
  .whitebox h1 {
    font-size: 14px !important;
  }
}

@media (max-width: 575px) {
  .position-sticky-mobile {
    display: flex;
  }
  .req-btn {
    display: none;
  }
  /* .requestbtn-mobile{
        display: block;
        width: 100%;
    }

    li.requestbtn-mobile .nav-link{
        display: flex !important;
    } */
}
