/*////////////////////////////////////////////////////// Responsive CSS Structure //////////////////////////////////////////////////////*/
@media (min-width: 1200px) and (max-width: 1920px) {}

@media (min-width: 1200px) and (max-width: 1399px) {}

@media (min-width: 1200px) {
    .container {
        max-width: 1040px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 42px;
    }

    h3 {
        font-size: 35px;
    }

    h4 {
        font-size: 30px;
    }

    h5 {
        font-size: 25px;
    }

    h6 {
        font-size: 22px;
    }

    .main-title {
        font-size: 50px;
    }

    .section-title {
        font-size: 42px;
    }

    .block-title {
        font-size: 33px;
    }

    .block-small-title {
        font-size: 25px;
    }

    .paragraph-large {
        font-size: 22px;
    }

    .common-mt-75 {
        margin-top: 60px;
    }

    .common-mt-50 {
        margin-top: 42px;
    }

    .common-mb-75 {
        margin-bottom: 60px;
    }

    .common-mb-50 {
        margin-bottom: 42px;
    }

    .common-pt-75 {
        padding-top: 60px;
    }

    .common-pt-50 {
        padding-top: 42px;
    }

    .common-pb-75 {
        padding-bottom: 60px;
    }

    .common-pb-50 {
        padding-bottom: 42px;
    }

    /* home page */
    .banner-section.home-banner-section .banner-description {
        padding: 150px 0;
    }

    .banner-section.home-banner-section .banner-detail {
        font-size: 33px;
    }

    .banner-section.home-banner-section .scroll-to-section {
        bottom: 42px;
    }

    /* home page */

    /* innovation page */
    .banner-section.innovation-banner-section .banner-description {
        padding-left: calc(50vw - 473px);
    }

    /* innovation page */

    /* services page */
    .banner-section.services-banner-section .banner-content {
        padding: 100px 0 125px;
    }

    /* services page */

    /* company page */
    .banner-section.company-banner-section .banner-description {
        padding-left: calc(50vw - 473px);
    }

    /* company page */

    /* blastomabrain page */
    .neural-tissue-section .neural-tissue-block {
        margin-bottom: 42px;
    }

    /* blastomabrain page */

    /* footer */
    .footer .f-block>* {
        margin-bottom: 28px;
    }

    /* footer */
}

@media (max-width: 991px) {

    /* header */
    .header .h-top {
        padding: 8px 0;
    }

    .header .h-top ul li {
        font-size: 14px;
    }

    .header .h-bottom .h-content {
        padding: 15px 0;
    }

    .header .navbar .navbar-brand {
        width: 200px;
        font-size: 10px;
    }

    .header .navbar .navbar-nav .nav-item {
        margin: 0 !important;
        border-bottom: 1px solid #f07a26 !important;
    }

    .header .navbar .navbar-collapse {
        display: block;
        position: fixed;
        right: -100%;
        top: 0;
        height: 100%;
        z-index: 999;
        width: 100%;
        overflow: auto;
        background: #f2f2f2;
        padding: 150px 15px 30px;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
    }

    .header .navbar .navbar-collapse.show {
        right: 0;
    }

    .header .navbar .navbar-collapse.show:before {
        position: fixed;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 125px;
        background: #f2f2f2;
        z-index: 9;
    }

    .header .navbar .navbar-nav .nav-item .nav-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0 15px !important;
    }

    /* header */
}

