html,
body {
    height: 100%
}

body {
    background: #fff;
    color: #464F57;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    font-size: 16px;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,
figure,
a,
p {
    margin: 0;
    padding: 0
}

ul,
ol {
    padding-left: 50px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bitter", serif;
    color: #2A5488
}

b,
strong {
    font-weight: 600
}

a {
    color: #235BA8;
    text-decoration: underline;
    font-weight: 300;
    padding: 0 2px
}

a:not([href]):not([tabindex]) {
    color: #2A5488;
    text-decoration: underline
}

a:hover,
a.hover {
    color: #235BA8;
    text-decoration: underline
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #2A5488;
    text-decoration: underline
}

a:focus,
a:focus-visible {
    outline: #235BA8 solid 2px;
    box-shadow: none;
    font-weight: 300
}

img {
    max-width: 100%
}

hr {
    background-color: #464f57
}

.trs {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.h1,
h1 {
    font-size: 74px;
    line-height: 90px;
    font-weight: 600;
    margin-bottom: 28px
}

.subtitle_h1 {
    position: relative
}

.subtitle_h1 p {
    font-size: 28px;
    line-height: 40px;
    font-weight: 300
}

.h2,
h2 {
    font-size: 64px;
    line-height: 78px;
    font-weight: 500;
    margin-bottom: 24px
}

.subtitle_h2 {
    position: relative
}

.subtitle_h2 p {
    font-size: 24px;
    line-height: 40px;
    font-weight: 300
}

.h3,
h3 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 15px
}

.subtitle_h3 {
    position: relative
}

.subtitle_h3 p {
    font-size: 24px;
    line-height: 40px;
    font-weight: 300
}

.h4,
h4 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 15px
}

.subtitle_h4 {
    position: relative
}

.subtitle_h4 p {
    font-size: 24px;
    line-height: 40px;
    font-weight: 300
}

.h5,
h5 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 15px
}

.subtitle_h5 {
    position: relative
}

.subtitle_h5 p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300
}

.h6,
h6 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 15px
}

.subtitle_h6 {
    position: relative
}

.subtitle_h6 p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300
}

button,
.btn-close,
.accordion-button:focus {
    background: none;
    border: none
}

button:focus {
    box-shadow: none;
    outline: none
}

.btn .material-symbols-rounded {
    font-size: 20px;
    position: relative
}

.btn-primary.focus,
.btn-primary:focus-visible,
.c-prefers-focus,
.btn-primary:focus {
    background-color: #001722;
    outline: #7E878E solid 3px;
    box-shadow: none;
    outline-offset: 0;
    font-weight: 500
}


.btn-light {
    color: #2C6AC0;
    border: #2C6AC0 solid 1px
}

.btn-light:hover,
.btn-light:focus {
    background-color: #FA6600;
    color: #fff;
    border: #FA6600 solid 1px
}

.btn-light:hover i,
.btn-light:focus i {
    color: #fff
}

.show>.btn-light.dropdown-toggle:focus,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    background-color: #FA6600;
    color: #fff;
    border: #FA6600 solid 1px
}

.btn-link {
    color: #2A5488
}

.btn-link:hover {
    text-decoration: underline;
    color: #2A5488
}

.btn-info {
    background-color: #2A5488;
    border-color: #2A5488
}

.btn-info:hover {
    background-color: #2A5488;
    border-color: #2A5488;
    text-decoration: underline
}

.btn-success {
    background-color: #47A81B;
    border-color: #47A81B
}

.btn-success:hover {
    background-color: #47A81B;
    border-color: #47A81B;
    text-decoration: underline
}

.material-symbols-rounded {
    vertical-align: middle
}

.material-symbols-outlined {
    font-variation-settings: "FILL" 1
}

.alert-dismissible {
    position: relative;
    border-radius: 0 16px 0 16px;
    padding: 30px 20px;
    padding-left: 80px;
    margin-bottom: 0;
    background-color: #F2F7FC;
    border-color: #F2F7FC
}

.alert-dismissible h5 .alert-dismissible .message_alert_head {
    color: #464F57;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 300;
    font-family: 'Nunito', sans-serif
}

.alert-dismissible h5 .material-symbols-rounded,
.alert-dismissible .message_alert_head .material-symbols-rounded {
    color: #464F57;
    font-size: 48px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.alert-dismissible h5 i,
.alert-dismissible .message_alert_head i {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px
}

.alert-dismissible h5 p,
.alert-dismissible .message_alert_head p {
    margin-bottom: 0;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle
}

.alert-dismissible .btn-close,
.alert-dismissible .close {
    padding: 0;
    opacity: 100;
    text-shadow: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0
}

.alert-dismissible .btn-close i,
.alert-dismissible .close i {
    font-size: 18px
}

.alert-dismissible .btn-secondary {
    margin: 0;
    margin-left: 10px;
    padding: 0 16px 0 16px
}

.alert-dismissible.gray_color {
    position: relative;
    border-radius: 0 16px 0px 16px;
    padding: 10px 30px;
    padding-left: 90px;
    margin-bottom: 0;
    background-color: #ECECEC;
    border-color: #ECECEC
}

.alert-dismissible.left_padd_none {
    padding-left: 30px
}

.alert-dismissible.minHeiht {
    min-height: 110px
}

.alert-dismissible.gray_color h5 .material-symbols-rounded,
.alert-dismissible.gray_color .message_alert_head .material-symbols-rounded {
    color: #464F57;
    font-size: 48px;
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%)
}

.alert-dismissible.gray_color h5 i,
.alert-dismissible.gray_color .message_alert_head i {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px
}

.alert-dismissible.gray_color h5 p,
.alert-dismissible.gray_color .message_alert_head p {
    margin-bottom: 0;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle
}

.alert-dismissible.gray_color .btn-close,
.alert-dismissible.gray_color .close {
    padding: 0;
    opacity: 100;
    text-shadow: none;
    position: absolute;
    top: 25px;
    right: 15px;
    transform: translateY(-50%);
    line-height: 0;
    color: #464F57
}

.alert-dismissible.gray_color .btn.pc_theme_btn {
    max-width: 190px
}

.alert-dismissible.gray_color .btn-secondary {
    margin-left: 15px
}

.alert-dismissible.gray_color .lead {
    font-size: 24px;
    font-weight: 500;
    margin-right: 0;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item .remove:focus i {
    outline: #001722 solid 3px
}

.form-control,
.form-inline .form-control,
.mktoForm .mktoField,
.hs-input,
#card_number01,
#card_number02,
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input {
    position: relative;
    background-color: #fff;
    color: #464F57;
    font-size: 18px;
    font-weight: 300;
    border: 1px solid #8c969e;
    border-radius: 4px;
    height: auto;
    width: 100%;
    padding: 10px 15px 10px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

select.custom-select,
.form-select,
select.form-control,
.mktoForm .mktoField select,
.mktoForm .mktoFieldWrap select,
select.hs-input,
.dataTables_wrapper .dataTables_length select {
    color: #464F57;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 30px;
    border-radius: 4px;
    height: auto;
    border: 1px solid #8c969e;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.select2-container {
    width: 100% !important
}

.select2-container--default .select2-selection--multiple {
    padding: 10px 15px 10px 15px !important
}

.select2-results__option--selectable:before {
    content: "\e835";
    font-family: 'Material Symbols Rounded';
    width: 30px;
    height: 30px;
    font-size: 24px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute
}

.select2-results__option--selected:before {
    content: "\e834"
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f2f7fc !important;
    color: #464f57 !important
}

.select2-results__options .select2-results__option[aria-selected] {
    padding-left: 45px !important
}

.select2-search--dropdown .select2-search__field {
    padding: 10px 15px !important
}

.category .select2-container .select2-selection--multiple .select2-selection__rendered {
    margin-bottom: 0
}

.custom-select-arrow {
    background-image: url(../images/down-arrow-white.png);
    background-repeat: no-repeat;
    text-align: left;
    background-position: right 5px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-control:focus,
select:focus,
.custom-select:focus,
.form-select:focus,
.form-control:hover,
select:hover,
.custom-select:hover,
.form-select:hover {
    box-shadow: none;
    outline: #8c969e solid 2px
}

.form-group,
.form-columns-1 {
    position: relative;
    margin-bottom: 15px
}

.form-group label,
.mktoForm .mktoLabel,
.instructor-form label,
.form-columns-1 .hs-form-field label,
.form-columns-2 .hs-form-field label {
    color: #464F57;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    position: relative
}

.mktoForm .mktoAsterix {
    position: absolute;
    top: 0;
    right: -15px;
    color: #FF0000;
    margin-left: 10px;
    display: block
}

.error,
.error_validation {
    color: #D44400;
    border: #D44400 solid 1px
}

.field_required {
    color: #D44400;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    margin-top: 3px;
    display: none
}

.required,
.hs-form-required,
.hs-form-field .hs-error-msg,
.hs_error_rollup .hs-main-font-element {
    color: #FF0000 !important;
    display: inline-block;
    font-size: 14px !important;
    margin-bottom: 0
}

.hs-form-field .hs-form-required {
    padding-left: 10px
}

.custom-file .custom-file-input {
    height: 100%;
    position: absolute
}

.custom-file .custom-file-label {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    height: auto;
    font-weight: 300;
    border: 1px solid #8c969e;
    border-radius: 4px;
    height: auto;
    width: 100%;
    padding: 10px 15px 10px 15px
}

.custom-file .custom-file-label::after {
    height: auto;
    line-height: 30px;
    background-color: #F2F7FC
}

.input-group-item .input-group-inset-after.form-control,
.input-group-item .input-group-inset-before.form-control {
    width: auto
}

input[type=checkbox].form-check-input,
input[type=radio].form-check-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.form-check {
    padding-left: 2em;
    margin-bottom: 10px
}

.form-check .form-check-label {
    cursor: pointer;
    font-size: 18px;
    line-height: 22px;
    position: relative
}

.form-check .form-check-input {
    width: 19px;
    height: 19px;
    margin-left: -2em;
    margin-top: 0;
    border-radius: 4px;
    border-color: #464F57
}

.form-check-input:focus {
    box-shadow: none
}

.form-check-label:before {
    position: absolute;
    width: 19px;
    height: 19px;
    line-height: 20px;
    left: -28px;
    top: 2px;
    border-radius: 4px;
    border: #464F57 solid 1px;
    content: ""
}

.form-check-input:checked+.form-check-label:before {
    content: "\e5ca";
    font-family: 'Material Symbols Rounded';
    text-align: center;
    font-size: 18px;
    background-color: #2A5488;
    border: #2A5488 solid 1px;
    color: #fff
}

.form-check .form-check-label a {
    display: inline-block
}

fieldset.form-columns-1 .hs_country {
    margin-bottom: 20px
}

fieldset.form-columns-1 .hs_uk_region {
    margin-bottom: 5px
}

.hs-form-fbe3306d-4525-45c8-8289-2eeebc49a170_b76edd61-a021-4126-a0eb-ffa82ad492c8 fieldset.form-columns-1 .hs-input {
    width: 100% !important
}

.white-checkbox.form-check .form-check-label:before {
    border: #fff solid 1px
}

.white-checkbox.form-check .form-check-input:checked+.form-check-label:before {
    border: #fff solid 1px;
    color: #fff
}

.form-check-input.radio_btn_input:checked+.form-check-label.radio_btn_input:before {
    background-color: inherit
}

.form-check-label.radio_btn_input:before,
.form-check-label.radio_btn_input:after {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    content: ""
}

.form-check-input.radio_btn_input:checked+.form-check-label.radio_btn_input:after {
    left: -23px;
    right: 0;
    top: 6px;
    line-height: 14px;
    width: 14px;
    height: 14px;
    border: none;
    background-color: #464F57;
    border: #464F57 solid 1px;
    text-align: center
}

.form-check-label.radio_btn_input.afirm_radio_btn:before {
    top: 5px
}

.form-check-input.radio_btn_input.afirm_radio_input:checked+.form-check-label.afirm_radio_btn:after {
    top: 10px
}

.form-area {
    position: relative
}

.form-area .form-group {
    margin-bottom: 15px
}

.form-area .form-group label {
    margin-bottom: 10px
}

.form-area .btn-primary i {
    color: #fff
}

.form-area .form-group .form-check-label {
    font-size: 16px;
    line-height: 24px
}

.form-area .form-group .form-check-label a {
    color: #2A5488;
    font-weight: 600;
    text-decoration: underline
}

.form-area .form-group .form-check-label:before {
    top: 0
}

.breadcrumb {
    position: relative;
    bottom: 0;
    z-index: 0;
    background-color: inherit;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: inherit;
    margin-bottom: 0
}

.breadcrumb .breadcrumb-item {
    position: relative
}

.breadcrumb .breadcrumb-item a {
    position: relative;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    padding: 0
}

.breadcrumb .breadcrumb-item a:hover,
.breadcrumb .breadcrumb-item a:focus {
    outline: #235BA8 solid 2px
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 1em
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    line-height: 1;
    padding-right: 0;
    color: #6c757d;
    content: "/";
    width: auto;
    float: none;
    height: auto;
    left: 2px;
    top: 5px;
    font-size: 18px;
    position: absolute;
    background: none;
    margin: 0
}

.breadcrumb .breadcrumb-item>span {
    color: #464F57;
    font-weight: 600
}

.badge {
    padding: 7px 15px 7px 15px;
    position: relative;
    border-radius: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    text-decoration: none;
    line-height: 1
}

.badge .badge-item-before {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 10px;
    padding: 5px;
    font-weight: 500;
    border-radius: 100px;
    background-color: #235BA8;
    color: #fff
}

.accordion-header>button {
    border: none
}

.accordion_custom {
    position: relative
}

.accordion_custom .accordion-item {
    border: none;
    border-radius: 0;
    margin-bottom: 24px;
    padding-left: 64px;
    box-shadow: 0 4px 20px #c9c9c9;
    box-shadow: none
}

.accordion_custom.max-width .accordion-item {
    max-width: 810px
}

.accordion_custom .accordion-item a:hover {
    text-decoration: none
}

.accordion_custom .accordion-header {
    margin-bottom: 0;
    line-height: normal;
    font-size: inherit;
    font-family: 'Nunito', sans-serif;
    position: relative
}

.accordion_custom .accordion-header .accordion-button {
    color: #2A5488;
    background-color: #ECECEC;
    border-radius: 0px 8px 0px 8px;
    max-width: inherit;
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 24px;
    line-height: 24px;
    padding: 12px 30px 12px 20px;
    box-shadow: none;
    font-family: "Bitter", serif;
    font-weight: 400
}

.accordion_custom .accordion-header .accordion-button,
.accordion_custom .accordion-header .accordion-button:focus {
    border: none
}

.minus-plus {
    position: absolute;
    left: -62px;
    width: 48px;
    line-height: 48px;
    height: 100%;
    border-radius: 8px 0px 8px 0px;
    border: none;
    box-shadow: none;
    font-weight: 300;
    text-align: center;
    color: #fff;
    background-color: #2A5488
}

.minus-plus:focus,
.minus-plus:focus-visible {
    outline: #235BA8 solid 2px
}

.minus-plus::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 30px;
    text-align: center;
    content: "\e15b";
    font-family: 'Material Symbols Rounded' !important
}

.minus-plus.collapsed::before {
    content: "\e145"
}

.accordion_custom .accordion-header .accordion-button::after {
    display: none
}

.accordion_custom .accordion-header .accordion-button.collapsed {
    color: #464F57;
    background-color: #ECECEC
}

.accordion_custom .accordion-item:last-of-type .accordion-button.collapsed {
    border: none
}

.accordion_custom .accordion-body {
    background-color: #fff;
    background-color: #F2F7FC;
    border-radius: 16px 0px 16px 0px;
    margin-top: 16px;
    padding: 20px 20px 30px 20px
}

.accordion_custom .accordion-body h4,
.accordion_custom .accordion-body p,
.accordion_custom .accordion-body .common-list.disc_list li {
    font-weight: 300
}

.accordion_custom .lead {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400
}

.accordion_custom .sub-heading {
    position: relative;
    margin-bottom: 10px;
    display: block
}

.accordion_custom .sub-heading h4 {
    color: #464F57;
    font-size: 24px;
    font-family: 'Nunito', sans-serif
}

.accordion_custom .accordion-body h5 {
    color: #464F57;
    font-family: 'Nunito', sans-serif
}

.accordion_custom .accordion-body p {
    margin-bottom: 5px
}

.pagination {
    position: relative;
    text-align: center
}

.pagination .page-item,
.pagination li {
    margin: 0;
    padding: 0 3px;
    display: inline-block;
    float: none
}

.pagination .page-link,
.pagination .page-item .current,
.pagination .disabled .ellipse,
.pagination .page-item .prev,
.pagination .page-item .next,
.page-link.prev,
.page-link.next {
    color: #464F57;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    margin-left: 0;
    padding: 10px 18px;
    border-radius: 4px;
    height: auto;
    line-height: inherit;
    display: block;
    background-color: #fff;
    border: 1px solid #001722
}

.pagination .page-item .page-link.next,
.pagination .page-item .page-link.prev,
.pagination .page-item .current.prev,
.pagination .page-item .current.next {
    border: transparent solid 1px;
    background-color: inherit;
    color: #2A5488;
    padding: 10px 10px
}

.pagination .page-item:hover .page-link,
.pagination .page-item.active .page-link,
.pagination .page-item:hover .current,
.pagination .page-item.active .current,
.pagination .page-item:hover .page-link.prev,
.pagination .page-item.active .page-link.prev,
.pagination .page-item:hover .page-link.next,
.pagination .page-item.active .page-link.next {
    background-color: #2A5488;
    border-color: #2A5488;
    color: #fff
}

.page-link:hover::before,
.page-link.hover::before {
    display: none
}

.pagination-area .page-item:first-child .page-link {
    border-radius: 4px
}

.pagination-area .page-item:last-child .page-link {
    border-radius: 4px
}

.arrow_next .material-symbols-rounded {
    color: #2A5488;
    font-size: 30px
}

p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    color: #464F57;
    position: relative;
    margin-bottom: 10px
}

.img-cover-area {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center
}

.img-contain-area {
    background: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center right
}

.lead {
    font-size: 28px;
    line-height: 40px;
    font-weight: 400
}

.lead.marBotmNone {
    margin-bottom: 0
}

.btn-float {
    text-align: center
}

.btn-float .btn {
    margin: 0;
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%)
}

.double-btn-float {
    position: absolute;
    bottom: 48px;
    left: 32px;
    right: 32px
}

.double-btn-float .btn {
    margin: 0
}

.btn-float .btn_enroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translateX(-50%)
}

.btn-float .btn_enroll .btn.pc_theme_btn.btn_maxwidth_xl_large {
    min-width: 168px
}

.note {
    position: relative
}

.selling_tage {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0px 8px 0px 0;
    background-color: #2A5488;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    padding: 12px 15px;
    font-style: italic
}

.selling_tage p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0
}

.selling_tage.bg_light_gray {
    background-color: #fff;
    color: #464F57;
    border: #ECECEC 1px solid;
    border-radius: 0px 16px 0px 0;
    font-size: 16px;
    font-weight: 600;
    font-style: normal
}

.selling_tage.large {
    padding: 15px 15px;
    width: 100%;
    min-height: 66px;
    text-align: center;
    position: relative
}

.selling_tage.large em {
    font-size: 14px;
    display: block;
    font-weight: 300;
    margin-top: 5px
}

.selling_tage hr {
    background-color: #d7d7d7;
    margin: 8px 0
}

.m_top {
    margin-top: 100px
}

.head_icon_area {
    position: relative;
    min-height: 170px
}

.head_icon_area .small_heading_area {
    display: block;
    font-size: 24px;
    line-height: 32px;
    padding-top: 15px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: "Bitter", serif;
    color: #2A5488
}

.card {
    border: none;
    width: 100%;
    box-shadow: none;
    border-radius: 0px 16px 0px 16px;
    background-color: #ECECEC
}

.card.bordr {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

.card.brdr_bg_none {
    background-color: inherit
}

.card.inner-width {
    width: 100%;
    max-width: 88%;
    margin-left: auto;
    margin-right: auto
}

.card .card-body {
    padding: 106px 32px 106px 32px
}

.card .card-body .para_area p {
    line-height: 32px
}

.card.card_with_button .head_icon_area {
    min-height: 70px
}

.card.card_with_button .card-body {
    padding: 106px 24px 180px 24px
}

.card.card_with_button .btn-float .btn {
    bottom: 106px
}

.card.card-mediun .card-body {
    padding: 36px 24px 36px 24px
}

.card.card-mediun .card-body h2 {
    margin-bottom: 0
}

.card.short_card_with_image {
    overflow: hidden
}

.card.short_card_with_image .head_icon_area {
    min-height: 30px
}

.card.short_card_with_image .head_icon_area .small_heading_area {
    padding-top: 0
}

.card.short_card_with_image .card-body {
    padding: 48px 32px 106px 32px
}

.card .head_icon_area.default_height {
    min-height: 130px
}

.card.normal_padd .card-body {
    padding: 30px 24px
}

.image_icon {
    display: block
}

.image_icon img {
    height: 100%;
    max-height: 100px
}

.small_icon.image_icon {
    margin-top: 35px
}

.small_icon.image_icon img {
    max-height: 65px
}

.paragraph_area {
    position: relative;
    margin-bottom: 30px
}

.paragraph_area p {
    margin-bottom: 15px
}

.paragraph_area p:last-child {
    margin-bottom: 0
}

.paragraph_area p b {
    font-weight: 700
}

.card.card_area {
    padding: 10px 10px
}

.card.card_area::before {
    content: "";
    position: absolute;
    inset: 0px;
    transition: 0.5s;
    border-radius: 16px 0px 16px 0px
}

.card.card_area:hover::before {
    background-color: #fff;
    transform: translate(0px, 0px);
    box-shadow: 0px -2px 15px rgba(141, 141, 141, 0.25)
}

.table-responsive {
    margin-bottom: 0
}

.first_card {
    background-color: inherit
}

.first_card.card .card-body {
    padding: 0
}

.first_card.card .common-list li .material-symbols-rounded {
    top: 3px
}

.card-text {
    font-size: 18px;
    line-height: 32px
}

.card-text b,
.card-text strong {
    font-weight: 600
}

.sub-title {
    color: #464F57;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 15px
}

.largeText {
    font-size: 24px;
    line-height: 36px
}

.img_radius_left {
    border-radius: 16px 0 16px 0
}

.img_radius_right {
    border-radius: 0px 16px 0px 16px
}

.img_small_radius_left {
    border-radius: 8px 0 8px 0
}

.img_small_radius_right {
    border-radius: 0px 8px 0px 8px
}

.img_allround_radius {
    border-radius: 16px 35px 16px 35px
}

.comments_area {
    position: relative;
    width: 100%;
    background-color: #F2F7FC;
    padding: 30px 58px;
    border-radius: 0 16px 0px 16px
}

.comments_area .sub-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: normal;
    font-family: "Bitter", serif
}

.comments_area .sub-title span {
    margin-left: 10px;
    font-weight: 400
}

.upper_quote {
    position: absolute;
    top: -15px;
    left: 15px
}

.bottom_quote {
    position: absolute;
    bottom: -15px;
    right: 15px;
    transform: rotate(180deg)
}

.common-list,
.details-area ul {
    list-style: none
}

.common-list li,
.details-area ul li,
.mbr_experts ul li {
    color: #464F57;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px
}

.common-list li .material-symbols-rounded,
.common-list li .circle {
    color: #2A5488;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -1px
}

.common-list li .circle {
    width: 20px;
    height: 20px;
    background-color: #FA6600;
    border-radius: 100px;
    top: 0
}

.common-list li .circle.lightblue {
    background-color: #7dbdec
}

.common-list li .circle.darkgray {
    background-color: #606060
}

.common-list li .circle.darkblue {
    background-color: #255aa8
}

.common-list li .circle.lightblack {
    background-color: #050505
}

.common-list.disc_list.paddNone,
.details-area ul {
    padding-left: 20px
}

.common-list.paddNone li {
    padding-left: 0
}

.common-list.disc_list,
.mbr_experts ul {
    padding-left: 20px
}

.common-list.disc_list li,
.details-area ul li,
.mbr_experts ul li {
    list-style: disc;
    padding-left: 0
}

.common-list.lineHight li {
    line-height: 32px;
    margin-bottom: 0
}

.common-list.lineHight li i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.disc_list_default li {
    color: #464F57;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    list-style: disc;
    padding-left: 40px
}

.ol_list {
    padding-left: 20px
}

.numbering_list {
    padding-left: 30px
}

.numbering_list li {
    margin-bottom: 15px;
    padding-left: 10px
}

.owl-carousel .owl-stage,
.owl-carousel .owl-item,
.owl-carousel .item {
    display: flex
}

.owl-carousel .owl-stage .download_brochure,
.owl-carousel .owl-item .download_brochure,
.owl-carousel .item.download_brochure {
    display: inline
}

.owl-carousel .owl-item img {
    width: auto
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    box-sizing: border-box;
    text-align: center
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 10px
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 10px
}

.owl-nav i:before {
    font-size: 36px;
    color: #2A5488
}

.owl-carousel .owl-dots {
    text-align: center
}

.owl-carousel .owl-dots button.owl-dot {
    height: 24px;
    width: 24px;
    border-radius: 100%;
    position: relative;
    margin: 0 6px;
    background: #fff
}

.owl-carousel .owl-dots button.owl-dot:before {
    border-radius: 100%;
    background: #fff;
    border: #869c9e solid 1px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.owl-carousel .owl-dots button.owl-dot:hover,
.owl-carousel .owl-dots button.owl-dot.active {
    background-color: #869c9e
}

.owl-carousel .owl-dots button.owl-dot:hover:before,
.owl-carousel .owl-dots button.owl-dot.active:before {
    background: #869c9e;
    border: #869c9e solid 1px
}

.list-group-custom .list-group-item {
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
}

.list-group-custom .list-group-item span {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 150px
}

.list-group-custom .list-group-item b {
    font-weight: 700
}

.list-group-default {
    list-style: none
}

.list-group-default li {
    margin-top: 30px
}

.list-group-default li h6 {
    margin-bottom: 0
}

.list-group-default li .list_title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    font-family: "Bitter", serif;
    color: #2A5488
}

.card-link,
.card-link:hover {
    color: #235BA8
}

.card.nobg {
    background-color: inherit;
    padding: 0
}

.card.card-padd-horizontal {
    padding-bottom: 20px
}

.card-page .card-title {
    color: #2A5488;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    padding: 15px 0 5px 0;
    margin-bottom: 0
}

.card-page .card-title a {
    color: #2A5488;
    text-decoration: none
}

.card-page .card-subtitle {
    font-size: 16px;
    color: #464F57;
    font-weight: 400;
    margin-top: 0
}

.card-page .card-page-item {
    margin-top: 50px
}

.card-page .card-page-item img {
    object-fit: cover;
    object-position: 50% 10%
}

.read-bio {
    margin-top: 5px
}

.pro-details em {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    display: block
}

.pro-details h4,
.pro-details .card_sub_heading {
    font-family: "Bitter", serif;
    color: #2A5488;
    font-size: 32px;
    line-height: 34px;
    color: #2A5488;
    margin-bottom: 15px;
    letter-spacing: 0.2px;
    min-height: 60px;
    font-weight: 600
}

.pro-details .shipping_place {
    display: block;
    padding: 10px 0
}

.pro-details .shipping_place i {
    font-size: 30px;
    margin-right: 10px
}

.pro-details .price-area {
    padding: 15px 0;
    min-height: 107px
}

.pro-details .price-area .deal-price {
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    color: #2A5488
}

.pro-details .btn i.web-view01 {
    color: #2A5488
}

.pro-details .btn.btn-light:hover i.web-view01 {
    color: #fff
}

.pro-details .btn i.web-cart,
.pro-details .btn i.web-checkbox,
.pro-details .btn i.web-down-arrow1 {
    color: #fff;
    margin-right: 0
}

.pro-details .small_paragraph {
    font-size: 18px;
    line-height: 32px;
    font-weight: 300
}

.pro-details .common-list {
    margin-bottom: 30px
}

.pro-details .btn-primary .down-arrow2 {
    color: #fff;
    transform: rotate(90deg);
    font-size: 16px
}

.dropdown_add_to_cart.maxWidth_cart {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto
}

.dropdown_add_to_cart .btn {
    padding: 0 40px 0 16px
}

.dropdown_add_to_cart .btn .material-symbols-rounded {
    margin-right: 0
}

.dropdown_add_to_cart .btn::before {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #fff;
    width: 1px;
    right: 35px;
    content: ''
}

.dropdown_add_to_cart .btn::after {
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    border: none;
    vertical-align: inherit;
    line-height: 0;
    position: relative;
    position: absolute;
    font-family: 'Material Symbols Rounded';
    content: 'keyboard_arrow_down'
}

.dropdown_add_to_cart .dropdown-menu {
    overflow: hidden;
    transition: all 1s;
    height: 0px;
    margin: 2px 0 0 0;
    z-index: 1;
    border: none;
    min-width: auto;
    max-width: none;
    box-shadow: #ECECEC 4px 4px 10px 0px;
    border-radius: 0px 0px 8px 8px;
    overflow: hidden;
    right: 0 !important;
    top: 100% !important;
    transform: none !important;
    padding: 0 !important;
    color: #464F57
}

.dropdown_add_to_cart .dropdown-menu.show {
    -webkit-animation: expand2 1s;
    height: 83px
}

