/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


* {
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
    color: #223263;
    text-decoration: none;
}


a {
    color: #223263;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}


::-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: 3; */
    z-index: 5;
    width: 100vw;
    height: 100vh;
    background: rgba(34, 50, 99, 0.4);
}

.active_overlay .body_overlay {
    visibility: visible !important;
    /*overflow: hidden;*/
}

.active_pop .name_tag {
    bottom: 10px;
    right: 200px;
    height: 280px;
}

.pri_color {
    color: #53A5D8;
}

/* 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px;
    /* overflow: hidden; */
}

.header_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
}

.content_img_div {
    overflow: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    /* margin: auto; */
    -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.25);
    border-radius: 16px
}

img.content_img {
    width: 260px;
    /* width: 100%; */
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    height: 280px !important;
    border-radius: 16px;
    -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.15);
}

.name_tag {
    /* position: absolute; */
    bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    color: #53A5D8;
    text-decoration: underline;
}


.p_tag_pri {
    font-weight: 600;
}

.ptag_600 {
    font-weight: 600;
}

.ptag_500 {
    font-weight: 500;
}

.ptag_300 {
    font-weight: 300;
}

.p_smb {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
}

.p_smb_500 {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
}

.name_tag .p_tag_pri {
    width: 243px;
}

/* .dropdown {
    position: relative;
}

.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#mem_no {
    width: 120px;
}

.nav_input {
    background: #FFFFFF;
    padding: 12px 16px;
}

.nav_loginbtn {
    padding: 8px;
    background: #288ECE;
    border-radius: 28px;
}

.float_icon {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
}




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 {
    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: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 40px 1fr;
    grid-template-columns: auto 1fr;
    padding: 124px 64px 50px;
    /* padding: 0px 64px 50px; */
    gap: 40px;
    height: 100vh;
    overflow: auto;
    gap: 40px;
}

.page_content2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 40px 1fr;
    grid-template-columns: auto 1fr;
    /*padding: 124px 64px 50px;*/
     padding: 0px 64px 64px; 
    gap: 40px;
    height: 100vh;
    overflow: auto;
    gap: 40px;
}

.left_section {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow-y: scroll;
    overflow-x: hidden;
    border-right: 1px solid #223263;
}

.right_section {
    width: -webkit-fill-available;
    overflow-y: scroll;
    /* overflow-x: hidden; */
}

.left_scroll_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 8px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
}

.text_div {
    margin: 40px 0 24px;
}

.pri_btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    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: -webkit-fit-content;
    width: -moz-fit-content;
    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: -o-radial-gradient(50% 50%, 50% 50%, rgba(126, 187, 226, 0.48) 0%, rgba(126, 187, 226, 0) 100%, rgba(126, 187, 226, 0) 100%);
    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;
    -webkit-filter: blur(20px);
    filter: blur(20px);
}

.display_h1,
.display_h {
    font-weight: 300;

    font-size: 32px;
    line-height: 39px;
    margin: 0;
}



.display_h {
    font-weight: 600;
}

.text_div .display_h1 {
    padding-bottom: 24px;


}

.head_p_tag {
    /* margin-left:16px; */
    text-align: justify;
}


.p_tag {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    margin: 0;
}


.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: calc(100% - 24px);
    border-collapse: collapse;
    margin-left: 24px;
}

.table td,
.table th {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
    font-size: 16px;
}

.table th {
    background-color: #288ECE;
    color: #ffffff;
}

.table tbody tr:nth-child(even) {
    background-color: #d1e8f5;
}

/* jatin code */

* {
    -webkit-box-sizing: border-box;
    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;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    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;
    -webkit-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */

/* .fade {
    animation-name: fade;
    animation-duration: 1.5s;
} */

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@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*/





@media (max-width: 500px) {
    .table thead {
        display: none;
    }

    .table,
    .table tbody,
    .table tr,
    .table td {
        display: block;
        /* width: 100%; */
        margin: 0;
    }

    .table tr {
        margin-bottom: 15px;
    }

    .table td {
        /* padding-left: 20%; */
        text-align: left;
        position: relative;
    }

    .table td::before {
        content: attr(data-label);
        /* position: absolute; */
        left: 0;
        /* width: 50%; */
        padding-right: 8px;
        font-size: 16px;
        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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}


.left {
    font-weight: 650;
}

.years_fellow {
    background-color: #288ECE;
    color: white;
    font-size: 22px;
}

.years_fellow p {
    color: white;
    font-size: 14px;
    line-height: 1.4;
}

.years_dr {
    background-color: white;
    /* padding-left: 0px; */
    padding: 16px;
}

.card_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* padding: 8px; */
    gap: 16px;
}

.card_container br {
    display: block;
    content: "";
    margin-top: 16px;
}


.fd_div {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.card {
    overflow: hidden;
    border-radius: 16px;
    /* padding: 2px; */
    /* box-shadow: 5px 5px 5px 5px #cfcccc; */
    -webkit-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.15);
    /* width: fit-content; */
}

.Fellows_year {
    /* margin-left: 16px; */
    margin: 0 16px;
}

.card-header {
    /* border-radius: 25px 25px 0 0; */
    padding: 8px 12px;
}

/* .card-body {
    border-radius: 25px;
} */

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
    background: #53A5D8;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3;

}

