section.Excellence_Awards {
    background: var(--White, #FFF);
    padding: 72px 0;
}


section.Awards_Banner.Awards_Banner_Voting {
    position: relative;
    min-height: 374px;
}

img.Awards_Banner_Img.w-100.img-fluid {
    position: absolute;
    z-index: -1;
}

img.Awards_Voting_Mob_Banner.w-100.img-fluid {
    display: none;
}

.Awards_Banner_Voting_Main {
    padding: 37px 0;
}

.Awards_Banner_Voting_Main h1 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 122.222% */
    letter-spacing: 3.6px;
    margin: 16px 0;
}

.Awards_Banner_Voting_Main h2 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 82px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px; /* 87.805% */
    letter-spacing: -1.64px;
}

.Awards_Banner_Voting_Main h3 {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    margin: 12px 0;
}

.Awards_Banner_Voting_Main h4 {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
    border-top: 1px solid rgb(255 255 255 / 30%);
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    padding: 12px 0;
}


/* Select_Category */

section.Select_Category {
    background: var(--White, #FFF);
    padding: 72px 0;
}

.Select_Category_Title {
    margin-bottom: 48px;
}

.Select_Category_Title h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
    letter-spacing: -0.72px;
    margin-bottom: 12px;
}

.Select_Category_Title p {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;

/* Text md/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.Select_Category_Tabs {text-align: center;}

.Select_Category_Tabs .nav-pills {
    justify-content: center;
}

.Select_Category_Tabs_Box_Main {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 24px;
    margin-top: -1px;
}

.Select_Category_Tabs_Main {
    margin-top: -1px;
}

.Select_Category_Tabs .nav-pills li.nav-item {
    text-align: center;
}

.Select_Category_Tabs .nav-pills li.nav-item .nav-link.active {
    border-radius: 12px 12px 0 0;
    border-top: 1px solid var(--Text-Grey-300, #D0D5DD);
    border-right: 1px solid var(--Text-Grey-300, #D0D5DD);
    border-left: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    filter: grayscale(0);
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;

/* Text xl / Semibold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
}

.Select_Category_Tabs .nav-pills li.nav-item .nav-link {
    color: var(--Text-Grey-400, #98A2B3);
    text-align: center;

/* Text xl / Semibold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    padding: 24px 57px;
    filter: grayscale(1);
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 210px;
}

.Select_Category_Tabs .nav-pills li.nav-item .nav-link svg path {
    /* stroke: #98A2B3; */
}

.Select_Category_Tabs .nav-pills li.nav-item .nav-link.active svg path {
    /* stroke: initial; */
}

.Select_Category_Tabs .nav-pills li.nav-item .nav-link svg {
    min-width: 33px;
    min-height: 33px;
}