@-webkit-keyframes expand2 {
    0% {
        height: 0px
    }

    100% {
        height: 83px
    }
}

.dropdown_add_to_cart .dropdown-menu a {
    text-decoration: none;
    padding: 10px 15px;
    line-height: 20px;
    border-bottom: #f2f2f2 solid 1px
}

.dropdown_add_to_cart .dropdown-menu a:last-child {
    border-bottom: none
}

.dropdown_add_to_cart .dropdown-menu a:hover {
    background-color: #F2F7FC
}

.dropdown_add_to_cart .dropdown-menu a.dropdown-item.active,
.dropdown_add_to_cart .dropdown-menu a.dropdown-item:active {
    color: #464F57;
    background-color: #F2F7FC
}

.dropdown_add_to_cart .dropdown-menu a:focus {
    outline: none;
    background-color: #F2F7FC
}

.dropdown_add_to_cart .btn-secondary.btn::before {
    background-color: #464F57
}

.subscription_area {
    text-align: left;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px 15px;
    background-color: #fff;
    border-radius: 10px 0px 10px 0px
}

.subscription_area .form-check .form-check-label,
.subscription_area p,
.subscription_area a {
    font-size: 18px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 10px;
    display: inline-block;
    color: #464F57
}

.subscription_area p {
    margin-top: 0;
    margin-bottom: 0
}

.subscription_area a.lfr-portal-tooltip {
    font-size: 14px;
    color: #235BA8;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    top: -3px
}

.subscription_area a.lfr-portal-tooltip:hover {
    text-decoration: underline
}

.subscription_area a .material-symbols-rounded {
    font-size: 20px;
    color: #235BA8
}

.subscription_area .form-check {
    padding-left: 25px;
    margin-bottom: 0
}

.subscription_area .form-check-label:before {
    width: 18px;
    height: 18px;
    line-height: 18px;
    left: -25px;
    top: 0
}

.subscription_area .form-check-input:checked+.form-check-label:before {
    left: -25px;
    font-size: 15px
}

.light_blue_bg {
    background-color: #F2F7FC
}

.bg_white {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

.gray_bg {
    background-color: #ECECEC
}

.entries {
    padding: 0 !important
}

.testimonial_area {
    padding-top: 0
}

.multiple_testimonials .owl-carousel {
    margin-top: -20px
}

.sqe_edge .hs-form-private fieldset.form-columns-1,
.sqe_edge .hs-form-private fieldset.form-columns-2 {
    margin-bottom: 20px
}

.sqe_edge .hs-form-booleancheckbox-display,
.sqe_edge .hs-fieldtype-checkbox .inputs-list {
    padding-left: 10px
}

.sqe_edge .hs-richtext {
    display: none
}

.sqe_edge .hs_submit {
    margin-top: 0
}

.sqe_edge .hbspt-form .hs-form-field.hs-fieldtype-textarea {
    max-width: 75%;
    margin-bottom: 0 !important
}

.sqe_edge .hbspt-form .hs-fieldtype-textarea.hs-input {
    max-width: 100%
}

.sqe_edge .hbspt-form .form-columns-0,
.sqe_edge .hbspt-form .form-columns-1,
.sqe_edge .hbspt-form .form-columns-2 {
    margin-bottom: 10px !important
}

.sqe_edge .hbspt-form .input {
    margin-right: 0
}

.sqe_edge .hbspt-form .input .hs-fieldtype-textarea {
    min-height: 150px
}

.sqe_edge .hbspt-form fieldset.form-columns-2 .hs_country_code,
.sqe_edge .hbspt-form fieldset.form-columns-2 .hs_phone_number_including_country_code_ {
    max-width: 75% !important
}

.sqe_edge .hbspt-form .inputs-list.multi-container {
    padding-left: 28px
}

.sqe_edge .hbspt-form .inputs-list.multi-container .hs-form-checkbox {
    margin-bottom: 10px
}

.sqe_edge .hbspt-form .hs-form-checkbox-display>span {
    padding-left: 5px
}

.sqe_edge .hbspt-form .hs-form-booleancheckbox-display>span:before,
.sqe_edge .hbspt-form .hs-form-booleancheckbox>span:before,
.sqe_edge .hbspt-form .hs-form-checkbox-display>span:before {
    top: 0
}

.sqe_edge .hbspt-form .hs-form-booleancheckbox-display {
    padding-left: 28px;
    margin-bottom: 0
}

.sqe_edge .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display>span {
    margin-left: 0
}

#ship-apartment-heading,
#pay-affirm-div,
.pay-details-div,
.shippingLocalMethod,
.shippingInternationalMethod,
.email-communication-div {
    display: none
}

.cardTypeImage {
    top: 50%;
    right: 1rem;
    width: 15%;
    display: none
}

.select2-container--default .select2-selection--single {
    position: relative;
    padding: 12px 15px 12px 15px;
    border: 1px solid #8c969e !important;
    background-color: #fff !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 18px;
    line-height: 24px !important;
    background-position: 100% 8px !important
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #272833 !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    top: 20px;
    right: 15px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none !important;
    height: auto !important;
    width: auto !important;
    line-height: 1
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    font-family: 'Material Symbols Rounded' !important;
    content: "\e313";
    color: #464F57
}

.select2-container {
    display: inline !important
}

.select2-container .select2-selection--single {
    height: auto !important
}

.select2-selection__clear {
    padding-right: 20px
}

.select2-container .select2-selection--multiple {
    font-size: 18px;
    font-weight: 400
}

.select2-results__option[aria-selected] {
    background-color: #fff !important;
    border-bottom: 1px solid #d7d7d7 !important;
    padding: 13px 15px !important;
    position: relative;
    line-height: normal
}

.select2-results__option:last-child {
    border-bottom: none !important
}

.select2-results__option .wrap {
    font-weight: 300 !important
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F2F7FC !important;
    color: #464F57 !important
}

.select2-results__option .wrap:before {
    color: #001722 !important
}

.select2-dropdown {
    border: none !important;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.35)
}

.select2-container--default .select2-selection--single {
    border-radius: 4px !important
}

#ship-apartment-div,
#bill-apartment-div {
    position: relative
}

#ship-apartment-div .close-icon,
#bill-apartment-div .close-icon {
    position: absolute;
    right: 5px;
    font-size: 14px;
    top: 0px;
    line-height: 0
}

.loader_area {
    position: fixed;
    top: 0%;
    left: 0%;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(42, 84, 136, 0.125);
    z-index: 1;
    display: none
}

.loader_area.active {
    display: block
}

.loadingBox {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 0px 16px 0px 16px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 40px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.loadingBox p {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #235ba8;
    letter-spacing: 3px
}

.loading {
    position: relative;
    padding: 10px 0
}

.loading i {
    font-size: 36px;
    max-width: 30px;
    margin: 0 auto;
    display: block
}

.loading::before,
.loading::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #235ba8;
    position: absolute;
    -webkit-animation: load 0.9s infinite alternate ease-in-out;
    animation: load 0.9s infinite alternate ease-in-out
}

.loading::before {
    top: 0
}

.loading::after {
    bottom: 0
}

.page_loader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(42, 84, 136, 0.125);
    z-index: 999
}

.page_loader p {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #235ba8;
    letter-spacing: 3px
}

.square_boxes {
    width: 100%;
    max-width: 300px;
    text-align: center;
    border-radius: 0px 16px 0px 16px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 40px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.square_box {
    width: 10px;
    height: 10px;
    position: relative;
    display: inline-block;
    transform-origin: -50% center;
    border-radius: 15%;
    text-align: center
}

.square_box:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #2a5488;
    border-radius: 15%
}

.square_box:nth-child(1) {
    -webkit-animation: slide 1.5s ease-in-out infinite alternate;
    animation: slide 1.5s ease-in-out infinite alternate
}

.square_box:nth-child(1):after {
    -webkit-animation: color-change 1.5s ease-in-out infinite alternate;
    animation: color-change 1.5s ease-in-out infinite alternate
}

.square_box:nth-child(2) {
    -webkit-animation: flip-1 1.5s ease-in-out infinite alternate;
    animation: flip-1 1.5s ease-in-out infinite alternate
}

.square_box:nth-child(2):after {
    -webkit-animation: squidge-1 1.5s ease-in-out infinite alternate;
    animation: squidge-1 1.5s ease-in-out infinite alternate
}

.square_box:nth-child(3) {
    -webkit-animation: flip-2 1.5s ease-in-out infinite alternate;
    animation: flip-2 1.5s ease-in-out infinite alternate
}

.square_box:nth-child(3):after {
    -webkit-animation: squidge-2 1.5s ease-in-out infinite alternate;
    animation: squidge-2 1.5s ease-in-out infinite alternate
}

.square_box:nth-child(4) {
    -webkit-animation: flip-3 1.5s ease-in-out infinite alternate;
    animation: flip-3 1.5s ease-in-out infinite alternate
}

.square_box:nth-child(4):after {
    -webkit-animation: squidge-3 1.5s ease-in-out infinite alternate;
    animation: squidge-3 1.5s ease-in-out infinite alternate
}

.square_box:nth-child(5) {
    -webkit-animation: flip-4 1.5s ease-in-out infinite alternate;
    animation: flip-4 1.5s ease-in-out infinite alternate
}

.square_box:nth-child(5):after {
    -webkit-animation: squidge-4 1.5s ease-in-out infinite alternate;
    animation: squidge-4 1.5s ease-in-out infinite alternate
}

.square_box:nth-child(2):after {
    background-color: #2a5488
}

.square_box:nth-child(3):after {
    background-color: #235ba8
}

.square_box:nth-child(4):after {
    background-color: #2a5488
}

.square_box:nth-child(5):after {
    background-color: #235ba8
}

@-webkit-keyframes slide {
    0% {
        background-color: #2a5488;
        transform: translatex(0vw)
    }

    100% {
        background-color: #235ba8;
        transform: translatex(calc(var(--container-size) - (var(--box-size) * 1.25)))
    }
}

@keyframes slide {
    0% {
        background-color: #2a5488;
        transform: translatex(0vw)
    }

    100% {
        background-color: #235ba8;
        transform: translatex(calc(var(--container-size) - (var(--box-size) * 1.25)))
    }
}

@-webkit-keyframes color-change {
    0% {
        background-color: #2a5488
    }

    100% {
        background-color: #235ba8
    }
}

@keyframes color-change {
    0% {
        background-color: #2a5488
    }

    100% {
        background-color: #235ba8
    }
}

@-webkit-keyframes flip-1 {

    0%,
    15% {
        transform: rotate(0)
    }

    35%,
    100% {
        transform: rotate(-180deg)
    }
}

@keyframes flip-1 {

    0%,
    15% {
        transform: rotate(0)
    }

    35%,
    100% {
        transform: rotate(-180deg)
    }
}

@-webkit-keyframes squidge-1 {
    5% {
        transform-origin: center bottom;
        transform: scalex(1) scaley(1)
    }

    15% {
        transform-origin: center bottom;
        transform: scalex(1.3) scaley(0.7)
    }

    25%,
    20% {
        transform-origin: center bottom;
        transform: scalex(0.8) scaley(1.4)
    }

    55%,
    100% {
        transform-origin: center top;
        transform: scalex(1) scaley(1)
    }

    40% {
        transform-origin: center top;
        transform: scalex(1.3) scaley(0.7)
    }
}

@keyframes squidge-1 {
    5% {
        transform-origin: center bottom;
        transform: scalex(1) scaley(1)
    }

    15% {
        transform-origin: center bottom;
        transform: scalex(1.3) scaley(0.7)
    }

    25%,
    20% {
        transform-origin: center bottom;
        transform: scalex(0.8) scaley(1.4)
    }

    55%,
    100% {
        transform-origin: center top;
        transform: scalex(1) scaley(1)
    }

    40% {
        transform-origin: center top;
        transform: scalex(1.3) scaley(0.7)
    }
}

@-webkit-keyframes flip-2 {

    0%,
    30% {
        transform: rotate(0)
    }

    50%,
    100% {
        transform: rotate(-180deg)
    }
}

@keyframes flip-2 {

    0%,
    30% {
        transform: rotate(0)
    }

    50%,
    100% {
        transform: rotate(-180deg)
    }
}

@-webkit-keyframes squidge-2 {
    20% {
        transform-origin: center bottom;
        transform: scalex(1) scaley(1)
    }

    30% {
        transform-origin: center bottom;
        transform: scalex(1.3) scaley(0.7)
    }

    40%,
    35% {
        transform-origin: center bottom;
        transform: scalex(0.8) scaley(1.4)
    }

    70%,
    100% {
        transform-origin: center top;
        transform: scalex(1) scaley(1)
    }

    55% {
        transform-origin: center top;
        transform: scalex(1.3) scaley(0.7)
    }
}

@keyframes squidge-2 {
    20% {
        transform-origin: center bottom;
        transform: scalex(1) scaley(1)
    }

    30% {
        transform-origin: center bottom;
        transform: scalex(1.3) scaley(0.7)
    }

    40%,
    35% {
        transform-origin: center bottom;
        transform: scalex(0.8) scaley(1.4)
    }

    70%,
    100% {
        transform-origin: center top;
        transform: scalex(1) scaley(1)
    }

    55% {
        transform-origin: center top;
        transform: scalex(1.3) scaley(0.7)
    }
}

@-webkit-keyframes flip-3 {

    0%,
    45% {
        transform: rotate(0)
    }

    65%,
    100% {
        transform: rotate(-180deg)
    }
}

@keyframes flip-3 {

    0%,
    45% {
        transform: rotate(0)
    }

    65%,
    100% {
        transform: rotate(-180deg)
    }
}

@-webkit-keyframes squidge-3 {
    35% {
        transform-origin: center bottom;
        transform: scalex(1) scaley(1)
    }

    45% {
        transform-origin: center bottom;
        transform: scalex(1.3) scaley(0.7)
    }

    55%,
    50% {
        transform-origin: center bottom;
        transform: scalex(0.8) scaley(1.4)
    }

    85%,
    100% {
        transform-origin: center top;
        transform: scalex(1) scaley(1)
    }

    70% {
        transform-origin: center top;
        transform: scalex(1.3) scaley(0.7)
    }
}

@keyframes squidge-3 {
    35% {
        transform-origin: center bottom;
        transform: scalex(1) scaley(1)
    }

    45% {
        transform-origin: center bottom;
        transform: scalex(1.3) scaley(0.7)
    }

    55%,
    50% {
        transform-origin: center bottom;
        transform: scalex(0.8) scaley(1.4)
    }

    85%,
    100% {
        transform-origin: center top;
        transform: scalex(1) scaley(1)
    }

    70% {
        transform-origin: center top;
        transform: scalex(1.3) scaley(0.7)
    }
}

@-webkit-keyframes flip-4 {

    0%,
    60% {
        transform: rotate(0)
    }

    80%,
    100% {
        transform: rotate(-180deg)
    }
}

@keyframes flip-4 {

    0%,
    60% {
        transform: rotate(0)
    }

    80%,
    100% {
        transform: rotate(-180deg)
    }
}

@-webkit-keyframes squidge-4 {
    50% {
        transform-origin: center bottom;
        transform: scalex(1) scaley(1)
    }

    60% {
        transform-origin: center bottom;
        transform: scalex(1.3) scaley(0.7)
    }

    70%,
    65% {
        transform-origin: center bottom;
        transform: scalex(0.8) scaley(1.4)
    }

    100%,
    100% {
        transform-origin: center top;
        transform: scalex(1) scaley(1)
    }

    85% {
        transform-origin: center top;
        transform: scalex(1.3) scaley(0.7)
    }
}

@keyframes squidge-4 {
    50% {
        transform-origin: center bottom;
        transform: scalex(1) scaley(1)
    }

    60% {
        transform-origin: center bottom;
        transform: scalex(1.3) scaley(0.7)
    }

    70%,
    65% {
        transform-origin: center bottom;
        transform: scalex(0.8) scaley(1.4)
    }

    100%,
    100% {
        transform-origin: center top;
        transform: scalex(1) scaley(1)
    }

    85% {
        transform-origin: center top;
        transform: scalex(1.3) scaley(0.7)
    }
}

@-webkit-keyframes load {
    0% {
        left: 0;
        height: 30px;
        width: 15px
    }

    50% {
        height: 5px;
        width: 40px
    }

    100% {
        left: 235px;
        height: 5px;
        width: 15px
    }
}

@keyframes load {
    0% {
        left: 0;
        height: 5px;
        width: 15px
    }

    50% {
        height: 5px;
        width: 40px
    }

    100% {
        left: 235px;
        height: 5px;
        width: 15px
    }
}

.ball-holder {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    border-radius: 100%;
    animation: loadingE 1.3s linear infinite
}

.ball {
    position: absolute;
    top: 0px;
    left: -1px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #4282b3
}

@keyframes loadingE {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.searching-content {
    width: auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    color: #2a5488;
    letter-spacing: 1px
}

.searching-content::before,
.searching-content::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #2a5488;
    position: absolute;
    -webkit-animation: load 0.7s infinite alternate ease-in-out;
    animation: load 0.7s infinite alternate ease-in-out
}

.searching-content::before {
    top: 0
}

.searching-content::after {
    bottom: 0
}

@-webkit-keyframes load {
    0% {
        left: 0;
        height: 10px;
        width: 15px
    }

    50% {
        height: 8px;
        width: 25px
    }

    100% {
        left: 235px;
        height: 10px;
        width: 25px
    }
}

@keyframes load {
    0% {
        left: 0;
        height: 10px;
        width: 15px
    }

    50% {
        height: 8px;
        width: 25px
    }

    100% {
        left: 235px;
        height: 10px;
        width: 25px
    }
}

#loader-live,
.loader_live_data {
    background-color: rgba(242, 247, 252, 0.8)
}

.ripple-loader {
    position: absolute;
    top: 5px;
    right: 10px;
    margin: 10px auto;
    max-width: 60px;
    display: none
}

.product_loader.ripple-loader {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(228, 228, 228, 0.6);
    max-width: 100%;
    text-align: center;
    margin: 0px auto;
    z-index: 99
}

.ripple_dots {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.ripple-loader span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 3px;
    position: relative
}

.ripple-loader span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: inherit;
    border-radius: 50%;
    z-index: -1;
    background-color: #2A5488;
    animation: ripple 1.5s ease-out infinite
}

.ripple-loader span:first-child {
    background-color: #2A5488
}

.ripple-loader span:first-child::before {
    animation-delay: 0.2s
}

.ripple-loader span:nth-child(2) {
    background-color: #2A5488;
    transform: scale(0.9)
}

.ripple-loader span:nth-child(2)::before {
    animation-delay: 0.4s
}

.ripple-loader span:nth-child(3) {
    background-color: #2A5488;
    transform: scale(0.8)
}

.ripple-loader span:nth-child(3)::before {
    animation-delay: 0.6s
}

.ripple-loader span:nth-child(4) {
    background-color: #2A5488;
    transform: scale(0.7)
}

.ripple-loader span:nth-child(4)::before {
    animation-delay: 0.8s
}

.ripple-loader span:last-child {
    background-color: #2A5488;
    transform: scale(0.6)
}

.ripple-loader span:last-child::before {
    animation-delay: 1s
}

@keyframes ripple {
    from {
        opacity: 1;
        transform: scale(0)
    }

    to {
        opacity: 0;
        transform: scale(3)
    }
}

.portlet-borderless .portlet-content.custom-portlet-class {
    padding: 0
}

.headerSection {
    position: relative;
    box-shadow: 3px 3px 5px 0px rgba(140, 150, 158, 0.35)
}

.top-head {
    position: relative;
    border-bottom: 1px solid #d7d7d7
}

.explore_btn {
    position: relative;
    display: inline-flex
}

.explore_btn .prod_name {
    font-size: 24px;
    list-style: 30px
}

.explore_btn .btn {
    padding: 0;
    margin: 0;
    min-height: inherit;
    line-height: 0px;
    border: 0
}

.explore_btn .btn i {
    color: #235BA8;
    margin-right: 0px
}

.explore_btn .btn span {
    color: #2A5488;
    font-size: 32px;
    line-height: 0px;
    font-weight: 400
}

.explore_btn .btn span b {
    font-weight: 500;
    display: block;
    color: #235BA8;
    padding-top: 3px;
    font-size: 14px
}

.custom-logo {
    position: relative;
    display: inline-block
}

.custom-logo img {
    height: 25px;
    max-height: 25px
}

.custom-logo:focus {
    border: none
}

.logo_or_page_name {
    position: relative
}

.logo_or_page_name .logo-left-align,
.logo_or_page_name .product-line-display-name {
    display: inline-block;
    vertical-align: middle
}

.logo_or_page_name .logo-left-align img {
    margin-top: -5px
}

.logo_or_page_name .product-line-display-name {
    font-size: 24px
}

.top-right-area {
    position: relative
}

.top-poScore {
    padding-right: 12px;
    display: inline-block;
    vertical-align: middle
}

.top-poScore .cart-area {
    position: inherit
}

.top-poScore .cart-area.dropdown .item-numbers {
    color: #fff;
    left: 8px;
    top: -8px;
    font-size: 9px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    background-color: #2A5488;
    border-radius: 100%;
    text-align: center
}

.top-poScore:last-child {
    border-right: none;
    padding-right: 0
}

.top-poScore i {
    font-size: 21px
}

.top-poScore .search-icon i {
    font-size: 20px
}

.top-poScore .search-icon::after {
    display: none
}

.top-poScore .flag {
    display: inline-block;
    vertical-align: middle
}

.top-poScore .flag img {
    max-width: 30px
}

.top-poScore button {
    background: none;
    border: none;
    position: relative
}

.top-poScore button:focus {
    border-radius: 4px;
    outline: #235BA8 solid 2px
}

.top-poScore .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    margin-top: 4px;
    top: 100% !important;
    min-width: 240px;
    transform: none !important;
    padding: 10px 10px;
    color: #464F57;
    border-radius: 0;
    border: #2A5488 solid 1px
}

.top-poScore .dropdown-menu li a.dropdown-item {
    padding: 10px 10px
}

.top-poScore .web-warning01 {
    color: #FA6600
}

.top-poScore .custom-portlet-class {
    padding: 0
}

.user-login,
.user-login:hover {
    text-decoration: none;
    font-weight: normal
}

.user-login {
    color: #464F57
}

.top-poScore .dropdown-menu-right .dropdown-menu i {
    font-size: 20px;
    margin-right: 10px
}

.top-poScore .dropdown-menu-right .dropdown-menu {
    margin-top: 0
}

.top-poScore .dropdown-menu-right .dropdown-item-text,
.top-poScore .dropdown-menu-right .dropdown-item {
    padding: 10px 10px;
    border-top: #ccc solid 1px;
    text-decoration: none
}

.top-poScore .dropdown-menu-right .dropdown-item-text {
    border-top: none
}

.top-poScore .dropdown-menu-right .dropdown-item i {
    font-size: 19px;
    margin-right: 8px
}

.top-poScore .dropdown-menu-right .dropdown-item:hover {
    color: #fff;
    background: #235ba8
}

.top-poScore .dropdown-menu-right .dropdown-item:hover i {
    color: #fff
}

.search-bar {
    position: relative
}

.search-bar .form-control,
.search-bar .form-inline .form-controlm,
.search-bar .input-group-lg>.form-control {
    background-color: #efefef;
    color: #565656;
    font-size: 18px;
    font-weight: 300;
    border-radius: 50px;
    padding: 15px 25px 15px 25px
}

.navbar-brand {
    padding: 3px 5px;
    margin-right: 0;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none
}

.navbar-brand span {
    color: #d51b00
}

.navbar {
    padding: 0px 0
}

.navbar .navbar-nav li.nav-item>a.nav-link {
    padding: 25px 30px 25px 20px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    z-index: 0;
    font-weight: 300;
    margin: 0;
    line-height: 1;
    line-height: 22px;
    text-decoration: none;
    color: #464F57
}

.navbar .navbar-nav li.nav-item>a.nav-link:focus {
    border: none
}

.navbar .navbar-nav li.nav-item .dropdown-toggle::after {
    display: none
}

.global-toggle.material_dropdown_arrow {
    text-decoration: none;
    color: #464F57;
    position: absolute;
    top: 50%;
    right: 2px;
    text-align: center;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
    background: none;
    border: none
}

.global-toggle.material_dropdown_arrow:focus,
.global-toggle.material_dropdown_arrow:focus-visible {
    outline: #235BA8 solid 2px;
    box-shadow: none
}

.navbar .navbar-nav li.nav-item>a.nav-link:hover,
.navbar .navbar-nav li.nav-item.show>a.nav-link,
.navbar .navbar-nav li.nav-item>a.nav-link.active {
    background-color: #F2F7FC
}

.navbar-nav li .dropdown-menu {
    overflow: auto;
    max-height: 88vh;
    top: 100%;
    left: 0;
    transform: none !important;
    min-width: 270px;
    padding: 0;
    z-index: 99999;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    border-radius: 0px 0 8px 8px;
    border: none;
    margin: 0
}

.navbar-nav li .dropdown-menu li {
    display: block;
    position: relative
}

.navbar-nav li .dropdown-menu li a {
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    color: #464F57;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    z-index: 0;
    padding: 15px 18px 15px 18px;
    display: block;
    border-bottom: 1px solid #d7d7d7
}

.navbar-nav li .dropdown-menu li a:focus,
.navbar-nav li .dropdown-menu li a:hover,
.navbar-nav li .dropdown-menu li a.active {
    background-color: #F2F7FC
}

.navbar-nav li .dropdown-menu li .navbar_dropdown_heading,
.parent_link,
.secondary-menu.navbar .navbar-nav li.mega-dropdown .mega-dropdown-menu,
.navbar-nav .dropdown-menu li a.parent_link {
    margin-bottom: 0;
    font-weight: 400;
    line-height: normal;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Nunito', sans-serif;
    display: block;
    color: #fff;
    background: #464F57;
    padding: 8.5px 18px
}

.parent_link {
    color: #fff !important;
    text-decoration: none !important
}

.parent_link:focus,
.parent_link:hover {
    background-color: #001722 !important;
    color: #fff !important;
    text-decoration: none;
    font-weight: 400
}

.maxHeight {
    max-height: 330px;
    overflow-y: scroll
}

.cart_login_area {
    position: relative
}

.cart_login_area .user-cart,
.cart_login_area .user-login {
    display: inline-block;
    vertical-align: middle
}

.cart_login_area .user-cart {
    margin-right: 6px
}

.secondary-menu.navbar .navbar-nav li.nav-item {
    padding-top: 0;
    padding-bottom: 0
}

.navbar-nav li.mega-dropdown .dropdown-toggle.material_dropdown_arrow {
    right: auto !important;
    margin-left: 45px
}

.secondary-menu.navbar .navbar-nav li.nav-item:last-child {
    display: none
}

.secondary-menu.navbar .navbar-nav li.nav-item>a.nav-link {
    font-weight: 500;
    color: #464F57;
    height: 100%;
    display: flex;
    align-items: center
}

.secondary-menu .btn-primary {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px
}

.secondary-menu .btn.pc_theme_btn i {
    color: #fff
}

.secondary-menu.navbar .navbar-nav li.nav-item>a.nav-link:hover,
.secondary-menu.navbar .navbar-nav li.nav-item.show>a.nav-link,
.secondary-menu.navbar .navbar-nav li.nav-item>a.nav-link.active {
    background-color: inherit
}

.secondary-menu.navbar .navbar-nav li.nav-item:hover,
.secondary-menu.navbar .navbar-nav li.nav-item.show,
.secondary-menu.navbar .navbar-nav li.nav-item.active {
    background-color: #F2F7FC
}

.headerSection.menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.headerSection.menu_height {
    height: 100dvh
}

