/* UI/UX styles start */
@font-face {
    font-family: "Avenir Black";
    src: url(../fonts/Avenir-Black.ttf) format("TrueType");
}

@font-face {
    font-family: "Avenir Book";
    src: url(../fonts/Avenir-Book.ttf) format("TrueType");
}

@font-face {
    font-family: "Avenir Medium";
    src: url(../fonts/Avenir-Medium.ttf) format("TrueType");
}

@font-face {
    font-family: "Avenir Heavy";
    src: url(../fonts/Avenir-Heavy.ttf) format("TrueType");
}

@font-face {
    font-family: "Avenir Light";
    src: url(../fonts/Avenir-Light.ttf) format("TrueType");
}

.find .desc,
.find .card-uni {
    color: #808080;
}

.find .card-text {
    white-space: nowrap;
}

.fitme {
    font-size: 12px;
}

.find.course-list-msbm {
    margin-bottom: 40px;
}

.demanding-course .find {
    padding-top: 0;
}

.x-price {
    padding-right: 8px;
}

.subject-header-info {
    color: #808080;
    font-size: 1.2rem;
    /* font-style: italic; */
}

.pp-disclaimer .fineprint-txt {
    font-size: 11px !important;
}

#PT_express_checkout_wrap {
    position: fixed;
}

