section.hero-section-career .form-career form {
    padding: 20px;
}

#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;
}

#our-classrooms .entry__content h3 {
    margin-top: 50px;
}

/*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; */
}

.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;
    /*display: none;*/
}

.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;
}

.field-wrap .pikaday__container,
.field-wrap .pikaday__display,
.field-wrap>div input,
.field-wrap select,
.field-wrap textarea {
    width: 100%;
    -webkit-text-stroke: 0.3px;
}

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: 22px !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;
}

.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;
}

/* schedule a tour CSS - to transfer to its file */
/*schedule a tour Css*/
.page__header {
    font-size: 30px;
    padding: 25px 70px !important;
}

.school-list__content.school-list__content--actions {
    /* margin-bottom: 25px; */
}

/*tabs starts - schedule-a-tour*/
.main-tab {
    display: flex;
    align-items: center;
    width: 650px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    gap: 0 5%;
}

.main-tab button.main-tab {
    background: transparent;
    border: 0;
    flex: 0 0 20%;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.main-tab button.main-tab img {
    width: 45px;
    background: #fff;
    border-radius: 100%;
}

.main-tab-section {
    margin: 20px 0 30px;
    position: relative;
}

.line-tabs {
    width: 495px;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    max-height: 4px;
    z-index: 0;
}

.line-tabs span {
    display: block;
    width: 50%;
    height: 3px;
    background: rgb(195 195 195 / 50%);
}

.line-tabs span.active {
    background: #a0d5b8;
}

/*.modal-content .line-tabs span {
    width: 36%;
}*/

/*tabs ends - schedule-a-tour*/
.h1.h1--modal.js-schedule-tour-top-heading.text-center.main-title {
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

a.text-pink.filter__header__hide-filter.js-hide-filter {
    display: none;
}

.filter__header.text-gray {
    text-align: initial;
}

.form-btn-view-all i {
    font-weight: 600;
    margin-left: 5px;
    font-size: 14px;
}

.form-btn-view-all {
    display: flex;
    align-items: center;
    margin-top: 15px !important;
}

.find-btn i {
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px;
}

.within-miles i {
    margin-left: 10px;
    font-size: 20px;
    line-height: 18px;
}

.within-miles {
    display: inline-flex;
    align-items: center;
}

.select-a-day__subcontent p {
    width: 80%;
    line-height: 26px !important;
}

.h3-new-font {
    font-family: "Avenir LT W01_55 Roman1475520" !important;
    font-size: 22px !important;
}

.h3-new-font span {
    /*color: #e8624c;
    margin-left:10px;*/
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.fc-left h2 {
    font-family: "Avenir LT W01_55 Roman1475520" !important;
}

.btn-previous,
span.chosenTimeDisplay {
    color: #e8624c;
}

.btn-previous i {
    margin-right: 5px;
    font-weight: 600;
}

button.childcarecrm-form__back-button {
    display: none;
}

button.childcarecrm-form__back-button {
    display: none;
}

div#childcarecrm-form__confirmation-data dl {
    margin-bottom: 20px;
}

div#childcarecrm-form__confirmation-data dl dt {
    margin-bottom: 7px;
    font-weight: 600;
}

div#childcarecrm-form__confirmation-data {
    margin: 20px 0;
    padding: 0;
}

childcarecrm-form__confirmation-data hr {}

div#childcarecrm-form__confirmation-data dl:nth-child(2),
div#childcarecrm-form__confirmation-data dl:nth-child(8) {
    margin-top: 30px !important;
}

.childcarecrm-form__disclaimer {
    margin-bottom: 40px;
}

button.childcarecrm-form__back-button {
    display: none;
}

div#childcarecrm-form__confirmation-data dl {
    margin-bottom: 20px;
}

div#childcarecrm-form__confirmation-data dl dt {
    margin-bottom: 7px;
    font-weight: 600;
}

div#childcarecrm-form__confirmation-data {
    margin: 20px 0;
    padding: 0;
}

.h1.h1--modal.js-schedule-tour-top-heading.thank-you.text-center {
    font-size: 28px;
}

