.service-list__item-qttl,
.service-list__item-ttl {
    width: 28px;
    height: 28px;
    position: relative;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: calc(21 / 14);
}

.subpage__container--guidelinesw {
    margin-bottom: 3.2rem;
}

.subpage__container--guidelinesw p {
    line-height: 1.6;
    margin-bottom: 3.2rem;
}

.subpage__container--guidelinesw p:last-child {
    margin-bottom: 0;
}

.service-list__item {
    padding: 15px 10px;
    border-bottom: 1px dashed #c9c9c9;
}

.service-list__item:first-child {
    border-top: none !important;
}

.service-list__item-a {
    position: relative;
    font-weight: 700;
    cursor: pointer;
}

@media screen and (max-width: 375px) {
    .service-list__item-a {
        display: flex;
        padding-right: 35px;
    }
}

.service-list__item-a:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../src/img/common/img-arrowyl.png) center center/100%
        no-repeat;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    border-top: none;
    border-right: none;
    transform: rotate(0);
}

.service-list__item-a.on:after {
    transform: rotate(90deg);
}

.service-list__item-q {
    margin-top: 15px;
    border-top: 1px solid #c9c9c9;
}

.service-list__sub-item {
    padding: 10px 0;
    border-bottom: 1px solid #f3b97d;
}

.service-list__sub-item:last-child {
    border-bottom: none;
}

.service-list__sub-item:first-child {
    border-top: 1px solid #f3b97d;
}

.chat-box .chat-header .chat-num-messages,
.footer__logo-link {
    color: #fff;
}

.service-list__item-ttl {
    border-radius: 20px;
    border: 1px solid #ea7c0b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    left: -8px;
    color: #ea7c0b;
}

.service-list__item-qttl {
    border-radius: 20px;
    border: 1px solid #ea7c0b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    left: 0;
    background: #ea7c0b;
    color: #fff;
    min-width: 28px;
}

.form__form-button-area__des,
.form__link {
    line-height: calc(24 / 16);
    font-size: 16px;
}

.service-list__item-qflex {
    display: flex;
    gap: 0 15px;
}

.content-column {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    width: 100%;
    /* display: -ms-flexbox;
    display: flex; */
}

.content-column iframe {
    width: 100%;
    display: none;
}

.mac .content-column {
    max-height: 120px;
}

@media screen and (max-width: 640px) {
    .mac .content-column {
        max-height: 125px;
    }
}

.sec-login {
    padding: 30px 0 142px;
}

#page-map .nursery-search .button-mark--search {
    width: 2.9rem;
    height: 2.9rem;
    background: #f5f5f5;
    border: 1px solid #707070;
    border-radius: 5px;
}

.form__input--text-search:active,
.form__input--text-search:focus,
.form__input--text-search:visited {
    background-color: transparent !important;
}

.form__input--check .check-text,
.form__input--radio .radio-text {
    font-weight: 500;
}

.form__input--check .check-text:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #ea7c0b;
    border-radius: 100%;
    position: absolute;
    left: 4px;
    top: 8px;
    /* top: 6px; */
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.button-general.c-btn__02:after,
.c-btn__01--black.button-logout::before {
    content: none;
}

.form__input--check .check-input:checked ~ .check-text:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.form__form-button-area-wrap {
    display: flex;
    gap: 0 30px;
    justify-content: center;
    align-items: center;
}

