:root {
    --font-outfit : "Outfit", sans-serif;
    --color-offwhite : #FAF9F9;
    --color-grey : #8D99AE;
    --color-darkred : #D9090C;
    --color-lightred : #EF474B;
    --color-dark : #151518;
    --color-darkoff : #232326;
    --color-redbrown : #7A0000;
    --color-yellow : #FFB910;
    --color-darkgray : #6C6E81;
    --color-green : #05C99A;
    --color-white : #FFFFFF;
}

  @font-face {
    font-family: 'Outfit';
    src: url(../fonts/Outfit/Outfit.eot);
    src: url(../fonts/Outfit/Outfit.eot?#iefix) format('embedded-opentype'),
         url(../fonts/Outfit/Outfit.otf) format('otf'),
         url(../fonts/Outfit/Outfit.svg#Outfit) format('svg'),
         url(../fonts/Outfit/Outfit.ttf) format('truetype'),
         url(../fonts/Outfit/Outfit.woff) format('woff'),
         url(../fonts/Outfit/Outfit.woff2) format('woff2');
  }

div.container{
    max-width: 1560px;
    width: 100%;
}
.et_pb_section.pt-100{
    padding-top: 100px;
}
.et_pb_section.pb-100{
    padding-bottom: 100px;
}
div.et_pb_section .et_pb_row{
    max-width: 1360px;
    width: 100%;
}
body h1{
    font-family: var(--font-ubuntu);
    font-size: 48px;
}
body h2{
    font-family: var(--font-ubuntu);
    font-size: 36px;
}
body h3{
    font-family: var(--font-ubuntu);
    font-size: 32px;
}
body h4{
    font-size: 22px;
    font-family: var(--font-ubuntu);
    line-height: 1.5;
}
body h5{
    font-size: 20px;
    font-family: var(--font-ubuntu);
}
body h6{
    font-family: var(--font-ubuntu);
    font-size: 16px;
}

/* Header Start*/
body.et_pb_svg_logo .header-bottom #logo{
    max-width: 90px;
}
.header-top .textwidget p{
    font-size: 15px;
}
div.top-header{
    background-color: #7a0000;
}
div#top-header .container{
    padding-bottom: 0.75em;
    padding-top: 1.25em;
}
#top-header #et-secondary-menu{
    float: unset;
}
#top-header #et-secondary-menu #et-secondary-nav li{
    text-align: left;
}
#top-header #et-secondary-menu #et-secondary-nav li a{
    display: inline-block;
}
#top-header #et-secondary-menu #et-secondary-nav li.social-menus{
    margin-right: 300px;
}
body.et_fixed_nav.et_secondary_nav_enabled header#main-header{
    padding-top: 10px;
    padding-bottom: 30px;
    box-shadow: unset;
    background-color: transparent;
    /* position: absolute; */
}
body.et_fixed_nav.et_secondary_nav_enabled header#main-header .container .logo_container a{
    display: inline-block;
}
header#main-header .container #et-top-navigation nav>ul>li>a{
    font-size: 20px;
    font-family: "Outfit";
    font-weight: 500;
    color: var(--color-offwhite);
    text-align: center;
}
header#main-header .container #et-top-navigation #et_search_icon:before{
    color: var(--color-offwhite);
}
header#main-header.et-fixed-header{
    box-shadow: unset!important;
}
header #top-menu .menu-item-has-children>a:first-child:after, #et-secondary-nav .menu-item-has-children>a:first-child:after{
    content: unset!important;
}
header#main-header .container.header-bottom #top-menu li{
    transition: all 0.5s ease-in-out;
}
header#main-header .container.header-bottom #top-menu li a {
    font-family: "Outfit";
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: var(--color-offwhite);
    opacity: 1;
}
header#main-header .container.header-bottom #top-menu li:hover a{
    opacity: 1;
}
header#main-header .container.header-bottom #top-menu li.menu-item-has-children ul li{
    padding-left: 10px;
}
header#main-header .container.header-bottom #top-menu li.menu-item-has-children:hover{
    background-color: var(--color-dark);
    color: var(--white);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
header#main-header .container.header-bottom #top-menu li.menu-item-has-children:hover ul {
    background-color: var(--color-dark);
    color: var(--color-white);
    width: 246px;
    border-radius: 9px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: unset;
    border-top-left-radius: 0;
}
header#main-header .container.header-bottom #top-menu li.menu-item-has-children.menu-item-469:hover ul{
    width: 241px;
    border-radius: unset;
}
header#main-header .container.header-bottom #top-menu li.menu-item-has-children:hover ul li{
    transition: all 0.5s ease-in-out;
    display: block;
    width: 100%;
}
header#main-header .container.header-bottom #top-menu li.menu-item-has-children:hover ul li a{
    padding: 10px;
    width: 100%;
    display: block;
}
header#main-header .container.header-bottom #top-menu li.menu-item-has-children:hover ul li:hover{
    background-color: var(--color-darkred);
    color: var(--color-white);
    opacity: 1;
    /* border-top-left-radius: 9px;
    border-top-right-radius: 9px; */
}
header#main-header .container.header-bottom #et-top-navigation nav > ul > li > a{
    position: relative;
}
header#main-header .container.header-bottom #et-top-navigation nav > ul > li > a:hover{
    opacity: 1;
}
header#main-header .container.header-bottom #et-top-navigation nav > ul > li > a::before{
    content: "";
    position: absolute;
    width: 88%;
    height: 1px;
    background-color: #ffffff;
    left: 10px;
    right: 0;
    bottom: 0;
    visibility: hidden;
}
header#main-header .container.header-bottom #et-top-navigation nav > ul > li:not(.menu-item-has-children ) > a:hover::before{
    visibility: visible;
}
header#main-header .et_search_outer .container.et_search_form_container{
    width: 100%;
    max-width: 100%;
}
header#main-header form.et-search-form {
    background: #EDF2F4 !important;
    max-width: 100%!important;
    width: 100%!important;
    max-height: 140px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    /* padding-left: 80px; */
    padding: 0 180px;
}
header#main-header form.et-search-form input[type="search"]{
    max-height: 40px;
    border-bottom: 1px solid var(--color-dark);
    padding-left: 10px;
    width: 65%;
    left: 15%;
    padding-bottom: 0px;

}
header#main-header form.et-search-form::before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("../images/search-icon.png") no-repeat center;
    background-size: contain;
    /* left: 70px; */
    left: 23.8%;
    top: 62px;
}
header#main-header span.et_close_search_field{
    right: 10.5%;
}
header#main-header span.et_close_search_field:after {
    content: ''!important;
    width: 17px;
    height: 17px;
    background: url("../images/search-arrow.png") no-repeat center;
    background-size: contain;
    top: -10px;
    position: absolute;
    /* right: 35px; */
}
header#main-header form.et-search-form input[type="search"]::placeholder,
header#main-header form.et-search-form label{
    text-transform: uppercase;
    font-family: "Outfit";
    font-size: 16px;
    color: var(--color-grey);
    line-height: 1.5;
}
header#main-header form.et-search-form label{
    font-size: 14px;
    color: var(--color-dark);
}
/*Header End*/
/*Footer Start*/
footer#main-footer{
    background-color: #151518;
}
footer#main-footer .container #footer-widgets .footer-widget .widget_nav_menu h4.title,
footer#main-footer .container #footer-widgets .footer-widget .widget_text h4.title{
    /* font-family: var(--font-impact); */
    font-family: var(--font-ubuntu);
    font-size: 28px;
    color: var(--color-grey);
    margin-bottom: 20px;
}
footer#main-footer #footer-widgets .footer-widget li{
    margin-left: 10px;
}
footer#main-footer #footer-widgets .footer-widget li:before{
    border: unset;
    width: 15px;
    height: 2px;
    background: var(--color-white);
    top: 12px;
    left: -6px;
}
footer#main-footer #footer-widgets .footer-widget li a{
    font-family: "Outfit";
    font-size: 16px;
    color: var(--color-white);
    line-height: 1.5;
}
div#footer-bottom .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 30px;
    border-top: 2px solid #8D99AE;
}
div#footer-bottom .container .privacy-policy,
div#footer-bottom .container .our-company{
    margin-left: auto;
}
div#footer-bottom .container #footer-info,
div#footer-bottom .container .privacy-policy a,
div#footer-bottom .container .our-company,
div#footer-bottom .container .our-company a{
    font-family: "Outfit";
    font-weight: 500;
    font-size: 16px;
    color: var(--color-grey);
    line-height: 1.5;
}
/*Footer End*/

