@media only screen and (max-width: 1400px) and (min-width: 1200px) {
  div.enquiry-form-wrap {
    margin: -200px 0 0 auto;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 767px) {
  .learning-row {
    column-gap: 10px;
  }
  .learning-row .box {
    width: 46%;
  }
  .awards .row-1,
  .awards .row-2 {
    width: 100%;
  }
  .sb-section.about .about-image-display .column.first .cloud-cnt:nth-child(2) {
    top: -40px;
    right: -50px;
  }
  .sb-section.about .about-image-display .column.first .cloud-cnt:nth-child(1) {
    bottom: 0px;
    left: 0px;
  }
  .sb-section.about .about-image-display .column.third .cloud-cnt:nth-child(3) {
    right: -40px;
    top: -50px;
  }
  .sb-section.about .about-image-display .column.third .cloud-cnt:nth-child(2) {
    bottom: -70px;
    right: 0;
  }
  .sb-section.about .about-image-display .column.third .cloud-cnt:nth-child(1) {
    left: -71px;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1300px) {
  .awards .row-2 {
    margin-top: -51px;
  }
  .sb-section.about .about-image-display .column.first .cloud-cnt:nth-child(1) {
    bottom: 0;
    left: 0;
  }
  .sb-section.about .about-image-display .column.third .cloud-cnt:nth-child(2) {
    bottom: -80px;
  }
  .sb-section.about .about-image-display .column.third .cloud-cnt:nth-child(3) {
    right: -40px;
  }
  span.kid-image:before {
    left: 0;
  }
  span.kid-image:after {
    left: -41px;
  }
  #sb-mobimenu .sb-flex {
    column-gap: 2px;
  }
  .sb-menu ul li a {
    padding: 5px 19px;
  }
}
@media only screen and (max-width: 767px) {
  #sb-content .sb-row .column-50 {
    width: 48%;
  }
  .age-criteria .sb-table {
    width: 90%;
  }
  #sb-content .sb-row .sb-col-100-sm {
    width: 100%;
  }
  #sb-content .sb-row .sb-col-75-sm {
    width: 73%;
  }
  #sb-content .sb-row .sb-col-25-sm {
    width: 23%;
  }
  .sb-row .sb-d-none-sm {
    display: none !important;
  }
  #sb-content .sb-d-none-lg {
    display: block !important;
  }
  .sb-section {
    padding: 45px 0;
  }
  .sb-section.life .waviy {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .top-header {
    align-items: end;
    padding: 5px 0px;
  }
  .sb-main-header .main-logos,
  .sb-main-header .anniversary {
    height: 45px;
    object-position: center;
  }
  .sb-main-header .anniversary {
    position: relative;
    top: -2px;
  }
  .sb-ballon {
    right: auto;
    left: 50px;
    top: 220px;
  }
  .sb-ballon2 {
    right: 0%;
    top: 17%;
  }
  .sb-ballon3 {
    bottom: 130px;
    left: 4px;
  }
  .awards .row-2 {
    margin-top: 0;
  }
  .heading {
    font-size: 45px;
  }
  .sb-banner .enquiry-form-wrap {
    margin: 23px 0px 30px auto;
  }
  .enquiry-form-wrap:before {
    background-size: 160px;
    left: -80px;
    top: -20px;
  }
  .sb-banner .heading-column h2.heading {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .enquiry-form-wrap:after {
    left: -38px;
    top: 40px;
    width: 25%;
    height: 69%;
  }
  .sb-section.about .heading-column .sub-text {
    font-size: 18px;
    width: 100%;
  }
  .about-image-display .first {
    order: 2;
  }
  .about-image-display .mid {
    order: 3;
  }
  .about-image-display .third {
    order: 1;
  }
  .sb-section.about .about-image-display .cloud-cnt {
    position: relative;
  }
  .sb-section.about .about-image-display .column.third .cloud-cnt:nth-child(2) {
    right: -116px;
    max-width: 256px;
  }
  .sb-section.about .about-image-display .column.first .cloud-cnt:nth-child(2) {
    top: 0;
    right: 0;
  }
  .sb-section.about .about-image-display .column.third .cloud-cnt:nth-child(1) {
    left: 0;
  }
  .sb-section.about .heading-column .sub-text {
    padding-top: 20px;
  }
  #menuToggle {
    display: flex;
    flex-direction: column;
    -webkit-user-select: none;
    user-select: none;
    z-index: 999;
    position: relative;
  }
  #sb-content .sb-main-header .phone {
    padding: 0;
    display: grid !important;
  }
  .sb-menu ul li a {
    background-color: #fff;
    padding: 10px 0px;
    min-width: auto;
    text-align: left;
    box-shadow: 2px 2px #ffffff;
    font-size: 17px;
  }
  .sb-menu ul {
    display: block;
  }
  #menuToggle input {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
  }

  #menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    /* background: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; */
  }

  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }

  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #36383f;
  }
  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  #sb-mobimenu {
    position: fixed;
    width: 172px;
    height: 100vh;
    left: 0;
    top: 59px;
    box-shadow: 0 0 10px #85888c;
    margin: 0px 0 0 0px;
    padding: 36px 15px 20px;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  #menuToggle input:checked ~ #sb-mobimenu {
    transform: none;
  }
  .age-criteria .sb-table {
    width: 100%;
  }
  .sb-table table th {
    font-size: 15px;
    padding: 8px 8px;
  }
  .sb-table table tr td {
    font-size: 14px;
    padding: 9px;
  }
  .age-criteria .heading-column {
    padding: 0px 0px 50px;
  }

  .learning-row .box .title-box img {
    height: 100%;
  }
  .learning-row .box {
    width: 100%;
  }
  .learning-row .box:nth-child(2),
  .learning-row .box:nth-child(3) {
    margin-top: 0;
  }
  .learning-row {
    row-gap: 50px;
  }
  .testimonials .owl-stage {
    padding-bottom: 60px;
  }
  .sb-footer-menu ul {
    row-gap: 0;
  }
  .sb-footer-menu ul li {
    border-right: 0px solid #00a651;
  }
  .sb-table table > tbody > tr:nth-child(even) > td:nth-child(2):after {
    height: 34px;
    transform: translate(35px, 3px);
  }
  .sb-table table > tbody > tr:nth-child(odd) > td:nth-child(2):before {
    height: 34px;
    transform: translate(-30px, 3px) scaleX(-1);
  }
  .sb-bee {
    right: -101px;
    top: -140px;
  }
  .sb-bee img {
    max-width: 226px;
  }
  .sb-bee:after {
    right: 100px;
    top: 122px;
    width: 59px;
  }
  .age-criteria .sb-table {
    padding: 17px;
  }
  .awards .row-2 .element-col:after {
    right: -24px;
  }
  .testimonials .item {
    min-height: 170px;
  }
  .testimonials .item .owl-nav,
  .testimonials .item .owl-dots {
    display: none;
  }
  .sb-footer-menu ul li a {
    font-size: 18px;
  }
  .scroll-element .sb-cloud {
    background-size: 1060px;
    height: 410px;
  }
  .testimonials .item.margin {
    transform: translateY(0px);
  }
  .learning-row .alert {
    transform: rotate(0deg);
    bottom: 0;
    right: 0;
    position: relative;
  }
  #sb-content .owl-theme .owl-dots .owl-dot.active span {
    background: #009b4f;
  }
  .sb-section.about .about-image-display .cloud-cnt {
    top: -2px;
  }
  #sb-content .call-now {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: -1px;
    padding: 9px 0px;
    border-radius: 10px 10px 0 0;
    width: 100%;
    text-align: center;
    transform: none;
    display: block;
    background: #fee211;
    color: #01964a;
    border: 2px solid #01964a;
  }
  #sb-content .call-now a {
    color: #01964a;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .awards .row-1 .text {
    font-size: 18px;
    max-width: 100%;
    margin: 10px auto 60px;
  }
  .awards .row-1 .award-icon {
    max-width: 60px;
    margin: -13px auto 0px;
  }
  .sb-section.life {
    padding: 0px 0;
  }
  .sb-section.life .sb-row.imag-col {
    padding: 0px 0 0;
  }
  .sb-section.life .heading-column {
    padding-bottom: 50px;
    padding-top: 45px;
  }
  .l-process .box {
    margin-bottom: 15px;
  }
  .l-process .sub-text {
    font-size: 22px;
  }
  #backToTop {
    right: 10px;
    width: 100px;
    height: 110px;
  }
}
@media only screen and (max-width: 399px) {
  #sb-content .top-header .logo-col .column-50 {
    width: 47%;
  }
}
