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

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

.ast-container {
    max-width: 1300px !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;
}

div#page {
    padding: 0px;
}

/*Banner Section start*/

.page-header {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 450;
}

.page-header span {
    font-weight: 600;
}

.main__banner__heading {
    font-size: 1.775rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2rem;
}

.main__banner__heading span {
    font-weight: 700;
}

.main__banner__heading_image {
    height: 25rem;
    background-position: bottom center;
    border-radius: 0 0 25px 25px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    padding: 10px 40px;
}

.main__banner__heading_image p {
    color: #fff;
    font-size: 1.775rem;
    max-width: 50%;
}

.banner-section__banner {
    display: flex;
    align-items: center;
    height: 32.5rem;
    background-position: center center !important;
    border-radius: 24px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-bottom: 50px;
    margin-bottom: 0px;
}

.banner_text h1 {
    font-size: 32px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 450;
}

@media screen and (max-width:768px) {
    .banner-section__banner {
        height: 25rem;
    }
}

/*#page .teo_faq_banner_head {*/
/*padding: 10% 0 !important;*/
/*    padding-top: 12%!important;*/
/*    padding-bottom: 12%!important;*/
/*    justify-content: center;*/
/*    margin: 0px auto !important;*/
/*}*/

/*.teo_faq_banner_head h1 {*/
/*font-size: 4rem;*/
/*    font-weight: 700;*/
/*    color: #fff;*/
/*    text-shadow: 1px 1px 5px #000;*/
/*    text-align: left;*/
/*    font-size: 2.5rem;*/
/*}*/

/*.teo-faq-banner-container {*/
/*    background-color: #3333336b;*/
/*}*/

/*.teo-faq-banner-bg {*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*}*/

/*.page-id-25805 .teo-faq-banner-bg {*/
/*    background-position: bottom;*/
/*}*/

/*.teo_faq_banner_head span {*/
/*    display: block;*/
/*    font-family: 'northwellregular';*/
/*    font-size: 4.5rem;*/
/*    font-weight: 300;*/
/*    margin-top: 25px;*/
/*}*/

/*Banner Section end*/


/*FAQ Section start*/

.card-header h2:after {
    content: '\f107 ';
    font-family: FontAwesome;
    float: right;
    /*color: #fff;*/
    font-size: 20px;
}

.teo-faq-sec .card {
    border: none;
    margin-bottom: 20px;
    background: var(--teflie-background-vanilla);
    border-radius: 10px;
}

.teo-faq-sec span {
    padding: 0px;
    font-size: 1.25rem;
    font-weight: 600;
    /*color: #fff;*/
    line-height: 1em;
    background-color: transparent;
    pointer-events: none;
    text-align: left;
}

.teo-faq-sec .card-header h2 {
    line-height: 1em !important;
    font-size: 18px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}

.teo-faq-sec .card-header {
    outline: none;
    padding: var(--teflie-space-sm);
    cursor: pointer;
    font-size: 18px;
    color: var(--teflie-text-primary);
    transition: all 0.3s ease;
    font-weight: var(--teflie-font-weight-semibold);
}

.page-id-25805 .teo-faq-sec .card-header {
    background: -webkit-linear-gradient(right bottom, #25325a, #1c6ea6);
}

.teo-faq-sec .card-body {
    padding: 0 var(--teflie-space-sm) var(--teflie-space-sm);
    font-size: 16px;
    color: var(--teflie-text-primary);
}

.teo-faq-sec .card:last-child {
    margin-bottom: 0px;
}

.teo-faq-sec {
    margin: 80px auto;
}

.card-header.card_header_open h2:after {
    content: '\f106 ';
}

.collapse {
    display: none;
}

@media screen and (min-width: 769px) {
    .teo-faq-sec {
        max-width: 75%;
    }
}

/*FAQ Section end*/


/*Guide Section start*/

.teaching_guide_sec.section {
    background-size: cover;
    background-repeat: no-repeat;
}

.teaching_guide_sec .row {
    margin: 0;
}

.teaching_guide_sec .col-md-7 {
    padding-left: 0px;
}

.teaching_guide_sec .img-div {
    position: relative;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 70%;
    height: 550px;
    align-items: center;
}

.teaching_guide_sec .img-div img {
    height: 400px;
    width: auto !important;
    position: absolute;
    z-index: 9;
    left: 55%;
    top: 75px;
}

.teaching_guide_sec.section .img-div:after {
    background: linear-gradient(to right bottom, #ec6949db, #f6ae52d9);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.teaching_guide_sec h5 {
    font-weight: 700;
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.teaching_guide_sec h2 {
    font-weight: 700;
}

.teaching_guide_sec .guide-content {
    margin: 15px 0 30px;
    font-size: 14px;
}

.guide-content-col {
    padding: 40px 30px 0;
}

/* .download_guide_btn {
    background: #000;
    padding: 12px 20px;
    color: #fff !important;
    border-radius: 5px;
    font-size: 15px;
    border: 2px solid #000;
} */

/*Guide Section end*/



/*Tablet css start*/

@media only screen and (width: 1024px) {
    .teaching_guide_sec .img-div {
        height: 520px;
    }

    .teaching_guide_sec .img-div img {
        height: 380px;
    }
}

/*Tablet css end*/


/*Mobile css start*/

@media only screen and (max-width: 768px) {

    .banner_text {
        font-size: 2.5rem;
    }

    .teaching_guide_sec {
        margin: auto;
    }

    .teaching_guide_sec .col-md-7 {
        padding-right: 0px;
    }

    .teaching_guide_sec .img-div {
        min-width: 100%;
        margin-bottom: 40px;
        height: auto;
        float: none;
        overflow: hidden;
    }

    .teaching_guide_sec .img-div img {
        height: auto;
        position: relative;
        left: 0px;
        min-width: 100%;
        top: 0;
    }

    .ast-container {
        padding: 0 1rem !important;
    }

    .guide-content-col {
        padding: 0 40px;
    }

    .teo_faq_banner_head h1 {
        /*font-size: 1.8rem;*/
        font-size: 20px;
    }

    .download_guide_btn {
        display: inline-block;
        margin-bottom: 40px;
    }

    .teo_faq_banner_head span {
        font-size: 2.5rem;
        margin-top: 15px;
    }

}