/*Anfield Language Centre Start*/
/* body.page-id-57 #et-main-area{
    position: absolute;
    top: 74px;
} */
.banner-section .banner-title{
    position: absolute;
    top: 50%;
    z-index: 999;
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
}
.banner-section .banner-title h1{
    /* font-family: var(--font-impact); */
    font-family: var(--font-ubuntu);
    font-size: 48px;
    line-height: 1.5;
    color: var(--color-offwhite);
    text-align: center;
}
body div.banner-full-row{
    padding: 0;
}
/* .banner-full-row .et_pb_row, */
div.et_pb_section.banner-full-row .et_pb_row{
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
}
.banner-full-row .et_pb_row .et_pb_column .et_pb_image{
    margin: 0;
}
.banner-full-row .et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap,
.banner-full-row .et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap img {
    display: block;
    width: 100%;
}
header#main-header .container.header-bottom #et_top_search{
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: -20px;
}
.banner-full-row .et_pb_row .et_pb_column{
    position: relative;
}
.banner-full-row .et_pb_row .et_pb_column .banner-absolute-title{
    position: absolute;
    top: 60%;
    z-index: 999;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: var(--font-ubuntu);
    font-size: 48px;
    line-height: 1.5;
    color: var(--color-offwhite);
    text-align: center;
}
.language-para-section{
    background-color: var(--color-redbrown);
}
.language-para-section .et_pb_module .et_pb_code_inner h2,
.language-para-section .et_pb_module .et_pb_code_inner p{
    /* padding: 100px 400px; */
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 900px;
    margin: 0 auto;
    font-family: var(--font-ubuntu);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-white);
    text-align: center;
}
.language-para-section .et_pb_module .et_pb_code_inner h2{
    padding-bottom: 30px;
}
body.page-id-57 .language-para-section .et_pb_module .et_pb_code_inner h2 {
    padding-bottom: 60px;
}
.language-para-section.after-school-clubs-para .et_pb_code_inner h2,
.language-para-section.after-school-clubs-para .et_pb_code_inner p,
div.divider-section.classname-section.curriculum-row  .et_pb_row .et_pb_column .et_pb_module p,
.welcome-section1 h2{
    max-width: 1133px;
    margin: 0 auto;
}
.language-para-section .et_pb_module .et_pb_code_inner p{
    font-family: "Outfit";
    font-size: 18px;
    font-weight: 300;
    padding-top: 0;
    padding-bottom: 0;
}
.language-para-section .et_pb_module .et_pb_code_inner p:last-child{
    padding-top: 40px;
    padding-bottom: 100px;
}
.language-section-one .et_pb_row{
    max-width: 1360px;
}
.language-section-one .et_pb_row .et_pb_column:first-child,
div.divider-section.classname-section .et_pb_row.uniform-row .et_pb_column:first-child{
    /* width: 50%; */
    width: 45%;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
}
.language-section-one .et_pb_row .et_pb_column .et_pb_image:last-child,
div.divider-section.classname-section .et_pb_row.uniform-row .et_pb_column .et_pb_image:last-child{
    margin-left: 30px;
    margin-top: 120px;
    margin-right: 0px;
}
.language-section-one .et_pb_row .et_pb_column .et_pb_image:first-child,
div.divider-section.classname-section .et_pb_row.uniform-row .et_pb_column .et_pb_image:first-child{
    margin-right: 0;
}
.language-section-one .et_pb_row .et_pb_column:last-child,
div.divider-section.classname-section .et_pb_row.uniform-row .et_pb_column:last-child {
    width: calc(50% - 60px);
    margin-left: 60px;
    margin-top: 80px;
}
.language-section-two .et_pb_row{
    display: flex;
}
.language-section-two .et_pb_row .et_pb_column:first-child{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.language-section-one .et_pb_row .et_pb_column:last-child h3,
.language-section-two .et_pb_row .et_pb_column:first-child h3,
div.divider-section.classname-section .et_pb_row.uniform-row .et_pb_column h3{
    font-family: var(--font-ubuntu);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-dark);
    padding-bottom: 20px;
}
.language-section-one .et_pb_row .et_pb_column:last-child p,
.language-section-two .et_pb_row .et_pb_column:first-child p,
.language-section-one .et_pb_row .et_pb_column:last-child ul li,
div.divider-section.classname-section .et_pb_row.uniform-row .et_pb_column ul li{
    font-family: "Outfit";
    font-size: 18px;
    font-weight: 300;
    color: #6C6E81;
    line-height: 1.5;
    list-style: none;
    position: relative;
}
div.divider-section.classname-section.curriculum-row .et_pb_row .et_pb_column .et_pb_module p{
    color: #6C6E81;
}
body.page-id-373 div.divider-section.classname-section.curriculum-row .et_pb_row .et_pb_column .et_pb_module.et_pb_text_7  p{
    color: #ffffff;
}
div.divider-section.classname-section .et_pb_row.uniform-row .et_pb_column ul,
body div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.excellent ul {
    margin-left: 20px;
}
/* .language-section-one .et_pb_row .et_pb_column:last-child ul li::before, */
body div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.excellent ul li,
body.page-id-247 .language-section-one .et_pb_row .et_pb_column:last-child ul li,
.safeguarding-section2.et_pb_section .et_pb_text ul li,
.weather-section3.et_pb_section .education-announcement ul li{
    position: relative;
    list-style: none;
}
div.divider-section.classname-section .et_pb_row.uniform-row .et_pb_column ul li::before,
body div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.excellent ul li::before,
body.page-id-247 .language-section-one .et_pb_row .et_pb_column:last-child ul li::before,
.safeguarding-section2.et_pb_section .et_pb_text ul li::before,
.weather-section3.et_pb_section .education-announcement ul li::before{
    content: ".";
    font-size: 40px;
    position: absolute;
    border-radius: 50%;
    top: -30px;
    left: -20px;
}
body div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.excellent ul li::before{
    top: -10px;
}
body.page-id-247 .language-section-one .et_pb_row .et_pb_column:last-child ul li::before,
.safeguarding-section2.et_pb_section .et_pb_text ul li::before {
    top: -28px;
}
.language-section-one .et_pb_row .et_pb_column:last-child .et_pb_button,
.language-section-two .et_pb_row .et_pb_column:first-child .et_pb_button {
    border: unset;
    position: relative;
    font-family: "Outfit";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    color: var(--color-dark);
    transform-origin: left;
    transition: all 0.3s ease-in-out;
}
.language-section-one .et_pb_row .et_pb_column:last-child .et_pb_button:hover,
.language-section-two .et_pb_row .et_pb_column:first-child .et_pb_button:hover{
    background-color: unset;
    font-size: 13.7px;
}
.language-section-one .et_pb_row .et_pb_column:last-child .et_pb_button::after,
.language-section-two .et_pb_row .et_pb_column:first-child .et_pb_button:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 30px;
    bottom: 0;
    z-index: 999;
    /* transform: scaleX(1); */
    background-color: var(--color-dark);
    visibility: visible;
    opacity: 1;
}
.language-section-one .et_pb_row .et_pb_column:last-child .et_pb_button:hover::after,
.language-section-two .et_pb_row .et_pb_column:first-child .et_pb_button:hover::after{
    width: 0;
    /* transform: scale(0); */
    left: 0;
}
.et_pb_section.academic-achiever-full-row{
    padding: 0;
}
.et_pb_section.academic-achiever-full-row .et_pb_row{
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
}
.academic-achiever-full-row .et_pb_row .et_pb_column{
    width: 50%;
    margin-right: 0;
    position: relative;
}
.academic-achiever-full-row .et_pb_row .et_pb_column:first-child{
    padding-left: 280px;
    padding-bottom: 140px;
}
.academic-achiever-full-row .et_pb_row .et_pb_column .et_pb_module.et_pb_image{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.academic-achiever-full-row .et_pb_row .et_pb_column:last-child{
    padding-left: 100px;
}
.academic-achiever-full-row .et_pb_row .et_pb_column h4,
.academic-achiever-full-row .et_pb_row .et_pb_column h5{
    font-family: "Outfit";
    font-weight: 600;
    color: var(--color-white);
    font-size: 24px;
    line-height: 1.5;
}
.safeguarding-section2.et_pb_section .et_pb_text p{
    font-weight: 300;
}
.safeguarding-section1.et_pb_section .et_pb_text h3{
    font-size: 36px;
}
.academic-achiever-full-row .et_pb_row .et_pb_column h4{
    text-transform: uppercase;
}
.academic-achiever-full-row .et_pb_row .et_pb_column h5{
    font-size: 20px;
    font-weight: 300;
}
.academic-achiever-full-row .et_pb_row .et_pb_column h5.bottom-line{
    padding-bottom: 20px;
    position: relative;
}
.academic-achiever-full-row .et_pb_row .et_pb_column h5.bottom-line::before{
    content: "";
    position: absolute;
    width: 70%;
    height: 2px;
    left: 0;
    background-color: #ffffff;
    bottom: 0;
}
.academic-achiever-full-row .et_pb_row .et_pb_column h5.bottom-line + h5{
    padding-top: 10px;
}
.academic-achiever-full-row .et_pb_row .et_pb_column .et_pb_button,
div.divider-section .camp-para-row .et_pb_column .et_pb_button,
div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.classname-img .et_pb_button,
div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module p a {
    background-color: var(--color-yellow);
    font-family: "Outfit";
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: var(--color-dark);
    padding: 14px 25px;
    border: unset;
    border-radius: unset;
    transition: all 0.6s ease-in-out;

}
div.divider-section .camp-para-row .et_pb_column .et_pb_button{
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out !important;
}

.academic-achiever-full-row .et_pb_row .et_pb_column .et_pb_button{
    border-radius: unset;
}
.academic-achiever-full-row .et_pb_row .et_pb_column .et_pb_button:hover,
div.divider-section .camp-para-row .et_pb_column .et_pb_button:hover,
div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.classname-img .et_pb_button:hover,
div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module p a:hover{
    /* background: radial-gradient(circle at left top, #FFB910 0%, #9D6F00 100%); */
    background: radial-gradient(101.02% 101.02% at 50% 50%, #FFB910 0%, #9D6F00 100%);
    color: var(--color-offwhite);
}
.academic-achiever-full-row .et_pb_row .et_pb_column .et_pb_button::after,
div.divider-section .camp-para-row .et_pb_column .et_pb_button::after{
    content: unset;
}
/*Camp Start*/
div.et_pb_section .camp-img-row{
    display: flex;
}
div.et_pb_section .camp-img-row .et_pb_column{
    /* padding: 150px 0px; */
    margin-right: 0;
    flex: 1;
    display: flex;
    align-items: flex-end;
    color: var(--color-white);
    height: 334px;
    padding-left: 40px;
    padding-bottom: 40px;
    position: relative;
    transition: all 0.5s ease-in-out;
}
div.et_pb_section .camp-img-row .et_pb_column::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: radial-gradient(rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.45) 100%);
    transition: all 0.5s ease-in-out;
}
div.et_pb_section .camp-img-row .et_pb_column:last-child{
    padding-bottom: 20px;
}
div.et_pb_section .camp-img-row .et_pb_column:hover::before{
    background: unset;
}
div.et_pb_section .camp-img-row .et_pb_column:hover .et_pb_module .et_pb_text_inner{
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
div.et_pb_section .camp-img-row .et_pb_column h5{
    font-family: "Outfit";
    font-size: 20px;
    padding-bottom: 0px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-white);
    text-transform: uppercase;
}
div.et_pb_section .camp-img-row .et_pb_column p{
    font-family: "Outfit";
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}
div.divider-section{
    background-color: var(--color-redbrown);
    margin-top: -1px;
}
div.divider-section .et_pb_divider:before{
    width: 60px;
    left: 50%;
    top: 0;
    z-index: 10;
    transform: rotate(90deg);
    border-top-color: var(--color-white);
}
div.divider-section .camp-para-row p{
    max-width: 907px;
    margin: 0px auto;
    font-size: 18px;
    color: var(--color-white);
    font-family: "Outfit";
    text-align: center;
    line-height: 1.5;
    margin-bottom: 50px;
}
div.divider-section .camp-para-row .et_pb_column .et_pb_button_module_wrapper{
    text-align: center;
}
/*Camp End*/
/*After School Clubs Start*/
div.after-school-club-img-section{
    padding: 0;
    background-color: var(--color-redbrown);
    margin-top: -1px;
    padding-top: 120px;
}
div.after-school-club-img-section .et_pb_row{
    width: 100%;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 100px;
    display: flex;
}
div.after-school-club-img-section .et_pb_row .et_pb_column{
    width: calc(100% / 3 - 27px);
    margin-right: 27px;
    flex: 1;
}
div.after-school-club-img-section .et_pb_row .et_pb_column .et_pb_module{
    margin-bottom: 40px;
}
/*After School Clubs End*/
/*Toddlerobics Start*/
div.divider-section.classname-section{
    background-color: var(--color-white);
}
div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module p,
div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.excellent ul li{
    font-family: "Outfit";
    color: var(--color-dark);
    font-size: 18px;
    text-align: center;
}
div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.et_pb_text_10 p{
    color: #6C6E81;
}
div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module p strong{
    font-weight: 300;
    color: var(--color-dark);
}
div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.excellent ul li{
    font-weight: 300;
}
div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.overview p{
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 500;
}
div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.classname-img{
    padding-top: 108px;
    padding-bottom: 108px;
    max-width: 960px;
    margin: 0 auto;
    background-size: contain;
}
div.divider-section.classname-section .et_pb_divider:before{
    border-top-color: var(--color-dark);
    left: 48%;
}
div.divider-section.classname-section .et_pb_row{
    padding-top: 0;
}
div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module h2{
    font-weight: 700;
    text-align: center;
    color:#000000;
}
div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.classname-img h3{
    font-family: "Outfit";
    font-size: 24px;
    font-weight: 600;
    color: var(--color-white);
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
}
div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.classname-img p{
    text-align: center;
    font-family: "Outfit";
    font-size: 20px;
    font-weight: 300;
    color: var(--color-white);
    line-height: 1.8;
    padding-bottom: 0;
}
div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module p a{
    display: inline-block;
    margin-top: 20px;
}
/*Toddlerobics End*/
/*Playground Pre Programme Start*/
div.divider-section.classname-section .et_pb_row.our-curriculum-row{
    padding-top: 40px;
}
div.divider-section.classname-section .et_pb_row.our-curriculum-row .et_pb_column:first-child{
    width: 20%;
    border-right: 1px solid #E4E6EF;
    margin-right: 60px;
}
div.divider-section.classname-section .et_pb_row.our-curriculum-row{
    max-width: 1560px;
}
div.divider-section.classname-section .et_pb_row.our-curriculum-row .et_pb_column:last-child{
    /* width: 73%; */
    width: calc(80% - 60px);
}
div.divider-section.classname-section .et_pb_row.our-curriculum-row .et_pb_column:first-child .et_pb_button_module_wrapper{
    margin-bottom: 10px;
}
div.divider-section.classname-section .et_pb_row.our-curriculum-row .et_pb_column:first-child .et_pb_button_module_wrapper .et_pb_button{
    font-family: "Outfit";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5!important;
    border: unset;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--color-dark);
}
div.divider-section.classname-section .et_pb_row.our-curriculum-row .et_pb_column:first-child .et_pb_button_module_wrapper .et_pb_button:hover{
    background-color: unset;
}
div.divider-section.classname-section .et_pb_row.our-curriculum-row .et_pb_column:first-child .et_pb_button_module_wrapper .et_pb_button:hover::after{
    content: unset;
}
div.divider-section.classname-section .et_pb_row.our-curriculum-row .et_pb_column:last-child p{
    text-align: left;
    color: #6C6E81;
    margin-top: 15px;
    margin-bottom: 40px;
}
div.divider-section.classname-section .et_pb_row.our-curriculum-row .et_pb_column:last-child h3{
    font-size: 24px;
}
div.classname-section.divider-section.our-curriculum{
    padding-top: 120px;
}
.language-para-section.first-steps .et_pb_module .et_pb_code_inner h2{
    padding-bottom: 0px;
}
.language-para-section.first-steps .et_pb_module .et_pb_code_inner h2,
.language-para-section .et_pb_module .et_pb_code_inner p:last-child{
    max-width: 907px;
}
div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.excellent{
    margin: 0 auto;
    margin-top: 40px;
    max-width: 960px;
    padding-left: 30px;
    padding-right: 30px;
}
body.page-id-291 div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.excellent{
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
}
div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.excellent p strong{
    font-weight: 700;
    color: var(--color-dark);
}
div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.excellent p,
div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.excellent ul li {
    text-align: left;
}
div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.excellent ul li{
    color: #6C6E81;
}
div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.excellent p{
    color: #6C6E81;
}
/* div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.et_pb_text_2{
    margin-top: 40px;
} */
/*Playground Pre Programme End*/
/*Contact Us Start*/
.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs{
    display: flex;
}
.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs ul.et_pb_tabs_controls{
    display: flex;
    flex-direction: column;
    background-color: var(--color-white);
}
.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs{
    border: unset;
}
.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs ul.et_pb_tabs_controls:after{
    border-top: unset;
}
.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs .et_pb_tabs_controls li{
    border-right: 1px solid #6C6E81;
}
.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs .et_pb_tabs_controls li:first-child{
    padding-bottom: 20px;
}
.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs .et_pb_all_tabs{
    flex: 1;
}
.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs .et_pb_all_tabs .et_pb_tab img{
    width: 100%;
    height: 100%;
    margin-top: 40px;
}
.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content h4{
    font-family: "Outfit";
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-dark);
    padding-bottom: 20px;

}
.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content p span{
    color: #6C6E81;
}
.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content p,
.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content p a{
    font-family: "Outfit";
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: var(--color-dark);
    padding-bottom: 10px;
}
.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content p span{
    color: #6C6E81;
}
.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs_controls li a{
    font-family: "Outfit";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-dark);
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-right: 70px;
}
.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs_controls li.et_pb_tab_active a{
    text-decoration: underline;
}
.contact-us-form-section .et_pb_row .et_pb_column .et_pb_all_tabs .et_pb_active_content{
    padding-top: 0px;
    padding-left: 60px;
}
.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs .et_pb_all_tabs .et_pb_tab{
    padding-left: 60px;
}
div.wpforms-container-full .wpforms-form .wpforms-one-half{
    width: 50%;
    margin-right: 0px;
    display: inline-block;
}
div.wpforms-container-full .wpforms-form .wpforms-one-half.wpforms-first{
    width: calc( 50% - 20px);
    margin-right: 20px;
    display: inline-block;
}
.contact-us-form-section .et_pb_row .et_pb_column .et_pb_module.form-title,
.contact-us-form-section .et_pb_row .et_pb_column .et_pb_code_inner .wpforms-form{
    /* max-width: 1050px; */
    max-width: 77%;
    margin-left: auto;
}
.contact-us-form-section .et_pb_row .et_pb_column .et_pb_module.form-title h2,
.contact-us-form-section .et_pb_row .et_pb_column h2{
    position: relative;
    margin-top: 30px;
}
.contact-us-form-section .et_pb_row .et_pb_column .et_pb_module.form-title h2::before,
.contact-us-form-section .et_pb_row .et_pb_column h2::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    background-color: #E4E6EF;
    width: 100%;
    height: 1px;
}
.contact-us-form-section .et_pb_row .et_pb_column div.wpforms-container-full .wpforms-field-label,
.contact-us-form-section .et_pb_row .et_pb_column div.wpforms-container-full input::placeholder,
.contact-us-form-section .et_pb_row .et_pb_column div.wpforms-container-full textarea::placeholder{
    font-family: "Outfit";
    font-size: 18px;
    font-weight: 300;
    color: var(--color-darkred);
    line-height: 1.5;
}
.contact-us-form-section .et_pb_row .et_pb_column div.wpforms-container-full .wpforms-field-label{
    margin-bottom: 10px;
}
.contact-us-form-section .et_pb_row .et_pb_column div.wpforms-container-full input,
.contact-us-form-section .et_pb_row .et_pb_column div.wpforms-container-full textarea{
    padding: 20px 28px;
    border: 1px solid #E4E6EF;
    height: 65px;
}
.contact-us-form-section .et_pb_row .et_pb_column div.wpforms-container-full textarea{
    max-height: 65px;
    resize: none;
    overflow: hidden;
}
.scroll::-webkit-scrollbar {
    display: none;
  }