.headerSection.menu-fixed .top-head {
    background-color: #fff
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.contact_btn {
    position: relative
}

.user_login_area {
    background: #F2F7FC;
    border-radius: 10px;
    width: 100%;
    max-width: 450px;
    margin: 0px auto;
    padding: 40px 35px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.user_login_area .panel-body {
    padding: 0
}

.welcome_user {
    text-align: center;
    display: block
}

.welcome_user i.web-user,
.welcome_user span.material-symbols-rounded {
    display: block;
    background: #2A5488;
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 100px
}

.welcome_user .login_text,
.line-with-or .connect-sso {
    display: block;
    padding-top: 0px;
    font-size: 26px;
    font-weight: bold;
    color: #1E73BE;
    text-align: center
}

.user_login_area .loginwithbtn {
    border: 1px solid #22262a;
    color: #22262a;
    padding: 7px 20px;
    border-radius: 5px;
    display: inline-block;
    text-align: center
}

.user_login_area .btn-light:hover,
.user_login_area .btn-light:focus {
    color: #fff;
    border: #FA6600 solid 1px
}

.user_login_area .loginwithbtn .barbriIcon {
    width: 20px
}

.user_login_area .line-without-or,
.user_login_area .line-with-or {
    border-top: 1px dashed #202020;
    margin-top: 30px;
    padding-top: 25px;
    position: relative
}

.user_login_area .line-with-or::after,
.user_login_area .line-without-or::after {
    content: "OR";
    position: absolute;
    top: -10px;
    right: 45%;
    background: #F2F7FC;
    padding: 0 10px;
    font-weight: bold
}

.user_login_area .line-with-or .connect-sso {
    font-size: 18px;
    font-weight: 400
}

.user_login_area .form-control {
    background-color: #fff
}

.user_login_area .form-group.input-text-wrapper:first-child {
    margin-bottom: 15px
}

.user_login_area .form-group.input-checkbox-wrapper {
    margin-top: 15px
}

.user_login_area .form-group.input-checkbox-wrapper input[type=checkbox] {
    height: 24px;
    width: 24px;
    margin-right: 5px
}

.user_login_area .button-holder {
    display: block;
    text-align: center
}

.user_login_area .taglib-icon-list {
    text-align: center
}

.user_login_area .taglib-icon-list li {
    display: inline-block;
    padding: 0 15px
}

.hero-image-area {
    position: relative;
    min-height: 466px;
    background-color: #ECECEC
}

.hero-image-area.minHeight {
    min-height: 369px
}

.content-area {
    width: 100%;
    max-width: 990px;
    padding: 30px 0 30px 0;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%)
}

.content-area.paddLeft {
    padding-left: 60px
}

.content-area p.lead {
    margin-bottom: 0
}

.content-area.fullWidth {
    max-width: 1440px
}

.content-area.fullWidth p.lead {
    max-width: 1440px
}

.banner_right {
    z-index: 0;
    position: relative;
    text-align: right
}

.banner-area {
    position: relative;
    background-color: #ECECEC;
    min-height: 466px
}

.banner-area.overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    max-width: 80%;
    min-height: 100%;
    content: "";
    background: linear-gradient(to right, #ebebeb 55%, #ebebeb 0%, rgba(255, 255, 255, 0) 100%)
}

.banner-area .content-area.full-lenth-width {
    max-width: 900px
}

.banner-area.maxHeight {
    max-height: 466px
}

.banner-area.minHeight {
    min-height: 369px
}

.banner-area.ob_cover_fit img {
    object-fit: cover;
    min-height: 466px
}

.content-area .common-list.dots li {
    list-style: none;
    position: relative;
    margin-bottom: 0
}

.content-area .common-list.dots li p {
    margin-bottom: 0
}

.content-area .common-list.dots li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
    width: 12px;
    border-radius: 100px;
    content: '';
    background-color: #464F57
}

.article_banner.banner-area .publish_date {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    position: relative;
    color: #464F57
}

.banner-area.banner_detail .content-area h1,
.article_banner.banner-area .content-area h1,
.banner-area.resource_center_banner h1 {
    font-size: 64px;
    line-height: 74px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

.banner-area.banner_detail .content-area .lead p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.social-icons-area {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    max-width: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.social-icons-area a {
    display: block;
    height: 25px;
    width: 25px;
    position: relative;
    margin-bottom: 20px;
    color: #464F57
}

.social-icons-area a:last-child {
    margin-bottom: 0
}

.social-icons-area a i {
    font-size: 24px
}

.social-icons-area.horizantal-icons {
    position: relative;
    max-width: inherit;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0
}

.social-icons-area.horizantal-icons a {
    display: inline-block;
    margin-bottom: 0;
    width: auto;
    text-decoration: none
}

.social-icons-area.horizantal-icons a i {
    margin-right: 5px
}

.sup_text {
    font-size: 37px;
    line-height: 45px
}

.quick-access-nav {
    z-index: 9999 !important
}

.main-section-area {
    position: relative;
    overflow: hidden
}

.section {
    position: relative;
    padding: 100px 0px
}

.section.testimonial_area {
    padding-top: 0
}

.multiple_testimonials .owl-carousel {
    margin-top: -20px
}

.image-area {
    position: relative
}

.qualificatoin_exam_prep .owl-carousel {
    max-width: 1150px;
    margin: 0 auto
}

.gray_column_area {
    position: relative
}

.gray_column_area .column_box {
    background-color: #ECECEC;
    max-width: inherit
}

.gray_column_area .column_box ul {
    border: none;
    text-align: center;
    padding: 50px 50px;
    border-radius: 0px 16px 0px 16px
}

.gray_column_area .column_box ul li {
    list-style: none;
    position: relative
}

.gray_column_area .column_box ul li::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-right: #464F57 solid 1px;
    content: ""
}

.gray_column_area .column_box ul li:last-child::after {
    display: none
}

.number_count {
    font-size: 106px;
    line-height: 1;
    font-weight: 700;
    color: #2A5488;
    display: block
}

.number_count .percentage {
    font-size: 36px;
    display: inline-block;
    font-weight: 500;
    margin-left: -10px
}

.fill-star {
    display: inline-block;
    vertical-align: middle
}

.barbri_logo,
.barbri_logo.large {
    display: block;
    margin-bottom: 10px
}

.barbri_logo img {
    max-width: 60% !important
}

.barbri_logo.medium_width img {
    max-width: 100% !important
}

.barbri_logo.large img {
    max-width: 100%
}

.partner_logos {
    padding-bottom: 100px
}

.partner_logos .p_text p {
    font-weight: 600;
    line-height: 24px
}

.professional_training {
    position: relative
}

.professional_training .number_count {
    font-size: 59px;
    margin-bottom: 15px
}

.professional_training .column_box ul li::after {
    right: -20px
}

.experts_every_step .common-list.disc_list {
    padding-left: 20px
}

.experts_every_step .default-heading,
.options_area .default-heading {
    margin-bottom: 50px
}

.video_area {
    position: relative;
    margin-bottom: 0
}

.video_area .default-heading {
    margin-bottom: 30px
}

.video_area .b-photos {
    margin-bottom: 0
}

.options_area {
    position: relative
}

.options_area .card-body {
    text-align: center;
    padding-top: 60px
}

.options_area .card-body h3 {
    margin-bottom: 0
}

.options_area .card-body .largeText {
    margin-bottom: 30px
}

.bar_review_guarantee {
    position: relative
}

.study_us_bar .numbering_list {
    padding-left: 20px
}

.study_us_bar .numbering_list li {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 32px
}

.get_confidence.gray_column_area .column_box {
    background-color: inherit
}

.get_confidence.gray_column_area .column_box ul {
    padding-bottom: 0
}

.extented_table {
    padding-top: 0
}

.pricing_table_area {
    border: #ececec solid 1px;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    background-color: #fff
}

.pricing_table_area .card-title {
    background-color: #2A5488;
    margin-bottom: 0;
    font-size: 27px;
    line-height: 36px;
    min-height: 120px;
    padding: 25px 0;
    color: #fff
}

.pricing_table_area .campare {
    background-color: #ECECEC;
    padding: 12px 30px;
    min-height: 75px
}

.pricing_table_area .campare p {
    margin-bottom: 0px
}

.pricing_table_area .campare span {
    font-size: 19px;
    font-weight: 600
}

.list-Price li,
.list-Price p {
    display: block;
    font-size: 19px;
    line-height: 30px;
    padding: 24px 15px;
    min-height: 80px;
    position: relative
}

.list-Price li:nth-child(odd),
.list-Price p:nth-child(odd) {
    background-color: #fff
}

.list-Price li:nth-child(even),
.list-Price p:nth-child(even) {
    background-color: #ECECEC
}

.list-Price li i {
    font-size: 30px
}

.list-Price li i.web-close03 {
    color: #d9001b
}

.list-Price li .material-symbols-rounded {
    color: #464F57;
    border-radius: 100%
}

.list-Price li .btn.pc_theme_btn i.web-cart {
    font-size: 20px;
    color: #fff
}

.list-Price li .price-area {
    min-height: auto;
    padding: 15px 0 0px 0
}

.list-Price li .price-area .deal-price {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    color: #2a5488
}

.monthly_price {
    padding: 100px 30px 30px 30px;
    background-color: #ECECEC;
    border-top: #ECECEC solid 1px
}

.sale-price {
    font-size: 44px;
    color: #2A5488;
    font-family: "Bitter", serif;
    font-weight: 700;
    display: block
}

.old-price {
    font-size: 18px;
    text-decoration: line-through;
    color: #464F57
}

.PaymentAvailable {
    font-size: 14px;
    padding: 0px 0 5px 0;
    letter-spacing: -0.5px;
    font-weight: 300
}

.PaymentAvailable .logo_img {
    height: 18px;
    margin-top: -8px;
    margin-left: 3px
}

.PaymentAvailable a {
    text-decoration: underline;
    display: inline-block
}

.first_column.pricing_table_area {
    box-shadow: none;
    border-radius: 0;
    margin-right: -4px
}

.first_column.pricing_table_area .card-title {
    background-color: #fff
}

.first_column.pricing_table_area .campare {
    background-color: #fff
}

.first_column.pricing_table_area .campare p {
    font-size: 23px;
    padding-top: 15px
}

.first_column.pricing_table_area .list-Price {
    color: #464F57;
    border: #f2f2f2 solid 1px;
    border-radius: 8px 0px 0px 8px;
    overflow: hidden
}

.first_column.pricing_table_area .list-Price li:nth-child(odd) {
    background-color: #ECECEC
}

.first_column.pricing_table_area .list-Price li {
    font-size: 18px;
    line-height: 30px;
    padding: 24px 15px;
    position: relative;
    text-align: left;
    border-top: #f2f2f2 solid 1px
}

.first_column.pricing_table_area .list-Price li a {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    position: relative
}

.first_column.pricing_table_area .list-Price li a>.material-symbols-rounded {
    font-size: 24px
}

.first_column.pricing_table_area .list-Price li:first-child {
    border-top: none
}

.first_column.pricing_table_area .list-Price li:nth-child(odd),
.first_column.pricing_table_area .list-Price li:nth-child(even) {
    background-color: #fff
}

.first_column.pricing_table_area .list-Price li:last-child {
    min-height: auto
}

.check_discount {
    padding: 50px 50px 50px 50px;
    margin: 30px 30px;
    background-color: #F2F7FC;
    border-radius: 0px 16px 0px 16px;
    min-height: 215px
}

.check_discount p {
    line-height: 32px
}

.check_discount .btn-primary {
    margin-bottom: 0
}

.extented_table .card.full_time {
    margin-bottom: 0;
    border-radius: 0
}

.autocomplete {
    position: relative
}

.autocomplete-items {
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 320px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 0px 16px 0px 16px;
    box-shadow: 0px 5px 9px 0px rgba(140, 150, 158, 0.35)
}

.autocomplete-items div {
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 1px solid #d4d4d4
}

.autocomplete-items div.search_history::before {
    font-family: "Material Symbols Rounded";
    content: "\e8b5";
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -2px
}

.autocomplete-items div:last-child {
    border-bottom: none
}

.autocomplete-items div:hover {
    background-color: #F2F7FC
}

.autocomplete-active {
    background-color: #F2F7FC !important
}

.topFilterHead {
    margin-bottom: 20px
}

.topFilterHead .text-filter {
    color: #464F57;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.topFilterHead .clear_filter {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: 'Nunito', sans-serif
}

.filter-area {
    margin-bottom: 20px
}

.filter-area .dropdown-toggle::after {
    display: none
}

.filter-area.accordion-item {
    border: none
}

.filter-area.accordion-item .web-down-arrow {
    color: #1E73BE
}

.filter-area .accordion-button,
.filter-area .accordion-item:first-of-type .accordion-button {
    width: 100%;
    position: relative;
    border-bottom: none;
    padding: 10px 10px;
    cursor: pointer;
    border-radius: 0;
    border: none;
    background-color: inherit;
    margin-bottom: 15px
}

.filter-area .accordion-button:focus,
.filter-area .accordion-button:focus-visible {
    outline: none
}

.filter-area .accordion-button span {
    font-size: 18px;
    font-weight: 500;
    color: #464F57;
    position: relative
}

.filter-area .accordion-button::after {
    content: "\e902";
    font-family: 'powerScore';
    position: absolute;
    right: 0;
    top: 5px;
    background-image: none;
    display: none
}

.filter-area .accordion-button:not(.collapsed)::after {
    background-image: none
}

.filter-area .accordion-button .material-symbols-rounded {
    transform: rotate(-180deg);
    font-size: 30px
}

.filter-area .accordion-button.collapsed .material-symbols-rounded {
    transform: rotate(0deg)
}

.filter_results .filter-area .accordion-button {
    background-color: #ECECEC;
    border-top: #d7d7d7 solid 1px;
    border-bottom: #d7d7d7 solid 1px
}

.filter_results select.form-control {
    font-size: 16px
}

.filter_results .pagination-area .form-control {
    padding: 10px 10px 10px 10px
}

.checkbox_list {
    list-style: none;
    padding: 0
}

.checkbox_list.sub_checkbox_list {
    padding-left: 25px
}

.checkbox_list.sub_checkbox_list li {
    margin-bottom: 0
}

.checkbox_list.sub_checkbox_list li:last-child {
    margin-bottom: 0
}

.checkbox_list.sub_checkbox_list li .sub_heading {
    font-size: 18px;
    display: block
}

.sidebar_border {
    position: relative
}

.border_area {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0
}

.count_badge {
    font-size: 14px;
    color: #464F57
}

.count_number {
    font-size: 14px;
    line-height: 28px;
    border-radius: 100%;
    color: #fff;
    background-color: #2a5488;
    height: 28px;
    width: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -40px
}

.row_area .bordr_bottom {
    background-color: #d7d7d7
}

.planning_pick .nav-tabs {
    border-bottom: 8px solid #2A5488;
    flex-wrap: nowrap
}

.planning_pick .nav-tabs .nav-item {
    border-top-left-radius: 16px;
    width: 100%;
    max-width: 49%;
    white-space: inherit;
    font-family: "Bitter", serif;
    margin-bottom: 0;
    text-align: center;
    border-top-right-radius: 16px;
    color: #464F57;
    padding: 65px 70px 55px 70px;
    font-size: 40px;
    border: #d7d7d7 solid 1px;
    text-decoration: none;
    line-height: 40px;
    font-weight: 600;
    display: block
}

.planning_pick .nav-tabs .nav-item:last-child {
    margin-right: 0
}

.planning_pick .nav-tabs .nav-item .checked-icon {
    display: none
}

.planning_pick .nav-tabs .nav-item.show .nav-link,
.planning_pick .nav-tabs .nav-item.active {
    background-color: #2A5488;
    border-color: #2A5488;
    color: #fff
}

.planning_pick .nav-tabs .nav-item.show .nav-link .checked-icon,
.planning_pick .nav-tabs .nav-item.active .checked-icon {
    display: inline-block
}

.planning_pick .nav-tabs .nav-item:focus {
    outline: none
}

.planning_pick .nav-tabs .nav-item span {
    position: relative
}

.planning_pick .nav-tabs .nav-item .checked-icon {
    position: absolute;
    left: -60px;
    width: 100%;
    max-width: 45px
}

.top_descriptoin {
    display: block;
    padding: 30px 0
}

.top_descriptoin p {
    font-size: 24px;
    line-height: 40px;
    font-weight: 300
}

.planning_pick .service_boxes {
    margin-top: 0
}

.planning_pick .service_boxes ul.disc_list {
    margin-bottom: 0
}

.planning_pick .service_boxes.updated_courses .card {
    min-height: 520px
}

.premium_course .head_icon_area .small_heading_area {
    padding-top: 0
}

.planning_pick .owl-carousel .item {
    display: flex
}

.cource_prep {
    padding: 30px 0 0px 0
}

.cource_prep .full_time .card-body {
    padding-bottom: 330px
}

.cource_prep .subscription_area {
    margin-bottom: 25px
}

.cource_prep .subscription_area .form-check,
.cource_prep .subscription_area .new_price {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500
}

.cource_prep .subscription_area a,
.cource_prep .subscription_area .new_price {
    font-size: 18px;
    font-weight: 500
}

.cource_prep .subscription_area a {
    color: #235BA8
}

.cource_prep .subscription_area p {
    font-size: 14px
}

.hide_first_row {
    max-width: 336px;
    min-width: 336px
}

.hide_first_row.br_none {
    border: none
}

.cource_compare_name {
    line-height: 20px;
    padding: 12px 15px;
    position: relative;
    text-align: left;
    font-weight: 300;
    min-height: 60px
}

.cource_compare_name a {
    display: inline-block;
    cursor: pointer;
    position: relative
}

.cource_compare_name a .material-symbols-rounded {
    font-size: 24px;
    color: #464F57
}

.premium_price_table {
    overflow: visible;
    margin-top: 100px
}

.premium_price_table .table {
    width: 100%;
    border: none;
    color: #464F57
}

.premium_price_table .light_grey_bg {
    background-color: #ECECEC
}

.premium_price_table .table td,
.premium_price_table .table th {
    padding: 0;
    text-align: center;
    width: 1%;
    position: relative
}

.premium_price_table .table td {
    vertical-align: middle
}

.premium_price_table .table-bordered thead td,
.premium_price_table .table-bordered thead th {
    border-bottom: none
}

.premium_price_table .top_title_area {
    background-color: #ECECEC;
    color: #2A5488;
    margin-bottom: -1px;
    font-size: 27px;
    line-height: 36px;
    font-weight: 600;
    padding: 30px 15px;
    border-radius: 16px 0 0 0
}

.premium_price_table .top_title_area span {
    display: block;
    position: relative;
    top: -10px;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    text-align: center
}

.premium_price_table .top_title_area.blue_bg {
    background-color: #2A5488;
    color: #fff;
    border-radius: 16px 0 0 0
}

.premium_price_table .table thead th {
    border-color: #fff;
    vertical-align: bottom
}

.premium_price_table .table td .cource_compare_name,
.premium_price_table .table th .cource_compare_name {
    min-height: auto;
    padding: 20px 15px
}

.month_count {
    font-size: 13px;
    line-height: 16px;
    color: #2A5488;
    display: block;
    font-family: 'Nunito', sans-serif;
    text-align: center
}

.grade {
    font-size: 18px;
    line-height: 18px;
    color: #464F57;
    text-align: center;
    display: block
}

.radius_top_left_corner {
    border-radius: 16px 0 0 0
}

.row_dark {
    background-color: #464F57;
    color: #fff
}

.premium_price_table .table .row_dark td,
.premium_price_table .table .row_dark th {
    padding: 8px 10px;
    border-right: none;
    border-left: none
}

.premium_price_table .table .row_dark td .row_dark_title,
.premium_price_table .table .row_dark th .row_dark_title {
    margin-bottom: 0;
    font-size: 23px;
    line-height: normal;
    text-align: center;
    color: #fff;
    font-family: 'Nunito', sans-serif
}

.row_light .test_head {
    display: block;
    font-size: 21px;
    line-height: 22px;
    padding: 12px 15px;
    margin-bottom: 0;
    position: relative
}

.row_light .web-check-success {
    font-size: 42px
}

.row_light .web-close03 {
    color: #d9001b;
    font-size: 36px
}

.premium_price_table .pro-details {
    padding: 0 10px 10px 10px
}

.premium_price_table .pro-details .price-area {
    min-height: auto;
    padding: 15px 0 0px 0
}

.premium_price_table .subscription_area {
    margin-bottom: 0
}

.premium_price_table .subscription_area .form-check .form-check-label,
.premium_price_table .subscription_area p,
.subscription_area a {
    font-size: 14px;
    line-height: 16px;
    margin: 0
}

.premium_price_table .subscription_area a.lfr-portal-tooltip {
    margin: 0
}

.premium_price_table .price-area .deal-price {
    font-size: 26px;
    line-height: 26px
}

.premium_price_table .align_area td {
    vertical-align: bottom;
    border: none;
    border-left: 1px solid #ffffff;
    border-radius: 0px 0px 16px 16px
}

.premium_price_table .align_area td .monthly_price {
    padding: 50px 15px 50px 15px;
    background: none
}

.premium_price_table .table tr td.highlighted_cell:before,
.premium_price_table.w_none .table tr td.highlighted_cell:before {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0;
    right: 0;
    content: "";
    border-left: #2A5488 solid 3px;
    border-right: #2A5488 solid 3px
}

.premium_price_table .align_area td.highlighted_cell:before,
.premium_price_table.w_none .align_area td.highlighted_cell:before {
    border-radius: 0px 0px 16px 16px;
    border-bottom: #2A5488 solid 3px
}

.premium_price_table .align_area td .dropdown_add_to_cart {
    display: block
}

.premium_price_table .align_area td .dropdown_add_to_cart .btn {
    margin-bottom: 0
}

.premium_price_table .align_area td .dropdown_add_to_cart .dropdown-menu {
    max-width: 180px;
    margin: 0 auto
}

.premium_price_table .align_area td .dropdown_add_to_cart .btn::after {
    right: 10px
}

.premium_price_table .align_area td .dropdown_add_to_cart .btn::before {
    right: 40px
}

.premium_price_table .table th .check_discount p {
    text-align: left
}

.premium_price_table .table th:first-child,
.premium_price_table .table td:first-child {
    min-width: 350px
}

.premium_price_table.w_none .table th:first-child,
.premium_price_table.w_none .table td:first-child {
    min-width: 330px;
    max-width: 330px
}

.premium_price_table.w_none .table td p {
    margin-bottom: 0;
    font-weight: 400
}

.premium_price_table.w_none .enrollment_details {
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
    position: relative
}

.scholarships_message {
    background-color: #F2F7FC;
    padding: 25px 32px;
    border-radius: 0px 16px 0px 16px;
    margin-bottom: 30px
}

.scholarships_message p {
    margin-bottom: 0
}

.scholarships_message .btn-primary {
    margin-top: 0;
    margin-bottom: 0
}

.scholarships_message.bg_white {
    border: #d7d7d7 solid 1px;
    background-color: #fff
}

.enrollment_details {
    display: block;
    position: relative;
    text-align: center;
    padding-left: 30px;
    font-size: 18px;
    color: #235BA8;
    margin-top: 30px
}

.enrollment_details .material-symbols-rounded {
    font-size: 26px;
    position: absolute;
    margin-left: -30px;
    top: 30px;
    transform: translateY(-100%)
}

.full_time {
    position: relative;
    border-radius: 0px 16px 0px 16px
}

.full_time.mr_top {
    margin-top: 120px;
    border-radius: 0px 0px 0px 16px
}

.full_time.selected {
    background-color: #F2F7FC
}

.full_time .card-body {
    padding: 64px 24px 180px 24px
}

.full_time .card-body .list-group-default li:first-child {
    min-height: 160px;
    text-align: left
}

.full_time .card-body .list-group-default li {
    text-align: center
}

.full_time .card-body .list-group-default li p {
    font-size: 16px
}

.full_time .card-body .list-group-default li:first-child p {
    font-size: 18px;
    line-height: 32px
}

.sqe_prep_white_box .full_time .card-body {
    padding-bottom: 320px
}

.sqe_prep_white_box .full_time.bg_white {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

.full_time .default-heading {
    text-align: center
}

.full_time .default-heading h4,
.full_time .sub_heading {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
    min-height: 100px;
    font-family: "Bitter", serif;
    color: #2A5488
}

.full_time .default-heading p {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0
}

.full_time .default-heading p span {
    font-weight: 300;
    display: block
}

.full_time.selected .default-heading p span {
    font-weight: 700
}

.full_time .monthly_price {
    padding: 0px 0px 0px 0px;
    text-align: center;
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 30px;
    margin: 0 auto;
    background-color: inherit;
    border: none
}

.full_time .monthly_price .note {
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 14px;
    line-height: 18px
}

.full_time .monthly_price h5,
.full_time .monthly_price .card_sub_heading {
    margin-bottom: 0;
    color: #464F57;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    font-family: "Bitter", serif
}

.full_time .monthly_price .btn.pc_theme_btn {
    margin-top: 0
}

.full_time .monthly_price .button_area .btn {
    margin-bottom: 0;
    margin-top: 15px
}

.full_time .dropdown_add_to_cart .dropdown-menu {
    max-width: 200px;
    margin: 0 auto
}

.payment {
    font-size: 20px;
    font-weight: 300
}

.admin_fee {
    margin-top: 15px
}

.checkout_code {
    background-color: #2A5488;
    display: block;
    padding: 15px 15px;
    margin: -15px -15px 15px -15px;
    border-radius: 0px 16px 0px 0
}

.checkout_code p,
.checkout_code em {
    color: #fff
}

.checkout_code .btn-link {
    color: #fff;
    margin: 0;
    padding: 5px 5px
}

.checkout_code .btn-link:hover {
    color: #fff
}

.button_area {
    position: relative
}

.button_area .btn {
    width: 100%;
    letter-spacing: -0.55px
}

.about_adaptibar .dropdown_add_to_cart .btn {
    margin-bottom: 0;
    min-width: 170px
}

.product_cards_padd {
    padding-bottom: 90px
}

.product_cards_padd .full_time .monthly_price .btn.pc_theme_btn {
    margin-bottom: 0
}

.skills_courses_live_on_demond .full_time {
    margin-bottom: 0
}

.skills_courses_live_on_demond .full_time .card-body {
    padding-left: 106px;
    padding-right: 106px
}

.law_firm_package {
    position: relative;
    padding: 64px 0
}

.law_firm_package .largeText {
    color: #464F57
}

.law_firm_package .my_firm {
    font-size: 13px;
    color: #235BA8;
    margin-top: 20px;
    display: inline-block
}

.law_firm_package .form-group {
    max-width: 60%
}

.law_firm_package select.form-control {
    background-position: 99% 50%
}

.law_firm_package hr {
    margin: 60px 0;
    display: block
}

.package_details {
    position: relative;
    padding-top: 50px
}

.pro-details .card_sub_heading {
    font-size: 48px;
    line-height: 48px
}

.details-area {
    position: relative;
    text-align: left;
    min-height: 300px
}

.details-area.minheight_auto {
    min-height: auto
}

.details-area h5,
.bonus_features h5,
.details-area .list_heading {
    color: #464F57;
    font-family: 'Nunito', sans-serif;
    margin: 40px 0 10px 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px
}

.details-area .common-list {
    padding-left: 40px
}

.details-area p span,
.details-area ul li span,
.details-area p strong,
.details-area ul li strong,
#eCommerceDescription span,
#eCommerceDescription p,
#eCommerceDescription strong {
    font-size: inherit !important
}

.details-area ul {
    padding-left: 40px;
    margin-top: 20px
}

.details-area ul li,
#eCommerceDescription span,
#eCommerceDescription p,
#eCommerceDescription strong {
    list-style: disc;
    font-size: 16px !important;
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 400
}

.bonus_features {
    background-color: inherit;
    border: none
}

.bonus_features .features {
    margin-top: 20px
}

.bonus_features .features h6 {
    margin-bottom: 0;
    line-height: 24px
}

.long_card_area .full_time .card-body {
    padding-bottom: 280px
}

.sqe2_prep_card_area .full_time .card-body {
    padding-bottom: 230px
}

.sqe2_prep_card_area .full_time .monthly_price .btn.pc_theme_btn {
    margin-top: 15px;
    margin-bottom: 0
}

.cource_list {
    margin-bottom: 15px
}

.cource_list h6 {
    margin-bottom: 0
}

.accordion_custom .accordion-body .cource_list .lead {
    margin-bottom: 0;
    line-height: 22px
}

.accordion_custom .accordion-body .cource_list .lead strong {
    font-weight: 600
}

.accordion_custom .accordion-body .course_materials h5 {
    margin-bottom: 0
}

.bluebook_evaluation {
    position: relative
}

.tutoring-packages .card {
    border-radius: 16px 0px 16px 0px;
    margin-bottom: 20px
}

.tutoring-packages .card .card-body {
    padding-top: 30px;
    padding-bottom: 340px
}

.tutoring-packages .card .card-body.botm_padd {
    padding-bottom: 360px
}

.tutoring-packages .card .default-heading {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px
}

.tutoring-packages .card .default-heading h2 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 0
}

.tutoring-packages .card .pro-details h4 {
    text-align: center;
    min-height: 70px
}

.tutoring-packages .card .pro-details .price-area {
    text-align: center;
    min-height: inherit
}

.tutoring-packages .card .list-group-area li {
    font-size: 14px;
    position: relative
}

.tutoring-packages .card .list-group-area li a {
    color: #2A5488
}

.tutoring-packages .card .lead {
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
    text-align: center
}

.tutoring-packages .card .additional_text {
    font-weight: 300
}

.copy_material .paragraph_area .subtitle_h6 {
    margin-top: 20px
}

.copy_material .paragraph_area .subtitle_h6 h6 {
    color: #464F57;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 18px
}

.copy_material .common-list {
    padding-top: 20px
}

.copy_material .common-list li {
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 20px
}

.cost_description {
    display: block
}

.cost_description .cost {
    display: inline-block;
    text-decoration: line-through
}

.tutoring-packages .payment_affirm {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px
}

.tutoring-packages .payment_affirm p {
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 14px
}

.tutoring-packages .payment_affirm p:last-child {
    padding-bottom: 0
}

.tutoring-packages .payment_affirm p .logo_img {
    max-width: 50px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -10px
}

.tutoring-packages .card .pro-details .paragraph p {
    padding-top: 30px
}

.tutoring-packages .double-btn-float {
    left: 24px;
    right: 24px
}

.tutoring-packages .btn-float .btn {
    width: 100%;
    max-width: 168px;
    bottom: 0
}

.guarantee_enrollment_bottom {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    height: 300px;
    padding: 0 24px
}

.sqe_learner .sub-title {
    font-family: 'Nunito', sans-serif
}

.solicitor .card {
    margin-top: 50px
}

.superior_pass_rates .pricing_table_area .card-title.topHeading {
    min-height: 85px
}

.superior_pass_rates .first_column.pricing_table_area .note {
    padding-top: 15px;
    text-align: left;
    max-width: 80%;
    width: 100%
}

