body,
html {
  overflow-x: hidden;
}

.section_box {
  background: var(--dark-1);
  border: 1px solid rgba(67, 223, 196, 0.42);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  padding: 20px;
}

/****************************************  Start sample description Section */

section.sample_desc {
  padding: 100px 0 50px;
}
section.sample_desc .section_title {
  text-align: center;
  color: var(--text-white);
  margin-bottom: 60px;
  position: relative;
}

section.sample_desc .section_title::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -20px;
  right: calc(50% - 40px);
  height: 2px;
  width: 80px;
  background-color: var(--green-accent-lighter);
  box-shadow: 0px 3px 5px 0px var(--green-accent-lighter);
}

section.sample_desc .section_title + p {
  text-align: center;
  color: var(--text-white);
  margin-bottom: 50px;
  font-size: 18px;
}

section.sample_desc .section_box p {
  color: var(--transWhite);
  padding: 20px 100px;
  text-align: justify;
}
/****************************************  End sample description Section */

/****************************************  Start sample attributes Section */

section.sample_attributes {
  padding: 50px 0;
}

section.sample_attributes .section_title {
  color: var(--green-accent-lighter);
  text-align: center;
  margin-bottom: 40px;
  font-size: 25px;
}
section.sample_attributes .section_box {
  padding: 40px 20px 50px;
}
section.sample_attributes .section_box table {
  color: var(--text-white);
  width: 90%;
  margin: 0 auto;
  border: none;
  border-left: 1px solid rgba(67, 223, 196, 0.24);
  text-align: center;
}
section.sample_attributes .section_box table th,
section.sample_attributes .section_box table td {
  padding: 10px;
}
section.sample_attributes .section_box table thead tr,
section.sample_attributes .section_box table tfoot tr {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--green-accent-lighter);
}
section.sample_attributes .section_box table thead tr th {
  border-color: rgba(67, 223, 196, 0.24);
}
section.sample_attributes .section_box table tr td:first-of-type,
section.sample_attributes .section_box table tr th:first-of-type {
  color: var(--green-accent-lighter);
}
section.sample_attributes .section_box table tr.gender th {
  font-weight: normal;
  border: none;
  color: #FFFFFF;
}
section.sample_attributes .section_box table tr.gender th:nth-of-type(odd) {
  background-color: var(--blue-accent-lighter);
}
section.sample_attributes .section_box table tr.gender th:nth-of-type(even) {
  background-color: var(--green-accent-lighter);
}
section.sample_attributes .section_box table tr.gender th:first-of-type,
section.sample_attributes .section_box table tr.gender th:nth-of-type(2) {
  background-color: transparent;
}
section.sample_attributes .section_box table tr td {
  border-width: 0 0 0 1px;
}
section.sample_attributes .section_box table tr.gender ~ tr td:nth-of-type(odd) {
  border: none !important;
}
section.sample_attributes .section_box table tr.gender ~ tr td:first-of-type {
  border-left: 1px solid rgba(67, 223, 196, 0.24) !important;
}
section.sample_attributes .section_box table tr.gender + tr td {
  padding-top: 25px !important;
}

section.sample_attributes .section_box table tfoot tr th {
  border-width: 0 !important;
  font-weight: normal;
}
section.sample_attributes .section_box table tfoot tr th:nth-of-type(even) {
  /* border-width: 0 0 0 1px !important; */
  border-left: 1px solid rgba(67, 223, 196, 0.24) !important;
}
section.sample_attributes .section_box table tfoot tr th:last-of-type {
  border-left: 1px solid var(--green-accent-lighter) !important;
}
section.sample_attributes .section_box table .row_title {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
  position: relative;
}
section.sample_attributes .section_box table thead tr th:first-of-type {
  position: relative;
}
section.sample_attributes .section_box table .row_title:after,
section.sample_attributes .section_box table thead tr th:first-of-type::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 100%;
  border-top: 10px solid var(--dark-1);
  border-bottom: 10px solid var(--dark-1);
  position: absolute;
  top: 0;
  left: -2px;
}
section.sample_attributes .section_box table thead tr th:first-of-type::after {
  border-color: #0e3747;
}
section.sample_attributes .section_box table tbody tr:first-of-type td,
section.sample_attributes .section_box table tbody tr:nth-of-type(2) td,
section.sample_attributes .section_box table tbody tr:nth-of-type(3) td {
  font-weight: bold;
}

/****************************************  End sample attributes Section */

/****************************************  Start chart_7 Section */

