.prev-sl {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.next-sl {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav {
    position: unset !important;
    transform: inherit !important;
}

.header-carousel .owl-stage-outer {
    max-height: 91vh;
}

.popular {}

.course_boxes {
    margin-top: 68px;
}

.card {
    display: block;
    background: #f8f9fb;
    border: none;
}

.card-img-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.card-body {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.card-title {
    margin-top: 55px;
}

.card-title a {
    font-size: 22px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.2;
}

.card-title a:hover {
    color: #a5a5a5;
}

.card-text {
    font-size: 14px;
    font-weight: 500;
    color: #a5a5a5;
    margin-top: -12px;
}

.price_box {
    width: 100%;
    height: 67px;
    background: #eaebec;
    margin-top: 41px;
    padding-left: 35px;
}

.course_author_image {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
}

.course_author_name {
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    padding-left: 20px;
    margin-top: 7px;
}

.course_author_name span {
    color: #a5a5a5;
}

.course_price {
    width: 67px;
    height: 67px;
    background: #ffb606;
    margin-left: auto;
}

.course_price span {
    color: var(--light);
    font-size: 18px;
    font-weight: 500;
    margin-top: 7px;
}

.header-logo {
    height: 64px !important;
    width: auto !important;
    margin-right: 1.5rem !important;
}

.service_icon {
    height: 240px !important;
    width: auto !important;
    /* margin-bottom: px !important; */
}

@media screen and (max-width: 991px) {
    .font-header-size {
        font-size: large !important;
    }
    .width-1000 {
        width: 100% !important;
    }
}

@media screen and (min-width: 621px) and (max-width: 991px) {
    .font-header-size {
        font-size: xx-large !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1120px) {
    .font-header-size {
        font-size: large !important;
        width: 10vw!important;
    }
}

@media screen and (min-width: 1121px) and (max-width: 1360px) {
    .font-header-size {
        font-size: large !important;
        width: 20vw!important;
    }
}

@media screen and (min-width: 1361px) and (max-width: 1454px) {
    .font-header-size {
        font-size: x-large!important;
        max-width: 15vw!important;
    }
}

.centered-icon {
    position: relative !important;
    top: 50%;
    left: 45%;
    z-index: 10;
}

.centered-icon:hover {
    color: red !important;
}

.height-240 {
    height: 240px !important;
    width: auto !important;
}

.height-50 {
    height: 50px !important;
    width: auto !important;
}

.inner-about-fixed {
    max-height: 300px !important;
    overflow: hidden !important;
    margin-bottom: 10px !important;
}

@media screen and (max-width: 621px) {
    .inner-about-fixed {
        max-height: 500px !important;
    }
}

.deal-of-week {
    padding-top: 80px;
    padding-bottom: 80px;
    /* margin-left: 65px;
	margin-right: 65px; */
}

.countdown-timer {
    text-align: center;
    margin-bottom: 50px;
}

.countdown-timer .cd-item {
    display: inline-block;
    background: var(--light);
    margin: 35px;
    padding: 10px 14px;
    border-radius: 5px;
}

@media screen and (max-width: 621px) {
    .countdown-timer .cd-item {
        margin: -1px;
        display: inline-block;
        background: var(--light);
        padding: 10px 14px;
        border-radius: 5px;
    }
    .countdown-timer .cd-item span {
        color: var(--primary);
        font-weight: 700;
        line-height: 40px;
        font-size: 36px;
    }
    .countdown-timer .cd-item p {
        font-size: 16px;
        color: #b2b2b2;
        margin-bottom: 0;
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }
    .fashi-master .section-title2 h2 {
        font-size: 26px !important;
    }
}

.countdown-timer .cd-item:last-child {
    margin-right: 0;
}


/*
.countdown-timer .cd-item {
	display: inline-block;
	background: var(--light);
	margin: 35px;
	padding: 10px 14px;
	border-radius: 5px;
}
.countdown-timer .cd-item span {
	color: var(--primary);
	font-weight: 700;
	line-height: 40px;
	font-size: 36px;
}

.countdown-timer .cd-item p {
	font-size: 16px;
	color: #b2b2b2;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1.5px;
} */

@media screen and (min-width: 622px) {
    .countdown-timer .cd-item {
        display: inline-block;
        background: var(--light);
        margin: 15px;
        padding: 10px 15px;
        border-radius: 5px;
    }
    .countdown-timer .cd-item span {
        color: var(--primary);
        font-weight: 700;
        line-height: 100px;
        font-size: 45px;
    }
    .countdown-timer .cd-item p {
        font-size: 26px;
        color: #b2b2b2;
        margin-bottom: 0;
        text-transform: uppercase;
        letter-spacing: 4.5px;
    }
}

*--------------------- Helper CSS -----------------------*/ .fashi-master .section-title2 {
    margin-bottom: 40px;
    text-align: center;
}

.fashi-master .section-title2 .product-price {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary);
}

.fashi-master .section-title2 .product-price span {
    font-size: 16px;
    font-weight: 400;
    color: #636363;
}

.fashi-master .section-title2 h2 {
    color: #252525;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 38px;
    position: relative;
}

.fashi-master .section-title2 h2:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    width: 80px;
    height: 3px;
    background: var(--primary);
    content: "";
    margin: 0 auto;
}

.fashi-master .section-title2 p {
    color: #6e6e6e;
}

.fashi-master .set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.fashi-master .spad {
    padding-top: 100px;
    padding-bottom: 100px;
}


/* buttons */

.fashi-master .primary-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 30px;
    color: var(--light);
    background: var(--primary);
    text-transform: uppercase;
}

.fashi-master .site-btn {
    color: var(--light);
    background: var(--primary);
    border: 1px solid var(--primary);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 45px 11px;
    cursor: pointer;
}

.app-store {
    width: 220px !important;
    height: auto;
}

.play-store {
    width: 285px !important;
    height: auto;
}

.footer-font {
    font-size: 40px;
    display: contents;
}

@media screen and (max-width: 621px) {
    .footer-font {
        font-size: 30px !important;
    }
}

.footer-icon {
    max-width: 100%;
    max-height: 100px;
    width: auto !important;
    margin-right: 1.5rem !important;
}

.donation-page {
    height: 754px !important;
}

.text-align-intial {
    text-align: initial !important;
}

.btn-xxlarge {
    font-size: xx-large !important;
    border-radius: 26px;
    padding-left: 67px;
    padding-right: 67px;
}

.about-us-img {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 400px;
}

.navbar-logo {
    height: 65px !important;
    width: auto;
}

.header-logo2 {
    height: 44px !important;
    width: auto !important;
    margin-right: 1.5rem !important;
}

.reft {
    font-size: 1.00rem !important;
    margin: 20px !;
}


/* .owl-carousel.header-carousel * {
    max-height: 91vh !important;
} */

.owl-carousel .animated {
    -webkit-animation-duration: 3000ms !important;
    animation-duration: 3000ms !important;
}

.tw-10 {
    width: 5%;
}

.tw-70 {
    width: 60%;
}

.tw-20 {
    width: 35%;
}

.oopo {
    width: 100px;
}

._df_button_2 {
    background-color: #3CADE1 !important;
    border-color: #3CADE1 !important;
    border: 1px solid transparent !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    border-radius: 0px !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    text-align: center !important;
    vertical-align: middle !important;
    line-height: 1.5 !important;
}

._df_button_2:hover {
    background-color: #0099E0 !important;
    border-color: #0c8cc7 !important;
}