section.Cources_Main {
    padding: 48px 0;
}
h1.Title {
    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;
}
h1.Title span {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}
.Trust_Reviews {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 24px 0;
}
.Trust_Reviews p {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.Trust_Reviews b {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.Qualifications ul {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 16px;
}
.Qualifications {
    margin-bottom: 36px;
}
.Qualifications ul li {
    display: inline-flex;
}
.Qualifications ul li a {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 8px 12px;
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.Qualifications ul li a.Explore {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.Qualifications ul li a.active {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--Theme-Blue-500, #3A58EF);
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.Search_Box {
    position: relative;
    min-width: 58%;
}
.Search_Box input {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 8px 12px;
    padding-left: 36px;
}
.Search_Box svg {
    position: absolute;
    top: 10px;
    left: 10px;
}
.Input_Box .form-floating>label {
    padding: 15px 0.75rem;
    color: gray;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.form-floating>.form-select~label {
    transform: scale(.85) translateY(-1.5rem) translateX(.15rem);
    color: var(--Theme-Purple-500, #5D667B);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.Input_Box .filter-selection.form-floating .dropdown button {
    /* border: 1px solid var(--Text-Grey-300, #D0D5DD); */
    border-radius: 4px;
    /* background: var(--Text-Grey-100, #F2F4F7); */
    padding: 12px 16px;
}
.Calendar a {
    border-radius: 4px;
    background: var(--Text-Grey-100, #F2F4F7);
    padding: 9px 16px;
    display: inline-block;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
}
.bootstrap-select>select::placeholder {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.Filter {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    align-items: center;
}
.Input_Box .form-floating .dropdown button.disabled {
    background-color: var(--Text-Grey-100, #e7e9ed);
}
/* .Input_Box .filter-selection {
    width: 195px;
} */
.bootstrap-select .dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #D0D5DD;
}
.bootstrap-select .dropdown-menu li a.active {
    background: #f3f1fd;
}
.bootstrap-select .dropdown-menu li span.text {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.filter-selection .bootstrap-select .dropdown-menu li a {
    padding-left: 40px;
}
.Sort_by .dropdown button{
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background-color: #fff;
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 8px 12px;
    height: 44px;
}
.Courses_Box {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    margin-bottom: 24px;
    position: relative;
}
.Courses_Box img.Box_Img {
    border-radius: 12px 12px 0 0;
    width: 100%;
}
.Courses_Can {
    padding: 16px;
    background-color: #fff;
    border-radius: 0 0 12px 12px;
}
.Credit_Name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Credit_Name span {
    border-radius: 4px;
    background: var(--Theme-Blue-50, #EBEEFD);
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 4px 8px;
}
.Credit_Name p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.Credit_Name a
{
    color: var(--Text-Grey-600, #475467);
}
/* Add for tags hierarchy */
.Courses_Can h3 a, .Courses_Can h2 a {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-top: 16px;
    display: inline-block;
    height: 55px;
    overflow: hidden;
}
p.Date_Time {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 4px;
}
.Courses_Can ul.Tags {
    display: inline-block;
    margin: 16px 0;
    height: 33px;
    overflow: hidden;
}
.Courses_Can ul.Tags li {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    border-radius: 4px;
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 6px 12px;
    display: inline-flex;
    margin-bottom: 5px;
}
.Learn_Review {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Learn_Review a {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    padding: 8px 14px;
    display: inline-block;
}
.Learn_Review a svg {
    margin-left: 7px;
}
.Rating ul {
    gap: 4px;
    align-items: center;
    display: flex;
}
.Rating ul li {
    display: inline-flex;
}
.Rating ul li.Rating_Count {
    color: #FFB21E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.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;
}
.Trial_Left h1 {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 8px;
}
.Trial_Left p.Sub_Line {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 32px;
}
.Trial_Left .Table_Box table.table thead tr th {
    background: #fff;
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    vertical-align: text-top;
}
.Trial_Left .Table_Box table.table thead tr th p {
    color: var(--Theme-Blue-900, #04092A);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.head_sub {
    margin-bottom: 24px;
}
/* Add for tags hierarchy */
.head_sub h1, .head_sub h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 12px;
}
.head_sub p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.Trial_Left .Table_Box table.table thead tr th span {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 5px;
}
.Trial_Left .Table_Box table.table thead tr th:first-child > span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 16px 0;
    display: block;
    text-align: left;
}
.pricing_trial {
    display: flex;
    align-items: center;
    gap: 12px;
}
table.table thead tr th:first-child .pricing_trial span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
}
table.table thead tr th:first-child .pricing_trial b {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.Trial_Left .Table_Box .table>thead {
    vertical-align: middle;
}
.Trial_Left .Table_Box table.table thead tr th small {
    color: var(--Warning-Yellow-900, #7A2E0E);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: var(--Warning-Yellow-200, #FEDF89);
    padding: 2px 8px;
    height: 20px;
    display: inline-block;
}
.Trial_Left .Table_Box table.table thead tr th:last-child small {
    background: transparent;
}
.Trial_Left .Table_Box table.table tr:nth-child(odd) td {
    border-bottom: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: #FFF;
}
.Table_Box table.table tbody tr td {
    color: var(--Text-Grey-700, #344054);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-bottom: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--Text-Grey-100, #F2F4F7);
}
.Trial_Left .Table_Box table.table tbody tr td {
    padding: 12px 8px;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    background-color: #fff;
    line-height: 28px;
}
.desc_last {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 24px;
}
.Trial_Left .Table_Box table.table tbody tr td a.access_to_communities {
    display: flex;
    justify-content: space-between;
}
.Trial_Left .Table_Box table.table tbody tr td.Link_Text {
    display: flex;
    align-items: baseline;
    gap: 5px;
    height: 46px;
}
.Trial_Left .Table_Box{
    border: none;
}
.Trial_Left .Table_Box table.table tbody tr td a.access_to_communities {
    display: flex;
    gap: 16px;
    width: 100%;
    align-items: center;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-decoration-line: underline;
    justify-content: flex-start;
}
.Trial_Left {
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 24px;
}
.Trial_Left .c_tooltip .c_tooltiptext {
    left: 170px;
    bottom: -30%;
    top: auto;
}
.Trial_Left .c_tooltip .c_tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -18px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #d3d3d3  transparent transparent;
    bottom: 14px;
}
.Trial_Left .c_tooltip .c_tooltiptext::after {
    left: 8px;
}
.Trial_Left .Table_Box table.table thead tr th .selected_btn span {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}
.Trial_Left .Table_Box table.table thead tr th.Selcted_Plan
{
    background-color: #ebeefd;
}
.Trial_Left .Table_Box table.table tr td.Selcted_Plan
{
    background-color: #ebeefd;
}
.Trial_Left  .table>:not(caption)>*>* {
    padding: 0.3rem .3rem;
}
.Choose_Plan {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
    padding: 24px;
}
.Choose_Plan h3 {
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 8px;
}
.Select_Box {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-100, #F2F4F7);
    background: var(--Text-Grey-100, #F2F4F7);
    padding: 8px 16px;
}
.Select_Box .form-check {
    display: flex;
    gap: 16px;
    align-items: center;
}
.Select_Box .form-check label.form-check-label {
    color: var(--Theme-Blue-800, #182878);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.Select_Box .form-check label.form-check-label p {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.Select_Box .form-check label.form-check-label p span {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 4px;
}
.Select_Box .form-check input {
    width: 20px;
    height: 20px;
}
.Select_Box.active {
    border-radius: 8px;
    border: 1px solid var(--Theme-Blue-200, #9CABF7);
    background: var(--Theme-Blue-50, #EBEEFD);
}
.Card_Detail {
    border-radius: 8px;
    background: var(--Text-Grey-50, #F9FAFB);
    display: flex;
    padding: 8px 16px;
    margin-block: 32px;
}
.Card_Detail p {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 6px;
}
.Card_Detail span {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.Subscription_Period {
    border-right: 1px solid #D0D5DD;
    padding-right: 24px;
    margin-right: 24px;
}

.Trial_Left .Table_Box table.table thead tr th:first-child {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 370px;
}
.card_dtbx_head {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 12px;
}
.card_dtbx label.form-check-label {
    font-size: 14px;
}
.selected_btn {
    text-align: center;
    color: #5D667B;
    border: 1px solid #EBEEFD;
    border-radius: 3.35px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20.1px;
    background: #3a58ef;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.eyeicn_wrap {
    position: relative;
}
.eyeicn {
    position: absolute;
    right: 12px;
    top: 10px;
    cursor: pointer;
}
.isclosebtn {
    padding: 20px 0;
    text-align: right;
}
.isclosebtn a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
p.error_paymentfail {
    border-radius: 8px;
    background: var(--Error-Red-50, #FEF3F2);
    padding: 4px 16px;
    color: var(--Error-Red-900, #7A271A);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 16px 0;
}
p.error_paymentfail span {
    color: var(--Error-Red-700, #B42318);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.card_dtbx {
    margin-bottom: 16px;
}
.othercontent button.Continue {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    padding: 12px 20px;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    background: transparent;
}

/*included css*/
.Qualifications {
    display: flex;
    justify-content: center;
    white-space: nowrap;
}
.Qualifications ul{
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 42px;
    overflow: hidden;
}
.Qualifications ul li a.Explore {
    white-space: nowrap;
}
.Filter .Search_Box input {
    min-width: 195px;
    font-size: 14px;
    min-height: 44px;
}
.Filter {
    flex-wrap: wrap;
}
.Sort_by .Input_Box .filter-selection.form-floating .dropdown button {
    background: #fff;
    order: -1;
    min-width: 202px;
}
.filter_left {
    display: flex;
    gap: 16px;
}
.filter_area {
    display: flex;
    gap: 16px;
}
button.filter_btns, .filter_heaading, .filter_footer {
    display: none;
}
.filer_column {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* .Input_Box .Delivery {
    width: 215px !important;
}
.Input_Box .Qualification {
    width: 215px !important;
}
.Input_Box .Sort_by {
    width: 200px !important;
} */

.not_found_main {
    display: flex;
    justify-content: center;
    padding: 80px 15px;
    background: var(--Theme-Blue-50, #EBEEFD);
    border-radius: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    flex-direction: column;
    align-items: center;
}
.not_found_main p.not_found {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-top: 46px;
}
.not_found_main p.msg {
    color: var(--Text-Grey-400, #98A2B3);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 16px;
    max-width: 300px;
}
.Courses_Can ul.Tags li.searched_qualification
{
    background: #3a58ef;
    color: #fff;
}

.Qualifications ul li a:hover {
    background: #EBEEFD;
}
.Qualifications ul.Explore li a.Explore:hover {
    background-color: #3a58ef;
    color: #fff;
}
.Qualifications ul.Explore li a.Explore:hover svg path {
    fill: #fff;
}
.Learn_Review a:hover {
    background-color: var(--Theme-Blue-500, #3A58EF);
    color: #fff;
}
.Learn_Review a:hover svg path {
    fill: #fff;
}

.search_box_text
{
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}
.search_box_text a svg {
    width: 18px;
    height: 18px;
    margin-left: 5px;
}
.search_box_text span
{
    color: var(--Text-Grey-700, #344054);
}
/*responsive of homepage start*/

/*additional text css by nikunj*/
.powered_by.mt-3 {
    display: flex;
    align-items: center;
}
.powered_by label {
	margin-right: 5px;
}
.powered_by_logo {
	display: inline-block;
	position: relative;
}
.powered_by_logo::after {
	content: '';
	width: 1px;
	height: 20px;
	background: #EAECF0;
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 8px;
}
.powered_by_logo:last-child:after {
    display: none;
}
.Choose_Plan.custom_text_plan p {
	font-size: 14px;
}
.Date_Range svg {
    position: absolute;
    top: 13px;
    right: 13px;
}
.Input_Box {
    flex: 1 1 calc((100% - (16px * 5)) / 7);
}
.Clear_btn {
    display: inline-flex;
    align-items: center;
}
label.select_date {
    color: gray;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: .7rem .75rem !important;
}
.Trial_Main
{
    background-color: #fff;
}
/*End additional text css by nikunj*/
.Blue_Fill_Btn.course_catalogue_btn {
    border: 1px solid #3A58EF;
    color: #3A58EF;
    background: transparent;
}

.Courses_Box span.Trending.coming_soon {
    position: absolute;
    padding: 4px 8px;
    top: 12px;
    left: 12px;
    border-radius: 4px;
    background: var(--Warning-Yellow-50, #fffaeb);
}
.Courses_Box span.Trending.coming_soon {
    right: 10px;
    left: auto;
}


/* Dropdown Width Changes - Start */

.filter-selection.form-floating.Qualification .dropdown-menu.show,
.filter-selection.form-floating.Topics .dropdown-menu.show {
    max-width: 260px !important;
    min-width: 260px !important;
    overflow-x: hidden !important;
}

.filter-selection.form-floating.Qualification .dropdown-menu.show .inner.show {
    overflow-x: hidden;
}

.form-floating.ratings .dropdown-menu.show {
    max-width: inherit !important;
    min-width: inherit !important;
}

.filter-selection.form-floating.course-credits .dropdown-menu.show {
    max-width: inherit !important;
    min-width: inherit !important;
}

.form-floating.Sort_by .dropdown-menu.show {
    max-width: 200px !important;
    min-width: 200px !important;
    overflow-x: hidden !important;
}

.Input_Box .dropdown-menu.show {
    max-width: 275px !important;
    min-width: 275px !important;
    overflow-x: hidden !important;
}

.Input_Box .dropdown-menu.show .inner.show {
    overflow-x: hidden;
}

/* Dropdown Width Changes - Over */

.bootstrap-select .dropdown-menu {
    top: 100% !important;
    bottom: auto !important;
    transform: translate3d(0, 0, 0) !important;
}

.Courses_Box.ebook-card .Course_Img a img.Box_Img {
    height: auto;
    aspect-ratio: inherit;
}
.ptp_pricing_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ptp_pricing_wrap .ptp_pricing {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
@media only screen and (max-width: 1366.51px) {
   .Course_Img img {
        object-fit: contain;
        height: 100%;
    }
}
@media (max-width: 767px) {
    /*main first section start*/
    h1.Title {
        font-size: 24px;
    }
    h1.Title span {
        font-size: 24px;
    }
    .Trust_Reviews {
        flex-wrap: wrap;
    }
    .Trust_Reviews {
        gap: 4px 16px;
    }
    .Qualifications {
        flex-wrap: wrap;
        display: block;
        
    }
    .Qualifications ul.qualifications_list_slider  li{
        display: block;
    }
    .qualifications_list_slider .slick-prev {
        left: -32px;
        z-index: 99;
    }
    .qualifications_list_slider .slick-next {
        right: -32px;
        z-index: 9999;
    }
    .qualifications_list_slider .slick-prev:before,.qualifications_list_slider .slick-next:before{
        content: none;
    }
    .qualifications_list_slider .slick-prev,.qualifications_list_slider .slick-next {
        width: 40px;
        height: 40px;
        z-index: 9;
    }
    .Qualifications ul li a {
        display: inline-block;
        white-space: normal;
    }
     .Qualifications ul {
        max-width: calc(100% - 70px);
        margin-inline: auto;
        display: flex;
        justify-content: center;
    }
    .Qualifications ul li a.Explore{
        margin-top: 16px;
    }
    .Qualifications .slick-slider .slick-track{
        display: flex;
        align-items: center;
    }
    .filter_left {
        flex-wrap: wrap;
    }
    .Search_Box {
        flex-basis: 100%;
        order: -1;
    }
    button.filter_btns, .filter_heaading, .filter_footer {
        display: inline-block;
    }
    .filer_column {
        display: flex;
        gap: 16px;
        flex-direction: column;
        width: 100%;
    }
    button.filter_btns {
        display: flex;
        width: 111px;
        height: 44px;
        padding: 10px 12px;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0;
        border: none;
        border-radius: 4px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: var(--White, #FFF);
        color: var(--Text-Grey-900, #101828);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .Sort_by {
        /* position: absolute;
        top: 60px;
        right: 26px; */
    }
    .Filter {
        flex-wrap: wrap;
        position: relative;
    }

    .filter_area.active {
        display: flex;
        gap: 16px;
        flex-direction: column;
        display: none;
        display: flex;
        width: 327px;
        padding: 12px 24px 24px 24px;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        border-radius: 16px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: #FFF;
    }
    .filter_footer {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 8px;
    }
    .filter_cancel {
        color: var(--Text-Grey-400, #98A2B3);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        border-radius: 4px;
        border: 1px solid var(--Text-Grey-400, #98A2B3);
        padding: 10px 16px;
    }
    a.filter_clear {
        color: #ffffff;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        border-radius: 4px;
        border: 1px solid #3A58EF;
        display: inline-block;
        padding: 10px 16px;
        background: #3A58EF;
    }
    .filter_heaading {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 24px;
    }
    .filter_heaading p {
        color: var(--Text-Grey-800, #1D2939);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
    }
    .Input_Box .filter-selection {
        width: 100% !important;
    }
    .filter_area {
        gap: 16px;
        flex-direction: column;
        display: none;
        width: 100%;
        padding: 24px 24px 24px;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        border-radius: 16px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: #FFF;
        /* position: absolute;
        top: 110px; */
    }
    .filter_area.active {
        display: flex;
    }
    .filter_area .Calendar{
        display: none;
    }
    /*main first section over*/

    

   

    
    
    /*Get Started with Unlimited Learning start*/
    .Trial_Left .Table_Box table.table thead tr th:first-child > span,.Trial_Left .Table_Box table.table thead tr th {
        font-size: 20px;
    }
    table.table thead tr th:first-child .pricing_trial span {
        font-size: 12px;
    }
    table.table thead tr th:first-child .pricing_trial b {
        font-size: 12px;
        line-height: 1;
        display: block;
    }
    .Trial_Left .Table_Box table.table thead tr th span {
        margin-left: 0;
        display: block;
    }
    .Trial_Left .Table_Box table.table thead tr th .course_catalogue_btn {
        color: var(--Theme-Blue-500, #3A58EF);
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        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;
        padding: 0 !important;
        background: transparent;
        border: none;
        white-space: nowrap;
        margin: 0;
    }
    .Trial_Left .Table_Box table.table tbody tr td {
        font-size: 14px;
        line-height: 20px;
    }
    .Trial_Left .Table_Box table.table thead tr th:first-child > span {
        margin: 0;
    }
    .desc_last {
        font-size: 16px;
        line-height: 28px;
        margin-block: 24px;
    }
    .Choose_Plan h3 {
        margin-bottom: 24px;
        text-align: center;
    }
    /* Add for tags hierarchy */
    .head_sub h1, .head_sub h2 {
        margin-bottom: 12px;
        color: var(--Theme-Dark-Blue-800, #26244A);
        text-align: center;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
    }
    .head_sub p {
        color: var(--Text-Grey-600, #475467);
        text-align: center;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
    /*Get Started with Unlimited Learning end*/

.Input_Box .Delivery {
    width: 100% !important;
}
    .Input_Box .Sort_by {
        width: 100% !important;
    }
    .isclosebtn {
    display: none;
}
}
/*responsive of homepage end*/