@media only screen and (min-width: 1600px) {
    .intelligence-wrapper2 .max-content{
        max-width: 60rem;
    }
    ul.intelligence-list li {
        border: 1px solid #c8c8c8;
        padding: 20px;
        width: calc(50% - 15px);
    }
}
@media only screen and (max-width: 1500px) {
    .defecto-info-section .dfc-info-inner{
        padding: 0 50px 0 170px;
        gap: 50px;
    }
}
@media only screen and (max-width: 1366px) {
    body{
        font-size: 16px;
    }
    h1{
        font-size: 50px;
    }
    h2{
        font-size: 30px;
    }
    h3{
        font-size: 26px;
    }
    h4{
        font-size: 20px;
    }
    h5{
        font-size: 16px;
    }
    h6{
        font-size: 16px;
    }
    p{
        font-size: 16px;
        line-height: 1.6;
    }

    .head-inner{
            max-width: 700px;
    }
    .head-inner nav>ul>li, .head-inner div>ul>li{
        margin-right: 20px;
    }
    .page_header{
        min-width: 800px;
    }

    .defecto-info-section .dfc-info-inner .dfc-title {
        font-size: 24px;
        line-height: 34px;
    }
    .cir-box{
        width: auto;
    }
    .contact-inner .contact-info{
    	width: 70%;
    }
     .contact-inner .image-section{
    	width: 30%;
    }


}
@media only screen and (max-width: 1200px) {
    .defecto-info-section .dfc-counter{
        top: auto;
        padding: 30px;
        bottom: 020px;
    }
    .defecto-info-section .dfc-info-inner .dfc-image img {
        height: 450px;
    }
    .contact-inner{
        height: auto;
    }
    .contact-info-row .cir-box { 
        margin: 0 0 10px 0;
    }
}

