/* common css */
@font-face {
    font-family: source sans pro;
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro'), url(../fonts/SourceSansPro-Regular.woff) format('woff')
}

@font-face {
    font-family: source sans pro;
    font-style: italic;
    font-weight: 400;
    src: local('Source Sans Pro'), url(../fonts/SourceSansPro-It.woff) format('woff')
}

@font-face {
    font-family: source sans pro;
    font-style: normal;
    font-weight: 200;
    src: local('Source Sans Pro'), url(../fonts/SourceSansPro-ExtraLight.woff) format('woff')
}

@font-face {
    font-family: source sans pro;
    font-style: italic;
    font-weight: 200;
    src: local('Source Sans Pro'), url(../fonts/SourceSansPro-ExtraLightIt.woff) format('woff')
}

@font-face {
    font-family: source sans pro;
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro'), url(../fonts/SourceSansPro-Light.woff) format('woff')
}

@font-face {
    font-family: source sans pro;
    font-style: italic;
    font-weight: 300;
    src: local('Source Sans Pro'), url(../fonts/SourceSansPro-LightIt.woff) format('woff')
}

@font-face {
    font-family: source sans pro;
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro'), url(../fonts/SourceSansPro-Semibold.woff) format('woff')
}

@font-face {
    font-family: source sans pro;
    font-style: italic;
    font-weight: 600;
    src: local('Source Sans Pro'), url(../fonts/SourceSansPro-SemiboldIt.woff) format('woff')
}

@font-face {
    font-family: source sans pro;
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro'), url(../fonts/SourceSansPro-Bold.woff) format('woff')
}

@font-face {
    font-family: source sans pro;
    font-style: italic;
    font-weight: 700;
    src: local('Source Sans Pro'), url(../fonts/SourceSansPro-BoldIt.woff) format('woff')
}

@font-face {
    font-family: source sans pro;
    font-style: normal;
    font-weight: 900;
    src: local('Source Sans Pro'), url(../fonts/SourceSansPro-Black.woff) format('woff')
}

@font-face {
    font-family: source sans pro;
    font-style: italic;
    font-weight: 900;
    src: local('Source Sans Pro'), url(../fonts/SourceSansPro-BlackIt.woff) format('woff')
}

.red {
    background: red;
}

.green {
    background: green
}

body {
    color: #1D1D1C;
    font-family: "Source Sans Pro";
}
img {
    filter: contrast(101%) brightness(101%);
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
img {
    max-width: 100%;
}

a {
    color: #00689D;
}

a:hover {
    color: #00476B;
}

p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}

h1 {
    font-weight: 300;
    font-size: 50px;
    margin-bottom: 20px;
    margin: 0;
    font-family: "Source Sans Pro";
}

h2 {
    font-weight: 300;
    font-size: 42px;
    margin-bottom: 20px;
    margin: 0;
    font-family: "Source Sans Pro";
}

h3 {
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    margin: 0;
    font-family: "Source Sans Pro";
}

h4 {
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    font-family: "Source Sans Pro";
}

section {
    max-width: 100%;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-40 {
    margin-bottom: 40px;
}

/* review page css */
.add_class_for_pagination>* {
    padding: 1px 11px;
    border: 1px solid #236499;
    border-radius: 41px;
    min-width: 29px;
    min-height: 29px;
    margin-right: 8px;
    background: #ffffff;
}

.add_class_for_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.add_class_for_pagination>.page-numbers.dots,
.add_class_for_pagination>.page-numbers.current {
    background: #e8e8e8;
    border-color: #d2d2d2;
    color: #ababab;
}

.light-blue-bg {
    background-color: #F5F5F5;
}

.review-page {
    padding: 30px 0;
}

.review-page h1 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 32px;
}

.review-mrg {
    margin: 0 -15px;
}

.review-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.review-col {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 4px #D3D3D3;
    margin: 0 15px 30px 15px;
    padding: 24px 24px;
    width: calc(50% - 30px);
    min-width: calc(50% - 30px);
}

.review-col.full-width {
    width: calc(100% - 30px);
    min-width: calc(100% - 30px);
}

.review-col-footer {
    padding: 0;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.review-user {
    display: flex;
    align-items: center;
}

.review-avatar {
    width: 50px;
    height: 50px;
    background-color: #CEE5FD;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
}

.subtitle-1 {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;

}

.review-name .subtitle-1 {
    margin-bottom: 5px;
}

.body-small {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.review-name .body-small {
    color: #838283;
}

.d-course {
    color: #838283;
}

.mianectionsrow h3 {
    margin-bottom: 20px;
}

/* albama insurance continuing education page */
.subtitle-2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;

}

.course-list-wrapper hr {
    border-top: 1px solid #D3D3D3;
    margin: 0;
}

.course-list-row {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
}

.main_content_html>h3 {
    margin-bottom: 5px;
    margin-top: 20px;
}

.course-des {
    display: flex;
    min-width: 50%;
}

.inaddition_pricing {
    padding: 6px 6px;
    line-height: normal;
}

.course-state-col.form-group label {
    font-size: 20px;
    margin-bottom: 11px;
}

.course-pic {
    width: 115px;
    height: 100px;
    max-width: 115px;
    max-height: 100px;
    min-width: 115px;
    min-height: 100px;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 16px;
}

.course-content h5 {
    margin: 0;
}

.course-detail-row {
    display: flex;
    min-width: 50%;
    align-items: flex-start;
    padding-left: 20px;
}

.course-hrs {
    display: flex;
    align-items: center;
    flex: 1;
}

.hrs-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #838283;
}

.act-hrs {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.hrs-detail {
    padding-left: 10px;
}

.course-type {
    display: flex;
    flex: 1;
    align-items: center;
    flex-wrap: wrap;
}

.course-price {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

.price-amount {
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    margin: 6px 0;
}

.course-bdr {
    border-left: 1px solid #D3D3D3;
}

.findCourseSubmit button {
    background-color: #519E2E !important;
    border: none !important;
    color: #fff;
}

.findCourseSubmit button:hover {
    background-color: #3e7c23 !important;
    color: #fff !important;
    border: none !important;
}

.btn-primary {
    /* background-color: #00689D; */
    background-color: #519E2E;
    border-radius: 30px;
    box-shadow: none;
    padding: 15px 30px;
    font-size: 14px;
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #3e7c23;
}

.btn-primary-small {
    padding: 10px 20px;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 7px 0px 0;
    vertical-align: text-top;
}

.radio_html label {
    font-weight: 500;
}

.c-left-sidebar {
    width: 20%;
    padding-right: 10px;
}

.c-right-side {
    width: 80%;
    padding-left: 25px;
}

.course-group {
    padding-bottom: 15px;
}

.course-list-wrapper {
    padding: 20px 0px 15px 0px;
    border-bottom: 1px solid #D3D3D3;
}

/* add to cart css */
.courseidBox {
    border: 1px solid #838283;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #838283;
    padding: 2px 4px;
    display: inline-block;
    margin-bottom: 30px;
}

.common-table table.table th {
    background-color: white;
    color: #737378;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px
}

.common-table table.table tr:hover td {
    background-color: transparent;
    color: inherit;
}

.common-table table.table tr:hover td a {
    color: #00689D;
}

.common-table table.table.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(133, 133, 137, .1);
}

.common-table table.table td {
    font-weight: 400;
    font-size: 14px;
}

.online-status {
    color: #299F07;
}

.remove-link {
    display: inline-block;
    cursor: pointer;
}

.remove-link img {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 5px;
}

.remove-link svg {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 5px;
    stroke: #22669a;
}

.remove-link:hover svg {
    stroke: #00689D;
}

.total-table {
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    padding: 8px 0;
}

.total-table table.table {
    margin-bottom: 0;
}

.total-table table.table td {
    color: #1D1D1C;
    font-size: 14px;
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
}

.total-table table.table tr:hover td {
    background-color: transparent;
    color: inherit;
}

.grandtotal-table {
    padding-top: 10px;
    padding-bottom: 10px;
}

.grandtotal-table table.table td {
    color: #1D1D1C;
    font-size: 14px;
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
}

.grandtotal-table table.table tr:hover td {
    background-color: transparent;
    color: inherit;
}


.cart-action-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 60px 0;
}

.cart-second-action {
    display: flex;
    align-items: center;
    flex: 1;
}

.cart-primary-action {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.ml-2 {
    margin-left: 10px;
}

.btn-secondary-outline {
    border: 1px solid #519E2E;
    border-radius: 50px;
    padding: 15px 30px;
    color: #519E2E;
    font-size: 14px;
}

.btn-secondary-outline svg {
    fill: #00689D;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
    background-color: #3e7c23;
    color: #fff;
    border-color: #3e7c23;
}

.btn-secondary-outline:hover svg,
.btn-secondary-outline:focus svg {
    fill: #fff;
}

.add-course-btn {
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
    align-items: center;
    height: 56px;
}

.add-course-btn svg {
    margin-right: 5px;
}

.btn-link {
    border: none;
    color: #22669a;
    font-weight: 400;
    font-size: 14px;
}

.btn-link:hover,
.btn-link:focus {
    color: #00689D;
    text-decoration: none;
}

.empty-cart-btn {
    display: flex;
    align-items: center;
}

.empty-cart-btn svg {
    stroke: #22669a;
    margin-right: 5px;
    fill: none !important;
}

.empty-cart-btn:hover svg {
    stroke: #00689D;
}

.cart-promo-wrapper {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 50px;
}

.cart-promotional-box {
    border: 1px solid #7CA2C1;
    border-radius: 10px;
    padding: 26px;
    background-color: #EBF6FE;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.cart-promotional-box .form-control {
    min-height: 56px;
    background-color: #fff;
    border: 1px solid #9E9E9E;
    border-radius: 6px !important;
    min-width: 200px;

}

.cart-promotional-box .form-control:focus {
    background-color: #fff;
    border: 1px solid #7CA2C1;
    color: #1D1D1C;
}


.cart-promotional-box .form-group {
    margin-right: 15px;
}

/* checkout page css */
.checkout-wrapper {
    padding: 30px 0;
}

.cart-process ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.cart-process ul li {
    display: flex;
    align-items: center;
}

.cart-process ul li a {
    display: flex;
    align-items: center;
}

.cart-process ul li.step a {
    background-color: #F0F0F0;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #838283;
}

.cart-process ul li.step a span {
    width: 35px;
    height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(133, 133, 137, .15);
    margin-right: 10px;
    justify-content: center;
}

.cart-process ul li.arrow {
    padding: 0 15px;
}

.cart-process ul li.step.completed a {
    background-color: #D1F4DB;
    color: #299F07;
}

.cart-process ul li.step.completed a span {
    background-color: #299F07;
    color: #fff;
}

.cart-process ul li.step.active a {
    background-color: #DEEFD9;
    color: #006842;
}

.cart-process ul li.step.active a span {
    background-color: #299F07;
    color: #fff;
}


.your-information {
    padding: 20px 0;
}

.form-control {
    background-color: #fff !important;
    border: 1px solid #9E9E9E !important;
    border-radius: 5px !important;
    min-height: 50px;
    color: #1D1D1C !important;
}

.form-control:focus {
    background-color: #fff !important;
    border: 1px solid #7CA2C1 !important;
    color: #1D1D1C !important;
}

.form-group label {
    font-size: 14px;
    color: #1D1D1C;
    font-weight: 400;
}

.cart-form h4 {
    margin-bottom: 30px;
}

/* .seperator{
    border-bottom: 1px solid #D3D3D3;
    margin: 50px 0;
} */
ul.how-it-list li {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 9px;
    font-weight: 400;
}

ul.how-it-list {
    margin-top: 15px;
    padding-left: 15px;
}

.seperator-space {
    padding: 30px 0;
}

.phonenumber-row {
    position: relative;
}

.phone-info {
    position: absolute;
    top: 13px;
    right: -30px;
}

.payment-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.payment-icons ul li {
    max-width: 40px;
    margin-right: 15px;
}

input[type="radio"] {
    margin-top: 8px;
}

.cart-box {
    padding: 0;
    border-bottom: 1px solid #D3D3D3;
}
.head-ico{
    display: flex;
    align-items: center;
}
.head-ico h4 {
    margin-right: 12px;
}
.subtitle-3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;

}

