* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;

}

.vy_top_bar {
    background: linear-gradient(to right, #0d5c8c, #1b8cc4);
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;

}

.vy_container {
    max-width: 980px;
    margin: auto;
    display: flex;
    align-items: end;
    justify-content: space-between;

}

/* Logo */
.vy_logo img {
    height: auto;
    width: 280px;
}

/* Center text */
.vy_center_text {}

/* Right */
.vy_right_box {


    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

/* Button */
.vy_btn_download {
    background: #fff;
    color: #1b8cc4;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    width: fit-content;
}

/* Contact */
.vy_contact span {
    font-size: 12px;
}

.vy_contact p {
    font-size: 12px;
}

/* NAV */
.vy_nav {
    background: linear-gradient(to right, #8b004f, #d4006c);
}

/* Menu */
.vy_menu {
    display: flex;
    list-style: none;
    justify-content: center;
}

.vy_menu li {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.vy_menu li:last-child {
    border: none;
}

.vy_menu a {
    display: block;
    padding: 12px 18px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    transition: 0.3s;
    font-weight: 500;
}

.vy_menu a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.active-menu {
    background: rgba(0, 0, 0, 0.2);
}

/* Hamburger */
.vy_hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
    z-index: 999;
}

.vy_hamburger span {
    width: 28px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.4s ease;
}

/* Hamburger Animation */
.vy_hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.vy_hamburger.active span:nth-child(2) {
    opacity: 0;
}

.vy_hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* Responsive */
@media(max-width:991px) {

    .vy_center_text {
        display: none;
    }

    .vy_right_box {
        display: none;
    }

    .vy_hamburger {
        display: flex;
    }

    .vy_nav {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .vy_nav.active {
        max-height: 500px;
    }

    .vy_menu {
        flex-direction: column;
    }

    .vy_menu li {
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .vy_menu a {
        padding: 12px;
    }
}



.vy_media_section {
    padding: 20px 0;
    background: #f5f5f5;
}


.hdr-link {
    font-family: Tahoma, Arial;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}

.mail-txt {
    font-family: Tahoma, Arial;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}

.hdr-txt-small {
    font-family: Tahoma, Arial;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

.gaps-5 {
    gap: 5px;
}

.malayalam {
    font-size: 14px;
}



/* grid-section------------------ */

/* MAIN GRID */
.img_vid_grid {
    display: flex;

    width: 100%;
    justify-content: space-between;
    gap: 5px;
}

/* LEFT SIDE */
.img_vid_left {
    width: 72%;
}

.video_box {
    position: relative;
    width: 100%;
    height: 100%;
}

.video_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OVERLAY TEXT */
.video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.video_overlay p {
    font-size: 16px;
    color: #555;
}

/* RIGHT SIDE */
.img_vid_right {
    width: 28%;
    display: flex;
    flex-direction: column;
justify-content: space-around;

}

/* SMALL BOXES */
.img_small_box {
    width: 100%;
}

.img_small_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_vid_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ------------------ RESPONSIVE ------------------ */

/* TABLET */
@media (max-width: 991px) {
    .img_vid_grid {
        flex-direction: column;
    }

    .img_vid_left,
    .img_vid_right {
        width: 100%;
    }

    .img_vid_right {
        flex-direction: row;
    }

    .img_small_box {
        width: 33.33%;
    }
}

/* MOBILE */
@media (max-width: 575px) {
    .img_vid_right {
        flex-direction: column;
    }

    .img_small_box {
        width: 100%;
    }
}

.bg-color-common {
    background-color: #08416b;
}



/* MAIN */
.bank_area {
    display: flex;

    width: 100%;
    background: linear-gradient(135deg, #1c6ea4, #0b3c5d);
    padding-bottom: 20px;
}

/* LEFT */
.bank_left {
    width: 50%;
}

.bank_title {
    color: #fff;

    padding: 22px 15px 5px 14px;
    font-size: 24px;
    font-family: Tahoma, Arial;
    font-weight: 500;
}

.bank_card {
    background: #f4f6f8;
    padding: 20px;
    border-radius: 12px;
    margin-left: 16px;
}

.bank_card p {
    font-size: 13px;
    color: #444;
    font-family: Tahoma, Arial;
}

.bank_more {
    display: inline-block;

    color: #0b6fa4;
    font-weight: 600;
    font-size: 14px;
    font-family: Tahoma, Arial;
    text-decoration: none;
}

/* BANK LIST */
.bank_list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.bank_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    transition: 0.3s;
}

.bank_item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.bank_text h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: Tahoma, Arial;
}

.bank_text p {
    margin: 2px 0;
    font-size: 12px;
    color: #990000;
    font-family: Tahoma, Arial;
}



/* RIGHT */
.bank_right {
    width: 50%;

    padding: 20px;
    border-radius: 12px;
}

.message_title {
    color: #fff;
    margin-bottom: 20px;
    font-family: Tahoma, Arial;
    font-size: 20px;
}

/* MESSAGE GRID */
.message_grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.message_card {
    display: flex;
    gap: 15px;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    transition: 0.3s;
    font-family: Tahoma, Arial;
}

.message_card:hover {
    background: rgba(255, 255, 255, 0.2);
}

.message_card img {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    object-fit: cover;
}

.message_card h4 {
    margin: 0;
}

.message_card span {
    font-size: 12px;
    opacity: 0.8;
    font-family: Arial, Helvetica, sans-serif;
}

.message_card p {
    font-size: 13px;
    margin: 5px 0;
    font-family: Arial, Helvetica, sans-serif;
}

.message_card a {
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* ---------------- RESPONSIVE ---------------- */

/* TABLET */
@media (max-width: 991px) {
    .bank_area {
        flex-direction: column;
    }

    .bank_left,
    .bank_right {
        width: 100%;
    }
}

/* MOBILE */
@media (max-width: 575px) {
    .message_card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .bank_item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}





.ftr_sec {
    width: 100%;
    color: white;
    padding: 15px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Tahoma, Arial;
    font-size: 11px;
    color: #FFFFFF;
    border-top: 1px solid #ffffff;
}

.ftr_menu {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.ftr_menu a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.ftr_menu a::after {
    content: " |";
    margin-left: 5px;
}

.ftr_menu a:last-child::after {
    content: "";
}

.ftr_right_txt {
    white-space: nowrap;
}



/* about-section---------------------------------- */


/* Title */
.abt_vy_title {
    color: #bfe4ff;
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Content Box */
.abt_vy_content {
    background: #f5f5f5;
    padding: 25px;
    border-radius: 4px;
    line-height: 1.7;
    font-size: 15px;
    color: #444;
}

/* Paragraph spacing */
.abt_vy_content p {
    margin-bottom: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .abt_vy_title {
        font-size: 22px;
    }

    .abt_vy_content {
        padding: 20px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .abt_vy {
        padding: 30px 15px;
    }

    .abt_vy_title {
        font-size: 20px;
    }

    .abt_vy_content {
        padding: 15px;
        font-size: 13px;
    }
}


/* our-chits */


.table_vy {
    width: 100%;
    border-collapse: collapse;
    min-width: 980px;
    /* prevents breaking */
}

.table_vy th,
.table_vy td {
    padding: 12px 10px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    white-space: nowrap;
    /* prevents text breaking */
    font-size: 14px;
}

.table_vy th {
    background: #0a2f4a;
    font-weight: bold;
}

.table_vy tr:nth-child(even) {
    background: #11486d;
}

.table_vy tr:nth-child(odd) {
    background: #0e3f63;
}

.status_active_vy {
    color: #00ff00 !important;

}

.status_terminated_vy {
    color: red !important;

}

/* Responsive tweak */
@media (max-width: 768px) {

    .table_vy th,
    .table_vy td {
        padding: 10px 6px;
        font-size: 12px;
    }
}


/* gallery-grid */

.gallery-grid {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    padding-top: 10px;
}

.gallery-grid-area {
    grid-auto-flow: row;
    gap: 20px 20px;
    grid-template-columns: repeat(5, 1fr);

    .spanItem {
        grid-column: span 2;
    }

    @media (max-width: 1366px) {
        grid-template-columns: repeat(4, 1fr);

    }



    @media (max-width: 575px) {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* IMAGE STYLE */
.gallery-item img {
    width: 100%;
    cursor: pointer;

}


/* LIGHTBOX */
.vy_lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 999;
}

.vy_lightbox.active {
    opacity: 1;
    visibility: visible;
}

.vy_lightbox_img {
    max-width: 80%;
    max-height: 80%;
}

/* CLOSE */
.vy_close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

/* ARROWS */
.vy_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 10px;
}

.vy_arrow svg {
    width: 40px;
    height: 40px;
    stroke: #fff;
    stroke-width: 2;
    fill: none;
}

.vy_prev {
    left: 30px;
}

.vy_next {
    right: 30px;
}

/* HOVER EFFECT */
.vy_arrow:hover svg {
    stroke: #ccc;
}

/* MOBILE */
@media (max-width:575px) {
    .vy_lightbox_img {
        max-width: 95%;
    }

    .vy_arrow svg {
        width: 30px;
        height: 30px;
    }
}


/* directors---------- */


.directors_section_vy {
    width: 100%;
    background: linear-gradient(to right, #0d4a73, #0a3d5a);
    color: #fff;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}


/* Top section */
.top_section_vy {
    display: flex;

    align-items: flex-start;
    gap: 80px;
    flex-wrap: wrap;
}

/* Board */
.board_vy h2,
.directors_vy h2 {
    margin-bottom: 20px;
}

/* Bankers */
.bankers_vy {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    min-width: 280px;
        border-radius: 20px;
}

.bankers_vy h3 {
    margin-bottom: 10px;
}

/* Grid */
.directors_grid_vy {
    display: grid;
    grid-auto-flow: column;
    /* Force single row */
    grid-auto-columns: minmax(160px, 1fr);
    /* Each card width */
    gap: 0px;

    width: 100%;
    padding-bottom: 10px;
}

/* Special board grid */
.board_grid_vy {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

/* Card */
.card_vy {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.card_vy img {
    width: 120px;
    height: 140px;
    object-fit: cover;
    margin-bottom: 10px;
}

.card_vy h3 {
    font-size: 16px;
    font-weight: bold;
}

.role_vy {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 5px !important;
}

.phone_vy {
    color: #ffcc00;
    font-size: 14px;
    margin-top: 5px;
}

.brd-hd {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .top_section_vy {
        flex-direction: column;
    }

    .bankers_vy {
        width: 100%;
    }
}


/* enquiry */

.enq_section_vy {
    width: 100%;
    padding: 20px 20px;
    background: #cce1ff;
    display: flex;
    justify-content: center;
}

.enq_form {
    width: 100%;

    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

/* Grid Layout */
.form_grid_vy {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* Full width fields */
.full_vy {
    grid-column: span 2;
}

/* Form group */
.form_group_vy {
    display: flex;
    flex-direction: column;
}

.form_group_vy label {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}

/* Inputs */
.form_group_vy input,
.form_group_vy textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    width: 100%;
}

.form_group_vy input:focus,
.form_group_vy textarea:focus {
    border-color: #0077b6;
}

/* Button */
.submit_btn_vy {
    margin-top: 20px;
    padding: 12px 25px;
    border: none;
    background: #0077b6;
    color: #fff;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
}

.submit_btn_vy:hover {
    background: #005f8a;
}

/* Responsive */
@media (max-width: 768px) {
    .form_grid_vy {
        grid-template-columns: 1fr;
    }

    .full_vy {
        grid-column: span 1;
    }
}



.contact_message {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(to right, #0d3c5c, #1b5e85);
    padding: 20px;
    box-sizing: border-box;
    gap: 20px;
}

/* LEFT BOX */
.contact_box {
    flex: 1;
    min-width: 280px;
}

.contact_inner {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
}

.contact_logo {
    max-width: 180px;
    margin-bottom: 10px;
}

.phone {

    font-size: 12px;
    color: #990000;
    line-height: 17px;
    font-weight: 500;
}

.email {

    font-size: 12px;
    color: #990000;
    line-height: 17px;
    font-weight: 500;
}

.addrs {

    font-size: 14px;
    color: #555555;
    line-height: 17px;
    font-weight: 600;
}

/* RIGHT SECTION */
.message_section {
    flex: 2;
    min-width: 300px;
    color: #fff;
}

.msg_title {
    margin-bottom: 10px;
    font-size: 20px;
}

/* CARDS */
.msg_cards {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.msg_card {
    background: rgba(255, 255, 255, 0.2);
    padding: 15px;
    flex: 1;
    min-width: 250px;
    border-radius: 5px;
}

/* HEADER */
.msg_header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.msg_header img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.msg_header h4 {
    margin: 0;
    font-size: 16px;
}

.msg_header span {
    font-size: 13px;
}

/* TEXT */
.msg_card p {
    font-size: 13px;
    margin: 10px 0;
}

.msg_card a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .contact_message {
        flex-direction: column;
    }

    .msg_cards {
        flex-direction: column;
    }
}


.message_detail_vy {
    width: 100%;
    background: linear-gradient(to right, #0c4a6e, #1e6fa3);
    padding: 40px 20px;
    color: #fff;
    font-family: Arial, sans-serif;
}

.message_block {
    max-width: 1200px;
    margin: auto;
}

.message_item {
    margin-bottom: 50px;
}

.message_title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

.message_content {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.message_img_box {
    min-width: 150px;
    text-align: center;
}

.message_img_box img {
    width: 120px;
    height: auto;
    border-radius: 4px;
}

.message_img_box h3 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

.message_img_box p {
    font-size: 14px;
    color: #a5a5a5;
}

.message_text {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
}

/* ✅ Responsive */
@media (max-width: 768px) {
    .message_content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .message_text {
        text-align: justify;
    }
}


.vy_pagination {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.vy_pagination a {
    text-decoration: none;
    padding: 8px 14px;
    border: 1px solid #ddd;
    color: #ffffff;
    font-size: 14px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

/* Hover */
.vy_pagination a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* Active */
.vy_page.active {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* Icon animation */
.vy_icon {
    display: flex;
    transition: transform 0.3s ease;
}

/* Move arrow on hover */
.vy_prev:hover .vy_icon {
    transform: translateX(-3px);
}

.vy_next:hover .vy_icon {
    transform: translateX(3px);
}

/* Disabled */
.vy_prev.disabled,
.vy_next.disabled {
    pointer-events: none;
    opacity: 0.5;
}


/* application-form--------- */


.appli_form_vy {
    width: 100%;
    background: #0b2d4a;
    padding: 40px 20px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

/* HEADER */
.form_header_vy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.form_header_vy h2 {
    color: #fff;
    margin: 0;
}

/* DOWNLOAD BUTTON */
.download_btn_vy {
    background: #00aaff;
    color: #fff;
    padding: 10px 18px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
}

.download_btn_vy:hover {
    background: #008ecc;
}

/* FORM BOX */
.form_container_vy {
    background: #fff;
    padding: 30px;
    border-radius: 8px;

    margin: auto;
}

/* FORM GROUP */
.form_group_vy {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}

.form_group_vy label {
    margin-bottom: 6px;
    font-weight: bold;
    color: #333;
}

/* INLINE (LABEL + RADIO IN ONE LINE) */
.inline_vy {
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.inline_vy>label {
    min-width: 100px;
}

/* INPUTS */
.form_group_vy input,
.form_group_vy textarea {
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form_group_vy textarea {
    min-height: 80px;
}

/* RADIO GROUP */
.radio_group_vy {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.radio_group_vy label {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-weight: normal;
}

/* CUSTOM RADIO */
.radio_group_vy input[type="radio"] {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #0b2d4a;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.radio_group_vy input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #0b2d4a;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* GRID */
.grid_2_vy {
    display: flex;
    gap: 20px;
}

.grid_2_vy .form_group_vy {
    flex: 1;
}

/* SECTION TITLE */
.section_title_vy {
    margin: 25px 0 15px;
    color: #0b2d4a;
}

/* BUTTON */
.submit_wrap_vy {
    text-align: center;
    margin-top: 20px;
}

.submit_wrap_vy button {
    background: #0b2d4a;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.submit_wrap_vy button:hover {
    background: #09406a;
}

/* NOTE TEXT */
.note_vy {
    margin-top: 30px;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .grid_2_vy {
        flex-direction: column;
    }

    .form_header_vy {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .inline_vy {
        flex-direction: column;
        align-items: flex-start;
    }

    .inline_vy>label {
        min-width: auto;
    }
}



/* KURI-INTIMATION */

.kuri_intimation_vy {
    width: 100%;
    overflow-x: auto;
    font-family: Arial, sans-serif;
}


.kuri_intimation_vy .kuri_top_vy {
    background: #0a2540;
    color: #fff;
    padding: 20px 20px;
    font-size: 14px;
    border: 1px solid #1e4d7a;
}

/* Table */
.kuri_intimation_vy table {
    width: 100%;
    border-collapse: collapse;
    background: #0b2a4a;
    color: #ffffff;
}

/* Header */
.kuri_intimation_vy th {
    background: #0a2540;
    padding: 12px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #1e4d7a;
}

/* Cells */
.kuri_intimation_vy td {
    padding: 12px;
    font-size: 13px;
    border: 1px solid #1e4d7a;
    vertical-align: top;
}

/* Column widths */
.kuri_intimation_vy th:nth-child(1),
.kuri_intimation_vy td:nth-child(1) {
    width: 25%;
}

.kuri_intimation_vy th:nth-child(3),
.kuri_intimation_vy td:nth-child(3) {
    width: 12%;
    text-align: center;
    white-space: nowrap;
}

.kuri_intimation_vy th:last-child,
.kuri_intimation_vy td:last-child {
    width: 12%;
    text-align: center;
    white-space: nowrap;
}

/* Row hover */
.kuri_intimation_vy tr:hover {
    background: #123b66;
}

/* Responsive */
@media (max-width: 768px) {

    .kuri_intimation_vy th,
    .kuri_intimation_vy td {
        font-size: 12px;
        padding: 10px;
    }
}

.text-wht {
    color: #ffffff !important;
}

.fw{
    font-weight: 600 !important;
}

.brd-rad{
    border-radius: 20px;
}
