/*career css only*/

section.events-of-academy {
    padding: 150px 0;
    position: relative;
}

.page-careers section.hero-section-career .container{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

section.events-of-academy::before {
    content: "";
    background: #edeadc;
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0px;
}

.events-of-academy .form-of-event {
    /* position: relative; */
    overflow: hidden;
    padding-right: 70px;
}

.form-of-event .form-event-title {
    display: flex;
    justify-content: space-between;
    background: #f1bf4f;
    padding: 20px;
    color: white;
    border-radius: 10px 10px 0 0;
    align-items: flex-end;
}

.form-of-event .form-event-title div:first-child {
    font-size: 24px;
}

.form-of-event .form-event-title .text-required {
    font-size: 12px;
}

.events-of-academy .form-of-event form {
    background: white;
    padding: 30px 30px 35px;
    border-radius: 0 0 10px 10px;
}

.events-of-academy .form-of-event form .input-text {
    border: 1px solid #e8e8e8;
    margin-bottom: 15px;
    padding: 13px 15px;
    width: 100%;
    box-shadow: inset 1px 1px 3px #5753445c;
}

.events-of-academy .form-of-event form  button.btn-submit {
    width: 100%;
    padding: 11px;
    border: 0;
    background: #e66351;
    color: white;
    font-size: 16px;
    border-radius: 5px;
}

.event-listing-section .event-list {}

.event-listing-section .event-list .title {
    font-size: 30px;
    font-weight: 600;
}

.event-listing-section .event-list p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}

.event-listing-section {
    padding: 0 70px;
}

.event-date-and-time .fdate {
    display: flex;
    flex-direction: column-reverse;
    background: #6abb8f;
    height: 107px;
    width: 107px;
    justify-content: center;
    align-items: center;
    color: white;
}

.event-date-and-time .fdate span.day {
    font-size: 54px;
    font-weight: 900;
}

.event-date-and-time .fdate span.month {
    font-size: 16px;
}

.event-date-and-time {
    padding: 30px 0 50px;
    border-bottom: 1px solid #e4e4e4;
}

.question-section {
    margin: 60px 0;
}

.question-section .title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.question-section .button a {
    width: 184px;
    padding: 11px;
    border: 0;
    background: #e66351;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    display: block;
    text-align: center;
}

.alert.alert__school.alert__school--small.career-alert {
    position: fixed;
    z-index: 99999;
    width: 30%;
    margin: auto;
    top: 45%;
    padding: 25px 0;
}

.alert.alert__school.alert__school--small.career-alert .alert__wrapper--small {
    line-height: 1.75;
}

.remove-btn {
    position: relative;
}

.remove-btn button {
    cursor: pointer;
    right: -20px;
    top: -6px;
    background: 0;
    border: 0;
    font-size: 18px;
    color: white;
    font-weight: 300;
    z-index: 999;
    position: absolute;
}

.video-display {
    position: fixed;
    width: 100%;
    display: none;
    height: 100%;
    background: #333;
    z-index: 9999;
    top: 0;
    left: 0;
}

.video-display div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.video-display div video {
    width: 100%;
    max-width: 950px;
}

.video-display button {
    position: absolute;
    right: 30px;
    top: 30px;
    background: transparent;
    border: 0;
    font-size: 20px;
    color: white;
    cursor: pointer;
}

/*life of new horizon acadmey section*/

.singular-page-101805 .page__content {
    padding: 0;
}

.singular-page-101805 .module.module__hz-slide.aos-init.aos-animate {
    margin: 0;
}

section.academy-section {
    background: url('/wp-content/uploads/2024/02/kids-playing.jpg') no-repeat;
    padding: 120px 0;
}





.academy-section .title {
    text-align: center;
    font-size: 65px;
    line-height: 65px;
    color: white;
    font-weight: 500;
    margin-bottom: 50px;
}

.academy-section .picture {
    /* height: 543px; */
    background: #ffffffe6;
    width: 100%;
    display: block;
    padding: 20px;
    position:relative;
}