.cart-form-action {
    display: flex;
    justify-content: flex-end;
}
.cart-box h4 {
    margin-bottom: 10px;
}
.review-header {
    display: flex;
    align-items: flex-start;
}
.review-header .edit-info-i{
    margin-left: 10px;
    padding: 1px 10px;
    border-radius: 4px;
}
.review-header h4 {
    padding-left: 5px;
}
.btn-secondary-outline-small {
    border: 1px solid #22669a;
    border-radius: 50px;
    padding: 6px 16px;
    color: #fff;
    font-size: 13px;
    background-color: #22669a;
}

.btn-secondary-outline-small:hover,
.btn-secondary-outline-small:focus {
    background-color: #1f5278;
    color: #fff;
    border-color: #1f5278;
}

.pay-lable {
    font-weight: 500;
}

.top-menu-parent .hfe-menu-item:after {
    bottom: 0 !important;
}

.educationpage {
    padding-top: 10px;
}

.api_html h4 {
    margin-bottom: 20px;
}

.api_html h3 {
    margin-bottom: 20px;
    text-align: center;
}

table.dataTable thead .sorting_desc {
    background-image: none !important;
}

table.dataTable thead .sorting {
    background-image: none !important;
}

.top-menu-parent .hfe-nav-menu li:first-child ul>li:first-child {
    border-bottom: 1px solid #22669a !important;
    border: 1px solid #22669a !important;
    width: 100%;
    position: absolute;
    top: 0;
}

.top-menu-parent .hfe-nav-menu li:first-child ul>li:first-child a {
    font-weight: bold;
}

.custom-select-ico {
    position: relative;
}

.custom-select-ico select::-ms-expand {
    display: none;
}

.custom-select-ico select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.custom-select-ico:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.header-cartview {
    position: relative;
    display: flex;
    align-items: center;
}

.header-cartview img {
    margin-right: 4px;
    max-width: 16px;
}

.header-cartview a {
    color: #22669A;
    font-size: 15px;
}

.header-cartview a:hover {
    color: #236499;
}

.cartItemNumber {
    background-color: #236499;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: -5px;
    left: -13px;
    padding: 4px 7px;
    border-radius: 30px;
    line-height: 1;
    font-size: 10px;
}

/* cart empty css */

.cart-empty {
    text-align: center;
    padding: 100px 0;
}

.cart-empty-content {
    max-width: 540px;
    margin: 0 auto;
}

.cart-empty-content h3 {
    margin-bottom: 10px;
}

.cart-empty-icon img {
    margin-left: -25px;
}

.innerpage-banner {
    background: url(../images/banner-inner.jpg) no-repeat top center;
    background-size: cover;
    padding: 10px 0 50px 0;
}

@media screen and (max-width: 767px) {
    .innerpage-banner.course-details-banner {
        padding-top: 10px;
    }
}

.main-color-1-bg,
.main-color-1-bg-hover:hover {
    background-color: #22669a;
}

.simple-navigation .simple-navigation-item h4 {
    line-height: normal;
}

.breadcrumb {
    background-color: transparent;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    text-align: left;
    padding-left: 0;
}

.breadcrumb li a {
    color: #fff;
    font-size: 16px;
}

.breadcrumb>.active {
    color: #fff;
}

.innerpage-banner h1 {
    max-width: 750px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.innerpage-banner .blueState {
    color: #E7BF37;
}

.banner-box {
    background-color: #F5F5F5;
    border-radius: 5px;
    padding: 24px;
    margin-top: 24px;
}

.banner-box-header {
    display: flex;
    justify-content: space-between;
}

.banner-box-header h4 {
    margin-bottom: 0;
}

.monitor-exe {
    display: flex;
    align-items: center;
    position: relative;
}

.monitor-exe p {
    color: #00689D;
    margin: 0 6px 1px 3px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.monitor-exe .course-price-chart span.close {
    position: absolute;
    right: 8px;
    top: 8px;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #D3D3D3;
    width: 22px;
    height: 22px;
    text-align: center;
    /* align-items: center; */
    /* display: flex; */
    /* justify-content: center; */
    border-radius: 8px;
    cursor: pointer;
    border-radius: 50%;
    line-height: 20px;
    opacity: 1;
    color: #838283;
}

.course-price-chart,
#monitored-exam.monitored-exam-content {
    top: 8px;
    bottom: unset;
    z-index: 1;
    right: 180px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

p.content-one {
    display: none;
    font-size: 12px;
    line-height: 16px;
    color: #1D1D1C;
    font-weight: normal;
}

.monitor-exe .course-price-chart p {
    text-decoration: none;
    color: #1D1D1C;
    line-height: 20px;
    font-weight: normal;
}

.monitor-exe img {
    margin-left: 8px;
    margin-right: 8px;
}

table:not(.shop_table)>tbody>tr:hover>td,
table:not(.shop_table)>tbody>tr:hover>th {
    background-color: #22669A;
}

.monitored-exam-content {
    display: none;
    position: absolute;
    right: 0;
    min-width: 309px;
    max-width: 100%;
}

#course_list_price {
    padding: 0;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    margin-top: 6px;
}

#course_list_price:before {
    display: none;
}

.course-pricing-outer .subtitle-1 {
    margin-top: 20px;
    margin-bottom: 0;
}

.course-pricing-outer .inaddition {
    padding-left: 10px;
    padding-top: 5px;
    border-top: 1px solid #eee;
}

.course-price-chart:before,
.monitored-exam-content:before {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #D3D3D3;
    content: "";
    top: -7px;
    right: 30px;
}

.course-pricing-outer label.subtitle-1,
.course-category-col h4.subtitle-1 {
    margin-bottom: 10px;
    margin-top: 0;
}

#monitored-exam {
    bottom: 0;
}

#course_list_price {
    top: 10px;
}

#course_list_price::before {
    top: -7px;
    right: 198px;
}

.banner-course-list {
    margin-top: 20px;
}

.banner-course-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.banner-course-list ul li {
    border-right: 1px solid #79B5DA;
}