.contact-us-form-section .et_pb_row .et_pb_column div.wpforms-container-full input::placeholder,
.contact-us-form-section .et_pb_row .et_pb_column div.wpforms-container-full textarea::placeholder{
    color: #8D99AE;
}
.contact-us-form-section .et_pb_row .et_pb_column div.wpforms-container-full button[type=submit]{
    padding: 15px 25px;
    background-color: #7A0000!important;
    color:#FAF9F9;
    font-size: 14px;
    font-family: "Outfit";
    border: 1px solid #7A0000;
    transition: all 1s ease-in-out;
    max-height: 50px;
    height: 50px;
    box-shadow: unset;
    border-radius: unset;
    border: unset;
    letter-spacing: 1px;
}
.contact-us-form-section div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin-top: unset;
}
.contact-us-form-section .et_pb_row .et_pb_column div.wpforms-container-full button[type=submit]:focus{
    border: none!important;
}
.contact-us-form-section .et_pb_row .et_pb_column div.wpforms-container-full button[type=submit]:hover{
    background: radial-gradient(circle at center, #D9090C 0%, #7A0000 100%)!important;
    box-shadow: unset;
    border-radius: unset;
}
.contact-us-form-section .wpforms-container .wpforms-recaptcha-container{
    margin-top: 25px;
}
/*Contact Us End*/
/*Administration Information Start*/
.administration-information-section .language-centre-row-one{
    margin-top: 80px;
}
.administration-information-section .language-centre-row{
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}
.administration-information-section .et_pb_row .et_pb_column table{
    max-width: 1160px;
    margin: 0 auto;
    border: unset;
}
.administration-information-section .et_pb_row .et_pb_column table tr th,
.administration-information-section .et_pb_row .et_pb_column table tr td{
    padding: 20px;
    color: var(--color-dark);
    font-size: 18px;
    font-family: "Outfit";
    font-weight: 700;
    border: unset;
}
.administration-information-section .et_pb_row .et_pb_column table tr th{
    background-color: var(--color-darkred);
    text-align: center;
    font-size: 20px;
    color: var(--color-white);
}
.administration-information-section .et_pb_row .et_pb_column table tr:nth-child(even){
    background-color: var(--color-white);
}
.administration-information-section .et_pb_row .et_pb_column table tr:nth-child(odd){
    /* background-color: var(--color-offwhite); */
    background-color: lightgrey;
}
/*Administration Information End*/
/*Curriculum Start*/
.curriculum-para-section .et_pb_module .et_pb_code_inner h2{
    padding-bottom: 0;
}
div.divider-section.classname-section.curriculum-row  .et_pb_row .et_pb_column .et_pb_module h2{
    margin-bottom: 35px;
}
.welcome-section2.curriculum-button-section .et_pb_row,
.et_pb_section.welcome-section3 .et_pb_row {
    max-width: 1560px;
    width: 100%;
}
.et_pb_section.welcome-section3 .et_pb_row {
    padding-left: 60px;
    padding-right: 50px;
}
div.divider-section.classname-section.curriculum-row .et_pb_row .et_pb_column .et_pb_module p {
    margin: 0 auto;
}
div.divider-section.classname-section.curriculum-row .et_pb_row.uniform-row .et_pb_column .et_pb_module p{
    text-align: left;
}
.curriculum-row #learning-through-play{
    margin-bottom: 40px;
}
.administration-information-section .language-centre-row-one.curriculum-learning{
    margin-top: 100px;
}
.administration-information-section .language-centre-row-one.curriculum-learning.et_pb_row .et_pb_column .et_pb_module p{
    margin-bottom: 30px!important;
}
div.divider-section.classname-section.curriculum-row .et_pb_row.characteristics-row-two .et_pb_column .et_pb_module h4{
    font-family: "Outfit";
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
}
div.divider-section.classname-section.curriculum-row .et_pb_row.characteristics-row-two .et_pb_column .et_pb_module p{
    text-align: left;
    color: #6C6E81;
}
div.divider-section.classname-section .et_pb_row.characteristics-row-two{
    margin-bottom: 130px;
}
div.divider-section.classname-section .et_pb_row.eyfs-development-row{
    width: 100%;
    max-width: 100%;
    background-color: var(--color-redbrown);
    margin: 0 auto;
    padding-top: 120px;
    color: var(--color-white);
}