select {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.form-control {
    border: 1px solid #000000;
}

.border-dark,
.payment-summary {
    border: 1px solid;
}

.alert.userfeedback {
    margin: 0;
    border-radius: 0;
}

@media (min-width: 992px) {
    .pro-sticky-top {
        top: -1px;
    }
}

.free-course-tag {
    width: auto;
    min-width: 140px;
}

.bg-darkk,
.btn-dark {
    background-color: #000000 !important;
    color: #ffffff !important;
}

footer a.heading {
    color: #e2dfdf;
}

footer a.heading:hover {
    color: #ffffff;
}

.navbar-toggler-icon,
.toggler-icon {
    margin-left: 10px;
}

.form-control,
.custom-select {
    border: 1px solid #000;
    border-radius: 0px;
}

.cart-image-view {
    height: 100px;
    width: 100px;
    position: relative;
    overflow: hidden;
}

.review-image-view {
    height: 50px;
    width: 50px;
    position: relative;
    overflow: hidden;
}

.card-image-set {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}

.cart-view-sect:nth-child(odd) {
    background-color: #eee;
}

/* .cart-view-sect {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
} */

.cart-view-sect {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    /* border: 1px solid #b3b2b2; */
    margin-bottom: 15px;
}

.cart-view-sect .input-group-prepend,
.cart-view-sect .input-group-append {
    cursor: pointer;
}

.coupon-apply-sect {
    display: none;
}

.pos-sticky-top {
    position: sticky;
    top: 85px;
}

.btn-transparent {
    background-color: transparent;
}

.btn-transparent:hover {
    background-color: transparent !important;
    color: #fff !important;
}

/* .course-folder:hover .fa, .course-folder:hover .cart-nav-text{
    color: #fff;
} */

.in-cart-image-view {
    height: 40px;
    width: 40px;
    position: relative;
    overflow: hidden;
}

.in-cart-text {
    font-size: 8px;
}

.in-cart-view-sect {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.in-cart-view-sect:hover {
    background-color: #eee;
}

.add-relative {
    position: relative;
}

.count-wish {
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: 0;
    /* left: 30px; */
}

.img-wishlist-error {
    width: 150px;
}

.navbar-link-container .nav-link {
    color: rgb(11 11 11) !important;
    font-weight: 600;
}

.text-black {
    color: #000 !important;
}

.text-black:hover {
  color: #000 !important;
}

.font-xs {
    font-size: 15px;
}

.fw-600 {
    font-weight: 600;
}

.main-thumbnail-view .heading-find {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    /* font-family: 'Kumbh Sans', Arial, Helvetica, sans-serif; */
}

.main-thumbnail-view .card-title {
    font-weight: 700;
    font-size: 25px;
    /* font-family: 'Kumbh Sans', Arial, Helvetica, sans-serif; */
}

.main-thumbnail-view .desc {
    flex-grow: 1;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    /* font-family: 'Kumbh Sans', Arial, Helvetica, sans-serif; */
}

.main-thumbnail-view .card-text {
    color: #403f3f;
    font-size: 13px;
    font-weight: 700;
    /* font-family: 'Kumbh Sans', Arial, Helvetica, sans-serif; */
}

.main-thumbnail-view .card-img-wrap {
    overflow: hidden;
    position: relative;
    height: 250px;
}

.main-thumbnail-view .btn-normal {
    /* font-family: 'Kumbh Sans', Arial, Helvetica, sans-serif; */
    font-weight: 400;
}

.font-w-400 {
    font-weight: 400;
}

.strike-item {
    text-decoration: line-through;
}

.pad-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.font-fam {
    font-family: "Kumbh Sans", Arial, Helvetica, sans-serif;
}
.x-price {
    color: #dc3545;
}

.make-bold {
    font-weight: 700;
}

.bord-3 {
    border: 3px solid #ccc;
}

.bg-lighter-1 {
    background: #f4f4f4 !important;
}

.banner-split {
    min-height: 80vh;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
}

.banner-split .split-two-side {
    background-size: cover;
    background-position: center center;
    height: 100%;
}

.content-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.heading-x-large {
    font-size: 36px;
    font-weight: 600;
}

.heading-x-large span {
    display: block;
}

.top-location-sect .form-control {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    background-color: #f4f4f4 !important;
    color: #000 !important;
}

.view-content-body {
    display: flex;
    flex-direction: column;
}

.view-content-body .view-content-title {
    flex-grow: 1;
}

.thumb-ft {
    font-size: 1.8rem;
}

.thumb-img-holder {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.card-height {
    height: 100%;
}

.card-height .card-img {
    transition: all 0.5s ease-in-out;
}

.ob-fit {
    object-fit: cover;
    object-position: center center;
}

.img-size {
    height: 100%;
    width: 100%;
}

.carousel-position-center {
    top: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

.carousel-Home-Indict li {
    background-color: #000 !important;
}

.pie-chart-view-1 {
    height: 100px;
    width: 100px;
    border: 4px solid #12bcd7;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pie-chart-inner-text {
    font-size: 25px;
    font-weight: 700;
}

.sub-btn-pill {
    font-size: 0.7rem;
    line-height: 1.4;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    min-height: 40px;
    height: auto;
    width: auto;
    float: left;
    background-color: rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 20px;
    margin-bottom: 12px;
    margin-right: 10px;
}

.sub-btn-pill:hover {
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: none;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.6);
}

.cursor-pointer {
    cursor: pointer;
}

.bord-rad-50 {
    border-radius: 50px;
}

.review-content-sect .card {
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.progress-status:hover {
    cursor: pointer;
}

.progress-status:hover .bg-secondary.state-success {
    background-color: #28a745 !important;
}

.progress-status:hover .bg-secondary.state-primary {
    background-color: #007bff !important;
}

.progress-status:hover .bg-secondary.state-info {
    background-color: #17a2b8 !important;
}

.progress-status:hover .bg-secondary.state-warning {
    background-color: #ffc107 !important;
}

.progress-status:hover .bg-secondary.state-danger {
    background-color: #dc3545 !important;
}

.company-reply-container {
    display: flex;
    border-left: 3px solid crimson;
    padding: 16px 16px 16px 0;
    background-color: #f2f2f5;
}

.no-sticky {
    position: relative !important;
    top: 0;
}

.biz-carousel {
    position: relative;
    overflow: hidden;
    height: 500px;
    width: 500px;
}

.bg-dark-gradient {
    /* background-image: linear-gradient(to right top, #ab0000, #7b0000); */
    background-color: #fffaf5;
}

.bg-black {
    background-color: #000;
}

.carousel-Business-Indict {
    bottom: -20px;
}

.download-btn {
    width: 158px !important;
}

.download-text {
    font-size: 1rem;
    line-height: 1.3;
}

.ft-4 {
    font-size: 4rem;
}

.interactive-setup-form-title {
    font-weight: 700 !important;
    font-size: 32px !important;
}

.country-form-field {
    background: #333;
    color: #fff;
    font-size: 12px !important;
}

.no-image-hover {
    filter: inherit !important;
}

.auth-side-bg {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.d-login-pos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.img-border-rad-50 {
    border-radius: 50%;
}

.count-wish-2 {
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: -9px;
    right: -9px;
    color: white;
}

.ft-cart-title {
    font-size: 16px;
}

.sub-btn {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    min-height: 56px;
    height: auto;
    width: auto;
    float: left;
    background-color: rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 20px;
    margin-bottom: 12px;
    margin-right: 10px;
}

.split-bg-contain {
    background-size: contain !important;
    background-repeat: no-repeat;
}

.ft-md {
    font-size: 14px;
}

.course-image-view-sect {
    height: 200px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.badge-warning-lighten {
    color: #ffbc00;
    background-color: rgba(255, 188, 0, 0.18);
}

.badge-danger-lighten {
    color: #fa5c7c;
    background-color: rgba(250, 92, 124, 0.18);
}

.badge-success-lighten {
    color: #0acf97;
    background-color: rgba(10, 207, 151, 0.18);
}
.badge-info-lighten {
    color: #fff;
    background-color: #67cce9;
}

.badge-dark-lighten {
    color: #fff;
    background-color: #b2b2b2;
}

.course-nav {
    position: fixed;
    display: block;
    top: 62px;
    left: 0;
    width: 100%;
    min-height: 160px;
    background: #fff;
    box-shadow: 0 16px 11px -10px rgb(0 0 0 / 18%);
    z-index: 999;
    /* overflow: hidden; */
}

.ft-20 {
    font-size: 20px;
}

.badge-success-2 {
    background-color: #c0f2cb;
}

.nav-text-wrap {
    white-space: pre-wrap;
    line-height: 22px;
}

.nav-dropdown-item-link {
    display: flex;
    align-items: center;
}

.btn-bord-radius {
    border-radius: 4px;
}

.letter-space {
    letter-spacing: 0.1rem;
}

.btn-purple,
.bg-purple {
    background-color: #5e72e4 !important;
    color: #fff !important;
}

.btn-purple:hover {
    background-color: #374dc7 !important;
}

.ft-xs {
    font-size: 12px;
}

.badge-purple-lighten {
    background-color: #c9d0f8;
    color: #5e72e4;
}

.cart-title-name a {
    color: #000;
}

.cart-title-name:hover a {
    color: #5e72e4;
}

.edit-circle {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.edit-circle:hover {
    background-color: #fff;
}

.edit-circle .fa-pencil {
    color: #fff;
}

.edit-circle:hover .fa-pencil {
    color: #333;
}

.skew-text {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
}

.bg-main-red {
    background-color: #ad0000;
}

.learner-count-text {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
}

.sticky-bottom-nav {
    position: sticky;
    top: 64px;
    z-index: 2;
}

.learner-count-holder {
    transform: skew(-10deg);
    text-align: center;
}

.border-rad-5 {
    border-radius: 5px;
}

.notification-card {
    position: absolute;
    width: 400px;
    right: 0;
    top: 60px;
    z-index: 1;
    right: 0px;
    border-radius: 7px;
}

.pointer-arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #e2e2e2;
}

.pointer-absolute-2 {
    position: absolute;
    top: -14px;
    right: 64px;
}

.bg-grey {
    background-color: #e2e2e2;
}

.lecture-border-wrapper {
    border-left: 2px solid #5e72e4;
    padding-left: 20px;
    position: relative;
}

.lecture-border-wrapper:last-child {
    border-left: none;
}

.lecture-sub-heading {
    line-height: 1.6;
    display: -webkit-box;
}

.lecture-sub-heading:before {
    content: "";
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #5e72e4;
    margin-right: 15px;
    position: absolute;
    left: -13px;
    top: 0px;
}

.icon-sub-heading:before {
    content: "\f2ba";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
}

.lecture-card-bg-light {
    background-color: #e9ecef !important;
}

.card-header.lecture-card-bg-light:hover {
    background-color: #dcdcdc !important;
}

.in-cart-image-view-2 {
    height: 80px;
    width: 80px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.in-cart-list-group-item:nth-child(odd) {
    background-color: #f5f5f5;
}

.transform-scale-1 {
    transform: scale(1.6);
}

.cart-switcher .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #4caf50 !important;
    background-color: #4caf50 !important;
}

.instruction-list li {
    margin-bottom: 15px;
}

.custom-label-background {
    background-color: #5e72e4 !important;
}

.checkout-image-view {
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
}

.hover-scale-1 {
    transition: ease-in 0.3s;
}

.hover-scale-1:hover {
    transform: scale(1.1);
}

.hover-shadow:hover {
    box-shadow: 0 16px 11px -10px rgb(0 0 0 / 15%);
}

.border-gray {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.super-btn {
    padding: 0.712rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.programme-box-label-position {
    position: absolute;
    top: 10px;
    left: 10px;
}

.review-image-container {
    height: 80px;
    width: 80px;
    position: relative;
    overflow: hidden;
}

.landing-testimonial {
    padding: 50px 0;
}

.landing-grey {
    background-color: #f5f5f5;
}

.review-perfect-image {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}

.learner-review-star .img-star {
    width: 30%;
}

.branded-logo-size {
    width: 80%;
}

.wishlist-container-circle {
    height: 50px;
    width: 50px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 999;
    top: 10px;
    right: 30px;
}

.wishlist-container-circle:hover {
    background-color: #eee;
}

.wishlist-container-circle:hover .fa {
    color: #dc3545;
}

.xy-unset {
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
}

.fa-custom-size {
    font-size: 1.4rem;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #ad0000;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    /* box-shadow: 2px 2px 3px #999; */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

#backtotop {
    display: none;
    position: fixed;
    bottom: 82px;
    right: 15px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #ccc;
    color: black;
    cursor: pointer;
    padding: 15px;
    border-radius: 50px;
}

.event_date {
    position: relative;
    overflow: hidden;
    float: left;
    width: 5rem;
    font-size: 0.9em;
}

.event_date_month {
    display: block;
    padding: 0.7em 0.4em;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    background: #262f48;
    border: 1px solid #262f48;
    color: #fff;
}

.event_date_day {
    display: block;
    padding: 0.7em 0.4em;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    background-color: #fafafa;
}

.event-media:hover {
    background-color: #fff;
}

.event-media:hover .event_date_month {
    background-color: #5e72e4;
    border: 1px solid #5e72e4;
}

.event-media:hover .event-title {
    color: #5e72e4;
}

.pulse-effect {
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
    animation: pulse-red 2s infinite;
}

.pulse-effect:hover {
    -webkit-animation: none;
    animation: none;
}

.card-body-registeration-container .form-row {
    margin-bottom: 1rem;
}

.card-body-registeration-container .form-row:last-child {
    margin-bottom: 0rem;
}

.step-circular {
    height: 30px;
    width: 30px;
    border-radius: 50% !important;
    padding: 0px;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 92%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: -1;
}

.register-process-sect .nav-pills .nav-link.active,
.register-process-sect .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #374dc7;
    border: 1px solid #374dc7;
    font-size: 13px;
    line-height: 2px;
}

.register-process-sect .nav-pills .nav-link {
    border: 1px solid #e0e0e0;
    /* margin: 0 10px; */
    color: #fff;
    background-color: #e0e0e0;
    font-size: 13px;
    line-height: 2px;
}

.step-linkage p {
    font-size: 14px;
    margin-top: 10px;
    display: none !important;
}

/* Tooltip container */
.custom-tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.custom-tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    font-size: 12px;
    background-color: #444;
    color: #fff;
    line-height: 14px;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}

.custom-tooltip-top {
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.custom-tooltip:hover .tooltiptext {
    visibility: visible;
}

.custom-tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.split-text-info-box .heading-x-large {
    font-size: 4rem;
}

.split-text-info-box p {
    font-size: 1.5rem;
}

.press-media-info h2 {
    font-size: 3rem;
}

.press-media-info .para {
    font-size: 1.3rem;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.press-media-box-container-holder {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.news-card-box:hover {
    border: 1px solid #5e72e4 !important;
    background-color: #fcfcfc;
}

.news-card-box:hover .read-more-text {
    color: #5e72e4;
}

.profile-img-container-size {
    position: relative;
    overflow: hidden;
    height: 120px;
    width: 120px;
}

.ob-fit-cover {
    object-fit: cover;
    object-position: center center;
}

.ob-fit-contain {
    object-fit: contain;
    object-position: center center;
}

.hover-effect-show:hover {
    transform: scale(1.2);
    transition: all 0.3s ease-in;
}

.font-md {
    font-size: 14px;
}

.partner-img-container-size {
    position: relative;
    overflow: hidden;
    height: 120px;
}

.partner-logo-overlap {
    position: absolute;
    top: -20px;
    left: 20px;
}

.ft-sm {
    font-size: 14px;
}

.text-between-line {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(44, 44, 44, 1);
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.text-between-line span {
    background: #fff;
    padding: 0 10px;
    color: #000000;
}

.login-social label {
    font-weight: 700;
}

.in-cart-image-view-container {
    height: 60px;
    width: 60px;
    position: relative;
    overflow: hidden;
}

.in-cart-text-2 {
    font-size: 15px;
}

.in-cart-amount-container .cart-breakdown-view {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
}

.in-cart-amount-container .cart-breakdown-view:last-child {
    border-bottom: transparent !important;
}

.text-purple {
    color: #374dc7;
}

.msbm-brand-logos .img-fluid {
    filter: invert(0) !important;
}

.thumb-img-holder-3 {
    position: relative;
    overflow: hidden;
    height: 270px;
}

.thumb-img-holder-4 {
    position: relative;
    overflow: hidden;
    height: 420px;
}

.object-pos-top {
    object-position: top !important;
}

.bg-team-card-light {
    background-color: #efefef;
}

.team-card .team-card-name,
.team-card .team-card-title {
    color: #000;
}

.team-card .team-card-title {
    font-style: italic;
}

.team-card .team-card-title-para {
    line-height: 1;
}

.team-card:hover .team-card-name {
    color: #374dc7;
}

.team-card .thumb-img-holder-3 {
    transition: all 0.8s ease-in;
}

/* .team-card:hover .thumb-img-holder-3{
transform: scale(1.1);
box-shadow: 6px 9px 5px -2px rgba(0,0,0,0.29);
-webkit-box-shadow: 6px 9px 5px -2px rgba(0,0,0,0.29);
-moz-box-shadow: 6px 9px 5px -2px rgba(0,0,0,0.29);
} */

.team-card:hover .text-profile {
    text-decoration: underline;
}

.team-card-detail .team-card-name {
    font-size: 2rem;
}

.team-card-detail .team-card-title {
    font-size: 1rem;
}

.team-card-name {
    font-size: 25px;
}

.bg-dark-blue {
    background-color: #060450 !important;
}

.bg-main-color {
    background-color: #282f49 !important;
}

.bg-pattern-style {
    background-size: 100px;
}

.bg-main-red {
    background-color: #ad0000;
}

.steps-area {
    counter-reset: item;
    margin-top: 60px;
}

.steps-area .step__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 50px;
    position: relative;
    opacity: 0.2;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
}

.steps-area .step__item.active:before {
    height: 80%;
    opacity: 1;
}

.steps-area .step__item:before {
    content: "";
    width: 1px;
    position: absolute;
    background-color: #000;
    top: 50px;
    opacity: 0;
    left: 9px;
    height: 0%;
    transition: height 0.8s ease-out;
}

.steps-area .step__item-number {
    position: relative;
}

.steps-area .step__item-content {
    margin-left: 60px;
    max-width: 70%;
}

/* .steps-area span{
    font-size: 1.3rem
} */

.steps-area .step__item.active .step__item-number:before {
  -webkit-animation: scaleCircle 0.5s linear forwards;
    animation: scaleCircle 0.5s linear forwards;
}

.steps-area .step__item-number:before {
    content: "";
    background-color: rgba(162, 227, 252, 0.4);
    border-radius: 100%;
    height: 60px;
    width: 60px;
    position: absolute;
    top: -18px;
    opacity: 0;
    left: -17px;
}

.steps-area .step__item-number:after {
    counter-increment: item;
    content: "0" counter(item);
    font-size: 1rem;
    color: #000;
    font-weight: 600;
    z-index: 1;
}

.trusted-card:hover .trusted-title {
    color: #5e72e4 !important;
}

.trusted-card:hover .text-bix {
    color: #5e72e4 !important;
}

.trusted-icon {
    width: 54px;
}

.custom-tab-red-bottom .nav-link {
    color: #939393;
}

.custom-tab-red-bottom.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #000;
    background-color: transparent;
    border-bottom: 3px solid #ad0000;
    border-radius: 0px;
}

.bg-red {
    background-color: #ad0000;
}

.cta-split {
    height: 60vh;
}

.controller-indicator-right li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: red;
}

.h-33 {
    height: 33%;
}

.banner-split-v-2 {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ft-big {
    font-size: 18px;
}

.custom-red-btn:hover {
    background-color: crimson !important;
}

.info-text-md {
    font-size: 1.3rem;
}

.info-text-md-2 {
    font-size: 1.5rem;
}

.avatar-holder-container {
    overflow: hidden;
    position: relative;
    height: 390px;
}

.avatar-holder-container-2 {
    overflow: hidden;
    position: relative;
    height: 190px;
}

.avatar-holder-container-3 {
    overflow: hidden;
    position: relative;
    width: 200px;
    height: 200px;
}

.title-text-overlay {
    z-index: 10;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.cross-item-out {
    text-decoration: line-through;
}

.white-space-break {
    white-space: break-spaces !important;
}

.custom-border-rounded-top {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.carousel-position-bottom {
    /* top: 90%; */
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

.overlay-white-view {
    position: absolute;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 1) 10%,
        transparent 100%
    );
    display: block;
    left: 0;
    right: 0px;
    height: 130px;
    bottom: -2px;
    z-index: 1;
}

.overlay-black-view {
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, transparent 100%);
    display: block;
    left: 0;
    right: 0px;
    height: 130px;
    bottom: 0px;
    z-index: 1;
}

.btn-outline-hover-view:hover {
    border: 1px solid white;
    border-radius: 50px;
}

.experience-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.outline-list-col {
    column-count: 3;
    list-style: none;
    padding-left: 0px;
}

.activate-bg-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    height: 700px;
    background-color: #000;
}

.outline-list-col li {
    padding-bottom: 10px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 20px;
}

.bd-slick .carousel-control-prev-icon {
    position: absolute;
    left: 100%;
}

.bd-slick .carousel-control-next-icon {
    position: absolute;
    right: 100%;
}

.ft-xxs {
    font-size: 9px;
}

.line-height-1-2 {
    line-height: 1.2;
}

.control-indicator-v2 {
    bottom: -35px;
}

.control-indicator-v2 li {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #c5c5c5;
}

.control-indicator-v2 li.active {
    background-color: #565555;
}

.custom-semp-tabs.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #000;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #000;
}

.custom-semp-tabs .nav-link {
    font-size: 18px;
    color: grey;
    font-weight: 900;
}

.red-border-line {
    border-bottom: 1px solid red;
    position: relative;
    top: 49px;
}

.lightbox-content-container {
    height: 500px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.tab-gallery-section .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: transparent;
}

.slider-tabs-view .carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 30%;
    left: 0%;
    z-index: 10;
    padding-bottom: 50px;
    color: #fff;
    text-align: left;
    background: unset;
    width: 100%;
}

.show-neighbors {
    overflow: hidden;
}

.show-neighbors .item__third:first-child,
.show-neighbors .item__third:last-child {
    display: none;
    margin-top: 20px;
    height: 100px;
    transform: scale(0.9);
}

.text-nav-tabs.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #000;
    background-color: transparent;
    font-weight: 700;
}

.text-nav-tabs a {
    color: #ccc;
    padding-left: 0px;
}

.heading-x-md {
    font-size: 48px;
}

.btn-outline-purple {
    border: 2px solid #5e72e4;
    color: #5e72e4;
}

.btn-outline-purple:hover {
    background-color: #374dc7;
    border: 2px solid #374dc7;
    color: #fff;
}

/****New styles for the new website look***/
.title-text-overlay-v2 {
    z-index: 10;
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.programme-card-avatar-holder {
    transition: all 0.3s ease-in-out;
}

.programme-card-avatar-holder:hover {
    transform: scale(1.1);
}

.explore-tech-sect {
    display: grid;
    grid-template-columns: 2fr 1fr;
    height: 400px;
    position: relative;
}

.explore-img {
    position: absolute;
    right: 200px;
    bottom: 0;
}

.course-thumbnail-container-cover {
    position: relative;
    overflow: hidden;
    height: 550px;
}

.info-grid-sect-img {
    width: 300px;
}

.info-grid-sect {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.info-grid-color-1 {
    background-color: #f4f4f4;
}

.info-grid-color-2 {
    background-color: #9e1f14;
}

.info-grid-color-3 {
    background-color: #000;
}

.review-image-container-v2 {
    height: 50px;
    width: 50px;
    position: relative;
    overflow: hidden;
}

.testimonial-new-sect .carousel-control-prev {
    top: -90px;
    left: unset;
    right: 50px;
    opacity: 1;
}

.testimonial-new-sect .carousel-control-next {
    top: -90px;
    opacity: 1;
}

.carousel-control-hover-eff:hover {
    background-color: rgba(90, 89, 89, 0.237);
    border-radius: 50%;
}

.list-of-lectures a {
    color: #000;
}

.list-of-lectures li {
    border: 0;
}

.list-of-lectures li:hover {
    background-color: #ededed;
}

.red-gradient {
    background-image: linear-gradient(to bottom, #ad0000, #580404);
}

.vector-arrow-1 {
    position: absolute;
    width: 130px;
    right: -45px;
    z-index: 1;
}

.vector-arrow-2 {
    position: absolute;
    width: 100px;
    right: -29px;
    z-index: 1;
    top: 30px;
}

.vector-arrow-3 {
    position: absolute;
    width: 285px;
    left: -237px;
    z-index: 1;
}

.vector-arrow-4 {
    position: absolute;
    width: 230px;
    left: -228px;
    top: 15px;
    z-index: 1;
}

.vector-arrow-5 {
    position: absolute;
    width: 300px;
    left: -190px;
    top: -29px;
    transform: rotate(8deg);
}

.vector-arrow-6 {
    position: absolute;
    width: 224px;
    left: -239px;
    top: -9px;
    transform: rotate(8deg);
}

.vector-arrow-10{
    position: absolute;
    width: 224px;
    left: -239px;
    top: 13px;
}

.vector-arrow-11 {
    position: absolute;
    width: 186px;
    left: -203px;
    top: 13px;
}

.vector-arrow-7 {
    position: absolute;
    width: 235px;
    left: -246px;
    top: 7px;
    z-index: 1;
    transform: rotate(6deg);
}

.content-absolute-overlap-1 {
    top: 10px;
}

.content-absolute-overlap-2 {
    top: 158px;
}

.content-absolute-overlap-3 {
    top: 315px;
}

.content-absolute-overlap-4 {
    top: 200px;
}

.content-absolute-overlap-5 {
    top: 291px;
}

.content-absolute-overlap-6 {
    top: 24px;
}

.content-details-overlap {
    position: absolute;
    padding-left: 75px;
}

.content-details-overlap-2 {
    position: absolute;
    padding-right: 75px;
}

.ft-xxs {
    font-size: 10px;
}

.course-thumbnail-container-cover-2 {
    position: relative;
    overflow: hidden;
    height: 475px;
}

.deep-shadow {
    box-shadow: 0px 7px 0 9px #292828;
}

.details-list-container li {
    padding-bottom: 15px;
}

.list-of-help a {
    color: #ad0000;
}

.list-of-help {
    column-count: 3;
}

.list-of-help li {
    padding: 10px;
    margin-bottom: 10px;
}

.list-of-help li:hover {
    background-color: rgb(222, 222, 222, 0.7);
    border-radius: 5px;
}

.hashtag-sect p{
    font-size: 1.5rem;
}

.social-icon-box img:hover{
    transform: scale(1.1);
}

.social-icon-box img{
    transition: all .3s ease-in-out;
}

.social-icon-box li{
    margin-right: 10px;
}

.social-icon-box li:last-child{
    margin-right: 0px;
}

.height-unset{
    height: unset !important;
}

.carousel-square-indicator.carousel-indicators li{
    width: 10px;
    height: 10px;
    background-color: #ad0000;
    border-radius: 50%;
}

.footer-row-img-size{
    width: 65% !important;
}

.custom-font-bold{
    font-family: "Avenir Black", Arial, Helvetica, sans-serif;
    font-size: 2.5rem;
    line-height: 1.15;
    font-weight: 800;
}

.custom-bold-2{
    font-family: "Avenir Heavy", Arial, Helvetica, sans-serif;
    font-weight: 800;
}


.custom-font-regular{
    font-family: "Avenir Medium", Arial, Helvetica, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    color: #1d1d24;
}

#sort-drag-container-left .card{
    background-color: #ffcab9;
    font-size: 20px;
}

#sort-drag-container-right .card{
    background-color: #abd0cc;
    font-size: 20px;
}

.draggable-elem-size  {
    width: 4em;
    height: 4em;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

#draggable-item-1 {
    background-color: pink;
    border: 1px solid red;
}

#draggable-item-2 {
    background-color: lightblue;
    border: 1px solid blue;
}

#draggable-item-3 {
    background-color: lightyellow;
    border: 1px solid yellow;
}

#draggable-item-4 {
    background-color: grey;
    border: 1px solid black;
}

.droppable-elem-size {
    width: 5em;
    height: 5em;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding:5px;
    margin: 0 auto;
}

.droppable-elem span{
    font-size: 13px;
    font-weight: 700;
    color: #2189b8;
    position: absolute;
}

/* #droppable-item-1 {
    background-color: red;
}
#droppable-item-2 {
    background-color: blue;
}
#droppable-item-3 {
    background-color: yellow;
}
#droppable-item-4 {
    background-color: black;
} */
.droppable-item-bg{
    background-color: #e9e9e9;
    border:1px dashed black;
}

.video-card-p-0{
    padding: 0px;
}

.title-overlay-container{
    position: absolute;
    top: 10px;
    left: 10px;
    background: beige;
    padding: 10px;
}

/* .bg-red-white{
    background-color: red;
    color: white;
} */

.bg-interactive-image{
    height: 500px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.over {
    border: solid 4px #ACFA58 !important;
}

.bg-lighter-2{
    background-color: #edebeb;
}

.next-section-btn{
    color: black;
}

.next-section-btn:hover{
    color: red;
}

.opt-tabs-view-next.nav-pills .nav-link.active, .opt-tabs-view-next.nav-pills .show>.nav-link {
    color: #333;
    border: 1px solid #333;
    background-color: transparent;
}

.opt-tabs-view-next .nav-item{
    margin-right: 10px;
}

.opt-tabs-view-next.nav-pills .nav-link{
    color: #333;
}

.opt-tabs-view-next.nav-pills .nav-link:hover{
    background-color: #a3b0fa;
    color: purple;
    border: 0
}

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000000;
}

.lecture-info-tabs.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    border-bottom: 2px solid #5e72e4;
    background-color: transparent;
}

.lecture-info-tabs.nav-pills .nav-link{
    color: #9d9d9d;
    border-radius: 0px;
    font-size: 12px !important;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.lecture-info-tabs.nav-pills .nav-link:hover{
    color: #000;
    border-bottom: 2px solid #5e72e4;
}

.disable-hover:hover{
    background-color: unset !important;
}

.split-bg-effect-border{
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin: 10px;
    border-radius: 10px
}

.overlay-darken{
    position: absolute;
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, transparent 100%); */
    background: linear-gradient(0deg, rgba(22, 27, 41, 1) 20%, transparent 100%);
    display: block;
    left: 0;
    right: 0px;
    height: 100%;
    bottom: 0px;
    border-radius: 10px;
}

.overlay-content-title{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    flex-direction: column!important;
    color: white;
    z-index: 1;
    padding-bottom: 40px;
}

.overlay-content-title h1{
    font-size: 2rem;
}

.btn-outline-white-2{
    background-color: #fff;
    color: #000;
    border: 1px solid #c4c4c4;
}

.btn-outline-white-2:hover{
    background-color: #ad0000;
    color: #fff;
    border: 1px solid #fff;
}

.bg-light-warning{
  background-color: rgb(255,238,218);
}

.staff-img-profile-holder {
    position: relative;
    overflow: auto;
    height: 200px;
}

.profile-img-container-size {
    position: relative;
    overflow: hidden;
    height: 120px;
    width: 120px;
}

.overlap-profile {
    margin-top: -95px;
}

.bord-rad-50 {
    border-radius: 50%;
}

.upload-docs-sect-2{
    height: 60px;
    width: 60px;
    position: relative;
    overflow: hidden;
    background-color: #ccc;
    border-radius: 10px;
    border: 1px dashed #eee;
}

.inactive-status-grey{
    border-left: 2px solid #ccc !important;
}

.inactive-status-grey:last-child{
    border-left: none !important;
}

.lecture-sub-heading.inactive-status-grey-sub:before {
    background-color: #ccc !important;
}

.make-stat-big h2{
    font-size: 5rem;
    font-weight: 700;
    line-height: 0.9
}

.sticky-nav-link-new li a{
    font-weight: 700;
    color: #000;
    padding: 1.1rem 1rem;
}
  
.sticky-nav-link-new li.active a{
    font-weight: 700;
    color: #5e72e4;
    border-bottom: 2px solid #5e72e4;
}
  
.sticky-nav-active-container{
    top: 88px !important; 
    background-color: #ededee;
    border-bottom: 2px solid #000;
}

.sticky-nav-active-container-2{
    top: 155px !important; 
    background-color: #ededee;
    border-bottom: 2px solid #000;
}
  
.sticky-nav-active-container-3{
    top: 117px !important; 
    background-color: #ededee;
    border-bottom: 2px solid #000;
}
  
.sticky-nav-link-new{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-split-landing{
    display: grid;
    grid-template-columns: 1fr 500px;
}

.anchor-tag-black a{
    color: black;
}

.landing-banner-cover {
    position: relative;
    background-color: #000;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.overlay-landing-view {
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, transparent 100%);
    display: block;
    left: 0;
    right: 0px;
    height: 100vh;
    bottom: 0px;
}

.heading-x-md-landing {
    font-size: 40px;
}

.remove-mt.navbar-nav li {
    margin-top: 0 !important;
}

.margin-top-negative-sect {
    margin-top: -70px;
}

.partner-logo-listed-accredit-2{
    height: 70px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border-radius: 5px;
    background-color: white;
}

.partner-logo-max-width-2 {
    max-width: 230px;
}

.black-fixed-2 {
    position: fixed;
    left: 0;
    top: 20%;
    z-index: 99999;
  }

.black-fixed {
    position: absolute;
    right: 50px;
    top: 60%;
    z-index: 99999;
    top: -170px;
    width: 500px;
}

.btn-cs-grey {
    background-color: #a6aab6 !important;
    color: #000 !important;
}

@media screen and (min-width: 991px){
    .video-h-iframe{
        height: 90vh !important
    }

    .video-container-unset{
        padding-bottom: unset !important;
        height: 90vh;
    }

    .library-cta-custom {
        background-image: url(../images/banners/charity-img.png);
        background-size: contain;
        background-position: right top;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 768px){
    .title-overlay-container .custom-font-bold{
        font-size: 14px;
    }

    .custom-font-title-sm{
        font-size: 24px !important;
    }

    .split-grid-container-2{
        grid-template-columns: 1fr !important;
    }

    .tab-scroll-link{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
  
    .sticky-nav-link-new{
        overflow: auto;
        white-space: nowrap;
    }
  
    .hide-sticky-display-sm{
        display: none;
    }
      .sticky-nav-active-container
    {
        top: 0px !important; 
        background-color: #fff;
    }

    .shadow-sm-mobile {
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    }

    .partner-logo-listed-accredit-2 {
        height: 50px;
    }

    .partner-logo-max-width-2 {
        max-width: 120px;
    }
}

@media (min-width: 667px) and (max-width: 991.98px) {
    .video-container{
        padding-bottom: 32.25%;
    }
}

@media screen and (min-width: 991px){
    .lecture-video-viewport{
        padding-bottom: 39% !important;
    }

    .hide-pulse-effect{
        display: none;
    }
}

/****Applicant****/
.split-grid-container-2{
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/****End Applicant****/

/***Media Query***/
@media (min-width: 500px) {
    .show-neighbors .carousel-indicators {
        margin-right: 25%;
        margin-left: 25%;
    }

    .show-neighbors .carousel-control-prev,
    .show-neighbors .carousel-control-next {
        background: rgba(255, 255, 255, 0.3);
        width: 25%;
        z-index: 11;
        /* .carousel-caption has z-index 10 */
    }

    .show-neighbors .carousel-inner {
        width: 150%;
        left: -25%;
    }

    .show-neighbors .carousel-item-next:not(.carousel-item-left),
    .show-neighbors .carousel-item-right.active {
        -webkit-transform: translate3d(33%, 0, 0);
        transform: translate3d(33%, 0, 0);
    }

    .show-neighbors .carousel-item-prev:not(.carousel-item-right),
    .show-neighbors .carousel-item-left.active {
        -webkit-transform: translate3d(-33%, 0, 0);
        transform: translate3d(-33%, 0, 0);
    }

    .show-neighbors .item__third {
        display: block !important;
        float: left;
        position: relative;
        /* captions can now be added */
        width: 33.33333333%;
    }
}

@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }

    70% {
        transform: scale(1.5);
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}

@media screen and (min-width: 991px) {
    .pad-100-sm {
        padding: 100px 0;
    }

    .cart-dropdown {
        width: 300px;
        /* top: 55px; */
    }

    .heading-info p {
        width: 60%;
    }

    .px-66 {
        padding-left: 66px;
        padding-right: 66px;
    }

    .margin-right-lg-1 {
        margin-right: 15px;
    }

    .margin-left-lg-1 {
        margin-left: 15px;
    }

    .sticky-review {
        position: sticky;
        top: 69px;
        z-index: 1;
    }

    .absolute-bottom-nav {
        position: absolute;
        right: 0;
    }

    .sticky-bottom-nav {
        position: sticky;
        top: 70px;
        z-index: 1;
    }

    .install-hover-effect .notification-card {
        display: none !important;
    }

    .install-hover-effect:hover .notification-card {
        display: block !important;
    }

    .pos-discount-info {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

    .overlay-landing-override {
        position: relative !important;
        top: -40px !important;
    }

    .dropdown-menu.cart-dropdown-left {
        position: absolute;
        left: -199px;
    }

    .float {
        top: 166px;
        left: 40px;
        z-index: 99;
    }

    .business-image-main-holder {
        min-height: 200px;
        height: 100vh;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .controller-indicator-right {
        position: absolute;
        right: 0;
        bottom: 50%;
        left: unset;
        display: flex;
        -ms-flex-pack: center;
        flex-direction: column;
    }

    .bottom-carousel-nav-arrows {
        top: unset !important;
        bottom: 0px;
    }

    .py-70{
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .heading-width-size-lg{
        width: 70%;
        margin: 0 auto;
    }

    .sticky-card-full {
        margin-top: -525px;
        top: 20px;
        position: sticky;
    }
    
    .hero-banner-donate {
        height: 500px;
    }
}

@media screen and (max-width: 320px) {
    .navbar-brand img {
        width: 45px !important;
    }

    .cart-image-view {
        height: 60px;
        width: 60px;
        position: relative;
        overflow: hidden;
    }
}

.badge-size {
    height: 200px;
}

@media screen and (max-width: 768px) {
    .sub-btn-pill {
        float: none;
        font-size: 0.8rem;
        margin-right: 0px !important;
    }

    .pro-sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .cart-image-view {
        height: 70px;
        width: 70px;
        position: relative;
        overflow: hidden;
    }

    .banner-split {
        display: block;
        height: 100%;
        padding-top: 50px;
    }

    .banner-split .split-two-side {
        background-size: cover;
        background-position: center center;
        height: 250px;
    }

    .heading-x-large {
        font-size: 23px;
        font-weight: 600;
    }

    .margin-top-sm-1 {
        margin-top: 15px;
    }

    .ft-xs {
        font-size: 12px;
    }

    .ft-4 {
        font-size: 2.5rem;
        line-height: 1;
    }

    .split-bg-h-sm {
        height: 440px !important;
    }

    .banner-flex {
        display: flex !important;
        flex-direction: column !important;
        height: 100vh !important;
    }

    .library-image {
        height: 350px;
    }

    .btn-full-width-sm {
        width: 100%;
    }

    .learner-count-holder {
        font-size: 12px;
    }

    .notification-card {
        width: 100%;
    }

    .landing-key-item {
        display: block;
    }

    .pointer-absolute-2 {
        right: 105px;
    }

    .wishlist-container-circle {
        top: 60px;
        left: 28px;
    }

    .custom-tooltip .tooltiptext {
        display: none;
    }

    .press-media-box-container-holder {
        height: 300px;
    }

    .thumb-img-holder-3 {
        position: relative;
        overflow: hidden;
        height: 186px;
    }

    .thumb-img-holder-4 {
        position: relative;
        overflow: hidden;
        height: 350px;
    }

    .team-card-name {
        font-size: 18px;
    }

    .business-image-main-holder {
        min-height: 200px;
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .avatar-holder-container {
        height: 225px;
    }

    .flex-basis-whole {
        flex-basis: 100%;
    }

    .outline-list-col {
        column-count: 2;
    }

    .lightbox-content-container {
        height: 284px !important;
    }

    .bd-slick .carousel-control-prev-icon {
        left: 10%;
    }

    .bd-slick .carousel-control-next-icon {
        right: 10%;
    }

    .activate-bg-image {
        height: 450px;
    }

    .explore-split-2 {
        display: none;
    }

    .explore-img {
        display: none;
    }

    .explore-tech-sect {
        grid-template-columns: 1fr;
    }

    .course-thumbnail-container-cover {
        position: relative;
        overflow: hidden;
        height: 240px;
    }

    .course-thumbnail-container-cover-2 {
        position: relative;
        overflow: hidden;
        height: 240px;
    }

    .info-grid-sect {
        grid-template-columns: 1fr !important;
    }

    .info-grid-sect-img {
        width: 200px;
    }

    .testimonial-new-sect .carousel-control-prev {
        top: -50px;
        left: 0;
        right: unset;
        opacity: 1;
    }

    .testimonial-new-sect .carousel-control-next {
        top: -50px;
    }

    .list-of-help {
        column-count: 1;
    }

    .carousel-square-indicator{
        bottom: -30px;
    }

    .remove-height-2 {
        height: unset !important;
    }

    .remove-height-2.banner-split{
        padding-top: 0 !important;
    }

    .list-of-lectures{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .list-of-lectures .list-group-item{
        align-items: center;
        text-align: center;
        width: auto;
        background-color: rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 8px 20px;
        margin-bottom: 12px;
        margin-right: 10px;
        font-size: 0.7rem;
        border-radius: 50px;
        line-height: 1.4;
        font-weight: 700;
        color: rgba(0, 0, 0, 0.6);
    }

    .split-bg-contain{
        background-size: cover !important;
    }

    .remove-height-2.banner-split {
        padding-top: 0 !important;
        padding-bottom: 0px !important;
    }

    .lecture-carousel-new-view h1{
        font-size: 1.5rem !important;
    }

    .make-stat-big h2{
        font-size: 3rem !important;
    }

    .img-add {
        width: 10%;
    }

    .badge-size {
        height: 155px;
    }
    
    .banner-split-landing{
        display: grid;
        grid-template-columns: 1fr;
    }

    .split-one-side.landing-banner-cover{
        display: none;
    }

    .heading-x-md-landing {
        font-size: 25px;
    }

    .black-fixed-2 {
        position: fixed;
        left: 0;
        top: 60%;
        z-index: 99999;
        max-width: 40%;
    }
}

@media screen and (max-width: 991.98px) {
    .tab-view-apply {
        grid-template-columns: 1fr 1fr;
    }

    .remove-height {
        height: unset;
    }

    .flex-basis-whole {
        flex-basis: 50%;
    }

    .list-of-lectures{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .list-of-lectures .list-group-item{
        align-items: center;
        text-align: center;
        width: auto;
        background-color: rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 8px 20px;
        margin-bottom: 12px;
        margin-right: 10px;
        font-size: 0.7rem;
        border-radius: 50px;
        line-height: 1.4;
        font-weight: 700;
        color: rgba(0, 0, 0, 0.6);
    }

    .remove-height-2 {
        height: unset !important;
    }

    .remove-height-2.banner-split{
        padding-top: 0 !important;
        padding-bottom: 20px;
    }

    .remove-height-2 .heading-x-large {
        font-size: 35px;
        font-weight: 600;
    }

    .msbm-business-sect h1 {
        font-size: 1.5rem;
    }

    .explore-img {
        position: absolute;
        right: 13px;
        bottom: 0;
    }

    .explore-img img{
        width: 350px !important;
    }
    /* .red-border-line {
            top: 50px;
        } */

    .activate-bg-image {
        height: 500px;
    }

    .sticky-nav-link-new{
        overflow: auto;
        white-space: nowrap;
    }
      
    .sticky-nav-active-container{
        top: -1px !important;
        background-color: #fff;
    }
  
    .sticky-nav-active-container-2{
        top: -1px !important;
        background-color: #fff;
    }
  
    .sticky-nav-active-container-3{
        top: -1px !important;
        background-color: #fff; 
    }
}

/* @media screen and (min-device-width: 576px) and (orientation: landscape) {
  .course-nav{
    display: none;
  }
} */

@media screen
and (min-width: 375px)
and (max-width: 1000px)
and (orientation: landscape) {
    .course-nav{
        display: none !important;
    }
}

.partner-logo-max-width{
    max-width: 150px
}

.partner-logo-max-200 {
    max-width: 200px !important;
}

.modern-nav-tab-display.nav-pills .nav-link{
    border: 0;
    width: 100% !important;
    border-radius: 0;
    padding: 15px;
    font-weight: 700;
    border: 1px solid #dbdbdb;
    background: white;
    transition: all .5s ease-in;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    background: #e4e4e4;
}

.modern-nav-tab-display.nav-pills .nav-link:hover{
    background: #f2f2f2;
}

.modern-nav-tab-display.nav-pills{
    gap: 10px;
}

.modern-nav-tab-display.nav-pills .nav-link.active, .modern-nav-tab-display.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #000;
    padding-left: 50px;
    padding-right: 50px;
}

.new-gradient-overlay{
    background: linear-gradient( 90deg, rgba(0, 0, 0, 1) 30%, transparent 100% ) !important;
}

@media screen and (min-width: 991px){
    .modern-nav-tab-display.nav-pills .nav-link.active{
        box-shadow: 0 10px 20px rgba(0,0,0,0.5) !important;
        border: unset;
    }

    .border-add-tabs{
        border: 1px solid #ccc;
        border-top: unset;
    }
}

@media screen and (max-width: 768px){
    .modern-nav-tab-display.nav-pills .nav-link.active{
        box-shadow: 0 10px 20px rgba(0,0,0,0.5) !important;
        border: unset;
        padding-left: 15px;
        padding-right: 15px;
    }

    .h-card-500{
        height: 400px !important;
    }

    .new-gradient-overlay {
        background: linear-gradient( 180deg, rgba(0, 0, 0, 0.8) 30%, transparent 100% ) !important;
    }

    .add-bg-2{
        background-position: top right !important; 
        background-size: cover !important;
        background-attachment: fixed !important;
    }

    .heading-x-md {
        font-size: 38px;
    }

    .custom-new-bg {
        background-size: cover !important;
    }
}

.make-stat-big h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 0.9;
}

.step-circle-container.nav-pills .nav-link{
    border-radius: 50px;
    height: 40px;
    width: 40px;
    border: unset;
    font-size: 15px;
    transition: all 0.5s ease-in;
}

.step-circle-container.nav-pills .nav-link.active {
    color: #fff;
    background-color: #000;
    transform: scale(1.3)
}

.step-circle-container.nav-pills .nav-link:hover.active {
    -webkit-animation: none;
    animation: none;
}

.steps-btn-flex button{
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1rem;
}

.tuition-card:hover, .tuition-card-disabled{
    border: 3px solid #5e72e4 !important;
}

.tuition-card{
    border: 3px solid #ccc !important;
}

.border-pricing-display-1{
    border-left: 5px solid #4caf50 !important;
}

.border-pricing-display-2{
    border-left: 5px solid  rgb(242, 78, 30) !important;
}

.border-pricing-display-3{
    border-left: 5px solid rgb(162, 89, 255) !important;
}

.triangle-arrow-up::after {
    content: '';
    height: 30px;
    width: 30px;
    position: absolute;
    background-color: white;
    top: -16px;
    left: 15%;
    border-top: #a4a4a4 solid 1px;
    border-left: #a4a4a4 solid 1px;
    transform: rotate(45deg);
}

.nav-instalments.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #fff;
    background-color: #000000;
    border-color: #000;
    font-size: 16px;
    border-radius: 0;
    font-weight: 700;
}

.nav-instalments.nav-pills .nav-link {
    background-color: #fff;
    border-color: #343a40;
    font-size: 16px;
    border-radius: 0;
    font-weight: 700;
    width: 100%;
    display: block;
}

.partnership-accreditation-logo {
    height: 300px;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.carousel-modified .carousel-control-next, .carousel-modified .carousel-control-prev{
    height: 50px;
} 

.partner-accreditation .accordion .btn-link{
    font-size: 16px;
}

.no-box-shadow{
    box-shadow: unset !important
}

.crystal-bg{
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(7.5px);
}

.bx-tag{
    padding: 5px 10px;
    background-color: rgba(219,39,113,1);
    font-size: 13px;
    color: white;
}

.backgrd-hero-card-1{
    background-image: url(../images/banners/silo-countries.png);
    background-repeat: no-repeat;
    background-size: 350px;
    background-position: bottom left;
}

.add-bg{
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
}
  
.form-dark-bg-2{
    background-color: rgba(0,0,0,.7);
}

.add-bg-2{
    background-position: top right; 
    background-size: 75%;
    background-attachment: unset;
}

.custom-new-bg {
    background-position: top right;
    background-size: contain;
    background-attachment: fixed;
}

.overlay-landing-view {
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, transparent 100%);
    display: block;
    left: 0;
    right: 0px;
    height: 50vh;
    bottom: 0px;
}

.rounded-20{
    border-radius: 20px
}

.navbar-nav.nav-top-spacer li {
    margin-top: 0px;
}

.in-circle-icon{
    height: 60px;
    width: 60px;
    background: white;
    display: grid;
    place-items: center;
    border-radius: 50px;
}

.apply-grayscale{
    filter: grayscale(1)
}

.ft-normal{
    font-size: 16px;
}

@media screen and (min-width: 991px){
    .landing-page-hero-text{
        z-index: 1;
        position: absolute;
        bottom: 10px;
        padding: 30px;
        color: white;
    }

    .overlay-ads{
        margin-top: -30px;
    }

    .custom-heading{
        font-size: 75px
    }
    .custom-heading-2 {
        font-size: 50px;
    }
}

@media screen and (max-width: 768px){
    .hidden-toggler-mobile{
        display: none;
    }

    .invert-0-sm{
        filter: invert(0) !important
    }

    .tab-view-apply.ads-grid{
        grid-template-columns: 1fr !important;
    }

    .move-center-mobile{
        background-position: center center
    }
}

@media screen and (min-width: 768px){
    .landing-key-item {
        display: flex;
    }
}

.main-overlap-content-text{
    margin-left: 10px;
}


.custom-ul li::marker {
    color: red;
    font-size: 25px;
}

.gradient-blue{
    background: rgb(2,89,168);
    background: linear-gradient(356deg, rgba(2,89,168,1) 30%, rgba(35,150,255,1) 100%);
}

.grad-blue-2 {
    background-image: linear-gradient(#0481FF, #033e78);
}

.grad-purple{
    background-image: linear-gradient(#7e58cc, #6944b7)
}

.hide-img {
    display: none;
}

.check-icon-3 {
    height: 15px;
}

.circle-dot {
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background-color: #fff;
}
  
.video-main-container {
    position: relative;
    overflow: hidden;
    height: 600px;
}

.main-video-view {
    width: 100% !important;
    object-fit: cover;
    object-position: center center;
}

.page-banner__video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    /* background-color: var(--main-text-custom); */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), #01060c);
    /* background: linear-gradient(104.04deg, #FF1675 0%, #ff7b01 100%); */
    opacity: 1;
}

.page-banner__video-overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    /* background-color: var(--main-text-custom); */
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), #01060c);
    /* background: linear-gradient(104.04deg, #FF1675 0%, #ff7b01 100%); */
    opacity: 1;
    border-radius: 4px;
}

.intro-content-absolute {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    z-index: 1;
}

.ft-custom-hero {
    font-size: 4rem;
}

.ft-custom-hero-3 {
    font-size: 3rem;
}

.ft-normal-2 {
    font-size: 1.3rem;
}

.page-banner-sect-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
  
.overlay-icon {
    height: 60px;
}

.grid__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.grid___item {
    padding: 15px
}

.border-1-black {
    border: 2px solid #5e72e4 !important;
}

.popular-tag {
    position: absolute;
    left: 0;
    right: 0;
    top: -26px;
}

.no-shadow {
    box-shadow: none !important;
}

.bar-short {
    border: 3px solid #ad0000;
    width: 20%;
    border-radius: 50px;
}

.background-sub-1 {
    background-color: #d99536;
}
  
.box-height {
    height: 400px;
    overflow: hidden;
    position: relative;
}

.subscribe-card-container {
    transition: all .3s ease-in-out;
}

.subscribe-card-container:hover img {
    transform: scale(1.2);
    transition: all .3s ease-in-out;
}

.btn-outline-dark:hover {
    border: 1px solid #000;
    color: #000;
    /* background-color: var(--green); */
}

.explore-box:hover {
    transform: rotate(-2deg);
}

.explore-box img {
    filter: grayscale(1);
}
  
.explore-box:hover.add-thumbnail {
    filter: grayscale(0)
}
  
.explore-box {
    transition: all .3s ease-in;
    height: 400px;
}
  
.explore-text-link {
    font-size: 13px;
}
  
.explore-text-in-box h5 {
    font-size: 14px;
}
  
.add-thumbnail {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 80%;
    filter: grayscale(1);
}
  
.check-icon-3 {
    height: 15px;
}

.font-hero-h1 {
    font-size: 3rem;
}
  
.object-position-top-center {
    object-fit: cover;
    object-position: top center;
}

@media screen and (min-width: 991px){
    .border-right-2{
        border-right: 2px solid #bababa!important;
    }

    .border-top-rad-1 {
      border-top-left-radius: 0.25rem !important;
    }
  
    .border-top-rad-2 {
      border-bottom-left-radius: 0.25rem !important;
    }

    .hide-sticky-display-lg {
        display: none !important;
    }
}

@media screen and (max-width: 768px){
    .w-100-sm{
        width: 100%
    }
    .intro-content-absolute {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        width: 100%;
        z-index: 1;
    }
    
    .video-main-container {
        position: relative;
        overflow: hidden;
        height: 300px;
    }
    
    .ft-custom-hero {
        font-size: 2rem;
    }
    
    .ft-custom-hero-3 {
        font-size: 1.5rem;
    }
    
    .font-hero-h1 {
        font-size: 2rem;
    }
    
    .ft-normal-2 {
        font-size: 1rem;
    }
    
    .explore-box {
        transition: all .3s ease-in;
        height: 300px;
    }
    
    .explore-box h4 {
        font-size: 0.9rem;
    }
    
    .add-thumbnail {
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 80%;
        filter: grayscale(0);
    }
    
    .box-height {
        height: 250px;
        overflow: hidden;
        position: relative;
    }
}

.bg-lighter-1 {
    background: #f4f4f4 !important;
}

.text-black {
    color: #000 !important;
}

.biz-counter h4 {
    font-size: 46px;
}

.biz-counter h6 {
    font-size: 2rem;
}

.text-purple {
    color: #5e72e4 !important;
}

.text-light-purple {
    color: #cdcbff !important;
}

.bg-main-logo-color {
    background-color: #262f48 !important;
}

.bg-new-gradient-view {
    background-image: linear-gradient(to bottom, #FFFFFF, #F0F5FF);
}

.overlay-effect-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.business-banner-img-view {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.list-custom-view li {
    margin-bottom: 20px;
}

.footer-social-icon {
    display: flex;
    gap: 15px;
}

.footer-social-icon .fa-2x {
    font-size: 2.5em;
}

.donate-float {
    position: absolute;
    z-index: 999;
    bottom: 35px;
    right: 35px;
}

.h-cta {
    height: 500px;
}

.heading-x-large-2 {
    font-size: 3.5rem;
    font-weight: 600;
}

.add-bg-stat {
    background-image: url(../images/banners/world.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    background-color: #d0dcffc7;
}

.library-cta {
    background-image: url(../images/banners/charity-img.png);
    background-size: 308px;
    background-position: right top;
    background-repeat: no-repeat;
}

.ft-normal-2 {
    font-size: 1.3rem;
}

.active-text {
    border-bottom: 2px solid #ad0000;
}

@media screen and (max-width: 768px) {
    .h-cta {
        height: 300px;
    }

    .move-logo-center {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .w-sm-100 {
        width: 100%;
    }

    .heading-x-large-2 {
        font-size: 2.5rem;
        font-weight: 600;
    }

    .cor-logo {
        margin: 0 auto;
    }

    .add-bg-stat {
        background-image: url(../images/banners/world.png);
        background-repeat: no-repeat;
        background-position: 4px 134px;
        background-color: #d0dcffc7;
    }

    .library-cta {
        background-image: url(../images/banners/charity-img.png);
        background-size: contain;
        background-position: 250px;
        background-repeat: no-repeat;
    }

    .ft-normal-2 {
        font-size: 1rem;
    }
}

@font-face {
    font-family: Avenir Black;
    src: url(fonts/Avenir-Black.ttf) format("TrueType");
}

@font-face {
    font-family: Avenir Book;
    src: url(fonts/Avenir-Book.ttf) format("TrueType");
}

@font-face {
    font-family: Avenir Medium;
    src: url(fonts/Avenir-Medium.ttf) format("TrueType");
}

@font-face {
    font-family: Avenir Heavy;
    src: url(fonts/Avenir-Heavy.ttf) format("TrueType");
}

@font-face {
    font-family: Avenir Light;
    src: url(fonts/Avenir-Light.ttf) format("TrueType");
}

.font-fam-black {
    font-family: Avenir Black !important;
}

.font-fam-book {
    font-family: Avenir Book !important;
}

.bg-dark-green {
    background-color: #001d21;
}

.stat-custom {
    background-color: #8a744a;
    color: #e0fee6;
}

.cta-sect {
    color: #001d21;
    background-color: #f8f6f3;
}

.cta-sect-2 {
    background: linear-gradient(180deg, #f0f4f8 0%, #fef3ec 100%);
    color: #001d21;
}

.img-support-box {
    height: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.fund-img {
    height: 60px;
    width: 100px;
    position: relative;
    overflow: hidden;
}

.fund-donor {
    height: 45px;
    width: 45px;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    background: #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
.fund-donor img {
    height: 30px;
}

.gap-10 {
    gap: 10px;
    display: flex;
}

.ft-text {
    font-size: 18px;
}

.read-more-content[aria-expanded="false"] .read-less {
    display: none;
}

.read-more-content[aria-expanded="true"] .read-more {
    display: none;
}

.progress-height {
    height: 5px;
}

.border-secondary-2 {
    border: 1px solid #acacac !important;
}

.form-control-num-donate {
    height: 55px;
    font-size: 3rem;
    font-weight: 700;
    color: #000;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group-remove-py-0 {
    font-size: 2rem;
    padding: 0 20px;
    padding-right: 20px !important;
    padding-left: 20px !important;
    border: 1px solid #000;
}

/* UI/UX styles end */

/* Custom styles start */
.btn-transparent{
    background-color:transparent !important;
}

.review-image-container {
    height: 80px;
    width: 80px;
    position: relative;
    overflow: hidden;
}

.review-perfect-image {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}

.learner-review-star .img-star{
    width: 30%;
}

.fixed-height-review-box {
    max-height: 100px;
    scrollbar-width: none;
}

.fixed-height-review-box::-webkit-scrollbar {
    display: none;
}

.fa-content-flex {
    display: flex;
    align-items: center;
    height: 100%;
}

.course-folder {
    padding-top: 16px;
}

.super-btn {
    padding: .712rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.border-gray {
    border: 1px solid rgba(0,0,0,.1);
}

.transform-scale-1 {
    transform: scale(1.6);
}

@media (min-width: 992px) {
    .dropdown-menu.cart-dropdown-left, .dropdown-menu.wishlist-dropdown-left {
        position: absolute;
        left: -199px;
    }
}

.minimized-height {
    height: auto;
    max-height: 300px;
}

.adjust-dis-icon {
    padding: 2px 10px;
}

.training-location {
    font-size: 12px;
    font-weight: 700;
    color: #403f3f !important;
}

.btn-cs-grey {
    background-color: #a6aab6 !important;
    color: #000 !important;
}

.heading-x-large-font {
    font-size: 60px !important;
}

.h1-size {
    font-size: 2.5rem !important;
}

.h3-size {
    font-size: 1.75rem !important;
}
.override-div-height {
    height: 390px !important;
}
.web-editor-btn {
    background-color: green;
    padding: 5px 12px;
    color: #ffffff;
    position: absolute;
    right: 2px;
    top: -40px;
    z-index: 9999999;
    box-shadow: 2px 5px 5px -1px rgb(0 0 0 / 29%);
    -webkit-box-shadow: 2px 5px 5px -1px rgb(0 0 0 / 29%);
    -moz-box-shadow: 2px 5px 5px -1px rgba(0,0,0,0.29);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 30px;
}
.web-editor-btn:hover {
    background-color: #ad0000;
    border: 1px solid #000;
    color: #ffffff !important;
}

.form-dark-bg {
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    margin-top: 35px;
    padding: 20px;
  }

.bg-new-cover {
    background-size: cover !important;
}

.thin-font {
    line-height: 18px !important;
    font-weight: 300 !important;
}
/* Custom styles end */