.Select_Category_Tabs_Box {
    border-radius: 8px;
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Select_Category_Tabs_Box label {
    color: var(--Text-Grey-600, #475467);
    text-align: center;

/* Text lg / Semibold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}

.Select_Category_Tabs_Box:hover {
    border-radius: 8px;
    background: var(--Theme-Blue-500, #3A58EF);
}

.Select_Category_Tabs_Box:hover label {
    color: var(--White, #FFF);
    text-align: center;

/* Text lg / Semibold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}

.Select_Category_Tabs_Box:hover svg {}

.Select_Category_Tabs_Box:hover svg path {
    fill: #fff;
}

.Select_Category_Tabs_Box svg {
    min-width: 40px;
    max-width: 40px;
}








/* Speakers section - start  */

section.spleaker_grid {
    padding: 72px 0;
    background: var(--Theme-Blue-50, #EBEEFD);
}
section.spleaker_grid h2.ins_ttl {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 48px;
}
.speker_imge {
    width: 100%;
    border-radius: 50%;
    background: var(--Theme-Blue-100, #D8DEFC);
    overflow: hidden;
    height: 272px;
    display: flex;
}
.speaker_man:hover .speker_imge {
    background: #3A58EF;
    transition: .4s linear all;
    transform: scale(1) translateY(0px);
    
}

.speaker_man .speker_imge img{ 
    filter: grayscale(1);
}

.speaker_man:hover .speker_imge img {
    transform: scale(1.1) translateY(10px);
    transition: .4s linear all;
    filter: grayscale(0);
}
.speaker_description {
    padding-top: 16px;
}
.speaker_desc_title {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.speaker_desc_title a {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.specker_desgignation > span {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: block;
    height: 24px;
}
.specker_desgignation p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 16px;
    height: inherit;
}
.specker_desgignation_without_audio p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 16px;
    height: 135px;
}
.speaker_audio {
    height: 60PX;
}
.speaker_btns a {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    width: 100%;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    transition: all 0.3s ease;
}
.speaker_btns a:hover,.speaker_man:hover .speaker_btns a {
    transition: all 0.3s ease;
    background-color: var(--Theme-Blue-500, #3A58EF);
    color: #ffffff;
}
.speaker_btns{
    margin-top: 16px;
}
.speaker_man {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 16px;
    height: 100%;
}
ul.ins_lst {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 4px;
    align-items: center;
}
ul.ins_lst li {
    list-style: none;
    display: flex;
}
ul.ins_lst li:last-child {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-left: 4px;
}
section.spleaker_grid button.slick-prev.custom-prev.slick-arrow {
    /* left: 15%; */
    width: 40px;
    height: 40px;
}

section.spleaker_grid button.slick-next.custom-next.slick-arrow {
    /* right: 15%; */
    width: 40px;
    height: 40px;
}

.spleaker_grid .slick-dots li button:before {
    width: 23px;
    height: 8px;
    background: #E3E0FB;
    border-radius: 26px;
    font-size: 0;
    opacity: 1;
}
.spleaker_grid .slick-dots li.slick-active button:before{
    background: #3A58EF;
}
.spleaker_grid > img {
    margin: 0 auto;
}
.spleaker_grid .slick-dots li {
    width: 30px;
}
.spleaker_grid .slick-dots {
    bottom: -67px;
}
.spleaker_grid .slick-prev:before,.spleaker_grid .slick-next:before{
    content: none;
}
.spleaker_grid .slick-prev,.spleaker_grid .slick-next {
    width: 40px;
    height: 40px;
    z-index: 9;
}
.All_Speakers a.Speakers_Btn {
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--White, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #3A58EF;
}
.All_Speakers {
    text-align: center;
     margin-top: 100px;
}

.Winners_Tabs {
    text-align: center;
}

.Winners_Tabs .nav-pills {
    display: inline-block;
    border-radius: 50px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 8px;
}

.Winners_Tabs .nav-pills li.nav-item {
    display: inline-block;
}

.Winners_Tabs .nav-pills .nav-link.active {
    border-radius: 50px;
    background: #002FA8;
    box-shadow: 0 4px 4px -2px rgba(24, 39, 75, 0.06), 0 2px 4px -2px rgba(24, 39, 75, 0.02), 0 0 2px 0 #E0E0E0;
    color: var(--White, #FFF);

/* Text sm / Medium */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

.Winners_Tabs .nav-pills  .nav-link {
    border-radius: 50px;
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 11px 24px;
    color: var(--Text-Grey-500, #5D667B);

/* Text sm / Medium */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

.speaker_man {
    position: relative;
}

.speaker_winner_img_box {
    position: absolute;
    top: -14px;
    left: 16px;
    z-index: 9;
}


/* Award Nominees */

section.Top_Accounting_Firms .Select_Category_Title p {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.Awards_Banner_Award_Nominees .Awards_Banner_Voting_Main h4 {
    letter-spacing: inherit;
    border-top: 1px solid rgb(255 255 255 / 30%);
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    padding: 12px 0;
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}


section.Top_Accounting_Firms {
    background: var(--White, #FFF);
    padding: 72px 0;
}

.Top_Accounting_Firms_Title {
    margin-bottom: 48px;
}

.Top_Accounting_Firms_Title h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
    letter-spacing: -0.72px;
    margin-bottom: 12px;
}

.Top_Accounting_Firms_Title p {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;

    /* Display xs / Bold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}




.Award_Nominee_Box {
    border-radius: 8px;
    border: 1px solid var(--Theme-Dark-Blue-200, #EAECF0);
    padding: 24px;
}

.Award_Nominee_Title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Award_Nominee_Title h2 {
    color: var(--Text-Grey-700, #344054);

/* Display xs / Bold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}

.Award_Nominee_Title .Search-inner {
    display: flex;
    align-items: center;
    position: relative;
}

.Award_Nominee_Title .Search-inner input {
    padding: 12px 42px;
}

.Award_Nominee_Title .Search-inner svg {
    min-width: 20px;
    height: 20px;
    position: absolute;
    left: 12px;
    top: 15px;
    z-index: 9;
}

.Award_Nominee_Box_Main {
    margin-top: 24px;
}

.Award_Nominee_Box_Inner_Box {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 24px;
    transition: 0.4s all ease-in-out;
    transform: translate(0px, 0px);
}

.Award_Nominee_Box_Top {
    display: flex;
    margin-bottom: 16px;
    gap: 24px;
}
.Award_Nominee_Box_Left {
    height: 100px;
    width: 100px;
}

.Award_Nominee_Box_Top .Award_Nominee_Box_Left img.Nominee_Img {
    min-width: 100%;
    max-width: 100%;
}


.Award_Nominee_Box_Right h3 {
    color: var(--Theme-Dark-Blue-800, #26244A);

/* Text xl / Bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    margin-bottom: 4px;
}

.Award_Nominee_Box_Right  p {
    color: var(--Text-Grey-600, #475467);

/* Text sm / Medium */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

.Award_Nominee_Box_Center {
    margin-bottom: 16px;
}

.Award_Nominee_Box_Center p {
    color: var(--Text-Grey-600, #475467);

/* Text md/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    min-height: 50px;
    max-height: 50px;
    overflow: hidden;
}

.Award_Nominee_Box_Bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.Award_Nominee_Box_Bottom span a.Vote_Now_Btn {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 8px 14px;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border: 1px solid;
}


.Award_Nominee_Box_Bottom span {
    width: 50%;
    display: inline-block;
    text-align: center;
}

.Award_Nominee_Box_Bottom a.View_Profile_Btn {
    border-radius: 4px;
    border: 1px solid var(--Theme-Dark-Blue-400, #A8A7B7);
    padding: 8px 14px;
    color: var(--Theme-Blue-500, #3A58EF);

/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    text-align: center;
    width: 50%;
}

.Award_Nominee_Box_Inner_Box:hover {
    transition: 0.4s all ease-in-out;
    transform: translate(0px, -10px);
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
}

.Award_Nominee_Box_Bottom span a.Voted.Vote_Now_Btn {
    background: green;
    color: #fff;
}


.Nominated_Awards .Select_Category_Tabs_Box:hover .Select_Category_Tabs_Box_Btn a.Vote_Now_Btn.Voted {
    background: green;
    color: #fff;
}

.Nominated_Awards .Select_Category_Tabs_Box:hover .Select_Category_Tabs_Box_Btn a.Vote_Now_Btn.Voted svg path {
    fill: #fff;
}

.Nominated_Awards .Select_Category_Tabs_Box .Select_Category_Tabs_Box_Btn a.Vote_Now_Btn.Voted {
    background: #fff;
    color: green;
}

.Nominated_Awards .Select_Category_Tabs_Box .Select_Category_Tabs_Box_Btn a.Vote_Now_Btn.Voted svg path {
    fill: green;
}

/* Sign_Up_Now_Modal */



.Sign_Up_Now_Modal .modal-header {
    position: relative;
    padding: 0;
    border: 0;
    display: block;
}

.Sign_Up_Now_Modal .modal-header button.btn-close {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    z-index: 9;
}

.Sign_Up_Now_Modal .modal-body {
    padding: 0;
}

.Sign_Up_Now_Modal .modal-footer {
    padding: 0;
    border: 0;
    justify-content: center;
}

.Sign_Up_Now_Modal .modal-content {
    padding: 24px;
}

.Sign_Up_Now_Modal .modal-body h2 {
    color: var(--Text-Grey-700, #344054);

/* Display sm / Bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 126.667% */
    margin-bottom: 8px;
}

.Sign_Up_Now_Modal .modal-body p {
    color: var(--Text-Grey-500, #5D667B);

/* Text xs / Regular */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}

.Sign_Up_Now_Modal .modal-body form {
    margin-top: 24px;
}

.Sign_Up_Now_Modal .modal-body form .form-floating>.form-control:focus~label {
    top: -17px;
}

.Sign_Up_Now_Modal .modal-body form .form-floating>.form-control:focus {
    padding: 12px 16px;
}

.Sign_Up_Now_Modal .modal-body form .form-floating>.form-select {
    padding: 12px 16px;
}

.Sign_Up_Now_Modal .modal-body form .form-floating>.form-select~label {
    top: -17px;
}

.Sign_Up_Now_Modal .modal-footer button.btn.btn-sign-up {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    color: var(--White, #FFF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: inline-block;
    width: 100%;
}

.Sign_Up_Now_Modal .modal-body form .form-floating>.form-control, 
.Sign_Up_Now_Modal .modal-body form .form-floating>.form-control-plaintext {
    padding: 12px 16px;
}

.modal-bottom.text-center {
    margin-top: 12px;
}

.modal-bottom p {
    color: var(--Text-Grey-500, #5D667B);

/* Text xs / Regular */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}

.modal-bottom p a {
    color: var(--Theme-Blue-500, #3A58EF);

/* Text xs/Medium */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.Sign_Up_Now_Modal .modal-footer button.btn.btn-sign-up:hover {
    border-radius: 4px;
    background: var(--Theme-Blue-700, #283FB1);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.Sign_Up_Now_Modal .modal-body .form-floating>.form-control:not(:placeholder-shown)~label {
    top: -16px;
}


/* Nominated_Awards */


.Nominated_Awards .Select_Category_Tabs_Box {
    flex-direction: column;
    min-height: 198px;
    gap: 24px;
    align-items: center;
    justify-content: center;
}

.Nominated_Awards .Select_Category_Title h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;

/* Display xs / Semibold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
}

.Nominated_Awards .Select_Category_Title {
    margin-bottom: 24px;
}

.Nominated_Awards .Select_Category_Tabs_Box .Select_Category_Tabs_Box_Btn {
    display: block;
}

.Nominated_Awards .Select_Category_Tabs_Box:hover .Select_Category_Tabs_Box_Btn {
    display: block;
}

.Nominated_Awards .Select_Category_Tabs_Box:hover .Select_Category_Tabs_Box_Btn a.Vote_Now_Btn {
    border-radius: 4px;
    background: var(--White, #FFF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 8px 14px;
    color: var(--Theme-Blue-500, #3A58EF);

/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    display: flex;
    align-items: center;
    gap: 8px;
}

.Nominated_Awards .Select_Category_Tabs_Box:hover .Select_Category_Tabs_Box_Btn a.Vote_Now_Btn svg path {
    fill: #3A58EF;
}

.Nominated_Awards .Select_Category_Tabs_Box:hover .Select_Category_Tabs_Box_Btn a.Vote_Now_Btn svg {
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
}

.Nominated_Awards .Select_Category_Tabs_Box_Top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}



section.Nominated_Awards {
    background: var(--White, #FFF);
    padding: 48px 0;
}

section.Nominated_Awards .breadcrumb_section {
    margin-top: 26px;
    border-bottom: 1px solid #D0D5DD;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

section.Nominated_Awards .breadcrumb_section nav {}

section.Nominated_Awards .breadcrumb_section nav ol.breadcrumb {
    align-items: center;
    margin: 0;
}

section.Nominated_Awards .breadcrumb_section nav ol.breadcrumb li.breadcrumb-item {
    position: relative;
}

section.Nominated_Awards .breadcrumb_section nav ol.breadcrumb li.breadcrumb-item a {
    color: var(--Text-Lignt, #75757D);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

section.Nominated_Awards .breadcrumb_section nav ol.breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 32px;
}

section.Nominated_Awards .breadcrumb_section nav ol.breadcrumb li.breadcrumb-item.active {
    color: var(--Dark-Text, #1D2939);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

.Nominee_Profile_Main {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: rgba(255, 255, 255, 0.00);
    backdrop-filter: blur(8.800000190734863px);
    padding: 24px;
    margin-bottom: 24px;
}

h2.Nominee_Profile_Title {
    color: var(--Text-Grey-700, #344054);

/* Display xs / Bold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    margin-bottom: 24px;
}

.Nominee_Profile .Nominee_Profile_Left {}

.Nominee_Profile_Box {
    display: flex;
    gap: 16px;
}

.Nominee_Profile_Box .Nominee_Profile_Left {}

.Nominee_Profile_Box .Nominee_Profile_Left img.Nominee_Profile_Img {
    min-width: 180px;
    max-width: 180px;
}

.Nominee_Profile_Box .Nominee_Profile_Left a.Vote_Here_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    color: var(--White, #FFF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-top: 16px;
}

.Nominee_Profile_Box .Nominee_Profile_Left a.Vote_Here_Btn:hover {
    border-radius: 4px;
    background: var(--Theme-Blue-800, #182878);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.Nominee_Profile_Right {}

.Nominee_Profile_Right h3 {
    color: var(--Text-Grey-700, #344054);

/* Display xs / Bold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    margin-bottom: 4px;
}

.Nominee_Profile_Right  p {
    color: var(--Text-Grey-600, #475467);

/* Text md / Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 16px;
}

.Nominee_Profile_Right a {
    color: var(--Theme-Blue-500, #3A58EF);

/* Text md / Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.Featured_article {
    border-top: 1px solid var(--Text-Grey-200, #EAECF0);
    padding-top: 24px;
    margin-top: 24px;
}

.Nominee_Profile_Right  .Featured_article h3 {
    color: var(--Text-Grey-700, #344054);

/* Text lg / Bold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    margin-bottom: 4px;
}

.Nominee_Profile_Right .Featured_article p {
    color: var(--Text-Grey-600, #475467);

/* Text md / Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 16px;
}

.Featured_article_link {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    padding: 10px 16px;
}

.Featured_article_link label {
    color: var(--Text-Grey-600, #475467);

/* Text xs / Regular */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}

.Nominee_Profile_Right .Featured_article .Featured_article_link p,
 .Nominee_Profile_Right .Featured_article .Featured_article_link a {
        color: var(--Theme-Blue-500, #3A58EF);

/* Text md/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    margin-bottom: 0;
    margin-top: 2px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

section.Nominated_Awards .breadcrumb_section nav ol.breadcrumb li.breadcrumb-item+.breadcrumb-item::before {
    content: '';
    background: url(../../images/awards-2025-voting/Breadcrumb_Icon.svg);
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: 0;
    padding-right: 0;
    position: absolute;
    top: 5px;
    left: 7px;
}

/* Menu - start */

header.new_header.sticky-top {}

header.new_header.sticky-top nav.navbar {
    padding: 26px 40px;
    border-bottom: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
}

header.new_header.sticky-top nav.navbar a.navbar-brand {
    padding: 0;
    margin-right: 32px;
}

header.new_header.sticky-top nav.navbar a.Nominate_Now_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    padding: 8px 14px;
    color: var(--White, #FFF);

/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    display: flex;
    align-items: center;
    gap: 8px;
}

header.new_header.sticky-top nav.navbar a.Nominate_Now_Btn:hover {
    background: #182878;
 }

 header.new_header.sticky-top nav.navbar ul.navbar-nav li.nav-item a.nav-link.active {
    border-radius: 4px;
    background: var(--Theme-Blue-100, #D8DEFC);
}

header.new_header.sticky-top nav.navbar ul.navbar-nav li.nav-item a.nav-link {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 12px;
}

header.new_header.sticky-top nav.navbar ul.navbar-nav {}

header.new_header.sticky-top nav.navbar ul.navbar-nav li.nav-item {
    margin-right: 12px;
}

header.new_header.sticky-top nav.navbar ul.navbar-nav li.nav-item a.nav-link.active {
    color: var(--Text-Grey-700, #344054);
    /* Text sm / Medium */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    border-radius: 4px;
    background: var(--Theme-Blue-100, #D8DEFC);
}


header.new_header.sticky-top nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover {
    background: var(--Theme-Blue-100, #D8DEFC);
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
    border-radius: 4px;
}




/* Menu - end */

.bg_light_blue {
    background: var(--Theme-Blue-50, #EBEEFD) !important;
}

.Highlight_Title {
    margin-bottom: -100px;
}

section.Highlights .nav-buttons button#prevBtn {
    position: absolute;
    top: 0;
    left: 45%;
}

section.Highlights .nav-buttons button#nextBtn {
    position: absolute;
    right: 47%;
}

body.Home_page {
    overflow-x: hidden;
}

.All_Speakers a.Speakers_Btn:hover {
    background: var(--Theme-Blue-800, #182878);
    color: #fff;
}

.All_Speakers a.Speakers_Btn:hover svg path {
    fill: #fff;
}

a.Fill_Btn:hover {
    background: var(--Theme-Blue-800, #182878);
    color: #fff;
}

button#lets_connect_submit:hover {
    background: var(--Theme-Blue-800, #182878);
    color: #fff;
}




.Sign_Up_Now_Modal .modal-footer.Yes_Can a#confirm_vote_1 {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 8px 14px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}


.Voting_Modal .modal-footer a.Yes_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 8px 14px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    margin: 0;
    min-width: 100px;
}

.Voting_Modal a.Cancel_Btn.btn.btn-secondary {
    border-radius: 4px;
    border: 1px solid var(--Theme-Dark-Blue-400, #A8A7B7);
    padding: 8px 14px;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    background: transparent;
    min-width: 100px;
    margin: 0;
}

.Voting_Modal .modal-body.text-center h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: inherit;
}

.Voting_Modal .modal-body.text-center h5#nominee_name {
    font-size: 18px;
    font-weight: 600;
    line-height: inherit;
}

.Voting_Modal .modal-body.text-center p {
    font-size: 16px;
    line-height: inherit;
    margin-top: 8px;
}

.Voting_Modal  .modal-header {
    display: none;
}

.Voting_Modal .modal-body.text-center {
    border: 0;
    padding: 24px;
}

.Voting_Modal  .modal-footer.Yes_Can.justify-content-center {
    border: 0;
    padding: 0;
    padding: 0 0 24px;
    display: flex;
    gap: 16px;
}

.Award_Nominee_Box_Bottom a.Voted {
    border-radius: 4px;
    background: green;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 8px 14px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    margin: 0;
    min-width: 100px;
    display: flex;
    gap: 8px;
}


.Pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: auto;
    padding-bottom: 8px;
    margin-top: 36px;
}

.Pagination ul {
    display: flex;
    justify-content: center;
    border: none!important
}

.Pagination ul li a,.Pagination ul li:first-child a,.Pagination ul li:last-child a {
    border-radius: 4px;
    margin: 0 4px;
    gap: 4px;
    background: var(--White,#fff);
    display: flex;
    padding: 8px 12px
}


.Pagination a.page-link {
    color: var(--Text-Grey-700, #344054);
}



.Pagination .page-item .page-link {
    margin: 0 4px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
}

.Pagination ul li {
    list-style: none
}

.Pagination ul li:first-child a,.Pagination ul li:last-child a {
    width: fit-content;
    height: 36px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--Text-Grey-300,#d0d5dd);
    color: var(--Text-Grey-700,#344054);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.Pagination ul li a {
    justify-content: center;
    align-items: center;
    border: 1px solid var(--Text-Grey-300,#d0d5dd);
      border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px
}

.Pagination ul li.disabled span {
    color: var(--Text-Grey-400,#98a2b3);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    height: 36px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    pointer-events: none
}

.Pagination ul li a:hover,.Pagination ul li.active span {
    border-radius: 4px;
    background: var(--Text-Grey-900,#e3e0fb);
    color: var(--White,#101828);
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px
}

.Pagination ul li.active span {
    font-weight: 700;
    display: inline-table
}

.Pagination .Page_Number_Txt {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
    display: flex;
    align-items: center
}

.Pagination .active>.page-link,
.Pagination .page-link.active {
    z-index: 3;
    border-color: var(--bs-pagination-active-border-color);
    margin: 0 4px;
    display: flex;
    width: 36px;
    height: 36px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300,#d0d5dd);
    background: var(--Theme-Blue-500, #3a58ef);
    color: var(--Text-Grey-700,#fff);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px
}

.Pagination ul li a:hover,.Pagination ul li.active span {
    border-radius: 4px;
    background: var(--Theme-Blue-500,#3a58ef);
    color: var(--White,#fff);
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px
}



.Pagination .page-item:first-child .page-link { 
    padding: 8px 12px;
    display: inline-block;
    height: inherit;
}

.Pagination .page-item:last-child .page-link {
    padding: 8px 12px;
    display: inline-block;
    height: inherit;
}

.Pagination .page-item:last-child a.page-link:hover svg path {
    fill: #fff;
}



.Award_Nominee_Title .Search-inner .Text_Input_Box {
    position: relative;
}


.Award_Nominee_Title .Search-inner .Text_Input_Box .Text_Input_Close_Btn {
    display: none;
}

.Award_Nominee_Title .Search-inner .Text_Input_Box .Text_Input_Close_Btn svg {
    position: absolute;
    right: 9px;
    left: auto;
    cursor: pointer;
}



/* Bootstrap select */

.dropdown.bootstrap-select.form-select {
    border: none;
    height: auto;
    min-height: auto;
}

#common_individual_sign_up_form .Card_Box .form-check label.form-check-label,
#individual_sign_up_form .Card_Box .form-check label.form-check-label,
.Get_started .form-check .form-check-label,.Get_started button.Fill_Btn,
.Preparation_Box img,.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.filter-selection .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.Courses_List_Main tbody tr:hover td,.Table_Hover table tbody tr:hover td,
.bootstrap-select .dropdown-menu li a:hover,
.filter-selection .bootstrap-select .dropdown-menu li:hover,
.sidebar .nav-links li:hover {
    background-color: #f3f1fd
}



.enter_single_user .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%!important
}

.form-floating .bootstrap-select {
    padding: 0!important
}

.form-floating .bootstrap-select .btn.dropdown-toggle {
    font-size: 14px;
    border: 1px solid #eaecf0;
    height: 44px;
    padding: 10px 12px;
    background-color: #fff
}

.form-floating .bootstrap-select .btn.dropdown-toggle:hover {
    border-color: #7162ea;
    background-color: #fff
}


.Course_Top_Filter .form-group button.btn.dropdown-toggle.btn-light:focus,
.form-floating .bootstrap-select .btn.dropdown-toggle:focus {
    outline: 0!important
}

.filter-selection .bootstrap-select .dropdown-menu li a {
    padding-left: 45px;
    color: var(--Gray-700,#344054);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: 0 0
}


.filter-selection .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    left: 12px;
    width: 20px;
    height: 20px;
    border-radius: var(--Large,6px);
    border: 1px solid var(--Brand-600,#7f56d9);
    background: var(--Brand-50,#f9f5ff)
}

.filter-selection .bootstrap-select .dropdown-item .bs-ok-default {
    width: 20px;
    height: 20px;
    position: absolute;
    display: inline-block;
    left: 12px;
    top: 5px
}

.filter-selection .bootstrap-select .dropdown-item .bs-ok-default:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><rect x="0.5" y="0.5" width="19" height="19" rx="5.5" fill="white"/><rect x="0.5" y="0.5" width="19" height="19" rx="5.5" stroke="%23D0D5DD"/></svg>');
    border: none;
    width: 100%;
    height: 100%;
    transform: none;
    border-width: unset;
    background-position: center center;
    background-repeat: no-repeat
}

.filter-selection .bootstrap-select .dropdown-item.selected .bs-ok-default:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M11.6663 3.5L5.24967 9.91667L2.33301 7" stroke="%237F56D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    border: none;
    width: 100%;
    height: 100%;
    transform: none;
    border-width: unset;
    background-position: center center;
    background-repeat: no-repeat
}

.filter-selection .bootstrap-select>.dropdown-toggle.bs-placeholder,.filter-selection .bootstrap-select>.dropdown-toggle.bs-placeholder:active,.filter-selection .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.filter-selection .bootstrap-select>.dropdown-toggle.bs-placeholder:hover,.filter-selection .btn-check:checked+.btn,.filter-selection .btn.active,.filter-selection .btn.show,.filter-selection .btn:first-child:active,.filter-selection :not(.btn-check)+.btn:active {
    height: 44px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-top: 12px;
    outline: 0!important
}

.filter-selection .bootstrap-select>.dropdown-toggle {
    background: 0 0;
    padding-top: 11px;
    padding-bottom: 11px;
    border: 1px solid var(--Text-Grey-200,#eaecf0);
    outline: 0!important
}

.filter-selection .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    font-size: 14px;
    color: #000
}

.filter-selection .bootstrap-select>.dropdown-toggle.bs-placeholder .filter-option-inner-inner {
    color: #999
}


.form-floating.cyber_left_side .dropdown.bootstrap-select.form-control {
    background: 0 0
}


.price_big .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    color: var(--Text-Grey-500,#5d667b);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px
}

.bootstrap-select .dropdown-menu li a {
    font-size: 14px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
    font-size: 14px
}


.Nominated_Awards .Select_Category_Tabs_Box .Select_Category_Tabs_Box_Btn a.Vote_Now_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 8px 14px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid;
}

.Nominated_Awards .Select_Category_Tabs_Box .Select_Category_Tabs_Box_Btn a.Vote_Now_Btn svg {
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
}

.Nominated_Awards .Select_Category_Tabs_Box .Select_Category_Tabs_Box_Btn a.Vote_Now_Btn svg path {
    fill: #fff;
}



@media only screen and (max-width: 1600.51px) {
     header.new_header.sticky-top nav.navbar {
        padding: 16px 16px;
    }
    header.new_header.sticky-top nav.navbar a.navbar-brand {
        margin-right: 16px;
    }
    header.new_header.sticky-top nav.navbar ul.navbar-nav li.nav-item {
        margin-right: 12px;
    }
    header.new_header.sticky-top nav.navbar ul.navbar-nav li.nav-item a.nav-link.active {
        font-size: 14px;
    }

    header.new_header.sticky-top nav.navbar ul.navbar-nav li.nav-item a.nav-link {
        font-size: 14px;
        padding: 8px 8px;
    }

    header.new_header.sticky-top nav.navbar a.Nominate_Now_Btn {
        padding: 8px 8px;
        font-size: 14px;
        gap: 8px;
    }

    header.new_header.sticky-top nav.navbar a.Nominate_Now_Btn svg {
        width: 16px;
        height: 16px;
    }



    .Awards_Banner_Voting_Main {
        padding: 29px 0;
    }

    .Awards_Banner_Award_Nominees .Awards_Banner_Voting_Main {
        padding: 22px 0;
    }

    .Awards_Banner_Award_Nominees .Awards_Banner_Voting_Main h4 {
        font-size: 16px;
        line-height: 28px;
    }
}


@media only screen and (max-width: 1366.51px) {

    .speker_imge {
        height: 227px;
    }

    .First_Timeline_Box .Awards_Timeline_Box_Img:before {
        content: '';
        width: 155px;
    }

    .Awards_Timeline_Box_Img:before {
        content: '';
        width: 180px;
        left: -100px;
    }

    .Last_Timeline_Box .Awards_Timeline_Box_Img:after {
        content: '';
        width: 155px;
    }



    header.new_header.sticky-top nav.navbar {
        padding: 16px 16px;
    }
    header.new_header.sticky-top nav.navbar a.navbar-brand {
        margin-right: 16px;
    }
    header.new_header.sticky-top nav.navbar ul.navbar-nav li.nav-item {
        margin-right: 12px;
    }
    header.new_header.sticky-top nav.navbar ul.navbar-nav li.nav-item a.nav-link.active {
        font-size: 13px;
    }

    header.new_header.sticky-top nav.navbar ul.navbar-nav li.nav-item a.nav-link {
        font-size: 13px;
        padding: 8px 8px;
    }

    header.new_header.sticky-top nav.navbar a.Nominate_Now_Btn {
        padding: 8px 8px;
        font-size: 13px;
        gap: 8px;
    }

    header.new_header.sticky-top nav.navbar a.Nominate_Now_Btn svg {
        width: 16px;
        height: 16px;
    }

    
    .Awards_Banner_Voting_Main {
        padding: 22px 0;
    }
    .Awards_Banner_Voting_Main h1 {
        font-size: 30px;
        line-height: 44px;
    }
    .Awards_Banner_Voting_Main h2 {
        font-size: 60px;
        line-height: 60px;
    }
    .Awards_Banner_Voting_Main h3 {
        font-size: 16px;
        line-height: 28px;
    }
    .Awards_Banner_Voting_Main h4 {
        font-size: 22px;
        line-height: 20px;
    }
    section.Awards_Banner.Awards_Banner_Voting {
        position: relative;
        min-height: 319px;
    }

    .Select_Category_Tabs_Box label {
        font-size: 16px;
        line-height: inherit;
    }

    .Select_Category_Tabs_Box:hover label {
        font-size: 16px;
        line-height: inherit;
    }



    section.Awards_Banner.Awards_Banner_Voting.Awards_Banner_Award_Nominees {
        min-height: 360px;
    }

    .Awards_Banner_Award_Nominees img.Awards_Banner_Img.w-100.img-fluid {
       height: 360px;
    }

    .Awards_Banner_Award_Nominees .Awards_Banner_Voting_Main h4 {
        font-size: 14px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 1199.51px) {
   .Awards_Categories_Box {
        min-height: inherit;
    }

    .Awards_Timeline_Box_Date h3 {
        font-size: 18px;
    }

    .First_Timeline_Box .Awards_Timeline_Box_Img:before {
        content: '';
        width: 130px;
    }

    .Awards_Timeline_Box_Img:before {
        content: '';
        width: 140px;
        left: -80px;
    }

    .Last_Timeline_Box .Awards_Timeline_Box_Img:after {
        content: '';
        width: 60px;
        right: 0;
    }

    .Testimonials .slideBoxLeft h3.Heading_H3 {
        margin-bottom: 26px;
        margin-top: 26px;
    }

    #customers-testimonials.owl-carousel .owl-next {
        /* left: 8%; */
    }

    #customers-testimonials.owl-carousel .owl-next, #customers-testimonials.owl-carousel .owl-prev {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .speker_imge {
        height: 182px;
    }

    
    .navbar-expand-lg .navbar-collapse {
         flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        display: none !important;
        position: absolute;
        left: 0;
        right: 0;
        top: 70px;
        background: rgb(248, 249, 250);
        padding: 20px;
    }

    .navbar-expand-lg .navbar-collapse.show {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        display: inline-block !important;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }

    .navbar-expand-lg {
        display: inline-block;
        width: 100%;
    }

    .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    header.new_header.sticky-top nav.navbar {
        padding: 16px 16px;
        position: relative;
    }

    header.new_header.sticky-top nav.navbar a.Nominate_Now_Btn {
        padding: 8px 8px;
        font-size: 13px;
        gap: 8px;
        max-width: 133px;
    }

    .speaker_winner_img_box img.img-fluid.speaker_winner_img {
        max-width: 60px;
    }



    section.Awards_Banner.Awards_Banner_Voting {
        position: relative;
        min-height: 239px;
    }
    .Awards_Banner_Voting_Main {
        padding: 10px 0;
    }
    .Awards_Banner_Voting_Main img.mycpe_logo.img-fluid {
        max-height: 35px;
    }
    .Awards_Banner_Voting_Main h1 {
        font-size: 18px;
        line-height: inherit;
    }
    .Awards_Banner_Voting_Main h2 {
        font-size: 36px;
        line-height: 36px;
    }
    .Awards_Banner_Voting_Main h3 {
        font-size: 16px;
        line-height: inherit;
    }
    .Awards_Banner_Voting_Main h4 {
        font-size: 16px;
        line-height: 16px;
        padding: 12px 0;
    }


    section.Awards_Banner.Awards_Banner_Voting.Awards_Banner_Award_Nominees {
        min-height: 311px;
    }

    .Awards_Banner_Award_Nominees img.Awards_Banner_Img.w-100.img-fluid {
        height: 311px;
    }

    .Awards_Banner_Award_Nominees .Awards_Banner_Voting_Main h4 {
        font-size: 14px;
        line-height: inherit;
    }

    .Award_Nominee_Box_Top .Award_Nominee_Box_Left img.Nominee_Img {
        min-width: 60px;
        max-width: 60px;
    }

    .Award_Nominee_Box_Right h3 {
        font-size: 18px;
        line-height: inherit;
    }

    .Award_Nominee_Box_Right p {
        font-size: 14px;
        line-height: inherit;
    }

    .Award_Nominee_Box_Center p {
        font-size: 14px;
        line-height: inherit;
    }

    .Award_Nominee_Box_Bottom a.Vote_Now_Btn {
        padding: 8px 11px;
    }

    .Award_Nominee_Box_Bottom a.View_Profile_Btn {
        padding: 8px 11px;
    }

    .Award_Nominee_Box_Top {
        gap: 16px;
    }

}

@media only screen and (max-width: 991.51px) {
    .Awards_Timeline_Box_Date h3 {
        font-size: 16px;
        line-height: inherit;
        min-height: 48px;
    }

    .Excellence_Awards_Right p {
        font-size: 16px;
        line-height: inherit;
    }

    .Awards_Timeline_Box_Date h3 {
        font-size: 23px;
    }

    .First_Timeline_Box .Awards_Timeline_Box_Img:before {
        content: '';
        width: 50px;
        left: -20px;
    }

    .Awards_Timeline_Box_Img:before {
        content: '';
        width: 80px;
        left: -50px;
    }

   .Last_Timeline_Box .Awards_Timeline_Box_Img:after {
        content: '';
        width: 30px;
        right: 0px;
    }

    .Awards_Timeline_Box_Text p {
        font-size: 14px;
        line-height: inherit;
    }

    .Awards_Timeline_Box_Text h4 {
        font-size: 18px;
    }

    .Why_Nominate_Box .Why_Nominate_Icon_Text span {
        font-size: 20px;
        line-height: inherit;
    }

    .Why_Nominate_Box p {
        font-size: 16px;
        line-height: inherit;
    }

    #customers-testimonials .slideBoxLeft svg {
        width: 40px;
    }

    #customers-testimonials.owl-carousel .owl-next svg, #customers-testimonials.owl-carousel .owl-prev svg {
        width: 20px;
        height: 20px;
        vertical-align: middle;
    }

    .Testimonials .slideBoxLeft h3.Heading_H3 {
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 18px;
        line-height: inherit;
    }

    .Testimonials .SlideBox_Test_Author h3 {
        font-size: 16px;
        line-height: inherit;
    }

    .Testimonials .SlideBox_Test_Author p {
        font-size: 14px;
        line-height: inherit;
    }

    #customers-testimonials.owl-carousel .owl-next,
    #customers-testimonials.owl-carousel .owl-prev
    {
        bottom: 25%;
    }

    #customers-testimonials.owl-carousel .owl-next,
    #customers-testimonials.owl-carousel .owl-prev {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    #customers-testimonials.owl-carousel .owl-next svg, 
    #customers-testimonials.owl-carousel .owl-prev svg {
        width: 16px;
        height: 16px;
        vertical-align: baseline;
    }


    .speker_imge {
        height: 122px;
    }

    .speaker_desc_title {
        font-size: 16px;
        line-height: inherit;
    }

    .specker_desgignation > span {
        font-size: 14px;
        line-height: inherit;
        height: inherit;
    }

    section.Highlights .slide.active {
        height: 400px;
        width: 400px !important;
        opacity: 1;
        z-index: 2;
        flex: 0 0 400px;
    }

    section.Highlights .slide.active img {
        height: 400px;
        width: 400px !important;
    }

    section.Highlights .carousel-wrapper {
        height: 450px;
    }
        
    section.Highlights .carousel-track {
        height: 450px;
    }


    .Excellence_Awards_Left h3 {
        font-size: 16px;
    }

    .Excellence_Awards_Left h2 {
        font-size: 32px;
        line-height: inherit;
    }

    img.Timeline_Icon {
        z-index: 9;
        max-width: 70px;
        max-height: 70px;
    }

    .First_Timeline_Box .Awards_Timeline_Box_Img:before {
        content: '';
        width: 65px;
        left: -20px;
    }

    .Awards_Timeline_Box_Img:before {
        content: '';
        width: 105px;
        left: -65px;
    }

    .Awards_Timeline_Box_Img:after {
        content: '';
        background: url(../../images/awards-2025/Timeline_After_Icon.svg);
        width: 14px;
        height: 14px;
        background-size: contain;
        display: inline-block;
        position: absolute;
        right: -16px;
        top: 43%;
        z-index: 2;
    }

    .Last_Timeline_Box .Awards_Timeline_Box_Img:after {
        content: '';
        width: 45px;
        right: 0px;
    }

    .navbar-expand-lg .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        display: none !important;
        position: relative;
        left: 0;
        right: 0;
        top: 5px;
        background: rgb(248, 249, 250);
        padding: 0;
    }

    .speaker_winner_img_box img.img-fluid.speaker_winner_img {
        max-width: 50px;
    }

    section.Highlights h2.Highlights_Title {
        padding-left: 0;
        position: relative;
        right: auto;
        left: auto;
        text-align: center;
        padding-bottom: 20px;
    }

    .Highlight_Title {
        margin-bottom: 0;
    }

    section.Highlights .nav-buttons {
        position: absolute;
        top: 0%;
    }

    section.Highlights .carousel-wrapper {
        padding-top: 40px;
    }

    section.Highlights .nav-buttons button#prevBtn {
        right: 51%;
    }

    section.Highlights .nav-buttons button#nextBtn {
        right: 41%;
    }



    .Awards_Banner_Voting_Main {
        padding: 13px 0;
    }

    .Awards_Banner_Voting_Main img.mycpe_logo.img-fluid {
        max-height: 26px;
    }

    .Awards_Banner_Voting_Main h1 {
        font-size: 12px;
        line-height: inherit;
        margin: 8px 0;
    }

    .Awards_Banner_Voting_Main h2 {
        font-size: 24px;
        line-height: 24px;
    }

    .Awards_Banner_Voting_Main h3 {
        font-size: 14px;
        line-height: inherit;
        margin: 10px 0;
    }

    .Awards_Banner_Voting_Main h4 {
        font-size: 14px;
        line-height: inherit;
        padding: 6px 0;
    }

    section.Awards_Banner.Awards_Banner_Voting {
        position: relative;
        min-height: 180px;
    }

    .Select_Category_Tabs .nav-pills li.nav-item .nav-link {
        padding: 24px 36px;
        font-size: 18px;
    }

    .Select_Category_Tabs .nav-pills li.nav-item .nav-link.active {
        font-size: 18px;
    }

    .Select_Category_Tabs_Box {
        padding: 16px;
    }

    .Select_Category_Tabs_Box svg {
        min-width: 30px;
        max-width: 30px;
    }

    .Select_Category_Tabs_Box label {
        font-size: 14px;
        line-height: inherit;
    }


    .Select_Category_Tabs_Box:hover label {
        font-size: 14px;
        line-height: inherit;
    }

    section.Awards_Banner.Awards_Banner_Voting.Awards_Banner_Award_Nominees {
        min-height: 258px;
    }

    .Awards_Banner_Award_Nominees img.Awards_Banner_Img.w-100.img-fluid {
        height: 258px;
    }

}


@media only screen and (max-width: 767.51px) {
    .Excellence_Awards_Left h3 {
        font-size: 20px;
    }

    .Excellence_Awards_Left h2 {
        font-size: 32px;
    }

    section.Awards_Timeline .Awards_Timeline_Box {
        text-align: center;
        margin-bottom: 48px;
        min-height: 265px;
    }

    .Awards_Timeline_Box_Date  {
        margin-bottom: 16px;
    }

    .First_Timeline_Box .Awards_Timeline_Box_Img:before {
        content: '';
        left: 0;
        width: 180px;
        right: 0;
        top: auto;
        margin: 0 auto;
        bottom: -122px;
    }

    section.Awards_Timeline .Awards_Timeline_Box.First_Timeline_Box .Awards_Timeline_Box_Img:before {
        content: '';
        bottom: -135px;
    }

    .Awards_Timeline_Box_Img:after {
        content: '';
        background: url(../../images/awards-2025/Timeline_After_Icon.svg);
        width: 14px;
        height: 14px;
        background-size: contain;
        display: inline-block;
        position: absolute;
        right: 0;
        top: auto;
        bottom: -140px;
        margin: 0 auto;
        left: 0;
        z-index: 2;
    }

    .Awards_Timeline_Box_Img:before {
        content: '';
        width: 220px;
        left: 0;
        right: 0;
        bottom: -135px;
        top: auto;
        margin: 0 auto;
    }

    section.Awards_Timeline .Awards_Timeline_Box.Last_Timeline_Box .Awards_Timeline_Box_Img:before {
        content: '';
        display: none;
    }

    .Awards_Timeline_Box_Img {
        margin-bottom: 18px;
        position: relative;
    }

    section.Awards_Timeline .Awards_Timeline_Box.Last_Timeline_Box {
        margin-bottom: 0;
    }

    .Testimonials .slideBoxRgt {
        margin-top: 16px;
    }

    .Testimonials .slideBoxLeft h3.Heading_H3 {
        font-size: 17px;
    }

    #customers-testimonials.owl-carousel .owl-next, 
    #customers-testimonials.owl-carousel .owl-prev {
        bottom: 19%;
    }

    #customers-testimonials.owl-carousel .owl-prev {
        left: 5%;
    }

    #customers-testimonials.owl-carousel .owl-next {
        left: 16%;
    }

    .Winners_Tabs .nav-pills {
        display: flex;
        padding: 8px;
        flex-wrap: nowrap;
        gap: 16px;
    }

    .Winners_Tabs .nav-pills li.nav-item {
        display: inherit;
    }

    .Winners_Tabs .nav-pills .nav-link.active {
        font-size: 12px;
    }


    .Winners_Tabs .nav-pills .nav-link {
        padding: 11px 16px;
        font-size: 12px;
    }

    .speker_imge {
        height: 367px;
    }

    .speaker_man .speker_imge img {
        margin: 0 auto;
    }

     section.Highlights .slide.active {
        height: 312px;
        width: 312px !important;
        opacity: 1;
        z-index: 2;
        flex: 0 0 312px;
    }

    section.Highlights .slide.active img {
        height: 312px;
        width: 312px !important;
    }

    section.Highlights .carousel-wrapper {
        height: 350px;
    }

    section.Highlights .carousel-track {
        height: 350px;
    }

    .have_que .Get_started {
        display: block;
        padding-bottom: 0;
    }

    .speaker_winner_img_box img.img-fluid.speaker_winner_img {
        max-width: inherit;
    }

    #customers-testimonials.owl-carousel .owl-next {
        left: auto;
        right: 0;
    }

    #customers-testimonials.owl-carousel .owl-prev {
        left: 0;
    }

    section.Highlights .nav-buttons button#prevBtn {
        left: 0;
        right: auto;
    }

    section.Highlights .nav-buttons button#nextBtn {
        right: 0;
        left: 0;
    }

    section.Highlights .nav-buttons {
        top: 0%;
    }

    section.Highlights .nav-buttons button#prevBtn {
        width: 35px;
        height: 35px;
        padding: 0;
        left: 37%;
    }

    section.Highlights .nav-buttons button#nextBtn {
        width: 35px;
        height: 35px;
        padding: 0;
        right: 37%;
        left: auto;
    }

    section.Highlights {
        padding: 72px 0;
    }



    .Select_Category_Tabs .nav-pills {
        justify-content: start;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    div#pills-home .Select_Category_Tabs_Box_Main {
        border-radius: 0 12px 12px;
    }

    div#pills-profile1 .Select_Category_Tabs_Box_Main {
        border-radius: 12px 0 12px 12px;
    }

    .Select_Category_Tabs .nav-pills li.nav-item .nav-link {
        min-width: inherit;
        padding: 24px 24px;
    }

    img.Awards_Banner_Img.w-100.img-fluid {
        position: relative;
        z-index: 1;
        display: none;
    }

    img.Awards_Voting_Mob_Banner.w-100.img-fluid {
        display: block;
    }

    section.Awards_Banner.Awards_Banner_Voting {
        position: relative;
        min-height: 180px;
        background: radial-gradient(54.68% 54.68% at 50% 50%, #3A58EF 0%, #213289 100%);
    }

    .Awards_Banner_Award_Nominees .Awards_Banner_Voting_Main h4 {
        font-size: 14px;
        line-height: inherit;
    }

    .Award_Nominee_Title {
        flex-direction: column;
        gap: 16px;
    }

    .Nominee_Profile_Box {
        display: flex;
        gap: 16px;
        flex-direction: column;
    }

    .Nominee_Profile_Right .Featured_article .Featured_article_link p {
        word-wrap: break-word;
    }

    
}

@media only screen and (max-width: 425.51px) { 
    .speker_imge {
        height: 367px;
    }
}

@media only screen and (max-width: 375.51px) { 
    .speker_imge {
        height: 317px;
    }
}

@media only screen and (max-width: 320.51px) { 
    .speker_imge {
        height: 262px;
    }
}