@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
    border: none;
    outline: none;
    color: #223263;
    text-decoration: none;
}



a {
    color: #223263;
    text-decoration: none;
}

body a:hover {
    color: #223263;
    text-decoration: none;
}



::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    /* background: #d7d7d7;  */
    background: #7EBBE2;
    border-radius: 100px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #A9D2EB;
}

.stop_scroll {
    height: 100vh;
    overflow: hidden;
}

.body_overlay {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    background: rgba(34, 50, 99, 0.4);
}

.active_overlay .body_overlay {
    visibility: visible !important;
}

.active_pop .name_tag {
    bottom: 10px;
    right: 200px;
    height: 280px;
}

body .pri_color {
    color: #53A5D8 !important;
}

/* nav {
    position: fixed;
    width: 100%;
} */

/* nav {
    position: fixed;
    width: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    backdrop-filter: blur(10px);
} */

.container {
    display: flex;
    gap: 24px;
    justify-content: center;
    padding: 12px;
    /* overflow: hidden; */
}

.header_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.content_img_div {
    width: fit-content;
    position: relative;
    /* margin: auto; */
}

.name_tag {
    position: absolute;
    bottom: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    gap: 2px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

.popup_btn {
    width: -webkit-fill-available;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
}

.span_tag {
    font-size: 16px;
    line-height: 24px;
    color: #9098B1;
}



.p_tag_pri {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #53A5D8;
}

.p_tag_email {
    font-weight: 500;
    font-size: 14px;
    width: -webkit-fill-available;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    color: #53A5D8;

}

.p_tag_u {
    font-weight: 700;
    font-size: 13px;
    line-height: 30px;
    width: -webkit-fill-available;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    color: #53A5D8;
    text-decoration: underline;
}


body .p_tag_pri {
    font-weight: 600;
}

body .ptag_600 {
    font-weight: 600;
}

body .ptag_500 {
    font-weight: 500;
}

body .ptag_300 {
    font-weight: 300;
}

body .p_smb {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
}

body .p_smb_500 {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
}

.name_tag .p_tag_pri {
    width: 243px;
}

.dropdown {
    position: relative;
    /* overflow: hidden; */
}

.dropdown-content {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 16px;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #EBF0FF;
    border-radius: 8px;
    z-index: 1;
}

.container a,
.dropdown .dropbtn {
    white-space: nowrap;
}

.container a:hover,
.dropdown:hover .dropbtn {
    color: #288ECE;
}

.dropdown:hover .dropbtn img {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.dropdown_flex {
    left: -340px;
    flex-direction: row;
    gap: 24px
}

.navh_link_div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.dropdown:hover .dropdown-content {
    display: flex;
}

.logo_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px;
    border-bottom: 1px solid rgba(40, 142, 206, 0.4);
}

.input_nav_div,
.input_email_btn {
    display: flex;
    align-items: center;
    gap: 8px;
}

input#mem_no {
    width: 120px;
}

/* select#mem_type {
    color: #6B6A75;
    width: 140px;
    border-right: 1.5px solid #288ECE;
} */

.nav_input {
    background: #FFFFFF;
    padding: 12px 16px;
}

.nav_loginbtn {
    padding: 8px;
    background: #288ECE;
    border-radius: 28px;
}


/* .nav_input_mem,
input#mem_email {
    width: fit-content;
    border: 1.5px solid #288ECE;
    background: #FFFFFF;
    border-radius: 24px;
    overflow: hidden;
} */



.float_icon {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    /* margin-right: 16px; */
    /* margin-top: 24px */
}




a.action_link {
    width: -webkit-fill-available;
    padding: 16px 24px;
    background: #D4EFFF;
    border-radius: 8px;
}

.right_tag {
    right: 140px;
}

.left_tag {
    left: 165px;
}

.status_bdiv {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    width: 100%;
}

.phone_div {
    padding: 24px;
    background: #288ECE;
    border-radius: 16px;
}