.form__form-button-area-wrap a {
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.form__form-button-area__des {
    text-align: center;
}

.form__link {
    text-decoration: none;
}

.facilities-tab {
    border-radius: 0 0 10px 10px;
}

.c-btn__01 {
    cursor: pointer;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
    .facilities-detail__item {
        font-size: 13px;
    }

    .facilities-detail__list {
        gap: 0 10px;
    }

    .chat-main .icon-chat {
        font-size: 50px;
    }

    .form__input--check .check-text:after {
        top: 8px;
    }
}

.feature-box__item-gray {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
    color: #b0b0b0;
    padding: 4px 10px;
    border-radius: 5px;
    border: 1px solid #b0b0b0;
}

.nursery-banner {
    display: none;
    position: fixed;
    top: 18.5rem;
    right: 1.6rem;
    width: 12rem;
}

.banner {
    position: relative;
    background-color: #606060;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.banner img {
    padding: 0.7rem;
}

.banner img:hover {
    opacity: 0.9;
}

.close-btn {
    display: contents;
}

.close-btn::before {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    height: 30px;
    width: 30px;
    transform: translate(40%, -40%);
    z-index: 1005;
    transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s,
        border-color 0.2s, opacity 0.2s;
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    background-color: #3d3227;
}

.mresult-list__tags {
    gap: 8px 8px;
    flex-wrap: wrap;
}

.chat-box {
    margin: 0 auto;
    width: 350px;
    background: #444753;
    border-radius: 5px;
    height: 500px;
    position: absolute;
    right: -364px;
    bottom: 0;
    transform: translate(0);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s ease-in;
}

.people-list {
    width: 260px;
    float: left;
}

.people-list .search {
    padding: 20px;
}

.people-list input {
    border-radius: 3px;
    border: none;
    padding: 14px;
    color: #fff;
    background: #6a6c75;
    width: 90%;
    font-size: 14px;
}

.people-list .fa-search {
    position: relative;
    left: -25px;
}

.people-list ul {
    padding: 20px;
    height: 350px;
}

.people-list ul li {
    padding-bottom: 20px;
}

.people-list img {
    float: left;
}

.people-list .about {
    float: left;
    margin-top: 8px;
    padding-left: 8px;
}

.people-list .status {
    color: #92959e;
}

.chat-box .chat {
    width: 350px;
    background: #f2f5f8;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #434651;
    height: 368px;
    margin-bottom: 55px;
    position: relative;
}

.chat-box .chat-header {
    padding: 10px 15px;
    border-bottom: 2px solid #fff;
    background: #ea7c0b;
    border-radius: 5px 5px 0 0;
}

.chat-box .chat-header img {
    float: left;
    overflow: hidden;
    border-radius: 100%;
}

.chat-box .chat-header .chat-about {
    float: left;
    padding-left: 10px;
    margin-top: 6px;
}

.chat-box .chat-header .chat-with {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.chat-box .chat-header .fa-star {
    float: right;
    color: #d8dadf;
    font-size: 20px;
    margin-top: 12px;
}

.chat-box .chat-history {
    padding: 15px 0 15px 15px;
    position: absolute;
    left: 0;
    right: 0;
    overflow: auto;
    top: 0;
    bottom: 0;
}

.chat-box .chat-history ul {
    padding-left: 0;
}

.chat-box .chat-history ul li {
    list-style: none;
    background-image: none;
    background-repeat: none;
    background-position: 0;
}

.chat-box .chat-history .message-data {
    margin-bottom: 5px;
}

.chat-box .chat-history .message-data-time {
    color: #a8aab1;
    padding-left: 6px;
}

.chat-box .chat-history .message {
    color: #fff;
    padding: 4px 13px 7px;
    line-height: 1.35;
    font-size: 15px;
    border-radius: 15px 0 15px 15px;
    margin-bottom: 15px;
    width: auto;
    position: relative;
    display: inline-block;
}

.chat-box .chat-history .my-message {
    background: #86bb71;
    border-radius: 0 15px 15px;
}

.chat-box .chat-history .other-message {
    background: #94c2ed;
}

.chat-box .chat-history .other-message:after {
    border-bottom-color: #94c2ed;
    left: 93%;
}

.chat-box .chat-message {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #f2f5f8;
    border-top: 1px solid #fff;
    gap: 0 10px;
}

.chat-box .chat-message textarea {
    width: 100%;
    border: none;
    padding: 10px 15px;
    font: 14px/22px Lato, Arial, sans-serif;
    margin-bottom: 0;
    border-radius: 5px;
    resize: none;
}

.chat-box .chat-message .fa-file-image-o,
.chat-box .chat-message .fa-file-o {
    font-size: 16px;
    color: gray;
    cursor: pointer;
}

.chat-box .chat-message button {
    float: right;
    color: #94c2ed;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-weight: 700;
    background: #f2f5f8;
}

.chat-box .chat-message button:hover {
    color: #75b1e8;
}

.me,
.offline,
.online {
    margin-right: 3px;
    font-size: 10px;
}

.online {
    color: #86bb71;
}

.offline {
    color: #e38968;
}

.me {
    color: #94c2ed;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.float-right {
    float: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.chat-box__wrap {
    position: relative;
    height: 500px;
}

.chat-main {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
}

.chat-main .icon-chat {
    font-size: 50px;
    display: inline-block;
    color: #ea7c0b;
}

.chat-main.changeColor .icon-chat {
    color: #fff;
    display: none !important;
}

.close-chat {
    font-size: 35px;
    position: absolute;
    top: -15px;
    right: -4px;
    z-index: 5;
}

.error__message {
    font-size: 12px;
    font-weight: 700;
}

.form__input--check .check-input[type="radio"] + .check-text--pp:after,
.form__input--check .check-input[type="radio"] + .check-text:after {
    top: 3.5px;
}

.img-hover.active {
    display: block;
}

.img-hover.no-active,
.js-allinput .check-text--pp,
.js-hascheck {
    display: none;
}

.mresult-list__wrap .mresult-list__item {
    width: 100%;
}

.favorite-top {
    display: flex;
    align-items: center;
    gap: 0 10px;
    max-width: 964px;
    margin: 0 auto 29px;
}

.listed-event .col-w02 input[type="submit"] {
    box-shadow: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    background: 0 0;
    padding: 0;
    color: #ea7c0b;
    text-decoration: underline;
}

.listed-event .col-w02.noUrl input[type="submit"] {
    color: #d5d5d5;
    pointer-events: none;
}

.branch-list__item,
.column-list__img,
.columndetail-box__img,
.event-list__img,
.mvevent-img {
    position: relative;
    overflow: hidden;
}

.branch-list__item:before {
    content: "";
    display: block;
    padding-bottom: calc(170 / 376 * 100%);
}

.columndetail-box__img:before {
    content: "";
    display: block;
    padding-bottom: calc(370 / 768 * 100%);
}

.event-list__img:before {
    content: "";
    display: block;
    padding-bottom: calc(135 / 203 * 100%);
}

.column-list__img:before {
    content: "";
    display: block;
    padding-bottom: calc(219 / 330 * 100%);
}

.branch-list__item a,
.column-list__img .column-list__img-thumbnail,
.columndetail-box__img .columndetail-box__img-thumbnail,
.event-list__img .event-list__img-thumbnail,
.mvevent-img .mvevent-img__thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.branch-list__item img,
.column-list__img img,
.columndetail-box__img img,
.event-list__img img,
.mvevent-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
}

.branch-list__item a {
    border-radius: 20px;
    overflow: hidden;
}

.column-list__info {
    gap: 0 15px;
}

.column-list__cat {
    max-width: 68%;
    word-break: break-all;
}

@media screen and (max-width: 835px) {
    .chat-main .icon-chat {
        font-size: 35px;
    }

    .chat-box .chat {
        height: 200px;
    }

    .chat-box,
    .chat-box__wrap {
        height: 320px;
    }

    .chat-main {
        width: 75vw;
    }

    .chat-box,
    .chat-box .chat {
        max-width: 350px;
        width: 75vw;
    }
}

.modal--modify.full .modal__container {
    max-height: 213px;
    max-width: 500px;
}

.modal--modify.full .modal__header {
    font-size: 2.6rem;
}

.modal--modify.btn .modal__contents {
    padding-bottom: 2.4rem;
    height: auto;
    overflow-y: auto;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
}

.modal--modify .full .modal__footer {
    grid-template-columns: 1fr 1fr;
}

.facilities-tab__info-cat {
    padding: 6px 10px 2px;
}

.c-btn__02.button-general {
    padding: 0;
    color: #000;
    box-shadow: none;
}

.c-btn__02.button-general:focus,
.c-btn__02.button-general:hover {
    background: 0 0;
}

.c-btn__01--black.button-logout {
    border: none;
}

.fr-member__group {
    align-items: flex-start;
}

.fr-member__group-label {
    top: 5px;
    min-width: 146px;
}

.mac .pure-input01 .pure-input__ct:after {
    top: calc(50% - 14.5px);
}

.fr-member__group
    .form__input--check
    .check-input[type="radio"]
    + .check-text--pp:after,
body:not(.mac) .pure-input01 .pure-input__ct::before {
    top: 6px;
}

body:not(.mac) .fr-member .form__input--check .check-text--pp,
body:not(.mac) .question-box .pure-input01,
body:not(.mac) .question-box .pure-input01 .pure-input__ct {
    display: inline-block;
}

.mac
    .fr-member__group
    .form__input--check
    .check-input[type="radio"]
    + .check-text--pp:after {
    top: 1.5px;
}

.question-box .js-slbutton.js-slbuttonback {
    pointer-events: auto;
}

.question-box .list-radio:not(.list-radio--02) {
    max-width: 480px;
    display: flex;
    justify-items: center;
    flex-wrap: wrap;
}

@media screen and (min-width: 834px) {
    .question-box .list-radio.list-radio--04 {
        display: flex;
        flex-wrap: wrap;
        max-width: 662px;
    }
}

#eleven .list-radio:not(.list-radio--02) li.list-radio__item {
    width: calc(50% - 30px);
}

@media screen and (max-width: 834px) {
    .sec-login {
        padding: 0 0 68px;
    }

    .form__form-button-area__des,
    .form__link {
        font-size: 14px;
    }

    .form__form-button-area-wrap {
        gap: 0 20px;
    }

    .form__form-button-area-wrap a {
        /* width: 26px;
        height: 26px; */
    }

    .form .form__input--text input,
    .form .form__input--text-half input,
    .form .form__input--text-search,
    .form__input--text .form input,
    .form__input--text-half .form input {
        padding: 0.8rem 1.2rem;
    }

    .footer__menu-item {
        margin-right: 0;
    }

    .footer__menu--second {
        gap: 0;
        margin: 0 -3.5vw;
    }

    .footer__second-menu-item {
        padding: 0 3.5vw;
    }

    .fr-member__group-wrap {
        gap: 10px 15px;
    }

    .fr-control {
        width: 100%;
    }

    .mac .pure-input01 .pure-input__ct:before {
        top: 2px;
    }

    .question-box .list-radio:not(.list-radio--02) li.list-radio__item {
        width: calc(33.33% - 10px);
    }

    #eleven .list-radio:not(.list-radio--02) li.list-radio__item {
        width: calc(50% - 15px);
    }
}

