@media (min-width: 768px) and (max-width: 1499px) {
    .contact-info {
        background: #06aeef;
        color: white;
        padding: 43px !important;
        border-radius: 12px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .mega-menu {
        top: 102% !important;
    }
}

@media (max-width: 767px) {
    .internal-main-heading {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 28px;
        line-height: 38px;
        /* text-transform: capitalize; */
        margin-top: 10px;
    }

    .about-mtai .ms-4 {
        margin-left: 0rem !important;
    }

    .our-mision-vision p {
        padding-left: 0px !important;
        border-right: 0px solid #00000078 !important;
        padding-right: 0px !important;
    }

    .our-mision-vision .internal-main-heading {
        padding-left: 0px !important;
    }

    .what-we-do ul {
        align-items: flex-start;
        display: block;
    }

    .what-we-do ul li {
        list-style: none;
        border: 1px solid #C7C7C766;
        box-shadow: 0px 1px 15px 0px #0000001A;
        padding: 25px;
        display: inline-block;
        border-radius: 7px;
        margin-right: 13px;
        margin-bottom: 30px;
        font-size: 22px;
        font-weight: 500;
        width: 100%;
        height: 200px;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .fixed-sidebar {
        position: static;
        top: 0px;
        width: 100%;
    }

    .past_agenda .col-md-6 {
        margin-bottom: 20px;
    }

    .share-box {
        background: #f0f0f0;
        max-width: 100%;
        padding: 20px;
        border: 1px solid #eee;
        position: sticky;
        background: #fff;
    }

    .read-more {
        display: inline-block;
        background-color: #23BEF3;
        color: #fff;
        padding: 15px 30px;
        cursor: pointer;
        text-decoration: none;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 500;
        transition: background-color 0.3s ease;
        box-shadow: 0px 4px 4px 0px #33333361;
        border: none;
        margin-bottom: 20px;
    }

    .about-event-detail h5 {
        font-size: 28px;
    }

    .event-speaker-detail h5 {
        font-size: 18px;
    }

    .agenda-div .timeline {
        position: relative;
        margin-left: 130px;
        padding-left: 20px;
        border-left: 2px solid #d9d9d9;
    }

    .agenda-div .agenda-wrapper {
        max-width: 1000px;
        margin: 40px auto;
        padding: 0 0px 0px 20px;
    }

    .self_declaration .col-md-6 {
        width: 50%;
    }

    .map-sec .col-md-10 {
        padding: 10px;
    }

    .about-content h1 {
        margin-top: 30px;
    }

    .about-content .button-group a {
        width: 180px;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .about-content .button-group {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 15px;
        text-align: center;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .latest-news-section .swiper-button-prev {
        background: #00b1f0;
        width: 50px;
        height: 50px;
        display: none;
    }

    .latest-news-section .swiper-button-next {
        background: #00b1f0;
        width: 50px;
        height: 50px;
        display: none;
    }

    .banner-float-btn {
        position: fixed;
        right: -45px;
        top: -169px;
        height: 100%;
        display: flex;
        align-items: center;
        z-index: 1;
    }

    .vertical-text {
        padding: 11px 13px;
    }

    .banner-float-btn {
        right: -50px;
        z-index: 999;
    }

    .medical_technology ul li {
        font-size: 14px;
        color: #000000;
        line-height: 28px;
        margin-bottom: 15px;
        font-weight: 400;
    }

    .benefits_membership_heading h4 {
        font-size: 28px;
        line-height: 46px;
        font-family: var(--fa-font-regular);
        font-weight: 400;
        margin-bottom: 35px;
        text-align: left;
        margin-top: 35px;
    }

    .benefits_membership_section .col-md-3 {
        display: flex;
        border: 1px solid #C7C7C766;
        box-shadow: 0px 1px 15px 0px #0000001A;
        padding: 24px 20px;
        background-color: #ffffff;
        margin-left: 22px;
        width: 90%;
        margin-bottom: 15px;
        border-radius: 7px;
    }

    .benefits_membership_section .justify-content-center {
        justify-content: left !important;
    }

    .ucmpmd-form-sec .contact-form {
        padding: 50px 20px;
        background-color: #fff;
        border-radius: 5px;
    }

    .membership-form-page .internal-main-heading {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 28px;
        line-height: 38px;
        text-transform: capitalize;
        margin-top: 10px;
        text-align: left !important;
    }

    .footer-column .navbar-brand img {
        width: 30% !important;
    }

    .banner-sec img {
        height: auto;
        object-fit: cover;
    }

    .medical_technology .ms-4 {
        margin-left: 0px !important;
    }

    .benefits_membership_heading {
        margin-left: 10px;
    }

    .common-heading {
        font-size: 28px;
        line-height: 38px;
    }

    .ucmpmd-guidelines-card {
        display: block !important;
    }

    .profile-card {
        margin-bottom: 15px;
    }
}