@media (min-width: 992px) {
    .ps-lg-7 {
        padding-left: 7rem;
    }
    .top-bar{
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .navik-header .logo {
        padding: 20px 0px;
        text-align: left;
    }

    .navik-header .logo img {
        max-width: 100%;
        height: 35px;
    }

    .overly-text {
        top: 10%;
    }

    .top-content h2 {
        font-size: 20px;
    }

    .bottom-content h4 {
        font-size: 15px;
        max-width: 100%;
    }

    .landing {
        height: 100vh;
    }

    .landing h2 {
        font-size: 2rem;
    }

    .landing p {
        font-size: 15px;

    }

    .overlay {
        --r: 150px;
        -webkit-mask: radial-gradient(circle var(--r) at 50% 80%, transparent 99%, black 100%);
        mask: radial-gradient(circle var(--r) at 50% 80%, transparent 99%, black 100%);
    }

    .navik-header {
        position: fixed;
        top: 0;
    }

    .dgm-about-thumb-wrap .about-img1 {
        height: 400px;
    }

    .banner-btn {
        display: block;
    }

    .main-heading h2 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .sub-heading p {
        font-size: 15px;
    }

    .main-list ul li {
        font-size: 14px;
        margin-bottom: 20px;
        padding-left: 22px;

    }

    section.section {
        padding: 30px 0;
    }

    .clip-card {
        border-right: 0;
        border-bottom: 1px solid #f6ad09;
    }

    .footer {
        margin: 0;
        padding: 20px 0 0;
    }

    .counter-card {
        border-radius: 20px;
        padding: 40px 20px;
    }

    .main-heading-light h2 {
        font-size: 22px;
    }

    .main-heading h2 span {
        font-size: 22px;
    }

    .clip-card h2 {
        font-size: 25px;
    }

    .social-media-icons ul {
        gap: 5px;
    }

    .footer-logo img {
        width: 90px;
    }

    .banner-left-content {
        max-width: 100%;
    }

    .banner-left-content h1 {
        font-size: 30px;
    }

    .banner-left-content p {
        font-size: 18px;
    }

    .banner-section {
        height: auto;
        padding: 75px 0 30px;
        background: none;
    }

    .cta-card .cta-card-top h4 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .card-content p {
        font-size: 14px;
    }

    .card-ic {
        width: 20%;
    }

    .card-content {
        width: 100%;
    }

    .cta-card .cta-card-top h4::before {
        width: 80%;
        height: 1px;
    }

    .banner-form .form-control,
    .banner-form .form-select {
        padding: 8px 10px;
    }

    .navik-menu>ul>li>a.navbar-button,
    .navbar-button {
        height: 36px !important;
    }

    .second-opinion-section {
        background: linear-gradient(180deg, rgba(5, 72, 112, 1) 66.5%, rgba(226, 242, 255, 1) 56%);
        ;
    }

    .main-heading-light h3 {
        font-size: 17px;
    }

    .sub-heading .fs-6 {
        font-size: 14px !important;
    }

    .doctor-card .doctor-img img {
        height: 315px;
        margin-bottom: 15px;
    }

    section.section.why-choose-section {
        padding: 130px 0 45px;
    }

    .doctor-card {
        padding: 10px;
    }

    .footer .navbar-button {
        height: auto !important;
        width: 100% !important;
        margin-top: 10px;
    }

    .navik-menu ul li>a {
        padding: 6px 15px;
    }

    .navik-menu ul li {
        list-style: none;
    }

    .footer .col-md-4.col-6.sub-heading-light p {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .main-list ul li::before {
        width: 30px;
        height: 30px;
        top: 0px;
    }

    .doc-min-height {
        min-height: auto;
    }
.sticky-bar {
        display: block;
    }
}