.home_banner.brochures_listing_banner.specimen_banner_sec .breadcrum ul li {
    color: var(--theme-light-blue);
}
.home_banner.brochures_listing_banner.specimen_banner_sec .breadcrum ul li a {
    color: var(--theme-white-color);
}
.home_banner.brochures_listing_banner.specimen_banner_sec .breadcrum ul {
    color: var(--theme-white-color);
}
.home_banner.brochures_listing_banner.specimen_banner_sec .home_bnr_cnt .title_xxl {
    color: var(--theme-white-color);
}
.home_banner.brochures_listing_banner.specimen_banner_sec {
    border-bottom: 12px solid var(--theme-light-blue);
}
.home_banner.brochures_listing_banner.specimen_banner_sec  .home_bnr_cnt {
    top: 32%;
}
.overview_part.fs_regular.specieme-overview .wrapper {
    text-align: center;
}
.overview_part.fs_regular.specieme-overview .wrapper .title_large {
    color: var(--theme-specimen-heading-light);
    padding-bottom: 6px;
}
.overview_part.fs_regular.specieme-overview .wrapper p {
    color: var(--theme-black-gray-light);
    max-width: 81.875vw;
    margin: auto;
}
.inclusive_genes_coverage .inclusive_g_c_inner h2.title_xl {
    color: var(--theme-dark-blue);
}

.inclusive_genes_coverage.overview_inclusive_genes .title_large  {
    color: var(--theme-specimen-heading-light);
    text-align: center;
}
.inclusive_genes_coverage.overview_inclusive_genes .inclusive_g_c_row .inclusive_g_c_col {
    text-align: center;
    padding: 1.82292vw 12px;
}

.inclusive_genes_coverage.overview_inclusive_genes .inclusive_g_c_row .inclusive_g_c_col .title_regular {
    color: var(--theme-specimen-heading-light);
    position: relative;
}

.inclusive_genes_coverage.overview_inclusive_genes .inclusive_g_c_row .inclusive_g_c_col .title_regular::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: var(--theme-specimen-bottom-line);
}
.inclusive_genes_coverage.overview_inclusive_genes .inclusive_g_c_row .inclusive_g_c_col p {
    color: var(--theme-black-gray-light);
}
.inclusive_genes_coverage.overview_inclusive_genes .inclusive_g_c_row .inclusive_g_c_col ul {
    list-style-type: disc;
    text-align: left;
    padding-left: 2.60417vw;
    padding-top: 1.04167vw;
    color: var(--theme-black-gray-light);
}
.inclusive_genes_coverage.overview_inclusive_genes .inclusive_g_c_inner .common_btn a span svg {
    fill: #44bde4;
}
.inclusive_genes_coverage.overview_inclusive_genes .inclusive_g_c_inner .common_btn a {
    text-decoration: none;
}
.assay_specification_section.overview_assay_specification_sec .assay_specification_inner {
    padding-left: 6.77083vw;
    padding-right: 6.77083vw;
}
.assay_specification_section.overview_assay_specification_sec .assay_specification_inner p {
    max-width: 100%;
}
.assay_specification_section.overview_assay_specification_sec .assay_specification_inner p {
    color: var(--theme-black-gray-light);
}
.assay_specification_section.overview_assay_specification_sec .assay_specification_col {
    background: var(--theme-white-color);
    padding: 1.5625vw 2.34375vw 4.42708vw 2.34375vw;
    width: 48%;
    border-radius: 1.30208vw;
    -webkit-border-radius: 1.30208vw;
    -moz-border-radius: 1.30208vw;
    -ms-border-radius: 1.30208vw;
    -o-border-radius: 1.30208vw;
}
.assay_specification_section.overview_assay_specification_sec .assay_specification_row {
    align-items: stretch;
    column-gap: 2.60417vw;
    row-gap: 2.60417vw;
    flex-wrap: wrap;
}
.assay_specification_section.overview_assay_specification_sec .assay_specification_col .title_regular {
    color: var(--theme-specimen-heading-light);
    position: relative;
}

.assay_specification_section.overview_assay_specification_sec .assay_specification_col .title_regular::before {
    content: "";
    position: absolute;
    bottom: -0.9375vw;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: var(--theme-specimen-bottom-line);
}

.assay_specification_section.overview_assay_specification_sec .assay_specification_col ul {
    padding-top: 2.56458vw;
}
.assay_specification_section.overview_assay_specification_sec .assay_specification_col ul li {
    color: var(--theme-black-gray-light);
}
.assay_specification_section.overview_assay_specification_sec .assay_specification_col p {
    text-align: left;
}
.assay_specification_section.overview_assay_specification_sec {
    padding-bottom: 5.20833vw;
}