.banner-course-list ul li a {
    display: flex;
    align-items: center;
    color: #00689D;
    padding: 4px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.banner-course-list ul li a svg {
    fill: #00689D;
    margin-right: 8px;
}

.banner-course-list ul li a:hover,
.banner-course-list ul li a:focus {
    color: #00476B;
}

.banner-course-list ul li a:hover svg,
.banner-course-list ul li a:hover svg {
    fill: #00476B;
}

.banner-course-list ul li:first-child a {
    padding-left: 0;
}

.banner-course-list ul li:last-child {
    border-right: none;
}



input[type=submit].btn-primary {
    background-color: #519E2E;
    border-radius: 30px;
    box-shadow: none;
    padding: 12px 25px;
    margin: 5px;
    font-size: 14px;
}

input[type=submit].btn-primary:hover,
input[type=submit].btn-primary:focus {
    background-color: #3e7c23;
}

.login-row {
    display: flex;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    overflow: hidden;
    margin: 30px 0 60px 0;
}

.login-col-left {
    background-color: #00689D;
    padding: 50px;
    display: flex;
    flex-direction: column;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
    color: #fff;
    text-align: left;
    justify-content: center;
}

.login-col-left h4 {
    color: #fff;
}

.login-col-left p {
    font-size: 14px;
}

.login-col-left .subtitle-2 {
    margin-bottom: 10px;
}

.login-col-left a {
    color: #79B5DA;
}

.login-col-right {
    background-color: #fff;
    padding: 50px;
    display: flex;
    flex-direction: column;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
}

.login-col-right h3 {
    margin-bottom: 10px;
}

.login-col-right p {
    color: #838283;
}

.login-col-right .form-outline {
    padding-top: 30px;
}

.or-sep {
    color: #838283;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0 20px 0;
}

.login-col-right .btn-secondary-outline img {
    margin-right: 8px;
}

.newaccount {
    padding: 30px 0;
}

.btn-white {
    background-color: #E7BF31;
    border-radius: 30px;
    box-shadow: none;
    padding: 18px 25px;
    font-size: 14px;
    border: 1px solid #E7BF31;
    color: #fff;
}

.btn-white:hover,
.btn-white:focus {
    background-color: #C29B16;
    border: 1px solid #C29B16;
    color: #fff;
    outline: none;
    outline-offset: 0;
    box-shadow: none;
}

.btn-white-small {
    padding: 10px 20px;
}

.course-detail .modal-dialog {
    min-width: 90%;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}

.promocodeapplied {
    padding: 6px 1px 4px 0px;
    color: #299F07;
    text-align: right;
}

.promo-sec {
    display: flex;
    justify-content: end;
}

.promo-sec form p {
    margin: 0;
    padding: 1px 1px 0px 0px;
    font-size: 14px;
}

.promocodeapplied img {
    margin-right: 8px;
}

.removePromocode {
    display: flex;
    justify-content: flex-end;
}

.removePromocode .btn-link {
    padding-right: 2px;
    margin-top: -15px;
}

.promo-sec td {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: transparent !important;
}

.feedback-wrapper h1 {
    font-size: 32px;
    padding-bottom: 11px;
}

/* blog page css */

button {
    transition: ease all 0.3s;
}

.blog-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-link-bold {
    border: none;
    color: #22669a;
    font-weight: 600;
    font-size: 14px;
    background-color: transparent;
    display: flex;
    align-items: center;
}

.btn-link-bold svg {
    margin-right: 8px;
    fill: #236499;
}

.btn-link-bold:hover,
.btn-link-bold:focus,
.btn-link-bold:focus-visible,
.btn-link-bold:active,
.btn-link-bold:active:focus {
    color: #00689D;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.btn-link-bold:hover svg,
.btn-link-bold:focus svg {
    fill: #00689D;
}

.blog-pagination .btn-link-bold {
    padding-left: 4px;
    padding-right: 4px;
}

.newpost-btn.btn-link-bold svg {
    margin-right: 0;
    margin-left: 8px;
}

.blog-listing {
    padding: 40px 0;
}

.bloglisting-row {
    display: flex;
    padding-bottom: 40px;
}

.blog-img {
    max-width: 320px;
    min-width: 320px;
    width: 320px;
    flex: 1;
    margin-right: 32px;
}

.blog-content {
    flex: 2;
}

.postedDate {
    padding-top: 5px;
    padding-bottom: 15px;
    color: #838283;
}

.bloglink {
    color: #00689D;
}

.blog-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blogContinue {
    padding-top: 20px;
}

.login-btn-outer-header .elementor-widget-container {
    display: flex;
    justify-content: flex-end;
}

/* .btn{
    background-color: transparent;
} */
.blog-listing .bloglisting-row:last-child {
    padding-bottom: 0;
}

.blog-sidebar {
    padding: 60px 0 0 0;
}

.blog-card {
    background-color: #EBF6FE;
    padding: 16px 24px;
    border-radius: 5px;
    margin-bottom: 24px;
}

.blog-card .subtitle-2 {
    margin-bottom: 16px;
}

.recentpost-row {
    display: flex;
    margin-bottom: 16px;
}

.recentpost-row:hover {
    cursor: pointer;
}

.recentpost-pic {
    max-width: 55px;
    min-width: 55px;
    width: 55px;
    margin-right: 16px;
    border-radius: 5px;
}

.recentpost-des {
    flex: 2;
}

.recentpost-row:hover {
    color: #236499
}

.blogSidebar-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blogSidebar-links ul li {
    display: block;
}

.blogSidebar-links ul li a {
    position: relative;
    padding: 3px 0 3px 24px;
    display: block;
    font-size: 16px;
    color: #22669a;
}

.blogSidebar-links ul li a::before {
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid #7CA2C1;
    content: "";
    top: 10px;
    left: 0;
    border-radius: 50%;
}

.blogSidebar-links ul li a:hover {
    color: #00689D;
    text-decoration: none;
}


.blog-details {
    flex-direction: column;
}

.bloglisting-row.blog-details .blog-img {
    margin-bottom: 15px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}

.blog-details h4 {
    margin-bottom: 15px;
}

.blog-details p {
    margin-bottom: 25px;
}

.blogBottombtns {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.blogBottombtns .btn {
    margin-right: 8px;
    margin-bottom: 16px;
    white-space: normal;
}

.req-content {
    padding: 5px 20px;
}

.req-content .subtitle-2 {
    margin-bottom: 5px;
}

.req-list {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

ul.req-list li {
    position: relative;
    padding-left: 24px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}

ul.req-list li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #00689D;
    border-radius: 50%;
    top: 8px;
    left: 0;
}

ul.req-list li ul {
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
}

ul.req-list li ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #236499;
    border-radius: 50%;
    top: 8px;
    left: 0;
}

ul.otherlinks {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

ul.otherlinks li {
    display: block;
}

ul.otherlinks li a {
    color: #00689D;
    font-size: 14px;
    padding: 3px 0;
    display: inline-block;
    line-height: 1;
}

.popup-address {
    font-size: 14px;
}

.modal-body .subtitle-1 {
    color: #22669a;
}

.modal-header .close {
    opacity: 1;
    color: #fff;
}

.modal-header .close:hover {
    background-color: transparent;
    opacity: 1;
}

.modal-header {
    background-color: #22669a;
    color: #fff;
}

.btn-primary.u_register {
    padding: 15px 30px;
    background: #22669A;
}

.btn-primary.u_register:hover {
    background: #1f5278;
}

.u_login {
    padding: 10px 20px;
    background: transparent;
    color: #00689D !important;
    margin-right: 10px;
    font-weight: 600;
}

.u_login:hover {
    color: #00476B;
    background-color: transparent;
}

.u_login:focus {
    background: none;
}

.banner-course-list ul li a label,
.banner-course-list ul li a {
    cursor: pointer;
    padding: 2px 9px 3px;
}

ul.li_option li input[type="checkbox"]:checked+label svg {
    fill: #fff;
}

ul.li_option li input[type="checkbox"]:checked+label {
    background: #22669a;
    border-radius: 3px;
    color: #fff !important;
}

.blueState {
    color: #00689D;
    display: block;
}

.banner-course-features ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: flex-start;
}

.banner-course-features li {
    border-right: 1px solid #D3D3D3;
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 15px;
    flex: 1;
}

.banner-course-features li:first-child {
    padding-left: 0;

}

.banner-course-features li:last-child {
    padding-right: 0;
    border-right: none;
}

.banner-course-features li label {
    color: #838283;
    font-size: 13px;
    margin: 0;
    display: block;
    font-weight: 400;
    line-height: 1.6;
}

.banner-course-features li span.course-apr {
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 400;
    white-space: nowrap;
}

.banner-course-features li span.course-apr img {
    max-width: 16px;
    margin-right: 8px;
}

.course-feature-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btn-link-new {
    border: none;
    color: #22669a;
    font-weight: 400;
    font-size: 14px;
    background-color: transparent;
    display: flex;
    align-items: center;
}

.btn-link-new svg {
    margin-right: 8px;
    fill: #236499;
}

.btn-link-new:hover,
.btn-link-new:focus {
    color: #00689D;
    text-decoration: none;
}

.btn-link-new:hover svg,
.btn-link-new:focus svg {
    fill: #00689D;
}

.btn-link-new-right-icon svg {
    margin-left: 8px;
}

.btn-link-new-right-icon {
    padding-right: 0;
}

.vert-divider {
    border-right: 1px solid #00689D;
    height: 25px;
}

.course-detail {
    padding: 40px 0;
}

.course-right-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.course-right-btns .btn {
    margin-left: 16px;
}

ul.topic-include {
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

ul.topic-include li {
    min-width: 50%;
    max-width: 50%;
    width: 50%;
    margin-bottom: 10px;
}

ul.topic-include li span {
    background-color: #F5F5F5;
    display: inline-block;
    position: relative;
    padding: 2px 15px 2px 25px;
    font-size: 14px;
    line-height: 1.6;
}

ul.topic-include li span::before {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border: 2px solid #00689D;
    border-radius: 50%;
    content: "";
}

.course-price-chart {
    background-color: #F5F5F5;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    padding: 15px;
    margin-top: 25px;
    margin-bottom: 20px;
    box-shadow: none;
}

.price-table th {
    font-weight: 400;
    font-size: 14px;
    color: #00689D;
    padding: 3px 8px !important;
    white-space: nowrap;
}

.price-table td {
    font-weight: 400;
    font-size: 14px;
    color: #1D1D1C;
    padding: 3px 8px !important;
    border: none !important;
    line-height: 1.4;
    vertical-align: top;
}

.price-table td.light-color {
    color: #838283;
}

.inaddition {
    border-top: 1px solid #C2C2C2;
    padding-top: 15px;
    font-size: 14px;
    color: #838283;
    line-height: 1.6;
    padding-right: 5%;
}

ul.requirment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.requirment-list li {
    position: relative;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 8px;
    line-height: 1.6;
}

ul.requirment-list li::before {
    position: absolute;
    top: 12px;
    left: 0;
    width: 8px;
    height: 8px;
    content: "";
    border: 2px solid #00689D;
    border-radius: 50%;
}

ul.requirment-list li ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}

ul.requirment-list li ul li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #5D5D63;
    line-height: 1.6;
    margin-bottom: 2px;
}

ul.requirment-list li ul li::before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    content: "";
    background-color: #82CCED;
    border: none;
    border-radius: 50%;
}

.state-accordion p {
    margin-bottom: 15px;
}

.state-accordion .panel-body {
    padding: 25px;
}

.state-accordion .panel-heading {
    font-size: 18px;
}

.state-accordion .panel-group .panel+.panel {
    margin-top: 10px;
}

ul.requirment-list li h5 {
    margin-bottom: 8px;
    font-size: 18px;
}

ul.requirment-list.withHeading li::before {
    top: 8px;
}

ul.requirment-list-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.requirment-list-links li a {
    color: #00689D;
    font-size: 16px;
    display: inline-block;
    padding: 2px 0;
}

ul.requirment-list-links li a:hover {
    color: #236499;
}

li#menu-item-48 ul.sub-menu {
    width: 500px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5px;
    flex-direction: column;
    flex-wrap: wrap;
    height: 495px;
    position: absolute;
    padding-top: 40px;
}

.hfe-nav-menu .sub-menu li.menu-item {
    min-width: 33.333%;
}

.hfe-nav-menu .sub-menu li.menu-item a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

body.home .elementor-icon-box-icon svg path {
    fill: #22669a !important;
}

.state-req-list {
    display: inline-block;
    width: calc(25% - 5px);
    position: relative;
    padding-left: 10px;
    font-size: 15px;
}

.state-req-list:before {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #236499;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 61px;
}

.state-list-req:after {
    position: absolute;
    content: ",";
    color: #1D1D1C;
}

.btn-primary[disabled] {
    background-color: #519e2e;
    border-color: #519e2e;
}

.state-list-req a {
    color: #1D1D1C;
}

.state-list-req {
    display: inline-block;
    margin-right: 3px;
    position: relative;
    padding: 0 5px;
    font-size: 16px;
    line-height: normal;
}

.state-list-req:last-of-type:after {
    display: none;
}

.course-content>p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.course-list-wrapper.bundle-wrapper .course-content>p {
    -webkit-line-clamp: 10;
}
.course-content h5.subtitle-2 span {
    color: white;
    font-size: 13px;
    font-style: italic;
    margin-left: 5px;
    background: #299F07;
    padding: 2px 8px 2px 8px;
    border-radius: 17px;
    display: inline-block;
    line-height: 1.4;
}

.member-tabs {
    background-color: #F5F5F5;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
}

.tab-heading {
    font-size: 18px;
    font-weight: 400;
    padding: 10px 24px;
}

ul.member-tab-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.member-tab-menu li {
    display: block;
    border-bottom: 1px solid #D3D3D3;
}

ul.member-tab-menu li:first-child {
    border-top: 1px solid #D3D3D3;
}

ul.member-tab-menu li:last-child {
    border-bottom: none;
}

ul.member-tab-menu li a {
    color: #00689D;
    font-size: 16px;
    padding: 10px 24px;
    display: block;
    position: relative;
    transition: ease all 0.3s;
}

ul.member-tab-menu li a:hover,
ul.member-tab-menu li a:focus,
ul.member-tab-menu li a.active {
    color: #fff;
    background-color: #00689D;
    position: relative;

}

ul.member-tab-menu li a.active {
    position: relative;
}

ul.member-tab-menu li a:hover::after,
ul.member-tab-menu li a:focus::after,
ul.member-tab-menu li a.active::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 21px;
    right: 18px;
    background-image: url(../images/arrow-white.svg);
    background-size: 16px 16px;
    background-position: center right;
    background-repeat: no-repeat;
}

.reg-id {
    display: flex;
    align-items: center;
}

.reg-id-img {
    max-width: 20px;
    min-width: 20px;
    margin-right: 10px;
}

.labelreg {
    font-size: 12px;
    color: #838283;
}

.regnum {
    color: #1D1D1C;
    font-size: 14px;
}

.regimg {
    display: inline-block;
    margin-right: 10px;
    max-width: 50px;
}

.regimg img {
    border-radius: 5px;
}

.reg-title {
    font-size: 16px !important;
    font-weight: 400 !important;
    display: flex;
    align-items: center;
}

.register-table table.table td {
    border-bottom: none;
    vertical-align: middle;
}

/* .register-table table.table td:first-child{
    padding-left: 0;
}
.register-table table.table td:last-child{
    padding-right: 0;
} */
#sidebar.normal-sidebar #block-32 ul li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 25px;
    padding-bottom: 7px;
}