div.divider-section.prime-area-section{
    width: 100%;
    max-width: 100%;
    background-color: var(--color-redbrown);
    margin: 0 auto;
    color: var(--color-white);
}
.et_pb_section.et_pb_section_3.classname-section.divider-section.administration-information-section.curriculum-row.et_section_regular{
    padding-bottom: 0px;
    margin-bottom: -1px;
}
div.divider-section.prime-area-section .et_pb_row.prime-row-one .et_pb_column p,
div.divider-section.prime-area-section .et_pb_row.prime-row-two .et_pb_column p,
div.divider-section.prime-area-section .et_pb_row.prime-row-three .et_pb_column p,
div.divider-section.prime-area-section .et_pb_row.prime-row-one .et_pb_column h4,
div.divider-section.prime-area-section .et_pb_row.prime-row-two .et_pb_column h4,
div.divider-section.prime-area-section .et_pb_row.prime-row-three .et_pb_column h4,
div.divider-section.prime-area-section .et_pb_row.prime-row-one .et_pb_column h2,
div.divider-section.prime-area-section .et_pb_row.prime-row-two .et_pb_column h2,
div.divider-section.prime-area-section .et_pb_row.prime-row-three .et_pb_column h2{
    color: var(--color-white);
}

div.divider-section.classname-section .et_pb_row.eyfs-development-row .et_pb_column p,
div.divider-section.classname-section .et_pb_row.eyfs-development-row .et_pb_column h2{
    max-width: 1111px;
    color: var(--color-white);
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
}
.et_pb_row.language-centre-row-one.curriculum-learning.prime-row-one.specific-row-one{
    margin-top: 120px;
}
.language-section-one.toddelerobic-row .et_pb_row{
    padding-top: 66px;
}
.language-section-one.toddelerobic-row .et_pb_row .et_pb_column:last-child{
    width: calc(50% - 80px);
    margin-left: 80px;
}
footer#main-footer > .container > #footer-widgets .footer-widget:nth-child(3){
    padding-left: 20px;
    width: 16%;
    margin-right: 5%;
}
footer#main-footer > .container > #footer-widgets .footer-widget:nth-child(4){
    padding-left: 80px;
}
.welcome-section3 .et_pb_row .et_pb_testimonial_description_inner .et_pb_testimonial_content{
    font-size: 20px;
}
.welcome-section3 .et_pb_row .et_pb_column:first-child {
    width: 23%;
}
.welcome-section3 .et_pb_row .et_pb_column:last-child {
    width: 77%;
    padding-left: 60px;
}
.et_pb_section.welcome-section3 {
    padding-top: 80px;
    padding-bottom: 120px;
}
.weather-section1.et_pb_section .et_pb_text h3{
    font-size: 36px;
}
.weather-section3.et_pb_section .et_pb_text h2{
    color: var(--color-dark);
}
.entry-content .weather-section3.et_pb_section table tr td{
    color: #6C6E81;
}
.safeguarding-section2.et_pb_section .et_pb_text ul {
    margin-left: 20px;
}
.weather-section3.et_pb_section .education-announcement ul li{
    color: #6C6E81;
    font-size: 18px;
    font-family: "Outfit";
    text-align: justify;
    line-height: 1.5;
    font-weight: 400;
}
.weather-section3.et_pb_section .education-announcement ul li strong{
    color: var(--color-dark);
    font-weight: 700;
}
.weather-section3.et_pb_section .education-announcement{
    margin-top: 60px;
}
body.page-id-291 div.divider-section.classname-section,
body.page-id-279 div.divider-section.classname-section{
    padding-top: 120px;
}
div.divider-section.classname-section .et_pb_row.uniform-row .et_pb_column.first-col .et_pb_image:last-child{
    margin-top: 80px;
}
body.page-id-339 div.divider-section.classname-section .et_pb_row.uniform-row .et_pb_column.first-col .et_pb_image:last-child{
    margin-top: 120px;
}
body.page-id-339 div.divider-section.classname-section .et_pb_row.uniform-row .et_pb_column.sec-col:last-child {
    margin-top: 15px;
}
div.divider-section.classname-section .et_pb_row.uniform-row .et_pb_column.sec-col:last-child{
    margin-top: 30px;
}
#provisional-term + #uniform{
    margin-bottom: 20px;
    margin-top: 100px;
}
body.page-id-339 .language-para-section .et_pb_module .et_pb_code_inner p:last-child{
    padding-top: 0;
}
div.et_pb_section .et_pb_row.provisional-term{
    margin-top: 80px;
}
div.et_pb_section .et_pb_row.provisional-term .et_pb_column h2{
    text-align: center;
    color: #000000;
    line-height: 1.5;
    font-weight: 700;
}
body.page-id-339 div.divider-section.classname-section{
    padding-bottom: 120px;
}
div.divider-section.classname-section .et_pb_row.language-centre-row .et_pb_column .et_pb_module p{
    text-align: left;
}
body #page-container .welcome-section2 a.et_pb_button{
    font-weight: 600;
}
body.page-id-262 .language-para-section .et_pb_module .et_pb_code_inner h2,
body.page-id-238 .language-para-section .et_pb_module .et_pb_code_inner h2,
body.page-id-247 .language-para-section.after-school-clubs-para .et_pb_code_inner h2{
    padding-bottom: 120px;
}
div.divider-section.prime-area-section .et_pb_row.prime-row-three .et_pb_column h4{
    text-transform: uppercase;
}
body.page-id-339 div.et_pb_section.welcome-section2 .et_pb_row.row1,
body.page-id-373 .welcome-section2.curriculum-button-section .et_pb_row{
    max-width: 100%;
    border-bottom: 1px solid #E4E6EF;
}
div.et_pb_section .et_pb_row.characteristics-row-two.prime-row-three.et_pb_row_4col .et_pb_column{
    /* max-width: 1560px;
    width: 100%; */
    width: calc(100% / 4 - 20px);
    margin-right: 20px;
}
div.et_pb_section .et_pb_row.characteristics-row-two.prime-row-three.et_pb_row_4col .et_pb_column:last-child{
    margin-right: 0;
    width: calc(100% / 4);
}
.home-section5.et_pb_section::before{
    height: 127px;
    bottom: -1px;
}
.academic-achiever-full-row .et_pb_row .et_pb_column:last-child{
    margin-left: -1px;
}
.academic-achiever-full-row .et_pb_row .et_pb_column{
    margin-top: -1px;
    margin-bottom: -1px;
}

.mobile_nav.opened span.mobile_menu_bar:before{
    content: "\4d";
    font-weight: 900!important;
    color: #ffffff;
    font-size: 30px;
}
.welcome-section3 .et_pb_row .et_pb_column:first-child .et_pb_text h5{
    text-transform: uppercase;
}
body #page-container .weather-section2 a.et_pb_button{
    font-weight: 600;
}
.wpforms-field-number.wpforms-one-half.wpforms-first.wpforms-has-error + .wpforms-field-email{
    position: relative;
    top: -55px;
}
.wpforms-field-number.wpforms-one-half.wpforms-first + .wpforms-field-email.wpforms-has-error{
    position: relative;
    top: 0px;
}
/*Curriculum End*/
html:lang(en-US) body.search-results article h2{
    transition: all 0.5s ease-in-out;
}
html:lang(en-US) body.search-results article h2:hover{
    color: #151518;
    transform: translateY(-5px);
}
body #page-container .welcome-section2.curriculum-button-section a.et_pb_button:hover{
    padding-top: 30px!important;
}
div.home-section1.et_pb_section{
    padding-bottom: 19px;
}
.bg-clip-path{
    margin-top: -1px;
}
footer#main-footer #footer-widgets .footer-widget li,
footer#main-footer #footer-widgets .footer-widget li a,
footer#main-footer #footer-widgets .footer-widget li:before{
    transition: all 0.5s ease-in-out;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