.superior_pass_rates.completion_rate .card-title.gray_bg {
    background-color: #ECECEC;
    color: #2A5488
}

.superior_pass_rates.completion_rate .list-Price li {
    font-weight: 600;
    color: #2A5488;
    font-size: 32px;
    line-height: 36px;
    font-family: "Bitter", serif;
    font-weight: 500
}

.superior_pass_rates.completion_rate .list-Price.normalText li {
    display: block;
    color: #464F57;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Nunito', sans-serif;
    font-weight: 300
}

.superior_pass_rates.completion_rate .note {
    padding-top: 15px;
    font-size: 14px;
    line-height: 22px
}

.tutoring-packages.products_area {
    position: relative
}

.tutoring-packages.products_area .card .default-heading h2 {
    margin-bottom: 30px
}

.tutoring-packages.products_area .card .default-heading,
.tutoring-packages.products_area .card .lead,
.tutoring-packages.products_area .pro-details {
    text-align: left
}

.superior_pass_rates .premium_price_table {
    max-width: 92%;
    margin: 0 auto
}

.superior_pass_rates .premium_price_table .top_title_area {
    border-radius: 8px 8px 0 0;
    padding: 20px 15px
}

.superior_pass_rates .premium_price_table .table th:first-child,
.superior_pass_rates .premium_price_table .table td:first-child {
    min-width: inherit
}

.superior_pass_rates .premium_price_table .table tr td:nth-child(3):before,
.superior_pass_rates .premium_price_table.w_none .table tr td:nth-child(4):before {
    display: none
}

.superior_pass_rates .hide_first_row {
    max-width: 215px
}

.superior_pass_rates .premium_price_table .table td,
.superior_pass_rates .premium_price_table .table th {
    width: 290px
}

.superior_pass_rates .list-Price li:nth-child(odd) {
    background-color: inherit
}

.superior_pass_rates .premium_price_table .note {
    text-align: left;
    max-width: 335px;
    width: 100%
}

.who_we_are {
    position: relative
}

.who_we_are p {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 50px
}

.who_we_are p:last-child {
    margin-bottom: 0
}

.our-mission {
    position: relative
}

.our-mission .owl-carousel .item {
    margin-top: 80px
}

.devider {
    margin: 30px 0
}

.executive_operating {
    padding-top: 100px
}

.subcommittees {
    position: relative;
    padding-top: 0
}

.subcommittees .owl-carousel .item {
    margin-top: 40px
}

.subcommittees .owl-carousel .item:first-child .card.inner-width {
    margin-left: 0
}

.subcommittees .owl-carousel .item:last-child .card.inner-width {
    margin-right: 0
}

.subcommittees .pie_chart {
    display: block;
    text-align: center;
    padding: 30px 0
}

.subcommittees .pie_chart a {
    text-align: center
}

.money-statement {
    justify-content: space-evenly !important
}

.table-contents {
    background-color: #fff;
    margin-top: 150px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px
}

.table-contents .card-body {
    padding: 50px 30px
}

.faq-area .card .card-body {
    padding: 40px 30px 106px 30px;
    text-align: center;
    position: relative
}

.faq-area .card .card-body .material-symbols-rounded {
    font-size: 100px;
    color: #2A5488
}

.faq-area .card .card-body p {
    padding: 0px 0 20px 0
}

.faq-boxes {
    padding-top: 0
}

.faq-boxes .card .default-heading {
    text-align: center
}

.faq-boxes .card .card-body .paragraph_area {
    text-align: center
}

.faq-boxes .card .card-body .paragraph_area p {
    margin-bottom: 0px;
    padding: 20px 0;
    line-height: 30px
}

.faq-boxes .card .card-body .paragraph_area h5 {
    margin-bottom: 0
}

.faq-boxes .btn-float .btn-primary {
    left: 32px;
    right: 32px;
    transform: none
}

.table th:first-child,
.table td:first-child,
.table .table-column-start {
    min-width: 150px
}

.modal-header {
    height: auto;
    padding: 15px 25px
}

.modal-header .close {
    font-weight: 300;
    font-size: 30px
}

.modal-footer .btn-primary {
    margin: 0
}

.link-list {
    margin-bottom: 30px;
    padding-left: 25px
}

.link-list:last-child {
    margin-bottom: 0
}

.link-list li {
    list-style: none
}

.link-list li h4 {
    margin-left: -30px
}

.link-list li a {
    text-decoration: none
}

.modal-title {
    font-size: 30px
}

.breadcrumb_area {
    position: relative
}

.subHeading {
    margin: 5px 0 10px 0;
    position: relative;
    text-decoration: none;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    color: #464F57
}

.view_resource_Btn {
    position: relative
}

.view_resource_Btn .btn-link {
    font-size: 18px;
    font-weight: 300;
    text-decoration: underline;
    min-height: inherit;
    margin: 0;
    padding: 0
}

.view_resource_Btn .btn-link:focus,
.view_resource_Btn .btn-link:focus-visible {
    outline: #235BA8 solid 2px;
    font-weight: 300
}

.view_resource_Btn .btn-link .material-symbols-rounded {
    color: #2A5488;
    font-size: 32px
}

.card_area {
    border: none;
    background-color: inherit
}

.card_area .bd-placeholder-img {
    overflow: hidden;
    padding: 10px 0px;
    text-align: center;
    position: relative
}

.card_area .bd-placeholder-img img {
    width: 100%
}

.card_area span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    position: relative
}

.card_area .card-body {
    padding: 0;
    border: none;
    position: relative
}

.card_area .card-body h5,
.card_area .card-body .card_link_heading {
    color: #2A5488;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 15px;
    min-height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.card_area .card-body h5 a,
.card_area .card-body .card_link_heading a {
    color: #2A5488;
    text-decoration: none;
    font-weight: 500;
    font-family: "Bitter", serif;
    color: #2A5488;
    padding: 0
}

.card_area .card-body h5 a:hover,
.card_area .card-body .card_link_heading a:hover {
    text-decoration: none
}

.card_area .card-body p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 0
}

.card_area .card-body .card-text,
.card_area .card-body .list-group .list-group-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    border: none;
    padding: 0 10px 0 0;
    background-color: inherit
}

.card_area .card-body .list-group .list-group-item a,
.card_area .card-body .list-group .list-group-item span {
    color: #235BA8;
    font-size: 14px;
    line-height: 19px;
    font-weight: 200;
    cursor: pointer;
    text-decoration: underline
}

.card_area .card-body .list-group .list-group-item a:hover,
.card_area .card-body .list-group .list-group-item span:hover {
    text-decoration: none
}

.card-img-area {
    position: relative;
    margin-bottom: 15px
}

.card-img-area img {
    width: 100%
}

.upcoming_webinars {
    background-color: #ECECEC
}

.related_products_area {
    position: relative;
    background-color: #464F57
}

.related_products_area .owl-carousel .owl-item img {
    width: 100%
}

.related_products_area .card {
    overflow: hidden;
    border-radius: 8px 0 8px 0;
    background-color: #fff
}

.related_products_area .card-body {
    padding: 0
}

.related_products_area .default-heading p,
.related_products_area .default-heading h2,
.related_products_area .default-heading h2 i {
    color: #fff
}

.related_products_area .default-heading p {
    margin-bottom: 32px
}

.related_products_area .pro-details {
    padding: 30px 30px 106px 30px
}

.related_products_area .pro-details h2,
.related_products_area .pro-details .card_heading {
    font-size: 24px;
    line-height: 32px;
    min-height: 50px;
    font-weight: 500;
    font-family: "Bitter", serif;
    color: #2A5488
}

.related_products_area .default_Btn {
    margin-bottom: 15px
}

.related_products_area .paragraph {
    min-height: 150px
}

.related_products_area .owl-carousel .owl-nav .material-symbols-rounded {
    color: #fff;
    font-size: 50px
}

.related_products_area .owl-carousel .owl-nav button.owl-prev {
    left: -55px
}

.related_products_area .owl-carousel .owl-nav button.owl-next {
    right: -55px
}

.related_products_area .owl-carousel .owl-dots button.owl-dot.active:before {
    background: #7E878E;
    border: #fff solid 1px
}

.column_field {
    margin-bottom: 30px
}

.column_field h3 {
    margin-bottom: 10px
}

.column_field select.form-control {
    background-position: 93% 50%
}

.column_field .lexicon-icon {
    fill: #FF0000;
    width: 10px;
    height: 10px
}

.cart_view {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 5px;
    width: 100%;
    min-width: 540px;
    max-height: 763px;
    background-color: #ffffff;
    z-index: 99999;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    display: none
}

.cart_view .cd-cart-head .cd-cart-close-btn i {
    font-size: 16px
}

.cart_view .cd-cart-head button.cd-cart-close-btn {
    padding: 0
}

.cart_view .cart_items_area {
    text-align: center
}

.cart_view .cart_items_area .cart_items {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500
}

.cart_view .cart_items_area .cart_items i {
    margin-right: 10px
}

.calculation_tooltip>i {
    font-size: 16px
}

.form_list_left .list-group-item,
.order_list_right .list-group-item {
    padding: 15px 0
}

.promo_gift_code .dropdown-menu {
    overflow: visible;
    box-shadow: none
}

.empty-cart {
    display: flex;
    flex-direction: column;
    align-items: center
}

img.cart-img {
    height: 200px;
    width: auto
}

.cart_view_item {
    padding: 30px 30px 30px 30px;
    background-color: #ffffff;
    box-sizing: border-box
}

.cd-item-name {
    text-align: left
}

.user-cart .cart_view_item .list-group-item h5 a {
    text-decoration: none
}

.lfr-tooltip,
.tooltip {
    z-index: 99999 !important
}

.babri_checkout_logo {
    display: block;
    max-width: 120px
}

.babri_checkout_logo img {
    width: 100%;
    min-height: 30px
}

.checkout_area {
    position: relative;
    padding: 30px 0
}

.checkout_area .default-heading {
    margin-bottom: 30px
}

.checkout_area .default-heading h2 {
    font-size: 40px;
    color: #2A5488
}

.checkout_area .default-heading h1 {
    margin-bottom: 0
}

.checkout_area .list-group-item {
    border: none
}

.checkout_area .list-group-item+.list-group-item {
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.checkout_area .card .card-body {
    padding: 36px 24px 85px 24px
}

.checkout_area .cart_view {
    min-width: inherit;
    max-height: inherit
}

.checkout_area .cart_view_item {
    padding: 0
}

.checkout_area .items-scroll {
    overflow-y: inherit;
    max-height: inherit
}

.shop_more {
    position: relative;
    padding: 20px 0
}

.shop_more i {
    color: #235BA8;
    font-size: 24px
}

.form_divider {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    min-height: 630px;
    background-color: #d7d7d7;
    content: "";
    margin-right: 15px
}

.number_area {
    width: 45px;
    height: 45px;
    line-height: 42px;
    font-weight: 400;
    font-size: 20px;
    border-radius: 100%;
    color: #464F57;
    border: #464F57 solid 1px;
    text-align: center
}

.number_area.selective.colored {
    background-color: #464F57;
    border-color: #464F57;
    color: #fff
}

.number_area.active {
    background-color: #2A5488;
    border: #2A5488 solid 1px;
    color: #fff
}

.number_area_head {
    position: relative
}

.porduct_terms_condition {
    position: relative
}

.porduct_terms_condition p {
    font-weight: 500;
    padding-top: 15px
}

.heading_area {
    color: #464F57;
    font-size: 28px;
    line-height: 45px;
    margin-bottom: 0;
    font-family: 'Nunito', sans-serif;
    font-weight: 300
}

.form_list_left .btn {
    width: 100%
}

.our-summary {
    position: relative;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    padding-right: 15px;
    margin-bottom: 5px
}

.our-summary .badge,
.our-summary .items_area {
    font-weight: 500;
    font-size: 16px;
    display: inline-block
}

.our-summary .badge {
    padding: 0;
    margin: 0
}

.sidebar-list-group .checkout_area .list-group-item:first-child,
.list-group-flush .list-group-item:first-child {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.order_list_right .list-group-item .row_items {
    margin-bottom: 15px
}

.form_list_left h5,
.order_list_right h5,
.session span {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    color: #001722;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px
}

.order_list_right h5 a {
    font-weight: 500
}

.form_list_left h5 span,
.order_list_right h5 span {
    font-weight: 400;
    font-size: 14px
}

.form_list_left h5 {
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 10px;
    margin-top: 5px
}

.form_list_left .btn-link,
.order_list_right .btn-link {
    margin: 0;
    padding: 0;
    font-size: 16px;
    display: inline-block;
    border: none;
    color: #235BA8
}

.form_list_left .btn-link span.material-symbols-rounded {
    margin-right: -10px;
    margin-top: -2px;
    display: inline-block
}

.session span {
    display: block;
    margin-top: 10px;
    font-weight: 300
}

.learning_hub {
    margin-top: 50px;
    padding: 25px 25px;
    background-color: #f2f2f2;
    position: relative
}

.learning_hub h4 {
    font-size: 22px;
    margin-bottom: 10px
}

.learning_hub p {
    font-size: 18px
}

.learning_hub p:last-child {
    margin-bottom: 0
}

.learning_hub .btn {
    max-width: inherit;
    width: auto;
    margin-bottom: 0
}

.btn.cle_btn,
.btn.all_btn {
    font-size: 16px;
    line-height: 24px;
    border-radius: 0 8px 0 8px;
    padding: 10px 10px;
    min-width: 50px;
    font-weight: 700
}

.btn.cle_btn:focus,
.btn.cle_btn:focus-visible,
.btn.all_btn:focus,
.btn.all_btn:focus-visible {
    outline: none
}

.btn.cle_btn {
    color: #fff;
    background-color: #464F57
}

.btn.all_btn {
    color: #fff;
    background-color: #2A5488
}

.payment_affirm {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.order_list_right .input-group-area {
    margin: 0 auto;
    width: 100%;
    max-width: 120px;
    display: inline-block
}

.order_list_right .input-group-area .input-group-btn {
    display: inline-block;
    vertical-align: middle
}

.order_list_right .input-group-area .input-group-btn .btn {
    margin: 0;
    border-radius: 0;
    line-height: 0;
    padding: 6px 5px 6px 5px;
    background-color: #fff;
    border: 1px solid #e1e1e1
}

.order_list_right .input-group-area .input-group-btn .btn i {
    margin-right: 0;
    color: #000000;
    font-size: 12px
}

.order_list_right .input-group-area .input-number {
    text-align: center;
    border-radius: 0;
    padding: 3px 8px 2px 8px;
    min-width: 44px;
    max-width: 45px;
    margin-right: -1px;
    position: relative;
    z-index: 1;
    border: 1px solid #d7d7d7;
    vertical-align: middle;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-color: #F2F7FC
}

.order_list_right .strike_item .input-group-area .input-number {
    margin-left: -5px
}

.order_list_right .input-group-area .input-group-btn .quantity-left-minus {
    border-radius: 8px 0px 0px 8px;
    color: #061922;
    margin-right: -1px
}

.order_list_right .input-group-area .input-group-btn .quantity-right-plus {
    border-radius: 0 8px 8px 0;
    color: #061922
}

.calculation_tooltip {
    text-decoration: none !important
}

.subtotal-price {
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #464F57
}

.subtotal-price.cut-price {
    text-decoration: line-through
}

.item_row {
    margin-bottom: 100px;
    position: relative
}

.item_row:last-child {
    margin-bottom: 0
}

.items-scroll {
    max-height: 220px;
    overflow-y: auto;
    padding-right: 15px;
    margin-bottom: 0
}

.checkout_btn_area {
    position: fixed;
    bottom: 0;
    padding-right: 15px;
    background-color: #fff;
    position: relative;
    z-index: 1
}

.checkout_btn_area .list-group {
    margin-bottom: 0
}

.checkout_btn_area .list-group-flush .list-group-item:first-child {
    border-top: none
}

.checkout_btn_area .calculation_tooltip .material-symbols-rounded {
    font-size: 16px
}

.checkout_btn_area .item_row,
.items-scroll .item_row {
    margin-bottom: 15px
}

.promo_gift_code {
    position: relative;
    padding-bottom: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.promo_gift_code .dropdown-toggle {
    text-align: left;
    font-weight: 600;
    padding: 20px 0 10px 0;
    color: #235BA8;
    background: none;
    border: none;
    position: relative;
    display: block;
    margin-bottom: 0 !important
}

.promo_gift_code .dropdown-toggle:focus {
    box-shadow: none;
    outline: none
}

.promo_gift_code .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 23px;
    transform: translateY(-50%);
    display: none
}

.promo_gift_code .dropdown-toggle .material-symbols-rounded {
    position: absolute;
    right: 0;
    top: 35px;
    transform: translateY(-50%);
    color: #464F57
}

.promo_gift_code .dropdown-menu {
    position: relative !important;
    float: none;
    transform: none !important;
    min-width: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    box-shadow: none
}

.promo_gift_code .dropdown-menu .btn {
    margin-top: 0;
    color: #464F57
}

.promo_gift_code .dropdown-menu .btn:hover,
.promo_gift_code .dropdown-menu .btn:focus {
    padding: 14px 15px;
    border: none;
    background-color: inherit;
    color: #464F57
}

.promo_gift_code.show .dropdown-toggle .material-symbols-rounded {
    transform: rotate(-180deg)
}

.promo_gift_code .btn-secondary {
    margin: 0;
    padding: 0px 20px
}

.cle_passes .alert-dismissible {
    background-color: #F2F7FC;
    border-color: #F2F7FC;
    padding-left: 30px
}

.cle_passes .alert-dismissible .material-symbols-rounded {
    position: relative;
    transform: none;
    top: auto;
    left: auto
}

.cle_passes .alert-dismissible .message_alert_head {
    margin-bottom: 15px
}

.cle_passes .alert-dismissible .heading_area {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #2A5488
}

.expire {
    margin-top: 15px
}

.expire .cle_btn,
.expire .cle_link_expire {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 24px
}

.expire .cle_link_expire {
    text-align: left
}

.expire .cle_btn {
    margin-bottom: 10px;
    margin-top: 0
}

.expire .cle_link_expire .sub_heading {
    border-bottom: #fff solid 1px
}

.expire .cle_link_expire span {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #464F57;
    position: relative
}

.expire .cle_link_expire span .material-symbols-outlined {
    position: relative;
    right: -3px;
    top: 7px;
    display: inline-block;
    color: #235BA8;
    font-size: 24px;
    cursor: pointer
}

.expire .btn .material-symbols-rounded {
    font-weight: 500
}

.checkout_area .cd-cart-items .expire,
.cd-cart-items .expire {
    margin-bottom: 15px;
    margin-top: 0
}

.infoIcon {
    display: block;
    position: relative
}

.infoIcon .material-symbols-rounded {
    color: #2A5488;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 99;
    cursor: pointer
}

.infoIcon.cle_info_popup .dropdown-menu {
    border: none;
    z-index: 998;
    background-color: #464F57;
    border-radius: 8px;
    min-width: 250px;
    padding: 25px 20px
}

.infoIcon.cle_info_popup .dropdown-menu .common-list li,
.infoIcon.cle_info_popup .dropdown-menu .sub_heading {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 10px
}

.infoIcon.cle_info_popup p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding-top: 10px
}

.infoIcon.cle_info_popup .dropdown-menu {
    min-width: 299px;
    transform: none !important;
    border-radius: 0 16px 0 16px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.35)
}

.p-code-result {
    display: block;
    text-align: left
}

.p-code-result span {
    vertical-align: middle
}

.p-code-result span img {
    width: 20px;
    margin-top: -2px
}

.registered,
.signedIn {
    font-size: 16px
}

.registered i,
.signedIn i {
    font-size: 24px
}

.user_email_id {
    padding-top: 20px
}

.user_email_id h4 {
    font-size: 19px;
    color: #464F57
}

.user_edit_list,
.user_details_list,
.shipping_form,
.shipping_form_details,
.billing_form_details,
.review_form {
    margin-top: 10px
}

.checkout_form .form-group {
    margin-bottom: 25px
}

.checkout_form .form-group label,
.checkout_form .form-control {
    font-weight: 400
}

.checkout_form .form-group .form-select {
    font-size: 16px;
    font-weight: 400
}

.checkout_form .form-check .form-check-label {
    letter-spacing: -0.3px;
    position: static
}

.checkout_form .form-check-label:before {
    left: 3px
}

.checkout_form .form-check-input.radio_btn_input:checked+.form-check-label.radio_btn_input:after {
    top: 6.5px;
    left: 7.8px
}

.checkout_form .form-check .form-check-label a {
    color: #2A5488
}

.checkout_form .form-check .form-check-label p {
    margin-bottom: 0
}

.checkout_form .form-check .form-check-label img {
    display: inline-block;
    max-width: 56px;
    vertical-align: baseline;
    margin-right: 5px
}

.checkout_form .form-group .form-check-label.checkbox_input {
    padding-left: 30px
}

.delete_btn {
    margin: 0
}

.session {
    display: block
}

.session p {
    margin-bottom: 0;
    font-size: 14px;
    color: #464F57;
    font-weight: 500
}

.corporate {
    background-color: #f2f2f2;
    padding: 30px 30px;
    border-radius: 0 16px 0 16px;
    position: relative
}

.corporate .corporate_heading {
    color: #235BA8;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 15px;
    display: block
}

.corporate p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px
}

.corporate p:last-child {
    margin-bottom: 0
}

.attendee_info_area {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.attendee_info_area:last-child {
    border-bottom: none
}

.attendee_info {
    margin-top: 15px;
    margin-bottom: 5px
}

.attendee_info .info_area {
    font-size: 22px;
    line-height: 24px;
    color: #464F57;
    font-weight: 700
}

.attendee_info .price_area {
    font-size: 16px;
    line-height: 28px;
    color: #061922;
    font-weight: 500
}

.add_another {
    position: relative
}

.add_another a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400
}

.add_another a .material-symbols-rounded {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #235BA8;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    margin-right: 10px
}

.line_through {
    text-decoration: line-through;
    display: inline-block;
    margin-right: 15px
}

.attendee_info_area .alert-dismissible {
    box-shadow: 3px 3px 5px 0px rgba(140, 150, 158, 0.35);
    border-radius: 0;
    padding-left: 60px;
    background-color: #F2F7FC
}

.promo_code {
    display: block;
    position: relative
}

.promo_code .promo_code_heading_area {
    display: block;
    font-weight: 500;
    margin-bottom: 5px
}

.promo_code span {
    width: 30px;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%)
}

.promo_code p {
    margin-bottom: 0
}

#card_number01 {
    background-image: url(../images/barbri/bnk_card.png), url(../images/barbri/bnk_card.png);
    background-position: 320px 100px, -100px -53px;
    background-size: 120px 360px, 86px 360px;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-weight: 400
}

#card_number01:focus {
    outline: none
}

#card_number01:focus-visible {
    outline: none
}

#card_number01.visa {
    background-position: 115% -158px, 8px -53px
}

#card_number01.visa_electron {
    background-position: 115% -199px, 8px -53px
}

#card_number01.mastercard {
    background-position: 115% -281px, 8px -53px
}

#card_number01.maestro {
    background-position: 115% -241px, 8px -53px
}

#card_number01.discover {
    background-position: 115% -322px, 8px -53px
}

#card_number01.valid.visa {
    background-position: 115% -159px, 8px -82px
}

#card_number01.valid.visa_electron {
    background-position: 115% -199px, 8px -82px
}

#card_number01.valid.mastercard {
    background-position: 115% -240px, 8px -82px
}

#card_number01.valid.maestro {
    background-position: 115% -281px, 8px -82px
}

#card_number01.valid.discover {
    background-position: 115% -322px, 8px -82px
}

.mini_heading {
    margin-bottom: -5px;
    font-size: 16px;
    font-weight: 400
}

.mini_heading a {
    text-decoration: underline;
    color: #235BA8
}

.mini_heading a:hover {
    text-decoration: none
}

.medium_head,
.small_head {
    position: relative
}

.medium_head h4,
.small_head h4 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
    display: block
}

.small_head {
    font-size: 19px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 30px;
    color: #464F57;
    font-family: 'Nunito', sans-serif
}

.billing_shipping_address p {
    line-height: 20px
}

.billing_shipping_address p .material-symbols-rounded {
    font-size: 30px;
    margin-right: 5px
}

.billing_shipping_address p strong {
    font-weight: 500
}

.shipping_form_details .attendee_info_area {
    padding-bottom: 15px
}

.attendee_info_area .common-list li strong {
    width: 100%;
    max-width: 160px;
    text-align: center
}

.attendee_info_area .common-list li strong,
.attendee_info_area .common-list li p {
    display: inline-block;
    margin-bottom: 0
}

.save_detail {
    display: none
}

.save_detail.active {
    display: block
}

.save_form_detail.hide_form {
    display: none
}

.bnk_card {
    border-radius: 8px;
    padding: 25px 30px 25px 20px;
    margin-bottom: 20px
}

.bnk_card.light_bg {
    background-color: #F2F7FC;
    border: none
}

.bnk_card p {
    margin-bottom: 0
}

.bnk_card .form-check {
    margin-bottom: 0
}

.bnk_card a.arrow_up_down {
    margin-top: -15px
}

.bnk_card a.arrow_up_down .material-symbols-rounded {
    font-size: 36px;
    color: #061922
}

.bnk_card a.arrow_up_down.collapsed span.material-symbols-rounded {
    transform: rotate(-180deg)
}

.bnk_v_card p {
    font-size: 16px;
    line-height: 24px
}

.bnk_v_card .small_head {
    margin-top: 30px
}

.bnk_v_card .small_head h4 {
    margin-bottom: 0
}

.bnk_v_card img {
    max-width: 63px;
    vertical-align: sub;
    margin-right: 5px;
    margin-top: 8px
}

.signin_regiter .edit-info {
    display: none
}

.signin_regiter .edit-info.active {
    display: block
}

.signin_regiter .signIn_register_head.active {
    display: block
}

.signin_regiter .signIn_register_head.closed {
    display: none
}

.signin_regiter .register_signIn_head {
    display: none
}

.signin_regiter .register_signIn_head.active {
    display: block
}

.signin_regiter .user_edit_list {
    display: none
}

.signin_regiter .user_edit_list.active {
    display: block
}

.signin_regiter .user_details_list.closed {
    display: none
}

.shipping_tab .edit-info,
.shipping_tab .shipping_form,
.shipping_tab .shipping_form_details {
    display: none
}

.billing_tab .edit-info,
.billing_tab .billing_form,
.billing_tab .billing_form_details {
    display: none
}

.billing_tab .edit-info.active,
.billing_tab .billing_form.active,
.billing_tab .billing_form_details.active {
    display: block
}

.review_tab .edit-info,
.review_tab .review_form,
.review_tab .review_form_details {
    display: none
}

.check_iocn {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none
}

.check_iocn.active {
    display: inline-block
}

.number_text.close {
    display: none
}

.billing_payment_tab .bnk_card {
    background-color: #F2F7FC
}

.billing_payment_tab .edit-info,
.billing_payment_tab .billing_form,
.billing_payment_tab .billing_form_details {
    display: none
}

.billing_payment_tab .edit-info.active,
.billing_payment_tab .billing_form.active,
.billing_payment_tab .billing_form_details.active {
    display: block
}

.shipping_tab .edit-info.active,
.shipping_tab .shipping_form.active,
.shipping_tab .shipping_form_details.active,
.review_tab .edit-info.active,
.review_tab .review_form.active,
.review_tab .review_form_details.active,
.about_yourself_tab .edit-info.active,
.about_yourself_tab .about_yourself_form.active,
.about_yourself_tab .about_yourself_details.active {
    display: block
}

.signin_regiter.closed,
.shipping_tab.closed,
.billing_tab.closed,
.about_yourself_tab.closed,
.review_tab.closed,
.review_tab_new.closed,
.billing_payment_tab.closed,
.credits_registration_tab.closed,
.review_tab_new.closed,
.checkout_text.closed {
    display: none
}

.credits_registration_tab .edit-info,
.credits_registration_tab .credits_registration_form,
.credits_registration_tab .registration_form_details {
    display: none
}

.credits_registration_tab .edit-info.active,
.credits_registration_tab .credits_registration_form.active,
.credits_registration_tab .registration_form_details.active {
    display: block
}

.review_tab_new .edit-info,
.review_tab_new .review_form {
    display: none
}

.review_tab_new .edit-info.active,
.review_tab_new .review_form.active {
    display: block
}

.add_state_form,
.add_field_row {
    display: none
}

.add_state_form.active,
.add_field_row.active {
    display: block
}

.order_confirmation_tab {
    border-bottom: none
}

.order_confirmation_tab.remove_border {
    border: none
}

.order_confirmation_details {
    display: none
}

.order_confirmation_details .image_icon img {
    max-height: 80px
}

.order_confirmation_details .card.card_with_button .card-body {
    padding: 48px 24px 106px 24px
}

.order_confirmation_details .card.card_with_button .card-body p {
    font-size: 16px;
    line-height: 24px
}

.order_confirmation_details .card.card_with_button .btn-float .btn {
    bottom: 35px
}

.order_confirmation_details.active {
    display: block
}

.order_confirmation_details .number_area_head {
    margin-bottom: 15px
}

.order_confirmation_details .number_area_head h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding-bottom: 15px;
    font-weight: 400;
    font-size: 40px
}

