@media only screen and (min-width:1920px) {

    .container {
        max-width: 1600px;
    }
}

@media only screen and (min-width:1600px) and (max-width:1900px) {}

@media only screen and (min-width:1300px) and (max-width:1367px) {}

@media only screen and (min-width:1200px) and (max-width:1280px) {}

@media screen and (max-width: 1190px) {
    .banner_section .row {
        padding: 30px;
    }

    .Main_title,
    .counter_number,
    .Clinical_Program .bottom .text strong {
        font-size: 2.25rem;
    }

    .banner_desc {
        font-size: 1.25rem;
    }

    .stat_title {
        font-size: 1.5rem;
    }

    .stat_desc,
    .Clinical_Program .top .text span,
    .Clinical_Program .bottom .text span {
        font-size: 1rem;
    }

    .stat_box {
        gap: 15px;
    }

    .overview_video_box {
        margin-top: 30px;
    }

    .overview_section .whitebg {
        padding: 25px;
    }

    .vertical-slider {
        width: 100%;
        height: 250px;
        margin: 30px auto 0;
    }

    .vertical-slider .slide {
        padding: 15px;
    }

    .comnpadding {
        padding: 50px 0;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {
    .radius_40 {
        border-radius: 20px;
    }

    .banner_content br {
        display: none;
    }

    .banner_img {
        margin-top: -20px;
    }

    .banner_section .row {
        padding: 20px;
    }

    .badge_info {
        margin-bottom: 10px;
    }

    .Main_title,
    .counter_number,
    .Clinical_Program .bottom .text strong {
        font-size: 1.75rem;
    }

    .comnpadding {
        padding: 30px 0;
    }

    .form-control,
    .form-select {
        font-size: 1rem;
        padding: 10px 15px;
        height: 50px;
    }

    .comnbtn {
        font-size: 1.275rem;
        padding: 10px;
        border-radius: 10px;
    }


}


@media screen and (max-width: 767px) {

    .header-logo-wrapper,
    .copy_right {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .comntitle {
        font-size: 1.5rem;
    }

    .overview_section .whitebg {
        padding: 15px;
        border-radius: 10px;
    }

    .overview_video_box video {
        border-radius: 10px;
    }

    .Clinical_Program .blackbg,
    .continuity_section .patternbg {
        padding: 60px 15px 15px 15px;
        border-radius: 0 0 20px 20px;
    }

    .Clinical_Program .top .text,
    .Clinical_Program .bottom .text {
        padding: 15px;
    }

    .Clinical_Program .top,
    .Clinical_Program .bottom {
        margin-bottom: 15px;
        gap: 15px;
    }

    .Clinical_Program .top .text img {
        max-width: 26px;
        margin-bottom: 5px;
    }

    .continuity_section .comntitle {
        font-size: 1.5rem;
    }

}


@media screen and (max-width:525px) {}

@media screen and (max-width:360px) {}