body {
    background: var(--teflie-background-warm) !important;
    color: var(--teflie-text-primary);
}

#primary {
    margin: 3rem 0 !important;
}

.ast-container,
.outer-section {
    max-width: 1240px !important;
    margin: 0 auto !important;
}

h1, h2, h3, h4 {
    color: var(--teflie-text-primary-dark) !important;
}

p {
    color: var(--teflie-text-primary) !important;
    line-height: 140% !important;
}

#primary {
    margin: 50px 0 !important;
}


.hero h1 {
    font-size: 2.375rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.hero h2 {
    font-size: 1.125rem;
    text-align: center;
    color: #444D55;
    padding-bottom: 50px;
    font-weight: 400;
    opacity: 0.9;
}

.hero .image {
    height: 400px;
    border-radius: 24px;
    background-position: center;
    background-size: cover;
}


.features-inner {
    display: flex;
    align-items: center;
}

.features-inner img {
    background: var(--teflie-turquoise);
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50px;
}

.feature {
    margin-left: 25px;
}

.feature .title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
}

.feature .subtitle {
    opacity: 0.75;
    font-size: 18px;
}

.features {
    margin-top: 50px;
    overflow: auto;
}

.explanation {
    margin-top: 50px;
    display: flex;
}

.explanation .image {
    width: 50%;
    margin-right: 25px;
    border-radius: 25px 0 0 25px;
    background-position: center;
    background-size: cover;
}

.explanation-inner {
    width: 50%;
}

.explanation-inner .title {
    font-weight: 700;
    font-size: 2.5rem;
    color: var(--teflie-text-primary-dark);
}

.explanation-inner .title:after {
    color: #DFB428;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 0.5rem;
}

.explanation-inner .subtitle {
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--teflie-text-primary);
}

.explanation-inner .content {
    opacity: 0.75;
    line-height: 1.5;
}

.courses-heading {
    margin-top: 50px;
    background: var(--teflie-teal);
    text-align: center;
    color: white;
    padding: 15px;
    border-radius: 25px 25px 0 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.25rem;
}

.courses {
    border-radius: 0 0 25px 25px;
    background: #E3E7E9;
    padding: 50px 30px;
    overflow: auto;
    row-gap: 3rem;
}

.courses-sidebar {
    margin-left: -50px;
    padding: 60px 0 0 0;
}

.sidebar-point {
    height: 40px;
    font-size: 0.95rem;
    display: flex;
    justify-content: right;
    align-items: center;
}

.course-inner {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0 0 25px 25px;
    padding: 0 25px 25px;
    text-align: center;
    margin-top: 25px;
    color: var(--teflie-text-primary) !important;
}

.course-inner .hour {
    font-size: 85px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    left: -15px;
    top: -50px;
    margin-bottom: -25px;
}

.course-inner .hour:after {
    content: "hour";
    transform: rotate(-90deg);
    position: absolute;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    margin: 35px 0 0 -15px;
}

.course-inner .title {
    font-weight: 700;
    font-size: 14px;
}

.price {
    margin-top: 25px;
}

@media screen and (min-width:769px) {
    .price,
    .course-inner .title {
        min-height: 45px;
    }
}

.wcpbc-price {
    display: flex;
    flex-direction: column;
}

.wcpbc-price del {
    font-size: 0.75rem;
    opacity: 0.5;
}

.wcpbc-price ins {
    font-weight: 700;
    font-size: 1.25rem;
}

.wcpbc-price-13493 {
    margin: 42px 0 0 0;
    font-size: 1.25rem;
    font-weight: 700;
}

