.faq {
  padding-top: 40px;
}
.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: 15px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

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

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

.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: #37517e;
  transition: 0.3s;
}

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

.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: #002d00;
  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 #028aca;
  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: #028aca;
  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 #002d00;
}

.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: 80px;
  background: #fff;
  z-index: 100;
}

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

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

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

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

.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: #0e0e0e;
}

.faq-list h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #0f2640;
  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: #f8f8f8;
}

.tabsection .tab-content .img-hero {
  list-style: none;
  float: right;
  width: 50%;
}

.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: #002d00;
  font-weight: bold;
  text-align: center;
}

#rd_table th {
  background: #002d00;
  color: white;
  text-align: left;
  padding: 8px;
  border: 1px solid #002d00;
  border-bottom: 2px solid #028aca;
}

#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;
}

.tabsection .tab-content .img-hero {
  float: unset;
  width: 100%;
  padding: 0px;
}

.report_graph {
  /* Previously set. Commented on 18/12/2024 */
  /* width: 80% !important;
    height:  unset !important; */

  width: unset !important;
  height: 345px !important;
}
.test {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.tabsection .tab-content .report_graph {
  box-shadow: unset;
  background: unset;
}

.report_piechart1 {
  box-shadow: none !important;
  width: 643.467px !important;
  height: 345px !important;
}

.report_world_map1 {
  box-shadow: none !important;
  width: 643.467px !important;
}

.tabsection .tab-content img {
  background: unset;
}

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

  .request_sample_btn {
    width: 205px !important	;
  }

  button.button.button4.button_image {
    font-size: 12px;
    padding: 5px;
    margin: 1px 4px;
    height: 35px !important;
  }
  .test p {
    text-align: center !important;
  }

  .report_graph {
    width: unset !important;
    height: 220px !important;
  }
  .report_piechart1 {
    height: 220px !important;
  }
}


@media(min-width:768px) and (max-width:991px){
  .buttons_section {
    text-align: center !important;
}
}