.blog-heading-homepage p {
    margin-bottom: 0;
}

#sidebar.normal-sidebar #block-32 .widget-inner {
    margin-top: -23px;
}

.single.single-post #sidebar.normal-sidebar #block-32 .widget-inner,
.archive.tag #sidebar.normal-sidebar #block-32 .widget-inner,
.archive.category #sidebar.normal-sidebar #block-32 .widget-inner,
.archive.date #sidebar.normal-sidebar #block-32 .widget-inner {
    padding: 10px;
    margin-top: -10px;
}

#sidebar.normal-sidebar #block-32 ul {
    background: #EEF8FE;
    padding: 10px 30px;
    margin-top: -10px;
}

#sidebar.normal-sidebar #block-32 ul li:before {
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid #7CA2C1;
    content: "";
    top: 11px;
    left: 0;
    border-radius: 50%;
}

#sidebar.normal-sidebar #block-32 ul li a {
    font-size: 16px;
}

#sidebar.normal-sidebar #block-31 {
    padding-bottom: 0;
}

.icon-custom-courses .icon-box .icon,
.icon-custom-courses .elementor-icon {
    position: relative;
}

.icon-custom-courses .icon-box .icon:after,
.icon-custom-courses .elementor-icon:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: #519e2e;
    opacity: 0.2;
    border-radius: 111px;
    bottom: -21px;
    left: 21px;
}

.checks-sec ul li:after {
    background: url(../../../uploads/2023/03/12.svg);
    width: 30px;
    position: absolute;
    content: "";
    top: 0;
    height: 30px;
    left: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.checks-sec ul {
    padding: 0;
    margin-top: 10px;
}

.checks-sec ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    padding-left: 27px;
    font-size: 16px;
}

.checks-sec p {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.icon-custom-courses h3.elementor-icon-box-title {
    font-size: 32px;
    font-weight: 300 !important;
}

.register-table {
    padding-bottom: 20px;
}

.register-table table.table td .course-title {
    display: inline-block;
    white-space: normal;
    font-size: 16px;
}

.light-gray {
    color: #838283;
}

.approve-test ul.topic-include li {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
}

.pleasevisit {
    background-color: #EBF6FE;
    border-radius: 10px;
    padding: 10px 15px;
    border: 1px solid #7CA2C1;
    display: flex;
    align-items: center;
    font-size: 16px;
    max-width: 430px;
}

.pleasevisit img {
    min-width: 20px;
    margin-right: 15px;
}

.pleasevisit a {
    display: inline-block;
}

.small-btn-flex {
    display: flex;
    align-items: center;
}

.doi-info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.pass-badge {
    font-weight: 400;
    color: #299F07;
    border-radius: 5px;
    border: 1px solid #299F07;
    background: transparent;
}

.failed-badge {
    font-weight: 400;
    color: #B40029;
    border-radius: 5px;
    border: 1px solid #B40029;
    background: transparent;
}

.course-action {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

.course-btn-link {
    padding: 4px 2px;
}

.vert-tab-content {
    display: none;
}

.welcome-acc {
    font-size: 22px;
    margin: 20px 0px;
    font-weight: normal;
    color: #236499;
}

.course-detail .listItem h2 {
    font-size: 22px;
    font-weight: normal;
    background: #00689D;
    color: #fff;
    padding: 11px 5px 11px 11px;
    border-radius: 10px 10px 0px 0px;
}

.course-detail .listItem .level1 ul li h3 {
    font-size: 18px;
    font-weight: normal;
}

.course-detail .listItem .level1 ul li ul li {
    font-size: 15px;
}

.course-detail .level1 {
    display: none;
    padding: 10px 30px;
    font-size: 15px;
}

.course-detail .level1>ul {
    padding: 0;
}

.course-detail .level1 a {
    color: #22669a;
    font-size: 15px;
}

.course-detail .level1 p {
    margin-bottom: 10px;
}

.course-detail .level1 h3 {
    font-size: 18px;
    font-weight: bold;
}

.course-detail .listItem>p {
    margin-bottom: 5px;
    padding-left: 20px;
}

.course-detail .listItem .togglelink {
    padding: 6px 5px 1px 20px;
}

.course-detail .listItem {
    border: 1px solid #D3D3D3;
    margin-bottom: 24px;
    border-radius: 10px;
}

.course-detail .course-price-chart::before {
    display: none;
}

.couponClass {
    display: none;
}

.couponClass input[type="text"] {
    min-height: unset;
}

.promo-sec {
    display: flex;
    justify-content: end;
}

.couponClass .btn-secondary-outline {
    padding: 5px 10px 5px 10px;
    margin-left: 15px;
    border-radius: 4px;
}

td#addCoupon {
    cursor: pointer;
    color: #22669a;
    font-weight: 600;
}

.header-super-parent {
    left: 0 !important;
}

/* launch question screen css */

.question-launch-wraper {
    padding: 50px 0;
}

.launch-btn-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
}

.btn-secondary-outline-small svg {
    margin-right: 8px;
    fill: #FFF;
    max-width: 16px;
}

.btn-secondary-outline-small:hover svg,
.btn-secondary-outline-small:focus svg {
    fill: #fff;
}

.flex-btn {
    display: flex;
    align-items: center;
}

.launch-btn-header .btns-left {
    display: flex;
}

.launch-btn-header .btns-left .btn {
    margin-right: 16px;
}

.btn-link svg {
    margin-right: 8px;
    fill: #22669a;
}

.btn-link:hover svg,
.btn-link:focus svg {
    fill: #00689D;
}

.question-box {
    border: 1px solid #82CCED;
    border-radius: 10px;
    margin-top: 10px;
}

.question-box-header {
    background-color: #F5F5F5;
    padding: 16px 24px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #D3D3D3;
}

.question-box-body {
    padding: 24px 24px;
}

.blue-heading {
    color: #22669a;
}

.question-ttl {
    font-weight: 700;
    font-size: 16px;
}

.questions-radio {
    padding-top: 5px;
}

.questions-radio input[type="radio"] {
    margin-top: 4px;
}

.question-prevnext {
    padding: 0 0 10px 0;
    margin-left: -10px;
    display: flex;
    align-items: center;
}

.question-prevnext .newpost-btn {
    margin-left: 20px;
}

.question-answer p {
    margin-bottom: 20px;
}

.chapter-list-row {
    display: flex;
    font-size: 16px;
    padding: 5px 0;
    align-items: center;
}

.chapter-no {
    min-width: 80px;
}

.chapter-name {
    flex: 2;
    display: flex;
    font-weight: 700;
    align-items: center;
}

.chapter-arrow {
    border: 1px solid #FF0000;
    border-radius: 15px;
    padding: 5px 15px;
    color: #FF0000;
    font-size: 12px;
    font-weight: 400;
    margin-left: 30px;
    position: relative;
    line-height: 1;
    white-space: nowrap;
}

.chapter-arrow::before {
    position: absolute;
    content: "";
    top: 9px;
    left: -21px;
    width: 20px;
    height: 6px;
    background: url(../images/red-arrow.png) top center no-repeat;
}

.course-rules {
    padding: 16px 0;
    max-width: 750px;
}

.course-rules ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.course-rules ul li {
    position: relative;
    font-size: 16px;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.course-rules ul li::before {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #00689D;
    content: "";
    top: 12px;
    left: 0;
}

.course-policy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #EBF6FE;
    border: 1px solid #7CA2C1;
    padding: 24px;
    border-radius: 10px;
    max-width: 750px;
    margin-top: 40px;
}

.course-policy-left {
    flex: 2;
}

.note-ttl {
    font-size: 16px;
    font-weight: 700;
}

.course-note {
    padding-top: 40px;
}

.bookcourse-ttl {
    margin: 15px 0;
    font-size: 24px;
    font-weight: 500;
}

.course-rules h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
}

.datecourse {
    color: #FF0000;
    font-weight: 500;
}

.course-information {
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    max-width: 750px;
    margin-top: 30px;
}

.course-information h4 {
    background-color: #F5F5F5;
    margin-bottom: 0;
    border-bottom: 1px solid #D3D3D3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.course-info-body {
    padding: 24px;
}

.course-info-body .table tr:first-child td {
    border-top: none;
}

.course-info-body .table {
    margin-bottom: 0;
}

.course-info-body .table td {
    vertical-align: middle;
}

.form-group label.error {
    border: none !important;
}

.order-complete-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 20px;
    padding-bottom: 20px;
}

.order-complete-end .orderId {
    flex: 1;
}

.order-complete-end .orderInvoiceNum {
    flex: 1;
    text-align: right;
}

.order-complete-end p {
    margin-bottom: 10px;
}

.common-table table.orderTotal-table {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
}

.common-table table.orderTotal-table tr.order-blue {
    background-color: #E3F2FE;
}

.common-table table.orderTotal-table tr td.bold {
    font-weight: 700;
}

ul.approvetest-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.approvetest-list li {
    margin-bottom: 10px;
}

ul.approvetest-list li span {
    font-size: 16px;
    padding: 3px 10px 3px 35px;
    background-color: #F5F5F5;
    position: relative;
    display: inline-block;
    border-radius: 5px;
}

ul.approvetest-list li span::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #00689D;
    border-radius: 50%;
    top: 16px;
    left: 15px;
}

.course-cate-row {
    display: flex;
    padding-top: 40px;
}

.course-catelog {
    border: 1px solid #7CA2C1;
    padding: 20px 25px;
    display: inline-block;
    background-color: #EBF6FE;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

h3.hw-it-title.main-title {
    font-size: 22px;
}

h3.hw-it-title.main-title~p {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 10px;
}

.customer_speaks_owl_carousel {
    padding: 40px 40px 20px 40px;
}

.customer_speaks_owl_carousel .owl-item .item {
    min-height: 214px;
    text-align: center;
    background-color: #FFFFFF;
    margin: 15px 15px 15px 15px;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 0px #bbb;
    border-style: none;
    padding: 40px 40px 20px 40px;
}

.customer_speaks_owl_carousel .testimonial-slider {
    overflow: hidden;
}

.how-it-works-sec h4 {
    margin-bottom: 10px;
}

.customer_speaks_owl_carousel .profile-image img {
    width: 60px;
}

#customer_speaks_slider a .btn-secondary-outline {
    padding: 15px 30px;
    font-size: 15px;
}

#customer_speaks_slider .owl-nav {
    display: none;
}

.dis-block {
    display: block;
}

span.profile-info {
    text-align: left;
}

.profile-image {
    display: inline-block;
    margin-right: 2rem;
}

.comment-bio {
    display: inline-flex;
}

.how-it-works-tile .jkit-icon-box-wrapper {
    height: auto !important;
    min-height: 359px;
    padding-bottom: 10px !important;
}

li.custom_added_menu_mob {
    padding: 10px 15px !important;
}

.archive.tag .page-heading h1,
.archive.date .page-heading h1,
.archive.category .page-heading h1 {
    font-size: 32px;
}