.or-section div {
    position: relative;
    z-index: 10;
    background: #f3eee5;
    width: 50px;
    margin: auto;
}

.academy-section .picture::after {
    content: "";
    background: url(/wp-content/uploads/2023/03/Play.png) no-repeat;
    display: block;
    width: 70px;
    height: 70px;
    background-size: 100%;
    margin: auto;
    position: absolute;
    top: -35px;
    bottom: 0;
    left: 0;
    right: 0;
}

.academy-section .picture div {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 28px;
}

.academy-section .picture div span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 10px;
}

.academy-section .listing-academy .comments-of-teachers {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    height: 120px;
}

.academy-section .listing-academy .comments-of-teachers img {
    height: 65px;
    width: 65px;
    object-fit: cover;
    border-radius: 100%;
    border: 5px solid white;
}

.academy-section .listing-academy .comments-of-teachers div {
    font-size: 20px;
    line-height: 24px;
    background: #ffffffe6;
    padding: 20px 40px;
    width: 250px;
    position: absolute;
    z-index: 0;
    left: 35px;
    top: 0;
    font-weight: 600;
}

.academy-section .listing-academy .comments-of-teachers picture {
    position: relative;
    z-index: 1;
}

.academy-section .button .btn-red {
    width: 184px;
    padding: 11px;
    border: 0;
    background: #e66351;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    display: block;
    text-align: center;
}


.academy-section .button {
    text-align: center;
    display: flex;
    justify-content: center;
}

.academy-section .listing-academy .comments-of-teachers:first-child {
    margin-top: 20px;
}


section.section-testimonials {
    background: url('https://www.newhorizonacademy.net/wp-content/uploads/2024/02/yellow-back-test-3.jpg') no-repeat;
    background-size: cover;
    padding: 40px 0;
}

section.section-testimonials .title {
    font-size: 30px;
    text-align: center;
    margin: 20px 0;
    color: white;
}

section.section-testimonials .testimonials-slider {
    overflow: unset;
}

section.section-testimonials .testimonials-slider .slider {
    /* height: 400px; */
    /* width: 640px; */
    position: relative;
    /* min-height: initial; */
    /* max-height: initial; */
    /* display: flex; */
    /* align-items: center; */
}

section.section-testimonials .testimonials-slider .slider img {
    /* width: 100%; */
    /* height: 450px; */
    /* object-fit: cover; */
    /* z-index: 1; */
    /* position: relative; */
}

section.section-testimonials .testimonials-slider .slider .quote {
    /* position: absolute; */
    /* bottom: 133px; */
    /* background: #ffffffe6; */
    /* width: 100%; */
    /* padding: 20px 20px; */
    /* display: flex; */
    /* flex-direction: column; */
    /* font-size: 16px; */
    /* transform: scale3d(1, 1, 1)  translate(0px, 0px); */
    /* transition: all 0.3s ease-in-out; */
    /* z-index: 1; */
}

