.section-title {
    margin-bottom: 20px;
}

.section-title h2 {
    font-family: var(--font-noto);
    text-align: center;
    font-size: 35px;
    color: #002f6d;
    margin-bottom: 0;
}

@media (max-width: 1600px) {
    .section-title h2 {
        font-size: 32px;
    }
}

@media (max-width: 1440.99px) {
    .section-title h2 {
        font-size: 30px;
    }
}

@media (max-width: 1366px) {
    .section-title h2 {
        font-size: 25px;
    }
}

@media (max-width: 1200px) {
    .section-title h2 {
        font-size: 23px;
    }
}

@media (max-width: 1024px) {
    .section-title h2 {
        font-size: 20px;
    }
}

/* PROCESS */

.process-container {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000039;
    padding: 25px 15px 70px 15px;
    margin: 65px 85px;
}

.process-container .title-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 25px;
}

.process-container .title-sec h2 {
    font-family: var(--font-noto);
    font-size: 35px;
    line-height: 60px;
    color: #002f6d;
}

.process-container .title-sec p {
    font-size: 20px;
    line-height: 30px;
    color: #434343;
    margin-bottom: 0;
}

.process-container .type-of-development {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}

.process-container .type-of-development span.select2-selection.select2-selection--single {
    width: 450px !important;
    left: 0;
    background: #155A60 0% 0% no-repeat padding-box;
    color: #fff;
    box-shadow: 0px 3px 6px #d8d8d88c;
    border: 1px solid #d1d0ce;
    padding: 10px 40px;
    border-radius: 8px;
    outline: none;
    box-shadow: none;
    height: 50px;
    position: relative;
}

.process-container .type-of-development .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.process-container .type-of-development .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
}

.process-container .type-of-development .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 14px;
    right: 11px;
}

.process-container .type-of-development .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    border: none;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #fff;
}

.process-container .type-of-development .development-type-select option {
    margin: 40px;
    background: #fff;
    color: #444;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.product-table-wrap table {
    margin-bottom: 0;
}

.prod-attr-table-sec {
    padding: 0 200px;
}

.prod-attr-table-sec .image-tile-right {
    background: #e3f2fb;
    border: 3px solid #002f6d;
    position: relative;
}

.prod-attr-table-sec .image-tile-right a:first-child {
    position: absolute;
    width: 100%;
    height: 100%;
}

.prod-attr-table-sec .image-tile-right a+a {
    display: grid;
    grid-template-columns: 200px 1fr;
    height: 100%;
    text-decoration: none;
}

.prod-attr-table-sec .image-tile-right .vial-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.prod-attr-table-sec .image-tile-right .vial-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 15px;
}

.prod-attr-table-sec .image-tile-right .vial-text p {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.prod-attr-table-sec .image-tile-right .vial-text span.field-button-text {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #28a745;
    background: var(--primary-green);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}

@media (max-width: 1600px) {
    .process-container {
        padding: 25px 15px 40px 15px;
        margin-bottom: 60px;
    }

    .process-container .title-sec {
        margin-bottom: 15px;
    }

    .process-container .title-sec h2 {
        font-size: 32px;
    }

    .prod-attr-table-sec {
        padding: 0 100px;
    }
}

@media (max-width: 1440.99px) {
    .process-container .title-sec h2 {
        font-size: 30px;
    }

    .prod-attr-table-sec .image-tile-right a+a {
        grid-template-columns: 170px 1fr;
    }
}

@media (max-width: 1366px) {
    .process-container {
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 45px;
        padding: 25px 25px 40px 25px;
    }

    .process-container .title-sec {
        margin-bottom: 10px;
    }

    .process-container .title-sec h2 {
        font-size: 28px;
    }

    .prod-attr-table-sec {
        padding: 0;
    }
}

@media (max-width: 1200px) {
    .process-container .title-sec h2 {
        font-size: 23px;
    }

    .process-container .type-of-development .development-type-select {
        width: 300px !important;
    }
}

@media (max-width: 1024px) {
    .process-container .title-sec h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .process-container .title-sec p {
        font-size: 13px;
    }

    .process-container .type-of-development .development-type-select {
        width: 65% !important;
    }
}

@media (max-width: 991px) {
    .process-container .title-sec h2 {
        text-align: center;
    }

    .process-container .title-sec p {
        font-size: 12px;
    }

    .process-container .title-sec {
        margin-bottom: 20px;
    }

    .process-container .line_box h4 {
        font-size: 12px;
    }

    .process-container .timeline-item:nth-child(even) .timeline-title h4 {
        transform: none;
        white-space: normal;
        position: relative;
        top: 75px;
    }

    .prod-attr-table-sec .image-tile-right .vial-text p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .process-container .title-sec {
        padding: 0 25px;
        text-align: center;
    }

    .process-container .title-sec p {
        text-align: center;
        line-height: 22px;
    }

    .process-container .type-of-development .development-type-select {
        width: 90% !important;
    }

    .prod-attr-table-sec .image-tile-right a+a {
        grid-template-columns: 150px 1fr;
    }
}

@media (max-width: 680px) {
    .process-container .type-of-development span.select2-selection.select2-selection--single {
        width: 350px !important;
        margin: 0 auto;
        padding: 10px 20px;
        position: relative;
    }

    .process-container .type-of-development .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 5px;
    }
}

