
/* .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #F9B143;
} */

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    /*background: #d46118;*/
    background:#04206a;
    color: #fff;
}


.home__banner {
    background-image: url('../images/banner-bg.webp?a=1');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.home__banner__2 {
    background-image: url('../images/banner-bg-2.webp?a=1');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.home__banner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.83) 0%, rgba(83, 83, 83, 0) 100%);
    z-index: -1;
}

.re-course label {
    font-size: 0.75rem;
    position: relative;
    display: inline-block;
    background: #fff;
    top: 12px;
    left: 8px;
    padding: 0px 8px;
}

.main-banner {
    background-image: url('../images/main-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.main-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/overlay.png');
    background-size: cover;
    background-position: 100%;
    z-index: -1;
}

.main-banner-inner {
    /*background-image: url('../images/banner-2.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.top-ul li {
    /* background: rgb(0 0 0 / 83%); */
    border-radius: 100%;
    margin-right: 10px;
}

.box {
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    max-width: 446px;

}

.box h2,
.box p {
    color: #0B0B0B;
}

.box .form-control {
    display: block;
    height: 50px;
    line-height: 2.5;
    border-color: #666666;
    /*background-color: #ededed;
    border: 0px solid #ced4da;*/
}

.ranking h1 {
    font-size: 64px;
    line-height: 64px;
    color: #F0AD4E;
    position: relative;
    z-index: 1;
}

.ranking h1:before {
    position: absolute;
    content: '';
    color: #E2E2E2;
    left: 0;
    right: 0;
    background-image: url(../images/star.png);
    background-size: contain;
    background-position: center;
    height: 89px;
    margin: 0 auto;
    background-repeat: no-repeat;
    z-index: -1;
    top: -26px;
}

.woocommerce-billing-fields__field-wrapper .form-row label {
    font-size: 0.75rem;
    position: relative;
    display: inline-block !important;
    background: #fff;
    top: 12px;
    left: 8px;
    padding: 0px 8px;
    z-index: 999;
}

/* Woocommerce custom style */
.select2-container .select2-selection--single {
    height: auto !important;
}

.input-text,
.select2-selection__rendered {
    padding: 0.5rem !important;
}

.woocommerce-additional-fields {
    display: none;
}

.woocommerce-info {
    display: none;
}

tr.cart_item,
tr.cart-subtotal,
.order-total {
    border-bottom: 1px solid #dee2e6 !important;
}

tr.cart_item td,
tr.cart-subtotal td,
.order-total td {
    padding: 10px 0;
}

/* #instructorsCarousel .item {
    border-radius: 25px;
    background: #fff;
} */
.instructors-item {
    height: 100%;
}

.instructors-item img {
    width: 64px !important;
    height: 64px !important;
    object-fit: cover;
}

/* Licesing Page */
.step-list li {
    padding: 0 20px;
}
.step-list li:last-child {
    margin-bottom: 20px;
}
.step-list p {
    position: relative;
}
.pricing-box {
    border: 1px solid #d86200!important;
    box-sizing: border-box;
}

.sale-price {
    width: max-content;
}

.sale-price:before {
    content: '';
    background: #EE3124;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 10px;
}

.sale-price-course {
    width: max-content;
}

.sale-price-course:before {
    content: '';
    background: #EE3124;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 10px;
}

.video-box {
    width: 231px;
    height: 348px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 1.59%, rgba(0, 0, 0, 0) 69.68%), url(image.png);
    border-radius: 10px;
}

.video-box .poster {
    z-index: -1;
}

.video-box span {
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 24px auto;
    text-align: center;
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
}

div#studentReviews .item {
    min-height: 220px;
}

.wheretostart {
    position: relative;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.91) 0%, rgba(0, 0, 0, 0.6) 100%);
    /*height: 270px;*/
}

.save-section {
    content: '';
    background-image: url(../images/save-bg.webp);
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
}
.wheretostart:before {
    content: '';
    background-image: url(../images/not-sure-banner.webp);
    background-position: top center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
}

.step-list:before {
    content: '';
    background-image: url(../images/long-arrow.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: -1px top;
    background-size: contain;
    top: 8px;
}
























#courses_carousel .custom-item {
    background: #FFFFFF;
    border: 1px solid #C5C5C5;
    /* border: 1px solid #0973BA; */
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    border-radius: 0px;
    padding: 20px 5px 20px 20px;
    min-height: 300px;
    position: relative
}

.custom-item a {
    height: 38px;
    line-height: 37px
}

#courses_carousel .custom-item.best-seller {
    border: 1px solid #0973BA;
}

.review_box {
    height: 230px;
}

.owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
}

#partnerCarousel .item img {
    width: auto;
    margin: 0 auto;
    /*filter: contrast(0.1);*/
}

#partnerCarousel .item {
    border: 0;
    box-shadow: none;
    padding: 0;
}

.sign_up_section {
    background-image: url('../images/IMAGE.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* .shopping-cart {
  background: white;
  max-width: 360px;
  z-index: 9999999;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 20px;
  border-radius: 3px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform-origin: right top 0;
  -webkit-transform: scale(0);
  transform-origin: right top 0;
  transform: scale(0);
} */
.shopping-cart {
    background: white;
    max-width: 400px;
    z-index: 9999999;
    width: 100%;
    position: absolute;
    top: 34px;
    right: 0px;
    border-radius: 3px;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%) !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform-origin: right top 0;
    -webkit-transform: scale(0);
    transform-origin: right top 0;
    transform: scale(0);
    min-width: 360px;
}

.shopping-cart.active {
    opacity: 1;
    -webkit-transform-origin: right top 0;
    -webkit-transform: scale(1);
    transform-origin: right top 0;
    transform: scale(1);
}

.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
}

.shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right;
}

.shopping-cart .shopping-cart-items {
    padding-top: 20px;
}

.shopping-cart .shopping-cart-items li {
    margin-bottom: 18px;
}

.shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 12px;
    max-width: 70px;
    max-height: 70px;
}

.shopping-cart .shopping-cart-items .item-name {
    display: block;
    font-size: 11px;
    color: #000;
    font-weight: 600;
}

.shopping-cart .shopping-cart-items .item-detail {
    display: block;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.shopping-cart .shopping-cart-items .item-price {
    color: #fcc12a;
    margin-right: 8px;
    font-weight: 600;
    font-size: 18px;
}

.shopping-cart .shopping-cart-items .item-quantity {
    color: #ABB0BE;
}

.shopping-cart:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
}
.book-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.courses-details .nav-link:focus, .courses-details .nav-link:hover {
    color: #ff9600!important;
    border-bottom: 2px solid #ff9600!important;
    padding-bottom: 10px ;
}
.courses-details .nav-link{ 
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
}
.courses-details .nav-link.active{ 
    color: #ff9600!important;
    border-bottom: 3px solid #ff9600!important;
    padding-bottom: 10px;
}
.courses-details a:hover{
    color: #67687b;
}
.liscense-imgs img{
    height: 32px;
}

.tab-content .accordion-button{
    height: 50px;
}
.frequent-questions .accordion-button {
    height: 60px;
}
.border-top-orange{
    border-top: 1px solid #ff9600!important
}