.archive.tag .page-heading,
.archive.date .page-heading,
.archive.category .page-heading {
    background-color: #eaeaea;
    background-image: linear-gradient(268deg, #E7BF31 0%, #00689D 100%);
    opacity: 0.76;
    color: #fff;
    padding: 25px 10px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background-color: #22669a;
    border: solid 2px #22669a !important;
    color: #fff;
}

.archive.date .pathway,
.archive.category .pathway {
    width: 100%;
    text-align: left;
    display: none;
}

.archive.date .pathway ol.breadcrumbs,
.archive.category .pathway ol.breadcrumbs {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 13px;
}

.single.single-post .custom_top_banner_sec .post_blog_title {
    text-align: left;
}

.top-courses-container {
    overflow-x: hidden !important;
}

.req-btn {
    position: relative;
    z-index: 1;
}

.hide-tr-rq {
    margin-top: -34px;
    position: relative;
    z-index: 1;
    background: #fff;
    padding-bottom: 30px;
}

@media screen and (min-width: 767px) {
    .customer_speaks_owl_carousel {
        padding: 20px !important;
    }
}

@media screen and (min-width: 1025px) {
    .custom_added_menu_mob {
        display: none !important;
    }
}

.footer-parent .custom_added_menu_mob {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .elementor-11 .elementor-element.elementor-element-681717e {
        width: 20%;
    }

    .elementor-11 .elementor-element.elementor-element-d3ca162 {
        width: 33%;
    }

    .elementor-11 .elementor-element.elementor-element-e9c1547 {
        width: 30%;
    }

    .elementor-11 .elementor-element.elementor-element-e49bbd3 {
        width: 15%;
    }

    .elementor-element-cc27798>div {
        justify-content: space-between;
    }

    .elementor-11 .elementor-element.elementor-element-092f8ea nav.hfe-dropdown {
        overflow: hidden;
    }

    .elementor-11 .elementor-element.elementor-element-092f8ea .hfe-dropdown.menu-is-active {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .how-it-works-tile .jkit-icon-box-wrapper {
        min-height: unset;
    }

    .header-parent>div {
        display: block;
    }

    .banner-box-header {
        flex-wrap: wrap;
    }

    .checks-sec ul li {
        width: 100%;
    }

    #monitored-exam.monitored-exam-content {
        right: unset;
        left: 0;
    }

    .monitored-exam-content:before {
        right: unset;
        left: 10px;
    }
}

.icon-sec-home .heading-section-description p {
    margin-bottom: 8px;
}

.why-fastrack-outer .heading-section-description p {
    margin-bottom: 4px;
}

.course-catelog img {
    margin-right: 10px;
}

.course-catelog p {
    margin-bottom: 0;
    font-size: 18px;
}

.elementor-element-266c200 .elementor-widget-text-editor .elementor-widget-container {
    width: 100% !important;
    padding-top: 29px !important;
    position: unset !important;
    margin: 0 auto !important;
    margin-right: unset !important;
}

.blog-post-item .item-content {
    border: 0;
}

.blog-post-item .item-content h3 {
    line-height: 20px;
    margin-bottom: 1rem;
}

.elementor-2288 .elementor-element.elementor-element-3720c4b>.elementor-widget-container {
    background-color: #22669A !important;
}

.category_name_show {
    position: absolute;
    top: 0;
    left: 0;
    background: #236499;
    z-index: 1;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    border-radius: 0px 41px 41px 0px;
}

.course-card-body h4 a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 17px;
}

.dis-none {
    display: none;
}

.slider-add-cart {
    padding: 4px 10px;
    background: transparent;
    border: 1px solid #519E2E;
    color: #519E2E !important;
    font-size: 13px;
}

.slider-add-cart:hover {
    color: #FFFFFF !important;
    background-color: #3E7C23;
}

.slider-add-cart[disabled] {
    color: #fff !important;
}

.courses-slider .owl-carousel .owl-nav button span {
    font-size: 33px;
}

.nationwide-avail>div {
    padding: 30px 10px 31px 40px !important;
}

.state-list-req a {
    color: #22669A;
}

/* home slider css */
.courses-slider .owl-item {
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    background-color: #fff;
}

.course-image {
    max-height: 180px;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.course-card-body {
    padding: 15px;
}

.course-card-body h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
}

.cours-des-row {
    display: flex;
    justify-content: space-between;
}

.course-hours {
    display: flex;
    align-items: center;
}

.c-icon {
    max-width: 24px;
    margin-right: 15px;
}

.c-hrs {
    flex: 2;
}

.c-hrs-label {
    font-size: 12px;
    line-height: normal;
    color: #838283;
}

.c-hrs-v {
    font-size: 15px;
    color: #299F07;
    line-height: normal;
}

.state-v {
    color: #1D1D1C;
}

.course-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.cp-label {
    font-size: 12px;
    color: #1D1D1C;
    line-height: 1;
}

.cp-price {
    font-size: 26px;
    font-weight: 300;
    color: #1D1D1C;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    font-size: 50px;
    line-height: 1;
    padding: 4px 7px !important;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 35%;
    left: -40px;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 35%;
    right: -40px;
}

.owl-carousel .owl-stage {
    padding: 0 0 15px 0;
}


#blog-sidebar .category-list-item::before {
    content: unset !important;
}

/* }
.elementor-2288 .elementor-element.elementor-element-6be488c .jeg-elementor-kit.jkit-categorylist .jkit-category.category-list-item {
    list-style: circle;
    display: list-item;
	margin-left: 1.5em;
    font-size: 20px;
	color:#7CA2C1;
}
.elementor-element.elementor-element-1bf128a.elementor-widget.elementor-widget-sidebar .widget ul.wp-block-archives-list li {
    list-style: circle;
    font-size: 20px;
    margin-left: 1em;
	color:#7CA2C1;
} */
.elementor-element.elementor-element-1bf128a.elementor-widget.elementor-widget-sidebar .widget ul.wp-block-archives-list li ::marker {}

.elementor-element.elementor-element-1bf128a.elementor-widget.elementor-widget-sidebar .widget ul.wp-block-archives-list li:before {
    content: unset !important;
}

.elementor-element-1bf128a .widget_block.widget_archive ul.wp-block-archives-list li:before {
    content: unset !important;
}

.elementor-2288 .elementor-element.elementor-element-8c26b62 .jeg-elementor-kit.jkit-postlist article a {
    align-items: flex-start !important;
    margin: 10px;
}

.elementor-2288 .elementor-element.elementor-element-8c26b62 .jeg-elementor-kit.jkit-postlist article a .jkit-postlist-title {
    line-height: 1.2 !important;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-item .item-content>h3>a {
    font-size: 19px;
    font-weight: 600;
    line-height: normal;
}

.item-content a.blog_reading_btn {
    background: #22669a !important;
    color: #fff !important;
    border: none;
}

.item-content .blog_reading_btn:hover,
.item-content .blog_reading_btn:active,
.item-content .blog_reading_btn:focus {
    background-color: #1f5278 !important;
    border-color: transparent;
}

a:hover,
a:focus {
    color: #22669a;
}

/* timeline CSS  */

.timeline {
    position: relative;
    padding: 40px 0 0px 0;
    box-sizing: border-box;
}

.timeline:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #c5c5c5;
}

.timeline ul {
    padding: 40px 0 0 0;
    margin: 0;
}

.timeline ul li {
    list-style: none;
    position: relative;
    width: 50%;
    padding: 0px 40px 20px 40px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.timeline ul li:nth-child(odd) {
    float: left;
    text-align: right;
    clear: both;
}

.timeline ul li:nth-child(even) {
    float: right;
    text-align: left;
    clear: both;
}

.timeline ul li:last-child {
    margin-bottom: 0;
}

.timeline .content {
    background: #F5F5F5;
    padding: 15px 25px;
    border-radius: 5px;
}

.timeline ul li:nth-child(odd):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    right: -6px;
    background: #22669a;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #D3D3D3;
}

.timeline ul li:nth-child(even):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    left: -4px;
    background: #22669a;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #D3D3D3;
}

.timeline ul li h3 {
    padding: 0;
    margin: 0;
    font-weight: 600;
}

.timeline ul li p {
    margin: 0;
    padding: 0;
}

.timeline ul li .time h4 {
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.timeline ul li:nth-child(odd) .time {
    position: absolute;
    top: 6px;
    right: -115px;
    margin: 0;
    padding: 8px 16px;
    background: #22669a;
    color: #fff;
    border-radius: 50px;

}

.timeline ul li:nth-child(even) .time {
    position: absolute;
    top: 6px;
    left: -115px;
    margin: 0;
    padding: 8px 16px;
    background: #22669a;
    color: #fff;
    border-radius: 50px;

}

/* timeline css end */
.feedback-wrapper {
    padding-top: 40px;
}

.entry-content ul li {
    font-size: 16px;
}

.dataTables_wrapper .dataTables_length select {
    background-color: #fff !important;
    border: 1px solid #9E9E9E !important;
    border-radius: 5px !important;
    min-height: 50px;
    color: #1D1D1C !important;
}

.dataTables_wrapper .dataTables_filter input {
    background-color: #fff !important;
    border: 1px solid #9E9E9E !important;
    border-radius: 5px !important;
    min-height: 50px;
    color: #1D1D1C !important;
}

.dataTables_filter {
    text-align: left;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0;
}

#myTable_filter {
    text-align: left;
}

#myTable_filter input {
    margin-left: 0;
}

.account-setting-form span {
    display: inline-block;
}

.entry-content ul {
    padding: 0;
}

.elementor-2288 .elementor-element .elementor-element-8c26b62 .elementor-widget-container {
    padding: 6px 10px 0px 10px !important;
}

.course-detail .container>h3,
.course-detail .state_requirment_body>h3 {
    font-size: 18px;
}

.course-detail .container>h3,
.course-detail .container>p,
.course-detail .state_requirment_body>h3,
.course-detail .state_requirment_body>p {
    padding-left: 20px;
}

.course-material-download-modal .modal-body {
    font-size: 16px;
}

.course-material-download-modal .modal-footer {
    padding: 10px 10px 10px;
}

/* Media CSS */

@media(max-width:1200px) {
    .blog-img {
        max-width: 240px;
        min-width: 240px;
        width: 240px;
    }
}


