.feedback .card {
    border: none;
}

.card-header-container {
    align-items: center;
}

.layout-header .card-header {
    color: #174f82;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    margin: 10px 0 0;
    padding: 0;
    text-align: left !important;
    border-bottom: 2px solid black;
}

.menu-icon {
    display: none;
}

.navlink-containers {
    display: flex;
    justify-content: space-between;
}

.header-navbar {
    width: 54%;
    background: #2463ba;
    margin-top: 2%;
    margin-bottom: 3%;
    padding: 1% 2% 1% 2%;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}

/* mobile responsive */
@media (max-width: 1024px) {
    body {
        width: 100vw;
    }
    /* dashborad */
    .khanepani-left-icon {
        height: 50px;
    }
    .water_logo {
        display: none;
    }

    .menu-icon {
        display: flex;
        justify-content: flex-end;
    }

    .navlink-containers {
        display: none;
    }

    .changeLang {
        margin-top: unset;
    }

    .localization-container {
        display: none !important;
    }

    .header-navbar {
        width: unset;
        background-color: #fff;
    }

    .card-none-to-left {
        display: none !important;
    }
    .card-center-to-right {
        display: none !important;
    }
    .card-right-to-none {
        display: none !important;
    }
    .slider-btns {
        bottom: -5px;
    }
    .slider-card img {
        width: 100% !important;
    }
    .home-second-section {
        flex-direction: column;
    }
    .slider-title {
        font-size: 13px !important;
        line-height: unset !important;
    }

    .card {
        width: 100% !important;
    }

    .home-second-section {
        padding: 0 !important;
        margin: 0 !important;
    }

    /* feedback page */
    .feedback {
        width: 100% !important;
    }

    /* branch-office */
    .card-header-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .branch-contact-section {
        flex-direction: column;
        gap: 30px;
    }

    .branch-contact .details {
        line-height: unset !important;
        margin-left: unset !important;
    }

    .branch-contact-inner-section {
        align-items: center;
        gap: 5px;
    }

    .branch-contact h2 {
        padding: 2vw 0 3vw 0 !important;
    }
}