.hdg.hdg--3.hdg--center.thank-you__subcontent__listing {
    display: none;
}

a.btn.btn-primary.btn--icon.btn--icon-arrow {}

a.btn.btn-primary.btn--icon.btn--icon-arrow {
    display: none;
}

.childcarecrm-form__success-message {
    display: none;
}

a.thank-you__subcontent__close.js-modal-close {
    margin-top: 30px;
    color: white;
    background: #e66351;
    padding: 12px;
    width: 160px;
    text-align: center;
    margin-bottom: 0;
}

a.thank-you__subcontent__close.js-modal-close svg {
    display: none;
}

.thank-you__subcontent p {
    width: 55%;
    text-align: center;
    line-height: 27px;
    font-weight: 600;
    font-size: 15px;
    margin-top: 20px;
}

.location-name-and-time {
    text-align: center;
    margin-top: 30px;
    color: #fc5945;
    font-size: 27px;
    margin-bottom: 20px;
    line-height: 34px;
}

.btn-previous.tab-1 {
    display: none;
}

.btn-previous.tab-2 {
    display: block;
}

.btn-previous.tab-3 {
    display: block;
}

.btn-previous {
    padding: 0 45px;
}

.childcarecrm-form__group label {
    font-weight: 600;
    font-family: "Avenir LT W01_55 Roman1475520" !important;
    margin-bottom: 10px !important;
    display: block;
}

.childcarecrm-form__pst-type-display label {
    display: none;
}

button.childcarecrm-form__go-back-button {
    display: none;
}

/*job location*/
.prefinfo1 {
    text-align: center;
    background: #f4f2ea;
    padding: 100px 0;
}

.prefBedgeBox {
    display: flex;
    justify-content: center;
    margin: 30px 0 40px;
}

.prefBegeSingle {
    margin: 0 9px;
}

.prefBedgeBox img {
    /*border-radius: 100px;*/
    /*height: 80px;*/
    width: 80px;
    /*object-position: center;*/
    /*object-fit: cover;*/
}

.prefBedgeBox p {
    background: #dbdbd9;
    width: 110px;
    padding: 6px 6px;
    color: #575757;
    border-radius: 5px;
    font-size: 14px;
    transform: translate(0, -12px);
}

.prefinfo1 .head {
    font-size: 31px;
    margin: 30px 0 0;
}

.prefinfo1 .desc {
    margin: 20px 0 30px;
}

a.btn-apply {
    width: 160px;
    padding: 10px;
    border: 0;
    background: #e66351;
    color: white;
    font-size: 14px;
    border-radius: 5px;
    display: block;
    text-align: center;
    text-transform: capitalize;
}

.listTable1 {
    width: 100%;
    margin: 40px 0 0;
}

.listTable1 th {
    padding: 0 0 17px;
    text-align: initial;
}

.listTable1 td {
    padding: 30px 0;
}

.listTable1 .col2 {
    width: 50%;
    padding-right: 40px;
}

.listTable1 .col3 {
    width: 30%;
}

.listTable1 .col4 {}

.listTable1 tr {
    border-bottom: 1px solid #d7d7d7;
}

.heading1 {
    font-weight: 400;
    font-size: 29px;
}

.itemlistcont {
    padding: 0 0 60px;
}

.prefinfo1 {
    position: relative;
    overflow: hidden;
}

.prefinfo1::before {
    content: "";
    display: block;
    background: url("/wp-content/themes/new-horizon-academy/assets/images/pencilimg2.png") no-repeat center;
    background-size: contain;
    position: absolute;
    height: 350px;
    width: 350px;
    left: -140px;
    top: -40px;
}

.prefinfo1::after {
    content: "";
    display: block;
    background: url("/wp-content/themes/new-horizon-academy/assets/images/pencilimg1.png") no-repeat center;
    background-size: contain;
    position: absolute;
    height: 350px;
    width: 350px;
    right: -180px;
    bottom: 170px;
}

.margin-top-60 {
    margin-top: 60px;
}

.school-list--marker .school-list__image {
    /*     display: none !important; */
}