.columndetail-box__txt ol,
.columndetail-box__txt ul,
.policy-box ol,
.policy-box ul,
.service-list__item-qct ol,
.service-list__item-qct ul,
.service-list__item-qwrap ol,
.service-list__item-qwrap ul {
    padding-left: 40px;
}

.columndetail-box__txt img,
.policy-box img,
.service-list__item-qct img,
.service-list__item-qwrap img {
    margin-bottom: 15px;
    margin-top: 15px;
}

.service-list__item-qct,
.policy-box {
    text-align: justify;
}

.policy-box *,
.service-list__item-qct * {
    background-color: transparent !important;
}

.content-column p {
    margin-bottom: unset !important;
}

.toast-top-right {
    top: 55px !important;
}

.m-d.monthly-day:hover {
    background-color: rgb(216, 179, 15);
    cursor: pointer;
}

/* css for comparison */
.comparison-box {
    max-width: 100%;
    overflow: hidden;
}

.comparison-box table {
    /* display: none; */
}

.comparison-box__tb {
    display: flex;
}

.comparison-box__tbr
    .comparison-box__tbr-item:first-child
    .comparison-box__tbr-sub,
.comparison-box__tb
    .comparison-box__tbl-item:first-child
    .comparison-box__tbl-sub {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 4px 10px;
    background-color: #ea7c0b;
    border: none;
    margin-left: 0;
    margin-top: 0;
}