.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;
    /*change done*/
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='35' height='19' viewBox='0 0 35 19' fill='none'%3e%3crect width='34' height='18.7332' transform='translate(0.5 0.133301)' fill='white'/%3e%3cpath d='M8.5 4.1333H32.5L20.6418 14.8665L8.5 4.1333Z' fill='%23BDC2D0'/%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;
    -o-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;
    -o-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    -webkit-box-shadow: 0 0 1px #2196F3;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sm_head_text {
    /* padding-bottom: 24px; */
    padding-bottom: 40px;
    padding-right: 16px;

}

.sm_head_text .display_h1 {
    padding-bottom: 8px;
}

.text_div .head_tdiv .display_h1 {
    padding: 0;
}

.edit_btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
   -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    border-radius: 24px;
    border: 2px solid #288ECE;
    background: #FFF;
    font-weight: 600;
}

.pvd_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
}

.pv_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 18px;
}

.pv_img {
    width: 100%;
    max-width: 180px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.25);
}

.profile_veiw_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
}

.profile_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
}

.mem_directory_section {
    margin: 40px auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: -10px 0px 40px 0px rgba(0, 0, 0, 0.15), 10px 0px 40px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -10px 0px 40px 0px rgba(0, 0, 0, 0.15), 10px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.an_btn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 8px 8px 8px 14px;
    background: #EBF0FF;
    font-weight: 500;
    -webkit-box-shadow: 4px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 4px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.md_profilecard_div {
    display: -ms-grid;
    display: grid;
    padding: 40px;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.md_pro_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 16px 24px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 32px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.30);
}

/* pagination css start */
.pagination,
.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* padding: 6px; */
    width: 40px;
    height: 32px;
    /*border: 2px solid #A9D2EB;*/
    border: 2px solid #288ECE;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.an_btn_selected {
    color: #fff;
    background: #288ECE;
    -webkit-box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.25) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
}

.sub_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.off_set_text {
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #7F7E83;
}

.alphabet_nav_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tilte_link_img {
    padding-left: 12px;
}

.tilte_link {
    font-size: 20px;
    font-weight: 500;
}

.tilte_link_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}

/* new code 5-7-23 end */



/* new IAN Neuroradiology Course css 22-8-2033 start */