@media(max-width:991px) {
    .review-col {
        width: calc(100% - 30px);
        min-width: calc(100% - 30px);
    }

    .c-left-sidebar {
        width: 100%;
        padding-right: 15px;
    }

    .c-right-side {
        width: 100%;
        padding-left: 15px;
    }

    .course-bdr {
        border-left: none;
    }

    .course-list-row {
        flex-direction: column;
    }

    .course-detail-row {
        min-width: 100%;
        padding-left: 130px;
    }

    h1 {
        font-size: 46px;
    }

    .login-row {
        flex-direction: column;
    }

    .login-col-left {
        order: 2;
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

    .login-col-right {
        order: 1;
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

    .banner-course-features li {
        flex: inherit;
    }

    .c-headingrow {
        display: flex;
        flex-direction: column;
    }

    .c-headingrow .col-md-8 {
        order: 2;
    }

    .course-right-btns {
        margin-bottom: 20px;
    }
}

@media(max-width:767px) {
    .review-page h2 {
        font-size: 22px;
    }

    .state-req-list {
        width: calc(50% - 5px);
    }

    div#blog-right-sidebar {
        padding: 20px;
    }

    .header-cartview {
        display: unset !important;
    }

    .approvetest {
        padding-top: 40px;
    }

    .review-col {
        width: calc(100% - 30px);
        min-width: calc(100% - 30px);
    }

    .course-pic {
        width: 55px;
        height: 50px;
        max-width: 55px;
        max-height: 50px;
        min-width: 55px;
        min-height: 50px;
    }

    .course-detail-row {
        min-width: 100%;
        padding-left: 130px;
        flex-direction: column;
    }

    .course-type {
        display: flex;
        flex: 1;
        margin: 10px 0;
        align-items: center;
    }

    .course-price {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .price-label {
        padding-left: 25px;
    }

    .course-content .subtitle-2 {
        font-size: 16px;
        line-height: 23px;
    }

    .cart-action-footer {
        align-items: flex-start;
        padding: 20px 0 60px 0;
        flex-direction: column-reverse;
    }

    .cart-primary-action {
        justify-content: flex-end;
        margin-bottom: 30px;
        width: 100%;
    }

    .empty-cart-btn {
        align-items: center;
        margin-top: 30px;
    }

    .cart-second-action {
        align-items: flex-end;
        flex: 1;
        flex-direction: column;
        width: 100%;
    }

    .cart-promotional-box {
        padding: 20px;
        align-items: flex-start;
    }

    .cart-box {
        padding: 0 20px;
        border-bottom: 1px solid #D3D3D3;
    }

    .cart-process ul {
        flex-direction: column;
    }

    .cart-process ul li.arrow {
        display: none;
    }

    .cart-process ul li {
        margin: 0 0 15px 0;
    }

    .phone-info {
        right: 10px;
    }

    .seperator-space {
        padding: 20px 0;
    }

    h1 {
        font-size: 30px;
    }

    h3 {
        font-size: 28px;
    }

    h2 {
        font-size: 32px;
    }

    h4 {
        font-size: 22px;
    }

    .banner-box {
        padding: 20px;
    }

    .banner-course-list ul {
        align-items: flex-start;
        flex-direction: column;
    }

    .banner-course-list ul li {
        border-right: none;
        border-bottom: 1px solid #82CCED;
        width: 100%;
    }

    .banner-course-list ul li a {
        padding: 10px 15px 10px 0;
    }

    .banner-course-list {
        margin-top: 10px;
    }

    .login-col-left {
        padding: 20px;
    }

    .login-col-right {
        padding: 20px;
    }

    .login-row {
        margin: 0px 0 20px 0;
        border: none;
        border-radius: 0;
    }

    .login-col-left h4 {
        display: none;
    }

    .whitelogo {
        display: none;
    }

    .newaccount {
        padding: 30px 0 10px 0;
    }

    .req-content {
        padding-left: 0;
        padding-right: 0;
    }

    .banner-course-features ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        list-style: none;
        align-items: flex-start;
        flex-direction: column;
    }

    .banner-course-features li {
        margin-bottom: 10px;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #D3D3D3;
        padding-left: 0;
    }

    .course-feature-links {
        flex-direction: column;
    }

    .vert-divider {
        display: none;
    }

    ul.topic-include {
        flex-direction: column;
    }

    ul.topic-include li {
        min-width: 100%;
        max-width: 100%;
        width: 100%;

    }

    .registered-courses {
        padding-top: 30px;
    }

    #myTable_wrapper {
        padding-top: 20px;
    }

    .dataTables_length {
        padding: 0 15px;
        text-align: left;
    }

    .dataTables_length label {
        display: block;
        text-align: left;
    }

    #myTable_filter {
        padding: 0 15px;
        text-align: left;
    }

    #myTable_filter label {
        display: block;
    }

    #myTable_filter input {
        margin-left: 0;
    }

    .account-setting-form {
        padding: 30px 15px 0 15px;
    }

    #approve-test {
        margin-top: 30px;
    }

    #course-history {
        margin-top: 30px;
    }

    #order-history {
        margin-top: 30px;
    }

}