.school-list--marker .school-list__content.school-list__content--actions.map-info {
    padding: 10px;
    margin: 0;
    width: 300px !important;
}

div#modal-schedule-tour .school-list--marker .school-list__content.school-list__content--actions.map-info {
    padding-left: 230px;
    width: initial !important;
    margin: 0 0 20px 0;
}

.school-list--marker .school-list__actions.school-list__actions--absolute {
    position: static;
}

.school-list--marker .school-list__meta ul li,
.school-list--marker .school-list__meta ul li a {
    /* margin: 0; */
    /* color: #fc5945; */
}

.school-list--marker {
    padding: 0 !important;
}

.school-list--marker .school-list__actions.school-list__actions--absolute a {
    color: #fc5945;
    padding: 0;
    margin: 0;
    background: transparent;
    text-align: initial;
}

a.btn.btn--red.btn--icon.btn--icon-arrow i {
    font-weight: 600;
    font-size: 17px;
    margin-left: 7px;
}

a.btn.btn--red.btn--icon.btn--icon-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    /* padding: 0; */
}

.school-list--marker .school-list__actions.school-list__actions--absolute a {
    justify-content: flex-start !important;
}

.childcarecrm-form__footer {
    /*display:block !important;*/
}

a.view__detail {
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    display: block;
}

a.view__detail i {
    font-weight: 600;
    margin-left: 5px;
}

.school-list--marker ul li:nth-child(4),
.school-list--marker ul li:nth-child(5),
.school-list--marker ul li:nth-child(6) {
    display: none;
}

.school-list--marker.school-list--image .school-list__content {
    min-height: initial;
    padding: 0;
}

/*span.school-time {
    text-transform: lowercase;
}*/

.childcarecrm-form__tour-child-toggle.childcarecrm-form__tour-child-toggle--add button {
    font-family: "Avenir LT W01_65 Medium1475532";
}

span.chosenTimeDisplay {
    text-transform: lowercase;
}

h2.h2-font-main {
    padding: 32px 70px 0;
    font-size: 30px;
}

.select-a-day__subcontent {
    display: none;
}

.select-a-day__subcontent {
    padding: 20px 50px 50px;
}

.childcarecrm-form__footer {
    position: absolute;
    bottom: 30px;
    right: 40px;
    width: 37% !important;
}

.schools-list .map_filter_background.map_filter_background_width {
    width: 28%;
}

.schools-list .filter__form.filter__form_width {
    min-width: 100%;
}

.childcarecrm-form>div>div>.childcarecrm-form__group>.childcarecrm-form__field:nth-child(5) {
    display: none;
}

.childcarecrm-form__tour-child-toggle button {
    font-family: "Avenir LT W01_55 Roman1475520" !important;
}

input#filter_address::placeholder {
    font-size: 10.6px;
}

/*.childcarecrm-form__footer.active{*/
/*    display:block;*/
/*}*/
/*form.childcarecrm-form .childcarecrm-form__footer {*/
/*    display: none !important;*/
/*}*/
/*form.childcarecrm-form .childcarecrm-form__footer.active{*/
/*    display: flex !important;*/
/*}*/
input#childcarecrm-form__submit-button {
    display: none;
}

#childcarecrm-form__confirmation-data dl:last-child {
    display: none;
}

.childcarecrm-form__footer.active {
    opacity: 1 !important;
    z-index: 0 !important;
}

/*button#childcarecrm-form__submit-button.valid {*/
/*    display: none;*/
/*}*/
label#-error {
    display: none !important;
}

.singular-page-1673 div#modal-schedule-tour a.school-list__content__map-link {
    display: none !important;
}

.singular-page-1673 div#modal-schedule-tour a.btn.btn--white.btn--border.btn--border-red.btn--icon.btn--icon-arrow {
    display: none !important;
}

.singular-page-1673 div#modal-schedule-tour .school-list__meta ul li svg {
    display: none !important;
}

/*career page continue.. Css*/
.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__content .module.module__content.aos-init.aos-animate {
    margin: 0;
    padding: 0;
}

.school__content .module.module__content.aos-init.aos-animate .entry__content {
    margin: 0;
    padding: 0;
    height: initial;
    line-height: initial;
}