@media (max-width: 500px) {
    .process-container {
        margin: 0;
        padding-bottom: 15px;
    }

    .process-container .type-of-development span.select2-selection.select2-selection--single {
        width: 300px !important;
    }

    #daikyoInteractive .component.promo-tile .component-content .container-fluid {
        padding: 0;
    }

    .process-container .line_box {
        flex-direction: column;
        margin-bottom: 0;
    }

    .process-container .timeline {
        margin-bottom: 0;
    }

    .process-container .timeline-item {
        padding: 12px 0;
    }

    .process-container .timeline-item:after {
        left: 50%;
        width: 25%;
        top: 28px;
        transform: translateX(-50%) rotate(90deg);
    }

    .process-container .timeline-item:not(:first-child):before {
        display: none;
    }

    .process-container .timeline-item .timeline-title h4 {
        position: relative !important;
        top: 0 !important;
        z-index: 2;
        background-color: #fff;
    }

    .process-container .line_box .timeline-item a {
        top: -65px;
        height: 20px;
        width: 20px;
    }

    .process-container .timeline-item:last-child:after {
        top: 10px;
    }

    .process-container .expanded-circle {
        width: 160px;
        height: 160px;
        top: -70px;
        left: 50%;
        transform: translateX(-50%);
    }

    .process-container .expanded-circle .expanded-para {
        font-size: 10px;
        line-height: 14px;
        padding: 2px;
    }

    .process-container .expanded-circle .expanded-title {
        font-size: 13px;
        padding: 2px;
        margin-bottom: 4px;
    }

    .prod-attr-table-sec .image-tile-right a+a {
        grid-template-columns: 1fr;
    }

    .prod-attr-table-sec .image-tile-right .vial-image img {
        height: 150px;
        object-fit: contain;
    }

    .process-container .title-sec {
        padding: 0;
        margin-bottom: 10px;
    }

    .process-container .title-sec h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .process-container .type-of-development .development-type-select {
        width: 100% !important;
        padding: 10px 35px;
    }
}

.product-attributes-header {
    margin-top: 0 !important;
    padding-top: 25px !important;
    padding: 0 !important;
    padding-top: 25px !important;
    margin: 0 !important;
    box-shadow: none;
}

.prod-attr-wrapper {
    max-width: 100%;
    margin: 0 auto;
}

.prod-attr-wrapper .prod-inner-wrapper {
    box-shadow: 0px 3px 6px #969696a3;
    padding: 20px 30px 30px 30px;
}

.prod-head {
    font-family: var(--font-noto);
    letter-spacing: 0.25px;
    color: #002f6d !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 20px;
}

.prod-attr-wrapper .table-head {
    text-align: center;
    letter-spacing: 0px;
    color: #002f6d;
    font-style: italic;
    font-size: 16px;
    font-weight: 600;
}

.prod-attr-wrapper p {
    text-align: left;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    margin-bottom: 0;
}

.prod-attr-wrapper .table-bordered tbody>tr:nth-child(even) {
    background: #edf5ec;
    color: #fff;
}

.spec-head p {
    text-align: left;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 14px;
    color: #155a60;
    font-style: normal;
}