@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 22px;
    }

    h6 {
        font-size: 20px;
    }

    .main-title {
        font-size: 42px;
    }

    .section-title {
        font-size: 35px;
    }

    .block-title {
        font-size: 30px;
    }

    .block-small-title {
        font-size: 22px;
    }

    .paragraph-large {
        font-size: 20px;
    }

    .common-mt-75 {
        margin-top: 50px;
    }

    .common-mt-50 {
        margin-top: 35px;
    }

    .common-mt-35 {
        margin-top: 30px;
    }

    .common-mb-75 {
        margin-bottom: 50px;
    }

    .common-mb-50 {
        margin-bottom: 35px;
    }

    .common-mb-35 {
        margin-bottom: 30px;
    }

    .common-pt-75 {
        padding-top: 50px;
    }

    .common-pt-50 {
        padding-top: 35px;
    }

    .common-pt-35 {
        padding-top: 30px;
    }

    .common-pb-75 {
        padding-bottom: 50px;
    }

    .common-pb-50 {
        padding-bottom: 35px;
    }

    .common-pb-35 {
        padding-bottom: 30px;
    }

    /* home page */
    .banner-section.home-banner-section .banner-description {
        padding: 125px 0;
    }

    .banner-section.home-banner-section .banner-detail {
        font-size: 28px;
    }

    .banner-section.home-banner-section .scroll-to-section {
        bottom: 35px;
    }

    .news-events-block .news-title {
        margin-bottom: 15px;
    }

    .our-services-section .our-services-list {
        margin-top: 35px;
    }

    .our-services-list .our-service-block {
        margin-bottom: 25px;
    }

    .our-services-carousel .swiper-slide.our-service-block {
        align-items: stretch;
    }

    .our-services-carousel .news-events-block {
        min-height: 500px;
    }

    .our-services-list .our-service-block .service-image {
        margin-right: 25px;
    }

    /* home page */

    /* innovation page */
    .banner-section.company-banner-section .banner-main-content,
    .banner-section.innovation-banner-section .banner-main-content {
        padding: 30px 0;
    }

    .banner-section.inner-banner-section .section-title {
        font-size: 35px;
    }

    .banner-section.inner-banner-section .banner-main-image.clip-path-image * {
        clip-path: unset;
    }

    .banner-section.innovation-banner-section .banner-description {
        padding-left: calc(50vw - 353px);
    }

    .deliverable-products-list .deliverable-block .deliverable-detail {
        opacity: 0;
        visibility: hidden;
    }

    .deliverable-products-list .deliverable-block .deliverable-overlay {
        top: auto;
        opacity: 1;
        visibility: visible;
    }

    .related-projects-list .related-project-block {
        flex-direction: column;
    }

    .related-projects-list .related-project-block>.project-image {
        width: 100% !important;
        justify-content: flex-start;
        text-align: left;
        margin: 0 0 20px;
    }

    .related-projects-list .related-project-block>* {
        width: 100% !important;
        align-items: flex-start;
        text-align: left;
    }

    /* innovation page */

    /* services page */
    .banner-section.services-banner-section .banner-main-image {
        height: 300px;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

    .banner-section.services-banner-section .banner-content {
        padding: 30px 0;
    }

    .banner-section.services-banner-section .section-title {
        color: #585858;
    }

    .banner-section.services-banner-section .banner-content .banner-detail {
        color: #585858;
    }

    .banner-section.services-banner-section .scroll-to-section {
        bottom: calc(100% + 20px);
    }

    .founder-ceo-carousel .common-swiper-button {
        top: 200px;
    }

    .founder-ceo-section .founder-ceo-content:before {
        width: 100%;
    }

    .founder-ceo-carousel {
        height: auto;
    }

    .founder-ceo-carousel .founder-ceo-block {
        flex-direction: column;
    }

    .founder-ceo-carousel .founder-ceo-block>* {
        flex: 0 0 auto !important;
        width: 100% !important;
    }

    .founder-ceo-carousel .founder-ceo-block .founder-image {
        height: auto;
        display: block;
    }

    .founder-ceo-carousel .founder-ceo-block .founder-image * {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        object-fit: contain;
        font-family: 'object-fit: contain';
    }

    .founder-ceo-carousel .founder-ceo-block .founder-main-detail {
        padding: 30px 15px;
    }

    /* services page */

    /* company page */
    .banner-section.company-banner-section .banner-main-image {
        height: 300px !important;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

    .banner-section.company-banner-section .banner-description {
        padding: 0;
    }

    .banner-section.company-banner-section .banner-main-content {
        padding: 25px 15px;
    }

    .banner-section.company-banner-section .scroll-to-section {
        bottom: calc(100% + 20px);
    }

    .banner-section.company-banner-section .scroll-to-section a {
        color: #ffffff;
    }

    /* company page */

    /* application-form page */
    .type-companies-list>* {
        width: 200px;
    }

    /* application-form page */

    /* blastomabrain page */
    .neural-tissue-section .neural-tissue-block {
        margin-bottom: 30px;
    }

    /* blastomabrain page */

    /* footer */
    .footer .f-block>* {
        margin-bottom: 20px;
    }

    /* footer */
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 25px;
    }

    h5 {
        font-size: 22px;
    }

    h6 {
        font-size: 20px;
    }

    body {
        font-size: 16px;
    }

    .main-title {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .section-title {
        font-size: 33px;
        margin-bottom: 20px;
    }

    .block-title {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .block-small-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .paragraph-large {
        font-size: 18px;
    }

    .common-mt-75 {
        margin-top: 42px;
    }

    .common-mt-35 {
        margin-top: 25px;
    }

    .common-mt-25 {
        margin-top: 20px;
    }

    .common-mt-50 {
        margin-top: 28px;
    }

    .common-mb-75 {
        margin-bottom: 42px;
    }

    .common-mb-50 {
        margin-bottom: 28px;
    }

    .common-mb-35 {
        margin-bottom: 25px;
    }

    .common-mb-25 {
        margin-bottom: 20px;
    }

    .common-pt-75 {
        padding-top: 42px;
    }

    .common-pt-35 {
        padding-top: 25px;
    }

    .common-pt-25 {
        padding-top: 20px;
    }

    .common-pt-50 {
        padding-top: 28px;
    }

    .common-pb-75 {
        padding-bottom: 42px;
    }

    .common-pb-50 {
        padding-bottom: 28px;
    }

    .common-pb-35 {
        padding-bottom: 25px;
    }

    .common-pb-25 {
        padding-bottom: 20px;
    }

    .btn {
        font-size: 16px;
        padding: 7px 18px;
    }

    .btn-large {
        font-size: 20px;
        padding: 10px 25px;
    }

    /* header */
    .header .navbar .navbar-collapse {
        padding-top: 135px;
    }

    .header .navbar .navbar-collapse.show:before {
        height: 120px;
    }

    /* header */

    /* home page */
    .banner-section.home-banner-section .banner-description {
        padding: 50px 0 140px;
    }

    .banner-section.home-banner-section .banner-detail {
        font-size: 25px;
        line-height: 135%;
    }

    .banner-section.home-banner-section .scroll-to-section {
        bottom: 28px;
    }

    .news-events-block .news-title {
        margin-bottom: 15px;
    }

    .news-events-block .news-button {
        margin-top: 15px;
    }

    .news-events-section .more-news-button {
        margin-top: 10px;
    }

    .our-services-section .our-services-list {
        margin-top: 35px;
    }

    .our-services-list .our-service-block {
        margin-bottom: 25px;
    }

    .our-services-carousel .news-events-block {
        min-height: 480px;
    }

    .services-banner-section .our-services-list .our-service-block .service-image,
    .our-services-list .our-service-block .service-image,
    .our-services-carousel .service-image {
        display: none !important;
    }

    /* Mobile: add orange rounded border to each service */
    .our-services-list .our-service-block {
        border: 1px solid #f07a26;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        padding: 15px;
    }

    /* If services are shown as cards in a carousel, add the same border */
    .our-services-carousel .news-events-block {
        border: 1px solid #f07a26;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        padding: 15px;
    }



    /* Add extra spacing between major sections on mobile */
    .welcome-section {
        padding-bottom: 60px;
    }

    .news-events-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .dimensional-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .our-services-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    /* home page */

    /* innovation page */
    .banner-section.inner-banner-section .section-title {
        font-size: 30px;
    }

    .banner-section.inner-banner-section .banner-main-image.clip-path-image * {
        clip-path: unset;
    }

    .banner-section.innovation-banner-section .banner-description {
        padding: 0;
    }

    .banner-section.innovation-banner-section .banner-main-content {
        padding: 25px 15px;
    }

    .deliverable-products-list .deliverable-block .deliverable-detail {
        opacity: 0;
        visibility: hidden;
    }

    .deliverable-products-list .deliverable-block .deliverable-overlay {
        top: auto;
        opacity: 1;
        visibility: visible;
    }

    .related-projects-list .related-project-block {
        flex-direction: column;
    }

    .related-projects-list .related-project-block>.project-image {
        width: 100% !important;
        justify-content: flex-start;
        text-align: left;
        margin: 0 0 20px;
    }

    .related-projects-list .related-project-block>* {
        width: 100% !important;
        align-items: flex-start;
        text-align: left;
    }

    /* innovation page */

    /* services page */
    .banner-section.services-banner-section .banner-main-image {
        height: 300px;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

    .banner-section.services-banner-section .banner-content {
        padding: 30px 0;
    }

    .banner-section.services-banner-section .section-title {
        color: #585858;
    }

    .banner-section.services-banner-section .banner-content .banner-detail {
        color: #585858;
    }

    .banner-section.services-banner-section .scroll-to-section {
        bottom: calc(100% + 20px);
    }

    .research-section .research-list {
        flex-direction: column;
        margin-top: 25px;
    }

    .research-section .research-list:before {
        width: 2px;
        height: 100%;
        left: 40px;
        top: 0;
    }

    .research-list>* {
        width: 100%;
    }

    .research-list>*:last-child .research-block {
        margin-bottom: 0;
    }

    .research-list .research-block .icon {
        width: 60px;
        height: 60px;
    }

    .research-list .research-block .icon * {
        max-width: 35px;
        max-height: 35px;
    }

    .research-list .research-block {
        display: flex;
        align-items: center;
    }

    .research-list .research-block .icon {
        margin: 0 10px 0 0;
    }

    .research-section .research-list>*:last-child:after {
        display: none;
    }

    .contact-us-section .contact-us-detail {
        font-size: 16px;
        line-height: 135%;
    }

    .contact-us-section .contact-us-detail p {
        gap: 10px;
    }

    .contact-us-section .contact-us-detail p .title {
        width: 75px;
    }

    /* services page */

    /* company page */
    .banner-section.company-banner-section .banner-main-image {
        height: 300px !important;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

    .banner-section.company-banner-section .banner-description {
        padding: 0;
    }

    .banner-section.company-banner-section .banner-main-content {
        padding: 25px 15px;
    }

    .banner-section.company-banner-section .scroll-to-section {
        bottom: calc(100% + 20px);
    }

    .banner-section.company-banner-section .scroll-to-section a {
        color: #ffffff;
    }

    .founder-ceo-carousel .common-swiper-button {
        top: 200px;
    }

    .founder-ceo-section .founder-ceo-content:before {
        width: 100%;
    }

    .founder-ceo-carousel {
        height: auto;
    }

    .founder-ceo-carousel .founder-ceo-block {
        flex-direction: column;
    }

    .founder-ceo-carousel .founder-ceo-block>* {
        flex: 0 0 auto !important;
        width: 100% !important;
    }

    .founder-ceo-carousel .founder-ceo-block .founder-image {
        height: auto;
        display: block;
    }

    .founder-ceo-carousel .founder-ceo-block .founder-image * {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        object-fit: contain;
        font-family: 'object-fit: contain';
    }

    .founder-ceo-carousel .founder-ceo-block .founder-main-detail {
        padding: 30px 15px;
    }

    /* company page */

    /* managing-team: show roles on a new line */
    .managing-team-section .managing-team-detail ul li sub {
        display: block;
        margin-top: 4px;
    }

    /* application-form page */
    .type-companies-list {
        flex-direction: column;
    }

    .type-companies-list>* {
        width: 200px;
        margin-bottom: 30px;
    }

    .type-companies-list>*:before {
        top: auto;
        bottom: -20px;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    }

    .type-companies-list>*:last-child {
        margin-bottom: 0;
    }

    /* application-form page */

    /* blastomabrain page */
    .neural-tissue-section .neural-tissue-block {
        margin-bottom: 30px;
    }

    .neural-tissue-section .neural-tissue-block .multi-organizer-block .title {
        font-size: 18px;
    }

    /* blastomabrain page */

    /* footer */
    .footer .f-block>* {
        margin-bottom: 20px;
    }

    .footer .f-block.f-logo-contact-block {
        flex-direction: row !important;
        text-align: center;
    }

    .footer .f-block.f-logo-contact-block .f-logo {
        width: 100%;
        text-align: center;
    }

    .footer .f-block.f-logo-contact-block .f-logo a {
        display: inline-block;
        width: 225px;
        font-size: 12px;
    }

    .footer .f-block.f-social-copyright-block>* {
        margin-bottom: 0;
    }

    .f-privacy-block ul {
        text-align: center;
    }

    .f-privacy-block ul li {
        margin-bottom: 15px;
    }

    .footer .f-block .f-address-block,
    .footer .f-block .f-contact-block {
        flex: 0 0 auto;
        width: 50%;
    }

    /* footer */
}

/*---------- Small Mobile , IPhone Start ----------*/

/*=== Screen Size = 240, 320, 360, 480, 568 ===*/
@media (min-width: 576px) and (max-width: 767px) {}

@media (min-width: 240px) and (max-width: 575px) {

    .alignnone,
    .alignleft,
    .alignright,
    .aligncenter {
        float: none !important;
        display: block !important;
        margin: 20px auto !important;
    }

    /* footer */
    .footer .f-block .f-address-block,
    .footer .f-block .f-contact-block {
        width: 100%;
    }

    /* footer */
}

/*---------- Large Desktop , Large Screen End ----------*/