@media only screen and (max-width: 991px) {
    .contact-inner .image-section,
    .contact-inner .contact-info{
    	width: 100%;
    }
    .biobeat-sec1{
        padding: 30px 20px;
    }
    .biobeat-sec1 .section-wrap {
        max-width: 100%;
        width: 100%;
        padding: 0px;
    }
    .tiktok-section {
        padding: 60px 15px;
    }
    .tiktok-section .tiktok-wrap .tiktok-content-wrap{
        padding-right:0px;
    }
    .sb-grid-wrapper[data-grid-columns="5"] {
        grid-template-columns: repeat(4, 1fr);
    }
    .contact-info-row{ 
        display:block;
        max-width: 500px;
        margin: 0 auto 30px auto;
    }
    .image-section img {
    height: 400px;
    margin: 0 auto;
}
.contact-title, .contact-title-sub, .contact-info-rfp{
    text-align: center;
}
    .bbb-sec-three {
        padding: 40px 0;
    }
    .bbb-sec-three-wrap .row {
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
        flex-flow: column;
        gap: 0;
    }
    .bbb-sec-three-wrap .row .bbbs-title, .bbb-sec-three-wrap .row .bbbs-content{
        width: 100%;
    }
    .defecto-investment-style-3 {
        padding: 60px 15px;
    }
    .defecto-info-section {
     padding: 0;
    }
    .defecto-info-section .dfc-info-inner {
        gap: 0px;
        display: block;
        padding: 40px 15px 60px;
    }
    .defecto-info-section .dfc-info-inner .dfc-heading-content,
    .defecto-info-section .dfc-info-inner .dfc-image {
        width: 100%;
    }
    .defecto-info-section .dfc-info-inner .dfc-image img {
        height: 400px;
        width: 100%;
    }
    .defecto-info-section .dfc-info-inner .dfc-counter{
        left: 0;
        bottom: 7px;
    }
    .defecto-info-section .dfc-info-inner .dfc-heading-content{
        padding: 60px 0 0;
    }
    .defecto-info-section .dfc-info-inner{
        height: 100%;
    }
    main.scroll-container {
        display: block;
        overflow: auto;
        height: auto;
    }
header{
    background: rgb(0 0 0 / 60%);
}
header.site-header .site-branding img {
    filter: brightness(0) invert(1);
}
    header .container{
        padding: 0 20px;
    }
    .head-inner {
        max-width: 100%;
    }
    section.hero-header {
        overflow: hidden;
        padding: 80px 20px 20px;
        height: 100vh;
    }
    .site-branding,
    .menu-toggle {
        position: relative;
        z-index: 9;
    }
    button.menu-toggle {
        display: block;
        padding: 0;
        background: transparent;
        border: none;
    }
    .menu-toggle .bar {
        display: block;
        background-color: #fff;
        width: 24px;
        height: 2px;
        margin: 6px auto;
        transition: all 300ms ease-in-out;
    }
    .header-menu.toggled .bar{
        
    }
    .header-menu.toggled .hamburger .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .header-menu.toggled .hamburger .bar:nth-child(2) {
        opacity: 0;
    }
    .header-menu.toggled .hamburger .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .header-menu .menu-menu-1-container {
        background-color: #000000;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: auto;
        display: none;
        padding: 80px 20px 50px;
        z-index: 2;
    }
    .header-menu.toggled .menu-menu-1-container{
        display: block;
    }
    .head-inner nav>ul>li, 
    .head-inner div>ul>li{
        display: block;
        margin: 0 0 18px;
    }
    .head-inner nav>ul>li>a, .head-inner div>ul>li>a{
        text-align: left;
        color: #ffffff;
    }
    .head-inner nav>ul>li>a br, .head-inner div>ul>li>a br{
        display: none;
    }
    section.hero-header .client-logo{
        max-width: 100%;
    }
    .hero-header .client-logo{
        padding-top: 0px;
    }
    .client-logo h6{
        margin-bottom: 20px;
    }
    .hero-header-inner h1 {
        font-size: 38px;
    }
    .useful-links-sec{
        margin: 0;
        padding: 20px;
    }
    .links-bg-image{
        max-width: 100%;
        height: 500px;
    }
    .links-box-itm{
        margin: 0;
    }
    .links-box-itm-container > div{
        display: block;
    } 
    .links-box-itm {
        height: 500px;
        margin-bottom: 30px;
    }
    .links-box-itm-txt{
        padding: 30px 20px;
    }
    .contact-sec{
        padding: 50px 15px 30px;
    }
    .why-defacto.links-box-itm .links-box-itm-txt .flip-text h2{
        font-size: 24px;
    }
    .links-box-itm-txt h6{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .links-box-itm-txt h2{
        font-size: 22px;
        line-height: 116%;
    }
    .contact-inner{
        flex-direction: column-reverse;
    }
    .contact-inner .contact-info{
        display: block;
        margin-top: 25px;
    }
    .contact-inner > div{
        width: 100%;
        height: auto;
    }
    .contact-info p.address {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .contact-info p.email {
        font-size: 18px;
    }
    .contact-info p.phone {
        font-size: 18px;
    }
    .social-icons span{
        font-size: 14px;
    }
    .social_icon_link > a{
        margin-left: 15px;
    }
    .social_icon_link > a svg {
        width: 20px;
        fill: #fff;
    }
    .video-wrapper{
        height: 100dvh;
        margin-bottom: 0px;
    }
    .video-wrapper video.video-frame{
        height: 100%;
    }
    .page_header {
        min-width: unset;
        padding: 70px 15px 30px 15px;
        height: 100vh;
    }
    .page_header_inner{
        max-width: 100%;
    }
    .page_header_inner h1{
        font-size: 32px;
    }
    .page_header_inner h4{
        font-size: 18px;
    }
    .biotechs-content{
        min-width: unset;
        padding: 0 15px;
        margin: 0;
    }
    section.biotechs-content.sec1{
        margin: 0;
    }
    section.biotechs-content.sec1 .max-content,
    section.biotechs-content.sec2 .max-content {
        max-width: 100%;
    }
    .intelligence-wrapper {
        padding: 0 15px 0px;
    }
    .intelligence-wrapper .content-wrap{
        display: block;
    }
    .intelligence-wrapper .content-wrap .content-block {
        padding: 0;
        min-width: unset;
    }
    .full_width_img {
        min-width: unset;
        padding: 20px 0 30px;
        margin-right: 0;
    }
    .intelligence-wrapper2 {
        min-width:unset;
        min-width: unset;
        padding: 0 15px;
    }
    .get-in-touch {
        min-width: unset;
        padding: 30px 15px;
        margin: 0px 0 0;
    }
    .about-content{
        min-width: unset;
        margin: 0;
        padding: 0 15px;
    }
    .services-slider-wrap {
        margin-top: 15px;
    }
    .page-template-get-in-touch .head-inner div>ul>li>a {
        color: #000;
    }
    section.large-text{
        min-width: unset;
        padding: 30px 15px;
    }
    section.large-text .col-content {
        max-width: 100%;
        margin: 0;
        padding-top: 20px;
    }
    .main-section {
        padding: 30px 0;
    }
    .sec-row{
        flex-wrap: wrap;
    }
    .sec-row .col-content, .sec-row .col-img{
        width: 100%;
    }
    .main-section .main-sec-wrap{
        padding: 0 15px;
    }
    .main-section .main-sec-wrap .sec-wrap-content{
        max-width: 100%;
    }
    .services-sec .services-content{
        min-width: unset;
    }
    .services-sec{
        padding: 30px 15px;
    }
.case-study-hero-content h1{
    font-size: 32px;
}
}
@media only screen and (max-width: 767px) {
    .bbb-sec-three-wrap .row {
        display: block;
    }
    .bbb-sec-three-wrap .row .bbbs-title, .bbb-sec-three-wrap .row .bbbs-content {
        width: 100%;
    }
    .sb-grid-wrapper[data-grid-columns="5"] {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 576px) {
    ul.intelligence-list li {
        width: 100%;
    }
    .contact-info-block p.address {
        margin-bottom: 20px;
    }
    .contact-info-block p{
        font-size: 18px;
    }
    .sb-grid-wrapper[data-grid-columns="5"] {
        grid-template-columns: repeat(1, 1fr);
    }
    ul.reports-list {
        display: block !important;
    }
    ul.reports-list li{
        margin-bottom: 25px;
    }
    ul.reports-list li img {
        height: auto;
        width: auto;
    }
    ul.reports-list li h5{
        max-width: 100%;
    }
.testimonial-sec .slick-list {
    margin: 0;
    padding: 0 !important;
}
}
@media only screen and (min-width: 575px) {
    .dark-header .head-inner .main-navigation.header-menu.toggled div>ul>li>a,{
        color: #000000;
    }
}