.duration {
    margin-top: 25px;
    height: 40px;
    font-size: 0.85rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.points {
    margin-bottom: 15px;
}

.point {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.point svg {
    height: 15px;
    width: 15px;
}

.buy-now,
.learn-more  {
    min-width: 200px;
    margin-bottom: 10px;
}

/* .buy-now {
    background: var(--color-primary-new);
    display: block;
    text-align: center;
    padding: 0.5rem;
    color: white;
    font-weight: 600;
    border-radius: 50px;
}

.buy-now:hover {
    background: var(--color-red);
    color: white;
} */

/* .learn-more {
    display: block;
    text-align: center;
    padding: 0.5rem;
    font-weight: 600;
    border-radius: 50px;
    margin: 15px 0;
    background: var(--color-red);
    color: var(--color-white);
}

.learn-more:hover {
    background: var(--color-primary-new);
    color: var(--color-white);
} */

.access {
    font-size: 14px;
}

.quote {
    margin-top: 50px;
}

.quote-inner {
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 4.625rem;
    height: 28rem;
    background-position: center right;
    border-radius: 0 0 4rem 4rem;
}

.quote-heading,
.quote-description1,
.quote-description2,
.quote-section--icon {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    letter-spacing: 0.09rem;
    font-weight: 400;
    opacity: 0.9;
}

.quote-author-designation {
    font-weight: 700;
    text-transform: uppercase;
}

.quote-author-name {
    font-weight: 700;
}

.quote-author-designation {
    margin-bottom: 0.3125rem;
}

.post-row {
    display: flex;
    margin: 40px -20px 0;
}

.post-content-div {
    border-radius: 25px;
    padding: 40px;
    z-index: 99;
    position: relative;
}

.post-content-div:first-of-type {
    background: var(--color-primary-new);
    color: var(--color-white);
}

.post-content-div:first-child .ptefl-button {
    background: var(--color-red);
    gap: 16px;
    display: flex;
    width: max-content;
    align-items: center;
    box-shadow: 0 0 0 1px inset var(--color-red);
}

.post-content-div:first-child .ptefl-button:hover {
    background: none;
}

.post-image {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 25px;
}

.title-div .title {
    font-size: 20px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.title-div .title span {
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
}

.register-div a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    width: 200px;
    line-height: 1;
    padding: 15px 25px;
}

.register-div a i {
    font-size: 17px;
    line-height: 0.7;
}

.grey-text {
    opacity: 0.8;
}

.register-div {
    margin-top: 20px;
}

.articles {
    margin-top: 50px;
}

.blog-card-thumbnail {
    height: 23rem;
    border-radius: 1.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blog-card-date {
    font-size: 0.775rem;
    margin-top: 2rem;
    text-transform: uppercase;
}

.blog-card-title {
    font-size: 21px;
    font-weight: 600;
    margin-top: 0.5rem;
    text-transform: uppercase;
}

.accordion-container {
    margin-top: 50px;
}

.accordion {
    margin-bottom: 1rem;
}

.accordion__question {
    background: #d1d7da;
    border-radius: 10px;
    font-size: 16px;
    padding: 1rem;
    cursor: pointer;
}

.accordion__question:hover {
    opacity: 0.9;
}

.accordion__answer {
    display: none;
    padding: 1rem;
}

.accordion__answer a {
    text-decoration: underline;
}

.accordion__answer p:last-child {
    margin-bottom: 0;
}

.shown .accordion__answer {
    display: block;
}

.feature-mobile {
    display: none;
}

.instalments-tab-section {
    margin: 50px 0;
}

.instalments-tab-section .items {
    margin: 25px auto 0;
    display: flex;
    max-width: 1000px;
}

.instalments-tab-section .content {
    margin: 0 50px 0 0;
    font-weight: 400;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.our-courses-heading {
    text-align: center;
}

.course-tab-container {
    display: block !important;
}

.item {
    background: #E3E7E9;
    border-radius: 25px;
    padding: 1.5rem 3rem;
    width: 400px;
    flex: none;
    text-align: center;
}

.item h4 {
    text-align: center;
    border-bottom: 1px dashed rgba(0, 0, 0, .25);
    padding-bottom: 1rem;
    font-weight: 600;
    font-size: 23px;
}

.item img {
    height: 100px;
    width: auto;
    margin: 2rem auto;
    display: block;
}

.clock-sidebar {
    margin-top: 25px;
    background: var(--teflie-teal);
    color: white;
    border-radius: 25px;
    padding: 10px 20px 0;
    text-align: center;
    min-height: 140px;
}

.offer-ends {
    font-weight: 600;
    top: 10px;
    position: relative;
    display: block;
}

.clock-sidebar .clock-inner .base {
    font-size: 2rem;
    color: var(--teflie-white);
}

.clock {
    display: flex;
    /*justify-content: center;*/
    font-weight: 500;
    padding: 20px 0;
    /*width: 250px;*/
}

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

.clock-inner .base {
    font-size: 2.8rem;
    line-height: 2.5rem;
    font-weight: 400;
}

.digit-text {
    font-size: 0.56rem;
    font-weight: 700;
    text-transform: uppercase;
}

.clock-inner .digit {
    text-align: center;
    display: flex;
    justify-content: center;
    /* text-indent: 0.3em; */
    width: auto;
    color: var(--color-primary);
}

.clock>div {
    padding: 0 5px;
    text-align: center;
    width: 100%;
}

.clock-day {
    padding-left: 0px !important;
}

.offer-ends {
    text-transform: uppercase;
    margin-bottom: 0px !important;
    font-weight: 700;
    font-size: 0.75rem;
}

.tefl-course-video-section {
    margin: 5rem 0;
}

.video-section-image {
    display: block;
    overflow: hidden;
    border-radius: 0 0 25px 25px;
}


/* .video-section-image img {
    display: block;
    transform: scale(1.02);
} */

.video-section-image img {
    height: 300px;
    display: block;
    width: 100%;
    object-fit: cover;
}

.video-play-btn {
    position: absolute;
    right: 30px;
    bottom: -30px;
    height: 60px;
    width: 60px;
}

.video-play-container {
    position: relative;
}

.tefl-course-video-section {
    margin: 5rem 0;
}

.video-description-section {
    border-left: 5px solid #E3E7E9;
    margin-top: 30px;
    padding-left: 30px;
}

.video-description-section--author-name {
    font-size: 1.438rem;
    font-weight: 700;
}

.video-description-section--institute-name,
.video-description-section--designation {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    opacity: 0.9;
    text-transform: uppercase;
    line-height: 1.5;
}

.insta-gallery-item .insta-gallery-item-wrap {
    border-radius: 45px;
}


/* /COUNTDOWN TIMER */

@media screen and (max-width:1024px) {
    .job-card__text__title h1 {
        font-size: 3rem;
    }

    .section-heading {
        font-size: 1.25rem !important;
    }
}

@media (max-width: 768px) {

    .hide-mobile {
        display: none;
    }

    .ast-separate-container #content .ast-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero .image {
        height: 200px;
    }

    .features {
        margin-top: 20px;
    }

    .features div {
        padding: 0;
    }

    .features-inner {
        margin-top: 10px;
    }

    .features-inner img {
        width: 30px;
        height: 30px;
        padding: 5px;
    }

    .explanation {
        margin-top: 25px;
        display: block;
    }

    .explanation .image {
        width: 100%;
        height: 200px;
        border-radius: 25px;
    }

    .explanation-inner {
        width: 100%;
    }

    .explanation-inner .title {
        margin: 0;
        padding: 20px 0 0 0;
    }

    .explanation-inner .subtitle {
        margin: 0;
        padding: 20px 0;
    }

    .courses {
        padding: 0 0px 20px;
    }

    .course-inner {
        margin-top: 75px;
    }

    .tefl-course-video-section {
        margin-top: 25px !important;
    }

    .quote {
        margin-top: 25px;
    }

    .quote-inner {
        padding: 0 20px 30px;
        height: auto;
        border-radius: 25px;
        background-image: none !important;
        background-color: #E3E7E9;
    }

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

    .post-image-col {
        height: 200px;
        margin-bottom: -40px;
    }

    .articles .section-heading {
        margin-bottom: 0;
    }

    .blog-card {
        margin-top: 25px;
        display: block;
    }

    .mobile-reverse {
        flex-direction: column-reverse !important;
    }

    .each-feature {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .feature-mobile {
        display: block;
        text-align: left;
    }

    .duration {
        margin: auto;
        display: flex;
        justify-content: flex-end !important;
        height: 40px;
        width: -webkit-fill-available;
        font-size: 1rem;
    }

    .ast-container {
        padding: 0 20px !important;
    }

}