section.section-testimonials .testimonials-slider .slider .quote span {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

section.section-testimonials .testimonials-button a {
    width: 244px;
    padding: 11px;
    border: 0;
    /* background: #e66351; */
    /* color: white; */
    font-size: 16px;
    border-radius: 5px;
    display: block;
    text-align: center;
}

section.section-testimonials .testimonials-button {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}/*career css only*/


section.section-testimonials .testimonials-slider .slider-video .quote {
    background: transparent;
    color: white;
    font-size: 28px;
    font-weight: 500;
    /* padding: 14px 30px; */
    /* transform: scale3d(1, 1, 1) translate(-60px, 160px); */
    /* width: 100%; */
    /* display: block; */
}

button.slick-next.slick-arrow {
    /* background: url(https://www.newhorizonacademy.net/wp-content/uploads/2023/09/Right-arrow.png) no-repeat; */
    /* background-size: 100%; */
    /* display: block; */
    /* height: 100px; */
    /* width: 32px; */
    /* right: -70px; */
    /* z-index: 1; */
    /* position: absolute; */
}

button.slick-prev.slick-arrow {
    /* background: url(https://www.newhorizonacademy.net/wp-content/uploads/2023/09/Left-arrow.png) no-repeat; */
    /* background-size: 100%; */
    /* display: block; */
    /* height: 100px; */
    /* width: 32px; */
    /* left: -70px; */
    /* position: absolute; */
    /* z-index: 1; */
}

button.slick-next.slick-arrow::before, button.slick-prev.slick-arrow::before {
    display: none;
}



.testimonials-slider .slider .slider-box{
	height: 370px;
	background-position:center;
	background-size:cover;
	transition:.3s;
	margin: 0 -24px;
	/* opacity:.2; */
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(.8, 0.8, 1) translateY(80px);
	transition: all 0.3s ease-in-out;
	position: relative;
	/* align-items: center; */
}
.testimonials-slider .slick-list {
	padding: 20px 0!important;
	/* padding-top:20px!important;
	padding-bottom:20px!important; */
}

.testimonials-slider .slick-center .slider-box, .testimonials-slider .slick-center .quote {
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	/* transform: scale3d(1.5, 1.5, 1) translateY(80px); */
	transform: scale3d(1.5, 1.5, 1) translateY(40px);
	position: relative;
	z-index: 1;
}
.slick-slide {
    outline: none
}




section.section-testimonials .testimonials-slider .slick-slide .quote {
    /* bottom: 145px; */
}

section.section-testimonials .testimonials-slider .slick-slide.slick-current .quote {
    /* bottom: 145px; */
}


section.hero-section-career {
    background: url('https://www.newhorizonacademy.net/wp-content/uploads/2024/02/hero-career-image-scaled-1.jpg') no-repeat;
    background-size: cover;
    padding: 60px 0 400px;
    position: relative;
}

section.hero-section-career .hero-text {
    font-size: 75px;
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 220px;
}

section.hero-section-career .flex.form-career-title {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #f1bf4f;
    color: white;
    align-items: flex-end;
}

section.hero-section-career .flex.form-career-title div:first-child {
    font-size: 24px;
    /* width: 76%; */
}

section.hero-section-career .flex.form-career-title div:last-child {}

.career-search-section .career-form-search a.btn-link {
    border: 0;
    padding: 0 10px;
}

section.hero-section-career .form-career {
    overflow: hidden;
    border-radius: 10px;
}

section.hero-section-career .form-career form {
    padding: 30px;
    background: #f5cf7b url(/wp-content/uploads/2024/02/Pattern.png);
}

section.hero-section-career .form-career form .form-field {}

section.hero-section-career .form-career form .form-field .input-field, section.hero-section-career .form-career form .form-field textarea {
    padding: 8px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #e4e4e4;
    line-height: 22px;
    box-shadow: none;
}

section.hero-section-career .form-career form .form-field textarea {
    width: 100%;
    height: 70px;
    resize: none;
}

section.hero-section-career .form-career form .form-field input.btn-career {
    width: 100%;
    padding: 11px;
    border: 0;
    background: #e66351;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    display: block;
    text-align: center;
    text-transform: capitalize;
}

section.hero-section-career .form-career form .form-field ::placeholder {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #888888;
}



.career-search-section {
    background: #f2eee5;
    padding: 40px;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
    width: 61%;
    left: 0;
    margin: 0 auto;
    right: 0;
    bottom: -40px;
}

.career-search-section .career-form-search {}

.career-search-section .career-form-search .flex {
    display: flex;
    justify-content: space-between;
    padding: 0px 0 20px;
}

.career-search-section .career-form-search .flex div:first-child {
    font-weight: 600;
    font-size: 20px;
}

.career-search-section .career-form-search .flex div:last-child {
    font-size: 16px;
    color: #e66351;
}

.career-search-section .career-form-search .search-form form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.career-search-section .career-form-search .search-form form .form-field {
    width: 25%;
}

.career-search-section .career-form-search .search-form form .form-field .input-field, .career-search-section .career-form-search .search-form form .form-field select {
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 10px;
    box-shadow: none;
    font-size: 14px;
    outline: none;
    color:#999;
}

.career-search-section .career-form-search .search-form form .form-field .btn-search {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #e66351;
    color: white;
    font-size: 14px;
    border-radius: 5px;
    display: block;
    text-align: center;
    text-transform: capitalize;
}

.career-search-section .or-section::before {
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    display: block;
    content: "";
    position: absolute;
    top: 27px;
    z-index: 0;
}

.career-search-section .or-section {
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px 0;
    position: relative;
}

.career-search-section .or-section {
    width: 100px;
    margin: auto;
    background: #f3eee5;
    position: relative;
    z-index: 1;
}

.or-section div {
    position: relative;
    z-index: 10;
    background: #f3eee5;
    width: 50px;
    margin: auto;
}

.career-search-section .career-form-type {}

.career-search-section .career-form-type .flex {
    display: flex;
    justify-content: space-between;
    padding: 0 0 30px;
}

.career-search-section .career-form-type .flex div:first-child {
    font-weight: 600;
    font-size: 20px;
}

.career-search-section .career-form-type .flex div:last-child {
    font-size: 16px;
    color: #e66351;
}

.career-search-section .career-form-type .search-by-box {}

.career-search-section .career-form-type .search-by-box > div {
    display: flex;
    gap: 10px;
}

.career-search-section .career-form-type .search-by-box > div a {
    display: flex;
    width: 25%;
    height: 140px;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0 20px 15px black;
}

/*Faq*/

.accordion {
  background-color: transparent;
  color: #e66351;
  cursor: pointer;
  padding: 25px 0 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  transition: 0.4s;
  border-top: 1px solid #eee;
      display: flex;
    justify-content: space-between;
}

.active, .accordion:hover {
  /* background-color: #ccc; */
}

.panel {
  padding: 0;
  /* background-color: white; */
  line-height: 25px;
   /* max-height: 0px;  */
   /* overflow: hidden;  */
  transition: max-height 0.2s ease-out;
  font-size: 16px;
}

.faq-title {
    padding: 15px 0;
    font-size: 24px;
    font-weight: 500;
}
.panel.active {
    max-height: 100%;
    display: block;
    padding-bottom: 20px;
}

.accordion i {
    font-size: 24px;
        margin-right: 20px;
    transition: 200ms ease-in;
}
.accordion.active i {
    transform:rotate(180deg);
}
section.faq-section .panel:last-child {
    border-bottom: 1px solid #eee;
        margin-bottom: 20px;
}

.singular-page-88477 .container {
    max-width: 990px;
}

.alert.alert__school.alert__school--small.career-alert {
    position: fixed;
    z-index: 99999;
    width: 30%;
    margin: auto;
    top: 45%;
    padding: 25px 0;
}

.alert.alert__school.alert__school--small.career-alert .alert__wrapper--small {
    line-height: 1.75;
}

.remove-btn {
    position: relative;
}

.remove-btn button {
    cursor: pointer;
    right: -20px;
    top: -6px;
    background: 0;
    border: 0;
    font-size: 18px;
    color: white;
    font-weight: 300;
    z-index: 999;
    position: absolute;
}

.video-display {
    position: fixed;
    width: 100%;
    display: none;
    height: 100%;
    background: #333;
    z-index: 9999;
    top: 0;
    left: 0;
}

.video-display div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.video-display div video {
    width: 100%;
    max-width: 950px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}

.video-display button {
    position: absolute;
    right: 30px;
    top: 30px;
    background: transparent;
    border: 0;
    font-size: 20px;
    color: white;
    cursor: pointer;
}

.events-of-academy .form-of-event .nf-form-title {
    display: flex;
    justify-content: space-between;
    background: #f1bf4f;
    padding: 20px;
    color: white;
    border-radius: 10px 10px 0 0;
    align-items: flex-end;
}

.events-of-academy .form-of-event input[type="button"] {
    width: 100%;
    padding: 11px;
    border: 0;
    background: #e66351;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    display: block;
    text-align: center;
}
.events-of-academy .form-of-event h3 {
    font-size: 24px;
}

.events-of-academy .form-of-event .nf-form-title::after {
    content: "Required *";
    font-size: 12px;
}


section.all-school-listing .title {
    font-size: 30px;
    margin: 0 0 20px;
}

.all-school-listing table tr th {
    text-align: initial;
    font-weight: 600 !important;
}

.all-school-listing table tr {
    border-bottom: 1px solid #e4e4e4;
}

.all-school-listing table tr th,.all-school-listing table tr td {
    /* padding: 10px; */
    width: 25%;
    font-weight: 400;
}

.all-school-listing table tr td:nth-child(even) {
    color: #e66351;
}

.all-school-listing table tr td {
    /* padding: 17px 10px; */
}
.all-school-listing table tr td span {
    font-size: 22px;
}

.career-search-section.career-school-listing-section {
    position: initial;
    margin: 0;
    width: 100%;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

.career-search-section.career-school-listing-section .flex {
    flex-direction: column;
    padding: 20px;
    background: #f5cf7b;
}

.career-search-section.career-school-listing-section .flex div {
    color: white !important;
    font-size: 20px !important;
}

.career-search-section.career-school-listing-section form {
    flex-direction: column;
    padding:  20px 20px 0;
}

.career-search-section.career-school-listing-section form .form-field {
    width: 100% !important;
}

.career-search-section.career-school-listing-section .or-section {
    width: 80%;
    z-index: 1;
    /* max-width: 40px; */
    position: relative;
}

.career-search-section.career-school-listing-section .or-section div {
    z-index: 2;
    position: relative;
    background: #f3eee5;
    width: 40px;
    margin: auto;
}

.career-search-section.career-school-listing-section .or-section::before {
    z-index: 2;
}

.career-search-section.career-school-listing-section .search-by-box > div > a {
    width: 48%;
    flex: 0 0 47%;
}

.career-search-section.career-school-listing-section .search-by-box > div {
    display:initial;
}

.career-search-section.career-school-listing-section .search-by-box > div a {
    width: 100%;
    height: 70px;
    background-size: cover !important;
    background-position: center !important;
    margin-bottom: 15px;
    font-size: 12px;
    text-align: center;
}

.career-search-section.career-school-listing-section .filter-section {
    padding: 20px;
}

.career-search-section.career-school-listing-section .filter-section .accordions {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    align-items: center;
    border-bottom: 1px solid #888;
    padding-bottom: 5px;
    margin:10px 0;
}

.career-search-section.career-school-listing-section .filter-section .accordions button {
    background: transparent;
    border: 0;
    font-size: 18px;
}

.career-search-section.career-school-listing-section .filter-section .panel {
    /* max-height: 100%; */
    background: transparent;
    display: flex;
    flex-direction: column;
}

.career-search-section.career-school-listing-section .filter-section .panel input[type="checkbox"] {
    border: 0 !important;
    padding: 10px !important;
    border-radius: 0 !important;
}
.career-search-section.career-school-listing-section .filter-section .panel div {
    margin: 3px 0 3px;
    line-height: 1.1;
}
.pagination .number {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .number input[type="number"] {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 15px;
    text-align: center;
    background: #f3eee5;
    border: 1px solid #e4e4e4;
}

.pagination a {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a i {
    margin-left: 15px;
    font-size: 20px;
}

/*school detail page*/

.singular-school .page__utility {
    display: none;
}

.singular-school .page__header.page__header--school.school__header {
    display: none;
}

.school-details {
    position: relative;
    margin-top:70px;
}

.school-details .school-title {
    position: absolute;
    background: #004e86;
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: 50px;
    z-index: 99;
    color: white;
    top: -120px;
}

.school-details .school-title span span {
    font-size: 22px;
    margin-left: 8px;
}

.school-details .school-title > span {
    margin-left: 40px;
}

.school-main-title-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.school-main-title-section > div {
    font-size: 27px;
    width: 60%;
    margin: 0px 0 20px;
    line-height: 34px;
    font-weight: 500;
}

a.btn-apply {
    width: 200px;
    padding: 10px;
    border: 0;
    background: #e66351;
    color: white;
    font-size: 14px;
    border-radius: 5px;
    display: block;
    text-align: center;
    text-transform: capitalize;
}

.time-and-benefit-section {
    margin: 0px 0 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.time-and-benefit-section > div:first-child {
    font-size: 24px;
    font-weight: 800;
}

.time-and-benefit-section > div:last-child {
    font-size: 16px;
    margin-top: 7px;
}

.description {
    line-height: 1.5;
}

.apply-btn {
    margin-top: 20px;
}

.timing-section {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.timing-section .title {
    background: #ffbc2e;
    font-size: 22px;
    color: white;
    padding: 15px;
}

.timing-section .main {
    background: #f5f3e9;
    padding: 15px;
}

.timing-section .main .address {
    padding: 7px 0;
    font-size: 18px;
}

.timing-section .main .timing {
    padding: 8px 5px;
}

.timing-section .main .timing > div {
    margin-bottom: 13px;
    font-size: 16px;
}

.timing-section .main .timing > div i {
    margin-right: 15px;
}

.timing-section .main .btn-section a {
    width: 100%;
}

.jobs-section {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #eee;
}

.jobs-section .title {
    background: #0b9bbc;
    font-size: 22px;
    color: white;
    padding: 15px;
}

.jobs-section .main {
    /* background: #f5f3e9; */
    /* padding: 15px; */
}

.jobs-section .main a {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    line-height: 1.75;
    color: #888;
    align-items: baseline;
}

.jobs-section .main a > div {
    display: flex;
    flex-direction: column;
}

.jobs-section .main a > div span {
    color: #e66351;
}

#our-classrooms .entry__content p:nth-child(5n+1) {
    display: none;
}

#our-classrooms .entry__content p:nth-child(1), #our-classrooms .entry__content p:nth-child(2) {
    display: block;
}

#our-classrooms .entry__content picture {
    clear: both;
    margin: 0px 30px 0 0;
    /* height: initial; */
    /* min-height: initial !important; */
}

#our-classrooms .entry__content h3 {
    margin-top: 50px;
}

@media screen and (max-width: 1199px){
	.page-careers section.hero-section-career .container{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media screen and (max-width:768px){
    section.hero-section-career .hero-text {
    margin: 90px 0 20px;
}

.career-search-section {
    width: 100%;
    position: initial;
    margin-top: 30px;
}

.career-search-section .career-form-search .search-form form {
    flex-direction: column;
}

.career-search-section .career-form-search .search-form form .form-field {
    width: 100%;
}

section.hero-section-career {
    padding: 60px 0;
}

.career-search-section .career-form-type .search-by-box > div {
    flex-direction: column;
}

.career-search-section .career-form-type .search-by-box > div a {
    width: 100%;
}

.academy-section .listing-academy .comments-of-teachers {
    flex-direction: column;
    margin-top: 60px;
}

.academy-section .listing-academy .comments-of-teachers div {
    left: 0;
    width: 100%;
    top: 50px;
}

.academy-section .button {
    margin-top: 70px;
}

.events-of-academy .form-of-event {
    padding-right: 15px;
}

section.events-of-academy::before {
    width: 100%;
}

.event-listing-section {
    padding: 20px 15px;
}

.event-date-and-time {
    padding: 20px 0 0;
}

.event-date-and-time .event-details {
    margin-top: 20px;
}

.question-section {
    margin: 20px 0 0;
}

/*Preschool - bugs*/

    #our-classrooms .entry__content p:nth-child(5n+2) {
        display: none;
    }
    
    #our-classrooms .entry__content h3 {
        margin: 0;
    }
    
    #our-classrooms .entry__content picture {
        /* text-align: center; */
        margin: 0;
    }
    
}