@charset "utf-8";
/* CSS Document */
html, body {
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, p {
  color: inherit;
}
.module-inner-banner {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 419px;
  position: relative;
}
.module-inner-banner .container-inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 2;
}
.module-inner-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, black, rgb(24 24 24 / 32%));
  opacity: 0.6;
  z-index: 1;
  cursor: pointer;
}
.module-inner-image-banner-carousel-overlay {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}
.module-inner-banner.owl-carousel {
  height: auto;
}
.module-inner-banner.owl-carousel .owl-dots {
  height: auto;
  display: none;
}
.module-inner-banner.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  top: 0px;
  height: 100%;
  align-items: center;
  z-index: 9;
}
.module-inner-banner.owl-carousel .owl-nav button {
  background-size: 35px !important;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.module-inner-banner.owl-carousel .owl-nav button.owl-prev {
  background-image: url(../../../assets/img/inner_page_image/green-left-arw.png) !important;
}
.module-inner-banner.owl-carousel .owl-nav button.owl-next {
  background-image: url(../../../assets/img/inner_page_image/green-right-arw.png) !important;
}
.module-inner-banner.owl-carousel .owl-nav.disabled {
  display: none !important;
}
.module-inner-image-banner-mobile {
  display: none !important;
}
.module-inner-image-banner-carousel .owl-dots {
  display: none;
}
.module-inner-image-banner-carousel:before {
  display: none;
}
.module-inner-image-banner-carousel .item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, black, rgb(24 24 24 / 32%));
  opacity: 0.6;
  z-index: 1;
  cursor: pointer;
}
.text-align-center {
  text-align: center;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
section[class*="module"] h1 {
  font-size: 50px;
  line-height: 47px;
  margin-bottom: 20px;
}
section[class*="module"] h4 {
  font-size: 22px;
  line-height: 32px;
  font-family: 'kodchasanregular';
}
section[class*="module"] h2 {
  font-size: 45px;
  margin-bottom: 30px;
}
section[class*="module"] p, section[class*="module"] li {
  font-size: 17px;
  line-height: 30px;
  font-family: 'kodchasanregular';
  margin-bottom: 20px;
}
section[class*="module"] p:last-child, section[class*="module"] li:last-child {
  margin-bottom: 0px;
}
.module-banner-ctn-section {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}
section[class*="module"] .module-left-right-block-ctn h4 {
  font-size: 45px;
  line-height: 52px;
  color: #222222;
  margin-bottom: 50px;
  font-family: 'allthingspinkthingspink';
}
section[class*="module"] .module-left-right-block-ctn p {
  font-size: 18px;
  line-height: 30px;
  color: #555555;
  font-family: 'kodchasanregular';
  margin-bottom: 35px;
}
.module-left-right-block-ctn .row {
  align-items: center;
  flex-direction: row-reverse;
}
.module-left-img img {
  width: 100%;
}
.module-more-btn {
  text-align: center;
}
.module-more-btn a {
  font-size: 18px;
  line-height: 30px;
  font-family: 'kodchasanregular';
  margin-left: auto;
  margin-right: auto;
  display: inline-block
}
.module-banner-left-ctn-banner-right-ctn-section {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative !important;
}
.module-banner-left-ctn-banner-right-ctn-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, rgb(0 0 0 / 70%), rgb(24 24 24 / 72%));
  opacity: 0.6;
  z-index: 0;
  cursor: pointer;
}
.module-banner-left-ctn-banner-right-ctn {
  max-width: 510px;
}
.module-banner-left-ctn-banner-right-ctn-buttons {
  display: flex;
  justify-content: flex-start;
  margin-top: 60px;
}
section[class*="module"] h3 {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 42px;
}
.module-banner-left-ctn-banner-right-ctn-buttons .btn-blue {
  background-color: #00ACC8;
  border-radius: 30px;
  border: 2px solid transparent;
  width: 225px;
  height: 57px;
  color: #ffffff;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 32px;
  padding: 5px;
  margin: 0;
  transition: all 0.4s;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 30%);
  font-family: 'allthingspinkthingspink';
}
.module-banner-left-ctn-banner-right-ctn-buttons .btn-blue:last-child {
  margin-left: 30px;
}
.module-two-block-coloum-section h2 {
  text-align: center;
}
.module-two-block-coloum-box {
  padding: 40px 60px;
  margin: 0 20px;
  max-width: 400px;
  border-radius: 5px;
  transition: all 0.4s;
  margin-top: 30px;
}
.module-two-block-coloum {
  max-width: 880px;
  margin: auto;
}
.module-two-block-coloum-icon-box {
  display: flex;
  align-items: center;
}
.module-two-block-coloum-icon-box span {
  font-size: 50px;
  line-height: 42px;
  color: #071689;
  margin-left: 15px;
}
section[class*="module"] h6 {
  font-size: 22px;
  line-height: 40px;
  font-family: 'kodchasanmedium';
}
.module-two-block-coloum-box h6 {
  margin-top: 20px;
}
.module-two-block-coloum-box:hover {
  background-color: #F3F1ED;
}
.module-listing-coloum-box {
  box-shadow: 0px 3px 15px #00000038;
  border-radius: 5px;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.module-listing-coloum-img img {
  width: 100%;
}
.module-listing-coloum-content {
  padding: 20px 25px;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
}
section[class*="module"] .module-listing-coloum-content h4 {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 20px;
  font-family: 'allthingspinkthingspink';
}
section[class*="module"] .module-listing-coloum-content p {
  font-size: 15px;
  line-height: 25px;
  font-family: 'kodchasanregular';
}
.quote-top-bottom-aligned-carousel-box {
  font-size: 20px;
  text-align: left;
  line-height: 35px;
  font-family: 'kodchasanregular';
  background-color: #ffffff;
  padding: 50px 33px 50px 80px;
  position: relative;
  margin: 15px;
  border-radius: 5px;
  box-shadow: 0px 3px 15px #00000038;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.quote-top-bottom-aligned-carousel-box.even {
  margin-bottom: 70px;
}
.quote-top-bottom-aligned-carousel-box.odd {
  margin-top: 70px;
}
.quote-top-bottom-aligned-carousel-box:before {
  content: '';
  background-image: url(../../../assets/img/inner_page_image/quote.svg);
  position: absolute;
  top: 35px;
  left: 30px;
  width: 44px;
  height: 37px;
  transform: scale(.7);
  background-repeat: no-repeat;
}
.quote-top-bottom-aligned-carousel-comment-box {
  display: flex;
  margin-top: 35px;
  align-items: center;
  width: 100%;
}
.quote-top-bottom-aligned-carousel-comment-box img {
  max-height: 94px;
  max-width: 94px;
}
.quote-top-bottom-aligned-carousel-comment-info {
  margin-left: 25px;
  font-family: 'allthingspinkthingspink';
}
section[class*="module"] .quote-top-bottom-aligned-carousel-comment-info h4 {
  font-size: 40px;
  line-height: 42px;
  font-family: 'allthingspinkthingspink';
}
.quote-top-bottom-aligned-carousel-comment-info span {
  font-size: 22px;
  line-height: 42px;
}
.module-leadership-team-section h2 {
  text-align: center;
}
.module-leadership-team-box {
  margin: 0;
  padding: 30px 30px 20px;
  text-align: left;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 0px 3px 15px rgb(0 0 0 / 22%);
  border-radius: 5px;
  transition: all 0.4s;
}
.module-leadership-team-section [class*="col-"] {
  margin-bottom: 50px;
}
.module-leadership-team-box:hover {
  transform: scale(1.05);
}
.module-leadership-team-img {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
section[class*="module"] .module-leadership-team-info h4 {
  font-size: 23px;
  line-height: 38px;
  margin-bottom: 0;
  margin-top: 30px;
  font-family: 'allthingspinkthingspink';
}
section[class*="module"] .module-leadership-team-info p::before {
  content: '';
  background-image: url(../../../assets/img/inner_page_image/quote.svg);
  position: absolute;
  width: 44px;
  height: 37px;
  background-repeat: no-repeat;
  transform: scale(.5);
  left: -3px;
  top: 9px;
}
section[class*="module"] .module-leadership-team-info p {
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  position: inherit;
}
.module-leadership-team-info span {
  font-size: 13px;
}
.testi-round-profile-carousel-box {
  border-radius: 5px;
  box-shadow: 0px 3px 15px rgb(0 0 0 / 22%);
  background-color: #ffffff;
  margin: 75px 10px 15px 10px;
  padding: 0 38px 40px;
  text-align: center;
}
.testi-round-profile-carousel-img {
  position: relative;
  top: -75px;
  max-height: 158px;
  max-width: 158px;
  margin: 0px auto 0;
  border: 1px dashed #071689;
  border-radius: 50%;
  padding: 5px;
}
.testi-round-profile-carousel-line {
  display: block;
  width: 70px;
  margin: 28px auto;
  height: 1px;
  background-color: #071689;
}
section[class*="module"] .testi-round-profile-carousel-info h4 {
  font-size: 30px;
  line-height: 30px;
  font-family: 'allthingspinkthingspink';
  margin-bottom: 12px;
}
.testi-round-profile-carousel-info span {
  font-size: 20px;
  line-height: 29px;
}
section[class*="module"] .testi-round-profile-carousel-info p {
  font-size: 18px;
  line-height: 28px;
  font-family: 'kodchasanregular';
  position: relative;
}
section[class*="module"] .testi-round-profile-carousel-info p::before {
  top: -21px;
  left: -22px;
  width: 44px;
  height: 37px;
  content: '';
  background-image: url(../../../assets/img/inner_page_image/quote.svg);
  position: absolute;
  transform: scale(.7);
  background-repeat: no-repeat;
}
.module-listing-coloum .item {
  padding: 15px;
}
.qoute-p-tag p:first-child {
  position: relative;
  padding-left: 23px;
  padding-top: 10px;
  display: inline-block;
}
.qoute-p-tag p:first-child:before {
  content: '';
  background-image: url(../../../assets/img/inner_page_image/quote.svg);
  position: absolute;
  width: 44px;
  height: 37px;
  background-repeat: no-repeat;
  transform: scale(.5);
  left: -9px;
  top: 0px;
}
.coloum-listing-desktop-sm-card-carousel .module-listing-coloum-box {
  padding: 40px 16px;
  box-shadow: none;
  transition: all 0.3s;
}
.coloum-listing-desktop-sm-card-carousel .module-listing-coloum-img img {
  height: 65px;
  width: auto !important;
  transition: all 0.3s;
  margin: auto;
}
.coloum-listing-desktop-sm-card-carousel .module-listing-coloum-content {
  padding: 0px;
  background: none;
}
section[class*="module"] .coloum-listing-desktop-sm-card-carousel .module-listing-coloum-content h4 {
  font-size: 22px;
  line-height: 28px;
  min-height: 56px;
  font-family: 'kodchasanmedium';
  margin-bottom: 12px;
  margin-top: 30px;
  transition: all 0.3s;
}
section[class*="module"] .coloum-listing-desktop-sm-card-carousel .module-listing-coloum-content p {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 40px;
  font-family: 'kodchasanregular';
  transition: all 0.3s;
}
.coloum-listing-desktop-sm-card-carousel .module-listing-coloum-content a {
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 30%);
}
.coloum-listing-desktop-sm-card-carousel .module-listing-coloum-box:hover {
  background-color: #F1EEE9;
  box-shadow: 0px 5px 25px rgb(0 0 0 / 22%);
}
.coloum-listing-desktop-sm-card-carousel .module-listing-coloum-box:hover img {
  transform: scale(1.1);
}
.coloum-listing-desktop-sm-card-carousel .module-listing-coloum-box:hover h4 {
  transform: scale(1.1);
}
.coloum-listing-desktop-sm-card-carousel .module-listing-coloum-box:hover p {
  transform: scale(1.06);
}
.coloum-listing-desktop-sm-card-carousel .module-listing-coloum-box:hover a {
  opacity: 1;
}
.text-align-center * {
  text-align: center;
}
.module-square-shapes {
  padding: 20px 25px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 3px 15px #00000038;
}
.module-round-shapes {
  width: 100%;
  border-radius: 50%;
  box-shadow: 0px 3px 15px #00000038;
  padding: 50px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.module-left-right-block-section-sm .row {
  flex-direction: unset;
  align-items: flex-start;
}
section[class*="module"].module-left-right-block-section-sm h4 {
  font-size: 22px;
  line-height: 32px;
  font-family: 'kodchasanregular';
  margin-bottom: 0px;
}
section[class*="module"].module-left-right-block-section-sm h3 {
  font-family: 'kodchasanregular';
}
.mailto-link {
  display: inline-block;
  font-family: 'kodchasanregular';
  font-size: 14px;
  background: url(../../../assets/img/module/black-mail-icon.svg) no-repeat left top;
  padding-left: 30px;
  background-size: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.module-left-right-block-section-sm .module-left-img img {
  max-width: 150px;
}
section[class*="module"] .container-inner {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
section[class*="module"] .container {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.module-gallery-img-sec a {
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
}
.module-gallery-img-sec img {
  width: 100%;
}
.imglist [class*="col-"] {
  margin-bottom: 15px;
}
.plus-round {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(86, 80, 159, 0.501960784314);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  opacity: 0;
}
.plus-icon {
  background: url(../../../assets/img/module/image_overlay.png) no-repeat center center;
  width: 20px;
  height: 20px;
}
.module-gallery-img-sec a:hover .plus-round {
  opacity: 1;
}
.component-form .webform-submission-form {
  box-shadow: 0px 2px 10px rgb(0 0 0 / 22%);
  border-radius: 5px;
  margin: 60px auto 100px auto !important;
  position: relative;
  padding: 60px 60px 100px;
}
.component-form .webform-submission-form .js-form-item {
  margin-bottom: 20px;
  position: relative;
  text-align: left;
  padding-left: 12px;
  padding-right: 12px;
}
.component-form .webform-submission-form .js-form-item label {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 22px;
  color: #222222;
  padding-top: 0;
}
.component-form .webform-submission-form .js-form-item input {
  border-radius: 3rem;
  padding: 1rem 3rem 1rem 1.5rem;
  box-shadow: none;
  border: 1px solid rgb(34 34 34 / 70%) !important;
  background-color: #ffffff;
  font-size: 15px;
  color: #222222;
  height: 46px !important;
  font-family: 'kodchasanregular';
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.component-form .webform-submission-form .js-form-item select {
  border-radius: 3rem;
  padding: 1rem 3rem 1rem 1.5rem;
  box-shadow: none;
  border: 1px solid rgb(34 34 34 / 70%) !important;
  background-color: #ffffff;
  font-size: 15px;
  color: #222222;
  height: 46px !important;
  font-family: 'kodchasanregular';
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  background-image: url(../../../assets/img/inner_page_image/arrow.svg) !important;
  background-position: right 3rem top 50% !important;
  background-size: 12px 9px !important;
}
.component-form .webform-submission-form .js-form-item textarea {
  background-color: #ffffff;
  font-size: 15px;
  color: #222222;
  height: 46px;
  font-family: 'kodchasanregular';
  min-height: 10em;
  padding: 1.3rem 2rem;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid rgb(34 34 34 / 70%);
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.component-form .webform-submission-form .js-form-item.form__item-radio {
  position: relative;
  margin-bottom: 20px;
}
.component-form .webform-submission-form .js-form-item.form__item-radio input[type='radio'] {
  opacity: 0;
  position: absolute;
  left: 0px;
  padding: 0px;
}
.component-form .webform-submission-form .js-form-item.form__item-radio label {
  position: relative;
  padding-left: 25px;
}
.component-form .webform-submission-form .js-form-item.form__item-radio label:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid #004c97;
  background-color: transparent;
  margin-right: 10px;
}
.component-form .webform-submission-form .js-form-item.form__item-radio input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: 4px;
  content: " ";
  display: block;
  background: #004c97;
}
.component-form .webform-submission-form .js-form-item.form__item-checkbox {
  position: relative;
  margin-bottom: 20px;
}
.component-form .webform-submission-form .js-form-item.form__item-checkbox input[type='checkbox'] {
  opacity: 0;
  position: absolute;
  left: 0px;
  padding: 0px;
}
.component-form .webform-submission-form .js-form-item.form__item-checkbox label {
  position: relative;
  padding-left: 25px;
}
.component-form .webform-submission-form .js-form-item.form__item-checkbox label:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0px;
  margin: 0 5px 0 0;
  width: 20px !important;
  height: 20px !important;
  border-radius: 3px !important;
  border: 2px solid #004c97;
  background-color: transparent;
  margin-right: 10px;
}
.component-form .webform-submission-form .js-form-item.form__item-checkbox input[type=checkbox]:checked + label:after {
  border-radius: 11px;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: 6px;
  content: " ";
  display: block;
  border: solid #004c97;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.component-form .webform-submission-form .js-form-item input::-webkit-input-placeholder {
  color: #222222;
  opacity: 1;
}
.component-form .webform-submission-form .js-form-item input::-moz-placeholder {
  color: #222222;
  opacity: 1;
}
.component-form .webform-submission-form .js-form-item input:-ms-input-placeholder {
  color: #222222;
  opacity: 1;
}
.component-form .webform-submission-form .js-form-item input:-moz-placeholder {
  color: #222222;
  opacity: 1;
}
.component-form .webform-submission-form .js-form-item select::-webkit-input-placeholder {
  color: #222222;
  opacity: 1;
}
.component-form .webform-submission-form .js-form-item select::-moz-placeholder {
  color: #222222;
  opacity: 1;
}
.component-form .webform-submission-form .js-form-item select:-ms-input-placeholder {
  color: #222222;
  opacity: 1;
}
.component-form .webform-submission-form .js-form-item select:-moz-placeholder {
  color: #222222;
  opacity: 1;
}
.component-form .webform-submission-form .js-form-item textarea::-webkit-input-placeholder {
  color: #222222;
  opacity: 1;
}
.component-form .webform-submission-form .js-form-item textarea::-moz-placeholder {
  color: #222222;
  opacity: 1;
}
.component-form .webform-submission-form .js-form-item textarea:-ms-input-placeholder {
  color: #222222;
  opacity: 1;
}
.component-form .webform-submission-form .js-form-item textarea:-moz-placeholder {
  color: #222222;
  opacity: 1;
}
.component-form .webform-submission-form .form-actions {
  margin: auto;
  display: table;
}
.container.row {
  margin-left: auto;
  margin-right: auto;
}
.entity-view-display-layout-builder-form .container--edit-actions .button, .node-layout-builder-form .container--edit-actions .button {
  font-size: 18px;
}
.layout-builder__message--overrides .messages {
  font-size: 18px;
}
.form__item-toggle-content-preview input + label {
  font-size: 18px;
}
.node-layout-builder-form {
  font-size: 18px;
}
.layout-builder {
  font-size: 18px;
}
.layout-builder__link--remove {
  margin-left: 3px;
  margin-bottom: 7px;
  font-size: 18px;
}
.layout-builder__link--add {
  font-weight: 600;
}
.layout-builder .layout-builder-block:before {
  font-size: 16px;
  font-weight: 600;
  z-index: 1;
}
.layout-builder__link--configure {
  font-weight: 600;
}
#drupal-off-canvas summary {
  font-size: 18px;
  font-weight: bold !important;
}
#drupal-off-canvas ul li, #drupal-off-canvas ol li {
  padding: 15px 0;
  font-size: 15px;
}
.ui-widget.ui-dialog.ui-dialog-off-canvas {
  border: 1px solid transparent;
  z-index: 999;
}
#drupal-off-canvas .js-layout-builder-category ul, #drupal-off-canvas .js-layout-builder-category ol {
  display: block;
  padding-left: 27px;
  padding-right: 15px;
}
.local-tasks-block ul a {
  font-weight: 600;
  font-size: 15px;
}
#drupal-off-canvas summary:after {
  top: 22px;
}
#drupal-off-canvas details[open] > summary:after {
  top: 28px;
}
.js-off-canvas-dialog-open #drupal-off-canvas .form__search {
  width: 100%;
  box-sizing: border-box;
  padding: 11px;
}
.js-off-canvas-dialog-open .form__item.form__item-search {
  margin-bottom: 15px;
  margin-top: 15px;
}
.module-g-review-carousel .owl-stage {
  padding-left: 0px !important;
}
.g-review {
  padding: 44px 34px 44px 47px;
  -webkit-box-shadow: 0 8px 16px -8px rgba(29, 32, 35, .08), 0 18px 24px -6px rgba(29, 32, 35, .06);
  box-shadow: 0 8px 16px -8px rgba(29, 32, 35, .08), 0 18px 24px -6px rgba(29, 32, 35, .06);
  background-color: #fff;
}
.g-review-carousel .item {
  padding: 0px 5px 15px;
}
section[class*="module"] .g-review p {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  white-space: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.g-review ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 15px;
}
.g-review ul li {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px !important;
  margin-right: 8px;
}
.g-review ul li a {
  font-weight: 600;
  font-size: 14px;
}
.g-review ul li a img {
  display: inline-block !important;
  top: 0px !important;
  margin: 0px !important;
}
.g-review-carousel .owl-prev {
  display: block !important;
  background-image: url(../../../assets/img/inner_page_image/green-left-arw.png) !important;
  background-size: 24px !important;
  width: 24px;
  height: 24px;
  font-size: 0;
  background-color: inherit;
  opacity: 1 !important;
  visibility: initial !important;
  top: 50%;
  left: -22px;
  position: absolute;
  transform: translateY(-50%);
}
.g-review-carousel .owl-next {
  display: block;
  background-image: url(../../../assets/img/inner_page_image/green-right-arw.png) !important;
  background-size: 24px !important;
  width: 24px;
  height: 24px;
  font-size: 0;
  background-color: inherit;
  top: 50%;
  right: -26px;
  position: absolute;
  transform: translateY(-50%);
}
.js-off-canvas-dialog-open #drupal-off-canvas label {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}
.form__item-settings-label {
  margin-bottom: 15px !important;
}
.form__item-settings-label input {
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 10px !important;
}
.form__item-settings-webform-id {
  margin-bottom: 15px !important;
}
.form__item-settings-webform-id input {
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 10px !important;
}
.bs_tab-pane .form__submit {
  box-sizing: border-box !important;
  margin-top: 10px !important;
}
.js-off-canvas-dialog-open #drupal-off-canvas .layout-builder-remove-section {
  padding-top: 20px !important;
  display: block !important;
}
.js-off-canvas-dialog-open #drupal-off-canvas .layout-builder-remove-section .js-form-submit {
  box-sizing: border-box !important;
}
.layout-builder-remove-section .form-actions .button.dialog-cancel {
  width: 100% !important;
  box-sizing: border-box !important;
  margin-top: 11px !important;
}
.layout-builder__message--overrides .messages {
  background-position: center left 10px;
}
.js-off-canvas-dialog-open #drupal-off-canvas .layout-builder-remove-block {
  padding-top: 20px !important;
  display: block !important;
}
.js-off-canvas-dialog-open #drupal-off-canvas .layout-builder-remove-block .js-form-submit {
  box-sizing: border-box !important;
}
.layout-builder-remove-block .form-actions .button.dialog-cancel {
  width: 100% !important;
  box-sizing: border-box !important;
  margin-top: 11px !important;
}
.layout-builder__message--overrides .messages {
  background-position: center left 10px;
}
.module-inner-banner-ctn {
  width: 100%;
}
.component-form .error {
  font-size: 16px;
  font-weight: 300;
  color: red;
}
.btn-blue-inner {
  margin: 0 !important;
  padding: 15px 25px !important;
  width: auto !important;
  display: inline-block;
}
.download-btn {
  position: relative;
  padding-right: 53px !important;
}
.download-btn:before {
  background-image: url(../../../assets/img/inner_page_image/dwnload-icon.svg);
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-size: 21px;
}
.coloum-listing-desktop-carousel .owl-item > div {
  height: 100%;
}
.coloum-listing-desktop-carousel .component_button {
  text-align: center;
  margin-top: 20px;
}
.for-none-content-banner .item:before {
  display: none;
}
#drupal-off-canvas .fieldgroup.blb_container_type .fieldset-wrapper > div > div input + label, #layout-builder-modal .fieldgroup.blb_container_type .fieldset-wrapper > div > div input + label {
  width: 100% !important;
  box-sizing: border-box !important;
  font-size: 13px !important;
}
#drupal-off-canvas .fieldgroup.blb_gutter_type .fieldset-wrapper > div > div input + label, #layout-builder-modal .fieldgroup.blb_gutter_type .fieldset-wrapper > div > div input + label {
  font-size: 13px !important;
}
#drupal-off-canvas .fieldset-legend {
  font-size: 16px !important;
}
.js-off-canvas-dialog-open #drupal-off-canvas .form__submit {
  box-sizing: border-box;
}
.js-form-item-layout-settings-ui-tab-content-settings-label input {
  padding: 12px !important;
}
#drupal-off-canvas .description, #drupal-off-canvas .form-item .description, #drupal-off-canvas .details-description {
  font-size: 14px !important;
  line-height: 22px !important;
}
#drupal-off-canvas * textarea, #drupal-off-canvas * select, #drupal-off-canvas *:not(div) textarea, #drupal-off-canvas *:not(div) select {
  box-sizing: border-box;
  min-height: 60px !important;
}
#drupal-off-canvas textarea, #drupal-off-canvas select, #drupal-off-canvas input[type="date"], #drupal-off-canvas input[type="datetime"], #drupal-off-canvas input[type="datetime-local"], #drupal-off-canvas input[type="email"], #drupal-off-canvas input[type="month"], #drupal-off-canvas input[type="number"], #drupal-off-canvas input[type="password"], #drupal-off-canvas input[type="search"], #drupal-off-canvas input[type="tel"], #drupal-off-canvas input[type="text"], #drupal-off-canvas input[type="time"], #drupal-off-canvas input[type="url"], #drupal-off-canvas input[type="week"] {
  padding: 12px !important;
}
.g-rating {
  width: 128px;
  height: 30px;
}
.no-rating {
  background-image: url("../../../assets/img/inner_page_image/no-rating.png");
}
.rating-1 {
  background-image: url("../../../assets/img/inner_page_image/rating-1.png");
}
.rating-2 {
  background-image: url("../../../assets/img/inner_page_image/rating-2.png");
}
.rating-3 {
  background-image: url("../../../assets/img/inner_page_image/rating-3.png");
}
.rating-4 {
  background-image: url("../../../assets/img/inner_page_image/rating-4.png");
}
.rating-5 {
  background-image: url("../../../assets/img/inner_page_image/rating-5.png");
}
.find-us-sec-image img {
  width: 100%;
}
.find-us-sec-content {
  padding: 16px 20px;
}
section[class*="module"] .find-us-sec-content h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
}
.find-us-sec-content p.find-us-address {
  padding-left: 25px;
  background: url(../../../assets/img/inner_page_image/Location.svg) left 6px no-repeat;
}
.location-distance {
  margin-bottom: 15px;
}
.location-distance .find-us-sec-distance {
  display: inline-block;
  vertical-align: top;
  padding-left: 25px;
  font-size: 15px;
  line-height: 22px;
  font-family: 'kodchasanregular';
  background: url("../../../assets/img/inner_page_image/distance.svg") left 5px no-repeat;
  margin-right: 10px;
}
.location-distance .find-us-sec-location {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 22px;
  font-family: 'kodchasanregular';
}
.nursery-link {
  line-height: 26px;
  font-family: 'kodchasansemibold';
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
section[class*="module"] .book-a-tour-btn {
  color: #ffffff;
  font-size: 17px;
  transition: all 0.4s;
  min-width: 114px;
  padding: 12px 20px;
  padding: 9px 5px;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 30%);
  font-family: 'allthingspinkthingspink';
  margin: 0;
  border: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: auto;
  margin-right: auto;
  background: #00ACC8;
  text-align: center;
  font-weight: 400;
  border-radius: 2rem;
}
.module-find-us [class*="col-"] {
  margin-bottom: 25px;
}
section[class*="module"] ul {
  margin: 0px;
  padding: 0px;
}
section[class*="module"] ul li {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  align-items: flex-start
}
section[class*="module"] ul li img {
  max-height: 20px;
  width: auto;
  margin-right: 13px;
  position: relative;
  top: 5px;
}
.table-outer {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
  -o-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
  -ms-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
}
.table-outer table {
  width: 100%;
}
.table-outer.table-with-blue-head-gradient table thead th {
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  background-color: #6c7ae0;
  padding: 15px 20px;
  font-family: 'kodchasanmedium';
}
.table-outer.table-with-blue-head-gradient table tbody td {
  font-size: 16px;
  color: rgb(128, 128, 128);
  line-height: 1.4;
  background-color: #fff;
  padding: 15px 20px;
  font-family: 'kodchasanmedium';
}
.table-outer.table-with-blue-head-gradient table tbody tr:nth-child(even) td {
  background-color: #f8f6ff;
}
.table-outer.table-with-lines table thead th {
  font-size: 18px;
  color: #000;
  line-height: 1.4;
  padding: 15px 20px;
  font-weight: 600;
  font-family: 'kodchasanmedium';
  border: 1px solid #f2f2f2;
}
.table-outer.table-with-lines table tbody td {
  font-size: 16px;
  color: rgb(128, 128, 128);
  line-height: 1.4;
  background-color: #fff;
  padding: 15px 20px;
  font-family: 'kodchasanmedium';
  border: 1px solid #f2f2f2;
}
.table-outer.table-gradient {
  border-radius: 16px;
  overflow: hidden;
  background: #7918f2;
  background: -webkit-linear-gradient(-68deg, #ac32e4, #4801ff);
  background: -o-linear-gradient(-68deg, #ac32e4, #4801ff);
  background: -moz-linear-gradient(-68deg, #ac32e4, #4801ff);
  background: linear-gradient(-68deg, #ac32e4, #4801ff);
}
.table-outer.table-gradient table {
  background-color: transparent;
}
.table-outer.table-gradient table thead th {
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  padding: 15px 20px;
  font-weight: 600;
  font-family: 'kodchasanmedium';
  background-color: rgba(255, 255, 255, .32);
}
.table-outer.table-gradient table tbody td {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  padding: 15px 20px;
  font-family: 'kodchasanmedium';
}
.list-steps {
  counter-reset: step;
}
.list-steps li > div {
  position: relative;
  margin-bottom: 55px;
}
.list-steps li > div:before {
  content: counter(step);
  counter-increment: step;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.313em;
  color: #fff;
  line-height: 51px;
  text-align: center;
  vertical-align: middle;
  z-index: 2;
}
.list-steps li[data-color='green-1'] > div:before {
  background-color: #87ba3f;
}
.list-steps li > div i {
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 18px;
  height: 17px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  font-size: 0em;
  -webkit-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  z-index: 3;
  right: 50%;
  margin-right: 6px;
}
.list-steps li[data-color='green-1'] i:nth-child(2) {
  background-image: url(https://cdn-cojhi.nitrocdn.com/MHTmAiEZlZBBnZmFZvdApYXpEnkMXsJv/assets/images/optimized/rev-263ba93/www.lawndoctor.com/wp-content/themes/lawndoctor-corporate/lp-assets/images/shape-connect-1@2x.png);
}
.list-steps li > div i:nth-child(2) {
  left: 50%;
  margin-left: 25px;
  margin-right: 0;
  right: initial;
  -webkit-transform: translateX(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) rotate(-90deg);
  transform: translateX(-50%) rotate(-90deg);
}
.list-steps li[data-color='green-1'] > div:after {
  background: -webkit-gradient(linear, left top, right top, from(#87ba3f), to(#47a141));
  background: -o-linear-gradient(left, #87ba3f 0%, #47a141 100%);
  background: linear-gradient(to right, #87ba3f 0%, #47a141 100%);
}
.list-steps li[data-color='green-2'] > div:before {
  background-color: #47a141;
}
.list-steps li[data-color='green-2'] i {
  background-image: url(https://cdn-cojhi.nitrocdn.com/MHTmAiEZlZBBnZmFZvdApYXpEnkMXsJv/assets/images/optimized/rev-263ba93/www.lawndoctor.com/wp-content/themes/lawndoctor-corporate/lp-assets/images/shape-connect-3@2x.png);
}
.list-steps li[data-color='green-2'] > div:after {
  background: #47a141;
}
.list-steps li[data-color='green-3'] > div:before {
  background-color: #47a141;
}
.list-steps li[data-color='green-3'] i:nth-child(2) {
  background-image: url(https://cdn-cojhi.nitrocdn.com/MHTmAiEZlZBBnZmFZvdApYXpEnkMXsJv/assets/images/optimized/rev-263ba93/www.lawndoctor.com/wp-content/themes/lawndoctor-corporate/lp-assets/images/shape-connect-3@2x.png);
}
.list-steps li > div:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 10px;
  width: 100%;
  height: 3px;
  z-index: 1;
}
.list-steps li h4 {
  position: relative;
  margin-bottom: 15px;
  font-size: 1em;
}
.list-steps li p {
  margin-bottom: 0;
  line-height: 1.9;
  font-size: .875em;
}
.list-steps li[data-color='green-3'] i {
  background-image: url(https://cdn-cojhi.nitrocdn.com/MHTmAiEZlZBBnZmFZvdApYXpEnkMXsJv/assets/images/optimized/rev-263ba93/www.lawndoctor.com/wp-content/themes/lawndoctor-corporate/lp-assets/images/shape-connect-3@2x.png);
}
.list-steps li[data-color='green-3'] > div:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, #47a141), to(#008643));
  background: -o-linear-gradient(left, #47a141 100%, #008643 100%);
  background: linear-gradient(to right, #47a141 100%, #008643 100%);
}
.list-steps li[data-color='green-4'] > div:before {
  background-color: #008643;
}
.list-steps li[data-color='green-4'] i:nth-child(2) {
  display: none;
}
.list-steps li[data-color='green-4'] i {
  background-image: url(https://cdn-cojhi.nitrocdn.com/MHTmAiEZlZBBnZmFZvdApYXpEnkMXsJv/assets/images/optimized/rev-263ba93/www.lawndoctor.com/wp-content/themes/lawndoctor-corporate/lp-assets/images/shape-connect-4@2x.png);
  left: initial;
  margin-left: 0;
  margin-right: 6px;
  right: 50%;
  -webkit-transform: translateX(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) rotate(-90deg);
  transform: translateX(-50%) rotate(-90deg);
}
.list-steps img {
  width: 100%;
}
.list-steps {
  padding: 0px;
}
.article .article__inner {
  background: #fff;
  -webkit-box-shadow: 0 18px 36px 0 rgba(29, 32, 35, .06);
  box-shadow: 0 18px 36px 0 rgba(29, 32, 35, .06);
  padding: 15px;
}
.articles .article__content {
  font-size: .875em;
}
.articles .article__content h4 {
  margin-bottom: 16px;
}
.articles .article__content p {
  text-align: initial;
  margin-bottom: 0;
}
.article__image img {
  width: 100%;
}
.module-articles-listing-blocks > .row {
  justify-content: center
}
.article {
  margin-bottom: 30px;
}
/* new added */
.addedfrom {
  background: #E0F1BB;
  padding: 69px 0;
}
.calculateform {
  background: #F4F4F4;
  padding: 30px;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 1033px;
  margin: auto;
  padding: 60px;
}
.addedfrom h2 {
  color: #000;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  text-transform: capitalize;
  font-family: 'kodchasanregular';
  text-align: center;
}
.addedfrom p {
  color: #000;
  font-family: 'kodchasanregular';
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  margin: 0 auto 40px;
  width: 60%;
}
.calculateform label {
  display: block;
  margin-bottom: 10px;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  color: #000;
}
.calculateform input[type="radio"], .calculateform select {
  margin-bottom: 20px;
  padding: 18px 19px;
  width: 100%;
  border: 1px solid #0C6301;
  border-radius: 6px;
  font-size: 16px;
  background: #F4F4F4;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #33475b;
}
.radio-wrap {
  display: flex;
  flex-wrap: wrap;
}
.radio-wrap label {
  margin: 0 20px 0 0;
}
.calculateform .btn {
  width: 100%;
  padding: 15px;
  background-color: #0C6301;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  font-family: arial, helvetica, sans-serif;
  font-weight: 700;
}
.calculateform .btn:hover {
  background-color: #45a049; /* Darker green on hover */
}
.calculateform input[type="radio"] {
  width: auto;
  margin-right: 5px;
}
.fee-display {
  margin-top: 20px;
  font-size: 18px;
  color: #0C6301;
  text-align: center;
  font-family: 'kodchasanregular';
  font-weight: 700;
}
#timing {
  margin: 0 0 6px;
}
.frmnote {
  margin: 0 0 20px;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #000;
}
.calculateform select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../../assets/img/frmdown.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}
/* Custom styles for the select dropdown */
select:focus {
  outline: none;
  border-color: #007bff;
}
@media (min-width: 768px) {
  .coloum-listing-mobile-carousel {
    display: flex !important;
  }
  .module-leadership-team-carousel {
    display: flex !important;
  }
}
@media (min-width: 1100px) {
  .module-left-right-block-ctn [class*="row"] {
    margin-left: -64px;
    margin-right: -64px;
  }
  .module-left-right-block-ctn [class*="col-"] {
    padding-left: 64px;
    padding-right: 64px;
  }
  .module-left-right-block-section-sm .module-left-right-block-ctn [class*="row"] {
    margin-left: -25px;
    margin-right: -25px;
  }
  .module-left-right-block-section-sm .module-left-right-block-ctn [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .component-form .webform-submission-form .js-form-item.form__item-checkbox {
    display: block;
    width: 100%;
  }
  .component-form .webform-submission-form .js-form-item.radios--wrapper {
    display: block;
    width: 100%;
  }
  .component-form .webform-submission-form .js-form-item.form__item-textarea {
    display: block;
    width: 100%;
  }
  .component-form .webform-submission-form .captcha {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .component-form .webform-submission-form .form-actions {
    padding-left: 12px;
    padding-right: 12px;
  }
  .component-form.one-col-form .webform-submission-form {
    display: block;
  }
  .component-form.one-col-form .webform-submission-form .js-form-item {
    width: 100%;
  }
  .component-form.three-col-form .webform-submission-form .js-form-item.form__item-checkbox {
    display: block;
    width: 100%;
  }
  .component-form.three-col-form .webform-submission-form .js-form-item.radios--wrapper {
    display: block;
    width: 100%;
  }
  .component-form.three-col-form .webform-submission-form .js-form-item.form__item-textarea {
    display: block;
    width: 100%;
  }
  .component-form.three-col-form .webform-submission-form .captcha {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  section[class*="module"] p, section[class*="module"] li {
    font-size: 15px;
    line-height: 28px;
  }
  section[class*="module"] p {
    font-size: 17px;
    line-height: 28px;
    font-family: 'kodchasanregular';
    margin-bottom: 30px;
  }
  .module-leadership-team-boxx {
    padding: 30px 20px 20px 30px;
  }
  section[class*="module"] .module-leadership-team-info p {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (max-width: 1024px) {
  .module-left-right-block-ctn .row {
    align-items: flex-start;
  }
  .module-inner-image-banner-carousel .item img {
    height: 419px;
    object-fit: cover;
    object-position: center;
  }
  .coloum-listing-desktop-sm-card-carousel .module-listing-coloum-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F1EEE9;
    margin: 0;
  }
  section[class*="module"] .coloum-listing-desktop-sm-card-carousel .module-listing-coloum-content h4 h4 {
    min-height: auto;
    margin-top: 25px;
    line-height: 33px;
  }
  section[class*="module"] .coloum-listing-desktop-sm-card-carousel .module-listing-coloum-content h4 p {
    font-size: 17px;
  }
  .coloum-listing-desktop-sm-card-carousel .module-listing-coloum-content a {
    opacity: 1;
    width: 100px;
    height: 28px;
    font-size: 15px;
  }
  .coloum-listing-desktop-sm-card-carousel .module-listing-coloum-box:hover {
    box-shadow: none;
  }
  .coloum-listing-desktop-sm-card-carousel .module-listing-coloum-box:hover img {
    height: 80px;
    transform: scale(1);
  }
  .coloum-listing-desktop-sm-card-carousel .module-listing-coloum-box:hover p {
    font-size: 17px;
    transform: scale(1);
  }
  .coloum-listing-desktop-sm-card-carousel .module-listing-coloum-box:hover h4 {
    font-size: 24px;
    transform: scale(1);
  }
}
@media (max-width: 991px) {
  section[class*="module"] h1 {
    font-size: 42px;
    line-height: 40px;
  }
  section[class*="module"] h2 {
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 5px;
  }
  section[class*="module"] .module-left-right-block-ctn h4 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  section[class*="module"] .module-left-right-block-ctn p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .module-banner-left-ctn-banner-right-ctn-buttons .btn-blue {
    width: 200px;
    height: 50px;
    font-size: 24px;
  }
  .module-two-block-coloum-icon-box span {
    font-size: 42px;
    line-height: 38px;
  }
  section[class*="module"] h6 {
    font-size: 20px;
    line-height: 32px;
  }
  .quote-top-bottom-aligned-carousel-box {
    font-size: 18px;
    line-height: 32px;
    padding: 40px 30px 40px 48px;
  }
  .quote-top-bottom-aligned-carousel-box::before {
    top: 22px;
    left: 18px;
    transform: scale(.6);
  }
  .quote-top-bottom-aligned-carousel-comment-box img {
    max-height: 80px;
    max-width: 80px;
  }
  section[class*="module"] .quote-top-bottom-aligned-carousel-comment-info h4 {
    font-size: 32px;
    line-height: 35px;
  }
  .quote-top-bottom-aligned-carousel-comment-info span {
    font-size: 18px;
    line-height: 36px;
  }
  section[class*="module"] .module-leadership-team-info p {
    font-size: 16px;
    line-height: 26px;
  }
  section[class*="module"] .module-leadership-team-info h4 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .module-leadership-team-info span {
    font-size: 17px;
    line-height: 22px;
  }
  section[class*="module"] .module-leadership-team-info p::before {
    transform: scale(.5);
    left: -3px;
    top: 9px;
  }
  .testi-round-profile-carousel-box {
    margin: 60px 10px 15px 10px;
    padding: 0 18px 30px;
  }
  .testi-round-profile-carousel-img {
    top: -60px;
    max-height: 138px;
    max-width: 138px;
  }
  section[class*="module"] .testi-round-profile-carousel-info p {
    font-size: 16px;
    line-height: 26px;
  }
  .testi-round-profile-carousel-line {
    margin: 20px auto;
  }
  section[class*="module"] .testi-round-profile-carousel-info h4 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .testi-round-profile-carousel-infoo span {
    font-size: 17px;
    line-height: 22px;
  }
  .g-review {
    padding: 32px 32px 30px;
  }
}
@media (max-width: 767px) {
  section[class*="module"] h1 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0;
    text-align: center;
  }
  section[class*="module"] h4 {
    font-size: 22px;
    line-height: 37px;
    text-align: center;
  }
  section[class*="module"] h2 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 15px;
  }
  section[class*="module"] p, section[class*="module"] li {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  section[class*="module"] .module-left-right-block-ctn h4 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  section[class*="module"] .module-left-right-block-ctn p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  section[class*="module"] h3 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 42px;
  }
  .module-banner-left-ctn-banner-right-ctn-buttons .btn-blue {
    width: 100px;
    height: 28px;
    font-size: 15px !important;
  }
  .module-banner-left-ctn-banner-right-ctn-buttons {
    margin-top: 40px;
  }
  .module-two-block-coloum-box {
    padding: 30px 50px 30px;
    margin: 0 10px;
    margin-top: 20px;
  }
  .module-right-ctn {
    text-align: center;
  }
  .quote-top-bottom-aligned-carousel-box {
    font-size: 15px;
    line-height: 25px;
    padding: 25px 28px;
    margin: 15px 0;
    border: none;
    box-shadow: 0px 3px 8px rgb(0 0 0 / 22%);
  }
  .quote-top-bottom-aligned-carousel-box:before {
    top: 12px;
    left: -1px;
    transform: scale(.4);
  }
  .quote-top-bottom-aligned-carousel-comment-box img {
    max-height: 64px;
    max-width: 64px;
  }
  section[class*="module"] .quote-top-bottom-aligned-carousel-comment-info h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .quote-top-bottom-aligned-carousel-comment-info span {
    font-size: 14px;
    line-height: 27px;
  }
  .quote-top-bottom-aligned-carousel-box.odd {
    margin-top: 15px;
  }
  .module-leadership-team-box {
    padding: 15px 16px 20px;
    margin: 0;
  }
  .module-leadership-team-carousel .module-leadership-team-box {
    padding: 15px 25px 20px;
  }
  .module-leadership-team-carousel .module-leadership-team-box p::before {
    top: 0 !important;
  }
  .module-leadership-team-carousel .module-leadership-team-box:hover {
    transform: none;
  }
  section[class*="module"] .module-leadership-team-info p {
    font-size: 14px;
    line-height: 22px;
  }
  section[class*="module"] .module-leadership-team-info h4 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: left;
  }
  .module-leadership-team-info span {
    font-size: 12px;
  }
  section[class*="module"] .module-leadership-team-info p::before {
    transform: scale(.3);
    left: -7px;
    top: 20px;
  }
  .testi-round-profile-carousel-box {
    padding: 0 18px 30px;
    margin: 60px 0 15px 10px;
  }
  .module-inner-image-banner-desktop {
    display: block !important;
  }
  .module-inner-image-banner-mobile {
    display: block !important;
  }
  .coloum-listing-desktop-sm-card-carousel .owl-stage {
    padding-left: 0px !important;
  }
  .list-steps li > div i {
    display: none;
  }
  .list-steps li > div:not(:last-child)::after {
    display: none;
  }
  .article__image img {
    width: auto;
    margin: auto;
    max-width: 180px;
  }
  .article .article__inner {
    text-align: center;
  }
  .g-review {
    padding: 20px;
  }
  .module-leadership-team-carousel .item {
    padding: 15px 0px;
  }
}
.system-breadcrumb-block .block__title {
  display: none;
}
.messages--error {
  display: none;
}
/*...campaign-css...*/
.page-node-type-campaign-one .btn-blue-inner, .page-node-type-campaign-two .btn-blue-inner {
  border-radius: 50px;
  padding: 16px 26px !important;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  border: 0;
  color: #fff;
  min-width: 225px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  min-height: auto;
}
.camp-top-block .component_button {
  text-align: left;
}
.camp-top-block {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.camp-top-block .row {
  margin-right: -15px;
  margin-left: -15px;
}
.camp-top-block .row > * {
  padding-right: 15px;
  padding-left: 15px;
}
.camp-top-block .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.camp-top-block .component_image_paragraph_div img {
  max-width: none;
  width: auto;
}
.page-node-type-campaign-one .fullgallery__text, .page-node-type-campaign-two .fullgallery__text {
  font-size: 17px;
  line-height: 30px;
  font-family: 'kodchasanregular';
  margin-bottom: 20px;
}
.page-node-type-campaign-one .row.imglist {
  margin-left: 0px;
  margin-right: 0px;
}
.page-node-type-campaign-one .imglist [class*="col-"] {
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.camp-form-wrap {
  padding-left: 15px;
  padding-right: 15px;
}
.camp-form-wrap .col-12 > *:first-child {
  margin-left: -15px;
  margin-right: -15px;
}
.camp-form-wrap .container {
  padding-left: 0px;
  padding-right: 0px;
}
.camp-form-wrap .container .row {
  margin-left: 0px;
  margin-right: 0px;
}
.camp-form-wrap .container .row .col-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.camp-form-wrap .paragraph-block .module-content-center-section {
  max-width: 370px;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
}
.camp-form-wrap .component-form {
  max-width: 370px;
  margin: 0 auto;
  padding: 32px 0 65px;
  text-align: center;
}
.camp-form-wrap .component-form .webform-submission-form {
  box-shadow: none;
  border-radius: 0px;
  margin: 0 !important;
  position: relative;
  padding: 0px;
}
.camp-form-wrap H2.fieldset__title {
  display: none;
}
.component-form .webform-submission-form .js-form-item {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 16px;
}
.camp-form-wrap .component-form .webform-submission-form .js-form-item input {
  padding: 13px 20px;
  font-size: 16px;
  border: 0px !important;
  ;
  border-radius: 0px;
  height: 50px !important;
}
.camp-form-wrap .component-form .webform-submission-form .js-form-item textarea {
  padding: 13px 20px;
  font-size: 16px;
  border: 0px !important;
  border-radius: 0px;
  min-height: 100px;
}
.camp-form-wrap .component-form .webform-submission-form .btn-blue {
  border-radius: 50px;
  padding: 20px 26px !important;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  border: 0;
  color: #fff;
  min-width: 225px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  min-height: auto;
  height: auto;
  line-height: normal;
  width: 100%;
}
.camp-form-wrap .component-form .webform-submission-form .form-actions {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.camp-2-bg-form .row {
  align-items: center;
}
.camp-2-bg-form h2 {
  font-family: 'kodchasanregular';
}
.camp-2-bg-form .component-form .webform-submission-form {
  padding: 0px;
  margin: 0px !important;
  box-shadow: none;
}
.camp-2-bg-form .col-lg-3 > * {
  max-width: 400px;
  margin-left: auto;
}
.camp-2-bg-form .component-form .webform-submission-form .js-form-item input {
  height: 48px !important;
  padding: 10px 18px;
  background-color: #f2f5f7;
  border: 1px solid #e7edf1 !important;
  font-size: 15px;
  font-weight: 600;
  color: #88888c;
  border-radius: 0;
}
.camp-2-bg-form .component-form .btn-blue {
  display: block;
  min-width: 100%;
  padding: 14px 10px;
  border: 0;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  height: auto;
  width: 100%;
  font-family: 'kodchasanregular'
}
.camp-2-bg-form .component-form .webform-submission-form .form-actions {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.camp-2-bg-form .component-form .webform-submission-form .webform-flexbox {
  margin-top: 0px;
  margin-bottom: 0px;
}
.camp-g-review-wrap .container {
  max-width: 100%;
  padding: 0px;
}
.camp-dis-list-ctn h2 {
  font-family: 'kodchasanregular';
  font-size: 28px !important;
}
.camp-dis-list-ctn p, .camp-dis-list-ctn ul {
  padding-bottom: 30px !important;
}
.camp-dis-list-ctn-lst-last .component_image_paragraph_div img {
  max-width: 107px;
}
.camp-dis-list-ctn-lst-last .component_image_paragraph_div {
  padding: 57px 0 0px;
  border-top: 1px solid #d8d8d8;
}
.page-node-type-campaign-two section.module-steps-listed-section {
  text-align: center;
}
.list-steps li:last-child > div:after {
  display: none;
}
.camp-bg-learmore-sec h2 {
  font-family: 'kodchasanregular';
  font-size: 30px !important;
  margin-bottom: 8px !important;
}
.page-node-type-campaign-two .container {
  padding-left: 15px;
  padding-right: 15px;
}
.page-node-type-campaign-two .row {
  margin-left: -15px;
  margin-right: -15px;
}
.page-node-type-campaign-two .row > * {
  padding-left: 15px;
  padding-right: 15px;
}
.page-node-type-campaign-two .btn-blue-inner {
  font-family: 'kodchasanregular';
  white-space: normal;
}
.camp-2-bg-form h1 {
  font-family: 'kodchasanregular';
}
.camp-module-steps-wrap h2 {
  font-family: 'kodchasanregular';
}
.layout-builder__link--add {
  pointer-events: auto !important;
}
.camp-2-bg-form h4 {
  margin-bottom: 24px;
  font-size: 17px;
  font-family: 'kodchasanregular';
  font-weight: 700;
}
.camp-2-bg-form h4 a {
  text-transform: uppercase;
  font-size: 20px;
}
.g-n-rating span {
  font-size: 20px;
}
/*...campaign-media-strats-here...*/
@media(min-width:576px) {}
@media(min-width:768px) {}
@media(min-width:800px) {}
@media(min-width:992px) {
  .camp-2-bg-form .col-lg-9 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .camp-2-bg-form .col-lg-3 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}
@media(min-width:1025px) {}
@media(min-width:1300px) {}
@media(min-width:1400px) {}
@media(min-width:1600px) {}
@media(max-width:1200px) {}
@media(max-width:1599px) {}
@media(max-width:1440px) {}
@media(max-width:1366px) {}
@media(max-width:1024px) {}
@media(min-width:992px) and (max-width : 1199px) {}
@media(max-width:991px) {}
@media(min-width:992px) and (max-width : 1024px) {}
@media(min-width:768px) and (max-width : 1024px) {}
@media(min-width:768px) and (max-width : 991px) {
  .camp-top-block .col-lg-6.col-md-12.col-12 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media(min-width:641px) and (max-width : 768px) {}
@media (min-width : 320px) and (max-width : 480px) {}
@media (min-width : 480px) and (max-width : 640px) {}
@media(max-width:767px) {
  .camp-top-block .component_image_paragraph_div img {
    max-width: 100%;
    width: 100%;
  }
  .camp-top-block .component_image_paragraph_div {
    margin-top: 35px;
    margin-left: -15px;
    margin-right: -15px
  }
  .page-node-type-campaign-one .module-gallery-section .col-md-3 {
    flex: 0 0 auto;
    width: 50%;
  }
  .camp-2-bg-form .col-lg-3 > * {
    margin-top: 30px;
  }
  .camp-2-bg-form p {
    text-align: center;
  }
  .camp-bg-learmore-sec [class*="col-"] {
    flex: 0 0 auto;
    width: 100%;
  }
  .camp-dis-list-ctn [class*="col-"] {
    flex: 0 0 auto;
    width: 100%;
  }
  .camp-2-guarante-sec [class*="col-"] {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
  }
  .camp-2-guarante-sec [class*="col-"]:first-child {
    order: 2
  }
  .camp-2-guarante-sec [class*="col-"]:last-child {
    order: 1
  }
  .camp-dis-list-ctn [class*="col-"] {
    flex: 0 0 auto;
    width: 100%;
  }
  .camp-dis-list-ctn h2 {
    font-size: 20px !important;
    text-align: center;
    line-height: 32px !important;
  }
}
@media(min-width:475px) and (max-width : 767px) {}
@media(max-width:575px) {}
@media(max-width: 475px) {}
@media (min-width : 476px) and (max-width : 767px) {}
@media(max-width:320px) {}
@media only screen and (width :568px) {}
.discover-professions-section .join-blossom a {
  margin-bottom: 45px !important;
}
.path-node-401 .page-section, .path-node-252 .page-section, .page-corporate-partners-page .page-section, .page-families-baby-0-1-years-page .page-section, .page-families-toddler-1-3-years-page .page-section, .page-families-pre-schooler-3-5-years-page .page-section, .page-new-uae-page .page-section {
  padding-top: 0px;
  padding-bottom: 30px;
}
.path-node-401 .inner-page-common .page-section-heading, .path-node-252 .inner-page-common .page-section-heading, .page-corporate-partners-page .inner-page-common .page-section-heading, .page-families-baby-0-1-years-page .inner-page-common .page-section-heading, .page-families-toddler-1-3-years-page .inner-page-common .page-section-heading, .page-families-pre-schooler-3-5-years-page .inner-page-common .page-section-heading, .page-new-uae-page .inner-page-common .page-section-heading {
  margin-bottom: 35px;
}
.path-node-401 .inner-page-common h2, .path-node-252 .inner-page-common h2, .page-corporate-partners-page .inner-page-common h2, .page-families-baby-0-1-years-page .inner-page-common h2, .page-families-toddler-1-3-years-page .inner-page-common h2, .page-families-pre-schooler-3-5-years-page .inner-page-common h2, .page-new-uae-page .inner-page-common h2 {
  margin-bottom: 15px;
}
.path-node-401 .page-section-heading p, .path-node-252 .page-section-heading p, .page-corporate-partners-page .page-section-heading p, .page-families-baby-0-1-years-page .page-section-heading p, .page-families-toddler-1-3-years-page .page-section-heading p, .page-families-pre-schooler-3-5-years-page .page-section-heading p, .page-new-uae-page .page-section-heading p {
  margin-top: 0;
  margin-bottom: 18px;
}
.why-join-us-slider {
  padding: 0 0 20px;
}
.job-roles-section-right h4, .teachers-jobs-section-left h4 {
  margin-bottom: 15px;
}
.teachers-jobs-section {
  padding: 35px 0px !important;
}
.job-roles-section-right p, .teachers-jobs-section-left p {
  margin-bottom: 15px;
}
.book-tour {
  padding: 50px 0 !important;
}
.book-tour .book-tour-content h3 {
  margin-bottom: 15px;
}
.book-tour-buttons {
  margin-top: 20px;
}
.hs-form-iframe .actions {
  margin-top: 0;
  margin-bottom: 0;
}
.baby-suite .page-section {
  padding-top: 35px;
}
.baby_suite_paragraph_parent_div .page-section {
  padding-top: 35px;
}
.our-plus-section {
  padding: 35px 0 35px !important;
}
.our-nursery-map {
  margin-top: -45px !important;
  margin-bottom: -25px !important;
}
.our-nursery {
  padding: 30px 0px !important;
}
.why-join-us .our-plus-wrapper {
  margin: 0 !important;
}
.why-we-do-wrapper {
  padding: 25px;
}
.why-we-do {
  padding-top: 15px;
}
.ui-logo-section {
  margin-bottom: 50px;
}
.page-corporate-partners-page .heading_subheading_text_image_parent_div .ui-brand-ambassadors .ui-editor-section p br {
  display: none;
}
.page-corporate-partners-page .heading_subheading_text_image_parent_div .ui-brand-ambassadors {
  padding-top: 30px !important;
}
.our-plus-section .our-plus-wrapper .our-plus-box {
  padding: 25px 16px !important;
}
.trainee-or-work-study-at-blossom {
  margin-bottom: 30px;
}
.heading_subheading_text_5tabs_paragraph_parent_div .page-section {
  padding-top: 30px !important;
}
.our-littlelives-apps_paragraph_parent_div .page-section {
  padding-top: 30px !important;
}
.page-families-baby-0-1-years-page .heading_subheading_text_image_parent_div .ui-brand-ambassadors {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}
.page-families-toddler-1-3-years-page .heading_subheading_image_parent_div .ui-brand-ambassadors, .page-families-pre-schooler-3-5-years-page .heading_subheading_image_parent_div .ui-brand-ambassadors {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.educators-paragraph .page-section {
  padding-top: 30px !important;
}
.page-families-toddler-1-3-years-page .heading_subheading_text_image_slider_paragraph_parent_div .working-at-abilou {
  padding-top: 30px !important;
}
.page-families-toddler-1-3-years-page .discover-professions-section, .page-families-pre-schooler-3-5-years-page .discover-professions-section {
  padding-top: 30px !important;
}
.our-nursery .page-section-heading {
  position: relative;
  z-index: 5;
}
.international-presence .page-section {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
@media(max-width:1024px) {
  .our-nursery-map {
    margin-top: -35px !important;
    margin-bottom: -15px !important;
  }
}
@media(max-width:767px) {
  .our-nursery-map {
    margin-top: -15px !important;
    margin-bottom: -0px !important;
  }
  .page-families-toddler-1-3-years-page .heading_subheading_image_parent_div .ui-brand-ambassadors, .page-families-pre-schooler-3-5-years-page .heading_subheading_image_parent_div .ui-brand-ambassadors {
    padding-bottom: 0px !important;
  }
}
/*...roadmap...*/
.sustainability-roadmap-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
}
.sustainability-roadmap-wrapper [class*="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}
.sustainability-roadmap-wrapper .container-inner {
  padding-left: 0px;
  padding-right: 0px;
}
.sustainability-roadmap-wrapper * {
  font-family: 'kodchasanregular';
  font-weight: 600;
  font-size: 21px;
  color: #1b458d;
  line-height: 34px;
}
.sustainability-roadmap-wrapper h2 {
  margin-bottom: 20px;
  color: #306fba;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.sustainabily-roadmap-top {
  height: 125px;
  margin-bottom: 25px;
  text-align: center;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.sustainabily-roadmap-top img {
  max-width: 165px;
  margin: auto;
}
.roadmap-dot-wraper {
  background: #cdd3e8;
  padding: 8px 0px 7px;
  margin-bottom: 60px;
  position: relative;
}
.roadmap-dot {
  width: 16px;
  height: 16px;
  background: #4e71bd;
  border-radius: 50%;
  border: solid 2px #fff;
  display: block;
  margin: auto;
  font-size: 0px;
}
.sustainability-roadmap-wrapper p {
  margin-bottom: 30px;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'kodchasanregular';
  font-weight: 600;
  font-size: 18px;
  color: #1b458d;
  line-height: 30px;
  text-align: center;
}
.sustainability-roadmap-wrapper [class*="col-"]:first-child .roadmap-dot-wraper:before {
  content: "";
  width: 22px;
  height: 32px;
  background: url(../../../assets/img/module/aroow-line-end-left.png) no-repeat left top;
  position: absolute;
  left: -18px;
  top: -1px;
  background-size: contain;
}
.sustainability-roadmap-wrapper [class*="col-"]:last-child .roadmap-dot-wraper:before {
  content: "";
  width: 38px;
  height: 75px;
  background: url(../../../assets/img/module/aroow-line-start-rigtht.png) no-repeat left top;
  right: -38px;
  top: -22px;
  position: absolute;
}
@media(max-width:1024px) {
  .sustainability-roadmap-wrapper [class*="col-"]:last-child .roadmap-dot-wraper:before {
    right: -28px;
  }
}
@media(max-width:767px) {
  .roadmap-dot-wraper {
    background: none;
    margin-left: -22px;
  }
  .sustainability-roadmap-wrapper [class*="col-"]:first-child .roadmap-dot-wraper:before {
    display: none;
  }
  .sustainability-roadmap-wrapper [class*="col-"]:last-child .roadmap-dot-wraper:before {
    display: none;
  }
  .sustainability-roadmap-wrapper {
    position: relative;
    padding: 140px 10px;
  }
  .sustainability-roadmap-wrapper [class*="col-"] {
    margin-bottom: 30px;
    position: relative;
  }
  .sustainability-roadmap-wrapper [class*="col-"]:last-child {
    margin-bottom: 0px;
  }
  .sustainability-roadmap-wrapper [class*="col-"]:first-child:before {
    content: "";
    width: 32px;
    height: 22px;
    background: url(../../../assets/img/module/aroow-line-end-left-mobile.png) no-repeat left top;
    position: absolute;
    left: 0px;
    top: -38px;
    margin: auto;
    background-size: contain;
  }
  .sustainability-roadmap-wrapper [class*="col-"]:last-child:before {
    content: "";
    width: 70px;
    height: 30px;
    background: url(../../../assets/img/module/aroow-line-start-rigtht-mobile.png) no-repeat left top;
    left: -13px;
    margin: auto;
    bottom: -49px;
    position: absolute;
    background-size: contain;
  }
  .sustainability-roadmap-wrapper:before {
    content: "";
    width: 31px;
    height: calc(100% - 240px);
    left: 10px;
    margin: auto;
    background: #cdd3e8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .sustainability-roadmap-wrapper .paragraph-block {
    padding: 15px 0px 2px;
    -webkit-box-shadow: 0px 10px 35px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 35px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 35px 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding-left: 30px;
  }
  .sustainabily-roadmap-top {
    height: auto;
  }
  .sustainability-roadmap-wrapper h2 {
    margin-bottom: -34px;
  }
  .roadmap-dot {
    margin: 0px;
  }
}
/*...winter-camp...*/
.winter-mobile-banner {
  display: none;
}
.winter-camp-banner-img-sec {
  position: relative;
}
.winter-camp-banner-img-sec img {
  width: 100%;
}
.winter-camp-banner-overlay {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.winter-camp-banner-overlay h1 {
  color: #001689;
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  line-height: 54px;
  letter-spacing: 2.25px;
  max-width: 600px;
  margin: 0px;
  padding: 0px;
}
.winter-camp-banner-overlay h2 {
  color: #001689;
  font-size: 85px;
  font-style: normal;
  font-weight: 900;
  line-height: 95px;
  letter-spacing: 4.25px;
  max-width: 600px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 50px;
}
.winter-orange-btn {
  color: #FFF;
  text-align: center;
  font-family: 'kodchasanregular';
  background: #EB7841;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  border-radius: 35px;
  padding: 24px 49px;
  letter-spacing: 2px;
}
.winter-orange-btn:hover {
  background: #001689;
  color: #fff;
}
.winter-welcome-section {
  padding: 90px 0px;
}
.winter-welcome-sec-ctn {
  max-width: 602px;
}
.common-title-ctn-style h2 {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  text-transform: capitalize;
}
.winter-welcome-sec-ctn h2 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 27px;
}
.common-title-ctn-style p {
  color: #000;
  font-family: 'kodchasanregular';
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}
.winter-welcome-sec-img img {
  width: 100%;
}
.winter-forest-section {
  padding: 81px 0px 62px;
  background: #E8EDF9;
}
.winter-forest-section .winter-orange-btn {
  display: inline-block;
}
.winter-forest-inner-sec {
  max-width: 939px;
  margin: auto;
  text-align: center;
}
.winter-forest-inner-sec h2 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 27px;
}
.winter-forest-inner-sec p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}
.winter-light-blue-box {
  padding: 23px 65px;
  border-radius: 30px;
  background: #AEBFED;
  margin-bottom: 35px;
}
.winter-light-blue-box h5 {
  color: #000;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  font-family: 'kodchasanregular';
}
.winter-light-blue-box ul {
  margin: 0px;
  padding: 0px;
}
.winter-light-blue-box ul li {
  margin: 0px;
  padding: 0px;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  font-family: 'kodchasanregular';
  display: table;
  margin: auto;
  position: relative;
  padding-left: 20px;
}
.winter-light-blue-box ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0px;
  top: 14px;
}
.winter-camp-activities-section {
  padding: 57px 0px 32px;
}
.winter-camp-activities-section .common-title-ctn-style {
  text-align: center;
  max-width: 734px;
  margin: auto;
  margin-bottom: 48px;
}
.winter-camp-activities-section h2 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 0px;
}
.winter-camp-activities-section h3 {
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  text-transform: capitalize;
  margin: 0px;
  padding: 0px;
  margin-bottom: 27px;
}
.winter-activities-box h2 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  min-height: 62px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 18px;
  text-align: center;
}
.winter-activities-box p.card-desc {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  font-family: 'kodchasanregular';
  padding: 0px;
  margin: 0px;
  margin-bottom: 21px;
  max-width: 218px;
}
.activities-box-img {
  max-width: 183px;
  margin: auto;
  margin-bottom: 31px;
}
.activities-box-img img {
  width: 100%
}
.winter-read-more-btn {
  color: #011689;
  font-family: 'kodchasanregular';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.winter-camp-nursery-section {
  padding: 70px 0px 68px;
  background: #E8EDF9;
}
.winter-camp-nursery-block-ctn {
  max-width: 482px;
}
.winter-camp-nursery-block-ctn h2 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 17px;
}
.winter-camp-nursery-block-img {
  max-width: 432px;
  margin: auto;
}
.winter-camp-nursery-block-img img {
  width: 100%;
}
.winter-camp-nursery-block-ctn p {
  text-align: justify;
}
.winter-camp-nursery-block-ctn ul {
  margin: 0px;
  padding: 0px;
}
.winter-camp-nursery-block-ctn ul li {
  margin: 0px;
  padding: 0px;
  color: #000;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  font-family: 'kodchasanregular';
  position: relative;
  padding-left: 20px;
}
.winter-camp-nursery-block-ctn ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0px;
  top: 14px;
}
.winter-camp-nursery-block-2 .winter-camp-nursery-block-ctn {
  max-width: 535px;
}
.winter-camp-nursery-block-2 {
  margin-top: -50px;
}
.winter-outcome-section {
  padding: 98px 0px;
}
.winter-outcome-section .common-title-ctn-style {
  max-width: 1025px;
  margin: auto;
  text-align: center;
  margin-bottom: 65px;
}
.winter-btm-form {
  padding: 96px 0px;
  background: #E8EDF9;
}
.winter-outcome-img-box {
  position: relative;
  border-radius: 27px;
  overflow: hidden;
}
.winter-outcome-img-box img {
  width: 100%;
}
.winter-outcome-img-overlay {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 15px 13px 28px;
}
.winter-outcome-img-box:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("../../../assets/img/module/winter-outcome-img-box-overlay-bg.png") no-repeat bottom center;
  background-size: cover;
}
.winter-outcome-img-box h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 22px;
  text-align: center;
  color: #fff;
  padding: 0px;
  margin-bottom: 15px;
  min-height: 46px;
}
.winter-outcome-img-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  font-family: 'kodchasanregular';
  min-height: 80px;
}
.winter-btm-form .common-title-ctn-style {
  margin: auto;
  margin-bottom: 48px;
  max-width: 891px;
  text-align: center;
}
.winter-camp-activities-slider-arrows .swiper-button-prev {
  display: none;
}
.winter-camp-activities-slider-arrows .swiper-button-next {
  display: none;
}
.winter-btm-form .hbspt-form {
  max-width: 1033px;
  margin: auto;
  border-radius: 50px;
  background: #EFEFF0;
  padding: 88px 20px 88px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.winter-btm-form iframe {
  max-width: 769px;
  margin: auto;
}
.winter-btm-form #reg_form {
  display: none;
}
.winter-camp-activities-slider-arrows .swiper-pagination {
  position: relative;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: auto;
  top: auto;
  left: auto;
  margin-top: 69px;
  margin-bottom: 44px;
}
.winter-camp-activities-slider-arrows .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  opacity: 1;
}
.winter-camp-activities-slider-arrows .swiper-pagination-bullet-active {
  background: #32419D;
}
.activities-box-ctn .content {
  max-height: 155px;
}
.activities-box-ctn .mCSB_scrollTools:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0px;
  left: 7px;
}
.activities-box-ctn .mCSB_dragger_bar {
  background-color: #001689 !important;
}
.activities-box-ctn .mCSB_draggerRail {
  background-color: transparent !important;
}
.activities-box-ctn .mCSB_inside > .mCSB_container {
  margin-right: 15px !important;
}
@media (min-width: 768px) {
  .winter-camp-activities-slider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
  }
  .winter-camp-activities-slider .swiper-slide {
    flex: 0 0 auto;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 992px) {
  .winter-camp-activities-slider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
  }
  .winter-camp-activities-slider .swiper-slide {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media(min-width:768px) and (max-width : 1024px) {
  .winter-camp-activities-slider .swiper-wrapper {
    margin-bottom: -77px;
  }
  .winter-camp-activities-slider .swiper-slide {
    margin-bottom: 77px;
  }
  .winter-activities-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .activities-box-ctn {
    -ms-flex: 1;
    flex: 1;
  }
  .activities-box-img {
    margin-right: 27px;
    margin-bottom: 0px;
  }
}
@media(min-width:768px) and (max-width : 991px) {
  .winter-camp-activities-slider .swiper-wrapper {
    display: block;
  }
}
@media (min-width: 1025px) {
  .winter-outcome-section .row {
    margin-left: -26px;
    margin-right: -26px;
  }
  .winter-outcome-section [class*="col-"] {
    padding-left: 26px;
    padding-right: 26px;
  }
  .winter-camp-activities-slider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
  }
  .winter-camp-activities-slider .swiper-slide {
    flex: 0 0 auto;
    width: 20%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1400px) {
  section[class*="winter"] .container {
    max-width: 1217px;
  }
}
@media (max-width: 1024px) {
  .winter-activities-box h2 {
    margin-bottom: 5px;
    text-align: left;
  }
  .winter-activities-box p.card-desc {
    max-width: 100%;
    min-height: 1px;
  }
  .winter-camp-nursery-block-2 {
    margin-top: -25px;
  }
}
@media (max-width: 991px) {
  .winter-camp-banner-overlay h1 {
    font-size: 31px;
    line-height: 72px;
    letter-spacing: 0.05em;
  }
  .winter-camp-banner-overlay h2 {
    font-size: 68px;
    line-height: 80px;
    letter-spacing: 0.05em;
  }
  .common-title-ctn-style h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
  }
  .winter-welcome-sec-ctn {
    max-width: 100%;
    text-align: center;
    margin-bottom: 80px;
  }
  .winter-camp-activities-section .common-title-ctn-style {
    margin-bottom: 56px;
  }
  .winter-camp-nursery-block-ctn {
    max-width: 100%;
  }
  .winter-camp-nursery-block-ctn p {
    text-align: center;
    margin-bottom: 30px;
  }
  .winter-camp-nursery-block-img {
    display: none;
  }
  .winter-camp-nursery-block-2 {
    margin-top: 0px;
  }
  .winter-camp-nursery-block-2 .winter-camp-nursery-block-ctn {
    max-width: 100%;
  }
  .winter-camp-nursery-block-2 .winter-camp-nursery-block-img {
    display: block;
    margin-top: 80px;
  }
  .winter-camp-nursery-block-2 [class*="col-"]:first-child {
    order: 2
  }
  .winter-camp-nursery-block-2 [class*="col-"]:last-child {
    order: 1
  }
  .winter-outcome-section .row {
    margin-bottom: -63px;
  }
  .winter-outcome-section [class*="col-"] {
    margin-bottom: 63px;
  }
  .winter-welcome-section {
    padding: 70px 0px;
  }
  .winter-forest-section {
    padding: 56px 0px 56px;
  }
  .winter-btm-form {
    padding: 61px 0px;
  }
  .winter-btm-form .hbspt-form {
    background: none;
    padding: 0px;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .winter-desktop-banner {
    display: none;
  }
  .winter-mobile-banner {
    display: block;
  }
  .winter-light-blue-box {
    padding: 23px 11px;
  }
  .winter-camp-activities-slider-outer {
    /*margin-left: -30px;
    margin-right: -30px;*/
  }
  .winter-activities-box h2 {
    text-align: center;
  }
  .winter-activities-box p.card-desc {
    text-align: center;
  }
  .winter-read-more-btn {
    display: table;
    margin: auto;
  }
  section[class*="winter"] .container {
    padding: 0px 30px;
    max-width: 100%;
  }
  .activities-box-ctn .content {
    max-height: inherit;
  }
}
@media (max-width: 575px) {}
[class*="spring-camp"] h1, [class*="spring-camp"] h2, [class*="spring-camp"] h3, [class*="spring-camp"] h4 {
  font-family: 'kodchasanregular';
}
.spring-camp-banner h1, .spring-camp-banner p, .spring-camp-banner h2 {
  color: #fff;
}
.spring-camp-banner .winter-orange-btn, .spring-camp-adventure-await-block .winter-orange-btn {
  background: #0C6301;
  padding: 19px 49px;
}
.spring-camp-welcome-block {
  background: #FFFFFF;
}
.spring-camp-adventure-await-block .winter-forest-section {
  background: #E0F1BB;
}
.spring-camp-activities-block {
  background: #fff;
}
.spring-camp-why-choose-preschool-section {
  background: #E0F1BB;
}
.spring-camp-why-choose-preschool-section .winter-camp-nursery-section {
  background: none;
}
.spring-camp-out-come-benefits-block {
  background: #FFFFFF;
}
.spring-camp-empowering-form-block .winter-btm-form {
  background: #E0F1BB;
}
.spring-camp-out-come-benefits-block .winter-outcome-img-box:before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+29,000000+30,000000+34,008000+34,008000+36,006600+36,005500+36,005500+38,00aa00+38,00aa00+39,008000+39,008000+40,006600+40,006a00+42,005b00+42,005b00+43,005500+43,005500+43,006000+43,006000+44,1c5500+44,1c5500+44,196600+45,196600+45,175d00+45,165900+46,165900+46,146600+47,146600+47,135e00+47,126d00+47,126d00+48,106300+48,106800+48,0f5f00+49,0e6a00+49,0d6200+50,0d6600+51,0b5b00+51,0b5e00+52,0b5c00+52,0b6500+52,0a6100+53,0f5f00+53,0e6300+53,0d5f00+55,0d6600+55,0d6400+55,0c6800+55,0b6100+56,0a6500+58,096300+59,0c6500+59,0f6000+59,0f6000+59,0c6500+60,0e6500+60,0b6200+61,0d6000+61,0d6400+62,0a6100+62,0c6400+63,096400+64,0d6200+64,0d6100+65,0a6500+67,0d6200+70,0c6500+72,0d6100+74,0c6400+76,0c6100+76,0c6101+77,0c6401+77,0b6101+78,0b6501+79,0d6201+80,0d6503+85,0c6102+86,0c6401+88,0d6401+94,0c6101+96,0c6401+99,0a6100+100,0d6100+100&0+0,0+30,0.02+39,0.06+43,0.15+50,0.3+58,0.53+68,0.7+78,0.83+88,0.91+99,0.73+99,0.23+100 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29%, rgba(0, 0, 0, 0) 30%, rgba(0, 128, 0, 0.01) 34%, rgba(0, 85, 0, 0.01) 36%, rgba(0, 170, 0, 0.02) 38%, rgba(0, 128, 0, 0.02) 39%, rgba(0, 102, 0, 0.03) 40%, rgba(0, 91, 0, 0.05) 42%, rgba(0, 96, 0, 0.06) 43%, rgba(28, 85, 0, 0.07) 44%, rgba(23, 93, 0, 0.08) 45%, rgba(22, 89, 0, 0.09) 46%, rgba(18, 109, 0, 0.11) 47%, rgba(16, 104, 0, 0.12) 48%, rgba(14, 106, 0, 0.14) 49%, rgba(13, 98, 0, 0.15) 50%, rgba(11, 91, 0, 0.17) 51%, rgba(11, 101, 0, 0.19) 52%, rgba(14, 99, 0, 0.21) 53%, rgba(12, 104, 0, 0.25) 55%, rgba(11, 97, 0, 0.27) 56%, rgba(10, 101, 0, 0.3) 58%, rgba(15, 96, 0, 0.32) 59%, rgba(14, 101, 0, 0.34) 60%, rgba(13, 96, 0, 0.36) 61%, rgba(10, 97, 0, 0.38) 62%, rgba(12, 100, 0, 0.41) 63%, rgba(13, 98, 0, 0.43) 64%, rgba(13, 97, 0, 0.46) 65%, rgba(10, 101, 0, 0.51) 67%, rgba(11, 100, 0, 0.53) 68%, rgba(13, 98, 0, 0.56) 70%, rgba(12, 101, 0, 0.6) 72%, rgba(13, 97, 0, 0.63) 74%, rgba(12, 97, 0, 0.67) 76%, rgba(12, 100, 1, 0.69) 77%, rgba(11, 97, 1, 0.7) 78%, rgba(11, 101, 1, 0.71) 79%, rgba(13, 98, 1, 0.72) 80%, rgba(13, 101, 3, 0.79) 85%, rgba(12, 97, 2, 0.8) 86%, rgba(12, 100, 1, 0.83) 88%, rgba(13, 100, 1, 0.78) 94%, rgba(12, 97, 1, 0.76) 96%, rgba(12, 100, 1, 0.73) 99%, rgba(13, 97, 0, 0.23) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.camp-date-location-sec {
  border: solid 1px #0C6301;
  border-radius: 30px;
  background: #F4F4F4;
  padding: 65px 35px;
}
.camp-date-icon-ctn-sec {
  display: flex;
  align-items: center;
}
.camp-date-info-text {
  -ms-flex: 1;
  flex: 1;
}
.camp-date-icon-ctn-sec img {
  margin-right: 17px;
}
.camp-date-location-section h3 {
  font-family: 'kodchasanregular';
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.camp-date-info-text p {
  font-weight: normal;
  color: rgb(32, 32, 32);
  font-size: 17px;
  line-height: 30px;
  font-family: 'kodchasanregular';
  margin-bottom: 0px;
  text-align: left;
}
.camp-date-location-sec .row {
  justify-content: space-around;
  align-items: center;
}
.camp-date-location-sec [class*="col-"]:last-child .camp-date-info-text p {
  max-width: 220px;
}
.spring-camp-out-come-benefits-block .winter-outcome-section .row {
  margin-bottom: -68px;
}
.spring-camp-out-come-benefits-block .winter-outcome-section [class*="col-"] {
  margin-bottom: 68px;
}
.spring-camp-empowering-form-block .hs-button {
  background: #0C6301;
  padding: 19px 49px;
  ccolor: #FFF;
  text-align: center;
  font-family: 'kodchasanregular';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  border-radius: 35px;
  letter-spacing: 2px;
}
.spring-camp-adventure-await-block .winter-forest-inner-sec {
  max-width: 100%;
}
.spring-camp-why-choose-preschool-section .winter-camp-nursery-block-ctn {
  max-width: 100%;
}
.spring-camp-out-come-benefits-block .winter-outcome-img-box p {
  text-align: center;
}
.spring-camp-adventure-await-block .winter-forest-inner-sec > p {
  max-width: 939px;
  margin-left: auto;
  margin-right: auto;
}
.camp-date-location-section {
  margin-bottom: 55px;
  margin-left: -25px;
  margin-right: -25px;
}
.spring-camp-why-choose-preschool-section .winter-camp-nursery-block-ctn p {
  text-align: left;
}
.spring-camp-why-choose-preschool-section .winter-camp-nursery-block-2 {
  margin-top: -20px;
}
.spring-camp-banner .winter-camp-banner-overlay h2 {
  font-size: 65px;
  line-height: 75px;
}
@media (min-width: 1025px) {
  .spring-camp-out-come-benefits-block .winter-outcome-section .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .spring-camp-out-come-benefits-block .winter-outcome-section [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .camp-date-location-sec .row {
    justify-content: flex-start;
    margin-bottom: -20px;
  }
  .camp-date-location-sec [class*="col-"] {
    margin-bottom: 20px;
  }
  .camp-date-icon-ctn-sec {
    display: flex;
    align-items: flex-start;
  }
  .camp-date-location-section {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media(min-width:1250px) and (max-width : 1370px) {
  .camp-date-location-sec {
    padding: 65px 24px;
  }
  .camp-date-location-section {
    margin-left: -50px;
    margin-right: -50px;
  }
}
/* added media */
@media only screen and (max-width:1440px) {}
@media (max-width:1399px) {}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
  .addedfrom p {
    margin: 0 auto 40px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 575px) {
  .calculateform {
    padding: 60px 30px
  }
  .addedfrom {
    background: #E0F1BB;
    padding: 69px 13px;
  }
  .fee-display {
    font-size: 13px;
  }
}
@media only screen and (max-width: 420px) {
  .frmnote {
    font-size: 11px;
  }
  .calculateform {
    padding: 60px 20px;
  }
}
/*...summer-campaign...*/
[class*="summer-camp"], [class*="summer-camp"] h1, [class*="summer-camp"] h2, [class*="summer-camp"] h3, [class*="summer-camp"] h4, [class*="summer-camp"] p {
  font-family: 'kodchasanregular';
}
[class*="summer-camp"] h2 {
  font-size: 38px;
  line-height: normal;
}
[class*="summer-camp"] .winter-camp-banner-overlay h1 {
  margin-left: auto;
  color: #fff;
  font-weight: 600;
  max-width: 480px;
  font-size: 38px;
  line-height: normal;
}
[class*="summer-camp"] .winter-camp-banner-overlay h2 {
  margin-left: auto;
  color: #fff;
  font-weight: bold;
  max-width: 480px;
  font-size: 48px;
  font-style: normal;
}
[class*="summer-camp"] .winter-camp-banner-overlay {
  text-align: right;
}
.summer-camp-little-plus-section {
  padding: 0px 0px 70px;
}
.summer-camp-little-plus-section h2 {
  max-width: 310px;
  font-weight: bold;
  margin: 0px;
}
.little-plus-block {
  background: #E6F5FC;
  border-radius: 15px;
  padding: 20px 10px 18px;
  text-align: center;
  height: 100%;
}
.little-plus-block-icon {
  margin-bottom: 15px;
}
.little-plus-block p {
  font-weight: normal;
  color: #000;
  font-size: 15px;
  line-height: normal;
  max-width: 188px;
  margin: auto;
}
.little-plus-list-wrap .row {
  margin-bottom: -30px;
}
.little-plus-list-wrap [class*="col-"] {
  margin-bottom: 30px;
}
.summer-camp-location-dates {
  background: rgba(155, 216, 244, 0.25);
  padding: 70px 0px;
}
.summer-camp-location-dates h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
.summer-camp-location-box {
  border: solid 1px #00ABC7;
  border-radius: 14px;
  padding: 20px;
  background: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}
.summer-camp-location-dates [class*="col-"] {
  margin-bottom: 12px;
}
.summer-camp-location-dates .row {
  margin-bottom: -12px;
}
.summer-camp-location-box-icon {
  margin-right: 15px;
}
.summer-camp-location-box-ctn {
  flex: 1;
}
.summer-camp-location-box-ctn p {
  font-weight: normal;
  color: #000;
  font-size: 17px;
  line-height: normal;
  margin: 0px;
}
.summer-camp-benefits {
  padding: 70px 0px;
  background: #fff;
}
.summer-camp-benefits h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 18px;
}
.summer-camp-benefits p {
  font-weight: normal;
  color: #000;
  font-size: 15px;
  line-height: normal;
  max-width: 880px;
  margin: auto;
  margin-bottom: 60px;
  text-align: center;
}
.summer-camp-benefits-box {
  border-radius: 15px;
  background: #E6F5FC;
  overflow: hidden;
  height: 100%;
}
.summer-camp-benefits-box-img {
  margin-bottom: 22px;
}
.summer-camp-benefits-box-img img {
  width: 100%
}
.summer-camp-benefits-box-ctn {
  padding: 0px 20px 58px;
}
.summer-camp-benefits-box-ctn p {
  color: #000;
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.summer-camp-benefits-slider-arrows .swiper-button-prev, .summer-camp-benefits-slider-arrows .swiper-button-next {
  display: none;
}
.summer-camp-benefits-slider-arrows .swiper-pagination {
  position: relative;
  left: auto;
  bottom: auto;
  top: auto;
  padding-top: 30px;
}
.summer-camp-benefits-slider-arrows .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(0, 171, 199, 0.2);
}
.summer-camp-benefits-slider-arrows .swiper-pagination-bullet {
  background: rgba(42, 99, 125, 1);
}
[class*="summer-camp"] .winter-orange-btn {
    color: #fff;
    background: #00ABC7;
  font-size: 15px;
  padding: 20px 40px;
  letter-spacing: 0px;
  display: inline-block;
}
[class*="summer-camp"] .winter-welcome-section {
  padding: 70px 0px;
  background: #E6F5FC;
}
[class*="summer-camp"] .common-title-ctn-style p {
  font-weight: normal;
  color: #000;
  font-size: 16px;
  line-height: normal;
  line-height: 26px;
}
.summer-camp-fee-sec p {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}
[class*="summer-camp"] .winter-welcome-sec-img img {
  border-radius: 15px;
}
[class*="summer-camp"] .winter-activities-box {
  background: #E6F5FC;
  border-radius: 15px;
  padding: 5px 8px 20px;
  height: 100%;
  display: block;
}
[class*="summer-camp"] .activities-box-img {
  max-width: 100%;
  margin-bottom: 25px;
  margin-right: 0px;
}
[class*="summer-camp"] .activities-box-img img {
  border-radius: 12px;
}
[class*="summer-camp"] .winter-activities-box h2 {
  font-size: 18px;
  line-height: normal;
  color: #000000;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
  min-height: 46px;
}
[class*="summer-camp"] .winter-activities-box p {
  font-weight: normal;
  color: #000;
  font-size: 15px;
  line-height: 25px;
}
[class*="summer-camp"] .activities-box-ctn {
  padding: 0px 10px;
}
[class*="summer-camp"] .addedfrom {
  background: rgba(22, 74, 98, 0.75);
  padding: 70px 0;
}
[class*="summer-camp"] .calculateform select {
  margin-bottom: 20px;
  padding: 7px 19px;
  border: solid 1px rgba(0, 171, 199, 1);
}
.summer-camp-fee-sec h2 {
  margin-bottom: 12px;
}
.summer-camp-fee-sec h2, .summer-camp-fee-sec p {
  color: #fff;
}
[class*="summer-camp"] .calculateform .btn {
  text-align: center;
  font-family: 'kodchasanregular';
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  border-radius: 35px;
  letter-spacing: 0px;
  color: #fff;
  background: #164A62;
  font-size: 15px;
  padding: 20px 40px;
  width: auto;
  display: table;
  margin: auto;
}
[class*="summer-camp"] .calculateform {
  background: #FFFFFF;
  padding: 30px;
  border-radius: 22px;
  box-shadow: none;
  max-width: 100%;
}
.summer-camp-whyblossom-sec .winter-welcome-section {
  background: #fff;
}
.summer-camp-whyblossom-sec p {
  margin-bottom: 20px;
}
.summer-camp-whyblossom-sec ul {
  margin: 0px;
  padding: 0px;
}
.summer-camp-whyblossom-sec ul li {
  display: flex;
  margin-bottom: 20px;
  font-weight: normal;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
	align-items: flex-start;
}
.summer-camp-whyblossom-sec ul li img {
  margin-right: 21px;
	    margin-top: 6px;
}
.summer-camp-whyblossom-sec ul li span {
  flex: 1;
}
.summer-camp-book-tour-sec {
  padding: 70px 0px;
  background: #E6F5FC;
}
[class*="summer-camp"] .book-a-tour-hubspot form {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  padding: 30px 20px;
  margin: 0px !important;
}
[class*="summer-camp"] .book-a-tour-hubspot form .hsfc-TextInput {
  padding: 10px 10px;
  border: solid 1px rgba(0, 171, 199, 1);
}
.summer-camp-book-tour-sec .hsfc-Button {
  text-align: center !important;
  font-family: 'kodchasanregular' !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 120%;
  border-radius: 35px !important;
  letter-spacing: 0px;
  color: #fff !important;
  background: #00ABC7;
  font-size: 15px !important;
  padding: 20px 40px !important;
  width: auto !important;
  display: table;
  margin: auto;
  text-transform: none;
}
[class*="summer-camp"] .book-a-tour-hubspot form span {
  font-family: 'kodchasanregular' !important;
  font-size: 15px;
}
.summer-camp-book-tour-sec h2 {
  font-size: 38px !important;
  font-weight: bold;
  max-width: 296px;
}
.summer-camp-book-tour-sec p {
  font-weight: normal;
  color: #000;
  font-size: 16px !important;
  line-height: 26px !important;
  margin-bottom: 38px !important;
}
.summer-camp-intro-sec h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 30px;
}
[class*="summer-camp"] .faq-accrodion .acc_section {
  border-radius: 6px !important;
}
[class*="summer-camp"] .faq-accrodion .acc_section .acc_head h3 {
  font-weight: 400;
  font-size: 17px;
  color: #000;
	padding-right: 40px;
	line-height: normal;
}
[class*="summer-camp"] .faq-accrodion .acc_content p {
  font-weight: normal;
  color: #000;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0px;
  margin-top: 18px;
}
[class*="summer-camp"] .faq-accrodion .acc_section .acc_head h3:before {
  width: 20px;
  height: 12px;
  border: 0px;
  background: url(../../../assets/img/module/acordion-arw.svg);
  background-size: 100%
}
[class*="summer-camp"] .faq-accrodion .acc_section.acc_active .acc_head h3:before {
  rotate: 180deg;
}
[class*="summer-camp"] .hsfc-PhoneInput {
  height: 38px;
}
[class*="summer-camp"] .hsfc-Step .hsfc-Step__Content > :last-child {
  margin-bottom: 0;
  margin-top: 0px;
}
.footer {
    position: relative;
    z-index: 10;
}
@media(min-width:992px) {
  [class*="summer-camp"] .winter-camp-activities-slider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -20px;
  }
  [class*="summer-camp"] .winter-camp-activities-slider .swiper-slide {
    flex: 0 0 auto;
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
    height: initial !important;
    margin-bottom: 20px;
  }
  [class*="summer-camp"] .winter-welcome-section [class*="col-"] {
    width: 50%;
  }
  .summer-camp-book-tour-sec .col-lg-3 {
    width: 36%;
  }
  .summer-camp-book-tour-sec .col-lg-9 {
    width: 64%;
  }
}
@media(min-width:1025px) {
  .little-plus-list-wrap [class*="col-"] {
    flex: 1 0 0%;
  }
  .summer-camp-benefits-slider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -18px;
  }
  .summer-camp-benefits-slider .swiper-slide {
    flex: 0 0 auto;
    width: 33.33%;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 18px;
    height: initial !important;
  }
  [class*="summer-camp"] .winter-welcome-section .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  [class*="summer-camp"] .winter-welcome-section [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .summer-camp-benefits-slider-outer {
    padding-left: 70px;
    padding-right: 70px;
  }
  .summer-camp-whyblossom-sec .winter-welcome-section .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .summer-camp-whyblossom-sec .winter-welcome-section [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .summer-camp-book-tour-sec .row {
    margin-left: -35px;
    margin-right: -35px;
  }
  .summer-camp-book-tour-sec [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media(min-width:1400px) {
  [class*="summer-camp"] .container {
    max-width: 1217px;
  }
}
@media(max-width:1024px) {
  [class*="summer-camp"] .winter-camp-activities-slider .swiper-slide {
    flex: 0 0 auto;
    width: 33.33%;
  }
}
@media(max-width:991px) {
  [class*="summer-camp"] h2 {
    line-height: normal;
    font-size: 28px;
  }
  .summer-camp-little-plus-section h2 {
    max-width: 100%;
    margin-bottom: 30px;
  }
  [class*="summer-camp"] .winter-camp-banner-img-sec img {
    height: 395px;
    object-fit: cover;
  }
  [class*="summer-camp"] .winter-camp-banner-overlay h1 {
    font-size: 24px;
    line-height: normal;
  }
  [class*="summer-camp"] .winter-camp-banner-overlay h2 {
    font-size: 32px;
    line-height: normal;
  }
  .summer-camp-book-tour-sec h2 {
    font-size: 28px !important;
  }
  [class*="summer-camp"] .winter-welcome-sec-ctn {
    text-align: left;
    margin-bottom: 40px;
  }
  [class*="summer-camp"] .common-title-ctn-style h2 {
    text-align: left;
  }
  [class*="summer-camp"] .winter-welcome-sec-img img {
    height: 419px;
    object-fit: cover;
  }
  [class*="summer-camp"] .winter-camp-activities-section .common-title-ctn-style {
    text-align: left;
  }
  .summer-camp-location-dates h2 {
    text-align: left;
  }
  [class*="summer-camp"] .addedfrom h2, [class*="summer-camp"] .addedfrom p {
    text-align: left;
  }
  .summer-camp-whyblossom-sec .winter-welcome-section [class*="col-"]:first-child {
    order: 2;
  }
  .summer-camp-whyblossom-sec .winter-welcome-section [class*="col-"]:last-child {
    order: 1;
  }
  .summer-camp-whyblossom-sec .winter-welcome-sec-ctn {
    margin-bottom: 0px;
  }
  .summer-camp-whyblossom-sec .winter-welcome-sec-img {
    margin-bottom: 30px;
  }
  .summer-camp-whyblossom-sec .winter-welcome-sec-img img {
    height: 500px;
    object-fit: cover
  }
  .summer-camp-book-tour-sec .col-lg-3 {
    width: 100%;
  }
  .summer-camp-book-tour-sec .col-lg-9 {
    width: 100%;
  }
  .summer-camp-book-tour-sec .component-image img {
    height: 390px;
    object-fit: cover;
    width: 100%;
  }
  [class*="summer-camp"] .faq-accordion-section h2 {
    text-align: left;
  }
  .summer-camp-intro-sec h3 {
    font-size: 20px;
  }
}
@media(max-width:767px) {
  /* [class*="summer-camp"] .winter-camp-activities-slider .swiper-slide {
    width: 50%;
  }*/
  .summer-camp-little-plus-section .container, .summer-camp-location-dates .container, .summer-camp-fee-sec .container {
    padding: 0px 30px;
    max-width: 100%;
  }
  .summer-camp-book-tour-sec .container {
    padding: 0px 30px;
    max-width: 100%;
  }
  .faq-accordion-section .container {
    padding: 0px 30px;
    max-width: 100%;
  }
  [class*="summer-camp"] .book-a-tour-hubspot form {
    padding: 0;
  }
  [class*="summer-camp"] .winter-camp-banner-img-sec img {
    height: 834px;
    object-fit: cover;
    object-position: bottom;
  }
  .summer-camp-banner-sec .winter-camp-banner-overlay {
    align-items: flex-end;
    padding-bottom: 58px;
  }
  [class*="summer-camp"] .winter-camp-banner-overlay {
    text-align: left;
  }
  [class*="summer-camp"] .winter-camp-banner-overlay h1 {
    margin-left: 0px;
  }
  [class*="summer-camp"] .winter-camp-banner-overlay h2 {
    margin-left: 0px;
  }
}
@media(max-width:575px) {
  [class*="summer-camp"] .winter-camp-banner-img-sec img {
    height: auto;
    object-fit: inherit;
  }
  [class*="summer-camp"] .winter-camp-banner-overlay {
    text-align: left;
  }
  [class*="summer-camp"] .winter-camp-banner-overlay h1 {
    margin-left: 0px;
  }
  [class*="summer-camp"] .winter-camp-banner-overlay h2 {
    margin-left: 0px;
  }
  /*  [class*="summer-camp"] .winter-camp-activities-slider .swiper-slide {
    width: 100%;
  }*/
}