
.header_menu_links .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
    max-width: 100% !important;
}

.dropdown-menu .row {
    padding: 10px;
}

.dropdown-menu h5 {
    font-weight: bold;
    margin-bottom: 10px;
}
/* header.new_header {
    overflow: auto;
    min-height: 100vh;
}
header.new_header::-webkit-scrollbar {
    display: none;
}

header.new_header {
  -ms-overflow-style: none; 
  scrollbar-width: none;  
} */
.hrader_search-inner {
    position: relative;
}
.hrader_search-inner > svg {
    position: absolute;
    top: 14px;
    left: 8px;
}
.hrader_search-inner .form-control {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding-left: 30px;
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 11px 10px 11px 30px;
    box-shadow: none;
}
.header_left {
    display: flex;
    align-items: center;
    gap: 24px;
}
header.new_header .navbar-brand {
    margin-right: 24px;
    padding: 0;
}
.btn_con_edu{
    border-radius: 4px;
    background: var(--Theme-Blue-500, #ffffff);
    border: 1px solid #ffffff;
    color: var(--White, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 11px 12px;
    display: inline-block;
}
.btn_con_edu:hover,.btn_con_edu:active,.btn_con_edu:focus-within {
    border-radius: 4px;
    background: #F9FAFB;
    border: 1px solid #ffffff;
    color: var(--White, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 11px 12px;
    display: inline-block;
}

.btn_con_edu.dropdown-toggle::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M13.4961 6L8.49609 11L3.49609 6" stroke="%23344054" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    border: none;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    vertical-align: -3px;
    transition: .4s ease all;
    /* display: none; */
}
.btn_con_edu.dropdown-toggle.show::after {
    /* background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M13.4961 6L8.49609 11L3.49609 6" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    display: none; */
}
.btn_con_edu.dropdown-toggle.show{
    border-radius: 4px;
    background: var(--Theme-Blue-100, #D8DEFC);
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.btn_con_edu.show::after {
    transform: rotate(180deg);
    transition: .4s ease all;
}

.new_header .header_right .btn-menu{
    border-radius: 4px;
    background: #fff;
    border: 1px solid #fff;
    color: #475467;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 11px 12px;
    display: inline-block;
}
.new_header .header_right .btn-menu:hover, .new_header .header_right .btn-menu:active, .new_header .header_right .btn-menu:focus-within {
    border-radius: 4px;
    background: #F9FAFB;
    border: 1px solid #fff;
    color: #344054;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 11px 12px;
    display: inline-block;
}
.new_header .header_right .btn-menu.dropdown-toggle::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13 6L8 11L3 6" stroke="%23475467" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    border: none;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    vertical-align: -3px;
    transition: .4s ease all;
}
.new_header .header_right .btn-menu.dropdown-toggle::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M13.4961 6L8.49609 11L3.49609 6" stroke="%23344054" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    transition: .4s ease all;
}
.new_header .header_right .btn-menu.show::after {
    transform: rotate(180deg);
    transition: .4s ease all;
}
.header_right .navbar-nav {
    gap: 16px;
}
.header_menu_links {
    /* display: flex;
    gap: 24px;
    justify-content: space-between;
    flex: 1;
    margin-top: 80px;
    z-index: 99;
    position: fixed;
    width: 100%; */
    display: inline-block;
}
.new_header li.nav-item.Subscribe_menu > a {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    display: flex;
    padding: 9px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
header.new_header .navbar {
    background: #ffffff;
    padding: 22px 28px;
}
.hrader_search-inner:hover .form-control {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-500, #5D667B);
    background: var(--White, #FFF);
}
.hrader_search-inner:hover svg path {
    fill: #17162C;
}
li.nav-item.login_menu .btn-menu {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    transition: .3s linear all;
    text-align: center;
}
.flex-none{
    flex: none;
}
li.nav-item.login_menu .btn-menu:hover {
    transition: .3s linear all;
    font-weight: 600;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
}

.con_inner {
    display: flex;
    gap: 24px;
}
.new_header .con_inner .btn-menu {
    border-radius: 4px;
    background: #d8defc;
    border: 1px solid transparent;
    color: #344054;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 11px 12px;
    display: inline-block;
}
.new_header .con_inner .btn-menu:hover, .new_header .con_inner .btn-menu:active, .new_header .con_inner .btn-menu:focus-within {
    border-radius: 4px;
    background: #F9FAFB;
    border: 1px solid #fff;
    color: #344054;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 11px 12px;
    display: inline-block;
}
.new_header .con_inner .btn-menu.dropdown-toggle::after {
    content:none;
}
.new_header .con_inner .btn-menu.show {
    background: #FFF;
    color: #344054;
}
.cpe_wrap {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}
.cpe_wrapper {
    display: flex;
    gap: 24px;
    padding: 24px 0 24px 24px;
    width: 45%;
}
.hundred_qualification {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    width:50%;
}
.topics {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    width:50%;
}
.con_inner ul.dropdown-menu {
    padding: 0;
    border: none;
    top: 100%;
    border-radius: 0;
    box-shadow: none;
    min-width: auto;
}
.con_inner ul.dropdown-menu,.header_right .firm-wrap{
        max-height: calc(100vh - 142px);
        overflow-y: auto;
}
.con_inner ul.dropdown-menu::-webkit-scrollbar,.header_right .firm-wrap::-webkit-scrollbar {
    display: none;
}
.con_inner ul.dropdown-menu,.con_inner ul.dropdown-menu {
  -ms-overflow-style: none; 
  scrollbar-width: none;  
}
.header_right .firm-wrap{
    border-radius: 0;
    box-shadow: none;
    min-width: auto;
}
.second_dropdown {
    padding: 12px 24px;
    border: none;
    box-shadow: none;
}
.hundred_qualification_title {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    border-bottom: 1px solid var(--Text-Grey-200, #EAECF0);
    padding-bottom: 12px;
    margin-bottom: 16px;
}
.topics_title {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    border-bottom: 1px solid var(--Text-Grey-200, #EAECF0);
    padding-bottom: 12px;
    margin-bottom: 16px;
}
.hundred_qualification ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
    margin-top: 8px;
    margin-bottom: 24px;
}
.hundred_qualification ul li {
    display: flex;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
    align-self: stretch;
    transition: linear .3s all;
}
.hundred_qualification ul li:hover {
    transform: translateX(8px);
    transition: linear .3s all;
}
.hundred_qualification ul li:hover a {
    color: #3A58EF;
    transition: linear .3s all;
}
.hundred_qualification ul li:hover a svg path {
    stroke: #3A58EF;
    transition: linear .3s all;
}
.hundred_qualification ul li:hover a span {
    text-decoration: underline;
    transition: linear .3s all;
}
.hundred_qualification ul li a {
    display: flex;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.hundred_qualification ul li p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.hundred_qualification .text-view_all {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    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;
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 2px;
    align-self: stretch;
}
.topics ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    margin-top: 8px;
    margin-bottom: 24px;
}
.topics ul li {
    padding-left: 0;
}
.topics ul a {
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    transition: linear .3s all;
}
.topics ul a:hover{
    transform: translateX(8px);
    color: #3A58EF;
    transition: linear .3s all;
}
.topics ul li:hover a {
    color: #3A58EF;
    transition: linear .3s all;
}
.topics ul a:hover svg path {
    stroke: #3A58EF;
    transition: linear .3s all;
}

.topics ul a:hover span{
    text-decoration: underline;
    transition: linear .3s all;
}
.topics .text-view_all {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    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;
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 2px;
    align-self: stretch;
}
.pricing-table {
    background: #EBEEFD;
    padding: 31px 0px 24px 32px;
    flex: 1;
}
.pricing-table tr{
    border: none;
}
.pricing-table table.table {
    border: none;
}
.pricing-table table.table thead {
    border: none;
}
.pricing-table th {
    padding: 8px 8px 20px 8px;
    color: var(--White, #475467);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    background: #EBEEFD;
    border-bottom: 1px solid rgb(93 102 123 / 10%) !important;
    border-left: none;
    border-right: none;
    border-top: none;
}
.pricing-table td {
    padding: 8px 8px 8px 8px;
    background: #EBEEFD;
    border: none;
    color: var(--White, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    border-left: none;
    border-right: none;
    border-top: none;
}
.pricing-table tfoot td {
    padding: 24px 8px 0px 8px;
    border-top: 1px solid rgb(93 102 123 / 10%);
}
.getstarted_btn > a {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--White, #3A58EF);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.getstarted_btn > a:hover {
    transform: translateX(8px);
    transition: .3s all linear;
}
.getstarted_btn > a:hover svg path {
    stroke: #3A58EF;
}
.slicer-goldbtn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    display: inline-flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.slicer-goldbtn span {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}
.table>tbody tr:first-child td {
    padding-top: 24px;
}
.table>tbody tr:last-child td {
    padding-bottom: 24px;
}
.pricing-table th:not(:first-child), .pricing-table td:not(:first-child) {
    text-align: center;
}
.first_data {
    color: #3A58EF;
    display: inline-block;
    text-decoration: underline;
}
.first_data:hover {
    transition: linear .3s all;
    transform: translateX(8px);
    color: #3A58EF;
}
.first_data:hover span{
    transition: linear .3s all;
    text-decoration: underline;
}

.first_data > svg {
    /* opacity: .3; */
    transition: linear .3s all;
}
.first_data:hover > svg {
    opacity: 1;
    transition: linear .3s all;
}
.first_data:hover > svg path {
    stroke: #3A58EF;
}
.con_inner ul.dropdown-menu {
    margin-top: 1px;
}
.second_dropdown{
    border: 1px solid #EAECF0;
    border-right: none;
    border-left: none;
    border-radius: 0;
    z-index: 99999;
}
.pricing-table th span {
    color: var(--White, #475467);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    display: block;
}
.cpe_wrapper.cpe_for_teams {
    padding-left: 0;
    max-width: 312px;
    flex-basis: 312px;
}
.contact_inner {
    display: flex;
    padding: 16px 16px 16px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    transition: .3s linear all;
}
.contact_inner:hover {
    transition: .3s linear all;
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.08);
}
.contact_inner > p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.contact_inner > a {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.cpe_for_teams_container .pricing-table {
    flex-basis: 70%;
    max-width: 70%;
}
.cpe_for_teams_container .contact_us {
    width: 100%;
}
.scheduleacall {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-top: 16px;
}
.exam_prep_course {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    padding: 16px;
    height: 100%;
}
.exam_prep_course .exma-head {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #EAECF0;
}
.exam_prep_course ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    list-style: none;
    padding-bottom: 24px;
    min-height: 256px;
}
.exam_prep_course ul li a {
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 4px;
    align-self: initial;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    justify-content: flex-start;
    transition: linear .3s all;
}
.exam_prep_course ul li a:hover {
    transform: translateX(8px);
    color: #3A58EF;
    transition: linear .3s all;
}
.exam_prep_course ul li a:hover span {
    text-decoration: underline;
    transition: linear .3s all;
}
.exam_prep_course ul li a:hover svg path {
    stroke: #3A58EF;
    transition: linear .3s all;
}
button.btn_corses {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    width: 100%;
    border: none;
}
a.btn_corses {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    width: 100%;
    border: none;
}
.exam_prep_course .exma-head span {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.exam_prep_course ul li a svg {
    min-width: 16px;
}
.traingprogma_container .exam_prep_course ul {
    padding-bottom: 0px;
    min-height: auto;
}
.header_right .firm-wrap {
    border: 1px solid #EAECF0;
    padding: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    margin-top: 1px;
    
}
.firm_container .exam_prep_course .exma-head span {
    display: block;
}
.firm_container .exam_prep_course .exma-head span b {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.firm_container .exam_prep_course .exma-head span.noprofit {
    display: block;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.header_right {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    align-items: center;
}
.header-desktop-search{
    display: block;
}
.pricing-table{
    display: block;
}
.pricing-table-mobile{
    display: none;
}
.exma-head i {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.exma-head i a {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: right;
    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;
}
.new_header .header_right a.btn-menu.dropdown-toggle.show {
    background: #ffffff;
    color: #344054;
}
.new_header .header_right a.btn-menu.main_header_menu_bg.dropdown-toggle.show{
    background: #3A58EF;
    color: #fff;
}
.new_header .header_right .btn-menu.dropdown-toggle.show::after{
    background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M13.4961 6L8.49609 11L3.49609 6" stroke="%23ffffff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')
}
.searchbox_for_mobile{
    display: none;
}
li.new_user_menu a {
    color: #475467;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
li.nav-item.dropdown.new_user_menu ul.dropdown-menu.show {
   left: auto !important;
}
li.nav-item.dropdown.Country a.nav-link.dropdown-toggle {
    padding: 10px 25px 10px 10px;
    height: 46px;
    width: 60px;
    border: 1px solid #eaecf0;
    border-radius: 4px;
}
li.nav-item.dropdown.Country a.nav-link.dropdown-toggle:hover {
    border: 1px solid #3a58ef;
}
li.nav-item.dropdown.Country ul.dropdown-menu.show li{
    padding: 0;
}
li.nav-item.dropdown.Country ul.dropdown-menu.show li:hover {
    background-color: #3a58ef
}
li.nav-item.dropdown.Country ul.dropdown-menu.show li a.dropdown-item {
    width: 100%;
    clear: both;
    padding: 10px 20px 10px 20px;
}
li.nav-item.dropdown.Country ul.dropdown-menu.show li:hover a {
    background-color: #3a58ef !important;
    color: #fff;
}
li.nav-item.dropdown.Country ul.dropdown-menu.show {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
    border: none;
    min-width: 200px;
    left: auto !important;
}
li.nav-item.Subscribe_menu a:hover {
    border-radius: 4px;
    background: #F9FAFB;
    color: #344054;
}
.header_left ul.second_dropdown,.header_right ul.second_dropdown{
    box-shadow: none;
    /* border: none; */
    border-radius: 0;
    padding: 4px 24px;
    min-width: auto;
    margin-top: 0px;
    border: 1px solid #EAECF0;
    border-left: none;
    border-right: none;
    background: #D8DEFC;
    background: #fff;
}
.calendly-overlay {
    z-index: 99999;
}
span.menu_close {
    position: absolute;
    right: 24px;
    top: 10px;
    /* transform: translateY(-50%); */
    display: inline-block;
    cursor: pointer;
    transition: .4s all ease-in-out;
}
span.menu_close:hover svg path{
    stroke: #475467;
    transition: .4s all ease-in-out;
}
.header_right .firm-wrap{
    padding-right: 50px;
}
.contactwrap {
    display: flex;
    align-items: center;
    position: absolute;
    right: 82px;
    top: 6px;
    gap: 24px;
}
.contactwrap .contact_inner {
    display: flex;
    flex-direction: row;
    padding: 0;
    border: none;
    align-items: center;
    background: transparent;
}
.contactwrap .contact_inner:hover {
    box-shadow: none;
}
.contactwrap .scheduleacall {
    margin: 0;
}
.contactwrap .contact_inner > a {
    padding: 0;
    align-self: auto;
    padding-right: 12px;
}
.contactwrap .contact_inner a:first-child {
    border-right: 1px solid #9CABF7;
}


/* New Menu */

.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    /* border-bottom: 1px solid var(--Text-Grey-200, #EAECF0) !important; */
    background: var(--White, #FFF);
    padding: 0px;
}

nav.navbar.navbar-expand-lg {
    height: auto;
    display: inline-block;
    width: 100%;
}

.header_menu_links ul.navbar-nav {
    display: flex;
    align-items: center;
}

/* New Menu */


.Merged_Text { 
    display: none;
}

.Reduced_Talent_Box .accordion-item:last-child {
    border: 0;
}

.Reduced_Talent_Box.Menu_Main_Box .accordion-item .accordion-body {
    padding: 0;
    border-top: 0;
}


nav .navbar {
    position: static;
}



/* New Header */

.header_menu_links {
    /* display: inline-block;
    gap: 24px;
    justify-content: space-between;
    flex: 1;
    margin-top: 0;
    z-index: 99;
    width: auto; */
}

.navbar-expand-lg .navbar-collapse {
    background: transparent;
}

.btn_con_edu {
    background: transparent;
    border: 0;
}

.btn_con_edu:hover, .btn_con_edu:active, .btn_con_edu:focus-within {
    border: 0;
    background: transparent;
}

.Blue_bg_box {
    background: url(../images/Blue_box_bg.png);
    background-size: cover;
    padding: 24px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 313px;
    transition: .4s all ease-in-out;
}

.Blue_bg_box:hover {
    background: url(../images/Blue_box_bg_hover.png); 
    background-size: cover;
    transition: .4s all ease-in-out;
}

.Blue_bg_box label {
    border-radius: 500px;
    background: var(--Theme-Blue-500, #3A58EF);
    padding: 4px 12px;
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;

/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}

.Reduced_Talent_Box.Menu_Main_Box .accordion-item .accordion-body .Blue_bg_box h3 {
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding: 12px 0;
    border: 0;
    display: -webkit-box;
    max-width: 100%;
    height: 113px;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Reduced_Talent_Box.Menu_Main_Box .accordion-item .accordion-body .Blue_bg_box p {
    color: #FFF;

/* Text md/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.Blue_bg_box_bottom {}

.Reduced_Talent_Box .accordion-item .accordion-body .Blue_bg_box_bottom span {
    color: #FFF;

/* Text md/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    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;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
    transition: .4s all ease-in-out;
}

.Reduced_Talent_Box .accordion-item .accordion-body .Blue_bg_box:hover .Blue_bg_box_bottom span {  
    transition: .4s all ease-in-out;
}

.Reduced_Talent_Box .accordion-item .accordion-body .Blue_bg_box:hover .Blue_bg_box_bottom span svg {
    transform: translatex(180px);
    transition: .4s all ease-in-out;
}

.Reduced_Talent_Box .accordion-item .accordion-body .Blue_bg_box .Blue_bg_box_bottom span svg {
    transform: translatex(0px);
    transition: .4s all ease-in-out;
}

.Reduced_Talent_Box .accordion-item .accordion-body a label {
    cursor: pointer;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    box-shadow: 0px 0px 2px #3957ef;
}

@media(max-width:1600.51px){
    .second_dropdown {
        padding-left: 140px;
    }
    .con_inner ul.dropdown-menu{
        padding-left: 140px;
    }
    .cpe_wrapper {
        padding: 24px 0 24px 0px;
    }
    .con_inner ul.dropdown-menu.cpe_for_teams_wrap {
        padding-left: 0;
    }
    .con_inner ul.dropdown-menu.cpe_for_teams_wrap .cpe_for_teams_container .pricing-table {
        padding-left: 140px;
    }
    .container-fluid.container-custom.exam_wrapper {
        padding-left: 116px;
    }
    ul.dropdown-menu.traingprogma_wrapeer .traingprogma_container {
        padding-left: 116px;
    }
    .container-custom.traingprogma_container.firm_container {
        padding-left: 130px;
    }
    .hrader_search .hrader_search-inner .form-control{
        min-width: 268px;
    }
    .solution_inner .container-custom.traingprogma_container.firm_container {
        padding-left: 0;
    }
    .solution_inner .container-custom.traingprogma_container.firm_container > .row {
        padding-left: 0 !important;
    }
    li.nav-item.dropdown.Country a.nav-link.dropdown-toggle {
        width: 70px;
        padding: 10px 14px 10px 10px;
    }
    .header_left ul.second_dropdown, .header_right ul.second_dropdown {
        padding: 4px 140px 4px 140px;
    }

    .Reduced_Talent_Box .accordion-item .accordion-body .Blue_bg_box:hover .Blue_bg_box_bottom span svg {
        transform: translatex(44px);
    }
}
@media(max-width:1599px){
    li.new_user_menu a {
        font-size: 13px;
    }
    .new_header .header_right .btn-menu{
        font-size: 13px;
    }
    li.nav-item.login_menu .btn-menu{
        font-size: 13px;
    }
    .new_header li.nav-item.Subscribe_menu > a {
        font-size: 13px;
    }
    .btn_con_edu, .btn_con_edu:hover, .btn_con_edu:active, .btn_con_edu:focus-within{
        font-size: 13px;
    }
    .new_header .con_inner .btn-menu{
        font-size: 13px;
    }
    .new_header .header_right .btn-menu:hover, .new_header .header_right .btn-menu:active, .new_header .header_right .btn-menu:focus-within{
        font-size: 13px;
    }
    .header_right .navbar-nav {
        gap: 5px;
    }
    .hrader_search .hrader_search-inner .form-control {
        font-size: 13px;
    }
    .new_header .con_inner .btn-menu:hover, .new_header .con_inner .btn-menu:active, .new_header .con_inner .btn-menu:focus-within{
        font-size: 13px;
    }
    .header_right {
        gap: 6px;
    }
    li.nav-item.dropdown.Country ul.dropdown-menu.show li a.dropdown-item {
        width: 100%;
        clear: both;
        padding: 8px 20px 8px 20px;
        font-size: 13px;
    }
    header.new_header .navbar {
        padding: 22px 8px;
    }

    .exam_prep_course ul{
        gap: 0;
    }
    .exam_prep_course ul li a{
        font-size: 13px;
        padding: 4px 8px;
    }
    .second_dropdown{
        padding: 4px 24px;
    }
    .exam_prep_course .exma-head,.exam_prep_course .exma-head span{
        font-size: 18px;
    }
    .exam_prep_course{
        padding: 12px 16px;
    }
    li.nav-item.dropdown.Country a.nav-link.dropdown-toggle{
        height: 44px;
    }
    .pricing-table td {
        padding: 4px 8px 4px 8px;
        font-size: 12px;
    }
    .table>tbody tr:first-child td {
        padding-top: 8px;
    }
    .table>tbody tr:last-child td {
        padding-bottom: 8px;
    }
    .pricing-table td > svg {
        height: 15px;
    }
    .pricing-table tfoot td{
        padding: 8px 8px 0px 8px;
    }
    .hundred_qualification ul li{
            padding: 5px 8px;
    }
    .cpe_wrapper {
        padding: 8px 0 24px 24px;
    }
    .topics ul {
        gap: 4px;
    }
    .topics ul a{
        font-size: 12px;
    }
    .hundred_qualification ul li {
        padding: 4px 8px;
    }
    .topics ul a {
        padding: 2px 8px;
    }
    .hundred_qualification ul li{
        gap: 0;
    }
    .hundred_qualification ul li a{
        font-size: 14px;
    }
    .topics_title {
        margin-bottom: 8px;
    }
    .hundred_qualification_title {
        margin-bottom: 8px;
    }
    .hundred_qualification ul{
        gap: 0;
        margin-bottom: 8px;
    }
    .topics ul{
        margin-bottom: 8px;
    }
    .topics,.hundred_qualification {
        padding: 8px 16px;
    }
    .hundred_qualification .text-view_all,.topics .text-view_all{
        padding: 0 8px;
    }
    .pricing-table{
            padding: 10px 0px 24px 32px;
    }
    .pricing-table th{
        padding: 4px 8px 4px 8px;
    }
    .pricing-table {
        padding: 10px 0px 24px 32px;
    }
    
}
@media(max-width:991px){
    header.new_header .navbar {
        padding: 22px 12px;
    }
    .header_menu_links {
        flex-basis: 100%;
    }
    .new_header .header_right .btn-menu {
        position: relative;
        width: 100%;
    }
    .header_right {
        gap: 6px;
        flex-direction: column;
    }
    header.new_header .dropdown-toggle::after {
        top: 14px;
    }
    .btn_con_edu, .btn_con_edu:hover, .btn_con_edu:active, .btn_con_edu:focus-within {
        position: relative;
    }
    .header_left {
        display: flex;
        align-items: flex-start;
        gap: 24px;
        flex-direction: column;
    }
    .header_menu_links .nav-item .dropdown .dropdown-toggle {
        width: 100%;
    }
    .header_menu_links .nav-item{
        width: 100%;
        border-bottom: 1px solid #EAECF0;
    }
    .header-desktop-search{
        display: none;
    }
    .header_menu_links .navbar-nav{
        gap: 6px !important;
    }
    .second_dropdown{
        padding: 0;
    }
    .cpe_wrapper {
        padding: 24px 0;
        flex-wrap: wrap;
        width: 100%;
    }
    .hundred_qualification,.topics{
        width: 100%;
    }
    .cpe_wrap {
        flex-wrap: wrap;
    }
    .con_inner {
        display: flex;
        gap: 0;
        flex-direction: column;
    }
    .dropdown-menu .row {
        padding: 10px 0;
    }
    a.btn-menu.dropdown-toggle.mobile_arrow {
        position: relative;
        background: #EBEEFD;
    }
    a.btn-menu.dropdown-toggle.mobile_arrow:before {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M2.5 8H13.5" stroke="%23475467" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 2.5V13.5" stroke="%23475467" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        width: 16px;
        height: 16px;
        background-position: center;
        position: absolute;
        z-index: 9;
        content: "";
        top: 13px;
        right: 20px;
        background-repeat: no-repeat;
    }
    a.btn-menu.dropdown-toggle.show.mobile_arrow:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M2.5 8H13.5" stroke="%23475467" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
    }
    .navbar-toggler-icon{
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M4.80078 12H19.2008" stroke="%231D2026" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.80078 6H19.2008" stroke="%231D2026" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.80078 18H19.2008" stroke="%231D2026" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    }
    .navbar-toggler {
        padding: 0;
        border: none;
    }
    .navbar-toggler:focus{
        box-shadow: none;
        border: none;
    }
    .cpe_for_teams_container .pricing-table {
        flex-basis: 100%;
        max-width: 100%;
    }
    .pricing-table{
        display: none;
    }
    .pricing-table-mobile{
        display: block;
    }
    .pricing-table-mobile {
        background: #182878;
        padding: 24px;
    }
    .pricing-table-mobile .price_heah {
        color: var(--White, #FFF);
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        padding-bottom: 16px;
    }
    .regular_price_wrapper {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .regular_price_Wrap {
        background: #283FB1;
        border-radius: 12px;
    }
    .regular_price_Wrap .regular_price {
        background: var(--White, #FFF);
        /* display: flex; */
        padding: 12px 16px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        border-radius: 12px 12px 0 0;
        width: 100%;
    }
    .regular_price_Wrap .regular_price p {
        background: var(--White, #FFF);
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }
    .regular_price_Wrap .regular_price p b {
        color: var(--Text-Grey-700, #344054);
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }
    .regular_price_Wrap .regular_price p span {
        color: var(--Text-Grey-700, #344054);
        text-align: right;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }
    .regular_price_desc {
        padding: 16px;
    }
    .regular_price_Wrap ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        padding-bottom: 16px;
    }
    .regular_price_Wrap ul li a{
        color: var(--White, #FFF);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        padding: 4px 0;
        display: block;
    }
    .slicer-goldbtn{
        width: 100%;
    }
    .getstarted_btn a {
        text-align: center;
        display: flex;
        width: 100%;
        justify-content: center;
        margin-top: 24px;
    }
    .cpe_wrapper.cpe_for_teams {
        padding-left: 0;
        max-width: 100%;
        flex-basis: 100%;
        margin-bottom: 24px;
    }
    .con_inner ul.dropdown-menu {
        margin-top: 1px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .container-fluid.container-custom.exam_wrapper,.container-fluid.container-custom.traingprogma_container {
        padding-left: 0;
        padding-right: 0;
    }
    .header_menu_links .nav-item .con_inner .dropdown .dropdown-toggle{
        background: #EBEEFD;
    } 
    .header_menu_links .nav-item .con_inner .dropdown .dropdown-toggle.show{
        background: #d8defc;
    }
    .searchbox_for_mobile_img {
        padding: 5px 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .searchbox_for_mobile_img:hover {
        border: 1px solid #101828;
        border-radius: 4px;
    }
    .searchbox_for_mobile {
        /* position: relative; */
    }
    .searchbox_for_mobile_img {
        padding: 5px 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .searchbox_for_mobile_img:hover {
        border: 1px solid #101828;
        border-radius: 4px;
    }
    .searchbox_for_mobile_iiner {
        position: absolute;
        left: 50%;
        width: calc(100% - 12px);
        right: 0;
        z-index: 9;
        transform: translateX(-50%);
        top: 60px;
        box-shadow: 0 0 10px 0;
        border-radius: 4px;
    }
    .searchbox_for_mobile{
        display: block;
    }
    li.nav-item.dropdown.Country {
        display: none;
    }
    .header_right .firm-wrap{
        padding-right: initial;
    }
    .con_inner ul.dropdown-menu,.header_right .firm-wrap{
        max-height: calc(100vh - 312px);
        overflow-y: auto;
    }
    .con_inner ul.dropdown-menu::-webkit-scrollbar,.header_right .firm-wrap::-webkit-scrollbar {
        display: none;
    }
    .con_inner ul.dropdown-menu,.con_inner ul.dropdown-menu {
        -ms-overflow-style: none; 
        scrollbar-width: none;  
    }    
    span.menu_close{
        display: none;
    }
    .india_header .flex-none {
        flex: initial;
    }
    .contactwrap{
        display: none;
    }
}