@media(max-width:640px) {
    .bloglisting-row {
        flex-direction: column;
    }

    .blog-img {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .blogDes h3 {
        line-height: 30px;
    }

    .launch-btn-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .launch-btn-header .btns-right {
        margin-top: 10px;
        margin-left: -5px;
    }

    .chapter-list-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .chapter-name {
        align-items: flex-end;
        flex-direction: column;
    }

    .course-policy {
        flex-direction: column;

    }

    .course-policy-right {
        margin-top: 20px;
    }

    .course-policy-left {
        text-align: center;
    }

    .order-complete-end {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* timeline css */

@media(max-width:1000px) {
    .timeline {
        width: 100%;
    }
}

@media(max-width:767px) {
    .timeline {
        width: 100%;
        padding-bottom: 0;
        padding-top: 0;
    }

    .timeline:before {
        left: 10px;
        height: 100%;
    }

    .timeline ul li:nth-child(odd),
    .timeline ul li:nth-child(even) {
        width: 100%;
        text-align: left;
        padding-left: 30px;
        padding-bottom: 30px;
        padding-right: 10px;
    }

    .timeline ul li:nth-child(odd):before,
    .timeline ul li:nth-child(even):before {
        top: -18px;
        left: 6px;
    }

    .timeline ul li:nth-child(odd) .time,
    .timeline ul li:nth-child(even) .time {
        top: -30px;
        left: 35px;
        right: inherit;
    }

    .timeline .content {
        margin-top: 30px;
    }

    .timeline ul li .time h4 {
        font-size: 18px;
    }

    .timeline ul li:nth-child(odd) .time {
        padding: 4px 16px;
    }

    .timeline ul li:nth-child(even) .time {
        padding: 4px 16px;
    }

    .timeline ul li:last-child {
        padding-bottom: 0;
    }
}

.topmost-header>div>.call-link-header {
    margin-right: 20px;
}

.topmost-header>div>.blog-link-header,
.topmost-header>div>.call-link-header {
    border-right: 1px solid #ccc;
    margin-right: 0px;
}

.topmost-header>div>div {
    width: auto !important;
}

.topmost-header>div>.call-link-header {
    margin-right: 10px;
}

.topmost-header>div>.blank-link-header {
    width: 50% !important;
}

.topmost-header>.elementor-container,
.container {
    padding-left: 15px !important;
    padding-right: 15px;
}

.blue-btn-fastrackCE {
    background: #22669a;
}

.blue-btn-fastrackCE:hover {
    background: #1f5278;
}

@media (min-width: 768px) {

    .topmost-header>.elementor-container,
    .container {
        width: 750px !important;
    }
}

@media (min-width: 992px) {

    .topmost-header>.elementor-container,
    .container {
        width: 970px !important;
    }
}

@media (min-width: 1200px) {

    .topmost-header>.elementor-container,
    .container {
        width: 1170px !important;
    }
}
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}
.username~span, .user_password~span, .user_password_login~span {
    color: #22669A;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    cursor: pointer;
}

section.custom_top_banner_sec .post_blog_title h3 {
    display: none;
}

section.custom_top_banner_sec p {
    margin-bottom: 0;
}

#content .post-item-meta-data {
    display: none;
}

.info-ach-ico h4 {
    display: inline-block;
}

.info-ach-ico i {
    color: #22669A;
    margin-left: 10px;
    font-size: 18px;
    cursor: pointer;
}

label.use_this_address span {
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.pad0 {
    padding-left: 0;
    padding-right: 0;
}

.info-ach-ico h4.modal-title {
    margin-bottom: 0;
}

.info-ach-ico h4.modal-header {
    border: none;
}

.info-ach-ico h4.modal-body {
    padding: 0;
}

.hide-pp {
    display: none;
}

form.form-404.search-form {
    display: none;
}

.img_404 {
    width: 433px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.outer_404 {
    background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgb(220 240 255) 0%, rgb(255 255 255) 100%);
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.outer_404 h1 {
    color: #22669A;
    font-size: 43px;
    width: 100%;
    text-align: center;
}

.outer_404 p {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin: 15px 0 40px 0px;
}

.error404 .page-heading {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        display: none;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu+.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        display: block;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal {
        border-bottom: 2px solid #236499;
    }
}

.tooltip-toggle {
    cursor: not-allowed;
    position: relative;
}

.tooltip-toggle svg {
    height: 18px;
    width: 18px;
}

.tooltip-toggle::before {
    position: absolute;
    top: -41px;
    left: -14px;
    background-color: #2B222A;
    border-radius: 5px;
    color: #fff;
    content: attr(aria-label);
    padding: 5px;
    text-transform: none;
    transition: all 0.5s ease;
    width: 132px;
}

.tooltip-toggle::after {
    position: absolute;
    top: -12px;
    left: 54px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #2B222A;
    content: " ";
    font-size: 0;
    line-height: 0;
    margin-left: -5px;
    width: 0;
}

.tooltip-toggle::before,
.tooltip-toggle::after {
    color: #efefef;
    line-height: normal;
    font-size: 16px;
    opacity: 0;
    pointer-events: none;
    text-align: center;
}

.tooltip-toggle:focus::before,
.tooltip-toggle:focus::after,
.tooltip-toggle:hover::before,
.tooltip-toggle:hover::after {
    opacity: 1;
    transition: all 0.75s ease;
}
.d-none{
    display: none;
}
.package-course-parent .course-content h4 {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 15px;
}
.package-course-parent .course-content > span {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    line-height: normal;
    overflow: visible;
    text-overflow: unset;
}
.pl30{
    padding-left: 30px !important;
}
.hideTemp {
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    z-index: -9999;
    opacity: 0;
    position: fixed;
    left: -9999px;
}
.bundle-details-parent > p, .bundle-details-parent > h2 {
    font-size: 16px;
    line-height: normal;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
}
.bundle-details-parent .course-list-wrapper {
    padding: 0;
    border: none;
}
.bundle-details-heading{
    margin-bottom: 20px;
}
.package-course-parent .course-content h4 {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
}
.package-course-parent .product img {
    border-radius: 6px;
}
.package-course-parent .product {
    margin-bottom: 5px;
}
.package-course-parent .product .product-title {
    font-size: 16px;
}
.bundle-pic{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
}
.cart_btn_swal{
    color: #fff !important;
}
.swal2-cancel {
    background: transparent !important;
    color: #595959 !important;
    padding: 0 !important;
    width: 100% !important;
    margin-bottom: 10px !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #22669A !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
    box-shadow: none !important;
}
.add-course-btn svg {
    fill: #fff;
}
.theme-gold {
    color: #E1C154 !important;
}
.renewal_form_custom {
    width: 425px;
    border: 1px solid #eee;
    max-width: 100%;
    box-shadow: 0 2px 5px 1px #ccc;
    margin-top: 9px;
    border-radius: 10px;
}
.renewal_form_custom h4{
    margin-bottom: 20px;
    padding: 14px 20px 10px 20px;
    background: #22669A;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}
.renewal_form_custom input, .renewal_form_custom select {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ddd;
    color: #777;
    width: 172px;
    height: 40px;
    padding: 8px 10px;
    font-size: 13px;
}
.renewal_form_custom label {
    width: 172px;
    font-weight: normal;
    font-size: 14px;
}
.renewal_form_custom > .infusion-field {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6px;
    width: 100%;
    padding-left: 20px;
}
.infusion-submit {
    margin-bottom: 15px;
}
.infusion-calendar-wrapper input {
    width: 111px;
    margin-right: 5px;
}
.infusion-calendar-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.renewal_form_custom img.logo_form {
    display: none;
}
.renewal_form_custom .infusion-field .span-required-field {
    color: red;
    font-weight: bold;
}
.infusion-calendar-wrapper input {
    width: 151px;
    margin-right: 5px;
}
.renewal_form_custom input:focus {
    background: #fff;
    box-shadow: 0 0px 1px 1px #22669A;
}
.renewal_form_custom table td, .renewal_form_custom table th {
    padding: 0 !important;
    font-size: 14px !important;
}
.calendar-picker-container {
    position: relative;
}
.pikaday-container {
    position: absolute;
    left: 0;
    z-index: 12;
}
.course-content ul{
    padding-left: 15px;
    font-size: 16px;
    line-height: 26px;
}
.theme-ftceGreen{
    color: #519E2E !important;
}
.welcome-div {

}
.content-wel-outer {
    margin-top: 20px;
}
.content-wel-outer img{
    width: 252px;
    margin: 0 auto;
    display: block;
}
.content-wel-outer h3{
    font-size: 18px;
    line-height: normal;
    margin-top: 20px;
    text-align: center;
    font-weight: normal;
}
.content-wel-outer a{
    height: auto;
    padding: 12px 20px;
    margin: 0 auto;
    margin-top: 40px;
    display: block;
    width: 131px;
    margin-bottom: 10px;
}
/* .close-ico{
    font-size: 17px;
    font-family: sans-serif;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
} */
.renew-how-it-w-parent h3 {
    margin-bottom: 20px;
}
.renew-how-it-w-parent ul {
    font-size: 15px;
    line-height: 25px;
}
.renew-how-it-w-parent p {
    margin-bottom: 10px;
}
.renewal-content-parent{
margin-top: 30px;
}
.note-renew{
    line-height: 19px;
    margin: 14px 0;
}
.renew-form-parent h4{
    font-size: 17px;
    font-weight: normal;
}
.renew-form-parent {
    padding-left: 30px;
}
.renew-form-parent select, .renew-form-parent select:focus{
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.renew-form-parent select {
    background: transparent !important;
    background-image:url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position-x: 100% !important;
    background-position-y: 8px !important;
}
.infusion-field {
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .renewal_form_custom{
        width: 100%;
    }
    .renew-form-parent {
        padding-left: 0;
    }
}
.welcome-div .findCourseTitle {
    display: none;
}
.welcome-div .elementor-form-fields-wrapper {
    width: 100%;
    justify-content: center;
}
#first-step h4 {
    margin-bottom: 15px;
}
.checkout-wrapper .seperator-space{
    padding: 15px 0;
}
.course-list-wrapper.package-course-parent ul {
    display: none;
}
@media screen and (min-width: 1025px) {
    .topmost-header {
        position: fixed !important;
        height: 56px;
        top: 0;
        z-index: 100;
        border: none !important;
        border-bottom: 1px solid #D3D3D3 !important;
    }
    .header-super-parent {
        margin-top: 50px !important;
    }
    .admin-bar .topmost-header {
        top: 32px;
    }
}
@media screen and (max-width: 767px) {
    .non-logged-in .header-parent{
        margin-top: 50px !important;
    }
    .non-logged-in .top-cart-header-mob {
        position: fixed !important;
        top: 0;
        z-index: 100;
        left: 0 !important;
        right: 0px !important;
        width: 100% !important;
    }
}
.mb5{
    margin-bottom: 5px;
}
.already_reg{
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 15px;
    display: block;
}
.payment_method_box .form-group{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.payment_method_box .form-group .radio{
    margin-right: 20px;
}
.add-cart-swal .swal2-confirm{
    padding: 0 !important;
}
.add-cart-swal .swal2-confirm a{
    padding: 10px 32px;
    display: block;
}
.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after{
    background-color: #22669A;
}
.clearcert {
    width: 100%;
    margin-top: 32px;
}
.clearcert img {
    width: 82px;
}
.examResult .swal2-html-container {
    font-size: 16px;
}
.fail-pop {
    padding-top: 3px;
    width: 100%;
    display: block;
}
/* new state landing page css */
.custom-container{
	max-width: 1170px;
	width: 100%;
	padding: 0 25px;
}
.themeColorCodeBlue{
	color: #22669A;
}
.backgroundColorCodeGrey{
    color:  #F5F5F5;
}
.btn-primary {
    background-color: #22669A;
    border-radius: 30px;
    box-shadow: none;
    padding: 15px 30px;
    font-size: 14px;
    color: #fff !important;
}
.btn-primary:hover {
    background: #1f5278;
}
.custom-center{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.btn-green {
    background-color: #519E2E;
    border-radius: 30px;
    box-shadow: none;
    padding: 15px 30px;
    font-size: 14px;
    color: #fff !important;
}
.btn-green:hover {
    background-color: #3e7c23 !important;
}
.yellowColorCode{
	color: #E1c154;
}

header.custom-center {
    padding: 7px 0;
    border-bottom: 1px solid #d3d3d3;
    background: #F5F5F5;
}
header.custom-center img {
    width: 160px;
}
.features-lp {
    padding: 15px;
    background: #22669A;
    color: #fff;
}
.features-lp ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: 100%;
}
.features-lp ul li {
    list-style: none;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.features-lp ul li i {
    font-size: 22px;
    margin-right: 6px;
}
.state-map-section {
    padding: 20px 0;
    position: relative;
}
.state-map-section:before {
    content: "";
    background: url("/wp-content/uploads/2025/01/landing_banner1.png");
    height: 180px;
    width: 142px;
    position: absolute;
    left: 0;
    top: 50%;
    background-repeat: no-repeat;
    background-size: 142px;
    opacity: 0.6;
    transform: translateY(-80%);
    z-index: -1;
}
.state-map-section:after {
    content: "";
    background: url(/wp-content/uploads/2025/01/landing_banner2.png);
    height: 199px;
    width: 164px;
    position: absolute;
    right: 0;
    top: 30px;
    background-repeat: no-repeat;
    background-size: 162px;
    opacity: 0.36;
    z-index: -1;
}
.img_container {
    width: 40%;
    padding-right: 50px;
    position: relative;
}
.banner_rt {
    width: 60%;
}
.img_rating {
    width: 95px;
    margin-right: 15px;
}
.heading_sec {
    margin: 10px 0 20px 0px;
}
.heading_sec h1 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 53px;
    line-height: 54px;
}
.stay_in_touch h2, .faq_parent h2, .social_reviews h2, .benefits_sec h2, .how_it_works_sec_n h2 {
    font-weight: 600;
    font-size: 53px;
}
.heading_sec span {
    background: #006746;
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 20px;
}
.banner_rt >img {
    width: 510px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin: 20px 0;
}
.rating-lp {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
}
.banner_rt_content >p {
    margin: 0 0 10px;
    width: 100%;
    position: relative;
    padding-left: 25px;
}
.payment_sec {
    display: inline-flex;
    align-items: center;
    border: 1px solid #eee;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.payment_sec span{
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px;
    font-style: italic;
}
.payment_logos_sec >img {
    height: 35px;
    margin-right: 10px;
    border: 1px solid #f7f7f7;
    border-radius: 6px;
}
.Checkout_sec{
    font-size: 18px;
}
.banner_rt_content >p:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    color: #519E2E;
    margin-right: 5px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 1px;
}

.banner_rt_content >p span {
    width: calc(100% - 25px);
    font-weight: bold;
}
.bottom_features span:before {
    content: "\f3ed";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #e1c154;
    font-size: 17px;
    margin-right: 10px;
}
.bottom_features p {
    margin-bottom: 10px;
}
.bottom_features span {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    color: #848484;
    font-weight: 600;
}
.stay_in_touch h2, .stay_in_touch p, .faq_parent h2, .faq_parent p, .social_reviews h2, .social_reviews p, .benefits_sec h2, .benefits_sec p, .how_it_works_sec_n h2, .how_it_works_sec_n p {
    width: 100%;
    text-align: center;
}
.benefits_content h3, .how_it_works_sec_n  h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}
.stay_in_touch p, .faq_parent p, .social_reviews .custom-container > p, .benefits_sec h2 + p, .how_it_works_sec_n h2 + p {
    font-size: 21px;
    margin-top: 20px;
    font-weight: 600;
    color: #4d4d4d;
}
.stay_in_touch p {
    font-size: 18px;
}
.stay_in_touch, .social_reviews, .features_sec, .how_it_works_sec_n {
    background: #F5F5F5;
    padding: 50px 0;
}
.how_it_works_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.how_it_works_content > div {
    display: flex;
    width: calc(33% - 30px);
    flex-wrap: wrap;
    height: 100%;
    margin-right: 30px;
    padding: 20px 20px 4px 20px;
    flex-direction: column;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 0 10px 0px #ccc;
    position: relative;
}
.how_it_works_content > div:nth-child(1):after {
    background: url("/wp-content/uploads/2025/01/curved-arrow.png");
    background-size: 81px;
    content: "";
    position: absolute;
    right: -73px;
    width: 84px;
    height: 79px;
    background-repeat: no-repeat;
    transform: rotate(25deg);
    z-index: 1;
}
.how_it_works_content > div:nth-child(2):before {
    background: url("/wp-content/uploads/2025/01/curved-arrow.png");
    background-size: 81px;
    content: "";
    position: absolute;
    right: -63px;
    width: 84px;
    height: 79px;
    background-repeat: no-repeat;
    z-index: 1;
    transform: scaleY(-1) rotate(45deg);
    bottom: 60px;
}
.how_it_works_content > div img {
    height: 90px;
}
.how_it_works_content > div h3 {
    text-align: center;
    font-size: 24px;
    width: 100%;
    margin-top: 15px;
}
.how_it_works_content > div ul li {
    margin-bottom: 8px;
    line-height: 24px;
}
.how_it_works_content > div ul {
    padding-left: 20px;
    font-size: 16px;
}
.how_it_works_content .top_sec {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 20px;
}
.how_it_works_content > div:last-child {
    margin-right: 0;
}
.how_it_works_content .top_sec:after {
    content: "";
    width: 50px;
    height: 50px;
    background: #519e2e;
    display: block;
    position: absolute;
    opacity: 0.2;
    border-radius: 111px;
    top: 57px;
    margin: 0 auto;
}
.faq_parent, .benefits_sec {
    padding-top: 50px;
}
.benefits_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px dotted #ccc;
    padding: 50px 0;
}
.benefits_content img {
    width: 460px;
    border-radius: 12px;
    box-shadow: 0 0 10px 0px #ccc;
}
.benefits_content p {
    font-size: 18px;
}
.benefits_content .rt {
    width: calc(100% - 460px);
    padding: 20px 20px 20px 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
.benefits_content .rt p {
    text-align: left;
}
.benefits_content:nth-child(even) {
    flex-direction: row-reverse;
}
.benefits_content:nth-child(even) .rt {
    padding-left: 0;
    padding-right: 35px;
}
.benefits_content:last-child {
    border: 0;
}
.features_sec .custom-container {
    padding-bottom: 0;
}
.bottom-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.bottom-row .rating-lp {
    width: 100%;
    justify-content: center;
    margin: 25px 0 20px 0px;
}
.bottom-row .br {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.bottom-row .br .payment_sec {
    background: #fff;
}
.whats_included_parent .custom-container{
    padding: 0;
}
.whats_included_parent .benefits_content .rt {
    align-items: center;
    width: calc(100% - 560px);
    padding-right: 40px;
}
.whats_included_parent .benefits_content{
    padding-top: 0;
}
.whats_included_parent .benefits_content .rt ul {
    padding-left: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 16px;
    list-style: none;
}
.whats_included_parent .benefits_content img {
    box-shadow: none;
    width: 560px;
    border: 1px solid #699ca9;
    align-self: center;
    border-radius: 10px;
}
.whats_included_parent .benefits_content .rt p{
    width: 430px;
    text-align: center;
    max-width: 100%;
}
.whats_included_parent .benefits_content .rt ul li {
    margin-bottom: 20px;
    background: #f5f5f5;
    padding: 20px 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    border: 1px solid #d3d3d3;
    margin-right: 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(33% - 13px);
    flex-direction: column;
    position: relative;
}
.whats_included_parent .benefits_content .rt ul li:nth-child(1), .whats_included_parent .benefits_content .rt ul li:nth-child(2) {
    width: calc(50% - 10px);
}
.whats_included_parent .benefits_content .rt ul li:nth-child(2), .whats_included_parent .benefits_content .rt ul li:nth-child(5) {
    margin-right: 0;
}
.whats_included_parent .benefits_content .rt ul li i {
    width: 100%;
    text-align: center;
    color: #22669A;
    font-size: 33px;
    margin-bottom: 10px;
}
.whats_included_parent .benefits_content .rt ul li span {
    display: block;
    width: 100%;
    text-align: center;
}
.whats_included_parent .benefits_content .rt ul li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #519E2E;
    border-radius: 1000px;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}
.review_content_parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.review_content_parent .review_boxes {
    width: calc(33% - 20px);
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 0 6px 0px #ddd;
}
.review_content_parent .review_boxes i {
    text-align: center;
    font-size: 63px;
    color: #22669A;
    width: 120px;
    height: 120px;
    border: 1px solid;
    border-radius: 1111px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
}
.review_boxes img {
    align-self: center;
    margin: 20px 0px 10px 0px;
    width: 132px;
    border-radius: 211px;
    border: 1px solid #22669A;
}
.review_boxes img.img_rating{
    border: 0;
}
.review_content_parent .review_boxes span {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 22px;
    margin-bottom: 20px;
}
.review_content_parent .review_boxes p {
    margin-bottom: 0;
    position: relative;
}
.review_content_parent .review_boxes p::before, .review_content_parent .review_boxes p::after {
    font-family: "Font Awesome 5 Free";
    color: #22669A;
    content: "\f10d";
    font-size: 33px;
    font-weight: 900;
    margin-right: 10px;
    opacity: 0.15;
}
.review_content_parent .review_boxes p::after {
    content: "\f10e";
    margin-left: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.review_content_parent .review_boxes .top_sec_r {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.faq_parent{
    padding-bottom: 30px;
}
.faq_parent .lft {
    width: 40%;
    padding-right: 40px;
}
.faq_parent .rt{
    width: 60%;
}
.accordion_parent div {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.accordion_parent h3 {
    cursor: pointer;
    transition: color 0.3s;
}
.accordion_parent h3 {
    border: 1px solid #d3d3d3;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 30px;
    margin-bottom: 20px;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
}
.accordion_parent h3::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 20px;
}
.accordion_parent h3.active::after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 20px;
}
.accordion_parent h3.active {
    border-radius: 6px 6px 0px 0px;
    background: #22669A;
    color: #fff;
    margin: 0;
}
.accordion_parent div p {
    margin: 0;
    text-align: left;
    padding: 20px 20px 20px 30px;
    font-size: 16px;
    line-height: 25px;
    border: 1px solid #d3d3d3;
    border-top: 0;
    margin-bottom: 26px;
    font-weight: normal;
}
.faq_parent .custom-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.stay_in_touch .features-lp {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    color: #22669A;
}
.landing_footer .custom-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.landing_footer .footer_img {
    width: 313px;
    max-width: 100%;
}
.landing_footer .payment_sec {
    border: none;
    padding: 0;
    margin: 0;
}
.contact_footer {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
}
.contact_footer a {
    width: 100%;
}
.contact_footer a i {
    margin-right: 5px;
}
.landing_footer {
    padding: 20px 0;
}
.landing_footer .payment_sec img {
    height: 19px;
    margin-right: 5px;
    border-radius: 2px;
}
.contact_footer a span {
    color: #000333;
}
.select_course_parent #get_state{
    display: none;
}
.select_course_parent .findCourseSubmit {
    padding: 0;
}
.select_course_parent .get_select_category_field {
    padding: 0;
    padding-left: 10px;
    margin-right: 20px;
}
.select_course_parent label {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
}
.select_course_parent .findCourseSubmit button{
    padding: 10px 20px 10px 20px;
}
.select_course_parent form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    padding: 14px 30px;
    box-shadow: 0px 0px 10px 0px #e0e0e0;
    border-radius: 7px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.select_course_parent form.flashing{
    animation: shine 2s infinite;
}
@keyframes shine {
    0% {
      box-shadow: 0px 0px 10px 0px #b0b0b0; /* Slightly darker default shadow */
    }
    50% {
      box-shadow: 0px 0px 15px 5px rgba(181, 181, 181, 0.6), /* More prominent shadow with darker tone */
                  0px 0px 20px 10px rgba(181, 181, 181, 0.5);
    }
    100% {
      box-shadow: 0px 0px 10px 0px #b0b0b0; /* Returning to slightly darker default shadow */
    }
  }
#seeMore {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #22669A;
    cursor: pointer;
    margin-top: 5px;
}
#expandable {
    font-size: 16px;
    display: none;
}
#dots{
    display: inline;
}
.select_course_parent {
    display: flex;
    flex-wrap: wrap;
}
.benefits_content .bottom-row {
    width: 100%;
    margin-top: 60px;
}
.select_parent select {
    border: 1px solid #69727d;
    background-color: transparent;
    color: #1a1c1e;
    vertical-align: middle;
    margin-right: 10px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px;
    padding-right: 20px;
    font-size: 15px;
    width: 100%;
    appearance: none;
}
.select_parent:before{
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
.select_parent {
    position: relative;
}
.select_course_parent .select_parent {
    margin: 0 20px;
}
.select_course_parent form .btn-primary {
        padding: 11px 30px;
}
.temp{
    display: none;
}
.img_container img {
    width: 100%;
    border-radius: 10px;
    filter: contrast(103%) brightness(102%);
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.img_container span{
    display: none;
}
.nowrap{
    white-space: nowrap;
}
.bundle-heading-n {
    color: #519E2E;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 4px;
}
.info-cus {
    color: #519E2E !important;
    font-size: 14px;
    margin-bottom: 0;
}
.info-cus:before{
    content: "\f05a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}
@media (max-width: 1199px) {
    .heading_sec h1 {
        font-size: 45px;
    }
    .stay_in_touch h2, .faq_parent h2, .social_reviews h2, .benefits_sec h2, .how_it_works_sec_n h2 {
        font-size: 38px;
    }
    .whats_included_parent .benefits_content .rt ul li {
        padding: 10px 5px;
    }
}
@media (max-width: 991px) {
    .state-map-section:before, .state-map-section:after{
        display: none;
    }
    .img_container {
        width: 100%;
        padding-right: 0;
    }
    .img_container img {
        height: auto;
        width: auto;
        margin: 0 auto;
        display: block;
    }
    .banner_rt {
        width: 100%;
        margin-top: 30px;
    }
    .how_it_works_content > div {
        width: calc(33% - 10px);
        margin-right: 0px;
        padding: 20px 15px 5px 15px;
    }
    .benefits_content .rt {
        width: 100%;
    }
    .benefits_content img {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }
    .whats_included_parent .benefits_content .rt {
        width: 100%;
    }
    .whats_included_parent .benefits_content img {
        width: auto;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .how_it_works_content > div {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .select_course_parent .select_parent {
        margin: 10px 0px 20px 0px;
        width: 100%;
    }
    .review_content_parent .review_boxes {
        width: 100%;
        margin-bottom: 20px;
    }
    .features-lp {
        padding: 10px 0px;
        width: calc(100% - 50px);
        margin: 0 auto;
        margin-top: 0;
        border-radius: 0px 0px 10px 10px;
    }
    .stay_in_touch .features-lp {
        padding: 10px 20px;
        width: 100%;
    }
    .features-lp ul li {
        width: 100%;
    }
    .heading_sec h1 {
        display: none;
    }
    .img_container span {
        display: block;
        font-size: 40px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        line-height: 61px;
        color: #fff;
        padding: 0 20px;
        text-shadow: 0px -3px 8px #000;
        max-width: 398px;
    }
    .img_container:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.6);
        border-radius: 9px;
        background-image: radial-gradient(circle, rgba(255, 255, 255, 0.8) 15%, transparent 18%);
        background-size: 3px 3px;
        background-position: center;
        mix-blend-mode: overlay;
        z-index: 1;
    }
    .stay_in_touch h2, .faq_parent h2, .social_reviews h2, .benefits_sec h2, .how_it_works_sec_n h2 {
        font-size: 33px;
    }
    .benefits_content .rt {
        padding-bottom: 0;
    }
    .benefits_content {
        padding-top: 0;
        border-bottom: none;
    }
    .select_course_parent form {
        padding: 13px 25px 20px 25px;
    }
    .payment_logos_sec >img {
        height: 27px;
    }
    .payment_sec span {
        padding: 10px 0px 0px 0px;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .payment_sec {
        flex-wrap: wrap;
        justify-content: center;
    }
    .benefits_content .rt {
        padding-left: 0;
    }
    .whats_included_parent .custom-container {
        padding: 0 25px;
    }
    .whats_included_parent .benefits_content .rt {
        padding-right: 0;
    }
    .whats_included_parent .benefits_content .rt ul {
        padding-left: 0;
    }
    .faq_parent, .benefits_sec {
        padding-top: 30px;
    }
    .whats_included_parent .benefits_content .rt ul li span {
        line-height: 25px;
    }
    .faq_parent .lft {
        width: 100%;
        padding-right: 0;
    }
    .faq_parent .rt {
        width: 100%;
    }
    .accordion_parent h3 {
        padding: 10px 20px;
        line-height: 26px;
    }
    .accordion_parent h3::after {
        top: 15px;
    }
    .accordion_parent h3 {
        margin-bottom: 10px;
    }
    .landing_footer .custom-container {
        justify-content: center;
    }
    .contact_footer a {
        margin: 0;
        text-align: center;
    }
    .contact_footer {
        margin-top: 10px;
    }
    .landing_footer .payment_sec {
        margin-top: 10px;
    }
    .how_it_works_content > div:nth-child(1):after, .how_it_works_content > div:nth-child(2):before{
        display: none;
    }
    .btn-primary.u_register, .select_course_parent form .btn-primary {
        width: 100%;
        font-weight: 600;
        font-size: 16px;
    }
    .banner_rt {
        margin-top: 15px;
    }
    .state-map-section {
        padding: 5px 0;
    }
    .benefits_content .bottom-row {
        margin-top: 10px;
    }
}