.comparison-box__tbr .comparison-box__tbr-item,
.comparison-box__tb .comparison-box__tbl-item {
    display: flex;
}

.comparison-box__tbr .comparison-box__tbr-item .comparison-box__tbr-sub,
.comparison-box__tb .comparison-box__tbl-item .comparison-box__tbl-sub {
    padding: 5.2px 17px;
    border: 1px solid #d3d3d3;
    margin-left: -1px;
    margin-top: -1px;
}

.comparison-box__tb
    .comparison-box__tbl-item
    .comparison-box__tbl-sub:first-child {
    width: 60px;
}

.comparison-box__tb
    .comparison-box__tbl-item
    .comparison-box__tbl-sub:nth-child(2) {
    width: 29.253vw;
}

.comparison-box__tb .comparison-box__tbl-item .comparison-box__tbl-sub {
    width: 100%;
}

.comparison-box__tbr-sub {
    min-width: 413px;
    width: 50%;
}

.comparison-box__tbr-item {
    width: 100%;
}

.comparison-box__tb .comparison-box__tbl {
    /* width: 29.1%; */
    width: 336px;
}

.comparison-box__tb .comparison-box__tbr {
    /* width: 71.9%; */
    width: 825px;
}

.comparison-box__tbr .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 0;
}

.comparison-box__tbr .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 10px;
}