.genome_sequencing_section {
    position: relative;
    width: 100%;
    padding-top: 4.8vw;
}
.genome_sequencing_section .title_large {
    text-align: center;
    color: var(--theme-specimen-heading-light);
}
.genome_sequencing_inner {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1.66667vw;
    padding-left: 9.59vw;
    padding-right: 9.59vw;
    padding-top: 1.36458vw;
}
.genome_sequencing_left {
    overflow: hidden;
    width: 45%;
    position: relative;
    border-radius: 1.04167vw;
    -webkit-border-radius: 1.04167vw;
    -moz-border-radius: 1.04167vw;
    -ms-border-radius: 1.04167vw;
    -o-border-radius: 1.04167vw;
}
.genome_sequencing_left img {
    width: 100%;
}
.genome_sequencing_right {
    width: 55%;
}
.genome_sequencing_right ul {
    list-style-type: disc;
    padding-left: 1.66667vw;
    color: var(--theme-black-gray-light);
}
.inclusive_genes_coverage.overview_inclusive_genes {
    padding-top: 4.09vw;
}
.assay_specification_section.overview_assay_specification_sec .title_large {
    text-align: center;
    color: var(--theme-specimen-heading-light);
}

/* .assay_specification_section.overview_assay_specification_sec .explore_btn .common_btn a svg {
    fill: #01c1f2;
}
 */
@media screen and (max-width: 1199px) {
.inclusive_genes_coverage.overview_inclusive_genes .inclusive_g_c_row .inclusive_g_c_col {
    padding: 1.82292vw 8px;
}
.inclusive_genes_coverage.overview_inclusive_genes .inclusive_g_c_row .inclusive_g_c_col ul {
    padding-top: 20px;
}
.assay_specification_section .assay_specification_inner p {
    padding-top: 32px;
}
}
@media screen and (max-width: 991px) {
.genome_sequencing_inner {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 3.36458vw;
}
.genome_sequencing_right ul {
    padding-left: 3.66667vw;
}
.inclusive_genes_coverage.overview_inclusive_genes .inclusive_g_c_row .inclusive_g_c_col {
    padding: 25px;
}
.assay_specification_section.overview_assay_specification_sec .assay_specification_col {
    padding: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.inclusive_genes_coverage.overview_inclusive_genes .inclusive_g_c_row .inclusive_g_c_col .title_regular {
    font-size: 22px;
}
.inclusive_genes_coverage.overview_inclusive_genes .inclusive_g_c_row .inclusive_g_c_col p {
    padding-top: 32px;
}
.inclusive_genes_coverage.overview_inclusive_genes .inclusive_g_c_row .inclusive_g_c_col .title_regular::before {
    bottom: -15px;
}
.inclusive_genes_coverage.overview_inclusive_genes .inclusive_g_c_row .inclusive_g_c_col ul {
    padding-top: 35px;
    padding-bottom: 25px;
    
}
.assay_specification_row .assay_specification_col ul {
    padding-left: 2.30208vw;
}
.assay_specification_section.overview_assay_specification_sec .assay_specification_inner {
    padding-left: 4.77083vw;
    padding-right: 4.77083vw;
}
.assay_specification_section.overview_assay_specification_sec .assay_specification_col .title_regular {
    font-size: 22px;
    line-height: normal;
    
}
.assay_specification_section.overview_assay_specification_sec .assay_specification_col {
    width: 100%;
}
.assay_specification_section.overview_assay_specification_sec .assay_specification_col .title_regular::before {
    bottom: -15px;
}
.assay_specification_section.overview_assay_specification_sec .assay_specification_col ul {
    padding-top: 35px;
}

}
@media screen and (max-width: 767px) {
    
.home_banner.brochures_listing_banner.specimen_banner_sec  .home_bnr_cnt {
    top: 40%;
}
.home_banner.brochures_listing_banner.specimen_banner_sec .banner_img img {
    height: 270px;
}
.overview_part.fs_regular.specieme-overview .wrapper .title_large {
    font-size: 25px;
    padding-bottom: 15px;
}
.overview_part.fs_regular.specieme-overview .wrapper p {
    max-width: 100%;
}
.genome_sequencing_section {
    padding-top: 10.25vw;
}
.genome_sequencing_inner {
    padding-top: 25px;
    flex-wrap: wrap;
    row-gap: 25px;
}
.genome_sequencing_left,
.genome_sequencing_right {
    width: 100%;
}
.genome_sequencing_right ul {
    padding-left: 40px;
}
.genome_sequencing_section .title_large {
    font-size: 25px;
    line-height: normal;
}
.assay_specification_section.overview_assay_specification_sec .title_large { 
 font-size: 25px;
    line-height: normal;
		}
.inclusive_genes_coverage.overview_inclusive_genes .title_large {
    font-size: 25px;
    line-height: normal;
}
.inclusive_genes_coverage.overview_inclusive_genes {
    padding-bottom: 30px;
}
.assay_specification_section.overview_assay_specification_sec .assay_specification_row {
    row-gap: 25px;
}
.assay_specification_row .assay_specification_col ul {
    padding-left: 25px;
}
.inclusive_genes_coverage.overview_inclusive_genes .inclusive_g_c_row .inclusive_g_c_col p {
    padding-left: 0px;
    padding-right: 0px;
}
	.assay_specification_section.overview_assay_specification_sec p {
    padding-top: 25px;
}
}