.school__content iframe {
    width: 100%;
    height: 600px;
}

.singular-page-2101 .page__content {
    padding: 0;
}

.singular-page-2101 .module.module__hz-slide.aos-init.aos-animate {
    margin: 0;
}

.school__content .container.container--sm {
    max-width: initial;
    padding: 0;
}

/*school-listing css of map*/
.job_list_maps .school-list__jobs.school-list__jobs--absolute a {
    background: transparent;
    color: #888;
    text-align: right;
    justify-content: flex-start !important;
    /* border-bottom: 0.5px solid #ccc; */
    border-radius: 0;
    padding: 13px 0px;
    position: relative;
    z-index: 10;
}

.job_list_maps .school-list__content.school-list__content--actions.map-info>a.btn.btn--red.btn--icon.btn--icon-arrow {
    color: var(--red);
    background: transparent;
    justify-content: flex-start;
    /* font-weight: 400 !important; */
    padding: 15px 0;
    font-family: "Avenir LT W01_55 Roman1475520";
}

.job_list_maps.school-list.school-list--marker.school-list--image {
    /* width: 600px; */
    padding: 0;
}

.job_list_maps .school-list__image.asa {
    display: block !important;
    width: 100%;
}

.job_list_maps .school-list__content.school-list__content--actions.map-info {
    padding-left: 310px;
    width: initial !important;
    max-width: 100%;
}

.job_list_maps .school-list__image img,
a.btn.btn--red.btn--icon.btn--icon-arrow.more-detail-btn {
    max-width: 100%;
}

.singular-page-101811 a.btn.btn--red.btn--icon.btn--icon-arrow.more-detail-btn {
    margin-top: 10px;
}

.job_list_maps .school-list__content.school-list__content--actions.map-info>a.btn.btn--red.btn--icon.btn--icon-arrow svg {
    fill: #fc5945;
}

/*careers page css continue*/
.singular-page-2101 .page__utility {
    display: none;
}

.academy-section .listing-academy .comments-of-teachers img {
    position: relative;
    z-index: 1;
}

.academy-section .listing-academy .comments-of-teachers:last-child a {
    display: flex;
    width: 100%;
}

section.hero-section-career .form-career form .form-field textarea {
    font-family: "Avenir LT W01_55 Roman1475520";
    background: white;
}

.hz__slide .hdg {
    background: #fbb932c7;
    color: white;
    position: absolute;
    top: -42px;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 10px;
    margin: 0;
}

.hz__slide-content {
    position: relative;
    padding-top: 60px;
}

.hz__slider .slick-track>div:nth-child(2) .hdg {
    background: rgb(255 115 29 / 78%);
}

.hz__slider .slick-track>div:nth-child(3) .hdg {
    background: rgb(73 143 186 / 78%);
}

section.section-testimonials .testimonials-slider .slider img {
    width: 100%;
    height: 285px;
}

section.hero-section-career .form-career form .form-field .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;
}

.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;
}

section.hero-section-career .form-career form .form-field .btn-career i,
.career-search-section .career-form-search .search-form form .form-field .btn-search i {
    font-weight: 600;
    margin-left: 5px;
}

.module__hz-slide {
    /*background: url('/wp-content/uploads/2022/11/welcome-bg.webp') no-repeat;*/
    background-size: cover;
}

.hz__slider .slick-slide img {
    object-fit: cover;
}

.academy-section .picture {
    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;
}

.career-search-section .or-section {
    width: 100px;
}

.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 {
    color: #999;
}

.container.school-detail-page-form {
    display: none;
}

.margin-0 {
    margin: 0 0 -50px !important;
}

.display-none {
    display: none;
}

.singular-page-101811 .page__utility.hidden-xs {
    display: none;
}

.singular-page-101811 .page__header {
    display: none;
}

.singular-page-101811 .career-form-search input#filter_job {
    padding: 6px 15px;
}

.singular-page-101811 .career-form-search select.input-field {
    padding: 6px 10px !important;
}