section.chart_7 .section_box {
  padding: 30px 20px;
}
section.chart_7 .section_box {
  background-image: url("../images/backgrounds/poly-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

section.chart_7 .section_box .section_title {
  text-align: center;
  color: var(--text-white);
  margin-bottom: 60px;
  font-size: 25px;
}

section.chart_7 .section_box ul.chart_list {
  font-family: Almarai-Bold;
  list-style-type: none;
  padding: 30px;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

section.chart_7 .section_box ul.chart_list li {
  display: inline-flex;
  align-items: center;
  margin-left: 30px;
  justify-content: space-between;
  margin-bottom: 10px;
  color: var(--transWhite);
}

section.chart_7 .section_box ul.chart_list li span.legend {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #333;
  border-radius: 50%;
  margin-left: 15px;
}

/****************************************  End chart_7 Section */

/****************************************  Start sample statistics Section */

section.sample_statistics {
  padding: 100px 0;
}

section.sample_statistics .section_title {
  text-align: center;
  color: var(--text-white);
  margin-bottom: 60px;
  position: relative;
}

section.sample_statistics .section_title::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -20px;
  right: calc(50% - 40px);
  height: 2px;
  width: 80px;
  background-color: var(--green-accent-lighter);
  box-shadow: 0px 3px 5px 0px var(--green-accent-lighter);
}
section.sample_statistics.noBackground {
  background-color: transparent;
}
section.sample_statistics.noBackground::before {
  display: none;
}

section.sample_statistics.noBackground::after {
  display: none;
}

section.sample_statistics {
  position: relative;
  z-index: 0;
}
section.sample_statistics .item {
  position: relative;
  z-index: 1;
}
section.sample_statistics .card_body {
  height: 600px;
  color: var(--transWhite);
  background-color: var(--dark-1);
  border: 1px solid rgba(67, 223, 196, 0.11);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    padding-top: 40px;
}

section.sample_statistics.noBackground .card_body {
  height: 650px;
}

section.sample_statistics.noBackground {
  padding: 40px 0 100px;
}

section.sample_statistics ul.chart_1_list {
  font-family: Almarai-Regular;
  list-style-type: none;
  padding: 30px;
}

section.sample_statistics ul.chart_1_list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
section.sample_statistics ul.chart_1_list li span.legend,
section.sample_statistics ul.chart_2_list li span.legend {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 15px;
}
section.sample_statistics ul.chart_1_list li span.percentage {
  margin-left: 10px;
  color: var(--text-white);
}
section.sample_statistics ul.chart_1_list li span.legend_holder {
  display: inline-flex;
  align-items: center;
}

section.sample_statistics ul.chart_2_list {
  font-family: Almarai-Regular;
  padding: 40px;
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  margin-top: 60px;
}

section.sample_statistics ul.chart_2_list li {
  display: inline-flex;
  align-items: center;
  position: relative;
}

section.sample_statistics ul.chart_2_list li span.percentage {
  position: absolute;
  top: -45px;
  right: 8px;
  font-size: 24px;
  font-weight: bold;
  color: var(--text-white);
}
section.sample_statistics::before {
  top: -40%;
  height: 150%;
}

section.sample_statistics ul.chart_5_list {
  padding: 30px 20px;
  margin-top: 40px;
}

section.sample_statistics ul.chart_6_list {
  display: flex;
  justify-content: space-between;
  padding: 30px 30px 0;
  margin: 0;
}
section.sample_statistics ul.chart_6_list:first-of-type {
  margin-top: 60px;
}
section.sample_statistics ul.chart_6_list li {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 0;
  flex-grow: 0;
  text-align: center;
}
section.sample_statistics ul.chart_6_list li span.legend {
  margin: 0;
  margin-bottom: 10px;
}
section.sample_statistics ul.chart_6_list li span.percentage {
  margin: 0;
}

section.sample_statistics  .card_header {
  padding: 20px;
  white-space: nowrap;
  background-color: var(--bg-first);
  background-size: contain;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0 19px 30px -20px #dcdcdc;
  box-shadow: 0 19px 30px -20px #dcdcdc;
}
section.sample_statistics  .card_header::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-image: url("../images/backgrounds/dashed-white-circle-large-gap.png");
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-size: contain;
  opacity: 0.5;
}

section.sample_statistics::before {
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50px;
  left: -100px;
  width: 115%;
  height: 100%;
  border-radius: 50%;
  background: var(--dark-2);
  z-index: 0;
}

section.sample_statistics::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: -80px;
  left: 0;
  background-image: url(../images/backgrounds/other-cases-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  opacity: 0.2;
}

section.sample_statistics > span.other_cases_bg {
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  bottom: -90px;
  left: 110px;
  background-image: url("../images/backgrounds/other-cases-bg-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
}
section.sample_statistics > span.other_cases_bg img {
  width: 80px;
  position: absolute;
  bottom: 40px;
  right: -30px;
}

/****************************************  End sample statistics Section */




/***************************************** Start Media */

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
  section.sample_desc .section_box p {
    padding: 20px 50px;
  }
  section.sample_attributes .section_title {
    font-size: 22px;
  }
  section.sample_statistics ul.chart_1_list {
    padding: 30px 15px;
  }
  section.sample_statistics .card_header h5 {
    font-size: 18px;
  }
  section.sample_statistics ul.chart_1_list li {
    /* font-size: 14px; */
  }
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
  section.sample_attributes .section_title {
    line-height: 1.5;
  }
  section.sample_statistics .item {
    margin-bottom: 30px;
  }
  section.sample_statistics ul.chart_6_list:first-of-type {
    margin-top: 30px;
}
section.sample_statistics ul.chart_6_list {
  justify-content: space-around;
}
section.sample_statistics ul.chart_6_list li {
  font-size: 14px;
}
section.sample_statistics ul.chart_1_list {
  padding: 15px 15px;
}
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  section.sample_desc .section_box p {
    padding: 20px;
  }
  section.chart_7 .section_box .section_title {
    font-size: 22px;
    line-height: 1.5;
  }
  section.chart_7 .section_box ul.chart_list li {
    font-size: 14px;
    margin-left: 20px;
  }
  section.chart_7 .section_box ul.chart_list li span.legend {
    width: 15px;
    height: 15px
  }
  section.sample_statistics ul.chart_1_list {
    padding: 30px 15px;
}
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

}
@media (max-width: 476px) {
}

@media (max-width: 380px) {
}

/****************************************** End Media **/