.prod-attr-wrapper .blue-text {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #002f6d;
    vertical-align: middle;
}

.top-head.spec-head {
    background: linear-gradient(to left, #bfdabd 0%, #8eae89 31%, #8eae89 100%);
}

.top-head.spec-head .left-space p {
    color: #fff !important;
    padding-top: 5px;
    font-style: italic;
}

.product-attributes h4 {
    margin-bottom: 0;
}

/* .top-head::after {content: "";position: absolute;left: 0;right: 0;bottom: 0;height: 2px;width: 100%;background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(9, 9, 121, 1) 14%, rgba(104, 202, 225, 1) 36%);} */
.left-space {
    padding-left: 35px !important;
}

.product-table-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

@media (max-width: 1920px) {
    .component.title-text.meet-your-milestone-learn-more + div#productattributes .product-attributes-header.p-md-5 {
        padding-top: 25px !important;
    }
    .product-attributes-header.p-md-5 {
        padding: 0 1rem !important;
    }

    .product-attributes-header {
        margin: 15px 0px !important;
    }
}

@media (max-width: 1536px) {
    .product-attributes .px-7 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
}

@media (max-width: 1024px) {
    .prdt-main-row {
        /* grid-column: 1 / span 3; */
    }

    .product-table-wrap {
        grid-template-columns: 1fr;
    }

    .prod-attr-table-sec .image-tile-right .vial-image {
        padding: 10px;
    }
}

@media (max-width: 991px) {
    .product-table-wrap {
        display: block;
    }

    .prod-attr-table-sec .image-tile-right {
        margin-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .prdt-main-row table {
        table-layout: fixed;
    }

    .cell-min-width {
        width: 200px;
    }

    .prod-attr-wrapper .prod-inner-wrapper {
        padding: 15px;
    }

    .description-td {
        width: 40%;
    }

    .left-space {
        padding-left: 15px !important;
    }

    .product-attributes-header>.px-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .product-attributes-header {
        padding-top: 0 !important;
    }

    .product-table-wrap {
        grid-row-gap: 10px;
    }

    .product-attributes-header.p-md-5 {
        padding: 0 !important;
    }

    .prod-attr-table-sec .image-tile-right {
        margin-top: 15px;
    }
}

/* CSS FOR DAIKYO COMMON */
.intro-banner h1 {
    font-size: 35px;
    color: #002f6d;
}

.py-4.mobile-p.banner-sub-text.primary-black-text.main-heading-subtext.field-intro-text {
    padding-right: 130px !important;
    font-size: 18px;
}

.related-categories h4 {
    font-size: 35px;
}

.component.promo-tile.meet-your-milestone-challenge-block .case-studies-top .case-studies-description {
    margin-bottom: 5px;
}

.component.promo-tile.meet-your-milestone-challenge-block .case-studies-top .case-studies-description p {
    margin-bottom: 0;
}


@media (max-width: 1600.99px) {
    .related-categories h4 {
        font-size: 32px;
    }

    .intro-banner h1 {
        font-size: 32px;
    }
}

@media (max-width: 1440.99px) {
    .intro-banner h1 {
        font-size: 30px;
    }

    .related-categories h4 {
        font-size: 30px;
    }

    .py-4.mobile-p.banner-sub-text.primary-black-text.main-heading-subtext.field-intro-text {
        font-size: 17px;
    }
}

@media (min-width: 1367px) and (max-width: 1440.99px) {
    .component.promo-tile.meet-your-milestone-challenge-block .case-studies-title {
        font-size: 26px;
    }
}

@media (max-width: 1366px) {
    .intro-banner h1 {
        font-size: 25px;
    }

    .related-categories h4 {
        font-size: 28px;
    }
}

@media (max-width: 1296.99px) {
    .py-4.mobile-p.banner-sub-text.primary-black-text.main-heading-subtext.field-intro-text {
        padding-right: 90px !important;
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .intro-banner h1 {
        font-size: 23px;
    }

    .py-4.mobile-p.banner-sub-text.primary-black-text.main-heading-subtext.field-intro-text {
        padding-right: 20px !important;
        font-size: 15px;
    }

    .component.promo-tile.meet-your-milestone-challenge-block .case-studies-title {
        font-size: 23px;
    }

    .related-categories h4 {
        font-size: 23px;
    }
}