.order_confirmation_details .user_edit_list {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.order_confirmation_details .user_edit_list>p {
    font-size: 18px;
    font-weight: 400
}

.order_confirmation_details .user_email_id {
    padding-top: 10px
}

.order_confirmation_details h4 {
    font-family: 'Nunito', sans-serif;
    color: #000000;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px
}

.order_confirmation_details .user_email_id>p {
    font-size: 16px
}

.add_to_calendar {
    display: block;
    padding: 15px 0;
    list-style: none
}

.add_to_calendar li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #464F57
}

.add_to_calendar li a {
    color: #235BA8
}

.add_to_calendar li:first-child {
    font-weight: 600
}

.order_text {
    display: none
}

.order_text.active {
    display: block
}

.billing_payment_tab .select2.error_validation {
    border: 0 !important
}

.form_list_left {
    position: relative
}

.form_list_left .commonHeading.closed {
    display: none
}

.checkout-No-shipping {
    position: relative
}

.btns_full_width .btn-float .btn-secondary {
    max-width: 85%;
    background-color: inherit
}

.code_apply.poAbsolute_area {
    position: absolute;
    left: -100%;
    top: 0;
    margin-top: 45%;
    z-index: 9999999
}

.code_apply.active {
    display: block
}

.code_apply .alert-dismissible {
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 15px 20px;
    padding-left: 60px;
    background-color: #f2f7fc;
    border-radius: 0;
    border: none
}

.code_apply .alert-dismissible>i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #000000
}

.code_apply .alert-dismissible p {
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 200
}

.code_apply .alert-dismissible .close {
    right: 10px;
    opacity: 1;
    top: 35%
}

.code_apply .alert-dismissible .btn-close i,
.code_apply .alert-dismissible .close i {
    font-size: 24px;
    font-weight: 600
}

.custom-modal.modal {
    overflow-y: clip;
    padding: 0 !important
}

.custom-modal .modal-content {
    height: 94%
}

.custom-modal .modal-header {
    height: auto;
    padding: 12px 30px 12px 30px
}

.custom-modal .modal-header .modal-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600
}

.custom-modal .modal-header .close {
    height: auto;
    font-size: inherit;
    padding: 15px 5px
}

.custom-modal .modal-header .close span {
    font-size: 18px
}

.custom-modal .modal-body {
    overflow: inherit;
    border: 0;
    padding: 15px 15px 30px 30px;
    height: 90%
}

.custom-modal .modal-dialog {
    max-width: 1024px;
    height: 100vh;
    width: 100%
}

.row_privay {
    display: block;
    margin-bottom: 15px
}

.row_privay .default-heading {
    margin-bottom: 0px
}

.row_privay .default-heading h3 {
    color: #2A5488;
    font-size: 24px;
    font-weight: 600
}

.scroll_area {
    overflow-y: auto;
    height: 100%;
    min-height: 70vh;
    width: 100%;
    min-width: 100%
}

.most_popular {
    padding: 46px 0
}

.most_popular .selling_tage {
    position: relative;
    padding: 15px 30px;
    font-style: italic;
    display: inline-block;
    border-radius: 8px 0px 0px 0
}

.most_popular .card.card_area {
    background-color: #fff;
    padding: 0;
    overflow: hidden;
    margin-top: 15px;
    padding-right: 15px
}

.most_popular .card.card_area:last-child {
    margin-bottom: 0
}

.most_popular .card.card_area .card-body {
    padding: 10px 10px
}

.most_popular .card_area .card-body h5 {
    color: #2A5488;
    font-size: 20px;
    line-height: 24px;
    min-height: auto
}

.most_popular .card_area .card-body h5 a {
    text-decoration: none
}

.most_popular .card_area .subHeading {
    color: #464F57;
    margin-bottom: 5px;
    display: block
}

.most_popular .card_area .card-body p {
    color: #464F57;
    font-size: 16px;
    line-height: 24px
}

.most_popular .card_area .card-body .tags_list .list-group-item {
    display: inline-block;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0
}

.most_popular .card_area .card-body .tags_list .list-group-item .span-tag {
    cursor: pointer;
    text-decoration: underline;
    color: #235ba8;
    font-size: 14px;
    line-height: 19px;
    font-weight: 200
}

.most_popular .small_heading_area {
    font-size: 24px;
    line-height: 36px;
    color: #2A5488;
    font-weight: 300
}

.search_bar_area {
    margin-bottom: 30px
}

.barbri-resource-center-search .search_bar_area .form-control {
    padding-right: 40px
}

.btn.btn-search {
    padding: 0;
    margin: 0;
    border: 0;
    min-height: auto;
    line-height: normal;
    top: 10px;
    right: 5px
}

.btn.btn-search .material-symbols-rounded {
    color: #464F57;
    margin-right: 0;
    font-size: 30px
}

.category {
    position: relative;
    padding: 5px 10px 8px 10px;
    margin-bottom: 0;
    border-radius: 10px;
    background-color: inherit;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-top: -6px
}

.category .form-group {
    margin-bottom: 0
}

.devider_area {
    margin: 15px 0 50px 0
}

.category .category_dropdwon .btn-secondary {
    padding: 14px 16px;
    text-align: left;
    font-weight: 300
}

.category .category_dropdwon .btn-secondary:focus,
.category .category_dropdwon .btn-secondary:focus-visible {
    font-weight: 300
}

.category .category_dropdwon .btn-secondary:not(:disabled):not(.disabled):active,
.show>.category .category_dropdwon .btn-secondary.dropdown-toggle {
    outline: #8c969e solid 1px
}

.category .category_dropdwon .btn-secondary.dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 0px center;
    background-size: 30px;
    border-radius: 4px;
    width: 25px;
    height: 25px;
    border: none;
    content: ""
}

.category .category_dropdwon .btn-secondary[aria-expanded=true],
.category .category_dropdwon .btn-secondary.show {
    background-color: #fff;
    color: #001722
}

.category .category_dropdwon .dropdown-menu {
    max-height: 300px;
    min-width: 100%;
    margin: 0;
    padding: 0
}

.category .category_dropdwon .dropdown-menu li {
    border-bottom: 1px solid #d7d7d7;
    padding: 11px 15px;
    color: #464F57
}

.category .category_dropdwon .dropdown-menu li:hover,
.category .category_dropdwon .dropdown-menu li.active {
    background-color: #F2F7FC
}

.category .category_dropdwon .form-check {
    margin-bottom: 0
}

.category .category_dropdwon .form-check .form-check-label:before {
    top: 1px
}

.category .category_dropdwon .form-check .form-check-label p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0
}

.tags_area.list-group {
    margin-bottom: 10px;
    display: block
}

.tags_area.list-group-horizontal>.list-group-item,
.tags_area.list-group-horizontal>.list-group-item:first-child:not(:last-child),
.tags_area.list-group-horizontal>.list-group-item:last-child:not(:first-child),
.tags_area.list-group-horizontal>.list-group-item+.tags_area.list-group-horizontal .list-group-item {
    background-color: #F2F7FC;
    color: #235BA8;
    padding: 7px 30px 7px 15px;
    position: relative;
    border-radius: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    border: #235BA8 solid 2px;
    line-height: 1
}

.tags_area.list-group-horizontal>.list-group-item i {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 10px;
    padding: 5px;
    font-weight: 500;
    border-radius: 100px;
    background-color: #235BA8;
    color: #fff
}

.list-group.tags_list_resource {
    display: inline;
    flex-direction: inherit
}

.list-group.tags_list_resource .list-group-item {
    display: inline-block
}

.search_results {
    position: relative
}

.search_results span {
    font-size: 18px
}

.search_results strong {
    font-size: 24px;
    font-weight: 400;
    display: block;
    padding-bottom: 15px;
    color: #464F57
}

.search_results .common-list {
    padding-left: 38px
}

.search_results .common-list li {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #464F57
}

.shool_education {
    position: relative
}

.shool_education .others_podcasts {
    margin-top: 0;
    padding-top: 50px
}

.shool_education .list-group {
    margin-bottom: 15px
}

.shool_education .list-group .list-group-item {
    text-decoration: none;
    border: none;
    padding-left: 0
}

.shool_education .list-group .list-group-item a {
    color: #464F57;
    text-decoration: none
}

.powerscore_area {
    padding-bottom: 25px;
    background-color: #061922
}

.powerscore_area .ps-logo a {
    display: inline-block;
    max-width: 232px;
    margin-bottom: 25px
}

.powerscore_area .default-heading h2 {
    color: #fff;
    font-size: 32px;
    line-height: 40px
}

.powerscore_area .paragraph_area p {
    color: #fff;
    font-size: 17px
}

.powerscore_area .paragraph_area {
    min-height: auto
}

.overflow-visible {
    overflow: visible
}

.required-area,
.error-area {
    color: #FF0000;
    font-size: 11px;
    line-height: 11px;
    position: absolute;
    display: block;
    margin-top: 3px
}

.unlock_article {
    margin-top: -60%;
    box-shadow: #ebebeb 0px 0px 15px 0px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 8px;
    background-color: #fff
}

.unlock_article .card-body {
    padding: 30px
}

.unlock_article .default-heading h2 {
    font-size: 36px;
    line-height: normal;
    font-weight: 500;
    color: #2A5488;
    margin-bottom: 10px
}

.unlock_article .default-heading strong {
    display: block
}

.unlock_article .default-heading span {
    padding-top: 5px;
    display: block
}

.unlock_article .form-group {
    margin-bottom: 15px
}

.unlock_article .form-group select {
    padding: 8px 20px 8px 15px;
    background-position: 98% 15px
}

.unlock_article .form-group .form-text.error-area {
    position: relative
}

.unlock_article .form-group .form-check .form-check-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px
}

.unlock_article .form-group .form-check .form-check-label:before {
    top: 5px
}

.unlock_article .form-group i {
    color: #fff
}

.unlock_article .mktoForm .mktoField {
    max-width: inherit
}

.unlock_article .hs-fieldtype-checkbox .inputs-list {
    padding-left: 28px
}

.unlock_article .form-columns-1 .hs-fieldtype-textarea {
    width: 100%;
    max-width: 100%
}

.unlock_article fieldset.form-columns-2 .hs_country_code,
.unlock_article fieldset.form-columns-1 .hs_country {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0
}

.unlock_article fieldset.form-columns-2 .hs_phone_number_including_country_code_ {
    max-width: 100%
}

.unlock_article input {
    margin-right: 0px
}

.unlock_article .hs-input {
    width: 100% !important
}

.unlock_article fieldset.form-columns-1 .hs_lastname,
.unlock_article fieldset.form-columns-1 .hs_email,
.unlock_article fieldset.form-columns-1 .hs_firstname,
.unlock_article fieldset.form-columns-1 .hs_company,
.unlock_article fieldset.form-columns-1 .hs_jobtitle {
    max-width: 100%
}

.unlock_article .hs-dependent-field .hs-form-booleancheckbox-display {
    padding-left: 10px
}

.interesting_article {
    padding: 50px 0;
    background-color: #ECECEC
}

.article_content {
    position: relative;
    padding-bottom: 50px
}

.article_content h1,
.re_resource h1,
.shool_education h1,
.interesting_article h1,
.re_resource .card_area .card-body h1 {
    font-size: 64px;
    line-height: 74px;
    margin-bottom: 0px
}

.article_content h2,
.re_resource h2,
.shool_education h2,
.interesting_article h2,
.re_resource .card_area .card-body h2 {
    font-size: 52px;
    line-height: 62px;
    margin-top: 30px;
    margin-bottom: 0px
}

.article_content h3,
.re_resource h3,
.shool_education h3,
.interesting_article h3,
.re_resource .card_area .card-body h3 {
    font-size: 41px;
    line-height: 51px;
    margin-bottom: 0px
}

.article_content h4,
.re_resource h4,
.shool_education h4,
.interesting_article h4,
.re_resource .card_area .card-body h4 {
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 0px
}

.article_content h5,
.re_resource h5,
.shool_education h5,
.interesting_article h5,
.re_resource .card_area .card-body h5 {
    font-size: 27px;
    line-height: 43px;
    margin-bottom: 0px
}

.article_content h6,
.re_resource h6,
.shool_education h6,
.interesting_article h6,
.re_resource .card_area .card-body h6 {
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 0px
}

.article_content figure {
    padding-top: 15px;
    padding-bottom: 15px
}

.article_content ul,
.article_content ol {
    padding-left: 30px
}

.article_content ul,
.article_content ul li,
.article_content.lead ul li {
    list-style: disc;
    font-size: 18px;
    line-height: 32px
}

.article_content ol,
.article_content ol li,
.article_content.lead ol li {
    list-style: auto;
    font-size: 18px;
    line-height: 32px
}

.paragraph_area.paraBg.active {
    margin-top: -30px;
    padding-top: 20px;
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.924807) 0%, rgba(255, 255, 255, 0.837973) 100%)
}

.hidePara {
    display: none;
    overflow: hidden
}

.moreAndless {
    position: relative;
    margin-top: 10px
}

.moreAndless a {
    text-decoration: underline
}

.moreAndless a:hover {
    text-decoration: none
}

.moreAndless .btn-link {
    padding: 0;
    color: #235BA8
}

.moreAndless .btn-link i {
    line-height: 1;
    vertical-align: middle;
    margin-left: 0;
    font-size: 14px;
    border: #2A5488 solid 2px;
    padding: 3px;
    border-radius: 100%
}

.collapse_des {
    display: none
}

.collapse_des.active {
    display: inline-block
}

.collapse_des.active .web-down-arrow {
    transform: rotate(-180deg)
}

.right-column {
    background-color: #CACAC7;
    padding-bottom: 50px
}

.right-column .accordion_custom {
    margin-top: 0;
    border: #d7d7d7 solid 1px
}

.right-column .accordion_custom .accordion-item {
    margin-bottom: 0;
    box-shadow: none
}

.right-column .accordion_custom .accordion-header .accordion-button {
    padding: 15px 15px;
    font-weight: 400;
    border-radius: 0;
    border-bottom: #d7d7d7 solid 1px
}

.right-column .accordion_custom .accordion-header .accordion-button i {
    color: #fff;
    font-size: 18px;
    vertical-align: inherit;
    margin-right: 10px
}

.right-column .accordion_custom .accordion-header .accordion-button.collapsed:focus,
.right-column .accordion_custom .accordion-header .accordion-button.collapsed:hover,
.right-column .accordion_custom .accordion-header .accordion-button.collapsed:hover {
    border-bottom: #ECECEC solid 1px
}

.right-column .accordion_custom .accordion-header .accordion-button.collapsed i {
    color: #464F57
}

.right-column .accordion_custom .accordion-header .accordion-button.collapsed:focus i,
.right-column .accordion_custom .accordion-header .accordion-button.collapsed:hover i,
.right-column .accordion_custom .accordion-header .accordion-button.collapsed:hover i {
    color: #fff
}

.right-column .accordion_custom .accordion-body {
    padding: 0
}

.right-column .list-group-flush .list-group-item {
    padding-left: 50px
}

.right-column .list-group-flush .list-group-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.right-column .list-group-flush .list-group-item a {
    display: block;
    position: relative;
    padding-left: 30px
}

.right-column .list-group-flush .list-group-item a i {
    position: absolute;
    left: 0;
    font-size: 20px
}

.right-column .list-group-flush-None {
    margin-bottom: 0
}

.right-column .list-group-flush-None .list-group-item {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0
}

.right-column .list-group-flush-None .list-group-item p {
    margin-bottom: 0;
    font-weight: 500;
    color: #464F57
}

.others_podcasts {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    margin-top: 50px
}

.others_podcasts .default-heading {
    margin-bottom: 10px
}

.others_podcasts .default-heading h3 {
    font-size: 24px;
    margin-bottom: 5px
}

.others_podcasts .default-heading hr {
    margin-top: 0
}

.others_podcasts .powerscore_logo img {
    max-width: 130px
}

.podcast_live {
    position: relative;
    display: grid;
    min-height: 350px;
    border-radius: 8px;
    background: linear-gradient(to right, #235ba8 0%, #1c75d4 100%);
    padding: 20px
}

.podcast_live .lead {
    font-size: 19px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0px;
    text-align: center
}

.others_podcasts .podcast_live {
    min-height: auto;
    border-radius: 15px 15px 0px 0
}

.others_podcasts .podcast_live .images_area img {
    width: 100%
}

.others_podcasts .podcast_live .lead {
    text-align: left
}

.others_podcasts .podcast_live h4 {
    font-size: 30px;
    line-height: 36px;
    padding: 10px 0;
    color: #fff
}

.others_podcasts .podcast_live .on_air i {
    font-size: 45px;
    text-align: left;
    margin-bottom: 0
}

.others_podcasts .card {
    box-shadow: #ebebeb 0px 0px 15px 0px;
    border-radius: 15px;
    margin-bottom: 25px;
    border: none;
    background-color: #ffffff
}

.others_podcasts .card .card-body {
    padding: 20px 15px
}

.others_podcasts .card .card-body .episode_no {
    font-size: 14px;
    padding-top: 0;
    text-transform: capitalize;
    color: #464F57
}

.others_podcasts .card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #464F57;
    padding: 10px 0
}

.others_podcasts .card p {
    margin-bottom: 0
}

.devider_dash {
    display: inline-block;
    width: 100%;
    max-width: 40px;
    text-align: center
}

.maxWidth {
    width: auto;
    max-width: 800px
}

.description_area .default-heading {
    margin-bottom: 10px;
    margin-top: 30px
}

.description_area .default-heading h4 {
    color: #464F57;
    font-family: 'Nunito', sans-serif
}

.category_card {
    min-height: 75px;
    display: block
}

.success_icon {
    position: relative
}

.success_icon img {
    max-width: 140px
}

.links_area {
    text-align: right
}

.links_area a {
    margin-right: 10px
}

.cta_enroll .scholarships_message {
    margin-bottom: 0
}

.captcha {
    position: relative;
    max-width: 300px
}

.educaton_patner {
    padding: 0;
    background: linear-gradient(to right, #235ba8 0%, #1c75d4 100%)
}

.educaton_patner .btn .material-symbols-rounded {
    margin-right: -5px
}

.educaton_patner p {
    margin-bottom: 0
}

.educaton_patner p,
.educaton_patner .btn-link,
.educaton_patner .btn-link:focus,
.educaton_patner .btn-link.active {
    color: #fff
}

.our_tutors {
    position: relative
}

.our_tutors .card-page .card-page-item {
    padding-bottom: 50px
}

.our_tutors .card-page .card-subtitle {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px
}

.our_tutors .card-page .card-page-item p {
    font-size: 16px
}

.our_tutors .btn-float {
    text-align: left
}

.our_tutors .btn-float .btn-primary {
    bottom: 0;
    left: 15px;
    transform: none
}

.detail_area {
    display: none;
    position: absolute;
    margin-top: 10px;
    top: 100%;
    left: auto;
    right: auto;
    background-color: #fff;
    z-index: 99;
    padding: 30px 30px;
    border-radius: 16px 0px 16px 0px;
    box-shadow: 0px -2px 15px rgba(141, 141, 141, 0.25)
}

.detail_area.active {
    display: block
}

.our_tutors .double-btn-float {
    bottom: 0;
    left: 16px;
    right: 16px
}

.our_tutors .double-btn-float .minus-plus {
    position: relative;
    cursor: pointer;
    left: 0;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle
}

.our_tutors .double-btn-float .minus-plus::before {
    font-size: 24px;
    line-height: 24px;
    font-family: 'Material Symbols Rounded';
    content: 'add'
}

.our_tutors .double-btn-float .minus-plus.active::before {
    content: 'remove'
}

.our_tutors .double-btn-float .more_details {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0px 8px 0px 8px;
    background-color: #ECECEC
}

.mktoForm * {
    font-family: 'Nunito Sans', sans-serif !important
}

.mktoForm {
    width: auto !important;
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: inherit !important
}

.mktoForm .mktoFormCol,
.hs-form-field {
    margin-bottom: 15px !important;
    float: none !important;
    min-height: auto !important
}

.mktoForm .mktoOffset,
.mktoForm .mktoFieldWrap,
.mktoForm .mktoLabel,
.mktoForm .mktoGutter,
.mktoForm .mktoField {
    float: none !important;
    height: auto !important;
    width: auto !important
}

.mktoForm .mktoLabel {
    font-weight: 300 !important;
    width: auto !important;
    font-family: 'Nunito Sans', sans-serif !important;
    padding: 0 !important;
    line-height: normal !important;
    margin-bottom: 5px
}

.mktoForm .mktoFieldWrap {
    position: relative
}

.mktoForm .mktoError .mktoErrorMsg {
    min-width: 100% !important
}

.mktoForm .mktoError {
    right: inherit !important;
    bottom: auto !important
}

.mktoForm .mktoFormRow,
.hs-form-field {
    width: 100%;
    max-width: 75%
}

.mktoForm .mktoField {
    line-height: normal !important;
    width: 100% !important;
    padding: 15px 20px 15px 20px !important;
    font-size: 16px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.mktoForm .mktoCheckboxList {
    float: none !important;
    padding: 0px !important;
    margin-bottom: -48px;
    margin-top: -20px;
    position: relative;
    z-index: 99
}

.mktoForm .mktoCheckboxList input[type=checkbox].mktoField {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    width: 20px !important;
    height: 20px !important
}

.mktoHtmlText,
.mktoHtmlText .mktoForm div.mktoHtmlText {
    padding-left: 40px !important;
    width: auto !important;
    font-size: 16px;
    font-weight: 300 !important
}

.mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
    min-height: inherit !important
}

.mktoForm .mktoAsterix {
    color: #FF0000 !important
}

.mktoForm #LblMarketing_Opt_In__c .mktoAsterix {
    top: -15px;
    right: -30px
}

.mktoButtonRow .mktoButtonWrap {
    margin-left: 0 !important
}

.mktoButtonRow .mktoButtonWrap .mktoButton {
    background-color: #061922 !important;
    color: #fff;
    background-image: none !important;
    border: transparent solid 2px !important;
    box-shadow: none;
    font-size: 18px !important;
    min-height: 48px;
    line-height: 44px;
    font-weight: 500;
    padding: 12px 25px !important;
    margin: 15px 0 15px 0;
    position: relative;
    border-radius: 5px;
    line-height: 1
}

.mktoButtonRow .mktoButtonWrap .mktoButton:hover {
    background-color: #061922 !important;
    background-image: none !important;
    border: transparent solid 2px;
    text-decoration: underline
}

.mktoButtonRow .mktoButtonWrap .mktoButton:focus,
.mktoButtonRow .mktoButtonWrap .mktoButton:focus-visible,
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus {
    outline: #7E878E solid 3px !important;
    text-decoration: none
}

.mktoButtonRow .mktoButtonWrap .mktoButton.active,
.mktoButtonRow .mktoButtonWrap .mktoButton:hover {
    background-color: #001722;
    color: #fff;
    text-decoration: underline
}

.mktoButtonWrap .mktoButton {
    margin-top: 0
}

.unlock_article .mktoForm .mktoFormRow {
    max-width: 100%
}

.marketo_form_ui.mktoForm .mktoCheckboxList {
    margin-top: 0;
    margin-bottom: 0;
    width: auto !important
}

.marketo_form_ui.mktoForm .checkbox_list_ui {
    position: relative;
    padding: 5px 0
}

.marketo_form_ui.mktoForm .checkbox_list_ui .mktoField {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.marketo_form_ui.mktoForm .mktoCheckboxList input[type=checkbox]#Marketing_Opt_In__c {
    margin-bottom: -48px;
    display: block
}

.accelerator-form-area .marketo_form_ui.mktoForm .mktoCheckboxList input[type=checkbox]#Marketing_Opt_In__c {
    margin-bottom: -38px
}

.accelerator-form-area .mktoHtmlText {
    padding-left: 30px !important
}

.hs_submit {
    margin-top: 20px;
    display: block;
    margin-left: 3px
}

.hs_submit .actions .hs-button {
    color: #fff;
    font-size: 18px;
    padding: 16px 16px;
    margin: 15px 0 15px 0;
    font-weight: 500;
    position: relative;
    border-radius: 5px;
    line-height: 1;
    text-decoration: none;
    background: #061922;
    border: none;
    box-shadow: none;
    outline: none
}

.hs_submit .actions .hs-button:focus,
.hs_submit .actions .hs-button:focus-visible {
    outline: #7E878E solid 3px !important;
    text-decoration: none
}

.hs_submit .actions .hs-button.active,
.hs_submit .actions .hs-button:hover {
    background-color: #001722;
    color: #fff;
    text-decoration: underline
}

.inputs-list,
.no-list,
.inputs-list li,
.no-list li {
    list-style: none
}

.hs-form-private fieldset.form-columns-1,
.hs-form-private fieldset.form-columns-2 {
    max-width: inherit;
    margin-bottom: 15px
}

fieldset.form-columns-1 .hs_firstname {
    max-width: 50%
}

fieldset.form-columns-1 .hs_lastname {
    max-width: 33.333333%
}

fieldset.form-columns-1 .hs_email {
    max-width: 41.666667%
}

fieldset.form-columns-1 .hs_company {
    max-width: 50%
}

fieldset.form-columns-1 .hs_jobtitle {
    max-width: 25%
}

fieldset.form-columns-2 .hs-form-field {
    float: none;
    width: auto
}

fieldset.form-columns-2 .hs_country_code {
    max-width: 15.666667%;
    margin-bottom: 10px
}

fieldset.form-columns-2 .hs_phone_number_including_country_code_ {
    max-width: 23.6666%
}

fieldset.form-columns-1 .hs_country,
fieldset.form-columns-1 .hs_uk_region {
    max-width: 41.666667%
}

.form-columns-1 .hs-fieldtype-textarea {
    width: 100%;
    max-width: 50%
}

.hs-richtext {
    padding: 2px 0;
    display: block
}

input[type=checkbox].hs-input,
input[type=radio].hs-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    border-color: #464F57
}

.hs-form-booleancheckbox-display,
.hs-fieldtype-checkbox .inputs-list {
    padding-left: 10px;
    margin-bottom: 10px
}

.hs-form-checkbox-display>span {
    display: block;
    position: relative
}

.hs-form-booleancheckbox-display>span,
.hs-form-booleancheckbox>span {
    cursor: pointer;
    line-height: 16px;
    font-size: 16px;
    position: relative;
    color: #464F57;
    font-weight: 300;
    margin-left: 0px
}

.hs-form-booleancheckbox-display>span:before,
.hs-form-booleancheckbox>span:before,
.hs-form-checkbox-display>span:before {
    position: absolute;
    width: 22px;
    height: 22px;
    line-height: 20px;
    left: -28px;
    top: 6px;
    border-radius: 4px;
    border: #464F57 solid 1px;
    content: ""
}

.hs-form-booleancheckbox-display .hs-input:checked+span:before,
.hs-form-booleancheckbox .hs-input:checked+span:before,
.hs-form-checkbox-display .hs-input:checked+span:before {
    content: "\e5ca";
    font-family: 'Material Symbols Rounded';
    text-align: center;
    font-size: 18px;
    background-color: #2A5488;
    border: #2A5488 solid 1px;
    color: #fff
}

.hs-form-booleancheckbox-display input:focus-visible+span:before,
.form-check input:focus-visible+.form-check-label:before {
    outline: #7E878E solid 3px
}

.reg_webinar #LblMarketing_Opt_In__c {
    padding-left: 40px !important;
    padding-top: 15px !important;
    font-size: 16px
}

.reg_webinar.mktoForm .mktoCheckboxList {
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    top: 5px
}

.reg_webinar.mktoForm #LblMarketing_Opt_In__c .mktoAsterix {
    top: -5px !important;
    left: 10px !important
}

.prep_course {
    padding-top: 0
}

.prep_course .scholarships_message {
    background-color: #F2F7FC;
    text-align: center;
    padding: 50px 0
}

.prep_course .scholarships_message .largeText {
    margin-bottom: 0;
    padding: 30px 0
}

.prep_course .scholarships_message .btn-primary {
    margin-top: 0
}

.prep_course .scholarships_message .icon_area .material-symbols-rounded {
    font-size: 50px
}

.student_protection_plan .paragraph_area p {
    margin-bottom: 15px
}

.num_in_points ol {
    counter-reset: item
}

.num_in_points li {
    display: block;
    position: relative
}

.num_in_points li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    position: absolute;
    left: -30px
}

.num_in_points li.lis_style_none {
    font-size: 64px;
    line-height: 78px;
    font-weight: 500;
    margin-bottom: 24px;
    color: #2A5488
}

.num_in_points ol.second_level {
    padding-left: 35px
}

.num_in_points ol.third_level {
    padding-left: 15px
}

.sqe_scholarships_options .head_icon_area {
    min-height: auto
}

#check_scholarships.modal .modal-header {
    border: none
}

#check_scholarships.modal .modal-dialog {
    max-width: 800px;
    margin-top: 0;
    margin-bottom: 0
}

#check_scholarships.modal .modal-content {
    border-radius: 16px 0 16px 0
}

#check_scholarships.modal .modal-body {
    padding: 35px 35px;
    border: none
}

#check_scholarships.modal .modal-body .check_boxes_area {
    padding: 20px 0
}

#check_scholarships.modal .modal-body .btn {
    padding: 0 32px;
    min-width: 130px;
    margin-left: 15px
}

.apply_lendwise {
    padding: 30px 0;
    background-color: #F2F7FC
}

.way_to_pay {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto
}

.way_to_pay .default-heading h3 {
    text-align: center
}

.way_to_pay ul {
    border: #d7d7d7 solid 1px;
    padding: 30px 50px;
    border-radius: 0px 16px 0px 16px
}