.singular-page-101811 .career-form-search select,
.singular-page-101811 .career-form-search input[type="text"]::placeholder {
    color: #cbcbcb !important;
    font-family: "Avenir LT W01_85 Heavy1475544" !important;
}

.find-btn {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #e66351;
    color: white;
    font-size: 14px;
    border-radius: 5px;
    display: block;
    text-align: center;
    text-transform: capitalize;
}

.find-btn:hover {
    background: #e03b24;
}

section.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-top-60 {
    padding-top: 60px;
}

.singular-page-2101 .module.module__hz-slide.aos-init.aos-animate::before {
    content: "";
    background: url("/wp-content/uploads/2023/04/RedCrayon.png") no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    /* adjust to fit image to element */
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 20%;
    top: 150px;
    left: -50px;
}

.singular-page-2101 .module.module__hz-slide.aos-init.aos-animate::after {
    content: "";
    background: url(/wp-content/uploads/2023/04/YellowCrayon.png) no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    position: absolute;
    width: 6%;
    height: 20%;
    top: 200px;
    right: 0;
}

.hz__slider-container::after {
    content: "";
    background: url(/wp-content/uploads/2023/04/OrangeCrayon.png) no-repeat;
    /* display: block; */
    background-size: contain;
    position: absolute;
    width: 36%;
    height: 20%;
    bottom: 0;
    right: -300px;
    z-index: 10;
}

section.section-testimonials .testimonials-slider .slider .quote {
    position: absolute;
    bottom: 115px;
    background: #fffffff0 !important;
    background: #ffffffc9 !important;
    width: 100%;
    padding: 12px 15px 18px;
    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;
    color: #888888 ;
    box-shadow: 0px 2px 8px -1px #0000004d;
}

.career-search-section .career-form-type .flex div:last-child {
    font-weight: 600;
    font-size: 20px;
    color: #888;
}

.career-search-section .career-form-type .flex {
    padding: 0 0 20px;
}

.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 {
    color: #888888;
    font-size: 14px;
}

.school__content .entry__content .iframe-sign::before {
    content: "Take a Virtual Tour";
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50px;
    font-size: 30px;
}

.career-search-section .career-form-search .search-form form .form-field input[type="text"]::placeholder,
.career-search-section .career-form-search .search-form form .form-field select {
    font-family: "Avenir LT W01_55 Roman1475520" !important;
}

.career-search-section .career-form-search .search-form form .form-field .input-field::-webkit-input-placeholder {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.singular-page-101811 .career-form-search select.input-field,
.singular-page-101811 .career-form-search #filter_job {
    appearance: none;
    -webkit-appearance: none;
    /*    background-image: url(/wp-content/uploads/2023/04/down.png);*/
    background-repeat: no-repeat;
    background-position: 95% 50%;
    padding-right: 20px;
    background-size: 13px;
}

.academy-section .listing-academy .comments-of-teachers {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    margin-left: 20px;
    height: initial;
}

.academy-section .listing-academy .comments-of-teachers picture {
    position: absolute;
    z-index: 1;
    top: 15%;
    bottom: 25%;
    height: 100%;
    left: -30px;
}

.academy-section .listing-academy .comments-of-teachers div {
    position: initial;
    color: #888580;
}

.timing-section .main .address a {
    color: #888;
}

.alert__description.alert__description--small {
    display: block;
    font-family: "Avenir LT W01_55 Roman1475520";
    font-size: 17px;
}

.alert__description {
    padding: 5px 0;
}

.timing-section .main .timing>div {
    display: flex;
    align-items: baseline;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .select-a-day__subcontent {
        padding: 0 32px 70px;
    }
}