@media screen and (max-width: 1200px) {
    .comparison-box__tbr-sub {
        min-width: 32.5vw;
        width: 50%;
    }

    .comparison-box__tb .comparison-box__tbl {
        width: 25vw;
    }

    .comparison-box__tb .comparison-box__tbr {
        width: 65vw;
    }
}

@media screen and (max-width: 835px) {
    .comparison-box__tb .comparison-box__tbl {
        width: 200px;
    }

    .comparison-box__tb .comparison-box__tbr {
        width: calc(100% - 197px);
        margin-left: -2px;
    }

    .comparison-box__tb
        .comparison-box__tbl-item
        .comparison-box__tbl-sub:nth-child(2) {
        width: calc(100% - 55px);
    }
    .nursery-search {
        padding: 2rem;
    }
}

@media screen and (max-width: 640px) {
    .comparison-box__tbr-sub {
        min-width: calc(90vw - 196px);
        width: calc(90vw - 196px);
    }
}

/* end css for comparison */
/* css for sk-circle */
.sk-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.box-loading {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.error-favorite {
    text-align: center;
    color: black;
    /* margin-top: 5px; */
    font-weight: 900;
    font-size: 15px;
}
#postcode {
    max-width: 50% !important;
}
.question-box__btn > a.js-slbuttonback {
    margin-right: 19px;
}

@media screen and (max-width: 834px) {
    #twelve .input-wrap {
        gap: 0 0px !important;
    }
    .nursery-search__control-item:last-of-type {
        margin-left: 0px;
    }
    .modal-booking .modal__container {
        top: 50%;
        transform: translate(-50%, -50%);
        right: auto !important;
        left: 50% !important;
    }
    .modal-booking .modal__header {
        font-size: 20px !important;
    }
    .modal-booking .modal__contents {
        padding-bottom: 0px !important;
        padding-top: 22px !important;
    }
}

.modal-booking .modal__footer,
.modal-booking .modal__header,
.modal-booking .modal__close {
    position: absolute !important;
}

.modal-booking .modal__container .modal__contents {
    overflow-y: hidden;
}
.modal-booking .modal__container {
    top: 50%;
}
/* end css for sk-circle */