.blog-post {
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.blog-post .blog-img .overlay,
.blog-post .blog-img .post-meta {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog-post .blog-img .overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.blog-post .blog-img .post-meta {
    bottom: 5%;
    right: 5%;
    z-index: 1;
}

.blog-post .blog-img .post-meta .read-more:hover {
    color: #6dc77a !important;
}

.blog-post .content h1,
.blog-post .content h2,
.blog-post .content h3,
.blog-post .content h4,
.blog-post .content h5,
.blog-post .content h6 {
    line-height: 1.2;
}

.blog-post .content .title {
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
}

.blog-post .content .title:hover {
    color: #2196F3 !important;
}

.blog-post .content .author .name:hover {
    color: #2196F3 !important;
}

.blog-post:hover {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.blog-post:hover .blog-img .overlay {
    opacity: 0.65;
}

.blog-post:hover .blog-img .post-meta {
    opacity: 1;
}

.blog-post .post-meta .like i,
.profile-post .like i {
    -webkit-text-stroke: 2px #dd2427;
    -webkit-text-fill-color: transparent;
}

.blog-post .post-meta .like:active i,
.blog-post .post-meta .like:focus i,
.profile-post .like:active i,
.profile-post .like:focus i {
    -webkit-text-stroke: 0px #dd2427;
    -webkit-text-fill-color: #dd2427;
}

.avatar.avatar-ex-sm {
    height: 36px;
    width: 36px;
    -o-object-fit: cover;
    object-fit: cover;
}

.shadow {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
}

.text-muted {
    color: #8492a6 !important;
}


.para-desc {
    max-width: 600px;
}

.text-muted {
    color: #8492a6 !important;
}

.section-title .title {
    letter-spacing: 0.5px;
    font-size: 30px;
}

.profile_btn {
    gap: 6px;
}

.profile_btn a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.blog-img img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
}

.section_content {
    margin: 40px 0;
}

/* .nc_avatar {
    object-fit: cover;
} */


.play_btn_link img {
    width: 40px;
    height: 40px;
}

.play_btn_link {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nc_flex_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 48px;
}

.row {
    width: 100%;
}

.blog-img {
    /* overflow: hidden; */
    border-radius: 6px 6px 0px 0px;
}

.nc_card .blog-img {
    /* overflow: hidden; */
    /* min-width: 100px; */
    /* width: 100px; */
    width: 140px;
    height: 120px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.3);
}

.nc_avatar {
    height: 24px;
    width: 24px;
    /* height: 28px;
    width: 28px; */
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}

.nc_profile_dec {
    margin-top: 8px;
}

.nc_name_text {
    /* text-decoration: underline; */
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.nc_topic_text {
    /* font-size: 16px; */
    cursor: pointer;
    font-size: 18px;
    line-height: 1.2;
    text-decoration: none;
}

.nc_name_text:hover {
    color: #2196F3 !important;
}

.nc_topic_text:hover {
    color: #2196F3 !important;
}

.nc_card {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 16px 1fr;
    grid-template-columns: auto 1fr;
    gap: 16px;
    padding: 16px;
    border-radius: 6px;
    border: solid 1px #b8b8b8;
    /* border: solid 1px #e1e1e1; */
    margin: 0 16px;
}

.nc_profil_sect a {
    /* width: fit-content; */
    width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* gap: 8px; */
    gap: 4px;
}

.nc_profil_sect {
    margin: 24px 0px 0px;
    padding-top: 16px;
    /* padding-top: 16px; */
    border-top: solid 1.5px rgb(222, 226, 230);
}

/* new IAN Neuroradiology Course css 22-8-2033 end*/

.button,
.button:focus {
    font-size: 16px;
    /* padding: 8px 12px; */
    /* padding: 6px 8px; */
    padding: 6px;
    border-radius: 0.7rem;
    background-color: white;

    /* background-image: linear-gradient(rgb(214, 202, 254), rgb(158, 129, 254)); */
    /* background-image: 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; */

    border: 2px solid rgb(191 191 191 / 50%);
    border-bottom: 5px solid rgb(170 170 170 / 50%);

    /* border: 2px solid #e9e9e9;
    border-bottom: 5px solid #e9e9e9; */
    -webkit-box-shadow: 0px 1px 6px 0px rgb(211, 211, 211);
    box-shadow: 0px 1px 6px 0px rgb(211, 211, 211);
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.button:active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    border-bottom: 2px solid #e9e9e9;
}

.dashb_close_btn {
    display: none;
    margin-top: 12px;
    margin-left: auto;
    width: 32px;
    padding: 4px;
    border-radius: 100px;
    background-color: #2290CF;
    cursor: pointer;
}

.tilte_btn {
    pointer-events: none;
}

.remove_pd {
    padding: 0 !important;
}

.swiper {
    /* width: 100%; */
    width: 60vw;
    height: 330px;
    padding: 24px 0;
}

.swiper-slide {
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 16px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 16px 2px rgba(0, 0, 0, 0.4);
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
    content: "";
}

body .swiper-button-next {
    margin-right: 16px;
}

body .swiper-button-prev {
    margin-left: 16px;
}

.table_div {
    overflow-x: scroll;
}


.conveners_list .right_section {
    width: auto;
}




.table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-collapse: collapse;
    /* margin: 34px; */
}


/* executive committee-----start */

.display_h2,
.display_h2b {
    font-weight: 300;
    font-size: 24px;
}

.display_h,
.display_h2b {
    font-weight: 600;
}

.mcard_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
    margin: 40px 0;
}

.title_mcard_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.mcard_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
}

.mcard_veiw {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
   height: 440px;
    transition: height 0.5s ease;
}
.mcard_veiw:hover {
    height: 540px;
}

.profile_img {
    position: relative;
    top: 0px;
    /*width: 100%;*/
    width: 340px;
    height: 380px;
    /*width: 360px;*/
    /*height: 380px;*/
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}



.pro_content {
    position: relative;
    top: 0px;
    margin-top: -40px;
    /*width: 360px;*/
    width: 340px;
   padding: 16px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*padding: 16px 24px 16px;*/
    gap: 6px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.pro_name {
    width: -webkit-fill-available;
}

.pro_name>h2 {
    margin-bottom: 4px;
}

.pro_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    height: 0px;
     width: 100%;
    opacity: 0.1;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.pro_subtitle {
    letter-spacing: 0.5px;
    font-weight: 600;
    text-decoration: underline;
}

.mcard_veiw:hover .profile_img {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    top: -110px;
}

.mcard_veiw:hover .pro_content {
    z-index: -1;
    top:  -210px;
    padding: 40px 24px 16px;
}

.mcard_veiw:hover .pro_info {
    height: 260px;
    /*height: 254px;*/
    opacity: 1;
    /* animation: proinfoHA 0.4s ease-in-out both; */
}


@-webkit-keyframes proinfoHA {
    /* 0% {
        display: none;
        visibility: hidden;
        height: 0px;
        opacity: 0.1;
    } */

    1% {
        display: -webkit-box;
        display: flex;
        visibility: visible;
    }

    100% {
        height: 284px;
        opacity: 1;
    }
}


@keyframes proinfoHA {
    /* 0% {
        display: none;
        visibility: hidden;
        height: 0px;
        opacity: 0.1;
    } */

    1% {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: visible;
    }

    100% {
        height: 284px;
        opacity: 1;
    }
}

body .table {
    margin: 16px;
    border-radius: 16px;
    overflow: hidden;
    /* outline: 1.2px solid #ddd; */
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.15);
}