@media screen and (max-width: 992px) {
    .main-tab {
        width: 100%;
    }

    .line-tabs {
        width: 80%;
    }

    .main-tab button.main-tab img {
        width: 35px;
    }

    .form__results {
        background: none;
        border: 0;
        margin-top: 10px;
    }

    .modal-content__list-view {
        display: block;
    }

    .modal-content .map__filter {
        min-height: 240px;
    }

    .school-list__actions.school-list__actions--absolute {
        display: block;
        position: static;
    }

    .select-a-day__top-row {
        flex-direction: column;
        margin-bottom: 10px;
    }

    button#childcarecrm-form__submit-button {
        margin-top: 0 !important;
        /* display: flex; */
    }

    .childcarecrm-form__footer {
        /*display: flex !important;*/
        justify-content: center;
        margin-bottom: 20px;
    }

    a.btn-previous {
        text-align: center;
    }

    h1.childcarecrm-form__confirmation-header {
        line-height: 1.5;
    }

    .modal-content .childcarecrm-form #childcarecrm-form__confirm-button {
        clear: both;
    }

    .submit_button_schedule {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }

    .h3-new-font {
        font-size: 16px !important;
    }

    #childcarecrm-form__submit-button {
        display: flex;
    }

    .childcarecrm-form__control--date.childcarecrm-form__date-of-birth.childcarecrm-form__control select {
        width: 29%;
        padding: 0 2px;
    }

    button#childcarecrm-form__confirm-button {
        display: flex;
    }

    .thank-you__subcontent p {
        width: 100%;
    }

    .location-name-and-time {
        font-size: 20px;
    }

    .schools-list .map_filter_background.map_filter_background_width {
        width: 100%;
    }

    h2.h2-font-main {
        text-align: center;
        font-size: 20px;
        padding: 45px 0 0;
        margin: 0;
    }

    .childcarecrm-form__footer button#childcarecrm-form__submit-button {
        /* display: flex; */
        padding: 10px !important;
        width: 200px;
        justify-content: center;
    }

    .select-a-day__subcontent {
        padding: 20px 0 70px;
    }

    a.btn-previous {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
    }

    .childcarecrm-form__footer {
        width: 87% !important;
        clear: both;
        margin: 0 auto 30px;
        left: 0;
        right: 0;
    }

    .childcarecrm-form__footer button#childcarecrm-form__submit-button {
        clear: both;
        padding: 10px !important;
        width: 100%;
    }

    form.childcarecrm-form.tab3 {
        margin-bottom: 50px;
    }

    div#map__overlay {
        display: block !important;
    }

    .form__results {
        position: absolute;
        bottom: -420px;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .modal-content .map__filter {
        min-height: 600px;
    }

    .map__filter--list .form__results {
        display: block;
    }

    .schools-list .map_filter_background.map_filter_background_width {
        padding: 0px;
    }

    .school-list.school-list--image {
        /* padding-top: 25px !important; */
    }

    .schools-list .filter__form.filter__form_width {
        margin: 0px;
    }

    .modal-content .map__overlay {
        margin-top: 240px;
    }

    .apply-btn {
        margin-bottom: 20px;
    }

    .school-main-title-section {
        flex-direction: column;
        margin-top: 90px;
    }

    a.btn-apply {
        margin-bottom: 30px;
    }

    /*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;
    }
}

@media screen and (min-width: 992px) {
    a.btn-previous.tab-1.tab-2 {
        position: absolute;
        bottom: 45px;
    }

    .btn-previous.tab-3 {
        position: absolute;
        bottom: 45px;
    }
}

@media screen and (max-width: 800px) and (min-width: 600px) {
    .modal-content {
        width: 95%;
    }
}

div#modal-schedule-tour button.gm-control-active.gm-fullscreen-control {
    left: initial !important;
    right: 0 !important;
}

div#modal-schedule-tour .gmnoprint {
    right: 0 !important;
    left: initial !important;
}

div#modal-schedule-tour button.gm-svpc {
    right: 0 !important;
    left: initial !important;
}

div#modal-schedule-tour .gm-style-iw.gm-style-iw-c,
div#modal-schedule-tour .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    padding: 10px 30px 10px 10px;
}

div#modal-schedule-tour .container.container--sm.school-locator__results {
    display: block;
}

.page-careers div#modal-schedule-tour .page__header {
    display: block;
}

div#modal-schedule-tour .btn--icon-arrow {
    min-width: initial;
}

.singular-school .school__content .module.module__tabs.aos-init.aos-animate {
    margin-top: 100px;
}

div#modal-schedule-tour .gm-style:after {
    display: none;
}