.app_btn span {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.app_btn {
    /* width: fit-content; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 16px;
    gap: 8px;
    background: #288ECE;
    border-radius: 8px;
}

img.phone_icon {
    width: 150px;
}

.phone_line {
    width: 132px;
    height: 5px;
    background: #000000;
    border-radius: 100px;
}

/* nav---------------- */

.page_content {
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 94px 8px 54px;
    gap: 40px;
    height: 100vh;
    overflow: auto;
    gap: 40px;
}

.left_section {
    width: fit-content;
    overflow-y: scroll;
    overflow-x: hidden;
    border-right: 1px solid #223263;
}

.right_section {
    padding: 0 8px;
    width: -webkit-fill-available;
    overflow-y: scroll;
    overflow-x: hidden;
}

.left_scroll_div {
    display: flex;
    padding: 40px 8px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.text_div {
    margin: 40px 0 24px;
}

.pri_btn {
    width: fit-content;
    padding: 12px 24px;
    margin: 40px auto 0 auto;
    background: #FFFFFF;
    border: 2px solid #288ECE;
    border-radius: 100px;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #288ECE;

}

.side_navbtn {
    position: relative;
    width: fit-content;
    /* color: #9098B1; */
    padding: 12px 16px;
    overflow: hidden;
    white-space: nowrap;
}

.side_navbtn a {
    color: #9098B1;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}


.active_snavbtn {
    color: #223263;
    background: rgba(36, 34, 32, 0.04);
    border: 1px solid #EBF0FF;
    border-radius: 12px;
}

.active_snavbtn::before {
    content: "";
    position: absolute;
    width: 293px;
    height: 56px;
    left: calc(50% - 293px/2 - 9.5px);
    top: calc(50% - 56px/2);
    background: radial-gradient(50% 50% at 50% 50%, rgba(126, 187, 226, 0.48) 0%, rgba(126, 187, 226, 0) 100%, rgba(126, 187, 226, 0) 100%);
    opacity: 0.6;
    filter: blur(20px);
}

.display_h1,
.display_h {
    font-weight: 300;

    font-size: 32px;
    line-height: 39px;
}



.display_h {
    font-weight: 600;
}

.text_div .display_h1 {
    padding-bottom: 24px;

}



.p_tag {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    ;
}


.p_tag_size {
    font-weight: 400;
    font-size: 38px;
    line-height: 30px;
    text-align: justify;
}

/* * // table_2 data// */

.table {
    width: 100%;
    border-collapse: collapse;
    margin: 34px;

}

.table td,
.table th {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
    font-size: 16px;
}

.table th {
    background-color: #92c9e6;
    color: #ffffff;
}

.table tbody tr:nth-child(even) {
    background-color: #d1e8f5;
}

/* * // table data// */

.table {
    width: 100%;
    border-collapse: collapse;
    margin: 34px;

}

.table td,
.table th {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
    font-size: 16px;
}

.table th {
    background-color: #92c9e6;
    color: #ffffff;
}

.table tbody tr:nth-child(even) {
    background-color: #d1e8f5;
}

/* jatin code */

* {
    box-sizing: border-box
}

body {
    font-family: Verdana, sans-serif;
    margin: 0
}

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 10px;
    margin-top: -22px;

    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
/* .prev:hover, .next:hover {
    background-color: white;
  } */

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

/* close jatin code */






/*responsive table */
@media (max-width: 990px) {
    .table thead {
        display: none;
    }

    .table,
    .table tbody,
    .table tr,
    .table td {
        display: block;
        width: 100%;
    }

    .table tr {
        margin-bottom: 40px;
    }

    .table td {
        padding: 16px;
        text-align: left !important;
        position: relative;
    }

    .table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-size: 15px;
        font-weight: bold;
        text-align: left;
    }

    .table th::before {
        padding: 12px 15px;
        border: 1px solid #ddd;
        text-align: center;
        font-size: 12px;
    }
}

/* // end table data// */



.fellows_detail {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}


.left {
    font-weight: 650;
}

.years_fellow {
    background-color: #288ECE;
    color: white;

    font-size: 27px;


}

.years_dr {
    background-color: white;


    padding-left: 0px;
}

.card_container {
    display: flex;
    justify-content: space-between;
    padding: 8px;
}

.card {
    border-radius: 25px;
    padding: 2px;
    box-shadow: 5px 5px 5px 5px #cfcccc;
    width: 55%;
}

.card-header {
    border-radius: 25px 25px 0 0;
    padding: 5px;
}

.card-body {
    border-radius: 25px;
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #53A5D8;
    position: fixed;
    bottom: 0;
    width: 100%;

}

.footer * {
    color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
}

/* .footer_div{
    grid:;
} */

.right_section .contact_div {
    width: 94%;
}

option {
    font-size: 16px;
    color: #223263;
}

option:first-child {
    color: #BDC2D0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent !important;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='12' viewBox='0 0 25 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.633423H24.5L12.6418 11.3666L0.5 0.633423Z' fill='%23223263' fill-opacity='0.3'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position-x: 96% !important;
    background-position-y: 60% !important;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
}

/* new code 5-7-23 start */
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 25px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    border-radius: 50%;
    background-color: white;
    /* border: 2px solid #D0D0D0; */
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}

/* .text_div .head_tdiv { */
.head_tdiv {
    padding-bottom: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.text_div .head_tdiv .display_h1 {
    padding: 0;
}

.edit_btn {
    width: fit-content;
    display: flex;
    padding: 10px 20px 10px;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    border-radius: 24px;
    border: 2px solid #288ECE;
    background: #FFF;
    font-weight: 600;
}

.pvd_text {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.pv_details {
    display: flex;
    padding-top: 18px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 18px;
}

.pv_img {
    width: 100%;
    max-width: 180px;
    border-radius: 20px;
    box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.25);
}

.profile_veiw_div {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.profile_details {
    display: flex;
    padding-left: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.mem_directory_section {
    margin: 40px auto;
    width: fit-content;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    border-radius: 20px;
    background: #FFF;
    box-shadow: -10px 0px 40px 0px rgba(0, 0, 0, 0.15), 10px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.an_btn {
    flex-grow: 1;
    padding: 8px 8px 8px 14px;
    background: #EBF0FF;
    font-weight: 500;
    box-shadow: 4px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.md_profilecard_div {
    display: grid;
    padding: 40px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
}

.md_pro_card {
    display: flex;
    padding: 16px 16px 24px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    /* box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10); */
}

.md_pc_img_div {
    /* width: 400px; */
    background-color: rgba(0, 0, 0, .2);
    border-radius: 20px;
}

/* .md_pc_img { */
.md_pc_img {
    /* opacity: 0.5; */
    mix-blend-mode: multiply;
    width: 100%;
    max-width: 320px;
}

.pri_colour {
    color: #288ECE;
}

.md_pc_name {
    font-size: 24px;
    font-weight: 500;
}

.md_pc_details {
    position: relative;
    margin-top: -60px;
    flex-direction: column;
    display: flex;
    padding: 16px;
    align-items: flex-start;
    gap: 8px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.30);
}

/* pagination css start */
.pagination,
.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.pagination {
    width: 100%;
    margin: 0px auto 40px;
}

.btn-nav,
.btn-page {
    border-radius: 8px;
    background-color: #fff;
    cursor: pointer;
}

/* .btn-nav {
    padding: 8px;
} */

.btn-nav {
    display: flex;
    align-items: center;
    /* padding: 6px; */
    width: 40px;
    height: 32px;
    border: 2px solid #A9D2EB;
    color: #A9D2EB;
}

.btn-page {
    border: 2px solid #A9D2EB;
    color: #A9D2EB;
    width: 40px;
    height: 40px;
    font-weight: 500;
    font-size: 16px;
}

.btn-nav:hover,
.btn-page:hover {
    background-color: #288ECE;
    color: #fff;
    border: none;
}

.btn-nav:hover .arrow_icon {
    stroke: #fff;
}


.btn-nav .arrow_icon {
    stroke: #A9D2EB;
}

.btn-selected {
    border: none;
    background-color: #288ECE;
    color: #fff;
}

.left-btn {
    padding: 6px 8px 6px 4px;
}

.right-btn {
    padding: 6px 4px 6px 8px;
}

/* pagination css end */

.md_div .head_tdiv {
    padding: 24px 0px 24px 32px;
    border-bottom: 4px solid #288ECE;
}

.link_arrow_div {
    width: 100%;
    padding-right: 8px;
    display: flex;
    justify-content: space-between;
}

.an_btn_selected {
    color: #fff;
    background: #288ECE;
    box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.25) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.sub_title {
    color: #288ECE;
    font-size: 18px;
    font-weight: 500;
}

.subscription_div {
    display: flex;
    padding-left: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.sub_section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

ul.sub_ul {
    padding-left: 18px;
}

.off_set_btn {
    border: 2px solid #9098B1;
    color: #9098B1;
}

.sub_btn_div {
    display: flex;
    gap: 16px;
}

.off_set_text {
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #7F7E83;
}

.alphabet_nav_div {
    display: flex;
    flex-direction: column;
}

.tilte_link_img {
    padding-left: 12px;
}

.tilte_link {
    font-size: 20px;
    font-weight: 500;
}

.tilte_link_div {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.table_link {
    display: flex;
    gap: 8px;
}

#qzq_list .table {
    margin: 0 !important;
}

.page_content {
    gap: 24px;
}

.table th {
    background-color: #288ECE;
}

#qzq_list .table td,
#qzq_list .table th {
    border: 1px solid rgb(34 50 99 / 20%);
}

.card {
    box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 20%);
    width: 100%;
}

/* new code 5-7-23 end */

@media (max-width: 991px) {

    /* .page_content {
        display: grid;
        grid-template-columns: auto;
        padding: 124px 64px 70px;
        gap: 40px;
    } */
    .footer {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 12px 16px;
        background: #53A5D8;
        position: fixed;
        gap: 5px;
        bottom: 0;
        width: 100%;

    }
}

@media (max-width: 780px) {
    .years_fellow {
        background-color: #288ECE;
        color: white;
        width: 100%;
        height: 43px;
        font-size: 27px;
    }

    .left_section {
        display: none;
    }

    .page_content {
        display: grid;
        grid-template-columns: auto;
        padding: 94px 8px 54px;
    }

    .col-right_row {

        padding-left: 0%;
    }

    .card {
        border-radius: 25px;
        padding: 2px;
        box-shadow: 5px 5px 5px 5px #cfcccc;
        width: 99%;
    }
}


@media (max-width: 400px) {
    .page_content {
        padding: 94px 8px 110px;
    }
}

/* <jatin code> */
@media (width:451px) {



    .footer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        background: #53A5D8;


    }

    /* .page_content {
    display: grid;
    grid-template-columns: auto auto;

    height:100vh;
   overflow: auto;
    gap: 40px;
} */


}


/* @media (max-width: 780px) {
    .left_section {
        display: none;
    }

    .page_content {
        display: grid;
        grid-template-columns: auto;
        padding: 150px 64px 110px;
    }
} */