@media only screen and (max-width: 1680px){
    /* div.home-section6 .et_pb_column:first-child .et_pb_blurb:hover .et_pb_main_blurb_image::after{
        height: 340px;
    } */
    div.home-section1.et_pb_section{
        padding-bottom: 15px;
    }
    header#main-header div.container #et-top-navigation nav>ul>li>a{
        font-size: 16px;
    }
    body div.container,
    body div.et_pb_section .et_pb_row,
    .welcome-section2.curriculum-button-section .et_pb_row, .et_pb_section.welcome-section3 .et_pb_row{
        width: 80%;
    }
    .welcome-section2.curriculum-button-section .et_pb_row, .et_pb_section.welcome-section3 .et_pb_row{
        padding-left: 0;
        padding-right: 0;
    }
    body div.after-school-club-img-section.et_pb_section .et_pb_row{
        width: 100%;
    }
   body footer#main-footer .container #footer-widgets .footer-widget .widget_nav_menu h4.title,
   body footer#main-footer .container #footer-widgets .footer-widget .widget_text h4.title{
    font-size: 24px;
    }
    /*Anfield Language Centre Start*/
    div.et_pb_section.language-section-one,
    div.et_pb_section.language-section-two{
        padding: 40px 0px;
    }
    div.et_pb_section.et_pb_section_3.language-section-one{
        padding-top: 100px;
    }
    div.et_pb_section.et_pb_section_5.language-section-one{
        padding-bottom: 100px;
    }
    div.language-para-section .et_pb_module .et_pb_code_inner h2{
        font-size: 30px;
    }
    div.et_pb_section.academic-achiever-full-row .et_pb_row{
        margin-top: -1px;
    }
    div.academic-achiever-full-row .et_pb_row .et_pb_column:first-child{
        padding-bottom: 142px;
    }
    /*Anfield Language Centre End*/
    body div.after-school-club-img-section{
        padding-top: 80px;
    }
    /* div.language-para-section .et_pb_module.pb-0 .et_pb_code_inner h2{
        padding-bottom: 0px;
    } */
    header#main-header form.et-search-form{
        padding: 0 100px;
    }
    header#main-header form.et-search-form input[type="search"]{
        padding-left: 30px;
    }
    footer#main-footer > .container > #footer-widgets .footer-widget:nth-child(3) {
        width: 17%;
        margin-right: 4%;
    }
    div#provisional-term + #uniform {
        margin-top: 60px;
    }
    body.page-id-339 div.divider-section.classname-section{
        padding-bottom: 100px;
    }
    div.divider-section.classname-section .et_pb_row.our-curriculum-row .et_pb_column:first-child{
        margin-right: 45px;
    }
}
@media only screen and (max-width: 1536px){
    div.home-section1.et_pb_section {
        padding-bottom: 12px;
    }
    div.et_pb_section.pt-100{
        padding-top: 70px;
    }
    div.et_pb_section.pb-100{
        padding-bottom: 70px;
    }
    div.contact-us-form-section .et_pb_row .et_pb_column .et_pb_module.form-title,
    div.contact-us-form-section .et_pb_row .et_pb_column .et_pb_code_inner .wpforms-form{
        max-width: 74%;
    }
    div.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs .et_pb_all_tabs .et_pb_tab{
        padding-bottom: 0px;
    }
    body footer#main-footer .container #footer-widgets .footer-widget .widget_nav_menu h4.title,
    body footer#main-footer .container #footer-widgets .footer-widget .widget_text h4.title{
        font-size: 22px;
    }
    body footer#main-footer .footer-upper .row1 h2{
        font-size: 28px;
    }
    body footer#main-footer > .container > #footer-widgets .footer-widget{
        width: 19%;
        margin-right: 1%;
      }
    body footer#main-footer > .container > #footer-widgets .footer-widget:nth-child(4){
        width: 15%;
        margin-left: 4%;
    }
    body footer#main-footer > .container > #footer-widgets .footer-widget:nth-child(4) {
        padding-left: 0px;
    }
    div.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs .et_pb_all_tabs .et_pb_tab{
        padding-top: 0;
    }
    div.language-para-section .et_pb_module .et_pb_code_inner h2{
        font-size: 30px;
        /* max-width: 100%; */
        padding-left: 50px;
        padding-right: 50px;
    }
    div.language-section-two .et_pb_row .et_pb_column:first-child{
        margin-right: 3.5%;
    }
    div.language-para-section .et_pb_module .et_pb_code_inner p{
        /* max-width: 100%; */
        padding-left: 50px;
        padding-right: 50px;
    }
    div.divider-section div.camp-para-row p{
        margin-top: 0px;
    }
    body div.et_pb_section.et_pb_section_3.language-section-one {
        padding-top: 60px;
    }
    div.welcome-section2.curriculum-button-section .et_pb_row,
    div.divider-section.classname-section.curriculum-row .et_pb_row .et_pb_column .et_pb_module.et_pb_text_7 p,
    div.divider-section.classname-section div.et_pb_row.eyfs-development-row .et_pb_column h2,
    div.home-section1.et_pb_section .et_pb_row{
        max-width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
    /* div.home-section1.et_pb_section {
        padding-top: 60px;
    } */
    div.welcome-section2 .et_pb_button_module_wrapper {
        margin-right: 20px;
    }
    body #page-container div.welcome-section2 a.et_pb_button{
        font-size: 18px;
    }
    div.et_pb_row.language-centre-row-one.curriculum-learning.prime-row-one.specific-row-one {
        margin-top: 40px;
    }
    body div.divider-section.prime-area-section{
        padding-top: 20px;
    }
    /* div.welcome-section3 .et_pb_row .et_pb_column:last-child{
        padding-left: 30px;
    } */
    div.welcome-section3 .et_pb_row{
        padding-bottom: 60px;
    }
    div.safeguarding-section1.et_pb_section,
    div.safeguarding-section2.et_pb_section{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    div.safeguarding-section2.et_pb_section .et_pb_row{
        padding-bottom: 80px;
    }
    body footer#main-footer > .container > #footer-widgets .footer-widget:nth-child(3) {
        width: 16%;
        margin-right: 4%;
    }
    body footer#main-footer > .container > #footer-widgets .footer-widget:nth-child(3),
    body footer#main-footer > .container > #footer-widgets .footer-widget:nth-child(4){
        padding-left: 0px;
    }
    div.academic-achiever-full-row .et_pb_row .et_pb_column:first-child {
        padding-bottom: 60px;
        padding-left: 150px;
    }
    body.page-id-262 div.language-para-section .et_pb_module .et_pb_code_inner h2,
    body.page-id-238 div.language-para-section .et_pb_module .et_pb_code_inner h2,
    body.page-id-247 .language-para-section.after-school-clubs-para .et_pb_code_inner h2{
        padding-bottom: 100px;
    }
    div.language-section-one .et_pb_row .et_pb_column .et_pb_text,
    div.language-section-two .et_pb_row .et_pb_column .et_pb_text{
        margin-bottom: 15px;
    }
    div.welcome-section3 .et_pb_row .et_pb_testimonial_meta{
        font-size: 30px;
    }
}
@media only screen and (max-width: 1440px){
    body div.home-section1.et_pb_section {
        padding-bottom: 12px;
    }
    body .welcome-section1 h2{
        font-size: 32px;
    }
    body #page-container div.welcome-section2.curriculum-button-section a.et_pb_button:hover{
        padding-top: 30px!important;
    }
  body.page-id-291 div.divider-section.classname-section,
  body.page-id-279 div.divider-section.classname-section {
        padding-top: 100px;
    }
  div.weather-section1.et_pb_section .et_pb_text h3{
    font-size: 30px;
    }
  html  body h2,
  div.safeguarding-section1.et_pb_section .et_pb_text h3{
    font-size: 34px;
    }
    div.contact-us-form-section .et_pb_row .et_pb_column .et_pb_module.form-title,
    div.contact-us-form-section .et_pb_row .et_pb_column .et_pb_code_inner .wpforms-form{
        max-width: 72%;
    }
    div.academic-achiever-full-row .et_pb_row .et_pb_column:first-child {
        padding-left: 200px;
    }
    div.language-para-section .et_pb_module div.et_pb_code_inner h2{
        font-size: 28px;
    }
    header#main-header form.et-search-form input[type="search"]{
        /* width: 73%; */
        width: 65%;
        left: 20%;
    }
    header#main-header form.et-search-form::before{
        left: 26%;
    }
    body header#main-header form.et-search-form input[type="search"] {
        padding-left: 25px;
    }
    body header#main-header span.et_close_search_field {
        right: 8.5%;
    }
    body footer#main-footer > .container > #footer-widgets .footer-widget:nth-child(3) {
        width: 17%;
        margin-right: 3%;
    }
    body .language-section-one .et_pb_row .et_pb_column:last-child,
    body div.divider-section.classname-section .et_pb_row.uniform-row .et_pb_column:last-child{
        margin-top: 40px;
    }
    div.welcome-section1.et_pb_section .et_pb_row,
    .language-para-section.after-school-clubs-para .et_pb_code_inner h2{
        max-width: 900px;
    }
}
@media only screen and (max-width: 1336px){
    body div.home-section1.et_pb_section {
        padding-bottom: 13px;
    }
    body div.container, body div.et_pb_section .et_pb_row {
        width: 85%;
    }
    div.contact-us-form-section .et_pb_row .et_pb_column .et_pb_module.form-title,
    div.contact-us-form-section .et_pb_row .et_pb_column .et_pb_code_inner .wpforms-form{
        max-width: 70%;
    }
    body header#main-header .container.header-bottom #top-menu li{
        padding-right: 15px;
    }
    body div.academic-achiever-full-row .et_pb_row .et_pb_column:first-child{
        padding-left: 200px;
    }
    body div.after-school-club-img-section.et_pb_section {
        padding-top: 60px;
    }
    body div.after-school-club-img-section .et_pb_row .et_pb_column .et_pb_module {
        margin-bottom: 20px;
    }
    body div.after-school-club-img-section .et_pb_row .et_pb_column{
        margin-right: 20px;
    }
    body div.divider-section.prime-area-section .et_pb_row.prime-row-three.et_pb_row_4col .et_pb_column{
        width: calc(100% / 4 - 20px);
        margin-right: 20px;
    }
    body div.divider-section.prime-area-section .et_pb_row.prime-row-three .et_pb_column p {
        font-size: 16px;
    }
    div.et_pb_section.welcome-section3 {
        padding-top: 40px;
        padding-bottom: 100px;
    }
    body div.safeguarding-section2.et_pb_section .et_pb_row {
        padding-bottom: 60px;
    }
    div.home-slider.et_pb_section .et_pb_row .slider-txt p{
        font-size: 40px!important;
    }
    body footer#main-footer > .container > #footer-widgets .footer-widget:nth-child(3) {
        width: 18%;
        margin-right: 2%;
    }
    div.welcome-section3 .et_pb_row .et_pb_testimonial_description_inner .et_pb_testimonial_content {
        font-size: 18px;
    }
    div.weather-section1.et_pb_section,
    div.weather-section2.et_pb_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    div.weather-section2.et_pb_section{
        padding-bottom: 0px;
    }
    div.welcome-section1 h2 {
        margin-bottom: 0;
        padding-left: 50px;
        padding-right: 50px;
        max-width: 100%;
        width: 85%;
    }
}
@media only screen and (max-width: 1280px){
    body div.home-section1.et_pb_section {
        padding-bottom: 9px;
    }
    div.safeguarding-section1.et_pb_section .et_pb_text h3{
        font-size: 30px;
    }
    body div.weather-section1.et_pb_section .et_pb_text h3{
        font-size: 25px;
    }
    div.et_pb_section.pt-100{
        padding-top: 50px;
    }
    div.et_pb_section.pb-100{
        padding-bottom: 50px;
    }
  body header#main-header form.et-search-form {
    padding: 0 60px;
    }
  body header#main-header form.et-search-form{
        max-height: 100px;
    }
  body header#main-header form.et-search-form::before{
    top: 45px;
  }
  body header#main-header span.et_close_search_field:after{
    top: -30px;
  }
  body header#main-header .container.header-bottom ul#top-menu li{
    padding-right: 10px;
  }
  body  header#main-header .container.header-bottom ul#top-menu li a{
    /* font-size: 18px; */
    padding: 0;
  }
  body footer#main-footer > .container > #footer-widgets div.footer-widget{
    width: 20%;
    margin-right: 0;
  }
  body footer#main-footer > div.container > #footer-widgets{
    padding-bottom: 40px;
  }
  body footer#main-footer > div.container > #footer-widgets .footer-widget:nth-child(4){
    /* margin-left: 43px;
    width: calc(100% / 5 - 43px); */
  }
  div.et_pb_section.et_pb_section_3.language-section-one{
    padding-top: 70px;
    }
    div.et_pb_section.et_pb_section_5.language-section-one,
    body.page-id-238 div.et_pb_section.pb-100.et_pb_section.language-section-two{
        padding-bottom: 70px;
    }
    div.et_pb_section.language-section-one, div.et_pb_section.language-section-two{
        padding: 30px 0px;
    }
    body div.academic-achiever-full-row .et_pb_row .et_pb_column:first-child {
        padding-left: 150px;
    }
    div.divider-section div.et_pb_divider:before{
        left: 47%;
    }
    body div#page-container div.welcome-section2 a.et_pb_button {
        font-size: 16px;
    }
    body div.welcome-section2 .et_pb_row .et_pb_column{
        flex-wrap: wrap;
    }
    body div.divider-section .et_pb_row .et_pb_column.et_pb_column_6 div.et_pb_divider:before {
        top: -10px;
    }
    body div.home-section2.et_pb_section .et_pb_row .et_pb_column{
        padding: 40px;
    }
    div.home-section3.et_pb_section{
        padding-top: 60px;
    }
    html body div.container, html body div.et_pb_section .et_pb_row {
        /* width: 85%; */
    }
    body .banner-full-row .et_pb_row .et_pb_column .banner-absolute-title{
        font-size: 35px;
    }
}
@media only screen and (max-width: 1136px){
    html body div.home-section1.et_pb_section {
        padding-bottom: 9px;
    }
    html body header#main-header span.et_close_search_field:after {
        top: -15px;
    }
    body header#main-header form.et-search-form input[type="search"] {
        width: 62%;
        left: 23%;
    }
    body header#main-header form.et-search-form::before {
        left: 29%;
    }
    div.contact-us-form-section .et_pb_row .et_pb_column .et_pb_module.form-title,
    div.contact-us-form-section .et_pb_row .et_pb_column .et_pb_code_inner .wpforms-form{
        max-width: 65%;
    }
    div.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs_controls li a{
        padding-right: 50px;
    }
    div.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs .et_pb_all_tabs .et_pb_tab{
        padding-left: 50px;
    }
    footer#main-footer > .container > #footer-widgets .footer-widget:last-child .textwidget p:last-child > br{
        display: none;
    }
    body footer#main-footer .container #footer-widgets .footer-widget .widget_nav_menu h4.title,
    body footer#main-footer .container #footer-widgets .footer-widget .widget_text h4.title {
        font-size: 21px;
    }
    body div.banner-full-row .et_pb_row .et_pb_column .banner-absolute-title div.et_pb_text_inner{
        font-size: 30px;
    }
    div.language-para-section .et_pb_module div.et_pb_code_inner h2{
        font-size: 25px;
    }
    body div.academic-achiever-full-row .et_pb_row .et_pb_column:first-child {
        padding-left: 50px;
    }
    body div.academic-achiever-full-row .et_pb_row .et_pb_column:last-child{
        padding-left: 60px;
    }
    body div.academic-achiever-full-row .et_pb_row .et_pb_column{
        padding-top: 30px;
    }
    body div.divider-section .et_pb_divider:before{
        top: 20px;
    }
    body div.divider-section.classname-section .et_pb_row.our-curriculum-row .et_pb_column:first-child{
        width: 30%;
    }
    body div.divider-section.classname-section .et_pb_row.our-curriculum-row .et_pb_column:last-child{
        /* width: 64%; */
        width: 60%;
        margin-left: 0;
    }
    body div.divider-section.classname-section .et_pb_row.our-curriculum-row .et_pb_column:first-child{
        margin-right: 30px;
    }
    div.administration-information-section .language-centre-row-one {
        margin-top: 40px;
    }
    div.administration-information-section .language-centre-row{
        margin-bottom: 50px;
    }
    body #page-container div.welcome-section2 a.et_pb_button{
        padding: 20px 0 10px 0 !important;
        font-size: 16px;
    }
    div.divider-section.classname-section .et_pb_divider:before {
        left: 46%;
    }
}
@media only screen and (max-width: 999px){
    body div.welcome-section1.et_pb_section .et_pb_row{
        max-width: 100%;
    }
    html body div.home-section1.et_pb_section {
        padding-bottom: 6px;
    }
   body div.et_pb_section.pt-100{
        padding-top: 30px;
    }
    body div.et_pb_section.pb-100{
        padding-bottom: 30px;
    }
    html body header#main-header span.et_close_search_field:after {
        top: -30px;
    }
    html body h2,
    body div.safeguarding-section1.et_pb_section .et_pb_text h3 {
        font-size: 28px;
    }
    html body h3 {
        font-size: 24px;
    }
    html body.page-id-262 div.language-para-section .et_pb_module .et_pb_code_inner h2,
    html body.page-id-238 div.language-para-section .et_pb_module .et_pb_code_inner h2,
    html body.page-id-247 .language-para-section.after-school-clubs-para .et_pb_code_inner h2 {
        padding-bottom: 50px;
    }
    body header#main-header .container.header-bottom #et_top_search{
        margin-top: -45px;
    }
    body div.academic-achiever-full-row .et_pb_row .et_pb_column h4{
        font-size: 22px;
    }
    div.weather-section3.et_pb_section .education-announcement ul li{
        text-align: left;
    }
    body div.academic-achiever-full-row .et_pb_row .et_pb_column:first-child,
    body div.academic-achiever-full-row .et_pb_row .et_pb_column:last-child{
        padding-bottom: 50px;
        margin-bottom: 0px;
        padding-right: 20px;
    }
    body.page-id-165 div.divider-section{
        padding-top: 0px;
    }
    body .academic-achiever-full-row .et_pb_row .et_pb_column h5{
        font-size: 18px;
    }
    body div.academic-achiever-full-row .et_pb_row .et_pb_column:first-child {
        padding-left: 60px;
    }
    body div.academic-achiever-full-row .et_pb_row .et_pb_column:last-child {
        padding-left: 30px;
    }
    span.mobile_menu_bar:before{
        color: var(--color-white);
    }
    div.language-section-two .et_pb_row .et_pb_column:first-child,
    div.language-section-two .et_pb_row .et_pb_column:last-child{
        width: 47.25%;
    }
    body div.language-section-one .et_pb_row .et_pb_column:last-child,
    body div.divider-section.classname-section .et_pb_row.uniform-row .et_pb_column:last-child {
        width: calc(50% - 40px);
        margin-left: 40px;
        margin-top: 40px;
    }
    body div.language-para-section .et_pb_module .et_pb_code_inner h2{
        max-width: 100%;
    }
    body div.language-para-section .et_pb_module div.et_pb_code_inner h2,
    body div.welcome-section1.et_pb_section{
        font-size: 22px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    div.et_pb_section div.camp-img-row{
        padding-bottom: 0px;
    }
    body div.after-school-club-img-section div.et_pb_row .et_pb_column .et_pb_module {
        margin-bottom: 10px;
    }
    body div.after-school-club-img-section div.et_pb_row .et_pb_column{
        margin-right: 10px;
    }
    body header#main-header form.et-search-form{
        /* padding-left: 10px; */
    }
    body header#main-header form.et-search-form input[type="search"]{
        width: 85%;
        padding-left: 35px;
        left: 3%;
    }
    body header#main-header form.et-search-form label,
    body div.divider-section.prime-area-section .et_pb_row.prime-row-three.et_pb_row_4col .et_pb_column,
    div.et_pb_section .et_pb_row.characteristics-row-two.prime-row-three.et_pb_row_4col .et_pb_column:last-child,
    div.welcome-section1 h2 {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }
    div.et_pb_section.welcome-section3 .et_pb_row {
        width: 90%;
        padding-left: 0px;
        padding-right: 0px;
    }
    div.welcome-section1 h2{
        margin-bottom: 0px;
        width: 85%;
    }
    body div.divider-section.prime-area-section .et_pb_row.prime-row-three.et_pb_row_4col .et_pb_column{
        margin-bottom: 30px;
    }
    body header#main-header form.et-search-form::before{
        left: 8%;
    }
    body header#main-header span.et_close_search_field:after{
        top: -32px;
    }
    body header#main-header span.et_close_search_field {
        right: 6.5%;
    }
    div.administration-information-section .et_pb_row .et_pb_column table tr th,
    div.administration-information-section .et_pb_row .et_pb_column table tr td{
        padding: 10px;
    }
    div.administration-information-section .et_pb_row .et_pb_column table tr th{
        font-size: 18px;
    }
    div.administration-information-section .et_pb_row .et_pb_column table tr td,
    div.welcome-section3 .et_pb_row .et_pb_testimonial_description_inner{
        font-size: 16px;
    }
    div.welcome-section3 .et_pb_row .et_pb_testimonial_meta{
        font-size: 25px;
    }
    div.safeguarding-section1.et_pb_section .et_pb_text{
        width: 100%;
    }
    div.safeguarding-section2 .et_pb_row:nth-child(2n-1) .et_pb_column:first-child {
        padding-right: 30px;
    }
    div.safeguarding-section2 .et_pb_row:nth-child(2n) .et_pb_column:last-child{
        padding-left: 30px;
    }
    div.calendar-section .et_pb_row .et_pb_text a{
        font-size: 20px;
    }
    div.calendar-section .et_pb_row:first-child .et_pb_column:first-child,
    div.calendar-section .et_pb_row:first-child .et_pb_column:last-child {
        width: calc(50% - 10px) !important;
    }
    div.calendar-section .et_pb_row:first-child .et_pb_column:first-child {
        margin-right: 20px;
    }
    div.calendar-section.et_pb_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    div.weather-section1.et_pb_section .et_pb_text p{
        width: 100%;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    div.weather-section3.et_pb_section {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .entry-content div.weather-section3.et_pb_section table tr td{
        padding: 20px;
    }
    div.weather-section1.et_pb_section{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    div.home-slider.et_pb_section .et_pb_row .slider-txt p{
        font-size: 30px!important;
    }
    div.home-slider.et_pb_section{
        /* padding-top: 40px; */
    }
    div.home-slider.et_pb_section div#n2-ss-2 .n2-ss-control-bullet{
        margin-bottom: 20px;
    }
    div.home-slider.et_pb_section div#n2-ss-2 .n2-ss-slide{
        height: 400px!important;
    }
    /* .language-section-one .et_pb_row .et_pb_column:first-child{
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
    } */
    .language-section-one .et_pb_row .et_pb_column:first-child .et_pb_module{
        width: 50%;
        max-width: 50%;
    }
    .language-section-one .et_pb_row .et_pb_column:first-child .et_pb_module *{
        width: 100%;
    }
    .language-section-one.toddelerobic-row .et_pb_row .et_pb_column:last-child{
        width: 100%;
        margin-left: 0px;
    }
    body.page-id-291 div.divider-section.classname-section,
    body.page-id-279 div.divider-section.classname-section {
        padding-top: 70px;
    }
    div.language-para-section .et_pb_module .et_pb_code_inner p:last-child {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    body.page-id-238 div.et_pb_section.pb-100.et_pb_section.language-section-two{
        padding-bottom: 50px;
    }
    body.page-id-57 .header-top{
        padding-top: 10px;
    }
    body div.et_pb_section .camp-img-row .et_pb_column{
        padding-bottom: 20px;
    }
    body div.et_pb_section .camp-img-row .et_pb_column:first-child{
        padding-bottom: 40px;
    }
    .administration-information-section #characteristics.language-centre-row-one.curriculum-learning {
        margin-top: 30px;
    }
    body .et_pb_section.welcome-section3 .et_pb_row {
        padding-left: 30px;
        padding-right: 30px;
    }
    html body #page-container div.welcome-section2.curriculum-button-section a.et_pb_button:hover {
        padding-top: 20px!important;
        padding-bottom: 10px!important;
    }
    html body #page-container .welcome-section2 a.et_pb_button:hover {
        padding: 20px 0 10px 0 !important;
    }
}
@media only screen and (max-width: 835px){
    html body div.container, html body div.et_pb_section .et_pb_row {
        width: 90%;
    }
    div.contact-us-form-section div.et_pb_row .et_pb_column .et_pb_module.form-title,
    div.contact-us-form-section div.et_pb_row .et_pb_column .et_pb_code_inner .wpforms-form{
        max-width: 60%;
    }
    body div.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs_controls li a{
        padding-right: 30px;
    }
    body div.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs .et_pb_all_tabs .et_pb_tab{
        padding-left: 30px;
    }
    div.et_pb_section div.camp-img-row .et_pb_column{
        padding-left: 10px;
    }
    div.et_pb_section div.camp-img-row .et_pb_column h5{
        font-size: 18px;
    }
    div.et_pb_section div.camp-img-row .et_pb_column p{
        font-size: 16px;
    }
    body div.language-para-section.first-steps .et_pb_module .et_pb_code_inner h2{
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }
    body div.divider-section.classname-section div.et_pb_row.our-curriculum-row .et_pb_column:last-child{
        margin-left: 5%;
    }
    html body div.et_pb_section.et_pb_section_3.language-section-one {
        padding-top: 30px;
    }
    .entry-content div.weather-section3.et_pb_section table tr th{
        padding: 20px;
    }
    div.home-slider.et_pb_section .et_pb_row .slider-txt p{
        font-size: 30px!important;
    }
    body div.academic-achiever-full-row .et_pb_row .et_pb_column:first-child {
        padding-left: 40px;
    }
    body header#main-header #et-top-navigation li.current-menu-item a{
        color: #666;
    }
    body header#main-header #et-top-navigation li.current-menu-item > a {
        color: var(--red);
    }
    body div.divider-section.classname-section .et_pb_divider:before{
        left: 44%;
    }
}
@media only screen and (max-width: 769px){
    body div.academic-achiever-full-row .et_pb_row .et_pb_column h4 {
        font-size: 20px;
    }
    body div.academic-achiever-full-row .et_pb_row .et_pb_column:first-child{
        padding-left: 30px;
    }
    body div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.classname-img{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 50px;
        line-height: 1.2;
        background-size: cover;
    }
    body header#main-header form.et-search-form {
        padding: 0 50px;
    }
    body header#main-header form.et-search-form::before {
        left: 7%;
    }
    body header#main-header form.et-search-form input[type="search"]{
        padding-left: 30px;
    }
    .safeguarding-section2 .et_pb_row:nth-child(2n) .et_pb_column:first-child {
        width: 61.3%;
    }
    body div.et_pb_row.language-centre-row-one.curriculum-learning.prime-row-one{
        padding-top: 0px;
    }
    body div.et_pb_row.language-centre-row-one.curriculum-learning.prime-row-one.specific-row-one {
        margin-top: 0px;
    }
    body.page-id-291 div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.excellent{
        margin-top: 40px;
    }
    body div.language-para-section .et_pb_module div.et_pb_code_inner h2 br{
        display: none;
    }
}
@media only screen and (max-width: 767px){
    html body div.weather-section1.et_pb_section .et_pb_text h3 {
        font-size: 22px;
    }
    html body p {
        font-size: 16px;
    }
    html body h3{
        font-size: 24px;
    }
    body div.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs{
        display: block;
        width: 100%;
    }
    html body.et_pb_svg_logo .header-bottom #logo {
        max-width: 70px;
        width: auto;
    }
    body div.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs ul.et_pb_tabs_controls{
        margin-bottom: 50px;
    }
    body div.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs ul.et_pb_tabs_controls li{
        border-right: unset;
        border-bottom: unset;
    }
    div.contact-us-form-section div.et_pb_row .et_pb_column .et_pb_module.form-title,
    div.contact-us-form-section div.et_pb_row .et_pb_column .et_pb_code_inner .wpforms-form{
        max-width: 100%;
        margin-left: 0;
    }
    body footer#main-footer .footer-upper .row1,
    body footer#main-footer .footer-upper .row2{
        width: 100%;
    }
    body footer#main-footer .footer-upper .row1 .textwidget{
        width: 80%;
    }
    body footer#main-footer .footer-upper div.row1 h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    body div.contact-us-form-section .et_pb_row .et_pb_column .et_pb_tabs .et_pb_all_tabs div.et_pb_tab{
        padding-left: 0;
        padding-right: 0;
    }
    .et_header_style_left #et-top-navigation span.mobile_menu_bar{
        padding-bottom: 0;
    }
    body div.contact-us-form-section div.et_pb_row{
        padding-top: 0;
    }
    body div.banner-full-row{
        height: 350px;
    }
    body div.banner-full-row *{
        height: 100%;
    }
    body div.banner-full-row .et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap img {
        display: block;
        width: 100%;
        object-fit: cover;
    }
    body div.banner-full-row .et_pb_row .et_pb_column .banner-absolute-title{
        top: 100%;
        width: 100%;
    }
    body div.contact-us-form-section div.et_pb_row .et_pb_column .et_pb_tabs_controls li a{
        padding-left: 0;
    }
    div#footer-widgets .footer-widget:nth-child(n),
    div#footer-widgets .footer-widget .fwidget{
        margin-bottom: 5%!important;
    }
    body div.banner-full-row .et_pb_row .et_pb_column .banner-absolute-title .et_pb_text_inner{
        font-size: 25px!important;
    }
    body div.contact-us-form-section div.wpforms-container-full .wpforms-form .wpforms-one-half.wpforms-first,
    body div.contact-us-form-section div.wpforms-container-full .wpforms-form .wpforms-one-half,
    div.welcome-section3 .et_pb_row .et_pb_column:first-child,
    div.welcome-section3 .et_pb_row .et_pb_column:last-child,
    body div.calendar-section .et_pb_row:first-child .et_pb_column:first-child,
    body div.calendar-section .et_pb_row:first-child .et_pb_column:last-child {
        width: 100%!important;
        max-width: 100%!important;
        display: block;
        margin-right: 0;
    }

    div.welcome-section3 .et_pb_row .et_pb_column:first-child,
    div.welcome-section3 .et_pb_row .et_pb_column:last-child{
        margin: 0 auto;
        padding-left: 0;
    }
    div.welcome-section3 .et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap {
        width: 100%;
        text-align: center;
    }
    body footer#main-footer .footer-upper .row1 > div{
        flex-wrap: wrap;
    }
    body footer#main-footer .footer-upper .row1 .textwidget {
        width: 100%;
    }
    body div.language-section-two .et_pb_row .et_pb_column:first-child,
    body div.language-section-two .et_pb_row .et_pb_column:last-child{
        width: 100%;
        display: block;
    }
    body div.language-section-one .et_pb_row .et_pb_column:last-child,
    body div.divider-section.classname-section .et_pb_row.uniform-row .et_pb_column:last-child,
    body div.language-section-one .et_pb_row .et_pb_column:first-child,
    body div.divider-section.classname-section .et_pb_row.uniform-row .et_pb_column:first-child,
    div.administration-information-section .language-centre-row .et_pb_column:first-child,
    div.administration-information-section .language-centre-row .et_pb_column:last-child,
    div.language-section-one.toddelerobic-row .et_pb_row .et_pb_column:last-child {
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
    }
    body div.language-section-two div.et_pb_row,
    div.administration-information-section .language-centre-row{
        display: flex;
        flex-direction: column-reverse;
        padding-top: 0;
        padding-bottom: 0;
    }
    body div.et_pb_section.language-section-two {
        padding-top: 0;
        padding-bottom: 0;
    }
    body div.language-section-two div.et_pb_row .et_pb_column:first-child,
    div.administration-information-section .language-centre-row .et_pb_column:first-child{
        margin-top: 60px;
    }
    body div.et_pb_section.academic-achiever-full-row .et_pb_row{
        flex-wrap: wrap;
    }
    body div.et_pb_section.academic-achiever-full-row .et_pb_row .et_pb_column{
        width: 100%;
        max-width: 100%;
        display: block;
    }
    div.et_pb_section.academic-achiever-full-row .et_pb_row .et_pb_column:first-child,
    div.et_pb_section.academic-achiever-full-row .et_pb_row .et_pb_column:last-child{
        padding-left: 50px;
        padding-right: 50px;
    }
    body header#main-header div.container.header-bottom #et_top_search {
        margin-top: -20px;
    }
    div.et_pb_section div.camp-img-row {
        flex-wrap: wrap;
    }
    div.et_pb_section div.camp-img-row .et_pb_column {
        width: calc(100% / 2);
        max-width: calc(100% / 2);
        flex-basis: calc(100% / 2);
        margin-bottom: 0px;
    }
    div.after-school-club-img-section div.et_pb_row{
        flex-wrap: wrap;
    }
    div.after-school-club-img-section div.et_pb_row div.et_pb_column {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
        margin: 0;
    }
    div.after-school-club-img-section div.et_pb_row div.et_pb_column .et_pb_module{
        margin-bottom: 20px;
    }
    html body div.after-school-club-img-section.et_pb_section {
        padding-top: 30px;
    }
    body div.after-school-club-img-section .et_pb_row{
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 60px;
    }
    body div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.classname-img p{
        font-size: 16px;
    }
    html body div.divider-section div.et_pb_divider:before{
        left: 40%!important;
        top: 15px;
    }
    body div.divider-section.classname-section div.et_pb_row.our-curriculum-row .et_pb_column:first-child {
        display: flex;
        flex-wrap: wrap;
        border-right: unset;
        border-bottom: 1px solid #E4E6EF;
    }
    body div.divider-section.classname-section .et_pb_row.our-curriculum-row .et_pb_column:first-child,
    body div.divider-section.classname-section .et_pb_row.our-curriculum-row .et_pb_column:last-child {
        width: 100%;
        margin-left: 0!important;
    }
    body div.classname-section.divider-section.our-curriculum {
        padding-top: 80px;
    }
    html body div.divider-section div.et_pb_divider:before {
        left: 45%!important;
    }
    div.welcome-section2 .et_pb_button_module_wrapper{
        margin-right: 20px;
    }
    body div.et_pb_section.et_pb_section_3.classname-section.divider-section,
    body div.divider-section.classname-section .et_pb_row.our-curriculum-row{
        padding-top: 20px;
    }
    body.page-id-262 div.et_pb_section.et_pb_section_3.classname-section.divider-section{
        padding-top: 60px;
    }
    div.eyfs-development-row .et_pb_column .et_pb_module.et_pb_image.et_pb_image_3{
        margin-left: 30px;
        margin-right: 30px;
    }
    div.divider-section.classname-section div.et_pb_row.characteristics-row-two{
        margin-bottom: 70px;
    }
    body div.divider-section.classname-section .et_pb_row.eyfs-development-row{
        padding-top: 70px;
    }
    div.welcome-section1 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    div.welcome-section1 h2{
        line-height: 40px;
    }
    body div.safeguarding-section2.et_pb_section .et_pb_row{
        flex-wrap: wrap;
    }
    body .safeguarding-section2 .et_pb_row:nth-child(2n){
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    div.safeguarding-section2 .et_pb_row:nth-child(2n-1) .et_pb_column:first-child,
    div.safeguarding-section2 .et_pb_row:nth-child(2n-1) .et_pb_column:last-child,
    div.safeguarding-section2 .et_pb_row:nth-child(2n) .et_pb_column:first-child,
    div.safeguarding-section2 .et_pb_row:nth-child(2n) .et_pb_column:last-child{
        display: block;
        width: 100%;
        max-width: 100%;
    }
    div.safeguarding-section2 .et_pb_row:nth-child(2n) .et_pb_column:last-child {
        margin-bottom: 30px;
        padding-left: 0px;
    }
    body div.safeguarding-section1.et_pb_section,
    body div.safeguarding-section2.et_pb_section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    div.weather-section3.et_pb_section .et_pb_row{
        padding-bottom: 50px;
    }
    div.weather-section2 .et_pb_button_module_wrapper{
        margin-right: 30px;
    }
    body div.weather-section1.et_pb_section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    div.home-slider.et_pb_section div.n2-ss-slider .n2-ss-section-main-content{
        align-items: flex-end;
    }
    body div.home-slider.et_pb_section .et_pb_row .slider-txt p{
        padding-top: 130px;
    }
    body div.home-slider.et_pb_section .n2-ss-slider .n2-ss-layer-content .n2-ss-layer.slider-btn{
        margin-top: 20px;
    }
    body div.home-slider.et_pb_section div#n2-ss-2 .n2-ss-control-bullet {
        margin-bottom: 5px;
    }
    body div.home-slider.et_pb_section .et_pb_row .slider-txt p {
        font-size: 20px!important;
    }
    div.language-section-one .et_pb_row .et_pb_column .et_pb_image:last-child{
        margin-top: 40px;
    }
    .language-section-one .et_pb_row .et_pb_column:first-child{
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
    }
    html body #page-container .welcome-section2 a.et_pb_button:hover {
        padding: 20px 0 7px 0 !important;
    }
    html  body div.et_pb_section .camp-img-row .et_pb_column:first-child{
        padding-bottom: 20px;
    }
    body div.divider-section.classname-section .et_pb_row.our-curriculum-row .et_pb_column:first-child,
    body.page-id-373 .welcome-section2.et_pb_section,
    body.page-id-339 div.et_pb_section.welcome-section2 .et_pb_row.row1{
        display: none!important;
    }
    body div.et_pb_section .et_pb_row.provisional-term {
        margin-top: 30px;
    }
    body div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.excellent{
        padding-left: 15px;
        padding-right: 15px;
    }
    body div.divider-section.classname-section .et_pb_row.uniform-row .et_pb_column ul,
    body div.divider-section.classname-section div.et_pb_row .et_pb_column .et_pb_module.excellent ul {
        margin-left: 10px;
    }
    body div.welcome-section1 h2{
        padding-left: 30px;
        padding-right: 30px;
    }
    body .wpforms-field-number.wpforms-one-half.wpforms-first.wpforms-has-error + .wpforms-field-email{
        top: 0;
    }
}
@media only screen and (max-width: 450px){
    html:lang(en-US) body h2 {
        font-size: 22px;
    }
    html body header#main-header form.et-search-form {
        padding: 0 30px;
    }
    body header#main-header span.et_close_search_field:after {
        top: -40px;
    }
    html body h2 {
        font-size: 22px;
    }
    body div.contact-us-form-section div.et_pb_row .et_pb_column .et_pb_tabs ul.et_pb_tabs_controls{
        margin-bottom: 20px;
    }
    div#footer-bottom div.container{
        flex-wrap: wrap;
    }
    div#footer-bottom div.container > div {
        width: 100%;
        display: block;
        text-align: center;
    }
    body footer#main-footer div#footer-bottom .privacy-policy ul.menu{
        display: block;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    body.et_pb_svg_logo div.header-bottom #logo{
        /* max-width: 85%; */
    }
    body footer#main-footer .footer-upper .row1 form.mailpoet_form .btn-subscribe input{
        height: 22px;
    }
    body div.et_pb_section.academic-achiever-full-row .et_pb_row .et_pb_column:first-child ,
    body div.et_pb_section.academic-achiever-full-row .et_pb_row .et_pb_column:last-child {
        padding-right: 0;
        padding-top: 40px;
    }
    div.language-para-section .et_pb_module .et_pb_code_inner p:last-child{
        padding-bottom: 50px;
    }
    body footer#main-footer > div.container > div#footer-widgets {
        padding-bottom: 20px;
    }
    body footer#main-footer div.footer-upper {
        padding-top: 50px;
    }
    body div.et_pb_section div.camp-img-row .et_pb_column {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
        margin-bottom: 0px;
    }
    body div.language-para-section div.et_pb_module div.et_pb_code_inner h2{
        font-size: 20px;
    }
    html body div.divider-section div.et_pb_divider:before {
        left: 40%!important;
    }
    body div.divider-section.classname-section .et_pb_row.our-curriculum-row .et_pb_column:last-child p{
        margin-top: 10px;
        margin-bottom: 30px;
    }
    body div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.excellent ul li,
    body div.divider-section.classname-section div.et_pb_row .et_pb_column .et_pb_module.classname-img p{
        font-size: 16px;
    }
    body div.divider-section.classname-section .et_pb_row .et_pb_column .et_pb_module.excellent ul li{
        color: var(--color-dark);
        font-size: 18px;
        font-weight: 400;
    }
    body div.welcome-section2.curriculum-button-section .et_pb_row,
    body div.divider-section.classname-section.curriculum-row .et_pb_row .et_pb_column .et_pb_module.et_pb_text_7 p,
    body div.divider-section.classname-section div.et_pb_row.eyfs-development-row .et_pb_column h2{
        padding-left: 30px;
        padding-right: 30px;
    }
    body .entry-content div.weather-section3.et_pb_section table tr th,
    body .entry-content div.weather-section3.et_pb_section table tr td{
        padding: 10px;
        font-size: 16px;
    }
    body div.et_pb_section .et_pb_row.provisional-term {
        margin-top: 40px;
    }
    footer#main-footer .footer-upper .row1 form.mailpoet_form div.btn-subscribe{
        padding-bottom: 0.5px;
    }
}
@media only screen and (max-width: 400px){
   body footer#main-footer .footer-upper .row1 form.mailpoet_form .email-box{
    width: 75%;
    }
    body .wpforms-container .wpforms-recaptcha-container iframe{
        border-radius: 6px;
        width: 269px;
        height: 75px;
        overflow: hidden;
        border-right: 1px solid #6C6E81;
        border: 1px solid #6C6E81;
    }
    div.contact-us-form-section .wpforms-container .wpforms-recaptcha-container {
        margin-top: 25px;
        max-width: 300px;
    }
    body div.language-para-section .et_pb_module .et_pb_code_inner h2,
    body div.language-para-section .et_pb_module .et_pb_code_inner p,
    body div.academic-achiever-full-row div.et_pb_row div.et_pb_column:first-child,
    body div.academic-achiever-full-row div.et_pb_row div.et_pb_column:last-child {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
    body div.language-para-section div.et_pb_module div.et_pb_code_inner h2 {
        font-size: 20px;
    }
    body div.academic-achiever-full-row div.et_pb_row div.et_pb_column h4 {
        font-size: 18px;
    }
    body div.academic-achiever-full-row div.et_pb_row div.et_pb_column h5 {
        font-size: 16px;
    }
    body div.divider-section div.et_pb_divider:before {
        left: 40%;
    }
    html body header#main-header span.et_close_search_field:after {
        top: -40px;
    }
    html body div.banner-full-row .et_pb_row .et_pb_column .banner-absolute-title {
        top: 115%;
    }
    html body div#page-container div.welcome-section2 a.et_pb_button {
        font-size: 15px;
    }
    body div.welcome-section2 .et_pb_button_module_wrapper {
        margin-right: 10px;
    }
    body .administration-information-section #characteristics.language-centre-row-one.curriculum-learning {
        margin-top: 15px;
    }
    div.header-top .textwidget p {
        font-size: 14px;
    }

}
@media only screen and (max-width: 374px){
    div.header-top .textwidget p > a:last-child{
        display: block;
    }
}