.way_to_pay ul.br_none {
    border: none
}

.way_to_pay ul.padd_all {
    padding: 20px
}

.way_to_pay ul li {
    list-style: none;
    min-height: 220px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px
}

.way_to_pay ul li::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
    border-right: #ECECEC solid 1px;
    content: ""
}

.way_to_pay ul li:last-child::after {
    display: none
}

.way_to_pay ul li .default-heading h5 {
    margin-bottom: 5px
}

.way_to_pay ul li p {
    font-size: 16px
}

.way_to_pay ul li:last-child {
    border: none
}

.way_to_pay .links_area {
    text-align: left
}

.late_registration .reg_detail {
    border: #d7d7d7 solid 1px;
    padding: 30px 30px;
    border-radius: 0px 16px 0px 16px
}

.team_work_cource {
    position: relative
}

.team_work_cource.bg_color {
    background-color: #F2F7FC
}

.team_area {
    position: relative;
    padding: 60px 50px;
    background-color: #fff;
    width: 100%;
    max-width: 900px;
    margin: 0 auto
}

.team_area::before {
    background-color: #235BA8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    height: 13px
}

.contact_us {
    position: relative
}

.get_in_touch {
    position: relative;
    display: inline-block
}

.get_in_touch li {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-top: 20px;
    font-weight: 600
}

.get_in_touch li.pl_none {
    padding-left: 0
}

.get_in_touch li .material-symbols-rounded {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 24px
}

.get_in_touch li a {
    color: #235BA8;
    text-decoration: underline
}

.get_in_touch li p {
    margin-bottom: 0
}

.get_in_touch li p a {
    font-size: 16px
}

.contact_us .contact_us_contents {
    margin-top: 50px
}

.contact_us .form-area {
    padding: 0 80px
}

.contact_us .form-area .form-check {
    max-width: 80%
}

.contact_us .support {
    color: #464F57;
    line-height: normal;
    font-family: 'Nunito', sans-serif;
    font-weight: 400
}

.contact_us .card .card-body {
    padding-left: 80px;
    padding-right: 80px
}

.contact_us .image_icon {
    display: block;
    margin-bottom: 15px
}

.contact_us_contents fieldset.form-columns-1 .hs-input {
    width: 100% !important
}

.contact_us_contents fieldset.form-columns-1 .input,
.contact_us_contents fieldset.form-columns-2 .input {
    margin-right: 0 !important
}

.contact_us_contents fieldset.form-columns-1 .hs_firstname {
    max-width: 80.3%
}

.contact_us_contents fieldset.form-columns-1 .hs_lastname,
.contact_us_contents fieldset.form-columns-1 .hs_email,
.contact_us_contents fieldset.form-columns-1 .hs_country,
.contact_us_contents fieldset.form-columns-1 .hs_uk_region {
    max-width: 80.3%
}

.contact_us_contents fieldset.form-columns-2 .hs_country_code {
    max-width: 30%
}

.contact_us_contents fieldset.form-columns-2 .hs_phone_number_including_country_code_ {
    max-width: 48.3333%;
    margin-left: 10px
}

.contact_us_contents .form-columns-1 .hs-fieldtype-textarea {
    max-width: 90%
}

.file_Not_found {
    position: relative
}

.file_Not_found .card {
    padding: 50px;
    border: none;
    overflow: hidden
}

.file_Not_found .card-body {
    padding: 15px
}

.file_Not_found .list_table {
    padding: 15px 0 35px 0
}

.file_Not_found .list_table li a {
    text-decoration: underline
}

.file_Not_found .list_table li a:hover {
    text-decoration: none
}

.back_to_new {
    position: relative
}

.back_to_new span {
    display: block;
    font-size: 18px;
    line-height: 24px
}

.back_to_new .common-list.disc_list {
    padding: 10px 0;
    padding-left: 30px
}

.back_to_new .btn-primary {
    display: inline-block
}

.back_to_new .btn-primary i {
    color: #fff
}

.not-found {
    position: relative;
    display: block;
    text-align: center
}

.not-found .not_found_heading {
    font-size: 154px;
    line-height: 154px;
    font-weight: 600
}

.not-found i {
    font-size: 120px;
    line-height: 120px;
    color: #464F57;
    padding: 15px 0 25px 0;
    display: block
}

.not-found h4 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 600
}

.not-found .found_svg_icon {
    padding: 15px 0 25px 0;
    display: block
}

.unavailable_error {
    position: relative;
    text-align: center
}

.unavailable_error .card {
    padding: 30px 30px;
    margin-bottom: 0;
    min-height: auto
}

.unavailable_error h4 {
    margin-bottom: 0
}

.icon_area {
    display: block
}

.icon_area img {
    width: 100%;
    max-width: 130px;
    margin: 15px auto
}

.thank_you_area {
    position: relative
}

.thank_you_area .subtitle_h2 {
    margin-bottom: 15px
}

.thank_you_area .subtitle_h2 p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 200
}

.thank_you_area .icon-area {
    text-align: right
}

.thank_you_area .icon-area img {
    max-width: 130px !important
}

.thank_d h5 {
    font-family: 'Nunito', sans-serif;
    color: #464F57;
    font-size: 18px;
    margin-bottom: 15px
}

.thank_d p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 200
}

.thank_you_area .pc_theme_btn {
    margin-top: 15px
}

.legal_practice .owl-carousel .item {
    margin-bottom: 5px
}

.download_brochure .check_discount {
    margin: 0;
    padding: 50px 32px 50px 32px
}

.master_class_date {
    padding: 50px 0;
    text-align: center
}

.master_class_date h6 {
    margin-bottom: 0;
    color: #464F57
}

.master_class_date p {
    margin-bottom: 0
}

.babri_asociation_logo {
    display: block;
    padding: 50px 0 100px 0;
    text-align: center
}

.card_area .additional-resource .card .card-body {
    padding: 106px 32px 106px 32px
}

.skills_courses .btn.pc_theme_btn {
    margin-bottom: 0
}

.planning_pick .item .journal-content-article {
    display: flex
}

.sqe_long_card_area .sqe_bundles .portlet,
.sqe_long_card_area .sqe_bundles .portlet-body .full_time,
.sqe_long_card_area .sqe_other_bundles .portlet,
.sqe_long_card_area .sqe_other_bundles .portlet-body .full_time {
    position: inherit
}

.sqe_tab_main .full_time .dropdown_add_to_cart .dropdown-menu {
    max-width: 100%
}

.funding_overview .head_icon_area .small_heading_area {
    margin-top: 0
}

.entries {
    padding: 15px 15px 0 15px;
    text-align: center
}

.professional_education .card.card_with_button .card-body .common-list.disc_list li {
    font-weight: 300;
    line-height: 30px
}

.professional_education .card.card_with_button .double-btn-float .btn.btn-link:focus,
.professional_education .card.card_with_button .double-btn-float .btn.btn-link:focus-visible {
    box-shadow: none;
    outline: none;
    text-decoration: underline
}

.order_details .card-body .card-title {
    font-size: 18px;
    font-weight: 700
}

.card_amount {
    background-color: #fff;
    border-radius: 16px 0 16px 0;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

.amount_list .list-group-item {
    background-color: inherit;
    margin-bottom: 0;
    border: none;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.125);
    padding: 8px 20px
}

.amount_list .list-group-item:first-child {
    border-top: 0
}

.amount_list .list-group-item p {
    margin-bottom: 0
}

.order_total_price {
    margin-top: 30px
}

.order_total_price .order_price p,
.order_total_price .order_price strong {
    font-family: "Bitter", serif;
    color: #235BA8;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0
}

.total_price_and_date span {
    font-size: 12px;
    color: #8a8a8a;
    display: block
}

.payment_area .sub-title {
    font-size: 18px;
    margin-bottom: 0;
    color: #2A5488
}

.hours,
.datatable_price_list,
.auantity_list {
    display: block
}

.hours span,
.datatable_price_list span,
.auantity_list span {
    display: block
}

.name_search_bar {
    padding: 30px 0 20px 0;
    box-shadow: #ECECEC 4px 4px 15px -3px
}

.modal-content {
    border-radius: 0px 16px 0 16px
}

.modal-content .modal-header .modal-title {
    font-family: "Bitter", serif;
    color: #2A5488;
    font-size: 24px
}

.modal-content .modal-header .close,
.modal-title+.close {
    margin: 0;
    font-weight: 500;
    padding: 0;
    color: #061922
}

.modal-content .modal-header .close span {
    color: #061922
}

.modal-content .dataTables_wrapper {
    margin-top: 0px;
    padding-top: 30px
}

.cle_finance_table .modal-content .dataTables_wrapper {
    margin-top: 0
}

.modal-content .modal-footer {
    padding: 10px 20px
}

.modal-content .modal-footer .btn {
    margin: 0
}

.custom-modal-width .modal-body {
    padding: 30px 30px 30px 30px
}

.custom-modal-width.modal-dialog {
    max-width: 700px
}

.amount_list_detail .list-group-item {
    background-color: inherit;
    margin-bottom: 0;
    border: none;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.125);
    padding: 10px 0
}

.amount_list_detail .list-group-item:first-child {
    border-top: 0
}

.amount_list_detail .list-group-item p {
    margin-bottom: 0
}

.cle_finance_table .dataTables_wrapper {
    margin-top: 30px
}

.cle_finance_table table.dataTable {
    border: #A0B4C9 solid 1px;
    margin-top: 15px
}

.cle_finance_table .dataTables_scrollHead table.dataTable>thead>tr>th,
.cle_finance_table table.dataTable>thead>tr>th,
.payment_table table>thead>tr>th {
    background-color: #D4DDE7;
    padding: 18px 15px !important;
    color: #061922;
    font-size: 18px;
    border-bottom: none !important;
    width: auto !important
}

.cle_finance_table table.dataTable>tbody>tr {
    border-bottom: #A0B4C9 solid 1px;
    background-color: #ffffff
}

.cle_finance_table table.dataTable>tbody>tr>td {
    padding: 8px 15px !important;
    color: #061922 !important;
    font-weight: 600;
    border-top: 1px solid #A0B4C9 !important;
    font-size: 16px;
    box-shadow: none !important
}

.cle_finance_table table.dataTable>tbody>tr>td p {
    margin-bottom: 0
}

.cle_finance_table table.dataTable>tbody>tr>td a {
    text-decoration: none;
    color: #061922 !important;
    font-weight: 600;
    padding: 0
}

.cle_finance_table table.dataTable>thead>tr>th a:hover,
.cle_finance_table table.dataTable>tbody>tr>td a:hover {
    text-decoration: underline;
    color: #235ba8 !important
}

.cle_finance_table .datatable_bottom {
    margin-top: 30px
}

.cle_finance_table .datatable_bottom .dataTables_paginate {
    padding-top: 0
}

.cle_finance_table .datatable_bottom .dataTables_length select {
    padding: 12px 10px !important;
    min-width: 90px;
    margin-left: 10px
}

.cle_finance_table .dataTables_length label {
    margin-bottom: 0;
    display: block;
    min-width: 230px
}

.cle_finance_table .dataTables_length,
.cle_finance_table .dataTables_filter,
.cle_finance_table .dataTables_wrapper .dataTables_info {
    float: none !important;
    clear: inherit;
    display: inline-block;
    vertical-align: middle
}

.cle_finance_table .dataTables_length select {
    max-width: 90px
}

.cle_finance_table .dataTables_filter input {
    width: auto;
    margin-left: 0
}

.cle_finance_table .datatable_bottom .dataTables_info {
    padding-top: 0 !important
}

.cle_finance_table .dataTables_length label,
.cle_finance_table .dataTables_filter label,
.cle_finance_table .dataTables_wrapper .dataTables_info label {
    margin-bottom: 0
}

.cle_finance_table .btn-group .btn.pc_theme_btn {
    margin: 0 0px
}

.cle_finance_table .btn-group .dropdown-menu {
    background-color: #fff;
    margin: 2px 0 0 0;
    z-index: 1;
    border: none;
    box-shadow: #ECECEC 4px 4px 10px 0px;
    border-radius: 0px 0px 8px 8px;
    overflow: hidden;
    padding: 0 !important;
    color: #464F57
}

.cle_finance_table .btn-group .dropdown-menu .dropdown-item {
    display: block;
    text-decoration: none;
    min-width: 200px;
    padding: 10px 15px;
    line-height: 20px;
    border-bottom: #f2f2f2 solid 1px
}

.cle_finance_table .btn-group .dropdown-menu .dropdown-item:hover {
    background-color: #F2F7FC
}

.cle_finance_table .btn-group .dropdown-menu .dropdown-item.active,
.cle_finance_table .btn-group .dropdown-menu .dropdown-item:active {
    color: #464F57;
    background-color: #F2F7FC
}

.cle_finance_table .btn-group .dropdown-menu .dropdown-item:focus {
    outline: none;
    background-color: #F2F7FC
}

.cle_finance_table table.dataTable>tbody>tr>td a.edit_delete_icon {
    color: #235BA8 !important
}

.cle_finance_table .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    padding-top: 0
}

.cle_finance_table .datatable_bottom .dataTables_paginate .ellipsis,
.cle_finance_table .datatable_bottom .dataTables_paginate .paginate_button {
    padding: 10px 15px !important;
    background-color: #fff !important;
    border: 1px solid #001722 !important;
    margin-left: 10px !important;
    font-weight: 500;
    font-size: 16px
}

.cle_finance_table .datatable_bottom .dataTables_paginate .paginate_button:hover {
    background: #2a5488 !important;
    border-color: #2a5488 !important;
    color: #fff !important
}

.cle_finance_table .datatable_bottom .dataTables_paginate .paginate_button.current,
.cle_finance_table .datatable_bottom .dataTables_paginate .paginate_button.current:hover,
.cle_finance_table .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: #2a5488 !important;
    border-color: #2a5488 !important;
    color: #fff !important
}

.cle_finance_table .datatable_bottom .dataTables_paginate .paginate_button.previous,
.cle_finance_table .datatable_bottom .dataTables_paginate .paginate_button.next {
    padding: 9px 7px !important
}

.cle_finance_table .datatable_bottom .dataTables_paginate .paginate_button.previous.disabled,
.cle_finance_table .datatable_bottom .dataTables_paginate .paginate_button.next.disabled {
    display: none
}

.cle_finance_table .datatable_bottom .dataTables_paginate .paginate_button.previous:hover,
.cle_finance_table .datatable_bottom .dataTables_paginate .paginate_button.next:hover {
    background: none !important;
    color: #666 !important
}

.cle_finance_table .datatable_bottom .dataTables_paginate .paginate_button.previous:hover span,
.cle_finance_table .datatable_bottom .dataTables_paginate .paginate_button.next:hover span {
    color: #666 !important
}

table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_asc:after {
    display: none !important;
    opacity: 0 !important
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    line-height: inherit
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:before {
    content: "straight" !important;
    font-family: 'Material Symbols Rounded';
    font-size: 30px !important;
    right: 8px !important;
    line-height: 1px !important;
    display: none !important
}

table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    content: "straight" !important;
    font-family: 'Material Symbols Rounded';
    font-size: 30px !important;
    transform: rotate(-180deg);
    right: -2px !important;
    line-height: 1px !important;
    display: none !important
}

table.dataTable.display>tbody>tr>td:first-child {
    padding-right: 50px !important
}

.th_heading {
    position: relative
}

.sorting .th_heading::before,
.sorting.sorting_asc .th_heading::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #061922;
    content: "straight" !important;
    font-family: 'Material Symbols Rounded';
    font-size: 30px !important;
    right: -25px !important;
    line-height: 1px !important
}

.sorting .th_heading::after,
.sorting.sorting_desc .th_heading::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #061922;
    content: "straight" !important;
    font-family: 'Material Symbols Rounded';
    font-size: 30px !important;
    right: -34px !important;
    transform: rotate(-180deg);
    line-height: 1px !important
}

.sorting .th_heading::before,
.sorting .th_heading::after {
    color: #a9b8c7
}

.sorting_asc .th_heading::before {
    display: block
}

.sorting_asc .th_heading::after {
    display: none
}

.sorting_desc .th_heading::before {
    display: none
}

.sorting_desc .th_heading::after {
    display: block
}

#onDemand-table_paginate a.paginate_button.current,
#product-table_paginate a.paginate_button.current {
    color: #fff !important
}

#gtp_live {
    text-align: right
}

.cle_cpa {
    position: relative;
    text-align: center
}

.cle_cpa li {
    display: inline-block;
    color: #2A5488;
    font-weight: 600;
    padding: 0 25px
}

.cle_cpa li::after {
    position: absolute;
    right: -7px;
    margin-top: 7px;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #2A5488 !important;
    content: ""
}

.cle_cpa li:last-child::after {
    display: none
}

.finance_area.gray_column_area .column_box {
    background-color: inherit
}

.finance_area.gray_column_area .column_box ul {
    padding: 0px 50px
}

.finance_area.gray_column_area .column_box ul .number_count {
    font-size: 48px;
    display: block
}

.finance_area.gray_column_area .column_box ul li p {
    display: block;
    margin-bottom: 0
}

.finance_area.gray_column_area .column_box ul li::after {
    display: none
}

.money_back {
    background-color: #e9e8e8
}

.table_cources {
    position: relative
}

.table_cources .top_title_area {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0
}

.table_cources .table tr th,
.table_cources .table tr td {
    vertical-align: middle
}

#gtp_live,
#gtp_od {
    text-align: right
}

.sqe_boost .common-list li p {
    line-height: 22px
}

.sqe_boost_table .premium_price_table .table {
    margin-bottom: 0
}

.sqe_boost_table .premium_price_table .table td strong {
    font-size: 20px;
    line-height: 24px;
    color: #464F57
}

.sqe_boost_table .premium_price_table .table td {
    padding: 10px 10px
}

.sqe_boost_table .premium_price_table .table td p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 0 15px;
    color: #464F57
}

.sqe_boost_table .premium_price_table .table td p.note {
    font-weight: 300;
    padding-top: 10px
}

.sqe_boost_table .premium_price_table .table th:first-child,
.premium_price_table .table td:first-child {
    max-width: 148px;
    min-width: 148px
}

.sqe_boost_table .premium_price_table .cource_compare_name {
    padding-right: 50px
}

.sqe_boost_table .cource_compare_name .help_icon {
    position: absolute
}

.sqe_boost_table .premium_price_table .enrollment_details {
    margin: 10px 0;
    text-align: left
}

.sqe_boost_table .premium_price_table .enrollment_details .material-symbols-rounded {
    top: 25px
}

.sqe_boost_table .premium_price_table .sale-price {
    font-size: 32px
}

.sqe_boost_table .premium_price_table .align_area td .monthly_price {
    padding: 30px 15px 20px 15px
}

.sqe_boost_table .premium_price_table .btn.pc_theme_btn.btn_maxwidth_large {
    margin-bottom: 0
}

.sqe_boost_table .premium_price_table .button_area .btn {
    margin-bottom: 0
}

.live_classes .table .table-dark tr th:first-child {
    border-radius: 10px 0px 0px 0px
}

.live_classes .table .table-dark tr th:last-child {
    border-radius: 0 10px 0px 0px
}

.live_classes .table td,
.live_classes .table th {
    vertical-align: middle
}

.live_classes .table td:last-child {
    border-left: #ffffff inset 2px
}

.live_classes .table-dark tr th,
.live_classes .table-dark tr td {
    background-color: #464F57;
    color: #fff;
    height: auto
}

.live_classes .table tr th strong,
.live_classes .table tr td p,
.live_classes .table tr th strong,
.live_classes .table tr th p {
    line-height: normal;
    margin: 0
}

.live_classes .table-responsive {
    height: 100%;
    max-height: 768px;
    overflow-y: scroll
}

.live_classes .table tr th,
.live_classes .table tr td {
    padding: 15px 15px
}

.live_classes .table .table-dark tr th {
    padding-top: 16px;
    padding-bottom: 16px
}

.live_classes .table th:first-child,
.live_classes .table td:first-child {
    min-width: inherit
}

.live_classes .table-striped tbody tr:nth-of-type(odd),
.live_classes .table-striped tbody tr:nth-of-type(odd) td,
.live_classes .table-striped tbody tr:nth-of-type(odd) th {
    background-color: #ECECEC
}

.live_classes .table.table-hover tbody tr:hover {
    background-color: #F2F7FC
}

.live_classes .table.table-hover tbody tr:hover th,
.live_classes .table.table-hover tbody tr:hover td {
    background-color: #F2F7FC
}

.sqe_bundles .full_time .card-body .list-group-default li:first-child,
.registration .full_time .card-body .list-group-default li:first-child {
    min-height: auto
}

.registration {
    padding-top: 100px
}

.registration .subtitle_h2 {
    margin-bottom: 100px
}

.registration.marNone .subtitle_h2 {
    margin-bottom: 0
}

.registration .card_head_tag {
    background-color: #fff
}

.registration .corner_off .card_head_tag {
    border: #ECECEC 1px solid;
    border-radius: 0px 16px 0px 0
}

.registration .owl-carousel .owl-item {
    padding-left: 2px
}

.registration .selling_tage {
    padding: 10px 15px;
    font-size: 14px;
    width: 100%;
    min-height: inherit;
    text-align: center;
    border: none
}

.registration .selling_tage .material-symbols-rounded {
    font-size: 20px
}

.hours_weeks {
    position: relative;
    text-align: center;
    margin-top: 10px
}

.hours_weeks p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400
}

.hours_weeks strong {
    font-weight: 700
}

.order_details .card-body .card-title {
    font-size: 18px;
    font-weight: 700
}

.card_amount {
    background-color: #fff;
    border-radius: 16px 0 16px 0;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

.amount_list .list-group-item {
    background-color: inherit;
    margin-bottom: 0;
    border: none;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.125);
    padding: 8px 20px
}

.amount_list .list-group-item:first-child {
    border-top: 0
}

.amount_list .list-group-item p {
    margin-bottom: 0
}

.order_total_price {
    margin-top: 30px
}

.order_total_price .order_price p,
.order_total_price .order_price strong {
    font-family: "Bitter", serif;
    color: #2A5488;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0
}

.total_price_and_date span {
    font-size: 12px;
    color: #8a8a8a;
    display: block
}

.payment_area .sub-title {
    font-size: 18px;
    margin-bottom: 0;
    color: #235BA8
}

.hours,
.datatable_price_list,
.auantity_list {
    display: block
}

.hours span,
.datatable_price_list span,
.auantity_list span {
    display: block
}

.name_search_bar {
    padding: 30px 0 30px 0;
    box-shadow: #ECECEC 4px 4px 10px 0px
}

.modal-content {
    border-radius: 0px 16px 0 16px
}

.modal-content .modal-header .modal-title {
    font-family: "Bitter", serif;
    color: #2A5488;
    font-size: 24px
}

.modal-content .modal-header .close,
.modal-title+.close {
    margin: 0;
    font-weight: 500;
    padding: 0;
    color: #061922
}

.modal-content .modal-header .close span {
    color: #061922
}

.modal-content .dataTables_wrapper {
    margin-top: 0px;
    padding-top: 15px
}

.cle_finance_table .modal-content .dataTables_wrapper thead>tr th:first-child,
.cle_finance_table .modal-content .dataTables_wrapper tbody>tr td:first-child {
    width: 1px !important
}

.modal-content .modal-footer {
    padding: 10px 20px
}

.modal-content .modal-footer .btn {
    margin: 0
}

.custom-modal-width .modal-body {
    padding: 30px 30px 30px 30px
}

.custom-modal-width.modal-dialog {
    max-width: 700px
}

.amount_list_detail .list-group-item {
    background-color: inherit;
    margin-bottom: 0;
    border: none;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.125);
    padding: 10px 0
}

.amount_list_detail .list-group-item:first-child {
    border-top: 0
}

.amount_list_detail .list-group-item p {
    margin-bottom: 0
}

.profile_detail .card {
    padding: 20px
}

.card-head {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    font-family: "Bitter", serif;
    color: #2A5488;
    margin-bottom: 15px
}

.profile_detail .card .amount_list_detail {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 16px 0 16px 0;
    min-height: 180px
}

.profile_detail .card .amount_list_detail .list-group-item {
    border: none;
    padding: 3px 0px
}

.vidyard_iframe {
    width: 100% !important;
    height: 795px !important
}

.multiple_account_creation {
    position: relative;
    padding-bottom: 200px
}

.website_logo {
    display: block;
    margin-bottom: 15px;
    text-align: center
}

.website_logo img {
    max-height: 35px;
    margin: 0 auto
}

.multiple_account_creation .card {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    min-height: 250px
}

.multiple_account_creation .card .card-body {
    padding: 48px 32px 72px 32px
}

.multiple_account_creation .card .card-body p {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px
}

.multiple_account_creation .card .btn-secondary {
    margin-bottom: 0;
    min-width: 180px;
    bottom: 32px
}

.multiple_account_creation .card .dropdown_add_to_cart {
    bottom: 32px
}

.multiple_account_creation .card .dropdown_add_to_cart .btn-secondary {
    padding: 12px 15px;
    bottom: 0
}

.multiple_account_creation .card .dropdown_add_to_cart .dropdown-menu {
    float: none !important;
    max-width: 185px;
    margin-left: auto;
    margin-right: auto
}

.multiple_account_creation .card .dropdown_add_to_cart .dropdown-menu.show {
    -webkit-animation: expand3 1s;
    height: 165px
}

@-webkit-keyframes expand3 {
    0% {
        height: 0px
    }

    100% {
        height: 165px
    }
}

.multiple_account_creation .card .dropdown_add_to_cart .dropdown-menu a {
    border-color: #d1d1d1
}

.register_search.card {
    position: relative
}

.register_search.card .checked_btn {
    background-color: #2A5488
}

.register_search.card .checked_btn .material-symbols-rounded {
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 3px
}

.register_search.card .checked_btn.btn {
    padding: 18px 5px 2px 5px
}

.all_tax_include {
    display: block
}

.all_tax_include p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #464F57
}

.course_description .register_search.card .price-area {
    min-height: auto
}

.course_description .register_search.card .checked_btn,
.course_description .register_search.card .btn.cle_btn {
    margin-bottom: 0;
    margin-top: 0
}

.register_message .alert-dismissible {
    padding: 12px 20px;
    box-shadow: 5px 5px 5px 0px rgba(215, 215, 215, 0.35);
    border-radius: 4px
}

.register_message .alert-dismissible p {
    margin-bottom: 0;
    line-height: 24px
}

.register_message .alert-dismissible .close {
    top: 50%;
    right: 10px
}

.register_search.card .pro-details {
    max-width: 250px
}

.go_to_cource p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #464F57
}

.go_to_cource .btn.pc_theme_btn {
    border: 1px solid #464F57;
    background-color: #fff
}

.university_partnerships .logo_img {
    display: block;
    margin-bottom: 15px
}

.university_partnerships .logo_img img {
    width: 100%;
    max-width: 170px;
    max-height: 70px
}

.university_partnerships .logo_img_large img {
    max-width: none;
    max-height: 80px
}

.detail_llm {
    display: block;
    padding: 15px 0
}

.detail_llm strong {
    display: block;
    padding: 0px 0 10px 0
}

.social-icons-area a {
    color: #000
}

.social_icons li a:hover i {
    color: #FAC8B3
}

.secondary-menu .portlet-borderless .portlet-content {
    padding: 0;
    border: 0
}

.brand_content {
    position: relative;
    padding-top: 90px
}

.info {
    background: #a9a9a9;
    color: #fff
}

.alert_my-custom {
    background: DarkRed;
    color: #fff
}

.success_my-custom {
    background: #006400;
    color: #fff
}

.message_my-custom,
.success_my-custom,
.error_my-custom,
.warning_my-custom {
    border: 1px solid #ccc;
    padding: 10px;
    color: #333
}

.success_my-custom {
    border-color: green
}

.error_my-custom {
    border-color: red
}

.warning_my-custom {
    border-color: yellow
}

.footer-area {
    position: relative;
    background-color: #001722;
    padding: 50px 0 50px 0
}

.footer-col {
    position: relative;
    vertical-align: top
}

.footer-col.marbotm {
    margin-bottom: 15px
}

.footer-logo-name {
    font-size: 38px;
    line-height: 46px;
    color: #fff;
    font-weight: 500;
    text-decoration: none
}

.footer-logo-name:focus,
.footer-logo-name:hover {
    text-decoration: none;
    color: #fff;
    font-weight: 500
}

.footer-logo {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    padding-right: 50px
}

.footer-logo:focus,
.footer-logo:hover {
    text-decoration: none
}

.footer-logo img {
    width: 100%;
    max-width: 120px;
    margin-bottom: 10px
}

.footer-logo>p {
    font-size: 22px;
    line-height: 24px;
    color: #fff
}

.footer-col p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: 300
}

.footer-area .devider {
    background-color: #fff;
    margin: 80px 0;
    opacity: 0.2
}

.footer-col .default-heading {
    margin-bottom: 10px
}

.footer-col .default-heading h4 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
    color: #fff
}

.footer-col ul {
    list-style: inherit;
    margin: 0
}

.footer-col ul li {
    display: block;
    margin-bottom: 0px;
    position: relative;
    padding-right: 25px;
    color: #fff
}

.footer-col ul li:last-child {
    margin-bottom: 0
}

.footer-col ul li a {
    color: #fff;
    position: relative;
    text-decoration: none;
    font-size: 19px;
    line-height: 33px;
    font-weight: 200
}

