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

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


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

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

    .banner-btn {
        display: block;
    }

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

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

    .main-list ul li {
        font-size: 16px;
    }

    section.section {
        padding: 45px 0;
    }

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

    .footer {
        /* margin: 8px 10px; */
        background: #211d67;
        /* border-radius: 20px; */
        padding: 20px 0 0;
    }

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

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

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

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

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

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

    .banner-logo-shape {
        position: absolute;
        top: 43%;
        right: 0;
        width: 55rem;
        height: 100%;
        /* transform: rotate(-15deg); */
        overflow: hidden;
    }

    .btn-custom {
        display: inline-block !important;
        font-size: 13px !important;
    }

    section.section.inner-section {
        margin-top: 0px;
    }

    .inner-heading {
        padding: 20px 0;
    }

    .inner-heading h2 {
        margin-top: 10px;
    }

    .breadcrumb>li {
        font-size: 14px;
    }

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

    .banner-content h1 {
        font-size: 27px;
        line-height: 32px;
    }

    .banner-content p {
        font-size: 15px;
        line-height: 20px;
        padding: 0 20px;
    }

    .banner-item {
        height: 330px;
    }

    .banner-content .vice-main-btn {
        letter-spacing: 1px;
        font-size: 13px;
        padding: 5px 25px;
    }

    .section-main-btn {
        padding: 7px 20px;
        font-size: 15px;
    }

    .counter-ic svg {
        width: 30px;
    }

    .counter-box {
        gap: 10px;
        min-height: 93px;
    }

    .counter-content h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .counter-content h4 {
        font-size: 15px;
    }

    .chapter-section .main-heading.sub-heading {
        padding: 30px 20px;
    }

    .register-btn {
        width: 70%;
    }

    .register-btn::before {
        top: 41%;
    }

    .form-card {
        padding: 20px 20px;
        margin-left: 0;
    }

    .form-card form label {
        margin-bottom: 5px;
    }

    .footer-links ul li a {
        font-size: 14px;
    }

    .footer-links ul li {
        font-size: 14px;
    }

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

    .navik-menu ul li>a {
        padding: 5px 0px;
        border-bottom: 1px solid #f2f2f2;
    }

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

    .owl-theme.banner-slider .owl-nav.disabled+.owl-dots {
        margin-top: -35px;
        position: relative;
    }

    .signin-up-section {
        display: block;
        overflow: auto;
    }

    .inner-banner-social ul {
        padding-left: 0;
        justify-content: center;
    }

    .about-us-main-page .counter-content {
        padding-left: 8px;

    }

    .about-us-main-page .counter-box {
        min-height: 100px;
    }

    .owl-carousel.people-slider .owl-nav button.owl-next {
        right: 26%;
    }

    .owl-carousel.people-slider .owl-nav button.owl-prev {
        left: 24%;
    }

    .our-chapter-section .main-heading.sub-heading {
        padding: 30px 20px;
    }

    .our-chapter-section .border-right-dashed {
        border: 0;
    }

    .ilacon-main-page .counter-box {
        padding: 10px;
        gap: 5px;
    }

    .ilacon-main-page .counter-content {
        padding-left: 8px;
    }

    button.btn-tab.treat-tab {
        font-size: 13px;
        margin-bottom: 10px;
        padding: 8px 15px;
    }

    .treat-box .owl-carousel.people-slider .owl-nav button.owl-prev {
        left: 26%;
        bottom: -46px;
    }

    .treat-box .owl-carousel.people-slider .owl-nav button.owl-next {
        right: 25%;
        bottom: -46px;
    }

    .ilsa-main-page .counter-box {
        gap: 5px;
    }
    .ilsa-main-page .counter-content {
    padding-left: 10px;
    border-left: 1px solid #E9E9E9;
}
.left-sign-col a.main-btn {
    padding: 2px 5px;
    font-size: 10px;
    border: 1px solid #211D67;
}
.signin-up-section .banner-content {
    max-width: 98%;
}
}