body .table td {
    color: #223263;
}

/* executive committee-----end */



@media (max-width: 991px) {

    /* .page_content {
        display: grid;
        grid-template-columns: auto;
        padding: 124px 64px 70px;
        gap: 40px;
    } */
    .footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 12px 16px;
        gap: 5px;
    }


    .footer * {
        font-size: 14px;
    }

    .footer span img {
        width: 180px !important;
    }

    .page_content {
        padding: 130px 16px 45px;
        /* padding: 180px 8px 50px; */
        gap: 24px;
    }


    /* .card {
        width: 97%;
    } */
}

@media (max-width: 780px) {
    .main-section_div {
        /* padding-top: 96px; */
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .left_section {
        position: fixed;
        left: 0;
        z-index: 6;
        padding: 80px 16px 16px;
        bottom: 0;
        border: none;
        border-top: solid 2px #008CBA;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        background-color: rgb(255, 255, 255);
        height: calc(100vh - 130px);
        /* height: calc(100vh - 178px); removed when nav icon is disable */
        /* height: calc(100vh - 125px); */
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scaleX(-0);
        -ms-transform: scaleX(-0);
        transform: scaleX(-0);
        opacity: 0.1;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }

    .active_dashbord .left_section {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
    }

    .active_dashbord .left_scroll_div {
        padding: 0px 8px 24px
    }


    .dashb_close_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .years_fellow {
        width: 100%;
        /* height: 43px; */
    }



    /* .left_section {
        display: none;
    } */

    .page_content {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        /* padding: 180px 16px 80px; */
        /* padding: 130px 16px 70px; */
        height: auto;
        padding: 130px 16px 16px
    }

    .col-right_row {

        padding-left: 0%;
    }

    .card {
        /* box-shadow: 5px 5px 5px 5px #cfcccc; */
        /* width: 99%; */
    }


    .tilte_btn {
        pointer-events: all;
        cursor: pointer;
        text-decoration: underline;
    }

    .tilte_btn::before {
        content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3e%3crect x='0.5' y='0.866688' width='24' height='24' rx='4' fill='%23288ECE'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4092 12.8654L8.0373 19.2909C7.56569 19.7671 7.56569 20.5351 8.0373 21.0113C8.26203 21.2387 8.56854 21.3667 8.88825 21.3667C9.20795 21.3667 9.51447 21.2387 9.73919 21.0113L16.962 13.7269C17.4351 13.2512 17.4351 12.4822 16.962 12.0065L9.73949 4.72212C9.51447 4.49464 9.20795 4.36669 8.88825 4.36669C8.56854 4.36669 8.26203 4.49464 8.037 4.72212C7.56569 5.19837 7.56569 5.96638 8.0376 6.44249L14.4092 12.8654Z' fill='white' stroke='white' stroke-width='0.5'/%3e%3c/svg%3e");
        width: 24px;
        height: 24px;
        padding-right: 4px;
    }

    .footer {
        position: static;
    }

    .swiper {
        width: 90vw;
    }
}


@media (max-width: 575px) {
    /* .page_content {
        padding: 230px 16px 80px;
    } */

    .nc_card .blog-img {
        width: 100%;
    }

    .nc_card {
        -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        /* flex-direction: column; */
    }

    .nc_card>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .nc_card>*:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .card_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer * {
        font-size: 12px;
    }

    .left_section {
        height: calc(100vh - 132px);
    }

    .tilte_btn.display_h1 {
        font-size: 24px;
    }
    
    
      .pro_content {
    width: 300px;
    padding: 12px;
}

.profile_img{
    width: 300px;
     height: 340px;
    
}

.display_h2, .display_h2b {
    font-size: 20px;
}

.display_h1, .display_h{
    font-size: 28px;
    line-height: 32px;
}

}

/* <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: 360px) {
    /* .page_content {
        padding: 230px 8px 80px;
    } */

    .nc_card {
        padding: 16px 8px;
        margin: 0;
    }


}

/* @media (max-width: 780px) {
    .left_section {
        display: none;
    }

    .page_content {
        display: grid;
        grid-template-columns: auto;
        padding: 150px 64px 110px;
    }
} */