.footer-col ul li a i,
.footer-col ul li strong i {
    font-size: 22px;
    color: #fff;
    margin-right: 10px
}

.footer-col ul li span {
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #fff
}

.sub_footer .footer-col .default-heading {
    margin-bottom: 0
}

.sub_footer .footer-col .default-heading h4 {
    margin-bottom: 5px
}

.office-timing {
    position: relative;
    margin-top: 30px;
    margin-bottom: 15px
}

.quicklinks .footer-col {
    display: inline-block;
    width: 100%;
    max-width: 33%;
    vertical-align: top;
    margin-right: -3px
}

.other_prep {
    margin-top: 100px
}

.footer-top {
    padding: 0px 0 10px 0;
    position: relative
}

.footer-top hr {
    border-color: #fff;
    margin-top: 10px
}

.footer_social_icons {
    position: relative
}

.footer_social_icons::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
    content: ""
}

.social_icons {
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 15px 30px;
    background-color: #001722
}

.social_icons li {
    display: inline-block;
    margin-bottom: 10px
}

.social_icons li a {
    color: #fff
}

.social_icons li a i {
    color: #fff;
    font-size: 50px;
    padding-left: 20px
}

.social_icons li a:focus {
    border: none
}

.footer-top p {
    font-size: 22px;
    color: #464F57;
    font-weight: 300;
    line-height: 36px
}

.Copyright {
    display: block;
    position: relative;
    padding: 60px 0 50px 0;
    text-align: center
}

.Copyright.padd {
    padding: 20px 30px 10px 30px;
    margin-bottom: 30px
}

.Copyright p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 200
}

.Copyright p a {
    color: #fff
}

.footer-center-area {
    background-color: #2A5488;
    padding: 100px 0 20px 0
}

.footer-center-area .footer-col .default-heading {
    margin-bottom: 0
}

.footer-center-area .footer-col .default-heading h4 {
    margin-bottom: 5px
}

.footer-center-area .footer-col ul {
    list-style: inherit;
    margin: 0
}

.footer-center-area .footer-col ul li {
    padding-right: 0
}

.footer-center-area .footer-col ul li a:hover {
    text-decoration: underline
}

.footer-center-area .Copyright {
    padding: 60px 0 10px 0;
    text-align: center;
    margin-top: 0;
    background-color: inherit
}

.navbar-nav ul,
.footer-col ul,
.common-list,
.details-area ul,
.course_date .info_area,
.list-group-default,
.first_column.pricing_table_area .list-Price,
.description-list,
.course_description .card .description-list,
.sp-outline,
.get_in_touch,
.list-Price {
    padding-left: 0
}

@media (min-width: 1367px) and (max-width: 1920px) {
    .content-area {
        max-width: 55%
    }
}

@media (max-width: 1367px) {
    .categories_box.card .infoIcon .dropdown-menu {
        left: -30px !important
    }
}

@media (min-width: 1367px) {
    .headerSection .container-fluid {
        padding-left: calc(60px* 0.5);
        padding-right: calc(60px* 0.5)
    }

    .container {
        max-width: 1440px
    }

    .card_gap .item:first-child,
    .card_gap .item:nth-child(4) {
        padding-right: 75px
    }

    .card_gap .item:nth-child(2),
    .card_gap .item:nth-child(5) {
        padding-left: 40px;
        padding-right: 40px
    }

    .card_gap .item:nth-child(3) {
        padding-left: 75px
    }

    .card_gap .item:last-child {
        padding-left: 75px
    }

    .card_gap_small .item:first-child,
    .card_gap_small .item:nth-child(4) {
        padding-right: 45px
    }

    .card_gap_small .item:nth-child(2),
    .card_gap_small .item:nth-child(5) {
        padding-left: 10px;
        padding-right: 10px
    }

    .card_gap_small .item:nth-child(3) {
        padding-left: 45px
    }

    .card_gap_small .item:last-child {
        padding-left: 45px
    }

    .card_gap_tow_column .item:nth-child(1),
    .card_gap_tow_column .item:nth-child(2) {
        padding-left: 40px;
        padding-right: 40px
    }

    .table-responsive {
        overflow-x: visible
    }

    .button_area .dropdown_add_to_cart .btn {
        text-align: left
    }
}

@media (min-width: 1199.98px) {

    .navbar .navbar-nav li.nav-item.dropdown:hover>.dropdown-menu,
    .navbar-nav .dropdown-menu li.dropdown-submenu:hover .dropdown-menu,
    .nav li.nav-item:hover>.dropdown-menu,
    .nav li.nav-item:hover>.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
        display: block
    }

    .explore_btn {
        font-size: 24px
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .container {
        max-width: 100%
    }

    .h1,
    h1,
    .banner-area.banner_detail .content-area h1,
    .article_banner.banner-area .content-area h1,
    .banner-area.resource_center_banner h1 {
        font-size: 64px;
        line-height: 80px
    }

    .subtitle_h1 p {
        font-size: 24px;
        line-height: 36px
    }

    .h2,
    h2 {
        font-size: 54px;
        line-height: 68px
    }

    .content-area {
        max-width: 55%
    }

    .banner_right {
        min-height: 466px
    }

    .banner_right img {
        right: 0;
        object-fit: cover;
        height: 100%;
        position: absolute
    }

    .banner-area.banner_detail .content-area h1 {
        font-size: 52px;
        line-height: 70px
    }

    .card .card-body {
        padding: 106px 24px 106px 24px
    }

    .card_area .card-body {
        padding: 0
    }

    .full_time .card-body {
        padding: 64px 24px 200px 24px
    }

    .full_time .monthly_price {
        left: 16px;
        right: 16px
    }

    .full_time .monthly_price h5 {
        font-size: 20px
    }

    .professional_education .card.card_with_button .double-btn-float {
        left: 24px;
        right: 24px
    }

    .navbar .navbar-nav li.nav-item>a.nav-link {
        font-size: 14px
    }

    .table-responsive {
        overflow-x: visible
    }

    .contact_us .form-area {
        padding: 0 30px
    }

    .primary-menu.navbar .navbar-nav li.nav-item>a.nav-link {
        padding-right: 25px
    }

    .secondary-menu.navbar .navbar-nav li.nav-item>a.nav-link {
        padding: 10px 30px 10px 15px;
        font-size: 14px
    }

    .explore_btn .prod_name {
        font-size: 18px;
        line-height: 26px
    }

    .alert-dismissible.gray_color .btn.pc_theme_btn {
        letter-spacing: -0.5px;
        width: auto
    }

    .card_cle .input-group-area {
        max-width: 230px
    }

    .card_cle .input-group-area .input-group-btn .btn {
        padding: 11px 10px 11px 10px
    }

    .card_cle .input-group-area .input-number {
        max-width: 128px
    }

    .in_cart {
        right: 75px
    }

    .planning_pick .nav-tabs .nav-item {
        font-size: 36px
    }

    .planning_pick .owl-carousel .item.col-xl-3 {
        flex: 0 0 calc(3 / 11* 100%);
        max-width: calc(3 / 10* 100%)
    }

    .premium_price_table .button_area .btn {
        font-size: 16px
    }

    .gray_column_area .column_box ul {
        padding-left: 30px;
        padding-right: 30px
    }

    .gray_column_area .column_box ul li .number_count {
        font-size: 75px
    }

    .check_discount {
        padding: 30px 30px 30px 30px;
        margin: 15px 15px
    }

    .common-list.disc_list,
    .details-area ul {
        padding-left: 20px
    }

    .contact_us_contents fieldset.form-columns-2 .hs_phone_number_including_country_code_ {
        width: 100% !important;
        max-width: 62.333333%
    }

    .contact_us_contents fieldset.form-columns-2 .hs_country_code {
        width: 100% !important;
        max-width: 35.666667%
    }

    .contact_us_contents .form-columns-1 .hs-fieldtype-textarea,
    .contact_us_contents fieldset.form-columns-1 .hs_firstname,
    .contact_us_contents fieldset.form-columns-1 .hs_lastname,
    .contact_us_contents fieldset.form-columns-1 .hs_email,
    .contact_us_contents fieldset.form-columns-1 .hs_country,
    .contact_us_contents fieldset.form-columns-1 .hs_uk_region {
        max-width: 100%
    }

    .related_products_area .card-body {
        padding: 0
    }

    .button_area .dropdown_add_to_cart .btn {
        text-align: left
    }

    .enrollment_details {
        font-size: 16px
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        max-width: 100%
    }

    .h1,
    h1,
    .banner-area.banner_detail .content-area h1,
    .article_banner.banner-area .content-area h1,
    .banner-area.resource_center_banner h1 {
        font-size: 56px;
        line-height: 67px;
        margin-bottom: 15px
    }

    .subtitle_h1 p {
        font-size: 20px;
        line-height: 28px
    }

    .h2,
    h2 {
        font-size: 48px;
        line-height: 58px
    }

    .subtitle_h2 p {
        font-size: 18px;
        line-height: 24px
    }

    .h3,
    h3 {
        font-size: 32px;
        line-height: 43px
    }

    .subtitle_h3 p {
        font-size: 18px;
        line-height: 24px
    }

    .h4,
    h4 {
        font-size: 28px;
        line-height: 42px
    }

    .subtitle_h4 p {
        font-size: 16px;
        line-height: 20px
    }

    .explore_btn .btn-secondary i {
        padding-right: 0;
        border-right: none
    }

    .explore_btn .prod_name {
        font-size: 16px;
        line-height: 24px
    }

    .custom-logo img {
        height: 20px;
        max-height: 20px
    }

    .navbar .navbar-nav li.nav-item>a.nav-link,
    .nav li.nav-item>a.nav-link {
        font-size: 13px;
        padding: 15px 25px 15px 12px
    }

    .secondary-menu.navbar .navbar-nav li.nav-item>a.nav-link {
        padding-right: 15px
    }

    .secondary-menu.navbar .navbar-nav li.mega-dropdown .dropdown-toggle.material_dropdown_arrow {
        right: -5px
    }

    .explore_btn h5 {
        font-size: 18px;
        line-height: 30px
    }

    .contact_btn .btn-primary {
        min-height: 42px;
        line-height: 42px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px
    }

    .contact_btn .btn-primary .material-symbols-rounded {
        margin-right: 0
    }

    .content-area {
        max-width: 60%
    }

    .banner_right {
        position: relative;
        height: 466px
    }

    .banner_right img {
        position: absolute;
        right: 0;
        object-fit: cover;
        height: 100%
    }

    .card.inner-width {
        max-width: 100%
    }

    .cart_login_area .user-login {
        max-width: 100px
    }

    .cart_login_area .user-login .material-symbols-rounded {
        vertical-align: baseline
    }

    .cart_login_area .name {
        font-size: 13px;
        max-width: 50px
    }

    .section {
        padding: 80px 0
    }

    .banner-area.minHeight,
    .banner-area.ob_cover_fit img {
        min-height: 369px
    }

    .card-page .card-page-item {
        margin-top: 30px
    }

    .planning_pick .nav-tabs .nav-item {
        padding: 30px 50px;
        font-size: 26px
    }

    .planning_pick .nav-tabs .nav-item .checked-icon {
        left: -50px;
        max-width: 40px
    }

    .solicitor .card {
        margin-top: 0px
    }

    .barbri_logo img {
        max-width: 90% !important
    }

    .item_row {
        margin-bottom: 60px
    }

    .gray_column_area .column_box ul {
        padding: 50px 10px
    }

    .professional_training .column_box ul li::after {
        right: 5px
    }

    .educaton_patner {
        padding: 0
    }

    .common-list.disc_list,
    .details-area ul {
        padding-left: 15px
    }

    .full_time .monthly_price {
        left: 24px;
        right: 24px
    }

    .full_time .monthly_price h5 {
        font-size: 20px
    }

    .long_card_area .full_time .card-body {
        padding-bottom: 250px
    }

    .sqe2_prep_card_area .full_time .card-body {
        padding-bottom: 225px
    }

    .sqe2_prep_card_area .full_time .monthly_price .btn.pc_theme_btn,
    .registration .owl-carousel .full_time .monthly_price .btn.pc_theme_btn.btn_maxwidth_xl_large,
    .dropdown_add_to_cart.maxWidth_cart {
        max-width: 100%
    }

    .registration {
        padding-top: 80px
    }

    .registration .owl-carousel .full_time .btn.pc_theme_btn {
        font-size: 16px
    }

    .registration .owl-carousel .full_time .dropdown_add_to_cart .btn {
        padding-left: 10px
    }

    .payment {
        font-size: 18px
    }

    .sale-price {
        font-size: 36px
    }

    .skills_courses_live_on_demond .full_time .card-body {
        padding-left: 60px;
        padding-right: 60px
    }

    .mktoForm .mktoFormRow {
        max-width: 100%
    }

    .number_count {
        font-size: 80px
    }

    .extented_table {
        padding-top: 0
    }

    .cource_prep,
    .non_us_tab_main {
        padding: 30px 0 0 0
    }

    .tutoring-packages.pricing-area .card .card-body {
        padding-bottom: 150px
    }

    .h_scroll .row {
        flex-wrap: nowrap
    }

    .check_discount {
        margin: 10px 10px;
        padding: 20px
    }

    .monthly_price {
        padding: 48px 30px 30px 30px
    }

    .enrollment_details {
        font-size: 16px
    }

    .premium_price_table .align_area td .monthly_price {
        padding: 48px 20px 30px 20px
    }

    .premium_price_table .table {
        margin-bottom: 60px;
        min-width: 1280px
    }

    .premium_price_table .align_area td .btn.pc_theme_btn.btn_maxwidth_large {
        margin-bottom: 0
    }

    .pricing_table_area .campare {
        min-height: 90px
    }

    .pricing_table_area .card-title {
        min-height: 122px
    }

    .first_column.pricing_table_area .list-Price li {
        font-size: 16px;
        line-height: 24px
    }

    .contact_us .contact_us_contents {
        margin-top: 30px
    }

    .contact_us .form-area {
        padding: 0
    }

    .contact_us .form-area .form-check {
        max-width: inherit
    }

    .contact_us .card .card-body {
        padding-left: 32px;
        padding-right: 32px
    }

    .contact_us_contents fieldset.form-columns-2 .hs_country_code {
        margin-bottom: 15px
    }

    .contact_us_contents fieldset.form-columns-2 .hs_phone_number_including_country_code_ {
        width: 100% !important;
        max-width: 100%;
        margin-left: 0
    }

    .contact_us_contents fieldset.form-columns-2 .hs_country_code {
        width: 100% !important;
        max-width: 100%
    }

    .contact_us_contents .form-columns-1 .hs-fieldtype-textarea,
    .contact_us_contents fieldset.form-columns-1 .hs_firstname,
    .contact_us_contents fieldset.form-columns-1 .hs_lastname,
    .contact_us_contents fieldset.form-columns-1 .hs_email,
    .contact_us_contents fieldset.form-columns-1 .hs_country,
    .contact_us_contents fieldset.form-columns-1 .hs_uk_region {
        max-width: 100%
    }

    .course_price {
        max-width: 440px
    }

    .vidyard_iframe {
        height: 600px !important
    }

    .full_time .card-body .list-group-default li p {
        line-height: 24px
    }

    .cource_prep .subscription_area .form-check .form-check-label,
    .cource_prep .subscription_area a,
    .cource_prep .subscription_area .new_price {
        font-size: 16px;
        line-height: 18px
    }

    .multiple_account_creation {
        padding-bottom: 150px !important
    }

    .footer-area {
        padding-bottom: 0
    }

    .footer-area .devider {
        margin: 30px 0
    }
}

@media (min-width: 992px) {
    .tabs-area .nav {
        display: inline
    }

    .nav.nav-pills {
        margin-bottom: 30px
    }

    .hide_desktop {
        opacity: 0;
        height: 0px;
        width: 0px;
        position: absolute
    }

    .leadership_team .card-page {
        margin-left: -30px;
        margin-right: -30px
    }

    .leadership_team .card-page .card-page-item {
        padding-left: 30px;
        padding-right: 30px
    }

    .babri_checkout_logo {
        margin: 15px 0
    }

    .bnk_card {
        padding: 25px 20px 25px 20px
    }
}

