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

header .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;
}

.site-content > .ast-container {
    max-width: 100%;
    padding: 0;
}

.site-content #primary {
    padding: 0;
    margin: 0;
}

.banner-section {
    padding: 60px 0 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
}

.banner-section:before {
    content: '';
    background-color: #1938478a;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
}

.banner-content-col {
    padding: 0px;
    background-color: #edeeef;
    border-radius: 24px;
    padding: 50px !important;
}

.banner-content-col .ast-row {
    display: flex;
}

.banner-content-txt-wrap p {
    font-size: 0.8rem;
}

.banner-content-img img {
    height: 418px;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
}

.banner-content-img-col {
    border-right: 1px solid #e2e2e2;
}

.elt-heading {
    text-align: center;
    color: #fff !important;
    font-size: 2.8rem !important;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 10px #193847;
    font-weight: 600;
    line-height: 3rem;
}

.elt-feat-container {
    flex-direction: column;
    align-items: center;
}

.elt-feat-section {
    padding: 100px 0;
}

.elt-feat-inner p {
    margin-bottom: 0px;
    /* font-size: 0.8rem; */
}

h3.elt-sec-heading {
    margin-bottom: 50px;
    font-weight: 500;
    font-size:32px;
}

.elt-feat-inner p {
    font-weight: 600;
}

.elt-feat-inner h5 {
    margin: 1rem auto;
}

.img-btn-div {
    display: flex;
}

img.english-test-img {
    width: 150px;
    margin-left: 50px;
}

.english-test-btn {
    text-transform: capitalize;
}

.banner-section::after,
.section.elt-feat-section:before {
    content: '';
    height: 50px;
    width: 100%;
    position: absolute;
    filter: blur(1.1rem);
}

.banner-section::after {
    background: linear-gradient(to bottom, #ffffff 75%, #edeff0);
    bottom: 0;
}

.section.elt-feat-section:before {
    top: 0;
    background: linear-gradient(to top, #ffffff 75%, #edeff0);
}

.section.elt-feat-section {
    position: relative;
}

.banner-content-txt-wrap.heading {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--teflie-text-primary-dark);
}

.banner-content-txt-wrap.content {
    line-height: 1.75;
    font-size: 14px;
    margin-bottom: 1rem;
}

.img-div img {
    width: 100px;
    height: 100px;
}

.warning {
    font-size: 15px;
    background: #E2E2E2;
    margin-bottom: 1rem;
    padding: 1.5rem 2rem;
    border-radius: 15px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.warning:before {
    content: "";
    background: #D9D9D9 url(https://tefl.ie/wp-content/uploads/2023/05/unnamed-file.png) no-repeat center center / 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    flex: none;
}

.secure {
    font-size: 13px;
    line-height: 1.5;
}

.secure b {
    display: block;
}

.wpcf7-list-item {
    margin: 5px 0 1rem;
}


@media only screen and (max-width: 768px) {
 
  	.ast-separate-container #content .ast-container {
       padding: 0;
   }	
  
  .banner-content-col {
        background: white;
        border-radius: 0;
    }
  
  	.banner-content-img-col {
        border: 0;
    }
  
  	.banner-content-txt-wrap.heading {
        line-height: 1.25;
        margin-top: 20px;
    }
  
  .banner-content-col .ast-row {
        flex-direction: column;
    }
  
  	.elt-feat-section {
        padding: 50px;
    }

    .elt-heading {
        font-size: 35px !important;
    }
  
}