@media (min-width: 768px) {
    .owl-carousel.row {
        display: flex;
        width: auto
    }

    .sqe_learner .card {
        margin-bottom: 0
    }

    .datatable_bottom .dataTables_paginate .paginate_button {
        margin-left: 5px !important;
        margin-bottom: 3px
    }

    .datatable_bottom .dataTables_length select {
        min-width: auto
    }

    .select2-dropdown {
        width: 100% !important;
        max-width: 400px
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 100%
    }

    .h1,
    h1,
    .banner-area.banner_detail .content-area h1,
    .article_banner.banner-area .content-area h1,
    .banner-area.resource_center_banner h1 {
        font-size: 46px;
        line-height: 57px;
        margin-bottom: 15px
    }

    .subtitle_h1 p {
        font-size: 24px;
        line-height: 28px
    }

    .h2,
    h2,
    .admission_consultant_options .default-heading h2,
    .related_products_area h2,
    .num_in_points li.lis_style_none {
        font-size: 36px;
        line-height: 40px
    }

    .subtitle_h2 p,
    .pagph-area p {
        font-size: 20px;
        line-height: 24px
    }

    .h3,
    h3 {
        font-size: 28px;
        line-height: 36px
    }

    .subtitle_h3 p {
        font-size: 18px;
        line-height: 24px
    }

    .h4,
    h4 {
        font-size: 24px;
        line-height: 30px
    }

    .subtitle_h4 p {
        font-size: 16px;
        line-height: 20px
    }

    p,
    .paragraph_area p,
    .card-text,
    .common-list li,
    .details-area ul li,
    .card_area .card-body p {
        font-size: 16px;
        line-height: 22px
    }

    .contact_btn .btn.pc_theme_btn {
        line-height: 36px;
        min-height: 36px;
        padding: 0 10px
    }

    .content-area {
        width: auto;
        max-width: none;
        padding: 10px 15px 10px 15px;
        left: 0
    }

    .banner_right {
        display: none
    }

    .comments_area {
        padding: 30px 20px 70px 20px
    }

    .card .card-body,
    .card.long_card .card-body,
    .card.short_card_with_icon .card-body,
    .card.short_card_with_image .card-body,
    .admission_consultant_options .card .card-body {
        padding: 48px 16px 48px 16px
    }

    .card.card_with_button .card-body {
        padding: 106px 16px 180px 16px
    }

    .card.short_card_with_image .card-body {
        padding: 48px 16px 150px 16px
    }

    .card.inner-width {
        max-width: 100%
    }

    .full_time .card-body {
        padding-bottom: 180px
    }

    .full_time .monthly_price {
        left: 16px;
        right: 16px
    }

    .long_card_area .full_time .card-body {
        padding-bottom: 260px
    }

    .learning_journey_every_step .card .card-body {
        padding-bottom: 106px
    }

    .learning_journey_every_step .btn-float .btn {
        bottom: 32px
    }

    .professional_education .card.card_with_button .double-btn-float {
        left: 16px;
        right: 16px
    }

    .professional_education .card.card_with_button .double-btn-float .btn.pc_theme_btn {
        max-width: 100%;
        font-size: 14px
    }

    .professional_education .card.card_with_button .double-btn-float .btn.btn-link {
        font-size: 14px;
        padding: 12px 5px 0px 5px
    }

    .owl-carousel {
        width: auto
    }

    .banner-area.minHeight,
    .banner-area.ob_cover_fit img {
        min-height: 369px
    }

    .accordion_custom .accordion-header .accordion-button {
        font-size: 20px
    }

    .navbar {
        position: inherit
    }

    .navbar .navbar-nav li.nav-item {
        margin-bottom: 0;
        position: relative;
        border-top: #d7d7d7 solid 1px
    }

    .navbar .navbar-nav li.nav-item>a.nav-link,
    .nav li.nav-item>a.nav-link {
        padding: 12px 15px;
        display: block
    }

    .global-toggle.material_dropdown_arrow {
        right: 5px;
        z-index: 0;
        top: 25%;
        transform: rotate(-90deg)
    }

    .navbar-toggler {
        padding: 0;
        font-size: inherit;
        display: inherit;
        color: #464F57;
        margin-left: -5px;
        line-height: normal
    }

    .navbar-toggler .material-symbols-rounded {
        font-size: 36px
    }

    .primary-menu .collapse:not(.show) {
        display: inherit
    }

    .secondary-menu {
        display: none
    }

    .thank_you_area_accelarator .btn.pc_theme_btn {
        margin-bottom: 0
    }

    .navbar .navbar-collapse {
        position: fixed;
        left: -100%;
        top: 0;
        overflow-y: auto !important;
        width: 100%;
        height: 100%;
        max-height: 100%;
        z-index: 999;
        background: #fff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s
    }

    .primary-menu.navbar .navbar-nav li.nav-item>a.nav-link {
        z-index: 99
    }

    .navbar .navbar-nav li.nav-item.nav_out {
        display: flex;
        border-top: none
    }

    .navbar .navbar-nav li.nav-item>a.nav-link:hover,
    .navbar .navbar-nav li.nav-item.show>a.nav-link,
    .navbar .navbar-nav li.nav-item>a.nav-link.active {
        background-color: inherit
    }

    .top-head {
        padding: 10px 0
    }

    .top-head .navbar .navbar-collapse.toggled {
        left: 0px
    }

    .top-head .primary-menu,
    .hamburge-btn,
    .close-menu {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease
    }

    .navbar_area_mobile {
        left: auto;
        top: 0 !important;
        right: -100%;
        position: fixed !important;
        z-index: 9999 !important;
        overflow: auto !important;
        background-color: #fff !important;
        -webkit-transition: all 0.3s;
        transition: all 0.3s
    }

    .navbar_area_mobile.active {
        display: inherit !important
    }

    .navbar_area_mobile.toggled {
        left: auto;
        right: 0;
        bottom: 0
    }

    .navbar-nav li .navbar_area_mobile.dropdown-menu {
        min-width: inherit
    }

    .sidebar_head {
        padding: 15px 15px;
        width: 100%
    }

    .back-main-menu,
    .close-menu {
        font-size: 14px;
        color: #464F57;
        font-weight: 500;
        background: none;
        border: 0
    }

    .back-main-menu:focus,
    .back-main-menu:focus-visible,
    .close-menu:focus,
    .close-menu:focus-visible {
        outline: #235BA8 solid 2px;
        box-shadow: none;
        font-weight: 300
    }

    .back-main-menu .material-symbols-rounded {
        font-size: 30px
    }

    .custom-logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin-right: 0
    }

    .custom-logo img {
        height: 20px;
        max-height: 20px
    }

    .logo-left-align img {
        height: 20px;
        max-height: 20px
    }

    .explore_btn,
    .explore_btn .prod_name,
    .logo_or_page_name .product-line-display-name {
        font-size: 18px
    }

    .top-right-area {
        text-align: right
    }

    .section {
        padding: 40px 0
    }

    .breadcrumb {
        padding-top: 20px;
        padding-bottom: 10px
    }

    .image-area {
        margin-bottom: 20px
    }

    .b-photos,
    .video_area iframe {
        margin-bottom: 20px
    }

    .registration {
        padding-top: 40px
    }

    .selling_tage {
        font-size: 16px
    }

    .full_time .default-heading {
        padding-top: 15px
    }

    .full_time .default-heading h4,
    .full_time .sub_heading {
        font-size: 24px;
        line-height: 36px;
        min-height: 80px
    }

    .card-deck {
        -ms-flex-flow: column;
        flex-flow: column;
        margin-left: 0;
        margin-right: 0
    }

    .card-deck .card {
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .related_products_area .card-body,
    .upcoming_webinars .card-body,
    .recommended_resources .card-body {
        padding: 0
    }

    .head_icon_area {
        min-height: auto
    }

    .largeText {
        font-size: 18px;
        line-height: 24px
    }

    .study_us_bar .card .card-body {
        padding-bottom: 145px
    }

    .pagph-area p {
        margin-bottom: 25px
    }

    .pro-details h4,
    .pro-details .card_sub_heading {
        font-size: 24px;
        line-height: 30px
    }

    .list-group-default li {
        margin-top: 15px
    }

    .subcommittees {
        padding-top: 0
    }

    .alumni_discount {
        padding-top: 106px
    }

    .full_time .default-heading h4 {
        margin-bottom: 10px
    }

    .full_time .monthly_price h5,
    .payment {
        font-size: 18px
    }

    .full_time .monthly_price h5 {
        line-height: 26px
    }

    .sale-price {
        font-size: 36px
    }

    .admin_fee {
        margin-top: 5px
    }

    .way_to_pay ul {
        padding: 20px 0px
    }

    .way_to_pay ul li {
        min-height: 170px
    }

    .planning_pick .nav-tabs .nav-item {
        font-size: 20px;
        line-height: 30px;
        padding: 25px 30px 20px 30px
    }

    .planning_pick .nav-tabs .nav-item .checked-icon {
        max-width: 30px;
        left: -40px
    }

    .scholarships_message {
        padding: 20px 20px
    }

    .common-list.disc_list,
    .details-area ul {
        padding-left: 15px
    }

    .tutoring-packages .double-btn-float .btn {
        margin-top: 15px
    }

    .premium_price_table .table {
        margin-bottom: 60px
    }

    .pricing_table_area .card-title {
        font-size: 22px;
        line-height: 30px
    }

    .premium_price_table {
        overflow-x: scroll;
        margin-top: 30px
    }

    .hide_mobile {
        opacity: 0;
        height: 0px;
        width: 0px;
        position: absolute !important;
        display: none
    }

    .premium_price_table .table td,
    .premium_price_table .table th {
        min-width: 240px
    }

    .premium_price_table .table th:first-child,
    .premium_price_table .table td:first-child {
        min-width: 330px
    }

    .hide_desktop th {
        position: sticky !important;
        left: 0;
        max-width: 130px !important;
        z-index: 1
    }

    .premium_price_table .table td,
    .premium_price_table .table th i {
        padding: 15px 20px
    }

    .premium_price_table .top_title_area {
        padding: 15px 10px;
        font-size: 20px;
        line-height: normal
    }

    .premium_price_table .top_title_area span {
        font-size: 14px;
        top: -8px
    }

    .premium_price_table .align_area td .monthly_price,
    .sqe_boost_table .premium_price_table .align_area td .monthly_price {
        padding: 20px 0px 10px 0px
    }

    .enrollment_details {
        font-size: 16px
    }

    .enrollment_details .material-symbols-rounded {
        top: 25px
    }

    .sqe_boost_table .premium_price_table .enrollment_details {
        text-align: left;
        font-size: 16px
    }

    .premium_price_table .align_area td .dropdown_add_to_cart .dropdown-menu {
        max-width: 100%
    }

    .premium_price_table .align_area td .btn.pc_theme_btn.btn_maxwidth_large {
        margin-bottom: 0
    }

    .row_light .web-check-success {
        font-size: 30px
    }

    .row_light .web-close03 {
        font-size: 24px
    }

    .superior_pass_rates .premium_price_table .top_title_area {
        padding: 40px 15px
    }

    .superior_pass_rates .premium_price_table .table td,
    .superior_pass_rates .premium_price_table .table th {
        min-width: inherit
    }

    .superior_pass_rates .premium_price_table .table th .list-Price li,
    .superior_pass_rates .premium_price_table .table td .list-Price li {
        padding: 10px 0;
        min-height: auto;
        text-align: left
    }

    .month_count {
        display: none
    }

    .moblie_brdr_none tr th,
    .moblie_brdr_none tr td {
        border: none;
        border: 5px solid #ffffff
    }

    .premium_price_table .table td {
        background-color: #ECECEC
    }

    .br_dr_none {
        border: none !important;
        background-color: #ffffff !important
    }

    .premium_price_table .table tr td:nth-child(3):before {
        display: none
    }

    .table th:first-child,
    .table td:first-child,
    .table .table-column-start {
        min-width: 130px
    }

    .cource_compare_name {
        padding-left: 0;
        padding-right: 0
    }

    .align_area .hide_first_row {
        display: none
    }

    .check_discount {
        padding: 50px 20px;
        min-height: inherit;
        text-align: center
    }

    .sqe_boost_table .premium_price_table .table {
        min-width: 1024px
    }

    .tutoring-packages .double-btn-float .btn {
        margin-top: 15px
    }

    .pro-details h4,
    .pro-details .card_sub_heading {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0
    }

    .h_scroll {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .h_scroll .row {
        flex-wrap: nowrap
    }

    .barbri_logo img {
        max-width: 80% !important
    }

    .item_row {
        margin-bottom: 50px
    }

    .solicitor .card {
        margin-top: 0
    }

    .links_area {
        text-align: left
    }

    .number_count {
        font-size: 55px
    }

    .gray_column_area .column_box ul {
        padding: 50px 10px
    }

    .professional_training .number_count {
        font-size: 45px
    }

    .professional_training .column_box ul li::after {
        right: 0
    }

    .educaton_patner {
        padding: 0
    }

    .skills_courses_live_on_demond .full_time .card-body {
        padding-left: 24px;
        padding-right: 24px
    }

    .funding_overview .item_row .owl-carousel {
        margin-top: 15px
    }

    .law_firm_package {
        padding: 32px 0
    }

    .finance_area.gray_column_area .column_box ul .number_count {
        font-size: 36px
    }

    .accelerator-form-area {
        padding-bottom: 70px
    }

    .mktoForm .mktoField {
        padding-right: 40px !important
    }

    .contact_us .contact_us_contents {
        margin-top: 20px
    }

    .contact_us .form-area {
        padding: 0
    }

    .contact_us .form-area .form-check {
        max-width: inherit
    }

    .contact_us .card .card-body {
        padding-left: 16px;
        padding-right: 16px
    }

    .contact_us_contents .form-columns-1 .hs-fieldtype-textarea {
        max-width: 100%
    }

    .contact_us_contents fieldset.form-columns-2 .hs_country_code {
        margin-bottom: 15px
    }

    .contact_us_contents fieldset.form-columns-2 .hs_phone_number_including_country_code_ {
        width: 100% !important;
        max-width: 100%;
        margin-left: 0
    }

    .contact_us_contents fieldset.form-columns-2 .hs_country_code {
        width: 100% !important;
        max-width: 100%
    }

    .contact_us_contents .hs-form-private fieldset.form-columns-2 .hs_country_code .hs-input,
    .contact_us_contents .hs-form-private fieldset.form-columns-2 .hs_phone_number_including_country_code_ .hs-input {
        width: 100% !important
    }

    .contact_us_contents .form-columns-1 .hs-fieldtype-textarea,
    .contact_us_contents fieldset.form-columns-1 .hs_firstname,
    .contact_us_contents fieldset.form-columns-1 .hs_lastname,
    .contact_us_contents fieldset.form-columns-1 .hs_email,
    .contact_us_contents fieldset.form-columns-1 .hs_country,
    .contact_us_contents fieldset.form-columns-1 .hs_uk_region {
        max-width: 100%
    }

    .our-mission .owl-carousel .item {
        margin-top: 30px
    }

    .get_in_touch li {
        margin-top: 10px
    }

    .executive_operating {
        padding-top: 50px
    }

    .finance_area.gray_column_area .column_box ul {
        padding: 10px 10px
    }

    .finance_area.gray_column_area .column_box ul li {
        margin-bottom: 15px;
        margin-top: 0
    }

    .table_cources .table {
        min-width: 1024px
    }

    .content-area .btn.pc_theme_btn {
        max-width: 100%;
        margin-bottom: 0
    }

    .vidyard_iframe {
        height: 450px !important
    }

    .babri_checkout_logo {
        max-width: 90px
    }

    .heading_area {
        font-size: 22px
    }

    .checkout_form .form-group {
        margin-bottom: 15px
    }

    .checkout_area .cart_view {
        min-width: inherit
    }

    .multiple_account_creation {
        padding-bottom: 150px !important
    }

    .card_cle .input-group-area {
        max-width: 260px
    }

    .card_cle .input-group-area .input-number {
        max-width: 155px
    }

    .dataTables_wrapper {
        display: block;
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        width: 100%
    }

    table.dataTable {
        min-width: 1250px
    }

    .cle_finance_table .dataTables_scrollHead table.dataTable>thead>tr>th,
    .cle_finance_table table.dataTable>thead>tr>th,
    .cle_finance_table table.dataTable>tbody>tr>td {
        width: auto !important
    }

    .cle_finance_table table.dataTable>thead>tr>th:nth-child(2),
    .cle_finance_table table.dataTable>tbody>tr>td:nth-child(2) {
        width: 220px !important
    }

    .cle_finance_table table.dataTable>thead>tr>th:nth-child(3),
    .cle_finance_table table.dataTable>tbody>tr>td:nth-child(3) {
        width: 150px !important
    }

    .cle_finance_table table.dataTable>tbody>tr>td a {
        word-break: break-all;
        display: inline-block
    }

    .cle_finance_table .datatable_bottom {
        min-width: 1250px;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .cle_finance_table .datatable_bottom {
        text-align: center
    }

    .cle_finance_table .datatable_bottom .dataTables_paginate .paginate_button {
        margin-bottom: 0
    }

    .live_classes .table {
        min-width: 1024px
    }

    .cle_passes .alert-dismissible .message_alert_head {
        margin-bottom: 5px
    }

    .cle_passes .alert-dismissible {
        padding: 15px 15px;
        padding-left: 15px
    }

    .checkout_area .default-heading {
        margin-bottom: 6px
    }

    .form_divider {
        right: -15px
    }

    fieldset.form-columns-1 input,
    fieldset.form-columns-2 .input,
    fieldset.form-columns-1 .hs-input {
        width: 100% !important;
        margin-right: 0px !important
    }

    fieldset.form-columns-1 .hs_firstname,
    fieldset.form-columns-1 .hs_lastname,
    fieldset.form-columns-1 .hs_email,
    fieldset.form-columns-1 .hs_company,
    fieldset.form-columns-1 .hs_jobtitle,
    fieldset.form-columns-2 .hs_country_code,
    fieldset.form-columns-2 .hs_phone_number_including_country_code_,
    fieldset.form-columns-1 .hs_country {
        max-width: 100%;
        width: 100% !important
    }

    .mktoForm .mktoFormRow,
    .hs-form-field {
        max-width: 100%
    }

    .footer-area {
        padding-bottom: 0
    }

    .footer-logo-name {
        margin-bottom: 15px;
        display: block
    }

    .footer-logo {
        padding-right: 0
    }

    .footer-col ul li {
        padding-right: 0
    }

    .Copyright {
        padding: 20px 0
    }

    .footer-area .devider {
        margin: 20px 0
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 100%
    }

    .h1,
    h1,
    .banner-area.banner_detail .content-area h1,
    .article_banner.banner-area .content-area h1,
    .banner-area.resource_center_banner h1 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 15px
    }

    .subtitle_h1 p {
        font-size: 20px;
        line-height: 28px
    }

    .h2,
    h2,
    .admission_consultant_options .default-heading h2,
    .related_products_area h2,
    .num_in_points li.lis_style_none {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .subtitle_h2 p,
    .pagph-area p {
        font-size: 18px;
        line-height: 24px
    }

    .h3,
    h3 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px
    }

    .subtitle_h3 p {
        font-size: 18px;
        line-height: 24px;
        font-weight: 300
    }

    .h4,
    h4 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .subtitle_h4 p {
        font-size: 16px;
        line-height: 20px;
        font-weight: 300
    }

    .h5,
    h5 {
        font-size: 18px;
        line-height: 24px
    }

    .sup_text {
        font-size: 17px;
        line-height: 22px
    }

    .explore_btn,
    .explore_btn .prod_name,
    .logo_or_page_name .product-line-display-name {
        font-size: 16px
    }

    .explore_btn .btn {
        padding: 6px 6px
    }

    .explore_btn .btn span.explore_barbri {
        display: none
    }

    .explore_btn .btn i {
        top: 2px;
        transform: rotate(90deg)
    }

    .card .card-body {
        padding: 48px 16px 48px 16px
    }

    .head_icon_area,
    .card .head_icon_area {
        min-height: inherit
    }

    .btn-float .btn,
    .card.card_with_button .btn-float .btn {
        bottom: 48px
    }

    .largeText {
        font-size: 16px;
        line-height: 24px
    }

    .card.card_with_button .card-body {
        padding: 48px 16px 125px 16px
    }

    .professional_education .card.card_with_button .card-body {
        padding-bottom: 175px
    }

    .professional_education .owl-stage {
        margin: 2px
    }

    .learning_journey_every_step .card .card-body {
        padding-bottom: 106px
    }

    .list-group-default li {
        margin-top: 15px
    }

    .b-photos,
    .video_area iframe,
    .video_area img {
        margin-bottom: 20px
    }

    .b-photos img,
    .video_area iframe {
        width: 100%
    }

    .owl-carousel .owl-stage {
        margin-bottom: 50px
    }

    .owl-carousel .owl-stage,
    .owl-carousel .owl-item,
    .owl-carousel .item {
        width: 100%
    }

    .our-mission .owl-carousel .item {
        margin-top: 40px;
        text-align: center
    }

    .our-mission .owl-carousel .item img {
        display: inline
    }

    .cards_without_buttons.owl-carousel .owl-dots {
        position: absolute;
        bottom: 48px;
        left: 0;
        right: 0
    }

    .full_time .card-body {
        padding-bottom: 190px
    }

    .long_card_area .full_time .card-body {
        padding-bottom: 280px
    }

    .sqe2_prep_card_area .full_time .card-body {
        padding-bottom: 225px
    }

    .cource_prep .full_time .card-body {
        padding-bottom: 360px
    }

    .hero-image-area:before {
        background: #ebebeb;
        max-width: 100%
    }

    .section {
        padding: 30px 0
    }

    .pagph-area p {
        margin-bottom: 25px
    }

    .photo {
        margin-bottom: 30px
    }

    .medium-text p,
    .accordion_custom .lead {
        font-size: 16px;
        line-height: 22px
    }

    .social-icons-area.horizantal-icons {
        display: block
    }

    .social-icons-area.horizantal-icons a {
        width: 100%;
        max-width: 32.33%;
        margin-bottom: 10px
    }

    .educaton_patner {
        padding: 0
    }

    .barbri_logo img {
        max-width: 100% !important
    }

    .item_row {
        margin-bottom: 40px
    }

    .partner_logos {
        padding-top: 0px;
        padding-bottom: 30px
    }

    .card-deck {
        -ms-flex-flow: column;
        flex-flow: column;
        margin-left: 0;
        margin-right: 0
    }

    .card-deck .card {
        margin-left: 0;
        margin-right: 0
    }

    .upcoming_webinars .card_area .card-body {
        padding-top: 0
    }

    .upcoming_webinars .card.card_area {
        padding: 0
    }

    .upcoming_webinars .card_area .card-body h5 {
        min-height: auto
    }

    .recommended_resources .card_area .card-body {
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0
    }

    .upcoming_webinars .card .card-body,
    .related_products_area .card .card-body,
    .recommended_resources .card .card-body {
        padding: 0
    }

    .related_products_area .card .card-body {
        padding-bottom: 125px
    }

    .related_products_area .pro-details {
        padding: 15px 15px 15px 15px
    }

    .details-area h5,
    .details-area .list_heading {
        margin-top: 10px;
        font-size: 16px;
        line-height: 22px
    }

    .pricing_table_area .card-title {
        font-size: 20px;
        min-height: 90px;
        padding: 15px 5px
    }

    .check_discount {
        margin: 10px 0 15px 0;
        padding: 20px 15px
    }

    .check_discount p {
        line-height: 28px;
        margin-bottom: 0
    }

    .first_column.pricing_table_area .list-Price li {
        font-size: 16px;
        line-height: 24px
    }

    .card.card_area {
        margin-bottom: 0
    }

    .view_resource_Btn {
        margin-top: 15px;
        text-align: center
    }

    .way_to_pay ul {
        padding: 0px 0px
    }

    .way_to_pay ul li {
        min-height: auto;
        margin-bottom: 0
    }

    .cource_prep {
        padding-bottom: 0;
        padding-top: 10px
    }

    .full_time .default-heading h4 {
        margin-bottom: 10px
    }

    .full_time .default-heading p {
        font-size: 16px;
        line-height: 28px
    }

    .full_time .card-body .list-group-default li:first-child {
        min-height: auto
    }

    .full_time .monthly_price {
        left: 16px;
        right: 16px
    }

    .full_time .monthly_price h5,
    .payment {
        font-size: 18px
    }

    .registration {
        padding-top: 30px
    }

    .sale-price {
        font-size: 36px
    }

    .selling_tage {
        font-size: 16px
    }

    .skills_courses_live_on_demond .full_time .card-body {
        padding-left: 24px;
        padding-right: 24px
    }

    .PaymentAvailable {
        padding: 10px 0 0px 0
    }

    .way_to_pay .links_area {
        margin-bottom: 15px
    }

    .scholarships_message {
        padding: 15px 15px;
        margin-bottom: 15px
    }

    .scholarships_message .btn.pc_theme_btn.btn-primary {
        margin: 15px 0 5px 0;
        max-width: 100%
    }

    .video_area .b-photos {
        margin-bottom: 20px
    }

    .video_area .b-photos img {
        width: 100%
    }

    .gray_column_area .column_box ul li {
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .gray_column_area .column_box ul li:last-child {
        margin-bottom: 0
    }

    .gray_column_area .column_box ul li p {
        text-align: center
    }

    .gray_column_area .column_box ul li::after {
        border-right: none;
        border-bottom: #464F57 solid 1px;
        left: 15px;
        right: 15px;
        top: auto;
        transform: none
    }

    .terms_conditions.banner-area.maxHeight {
        min-height: 666px
    }

    .terms_conditions .table-contents {
        margin-top: 0
    }

    .terms_conditions .card .card-body {
        padding: 16px 16px 16px 16px
    }

    .way_to_pay .default-heading h3 {
        text-align: left
    }

    .mktoForm #LblMarketing_Opt_In__c .mktoAsterix {
        right: -35px
    }

    .comments_area {
        padding-bottom: 30px;
        margin-bottom: 20px
    }

    .sqe_learner .card.card_with_button .card-body {
        padding-bottom: 155px
    }

    .sqe_learner .card.card_with_button .btn-float .btn {
        bottom: 95px
    }

    .table_content_area .content-area {
        transform: none;
        position: inherit;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .table_content_area .table-contents {
        margin-top: 0px
    }

    .sqe_prep_white_box .full_time .card-body {
        padding-bottom: 290px
    }

    .sqe_prep_white_box .full_time .monthly_price .card_sub_heading {
        font-size: 20px;
        line-height: 30px
    }

    .heading_area {
        font-size: 20px
    }

    .form_divider {
        display: none
    }

    .planning_pick .nav-tabs .nav-item {
        font-size: 16px;
        line-height: 20px;
        padding: 20px 10px 15px 10px;
        display: block;
        min-height: 60px
    }

    .planning_pick .nav-tabs .nav-item .checked-icon {
        max-width: 20px;
        left: -5px;
        position: relative
    }

    .planning_pick .nav-tabs .nav-item span {
        padding-left: 25px;
        display: block
    }

    .planning_pick .owl-carousel .owl-stage,
    .planning_pick .owl-carousel .owl-item {
        display: flex
    }

    .form-group label,
    .mktoForm .mktoLabel,
    .instructor-form label,
    .form-columns-1 .hs-form-field label,
    .form-columns-2 .hs-form-field label,
    .form-control,
    .form-inline .form-control,
    .mktoForm .mktoField,
    .hs-input {
        font-size: 16px
    }

    .hs-form-booleancheckbox-display,
    .hs-fieldtype-checkbox .inputs-list {
        padding-left: 10px
    }

    fieldset.form-columns-2 .hs-form-field,
    fieldset.form-columns-1 .hs-input,
    fieldset.form-columns-2 .input {
        width: 100% !important;
        margin-right: 0px !important
    }

    fieldset.form-columns-1 .hs_country,
    fieldset.form-columns-1 .hs_uk_region {
        max-width: 100%
    }

    .mktoForm .mktoFormRow,
    .hs-form-field {
        width: 100%;
        max-width: 100%
    }

    .article_content iframe {
        width: 400px !important;
        height: 228px !important
    }

    .card-page .card-page-item:first-child {
        margin-top: 20px
    }

    .accessibility_features .btn.pc_theme_btn {
        font-size: 16px;
        line-height: 24px;
        padding: 3px 16px 3px 16px
    }

    .minus-plus {
        left: 0
    }

    .accordion-item,
    .accordion_custom .accordion-item {
        padding-left: 0;
        margin-bottom: 15px
    }

    .accordion_custom .accordion-header .accordion-button {
        padding: 10px 10px 10px 10px;
        font-size: 16px;
        line-height: 22px;
        margin-left: 60px;
        width: auto
    }

    .numbering_list li {
        margin-bottom: 10px;
        padding-left: 0
    }

    .executive_operating {
        padding-top: 30px
    }

    .alert-dismissible {
        padding: 15px 20px;
        padding-left: 50px
    }

    .alert-dismissible h5 .material-symbols-rounded,
    .alert-dismissible .message_alert_head .material-symbols-rounded {
        font-size: 32px;
        top: 15px;
        left: 10px;
        transform: translateY(0%)
    }

    .cle_passes .alert-dismissible {
        padding-left: 20px
    }

    .cle_passes .alert-dismissible .message_alert_head .material-symbols-rounded {
        font-size: 42px;
        transform: none;
        top: auto;
        left: auto
    }

    .product_cards_padd {
        padding-bottom: 40px
    }

    .vidyard_iframe {
        height: 390px !important
    }

    .checkout_area {
        padding-top: 15px
    }

    .custom-modal .modal-dialog {
        max-width: 95%
    }

    .cart_view {
        min-width: 500px
    }

    .checkout_area .cart_view {
        min-width: inherit
    }

    .checkout_area .cart_view_item {
        padding: 0
    }

    .modal_3_options .modal-header {
        height: auto;
        margin-bottom: 10px
    }

    .modal_3_options .modal-header .close {
        top: 4px;
        right: 8px
    }

    .modal_3_options .modal-dialog {
        margin: 0
    }

    .modal_3_options .card {
        margin-bottom: 0
    }

    .modal_3_options .modal-body {
        padding: 15px 15px
    }

    .card_cle .input-group-area {
        max-width: 260px
    }

    .card_cle .input-group-area .input-group-btn .btn {
        padding: 11px 10px 11px 10px
    }

    .card_cle .input-group-area .input-number {
        padding: 11px 10px 11px 20px;
        max-width: 180px
    }

    .order_list_right .input-group-area .input-number {
        font-size: 18px
    }

    .testimonial_area .default-heading h2 {
        margin-bottom: 40px
    }

    .category {
        padding: 0px 0px 15px 0px;
        margin-top: 0;
        border: none
    }

    .filter_pop_mobile {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        left: -100%;
        width: 100%;
        z-index: 999;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 50px;
        background-color: #fff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s
    }

    .filter_pop_mobile .sidebar_head {
        padding-left: 0;
        padding-right: 0
    }

    .filter_pop_mobile.opened {
        left: 0
    }

    .filter_pop_mobile .back-main-menu {
        color: #061922
    }

    .clear_all {
        position: relative
    }

    .overlay_filter {
        background-color: #061922;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        opacity: 0.5;
        display: none
    }

    .overlay_filter.active {
        display: block
    }

    .most_popular .card.card_area .card-body {
        padding: 0px 16px 15px 16px
    }

    .footer-col {
        margin-bottom: 25px
    }

    .alert-dismissible .btn-close,
    .alert-dismissible .close {
        top: 17px;
        right: 5px;
        font-size: 20px
    }
}

@media (min-width: 575.98px) and (max-width: 640px) {
    .card_gap_tow_column .full_time .monthly_price {
        left: 16px;
        right: 16px
    }

    .card_gap_tow_column .btn.pc_theme_btn {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px
    }

    .full_time .monthly_price .btn.pc_theme_btn {
        padding: 0 5px 0 5px
    }

    .full_time .dropdown_add_to_cart .btn::after {
        right: 3px
    }

    .full_time .dropdown_add_to_cart .btn::before {
        right: 27px
    }

    .card_cle .input-group-area .input-group-btn .btn {
        padding: 11px 8px 11px 8px
    }

    .card_cle .input-group-area .input-number {
        padding: 11px 10px 11px 15px;
        max-width: 128px
    }

    .in_cart {
        right: 60px
    }
}

@media (max-width: 575.98px) {

    .explore_btn,
    .explore_btn .prod_name,
    .logo_or_page_name .product-line-display-name {
        font-size: 14px
    }

    .btn.pc_theme_btn.btn_maxwidth,
    .btn.pc_theme_btn,
    .btn-float .btn,
    .double-btn-float .btn,
    .btn.pc_theme_btn.btn_maxwidth_large,
    .btn.pc_theme_btn.btn_maxwidth_xl_large,
    .btn-float .btn_enroll {
        width: 100%;
        max-width: 90%
    }

    .awards .btn.pc_theme_btn.btn_maxwidth,
    .btn.pc_theme_btn.btn_maxwidth_full,
    .premium_price_table .table td .btn.pc_theme_btn.btn_maxwidth_large,
    .explore_partbership .btn.pc_theme_btn.btn_maxwidth,
    .scholarships_message.bg_white .btn.pc_theme_btn,
    .btn-float .btn_enroll .btn.pc_theme_btn.btn_maxwidth_xl_large,
    .pd_large_btn .btn.pc_theme_btn {
        max-width: 100%
    }

    .bar_prep .btn.pc_theme_btn.btn_maxwidth,
    .team_area .btn.pc_theme_btn,
    .thank_you_area_accelarator .btn.pc_theme_btn,
    .about_adaptibar .button_area .btn {
        max-width: 100%
    }

    .team_area .btn.pc_theme_btn,
    .about_adaptibar .button_area .btn.pc_theme_btn {
        margin-bottom: 0
    }

    .user_login_area {
        max-width: 300px
    }

    .sqe_learner .owl-carousel .owl-stage,
    .sqe_learner .owl-carousel .owl-item,
    .sqe_learner .owl-carousel .item,
    .scholarship_opportunities .owl-carousel .owl-stage,
    .scholarship_opportunities .owl-carousel .owl-item,
    .scholarship_opportunities .owl-carousel .item {
        padding-left: 1px
    }

    .planning_pick .nav-tabs .nav-item {
        text-align: left;
        padding: 15px 5px 5px 10px
    }

    .thank_you_area_accelarator .btn.pc_theme_btn {
        margin-bottom: 0
    }

    .product_cards_padd {
        padding-bottom: 0px
    }

    .pricing_table_area .card-title {
        line-height: 24px;
        min-height: 70px;
        font-size: 16px;
        padding: 10px 10px
    }

    .banner-area .social-icons-area {
        display: inherit;
        max-width: inherit;
        position: inherit
    }

    .banner-area .social-icons-area a {
        display: inline-block;
        margin-bottom: 15px;
        margin-right: 15px
    }

    .unlock_article {
        margin-top: 0
    }

    .unlock_article .default-heading h2 {
        font-size: 32px;
        line-height: 40px
    }

    .article_content {
        padding-left: 0;
        padding-right: 0
    }

    .cle_finance_table .dataTables_length,
    .cle_finance_table .dataTables_filter {
        max-width: 100%
    }

    .dataTables_wrapper .dataTables_filter input {
        width: 100%
    }

    .dataTables_wrapper .dataTables_filter label {
        display: block
    }

    .alert-dismissible.gray_color {
        padding-top: 15px;
        padding-bottom: 30px
    }

    .alert-dismissible.gray_color .btn-secondary {
        margin-left: 0
    }

    .premium_price_table .table th:first-child,
    .premium_price_table .table td:first-child {
        min-width: 220px
    }

    .premium_price_table .top_title_area {
        padding: 20px 10px
    }

    .premium_price_table .table td,
    .premium_price_table .table th {
        height: 60px
    }

    .premium_price_table .table td,
    .premium_price_table .table th i {
        padding-left: 8px;
        padding-right: 8px
    }

    .sqe_boost_table .premium_price_table .table td p.note {
        font-size: 14px;
        line-height: 20px
    }

    .subcommittees .owl-carousel .item {
        margin-top: 10px
    }

    .social-icons-area.horizantal-icons a {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px
    }

    .educaton_patner {
        padding: 10px 0 0 0
    }

    .educaton_patner .btn {
        margin-top: 5px
    }

    .planning_pick .nav-tabs .nav-item .checked-icon {
        position: absolute;
        left: 0
    }

    .late_registration .reg_detail {
        padding: 20px 15px
    }

    .way_to_pay ul li::after {
        border-right: none;
        border-bottom: #ECECEC solid 1px;
        top: auto;
        left: 15px;
        right: 15px
    }

    .funding_overview .btn.pc_theme_btn {
        margin-bottom: 0
    }

    .alert-dismissible {
        padding-left: 45px
    }

    .alert-dismissible h5 .material-symbols-rounded {
        left: 5px;
        top: 30px
    }

    .skills_courses_live_on_demond .full_time .card-body {
        padding-left: 16px;
        padding-right: 16px
    }

    .superior_pass_rates.completion_rate .list-Price.normalText li {
        font-size: 16px;
        line-height: 22px
    }

    .first_column.pricing_table_area .list-Price li {
        padding: 20px 15px
    }

    .dropdown_add_to_cart .btn {
        padding-right: 35px
    }

    .button_area .btn.btn-primary.btn_maxwidth_full {
        margin-bottom: 0
    }

    .product_cards_align .full_time .monthly_price {
        left: 0px;
        right: 0px
    }

    .superior_pass_rates .premium_price_table,
    .btn-primary.next_btn01,
    .full_time .monthly_price .btn.pc_theme_btn,
    .checkout_btn_area .btn {
        max-width: 100%
    }

    .mobile_checkout_buttons .dropdown_add_to_cart .dropdown-menu {
        top: -100% !important;
        margin-top: -5px !important;
        border-radius: 8px 8px 0px 0px !important
    }

    .sqe_tab_main .full_time .dropdown_add_to_cart .dropdown-menu,
    .full_time .dropdown_add_to_cart .dropdown-menu,
    .product_cards_align .full_time .monthly_price .btn.pc_theme_btn {
        max-width: 90%
    }

    .full_time .monthly_price .btn.pc_theme_btn {
        margin-top: 15px;
        margin-bottom: 0
    }

    .experts_every_step .owl-carousel .owl-stage,
    .experts_every_step .owl-carousel .owl-item,
    .experts_every_step .owl-carousel .item {
        display: inline-flex
    }

    .owl-carousel {
        margin-bottom: 30px
    }

    .owl-carousel .card.full_time {
        margin-bottom: 40px
    }

    .cle_cpa li {
        font-size: 14px;
        padding: 10px 15px;
        margin-bottom: 0
    }

    .cle_cpa li::after {
        margin: 27px auto 0 auto;
        left: 0;
        right: 0
    }

    .money_back p {
        text-align: center
    }

    .team_area {
        padding: 30px 15px
    }

    .vidyard_iframe {
        height: 250px !important
    }

    .alert-dismissible.gray_color .lead {
        margin-bottom: 0;
        font-size: 18px
    }

    .card_cle .input-group-area {
        max-width: 240px
    }

    .card_cle .input-group-area .input-group-btn .btn {
        padding: 11px 8px 11px 8px
    }

    .card_cle .input-group-area .input-number {
        padding: 11px 10px 11px 15px;
        max-width: 155px
    }

    .in_cart {
        right: 65px
    }

    .checkout_area {
        padding-top: 15px
    }

    .checkout_area .default-heading {
        margin-bottom: 10px;
        margin-top: 30px
    }

    .checkout_area .cart_view {
        min-width: inherit
    }

    .checkout_area .cart_view_item {
        padding: 0
    }

    .number_area {
        font-size: 18px
    }

    .heading_area {
        font-size: 18px
    }

    .cart_view {
        min-width: 312px;
        right: -45px;
        margin-top: 18px
    }

    .cart_view_item {
        padding: 10px 10px 20px 10px
    }

    .cart_view_item i {
        font-size: 16px
    }

    .cart_view .items-scroll {
        padding-right: 10px;
        padding-right: 0
    }

    .our-summary {
        font-size: 18px
    }

    .checkout_btn_area {
        padding-right: 0
    }

    .checkout_btn_area .btn {
        margin-top: 0px
    }

    .guarantee_enrollment_bottom {
        padding: 0 16px
    }

    .form_list_left h5,
    .order_list_right h5 {
        font-size: 14px
    }

    .subtotal-price {
        font-size: 16px;
        margin-top: 10px
    }

    .item_row {
        margin-bottom: 10px
    }

    .form_list_left .list-group-item,
    .order_list_right .list-group-item {
        padding: 10px 0
    }

    .bnk_card {
        padding: 15px 15px
    }

    .add_another a {
        font-size: 16px
    }

    .mktoForm,
    .mktoForm {
        padding: 0 !important
    }

    .mktoForm .mktoFormRow .mktoRequiredField #LblLegal_Education_Journey__c .mktoAsterix {
        right: 0
    }

    fieldset.form-columns-1 .hs_firstname,
    fieldset.form-columns-1 .hs_lastname,
    fieldset.form-columns-1 .hs_email,
    fieldset.form-columns-1 .hs_company,
    fieldset.form-columns-1 .hs_jobtitle,
    fieldset.form-columns-2 .hs_country_code,
    fieldset.form-columns-2 .hs_phone_number_including_country_code_,
    fieldset.form-columns-1 .hs_country {
        max-width: 100%;
        width: 100% !important;
        margin-right: 0 !important
    }

    fieldset.form-columns-2 .hs_country_code {
        width: 100%;
        max-width: 100%
    }

    fieldset.form-columns-2 .hs_phone_number_including_country_code_ {
        width: 100%;
        max-width: 100%
    }

    .form-columns-1 .hs-fieldtype-textarea {
        max-width: 100%
    }

    .article_content iframe {
        width: 300px !important;
        height: 180px !important
    }

    .Copyright {
        padding-top: 0px
    }

    .social_icons {
        padding: 10px 0
    }

    .social_icons li a i {
        padding-left: 0;
        font-size: 30px
    }

    .law_firm_package .form-group {
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .row-cols-4>* {
        flex: 0 0 auto;
        width: 25%
    }
}

@media (max-width: 991.98px) {
    .row-cols-3>* {
        flex: 0 0 auto;
        width: 33.3333%
    }
}

@media (max-width:767.98px) {
    .row-cols-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .non_legal_skills .image_icon img {
        margin: 0 auto
    }
}

@media (max-width:575.98px) {
    .row-cols-2>* {
        flex: 0 0 auto;
        width: 100%
    }
}