@charset "UTF-8";

:root {
  --teal: #009490;
  --dark-teal: #004f51;
  --light-teal: #f4f9ff;
  --pink: #b14c59;
  --dark-red: #691c32;
  --light-purple: #410099;
  --dark-yellow: #ff8300;
  --light-beige: #fdf6f3;
  --light-black: #313131;
  --blue: #114d93;
  /* --blue: #3a1293; */
  --navy-blue: #082d57;
  --second-dark-teal: #40928f;
  --third-dark-teal: #40928f4a;
  --orange: #ff5100;
  --beige: #faf4e2;
  --purple: #2e1a46;
  --dark-gray: #2e146;
  --dark-green: #062a30;
  --dark-pink: #691c32;
  --light-pink: #e8b8a6;
  --bright-orange: #ff5100;
  --turquoise: #19d3c5;
  --lavender: #ae95da;
  --yellow: #ffb71b;
  --dark-yellow: #ff8300;
  --light-white: #fff3e1;
  --black: #000;
  --white: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "The-Future";
}

.bg-white {
  background-color: var(--white);
}

.bg-gray {
  background-color: var(--beige);
}

.bg-color-primary {
  background-color: var(--teal);
}

.bg-light-blue {
  background-color: var(--light-purple);
}

.bg-color-blue {
  background-color: var(--blue);
}

.bg-orange {
  background-color: var(--orange);
}

.bg-lightest-blue {
  background-color: var(--beige);
}

.bg-lightest-beige {
  background-color: var(--light-beige);
}

.bg-lightest-teal {
  background-color: var(--light-teal);
}

.bg-second-dark-teal {
  background-color: var(--second-dark-teal);
}

.bg-navy-blue {
  background-color: var(--dark-teal);
}

.bg-dark-gray {
  background-color: var(--dark-gray);
}

.bg-dark-green {
  background-color: var(--dark-green);
}

.bg-pink {
  background-color: var(--pink);
}

.bg-light-pink {
  background-color: var(--light-pink);
}

.bg-deep-red {
  background-color: var(--dark-red);
}

/* -------------new-bg-color-variable------------ */
.bg-teal {
  background-color: var(--teal);
}

.bg-dark-pink {
  background-color: var(--dark-pink);
}

.bg-dark-teal {
  background-color: var(--dark-teal);
}

.bg-purple {
  background-color: var(--purple);
}

.bg-dark-green {
  background-color: var(--dark-green);
}

.bg-light-pink {
  background-color: var(--light-pink);
}

.bg-bright-orange {
  background-color: var(--bright-orange);
}

.bg-turquoise {
  background-color: var(--turquoise);
}

.bg-lavender {
  background-color: var(--lavender);
}

.bg-yellow {
  background-color: var(--yellow);
}

.bg-dark-yellow {
  background-color: var(--dark-yellow);
}

.bg-beige {
  background-color: var(--beige);
}

/*  For Small Screens  */
@media (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  h1.hero {
    font-size: 60px;
    line-height: 88px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    font-size: 26px;
    line-height: 32px;
  }

  h5 {
    font-size: 24px;
    line-height: 32px;
  }

  h6 {
    font-size: 20px;
    line-height: 24px;
  }

  p {
    line-height: 26px;
  }

  body {
    font-size: 16px;
    line-height: 24px;
  }
}

/*  For Large Screens  */
@media (min-width: 992px) {
  h1 {
    font-size: 55px;
    line-height: 74px;
  }

  h1.hero {
    font-size: 110px;
    line-height: 112px;
  }

  h2 {
    font-size: 55px;
    line-height: 55px;
  }

  h3 {
    font-size: 50px;
    line-height: 72px;
  }

  h4 {
    font-size: 40px;
    line-height: 56px;
  }

  h5 {
    font-size: 30px;
    line-height: 48px;
  }

  h6 {
    font-size: 24px;
    line-height: 32px;
  }

  p {
    line-height: 28px;
  }

  body {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 32px !important;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .wp-block-educatius-paragraph-and-text.text-block-wrap.book-meeting-content-block {
    padding: calc(72px + 72px) 0px 80px;
  }
}

.text-primary {
  color: var(--teal) !important;
}

.text-white {
  color: var(--white) !important;
}

.text-black {
  color: var(--light-black);
}

.text-light-black {
  color: var(--light-black);
}

::selection {
  color: var(--white);
  background: var(--teal);
}

*:is(:focus, ::after:focus, ::before:focus) {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "The-Future";
  color: var(--dark-gray);
}

a {
  text-decoration: none;
  color: var(--teal);
}

a:hover {
  text-decoration: underline;
  color: var(--teal);
}

.gy-32 {
  row-gap: 2rem;
}

.custom-row-gape {
  gap: 32px 18px;
}

.logo-wrap {
  width: 194px;
}

.logo-wrap .logo {
  display: flex;
  max-width:200px;
}

.logo-wrap .logo-dark {
  display: none;
}

.logo-wrap.is-dark .logo {
  display: none;
}

.logo-wrap.is-dark .logo-dark {
  display: flex;
}

.btn {
  border-radius: 0;
  font-family: "The-Future";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.btn:not(.btn-link):hover {
  text-decoration: none;
}

.btn-gry {
  background-color: var(--dark-gray);
  color: var(--white);
}

.btn-bg-pink {
  background-color: var(--pink);
}

.btn-bg-light-blue {
  background-color: var(--light-purple);
}

.btn-bg-light-pink {
  background-color: var(--light-pink);
}

.btn-bg-orange {
  background-color: var(--orange);
  color: #fff;
}

.btn-light-grey {
  background-color: var(--beige);
  color: var(--black);
}

.btn-primary {
  background-color: var(--teal);
  color: var(--white);
  --bs-btn-border-color: transparent;
}

.btn-primary:focus {
  background-color: var(--dark-teal);
  color: var(--white);
  --bs-btn-border-color: transparent;
  border-color: var(--dark-teal);
  box-shadow: inherit;
}

.btn-filter-light-blue {
  background-color: var(--light-purple);
  color: var(--dark-teal);
  border-radius: 8px;
}

.btn-filter-light-blue:hover {
  background-color: var(--dark-teal);
  border-color: var(--dark-teal);
  color: var(--white);
  text-decoration: none;
  text-decoration: none;
}

.btn-primary:hover {
  background-color: var(--dark-teal);
  border-color: var(--dark-teal);
  text-decoration: none;
  text-decoration: none;
}

.btn-light-purple {
  background-color: var(--light-purple);
  border-color: var(--light-purple);
}
.btn-dark-yellow {
  background-color: var(--dark-yellow);
  border-color: var(--dark-yellow);
}
.btn-dark-red {
  background-color: var(--dark-red);
  border-color: var(--dark-red);
}
.btn-dark-teal {
  background-color: var(--teal);
  border-color: var(--teal);
}

.btn-light {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--teal) !important;
}

.btn-light:hover {
  color: var(--teal);
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.btn-outline-primary {
  border-color: var(--teal);
  color: var(--teal);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  border-color: var(--teal);
  background-color: var(--teal);
}

.btn-outline-white {
  border-color: var(--white);
  color: var(--white);
}

.btn-outline-white:hover,
.btn-outline-white:focus {
  border-color: var(--teal);
  background-color: var(--teal);
}

.btn-outline-bg-white {
  border-color: var(--white);
  color: var(--white);
}

.btn-outline-bg-white:hover,
.btn-outline-bg-white:focus {
  border-color: var(--teal);
  background-color: var(--white);
  color: var(--teal);
}

.btn-outline-light:hover,
.btn-outline-light:focus {
  color: var(--teal);
  background-color: var(--white);
}

.btn-white {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--teal);
}

.btn-white:hover,
.btn-white:focus {
  border-color: var(--white);
  background-color: var(--teal);
  color: var(--white);
}

.btn-link {
  text-decoration: none;
  color: var(--dark-teal);
}

.btn-link:hover {
  color: var(--dark-teal);
  text-decoration: underline;
}

.btn-link.light {
  color: var(--white);
}

.btn-link.light:hover .btn-link.light {
  color: var(--white);
}

.form-label {
  color: var(--teal);
}

.form-control {
  padding: 10px 14px;
  border: 1px solid var(--teal);
}

.divider-light {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.wp-block-column p a {
  text-decoration: underline;
  font-weight: 500;
}

.text-block-wrap p a {
  text-decoration: underline;
  font-weight: 500;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.5s transform linear;
  min-height: 85px;
}

.header.is-sticky,
.header.nav-active {
  background-color: var(--teal);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  min-height:85px;
}

.header.is-up {
  background-color: var(--teal);
  transform: translateY(-150%);
}

.header-top-nav-wrap {
  gap: 2rem;
}

.header-top-nav-wrap .btn-link-partner span {
  position: relative;
  top: 2px;
}

.is-sticky .header-top .head-svg-icon span img {
  display: none;
}

.header-top .head-svg-icon span {
  background: url(https://educatius.org/wp-content/uploads/2022/12/search-img-white.png);
  background-repeat: no-repeat;
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
}

.is-sticky .header-top .head-svg-icon span {
  background: url(https://educatius.org/wp-content/uploads/2022/12/search-img-white.png);
  background-repeat: no-repeat;
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
}

.country-flag-block {
  position: relative;
}

.country-flag-block .head-svg-icon-flag {
  margin-top: 2px;
  max-width: 21px;
  max-height:25px;
}

.country-flag-block .primary-flag-icon {
  display: none;
}

.is-sticky .country-flag-block .white-flag-icon {
  display: none;
}

.is-sticky .country-flag-block .primary-flag-icon {
  display: block;
}

@media (max-width: 575px) {
  .header-top-nav-wrap {
    gap: 1rem;
  }
}

.head-svg-icon,
.head-svg-icon:hover {
  color: var(--white);
}

.header.is-sticky:not(.nav-active) :is(.btn-link.light, .btn-link.light:hover),
.header.is-sticky:not(.nav-active) :is(.head-svg-icon) {
  color: var(--white);
}

.burger {
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s linear 0ms;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0ms;
  -ms-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
}

.burger:after,
.burger:before,
.burger span {
  -webkit-transition: all 0.3s linear 0ms;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0ms;
  -ms-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
  content: "";
  background-color: var(--white);
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 22px;
  top: 23px;
  border-radius: 4px;
}

.header.is-sticky .burger {
  color: var(--white);
}

.header.is-sticky:not(.nav-active) .burger:after,
.header.is-sticky:not(.nav-active) .burger:before,
.header.is-sticky:not(.nav-active) .burger span {
  background-color: var(--white);
}

.burger:before {
  top: 9px;
}

.burger span {
  top: 16px;
}

.opened .burger:before {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.opened .burger:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
}

.opened .burger span {
  display: none;
}

.header-top {
  position: relative;
  z-index: 999;
 background-color: var(--teal);
}

.head-nav-wrap {
  top: 85px;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99;
  transform: translateY(-120%);
  transform-origin: center;
  transition: 0.6s all ease;
  padding: 1rem;
  background-color: var(--teal);
}

.head-nav-wrap.is-open {
  transform: translateY(0);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}

.head-nav-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--teal);
  transition: 0.8s all linear;
  clip-path: circle(0 at 90.3% 53px);
}

.head-nav-bg.is-open {
  clip-path: circle(4000px at 90.3% 53px);
}

.head-nav {
  height: 100%;
  overflow: auto;
}

.head-nav-wrap.is-open .head-nav {
  height: auto;
}

.head-nav-ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

.head-nav-link {
  font-family: "The-Future";
  color: var(--white);
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  position: relative;
}

.head-nav-link:hover {
  color: var(--white);
  text-decoration: none;
}

.head-nav-wrap .divider-light {
  width: 20px;
}

.head-nav-ul .head-nav-li .search-header {
  display: none;
}

.country-link {
  text-transform: capitalize;
  font-family: "The-Future";
}

.home-banner-section {
  min-height: 90vh;
  max-height: 975px !important;
  position: relative;
}

.home-banner-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.modal-content {
  border-radius: 0;
}

.country-modal .modal-body {
  padding: 32px 64px 120px;
}

.country-widget {
  padding: 32px;
}

.country-widget:not(:last-child) {
  border-right: 1px solid var(--beige);
}

.country-widget svg,
.country-widget img {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.country-widget img {
  border-radius: 50px;
  object-fit: cover;
}

/* #country-menu {
  display: block !important;
} */
/*.country-select-wrap {
  display : none !important;
}*/
.country-second-menu {
  display: none !important;
}

@media (max-width: 767px) {
  .country-modal .modal-body {
    padding: 32px 32px 120px;
  }

  .country-select-wrap {
    flex-direction: column;
  }

  .country-widget {
    width: 100%;
    justify-content: flex-start;
    padding: 32px 0;
    max-width: 200px;
  }

  .country-widget:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--beige);
  }
}

.modal-title {
  font-family: "The-Future";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 48px;
  text-align: center;
  text-transform: uppercase;
  color: var(--teal);
}

/* button[data-bs-target="#countryModal"] {
  display: none !important;
} */
/* Header CSS End */

.home-banner-text {
  width: 100%;
  color: var(--white);
  text-align: right;
  align-self: center;
  /* gap: 2rem; */
  /* padding-top: 160px;
  padding-bottom: 160px; */
}

.home-banner-text a {
  color: var(--white);
  text-decoration: none;
  display: flex;
}

.educom-home-banner-wrap .home-banner-text a {
  color: var(--white);
  text-decoration: none;
  display: inline-block;
}

.home-banner-text a:not(:last-child) {
  padding-bottom: calc(2rem - 0.83rem);
}

.home-banner-text span {
  display: inline-flex;
  position: relative;
  cursor: pointer;
  font-size: 80px;
  line-height: 96px;
  font-family: "The-Future";
  font-weight: 600;
}

.home-banner-text span:after,
.head-nav-link:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 8px;
  width: 100%;
  background-color: var(--orange);
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 991px) {
  .home-banner-text span {
    font-size: 46px;
    line-height: 56px;
  }
  .educom-home-banner-wrap .home-banner-text {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.educom-home-banner-section {
  position: relative;
  height: 100vh;
  width: 100%;
}

.educom-home-banner-wrap {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  background-position: center;
  height: 100%;
}
.banner-inner-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.educom-home-banner-wrap .home-banner-text {
  width: 100%;
  color: var(--white);
  text-align: left;
}
.educom-home-banner-wrap .home-banner-text a {
  color: var(--white);
  text-decoration: none;
}
.educom-home-banner-wrap .home-banner-text h1 {
  position: relative;
  font-size: 80px;
  line-height: 96px;
  font-family: "The-Future";
  max-width: 750px;
  text-transform: capitalize;
}
.educom-home-banner-wrap .home-banner-text p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  font-family: "The-Future";
  max-width: 560px;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
}
.educom-home-banner-wrap .banner-about-block {
  position: absolute;
  bottom: 30px;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
}
.educom-home-banner-wrap .banner-about-block span {
  font-size: 22px;
  color: var(--white);
  display: inline-block;
  max-width: 500px;
  margin: 0 2%;
}
.educom-home-banner-wrap .banner-about-block span a {
  color: var(--white);
  text-transform: uppercase;
  position: relative;
  line-height: 38px;
}
.educom-home-banner-wrap .banner-about-block span a:hover {
  text-decoration: none;
}
.educom-home-banner-wrap .banner-about-block span a:after {
  content: "";
  left: 0;
  right: 0;
  bottom: -6px;
  background: var(--white);
  position: absolute;
  width: 100%;
  height: 2.5px;
  display: block;
  border-radius: 8px;
}
.educom-home-banner-wrap .banner-about-block span:hover a:after {
  background: var(--orange);
}
.banner-paradise-section .paradise-content {
  color: var(--white);
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.banner-paradise-section .paradise-content .hight-light-text {
  font-size: 18px;
}
.banner-paradise-section .paradise-content .paradise-para {
  font-size: 16px;
  margin-left: 10px;
  font-weight: 450;
}
.banner-paradise-section .paradise-content .paradise-para a {
  color: var(--white);
}
.banner-paradise-section .paradise-content .paradise-para a {
  text-decoration: underline;
  font-weight: 900;
  margin-left: 8px;
  font-size: 15px;
  letter-spacing: 1px;
}
.banner-paradise-section .paradise-content .paradise-para a:hover {
  text-decoration: none;
}
.banner-paradise-section .paradise-content .toast-more-btn {
  margin-left: 10px;
  font-weight: 900;
}

@media (max-width: 991px) {
  .educom-home-banner-wrap {
    height: 700px;
    display: block;
    padding-top: 60px;
  }
  .educom-home-banner-wrap .home-banner-text h1 {
    font-size: 46px;
    line-height: 56px;
    max-width: 100%;
  }
  .educom-home-banner-wrap .home-banner-text p {
    max-width: 100%;
    font-weight: 400;
  }
  .educom-home-banner-wrap .banner-about-block span {
    font-size: 20px;
    margin: 10px auto;
  }
  .banner-paradise-section .paradise-content {
    text-align: left;
  }
  .banner-paradise-section .paradise-content .hight-light-text {
    font-size: 18px;
    display: block;
  }
  .banner-paradise-section .paradise-content .paradise-para {
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
  .banner-paradise-section .paradise-content .paradise-para a {
    text-decoration: underline;
  }
  .banner-paradise-section .paradise-content .toast-more-btn {
    margin-left: 0;
    display: block;
    margin-top: 6px;
  }
}

.head-nav-link:after {
  height: 4px;
  transform-origin: center;
  transition: all 0.3s ease-in-out;
}

.home-banner-text span:hover:after,
.home-banner-text span.active:after,
.head-nav-link.active:after,
.head-nav-link:hover:after {
  transform: scaleX(1);
}

.home-banner-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home-banner-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s all;
}

/* .banner-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(181.97deg, rgba(17, 77, 147, 0.53) -7.55%, rgba(255, 255, 255, 0) 44.52%), linear-gradient(57.52deg, #D24204 -28.4%, rgba(255, 255, 255, 0) 53.16%);
} */

/*INNER BANNER SECTION*/
.inner-banner-section {
  width: 100%;
  position: relative;
}

.text-only .inner-banner-wrap {
  max-width: 1200px;
}

.text-only .inner-banner-wrap p {
  max-width: 526px;
  margin: 0 auto;
}

.text-only .error-block-wrap p {
  margin: inherit;
  margin-bottom: 16px;
}

.inner-banner-section .inner-banner-wrap img {
  width: 100%;
  min-height: 528px;
  max-height: 50vh;
  object-fit: cover;
  object-position: top;
}

.inner-banner-section.text-only {
  padding: calc(144px + 104px) 0px 144px;
}

.slim-banner .inner-banner-section {
  padding: 168px 0px 96px;
}

.inner-banner-section .banner-price-button {
  display: inline-block;
  position: absolute;
  background: var(--beige);
  padding: 10px 50px 10px 24px;
  color: var(--teal);
  right: 0;
  top: 50%;
  margin-top: -22px;
}

.top-banner-section {
  position: relative;
}
.inner-banner-section .banner-content-block {
  position: absolute;
  width: 100%;
  padding: calc(54px + 34px) 0px 34px;
}
.inner-banner-section .inner-banner-block {
  padding-top: 200px;
}
.inner-banner-section .inner-banner-block img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.inner-banner-block > img {
  display: none;
}

/*  For Small Screens  */
@media (max-width: 991px) {
  .inner-banner-section.text-only {
    padding: calc(64px + 90px) 0px 64px;
  }
  .inner-banner-section .banner-content-block {
    position: relative;
  }
  .inner-banner-section .inner-banner-block {
    padding-top: 0px;
  }
}

.search-results-section .divider {
  border-bottom: 1px solid var(--black);
  margin-bottom: 20px;
}

.search-results-section .divider a {
  background: url("../img/icons/long-arrow-right.svg") no-repeat right top 5px;
  padding-right: 15px;
  padding-bottom: 15px;
  display: block;
  color: var(--black);
}

.search-results-section .divider a:hover {
  text-decoration: none;
  color: var(--teal);
}

.search-results-section a:hover {
  color: var(--dark-teal);
}

/* .inner-banner-section.text-only .inner-banner-wrap {
} */

.banner-blue-box {
  background: var(--teal);
  margin: 0 auto -50px;
  max-width: 800px;
  width: calc(100% - 2rem);
  padding: 32px 65px;
  text-align: center;
  color: var(--white);
  /* transform: translatey(-50%); */
  margin-top: -132px;
  z-index: 9;
  position: relative;
  margin-bottom: 50px;
}

.banner-blue-box-block {
  margin: 0 auto -50px;
  max-width: 800px;
  width: calc(100% - 2rem);
  padding: 32px 65px;
  text-align: center;
  color: var(--white);
  /* transform: translatey(-50%); */
  margin-top: -132px;
  z-index: 9;
  position: relative;
  margin-bottom: 50px;
}
.banner-blue-box-block h1 {
  text-transform: uppercase;
}
.banner-blue-box-block p {
  color: var(--white);
}

.common-breadcrumb-section {
  margin-top: 10px;
  margin-bottom: 30px;
}

.common-breadcrumb-section .breadcrumb span {
  text-transform: capitalize;
}

.banner-lower-block {
  max-width: 830px;
  margin: 0 auto;
}
.banner-lower-section .container {
  max-width: 920px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .school-content-inner-block iframe {
    width: 100%;
  }
  .banner-blue-box-block {
    margin-bottom: 0px;
  }
  .banner-lower-block {
    max-width: 100%;
    margin: 0 auto;
  }
  .banner-lower-section .container {
    max-width: 100%;
  }
}

.banner-blue-box p {
  color: var(--white);
}

/*INNER BANNER SECTION*/

/*about block SECTION*/
/* .whats-included-section .col h6 {
  margin-top: 20px;
} */

/*QUICK FACT SECTION*/
.quick-fact-section {
  border: 1px solid var(--teal);
  border-radius: 10px;
  padding: 35px 24px 20px;
  margin-top: 16px;
}
.quick-fact-section .list-group {
  margin-left: 20px;
}
.quick-fact-section .list-group br {
  display: none;
}
.quick-fact-section .list-group .list-item {
  padding: 6px 0px;
}
.quick-fact-section .btn {
  margin-top: 20px;
}

.favorite-bar {
  border-radius: 8px;
}
.bookmark-img {
  background-image: url(../img/icons/bookmark-icon.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-position: center;
  margin-left: 7px;
  position: relative;
  top: 5px;
}
.share-img {
  background-image: url(../img/icons/share-icon.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-position: center;
  margin-left: 7px;
  position: relative;
  top: 5px;
}

/*NEW QUICK FACT SECTION*/
.educom-quick-fact-section {
  border: 1px solid var(--teal);
  border-radius: 8px;
  padding: 35px 24px 20px;
  position: relative;
  max-width: 590px;
  margin-bottom: 1rem;
}
.reserve-fact-section {
  border-radius: 0px 8px 8px 0px;
  height: 100%;
}
.educom-quick-fact-section .list-group {
  margin-left: 20px;
}
.educom-quick-fact-section .list-group br {
  display: none;
}
.educom-quick-fact-section .list-group .list-item {
  padding: 6px 0px;
}
.educom-quick-fact-section .quick-facts-button {
  display: inline-block;
  position: absolute;
  background: var(--light-teal);
  padding: 10px 24px;
  color: var(--black);
  right: -2px;
  top: 28px;
  text-align: center;
}
.educom-quick-fact-section .quick-calculate-block {
  margin-bottom: 1rem;
}
.educom-quick-fact-section .quick-list-block ul {
  column-count: 1;
}
.educom-quick-fact-section .quick-list-block ul li {
  line-height: 28px;
}
.educom-quick-fact-section .quick-reservation-block {
  border-top: 1px solid var(--white);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.educom-quick-fact-section .quick-reservation-list ul {
  column-count: inherit;
}
.educom-quick-fact-section .quick-reservation-list ul li {
  line-height: 28px;
}
.educom-quick-fact-section .quick-link-block a {
  color: var(--white);
  text-decoration: underline;
}
.order-summary-list {
  list-style: none;
  padding-left: 0px;
}
.order-summary-list li {
  color: var(--light-black);
  margin: 6px 0px;
}
.order-summary-list li .tag-title {
  font-weight: 700;
  margin-right: 6px;
}

/* -------summary-calculate-css----- */
.summary-content-block {
  height: 100%;
  padding: 34px 60px 34px 80px;
}
.summary-common-block ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
}
.summary-common-block ul li {
  flex: 0 0 50%;
  max-width: 50%;
}
.summary-inner-block {
  padding-bottom: 14px;
  display: block;
  padding-right: 20px;
}
.summary-calculate-block .summary-inner-block h6 {
  margin-bottom: 6px;
  font-size: 16px;
  color: var(--dark-teal);
  font-weight: 600;
  text-transform: capitalize;
}
.summary-inner-block p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px;
  line-height: 34px;
}
.summary-inner-block p span {
  display: block;
}
.summary-inner-block p .include-tax {
  display: block;
  font-size: 12px;
  line-height: 22px;
  padding-top: 8px;
}
.summary-calculate-block .summary-total-block h6 {
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--dark-teal);
  font-weight: 600;
  text-transform: capitalize;
}
.summary-total-block p {
  font-size: 16px;
  font-weight: 400;
}
.thanku-content-block p a {
  font-weight: 600;
}
.summary-inner-block p span:nth-child(1) {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.summary-total-block p:nth-child(2) {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

@media (max-width: 1024px) {
  .summary-content-block {
    padding: 34px 40px 34px 40px;
  }
  .summary-common-block ul li {
    max-width: 46%;
    margin-right: 10px;
  }
  .educom-quick-fact-section .quick-calculate-block .quick-title {
    padding-top: 4rem;
  }
}

@media (max-width: 991px) {
  .summary-content-block {
    height: 100%;
    padding: 24px;
  }
  .summary-common-block ul {
    display: block;
  }
  .summary-common-block ul li {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .educom-quick-fact-section .quick-facts-button {
    width: auto;
    padding: 10px 16px;
  }
  .educom-quick-fact-section .quick-list-block ul {
    column-count: 1;
  }
}

/*QUICK FACT SECTION*/

/*PROCESS SECTION*/
.process-wrapper {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.process-list {
  display: flex;
  list-style: none;
}

.process-list .section {
  flex-wrap: wrap;
}

.process-list .section p {
  max-width: 250px;
}

.process-list .point {
  color: var(--teal);
  padding: 0 0 200px;
  display: flex;
  width: 100%;
}

.process-list .section .point:nth-child(n + 2) {
  padding: 0;
  justify-content: flex-end;
}

.process-list span {
  display: inline-block;
  font-size: 50px;
  font-family: "The-Future";
  font-style: normal;
  font-weight: 400;
  margin-right: 20px;
  line-height: 50px;
}

.process-line {
  text-align: justify;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: 80%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.process-line li {
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  border-radius: 50%;
  background: url("../img/icons/wheel.svg") var(--teal) no-repeat center center;
  display: inline-block;
  color: white;
}

.process-line li:after {
  content: "";
  width: 99%;
  height: 8px;
  display: block;
  background-color: var(--teal);
  position: absolute;
  top: 30px;
  margin-top: -2px;
  z-index: -1;
  left: -1px;
}

.process-line:after {
  content: "";
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  .head-nav-link {
    font-size: 22px;
    line-height: 30px;
  }

  .process-wrapper {
    display: flex;
    justify-content: center;
    max-width: 350px;
  }

  .process-list {
    display: block;
  }

  .process-list .point {
    padding: 0;
    max-width: 350px;
    width: 100%;
    height: 222px;
  }

  .process-list .col:last-child .point:last-child {
    padding: 0 0 50px;
  }

  .process-list .section .point:nth-child(n + 2) {
    padding: 0 0 150px;
    justify-content: flex-start;
  }

  .process-line {
    position: relative;
    transform: none;
    left: auto;
    top: -18px;
    width: 80px;
    align-self: flex-start;
    overflow: initial;
    margin-left: 20px;
  }

  .process-line li {
    display: block;
    margin: 0 0 154px;
  }

  .process-line li:after {
    width: 8px;
    height: 95%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .process-line li:last-child {
    margin-bottom: 0;
  }
}

/* Banner CSS end */

/* ------usp-banner-section------ */
.usp-section {
  padding-bottom: 1.5rem;
}

.usp-home-section {
  margin-top: -140px;
}

.usp-widget-card {
  width: 100%;
  border-radius: 0px;
  padding: 32px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: var(--white);
}

.usp-widget-card.usp-home {
  padding: 56px 30px;
  box-shadow: 0px 4px 14px 0px #0000000d;
}

.usp-widget {
  width: calc(100% / 4);
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 20px;
  padding: 1rem;
}

.usp-widget:not(:last-child) {
  border-right: 1px solid var(--beige);
}

.usp-widget-icon {
  width: 100%;
  height: 44px;
}

.usp-widget-title {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}

.usp-widget-desc {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.4375px;
  margin: 0;
}

@media (max-width: 1199px) {
  .usp-widget-card,
  .usp-widget-card.usp-home {
    padding: 32px 20px;
  }
}

@media (max-width: 991px) {
  .usp-widget {
    width: calc(100% / 2);
  }

  .usp-widget:not(:nth-last-child(1), :nth-last-child(2)) {
    border-bottom: 1px solid var(--beige);
  }

  .usp-widget:nth-of-type(4n + 2) {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .usp-widget-card,
  .usp-widget-card.usp-home {
    padding: 16px;
  }
}

/* USP CSS End */

/* ------new-usp-banner-section-start------ */
.educom-usp-section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.educom-usp-widget-card {
  width: 100%;
  border-radius: 0px;
  padding: 32px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.educom-usp-widget {
  width: calc(100% / 4);
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 20px;
  padding: 1rem;
}

.educom-usp-widget:not(:last-child) {
  border-right: 1px solid var(--beige);
}

.educom-usp-widget-icon {
  height: 44px;
}

.educom-usp-widget-title {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}

.educom-usp-widget-desc {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.4375px;
  margin: 0;
}

.home-widget-card {
  width: 100%;
  border-radius: 0px;
  background-color: var(--white);
  padding: 56px 100px;
  box-shadow: 0px 4px 14px 0px #0000000d;
}

@media (max-width: 1199px) {
  .educom-usp-widget-card,
  .educom-usp-widget-card.usp-home {
    padding: 32px 20px;
  }
}

@media (max-width: 991px) {
  .educom-usp-widget {
    width: calc(100% / 2);
  }

  .educom-usp-widget:not(:nth-last-child(1), :nth-last-child(2)) {
    border-bottom: 1px solid var(--beige);
  }

  .educom-usp-widget:nth-of-type(4n + 2) {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .educom-usp-widget-card,
  .educom-usp-widget-card.usp-home {
    padding: 16px;
  }
}
/* ------new-usp-banner-section-end------ */

.text-block-wrap {
  padding: 72px 0 60px;
}

.text-block-wrap .text-block-title,
.text-block-wrap :is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 1.5rem;
  color: var(--teal);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
}

.has-white-color > a {
  color: inherit;
}

.text-block-wrap .btn {
  margin-top: 2rem;
  margin-bottom: 12px;
}

.para-lg {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.school-content-inner-block .text-block-wrap .btn {
  text-decoration: none;
}

@media (max-width: 767px) {
  .school-content-inner-block .text-block-wrap {
    padding-bottom: 0;
    padding-top: 0;
  }
  .text-block-wrap {
    padding: 20px 0 20px;
  }
}

/* Text Block CSS End */

.section-title {
  position: relative;
  font-family: "The-Future";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 16px;
}
.section-title h4 {
  margin-bottom: 1rem;
}
.section-title p {
  font-size: 20px;
}
.section-title:after {
  content: "";
  height: 1px;
  background-color: var(--teal);
  width: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.section-title-block {
  position: relative;
  font-family: "The-Future";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 10px;
}
.section-title-block h4 {
  margin-bottom: 1rem;
}
.section-title-block p {
  font-size: 20px;
}
.section-title-block:after {
  content: "";
  height: 1px;
  background-color: var(--white);
  width: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

@media (max-width: 767px) {
  .section-title p {
    font-size: 19px;
    line-height: 30px;
  }
}

/* Section title CSS End*/

.filter-wrap {
  padding: 64px 0 56px;
}

.filter-text-wrap,
.link-drop-btn {
  font-size: 24px;
  line-height: 32px;
}

.filter-text-wrap {
  font-size: 36px;
  line-height: 48px;
}

.filter-select {
  font-weight: 500;
  position: relative;
  display: inline-flex;
  cursor: pointer;
}

.filter-wrap .btn {
  margin-top: 3rem;
}

.filter-wrap .filter-high-schools-section .btn {
  margin-top: 0;
}

.filter-loader {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 3rem;
  text-align: center;
  color: var(--light-black);
}

.filter-loader svg {
  margin: 0 auto;
}

#filter-loader-msg,
#filter-validation-msg {
  color: #ff0909;
  position: relative;
  top: 15px;
}

.link-drop-btn {
  position: relative;
  padding-right: 2rem;
  text-transform: capitalize;
  font-family: "The-Future";
  color: var(--teal);
  outline: none;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.link-drop-btn:focus,
.link-drop-btn:active,
.link-drop-btn:hover {
  color: var(--teal);
  text-decoration: none;
}

.link-drop-btn.open:after {
  transform: translateY(-50%) rotate(180deg);
}

.link-drop-btn:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 6px;
  height: 2px;
  width: calc(100% - 2rem - 6px);
  background-color: var(--teal);
}

.drop-down-btn {
  font-size: 32px;
  color: var(--teal);
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid var(--teal);
  padding-right: 25px;
  padding-left: 2px;
  white-space: nowrap;
}

.drop-down-btn:focus:not(:focus-visible) {
  outline: 0;
}

.drop-down-btn:after,
.link-drop-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  right: 0;
  background-image: url(../img/icons/arrow-down.svg);
  background-size: 100% 100%;
  pointer-events: none;
  transition: 0.2s all linear;
  border: 0px;
}

.search-drop-down {
  width: 100%;
  max-height: 230px;
  overflow-y: auto;
}

.search-drop-down li {
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid var(--beige);
  padding: 2px 10px;
  color: var(--teal);
  letter-spacing: -1.5px;
  line-height: 30px;
}

.search-drop-down li:first-letter {
  text-transform: capitalize;
}

.search-drop-down li:hover {
  background-color: var(--beige);
}

@media (max-width: 767px) {
  .search-drop-down li {
    letter-spacing: inherit;
  }
}

@media (max-width: 576px) {
  .filter-text-wrap.text-lg {
    font-size: 20px;
  }

  .drop-down-btn {
    font-size: 18px;
    word-spacing: -2px;
  }

  .search-drop-down li {
    font-size: 14px;
    line-height: 30px;
  }
}

@media (max-width: 375px) {
  .filter-text-wrap.text-lg {
    font-size: 16px;
  }

  .drop-down-btn {
    font-size: 16px;
    word-spacing: -2px;
  }

  .search-drop-down li {
    font-size: 12px;
    line-height: 30px;
  }
}

/* Filter block css end */

.products-wrap {
  max-width: 1920px;
}

.product-card {
  padding: 3rem 1rem 2rem;
  border-radius: 8px;
  background-color: var(--teal);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  max-width: 285px;
}

.product-card a {
  color: #fff;
  text-decoration: none;
}

.product-card:hover .a {
  text-decoration: underline;
}

.product-card.beige,
.classes-card.beige {
  background-color: var(--beige);
}
.product-card.dark-gray,
.classes-card.dark-gray {
  background-color: var(--dark-gray);
}
.product-card.light-purple,
.classes-card.light-purple {
  background-color: var(--light-purple);
}
.product-card.pink,
.classes-card.pink {
  background-color: var(--pink);
}
.product-card.light-pink,
.classes-card.light-pink {
  background-color: var(--light-pink);
}
.product-card.orange,
.classes-card.orange {
  background-color: var(--orange);
}
.product-card.dark-teal,
.classes-card.dark-teal {
  background-color: var(--dark-teal);
}
.product-card.dark-pink,
.classes-card.dark-pink {
  background-color: var(--dark-pink);
}
.product-card.dark-green,
.classes-card.dark-green {
  background-color: var(--dark-green);
}
.product-card.teal,
.classes-card.teal {
  background-color: var(--teal);
}
.product-card.black,
.classes-card.black {
  background-color: var(--black);
}
.product-card.purple,
.classes-card.purple {
  background-color: var(--purple);
}
.product-card.bright-orange,
.classes-card.bright-orange {
  background-color: var(--bright-orange);
}
.product-card.turquoise,
.classes-card,
.turquoise {
  background-color: var(--turquoise);
}
.product-card.lavender,
.classes-card.lavender {
  background-color: var(--lavender);
}
.product-card.yellow,
.classes-card.yellow {
  background-color: var(--yellow);
}
.product-card.dark-yellow,
.classes-card.dark-yellow {
  background-color: var(--dark-yellow);
}

.product-card:hover a {
  text-decoration: underline;
}

.product-badge-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 120px;
  flex: 1;
}

.product-card-title {
  color: var(--beige);
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  /* flex: 1; */
  min-height: 70px;
}

.product-para {
  letter-spacing: -0.5px;
  color: var(--beige);
  flex: 1;
  line-height: 23px;
}

.product-arrow-prev,
.product-arrow-next {
  cursor: pointer;
}

.slider-arrows {
  height: 20px;
  width: 13px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
}

.slider-arrows.arrow-left {
  background-image: url("../img/icons/arrow-left.svg");
}

.slider-arrows.arrow-right {
  background-image: url("../img/icons/arrow-right.svg");
}

.classic-swipe-arrows .slider-arrows.arrow-left {
  background-image: url("../img/icons/left-arrow.svg");
}

.classic-swipe-arrows .slider-arrows.arrow-right {
  background-image: url("../img/icons/right-arrow.svg");
}

.swiper-slide {
  height: auto;
}

.arrow-right-icon {
  height: 12px;
  width: 12px;
  background-image: url("../img/icons/long-arrow-right.svg");
  background-size: 100% auto;
  margin-top: 3px;
}

.arrow-right-icon-white {
  height: 12px;
  width: 12px;
  background-image: url("../img/icons/long-arrow-right-white.svg");
  background-size: 100% auto;
  margin-top: 3px;
}

/* Product CSS end */

.price-compare-container {
  overflow: hidden;
  transform: scaleY(0);
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.6s all;
  scroll-margin-top: 24px;
  transform-origin: top;
}

.price-compare-container.active {
  transform: scaleY(1);
  height: min-content;
  visibility: visible;
  opacity: 1;
}

.price-compare-wrap {
  background-color: var(--beige);
}

.compare-detail-col {
  width: 244px;
  border-right: 1px solid var(--beige);
}

.compare-programs-wrap {
  width: calc(100% - 244px);
}

.compare-program-col {
  width: 244px;
}

.compare-detail-col,
.compare-program-col {
  padding: 40px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
}

.compare-program-col .compare-price-tilte,
.compare-program-col :is(span, label),
.compare-detail-col .compare-option {
  color: var(--teal);
}

.compare-program-col:nth-child(even) {
  background-color: var(--light-purple);
}

.compare-price-tilte {
  margin-bottom: 0;
  flex: 1;
}

.price-compare-wrap :is(span, label) {
  text-transform: capitalize;
}

.compare-price {
  font-weight: 700;
  font-size: 25px;
  line-height: 24px;
}

.compare-check-icon {
  width: 100%;
  display: flex;
  line-height: 24px;
  height: 24px;
  background-image: url("../img/icons/check.svg");
  background-size: auto 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.compare-check svg,
.compare-check img {
  height: 25px;
}

.compare-detail-col, .compare-program-col {
  gap: 0.5rem 2rem;
}
.price-compare-wrap :is(span, label) {
  min-height: 48px;
  display: flex;
  align-items: center;
}
.compare-check-icon {
  background-position: center 5px;
}

@media (max-width: 575px) {
  .compare-detail-col {
    width: 40%;
  }

  .compare-programs-wrap {
    width: 60%;
  }

  .compare-program-col {
    width: calc(100% - 10px);
    max-width: 244px;
  }

  .compare-detail-col {
    padding: 40px 10px;
  }
}

@media (max-width: 767px) {
  .compare-detail-col :is(span, label) {
    font-size: 0.875rem;
  }
}

/* price compare css end  */

.lead-magnet-block {
  padding: 60px 0px 40px;
}
.lead-card {
  max-width: 385px;
  min-height: 458px;
  position: relative;
  width: 100%;
}
.lead-card-bg {
  width: 100%;
}
.lead-card-content {
  padding: 2.5rem 1.5rem;
}
.lead-card-content .lead-card-title {
  text-transform: capitalize;
}
.lead-card .btn {
  text-decoration: none;
  position: absolute;
  bottom: 40px;
}
.lead-card .btn:hover {
  color: var(--white) !important;
}
.lead-card-more {
  max-width: 286px;
}
.ecom-lead-program {
  padding: 4rem 0px;
}
.ecom-lead-program .text-block-wrap .text-block-title {
  color: var(--white) !important;
  font-size: 30px;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ecom-lead-program .text-block-wrap p {
  color: var(--white) !important;
}
.ecom-lead-program .lead-second-block .text-block-title {
  color: var(--teal) !important;
  font-size: 30px;
  margin-bottom: 10px;
}
.ecom-lead-program .lead-second-block p {
  color: var(--light-black) !important;
}
.ecom-lead-program .lead-third-block {
  position: relative;
}
.ecom-lead-program .lead-third-block p {
  position: absolute;
  top: 0;
  font-size: 30px;
  line-height: 72px;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
  left: 15px;
}
.ecom-lead-program .the-global-explorer-quiz {
  line-height: normal;
}
.ecom-lead-program h2 {
  line-height: normal;
}
.ecom-lead-program .wp-block-educatius-title-paragraph-darkbutton h3,
.edu-text-para-card-block .wp-block-educatius-title-paragraph-darkbutton h3 {
  color: var(--white);
  font-size: 24px !important;
  line-height: 48px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ecom-lead-program .wp-block-educatius-title-paragraph-darkbutton p,
.edu-text-para-card-block .wp-block-educatius-title-paragraph-darkbutton p {
  color: var(--white);
}
.ecom-lead-program .wp-block-educatius-title-paragraph-darkbutton {
  position: relative;
  /* height: 100%; */
  min-height: 220px;
}
.ecom-lead-program .wp-block-educatius-title-paragraph-darkbutton a.btn {
  position: absolute;
  bottom: 0;
  margin-bottom: 28px;
}

@media (max-width: 991px) {
  .ecom-lead-program .text-block-wrap .text-block-title {
    font-size: 24px;
    line-height: 34px;
  }
  .edu-text-para-card-block .wp-block-educatius-title-paragraph-darkbutton h3 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 0;
  }
  .ecom-lead-program .wp-block-educatius-title-paragraph-darkbutton a.btn {
    position: relative;
    bottom: auto;
  }
}

@media (max-width: 767px) {
  .lead-magnet-block {
    display: none;
  }
}

.testimonial-slider {
  padding: 60px 0px;
}

.student-img-wrap,
.feedback-text-wrap {
  cursor: grab;
}

.student-img-wrap img {
  object-fit: cover;
  height: 100%;
}

.feedback-text-wrap p:not(.feedback-author) {
  font-size: 24px;
  line-height: 32px;
}

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

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--teal);
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--teal);
  padding: 2px;
  position: relative;
  transition: all 0.4s;
}

.swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 24px;
  border: 1px solid var(--teal);
  transition: all 0.4s;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}

.testimonial-slider .student-img-swipe {
  height: 100%;
}

.ecom-home-testimonial .section-title {
  margin-top: 0px !important;
  padding: 3rem 0px;
}
.ecom-home-testimonial .students-feedback-wrap {
  background: none;
  padding-bottom: 3rem;
}

@media (max-width: 991px) {
  .ecom-home-testimonial .student-feedback-column {
    padding: 16px !important;
  }
}

/* testimonial css end */

.highschool-card {
  max-width: 285px;
  position: relative;
}

.highschool-card-slider {
  position: relative;
}
.highschool-card-slider .card-link-block {
  border: 1px solid var(--beige);
}
.highschool-card .card-link-block {
  border: 1px solid var(--beige);
}

.read-more-link {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 1;
}

.highschool-card .read-more-link:hover {
  text-decoration: underline;
}

.highschool-card-slider {
  color: var(--dark-gray) !important;
  text-align: left;
}

.highschool-card-slider {
  color: var(--dark-gray) !important;
  text-align: left;
}

.highschool-card-slider a {
  color: var(--dark-gray) !important;
  text-decoration: none;
}
.highschool-card-slider .read-more-link {
  color: var(--teal) !important;
}
.highschool-card-slider .read-more-link:hover {
  text-decoration: underline;
}

#show_all_result_btn h5 {
  color: #fff;
}

.high-schools-section .classes-card {
  height: 100%;
  position: relative;
}

.highschool-img-wrap,
.classes-img-wrap {
  padding-top: 56%;
}

.highschool-img-wrap img,
.classes-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.classes-card-title {
  line-height: 35px;
  margin-bottom: 1.2rem !important;
}

.classes-card-detail {
  line-height: 23px;
}

.highschool-card-content,
.classes-card-content {
  padding: 2rem 1.5rem;
}

.highschool-card:not(.bg-lightest-blue),
.highschool-card:not(.bg-lightest-blue) a,
.classes-card:not(.bg-lightest-blue),
.classes-card:not(.bg-lightest-blue) a {
  color: var(--white);
}

.classes-card a {
  font-weight: 600;
}

.classes-tab-content {
  scroll-margin-top: 2rem;
}

.classes-tab-inner {
  padding: 2.375rem 2.813rem;
}

.classes-tab-inner:not(.bg-lightest-blue),
.classes-tab-inner:not(.bg-lightest-blue) a {
  color: var(--white);
}

@media (min-width: 576px) {
  .classes-tab-content {
    margin-top: 0 !important;
  }
}

@media (max-width: 1024px) {
  .classes-card-title {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .classes-tab-col {
    border-bottom: 1px solid var(--white);
  }

  .classes-tab-col {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .classic-swiper-slider .school-swipe-arrows {
    margin-bottom: 1rem;
    margin-top: 2rem !important;
  }
}

@media (min-width: 992px) {
  .classes-tab-inner {
    padding: 2.625rem 4.125rem;
  }

  .classes-tab-col:not(:last-child) {
    border-right: 1px solid var(--white);
  }
}

/* highschool card css end */
.faq-main-block {
  padding: 20px 0px;
}

.faq-section .accordion .accordion-header .accordion-button {
  text-transform: capitalize;
}

.accordion {
  border-radius: 0;
  --bs-accordion-border-radius: 0;
}

.accordion-header {
  line-height: 1.2;
}

.accordion-button:not(.collapsed) {
  background-color: #0094901a;
  color: var(--light-black);
  box-shadow: none;
}

.accordion-item {
  border-left: 0;
  border-right: 0;
  border-color: var(--light-black);
  background-color: transparent;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-button {
  font-size: 18px;
  line-height: 26px;
  font-family: "The-Future";
  color: var(--light-black);
  background-color: transparent;
  text-transform: uppercase !important;
}

.accordion-body {
  background-color: #0094901a;
  color: var(--light-black);
}

/* footer css */
.footer-clients-wrap {
  background-color: var(--beige);
  padding: 2rem 0;
}

.footer {
  background-color: var(--teal);
  color: var(--white);
  line-height: 1.5rem;
}

.footer a {
  color: var(--white);
}

.footer :is(h1, h2, h3, h4, h5, h6) {
  line-height: 1.5rem;
}

.footer-main {
  padding-top: 2.125rem;
  padding-bottom: 2.125rem;
  display: grid;
  gap: 0 1.25rem;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fit, 260px);
}

@media (max-width: 575px) {
  .footer .logo-wrap {
    margin: 0 auto;
  }

  .footer-main {
    justify-content: center;
    text-align: center;
  }

  .footer-copyright {
    text-align: center;
  }
}

.footer-widget {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

.footer-widget-heading {
  font-size: 1.25rem;
  text-transform: capitalize;
  margin-bottom: 1rem;
}

.footer-copyright {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: var(--beige);
  font-size: 0.875rem;
  font-weight: 400;
}

/* student-guide-tab css start */
.card-tab-block {
  margin: 32px 0px;
}

.card-tab-block ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-tab-block ul li {
  margin: 0px 8px;
}

.card-price-button {
  position: absolute;
  bottom: 10px;
  left: 24px;
}

.card-price-button .price-dollor {
  background-color: var(--teal);
  color: var(--beige);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 14px;
}

/* student-guide-tab css end */

/* search-block-btn-tab css start */
.search-card-tab-block {
  margin: 32px 0px;
}

.search-card-tab-block ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: left;
  flex-flow: wrap;
}

.search-card-tab-block ul li {
  margin: 4px 8px 4px 0px;
}

.search-card-tab-block ul li .btn_filter:focus {
  background-color: var(--dark-teal);
  border-color: var(--dark-teal);
  box-shadow: none;
}

.search-results-section .filter-widget-tab-block ul li .btn {
  color: var(--black);
  background: none;
  font-weight: 600;
  padding: 0;
  border: none;
  cursor: inherit;
}

.search-results-section .filter-widget-tab-block ul li .btn:hover {
  border: none;
}

/* search-block-btn-tab css end */

.highschool-card a {
  color: var(--dark-gray) !important;
  text-decoration: none;
}
.highschool-card .read-more-link {
  color: var(--teal) !important;
}
.highschool-card:hover .read-more-link {
  text-decoration: underline;
}
.highschool-card .read-more-link:hover {
  text-decoration: underline;
}

/* student-guide-fuilter css start */
.card-filter-wrap span {
  font-size: 18px;
}
.card-filter-wrap {
  text-align: right;
}

.card-filter-text-wrap {
  font-size: 16px;
  color: var(--black);
}

.inner-filter-select {
  font-weight: 500;
  position: relative;
  display: inline-flex;
  cursor: pointer;
}

.inner-filter-select select {
  border: 0;
  color: var(--black);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  font-weight: 600;
}

.inner-filter-select:after,
.link-drop-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  right: 20px;
  background-image: url(../img/icons/down-black-arrow.svg);
  background-size: 100% 100%;
  pointer-events: none;
  transition: 0.2s all linear;
}

.search-country-filter .accordion-item {
  border: none;
  padding: 0;
}

.search-country-filter .accordion-header .accordion-button {
  background: var(--dark-teal);
  color: var(--white);
  font-size: 18px;
  padding: 8px 16px;
  text-align: center;
  display: block;
  border-radius: 0 !important;
  text-transform: uppercase;
}

.country-tab-filter .accordion-header .accordion-button {
  background: var(--dark-teal);
  color: var(--white);
  font-size: 18px;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  border-radius: 0 !important;
  margin-top: 6px;
}
.country-tab-filter .accordion-button:not(.collapsed) {
  background: var(--dark-teal);
  color: var(--white);
}

.country-tab-filter .accordion-header .accordion-button {
  background: var(--dark-teal);
  color: var(--white);
  font-size: 18px;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  border-radius: 0 !important;
  margin-top: 6px;
}
.country-tab-filter .accordion-button:not(.collapsed) {
  background: var(--dark-teal);
  color: var(--white);
}

.inner-filter-select:after,
.link-drop-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  right: -16px;
  background-image: url(../img/icons/down-black-arrow.svg);
  background-size: 100% 100%;
  pointer-events: none;
  transition: 0.2s all linear;
}

.card-filter-text-wrap .card-filter-select {
  margin-right: 20px;
}

.country-tab-filter .accordion-button::after {
  transform: rotate(180deg);
  top: 4px;
  background: url(../img/icons/arrow-tringle.png);
  position: absolute;
  right: 16px;
  background-repeat: no-repeat;
}
.country-tab-filter .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  top: 18px;
  background: url(../img/icons/arrow-tringle.png);
  position: absolute;
  right: 13px;
  background-repeat: no-repeat;
}
.country-tab-filter .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.country-tab-filter .accordion-item {
  border: none;
  padding: 0;
}
.country-tab-filter .filter-inner-block {
  background: #f3f3f3;
}
.country-tab-filter .school-accordion-block {
  padding: 0px;
}
.country-tab-filter .country-list-title .list-title {
  color: var(--dark-gray);
  font-size: 15px;
  margin-bottom: 5px;
}
.inner-card-title {
  position: relative;
  font-family: "The-Future";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 6px;
  color: var(--light-black);
  text-transform: uppercase;
}
.ecom-classic-program .text-block-title {
  color: var(--white);
}
.ecom-classic-program .text-block-para {
  color: var(--white);
}
.ecom-classic-program .course-card {
  background: var(--white);
}
.ecom-classic-program .wp-block-button__link {
  margin-bottom: 3rem;
  margin-top: 2rem;
  border-color: var(--white);
  color: var(--white);
}
.ecom-classic-program .wp-block-button__link:hover {
  border-color: var(--teal);
  background-color: var(--teal);
}
.ecom-classic-program .classic-program-slider .school-swipe-arrows {
  display: flex !important;
}
.course-card {
  position: relative;
}
.course-card {
  max-width: 285px;
}
.course-card .btn {
  color: var(--white);
  text-decoration: none;
  margin-top: 1rem;
  width: 100%;
}
.course-img-wrap {
  padding-top: 56%;
}
.course-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.course-price-button {
  position: absolute;
  top: 20px;
  right: 10px;
}
.course-price-button .price-dollor {
  background-color: var(--white);
  color: var(--teal);
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
}
.course-card-content {
  padding: 1.5rem;
}
.coutry-course-card .course-card {
  color: var(--light-black);
  text-align: left;
}
.course-card .btn {
  font-size: 15px;
  position: relative;
  z-index: 9;
}
.course-card .btn:hover {
  background-color: var(--dark-teal);
  border-color: var(--dark-teal);
}
.course-card-content h5 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
  color: var(--light-black);
  line-height: 38px;
  padding-bottom: 10px;
}
.classic-program-slider .course-card-content h5 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 124px;
}
.classic-program-slider .course-card-content .course-card-detail {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.course-card-btn {
  padding: 1.5rem 1.5rem 0rem;
}
.course-card .course-card-btn .btn {
  width: auto;
  margin: 0px 8px 0px 0px;
  border-radius: 4px;
}
.course-card .tag-btn {
  width: auto;
  margin: 0px 8px 0px 0px;
  border-radius: 4px;
  font-size: 15px;
  position: relative;
  z-index: 9;
  color: var(--white);
  text-decoration: none;
  font-family: "The-Future";
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  padding: 0.375rem 0.75rem;
}

.search-country-filter .accordion-header .accordion-button::after {
  transform: rotate(180deg);
  top: 4px;
  background: url(../img/icons/arrow-tringle.png);
  position: absolute;
  right: 16px;
  background-repeat: no-repeat;
}

.search-country-filter
  .accordion-header
  .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  top: 35%;
  background: url(../img/icons/arrow-tringle.png);
  position: absolute;
  right: 10px;
  background-repeat: no-repeat;
}

.search-country-filter .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.search-country-filter .accordion-body {
  background: var(--beige);
}

.search-country-filter .country-list-title .list-title {
  color: var(--dark-gray);
  font-size: 20px;
  margin-bottom: 12px;
}

.country-list-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.country-list-block ul li {
  display: inline-block;
  width: 280px;
}

.country-list-block ul li .form-check-input {
  border-radius: 0;
  margin-right: 6px;
}

.country-list-block ul li .form-check-input:checked {
  background-color: var(--black);
  border-color: var(--dark-gray);
}

.country-list-block ul li .form-check-input:focus {
  outline: none;
  box-shadow: none;
}

.country-list-block ul li .form-label {
  color: var(--dark-gray);
}

.price-search-dropdown .btn {
  background: none;
  border: none;
  color: var(--black);
  font-weight: 500;
  text-transform: capitalize;
  padding: 0px 6px;
  font-family: inherit;
}

.price-search-dropdown .btn:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.price-search-dropdown .search-drop-down {
  width: auto;
  padding: 0;
  min-width: max-content;
}

.price-search-dropdown .search-drop-down li {
  cursor: pointer;
  color: var(--black);
  font-size: 17px;
  letter-spacing: 0.5px;
}

.location-block {
  display: flex;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 12px;
}
.location-block img {
  margin-right: 10px;
}

.filter-add-block .result-head {
  color: var(--dark-teal);
}

.filter-add-block .result-head a {
  color: var(--teal);
  text-decoration: underline;
}

.highschool-card a {
  color: var(--dark-gray) !important;
  text-decoration: none;
}
.highschool-card .read-more-link {
  color: var(--teal) !important;
}
.highschool-card:hover .read-more-link {
  text-decoration: underline;
}

.highschool-card .read-more-link:hover {
  text-decoration: underline;
}

.coutry-student-filter .highschool-card {
  color: var(--dark-gray);
  text-align: left;
}
.coutry-student-filter .highschool-card a {
  color: var(--dark-gray) !important;
  text-decoration: none;
}
.coutry-student-filter .highschool-card .read-more-link {
  color: var(--teal) !important;
}
.coutry-student-filter .highschool-card .read-more-link:hover {
  text-decoration: underline;
}

/*  For Small Screens  */
@media (max-width: 991px) {
  .country-list-block ul li {
    display: inline-block;
    width: 150px;
  }

  .coutry-student-filter .country-heading {
    margin-bottom: 20px;
  }
  .classic-program-slider .custom-row-gape {
    display: block !important;
  }
  .coutry-student-filter .highschool-card {
    max-width: 100%;
  }
  .classic-program-slider .course-card-content h5 {
    min-height: auto;
    display: block;
  }
  .classic-program-slider .course-card-content .course-card-detail {
    display: block;
  }
}

/*  For Small Screens  */
@media (max-width: 991px) {
  .course-card {
    max-width: 100%;
  }
  .country-list-block ul li {
    display: inline-block;
    width: 150px;
  }
  .coutry-course-card .country-heading {
    margin-bottom: 20px;
  }
  .coutry-course-card .course-card {
    max-width: 100%;
  }
  /* #filter-toggle {
    display: block;
  } */
  .filter-btn-block #filter-toggle-tab {
    border: none;
    border-bottom: 1px solid var(--black);
    color: var(--black);
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 2rem;
    display: block;
  }
  .show-filter-tab {
    display: none;
  }
}

/* student-guide-fuilter css end */

/*  For Small Screens  */
@media (max-width: 991px) {
  .price-card-block .highschool-card {
    margin: 0 auto;
  }
}

/* -----------Support-form-css-------------- */
.support-form-block {
  padding: 3rem 3rem;
}

.book-meeting-form {
  padding: 0rem 3rem;
}

.contact-form-block .gform_title {
  color: var(--teal);
  margin-bottom: 2rem;
  font-size: 30px;
  line-height: 48px;
  --bs-text-opacity: 1;
}

.contact-form-block form {
  max-width: 75%;
}

.contact-form-block .gform_body .gfield_label {
  color: var(--teal);
  font-weight: 400 !important;
}

.contact-form-block .input-block input,
.contact-form-block .textarea-block .textarea {
  padding: 10px 14px;
  border: 1px solid var(--teal);
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-form-block form .gform_body .gfield_label .gfield_required {
  text-transform: lowercase;
}

.contact-form-block form .gform_body .checkbox-block [type="checkbox"] {
  display: inline-block;
  margin-right: 8px;
  padding: 0px 9px;
  border-radius: 0.25em;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.contact-form-block form .gform_button.button {
  margin-top: 10px;
  margin-bottom: 12px;
  background-color: var(--teal);
  color: var(--white);
  border-radius: 0;
  font-family: "The-Future";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  padding: 8px 20px;
  border-color: var(--teal);
  box-shadow: none;
  box-sizing: border-box;
  border: none;
}

.contact-form-block form .gform_body .validation_message {
  border: none;
  padding: 0;
  margin-bottom: 4px;
  font-size: 14px;
}

.contact-form-block form .gform_button.button:hover {
  background-color: var(--dark-teal);
  border-color: var(--dark-teal);
}

.contact-form-block form .gform_button.button:focus,
.contact-form-block form .gform_button.button:active {
  outline: none;
  border-color: var(--dark-teal);
  box-shadow: none;
}

/*  For Small Screens  */
@media (max-width: 991px) {
  .contact-form-block {
    padding: 3rem 1rem;
  }

  .contact-form-block form {
    max-width: 100%;
  }
}

/* search-filter-card css start */

.filter-add-block .result-head {
  color: var(--navy-blue);
}
.filter-add-block .result-head a {
  color: var(--blue);
  text-decoration: underline;
  margin-left: 6px;
}

.search-from-group {
  position: relative;
  background: #fff;
  padding: 12px;
}

.search-from-group .form-control {
  border: none;
  padding-left: 40px;
}

.search-from-group .form-control:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.search-from-group .search-icon {
  position: absolute;
  margin-top: 10px;
  left: 20px;
}

.search-result-pagination {
  font-weight: 400;
  font-family: inherit;
  text-transform: lowercase;
  font-size: 20px;
}

.search-result-pagination .result-head {
  font-size: 16px;
}

.filter-widget-card {
  width: 100%;
  border-radius: 0px;
  padding: 16px 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: var(--white);
  margin: 16px 0px;
}

.filter-widget-card .filter-widget-image {
  width: 14%;
  text-align: center;
}

.filter-widget-card .filter-widget-content {
  width: 85%;
}

.filter-widget-card .filter-widget-content p {
  margin-bottom: 0;
}

.filter-widget-tab-block ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: left;
}

.filter-widget-tab-block ul li {
  margin: 0px 8px 0px 0px;
}

/*  For Small Screens  */
@media (max-width: 991px) {
  .contact-form-block {
    padding: 3rem 1rem;
  }

  .contact-form-block form {
    max-width: 100%;
  }

  .filter-widget-card .filter-widget-image {
    width: 100%;
  }

  .filter-widget-card .filter-widget-image img {
    min-width: 100px;
  }

  .filter-widget-card .filter-widget-content {
    width: 100%;
    margin-top: 28px;
    text-align: center;
  }

  .filter-widget-card .filter-widget-tab-block ul {
    margin-bottom: 20px;
    justify-content: center;
  }
}

/* search-filter-card css end */

/* breadcrumb-block css start */
.breadcrumb-block {
  margin-top: 22px;
}

.breadcrumb-block .breadcrumb-item::before {
  display: none;
}

.breadcrumb-block .breadcrumb-item img {
  max-width: 8px;
  margin: 0 10px;
}

/* breadcrumb-block css end */

/* news-page css start */
.posts-banner-section p {
  color: #fff;
}
.news-block .custom-row-gape {
  gap: 20px 20px;
}
.news-block .highschool-card-content {
  padding: 2rem 0.7rem;
}

.news-block .highschool-card {
  max-width: 388px;
}

.news-block .news-date {
  margin-bottom: 16px;
}

.news-block .highschool-card a {
  position: absolute;
  bottom: 20px;
}

/* news-page css end */

/* book-meeting-page css start */
.book-meeting-content-block {
  padding: calc(72px + 72px) 0px 80px;
}

.book-meeting-content-block .text-block-para {
  color: var(--dark-gray);
}

/* book-meeting-page css end */

/* ---------------about-us-&-highschool-widget-block-css-------------------------- */
.highschool-enroll-section .text-block-wrap {
  padding-right: 2rem;
}
.highschool-enroll-section .text-block-wrap p.text-primary {
  margin-bottom: 4px;
}
.highschool-enroll-section .text-block-wrap .school-price-content-block {
  padding-top: 16px;
}
.highschool-enroll-section
  .text-block-wrap
  .school-price-content-block
  p.text-primary {
  margin-bottom: 4px;
}
li.school-price-content-block p {
  line-height: 10px;
}
.school-price-content-block .tag-title {
  line-height: 28px;
}

@media (max-width: 767px) {
  .highschool-enroll-section .text-block-wrap {
    padding-right: 0;
  }
}

/* -educatius-widget css start */
.wp-block-educatius-large-icon-and-text .col {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 20px;
  padding: 1rem;
  width: calc(100% / 4);
}
.wp-block-educatius-large-icon-and-text img {
  width: 60px;
}

@media (max-width: 991px) {
  .wp-block-educatius-large-icon-and-text .col {
    width: calc(100% / 2);
    flex: auto;
  }
}

.wp-activate-container {
  padding-top: 100px;
}

.wp-activate-container > h2 {
  font-size: 50px;
  line-height: 72px;
}

.swiper-slide.product-card img {
  max-height: 100px !important;
}

.swiper-slide.product-card[aria-label="1 / 14"] {
  background-color: var(--teal) !important;
}

.swiper-slide.product-card[aria-label="2 / 14"] {
  background-color: var(--dark-pink) !important;
}

.swiper-slide.product-card[aria-label="3 / 14"] {
  background-color: var(--dark-teal) !important;
}

.swiper-slide.product-card[aria-label="4 / 14"] {
  background-color: var(--light-purple) !important;
}

.banner-overlay {
  background: none !important;
}

.swiper-slide.product-card[aria-label="5 / 14"] {
  background-color: var(--purple) !important;
}

.swiper-slide.product-card[aria-label="6 / 14"] {
  background-color: var(--dark-pink) !important;
}

.swiper-slide.product-card[aria-label="7 / 14"] {
  background-color: var(--dark-green) !important;
}

.swiper-slide.product-card[aria-label="8 / 14"] {
  background-color: var(--dark-yellow) !important;
}

.swiper-slide.product-card[aria-label="9 / 14"] {
  background-color: var(--light-pink) !important;
}

.swiper-slide.product-card[aria-label="10 / 14"] {
  background-color: var(--bright-orange) !important;
}

.swiper-slide.product-card[aria-label="11 / 14"] {
  background-color: var(--turquoise) !important;
}

.swiper-slide.product-card[aria-label="12 / 14"] {
  background-color: var(--lavender) !important;
}

.swiper-slide.product-card[aria-label="13 / 14"] {
  background-color: var(--light-pink) !important;
}

.swiper-slide.product-card[aria-label="14 / 14"] {
  background-color: var(--yellow) !important;
}

.home-banner-wrap img[alt="banner-background"] {
  object-fit: cover !important;
}

.breadcrumb > span > span > span > a {
  display: none !important;
}

.breadcrumb_last::before {
  content: "";
}
.social-links {
  display: inline-block !important;
}
.card-price-button {
  display: none;
}

/* -educatius-widget css end */

/* ---------------school-module-slider-block-css-------------------------- */
/* -school-module-slider-arrow css start */
.school-main-swiper-wrap {
  max-width: 800px;
  position: relative;
  margin-left: auto;
}
.school-wrap-swiper .swiper-slide {
  background-color: #f6f6f6;
}
.school-wrap-swiper .swiper-slide .explore-school-image {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 546px;
  object-fit: cover;
}
.number-dots-block {
  padding: 28px 10px 20px 10px;
}
.school-module-slide-dots::-webkit-scrollbar {
  width: 2px;
  height: 3px;
}
.school-module-slide-dots::-webkit-scrollbar-track {
  box-shadow: inset 0 0 20px #d2e6ff;
  border-radius: 5px;
  background: #d2e6ff;
}
.school-module-slide-dots::-webkit-scrollbar-thumb {
  background: var(--teal);
  border-radius: 5px;
}
.school-module-slide-dots::-webkit-scrollbar-thumb:hover {
  background: var(--teal);
}
.swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: -15px;
  right: 0;
  left: auto;
  width: 80px;
}
.swiper-scrollbar-drag {
  background-color: var(--teal);
}
.moduleswiperthumb .swiper-slide {
  height: 20px;
  font-size: 13px;
  background-color: transparent;
  cursor: pointer;
}
.moduleswiperthumb .swiper-slide.swiper-slide-thumb-active {
  color: var(--teal);
}
.moduleswiperthumb {
  width: 80px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 10px;
  height: unset;
}
.school-wrap-swiper .swiper-button-prev {
  background: var(--white);
  mix-blend-mode: normal;
  padding: 4px;
  width: 32px;
  height: 36px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.school-wrap-swiper .swiper-button-prev::after {
  height: 18px;
  width: 8px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  top: 3px;
  position: relative;
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.school-wrap-swiper .swiper-button-next {
  background: var(--white);
  mix-blend-mode: normal;
  padding: 4px;
  width: 32px;
  height: 36px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.school-wrap-swiper .swiper-button-next::after {
  height: 18px;
  width: 4px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  top: 3px;
  position: relative;
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
@media (max-width: 991px) {
  .school-wrap-swiper .swiper-slide {
    min-height: 320px;
    display: flex;
    align-items: center;
  }
  .school-wrap-swiper .swiper-slide .explore-school-image {
    height: auto;
  }
}

/* -educatius-form css start */
.meeting_form-heading h3 {
  font-size: 40px;
  line-height: 62px;
  color: var(--teal);
}

/* -educatius-gravity-form-btn css start */
.gform_footer.top_label .gform_button.button {
  background-color: var(--teal);
  color: var(--white);
  --bs-btn-border-color: transparent;
  border-color: var(--teal);
  box-shadow: none;
  padding: 6px 18px;
  border: none;
}
.gform_footer.top_label .gform_button.button:hover {
  background-color: var(--dark-teal);
  border-color: var(--dark-teal);
  text-decoration: none;
  text-decoration: none;
}

/* -educatius-ecom-gravity-form-btn css start */
.highlight-section
  .gform_wrapper.gravity-theme
  .ginput_complex
  .gform-grid-col
  .gform-field-label {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.highlight-section .gform_wrapper.gravity-theme .gform_page_footer .button {
  background-color: var(--teal);
  border-color: var(--teal);
  color: var(--white);
  box-shadow: none;
  border: 1px solid var(--teal);
  padding: 0.5rem 1rem;
}
.highlight-section
  .gform_wrapper.gravity-theme
  .gform_page_footer
  .button:hover {
  background-color: var(--dark-teal);
  border-color: var(--dark-teal);
}

/* -edu-large-icon-size-fix css */
.svg-icon-img {
  max-width: 60px;
}
.svg-icon-img img {
  max-width: 60px;
}
.edu-icon-img-block img {
  width: 60px;
}

/* -Gravity-form-loader-fix css */
.highlight-section .gform_ajax_spinner {
  width: 40px;
  height: 40px;
  transform: translateY(0px);
  margin-left: 10px;
}

/* -edu-block-space-css */
@media (max-width: 767px) {
  .wp-block-educatius-paragraph-and-text.text-block-wrap {
    margin-top: 0rem !important;
    padding-top: 30px;
    padding-top: 30px;
  }
  .wp-block-educatius-left-image-and-text.highlight-section {
    padding: 0px !important;
  }
  .wp-block-educatius-left-image-and-text.highlight-section .text-block-wrap {
    padding: 44px 0 40px;
  }
  .wp-block-educatius-right-image-and-text.highlight-section-reverse {
    padding: 0px !important;
  }
  .wp-block-educatius-right-image-and-text.highlight-section-reverse
    .text-block-wrap {
    padding: 30px 0 30px;
  }
  .filter-wrap {
    padding: 24px 0 46px;
  }
  figure.wp-block-embed-vimeo iframe {
    height: 200px;
  }
}

/* Country-tab-block-css */
.info-form {
  background-color: #ffd1c5;
  border-radius: 5px;
  padding: 40px 30px;
}
.country-tabs-section {
  padding: 50px 0;
}
.country-tab,
.nav-link.active {
  border-color: var(--light-white);
}
.country-tab > li {
  margin-right: 0.3rem;
  display: block;
}
.country-tab > li > a {
  padding: 10px 24px;
  border: 1px solid transparent;
  border-radius: 5px 5px 0 0;
  font-size: 22px;
  color: var(--white);
  border-color: var(--dark-teal);
  background: var(--dark-teal);
  text-decoration: none;
  font-family: "The-Future";
}
.country-tab > li > a.active,
.country-tab > li > a.active:focus,
.country-tab > li > a.active:hover {
  border-color: var(--light-white);
  background: var(--light-white);
  color: var(--black);
  text-decoration: none;
}
.country-tab > li > a:focus,
.country-tab > li > a:hover {
  color: var(--white);
}
.country-tabs-section .tab-content {
  padding: 50px 60px 25px;
  background-color: var(--light-white);
  color: var(--black);
}
.tab-list-wrap {
  margin-top: 30px;
}
.tab-list-wrap h5 {
  font-size: 16px;
  line-height: 1.5;
  font-family: "The-Future";
  font-weight: 600;
}
.country-tab-list li {
  font-size: 16px;
  line-height: 1.5;
  font-family: "The-Future";
  letter-spacing: -0.5px;
}
.tab-img-wrap img {
  width: 100%;
}
.testimonial-slider .slide-arrow {
  height: 30px;
  width: 30px;
  border: 0px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
  font-size: 18px;
  line-height: normal;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
  padding: 0px;
}
.country-mobile-tab {
  margin-bottom: 15px;
}
.country-mobile-tab .country-tab-content {
  padding: 20px 20px 20px;
  background-color: var(--light-white);
  margin-bottom: 10px;
  border-radius: 0px 0px 5px 5px;
}
.country-mobile-tab .accordion-button.collapsed {
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: var(--dark-teal);
  color: var(--white);
}
.country-mobile-tab .accordion-button {
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 5px 5px 0 0;
  font-size: 22px;
  line-height: normal;
  color: var(--white);
  background-color: var(--dark-teal);
  font-family: "The-Future";
  margin-bottom: 0px;
  border-bottom: none;
}
.country-mobile-tab .accordion-button::after {
  content: "";
  background-image: url("../img/down-arrow.png");
  background-size: 26px;
  width: 26px;
  height: 26px;
}
.country-mobile-tab .accordion-button:not(.collapsed)::after {
  background-image: url("../img/down-arrow.png");
  background-size: 32px;
  width: 30px;
  height: 26px;
  transform: rotate(-180deg);
}
/* -----------Gravity-form-design-css---------- */
.gform_wrapper.gravity-theme .gfield input {
  border-radius: 5px;
  border: 1px solid var(--black);
}
.gform_wrapper.gravity-theme .gfield .textarea {
  border-radius: 5px;
  border: 1px solid var(--black);
}
.gform_wrapper.gravity-theme .gfield .gfield_select {
  border-radius: 5px;
  border: 1px solid var(--black);
}

/* ---------------Event-webinar-page-css-------------------------- */
.event-calendar-main-section h2 {
  line-height: normal;
  margin-bottom: 20px;
}
/* -event-webinar-card css start */
.event-webinar-card {
  width: 32%;
  max-width: 100%;
}
.event-card-content .event-time-block {
  border-bottom: 1px solid var(--white);
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}
.event-time-block .event-left-block span {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.event-time-block .event-left-block span img {
  max-width: 22px;
  margin-right: 5px;
}
.event-time-block .event-left-block .date-block {
  margin-right: 10px;
}
.event-card-content .event-btn-block {
  padding: 1rem 1.5rem;
}
.event-card-content .event-btn-block .btn {
  text-transform: capitalize;
  border-radius: 10px;
  padding: 4px 8px 4px 8px;
  margin-right: 8px;
  color: var(--white) !important;
}
.event-card-content .event-content {
  padding: 1rem 1.5rem;
}
.event-card-content .event-content p {
  color: var(--black);
  font-weight: 600;
}

.event-calendar-main-section .gform_wrapper.gravity-theme .gfield .gchoice {
  display: flex;
  align-items: baseline;
}
.event-calendar-main-section .gform_wrapper.gravity-theme .gfield .gchoice input {
  margin-right: 8px;
  position: relative;
  top: 2px;
}

/* ---------------Event-webinar-single-page-css-------------------------- */
.event-webinar-double-card {
  width: 49%;
  max-width: 100%;
}
.event-comming-soon-card {
  background-color: var(--teal);
}
.event-arrow-right-block {
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}
.event-comming-card-content {
  padding: 1rem 1.5rem;
  text-align: center;
  margin-top: 1rem;
}
.event-comming-card-content p {
  font-size: 26px;
}

@media (max-width: 1024px) {
  .event-webinar-card {
    width: 31%;
  }
  .event-webinar-double-card {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .event-webinar-card {
    max-width: 100%;
    width: 100%;
  }
  .event-webinar-double-card {
    width: 100%;
    max-width: 100%;
  }
  .event-comming-card-content {
    margin-bottom: 1rem;
  }
}

/* ------Edu-heading-para-text-color-update-css------ */
.edu-text-para-card-block .wp-block-educatius-title-paragraph-darkbutton h3 {
  color: var(--white) !important;
}
.edu-text-para-card-block .wp-block-educatius-title-paragraph-darkbutton p {
  color: var(--white) !important;
}

/* ------Edu-button-hover-color-css------ */
a.wp-block-button__link.has-primary-blue-background-color:hover {
  background-color: #005151;
  text-decoration: none;
}
a.wp-block-button__link.has-white-background-color:hover {
  background-color: #00968f !important;
  color: #fff;
  text-decoration: none;
}
.purple-background-btn-block a.wp-block-button__link:hover {
  background-color: #fff !important;
  color: #00968f;
  text-decoration: none;
  border-color: #fff;
}

/* ------Educatius-meet-section-css------ */
.wp-block-educatius-large-icon-and-text.meet-the-teams-section img {
  width: auto;
}

/* ------Educatius-three-block-section-css------ */
.image-outer-block-card .three-card-block {
  padding: 24px 36px 62px 36px;
  margin: 16px 0px;
  position: relative;
}
.three-card-block .image-block-img-wrap img {
  width: 100%;
}
.three-card-block .image-block-title {
  padding: 16px 0px;
  margin-top: 1rem;
}
.three-card-block .block-read-more-link {
  position: absolute;
  bottom: 30px;
  padding: 3px 5px;
}

@media (max-width: 767px) {
  .image-outer-block-card .three-card-block {
    padding: 36px;
  }
  .three-card-block .block-read-more-link {
    position: relative;
    bottom: auto;
  }
}

@supports (height: 100svh) {
  .head-nav-wrap {
    height: 100svh;
  }
}

/* ================== NEW TOP MENU CSS FOR JEV LANGUES THEME  ====================*/
.header ul, .header li {
  list-style: none;
  padding: 0;
}
.new-menu .head-nav-wrap .container, .new-menu .head-nav-wrap .container .row, .new-menu .head-nav, .new-menu .menu-menu-container {
  height: 100% !important;
  padding: 0;
}
header.new-menu {
  background: var(--teal);;
}
.new-menu .header-top-nav-wrap .btn-link-partner span {
  top: 0;
}
.new-menu .btn svg {
  display: block;
}
.new-menu .burger {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0 !important;
}

.new-menu .head-nav-wrap {
  opacity: 0;
  height: 70vh;
}
.new-menu .head-nav-wrap.is-open {
  opacity: 1;
  align-items: start;
  border-top: 1px solid rgb(204, 204, 204);
}
.new-menu .head-nav-ul {
  gap: 0;
  height: 100%;
  justify-content: flex-start;
  position: relative;
}
.new-menu .head-nav-link {
  text-transform: capitalize;
  font-size: 1.125rem;
  line-height: 1.5rem;
  display: block;
  cursor: pointer;
  text-align: left;
  padding: 10px 0 15px 10px;
  font-weight: 500;
}
.new-menu .inner-sub-menu .head-nav-link {
  font-weight: 100;
}
.new-menu .head-nav-ul > .head-nav-li span::after{
  background: url("../img/right-arrow.png") no-repeat 95% 5px;
  display: block;
  content: "";
  position: absolute;
  height: 2.5rem;
  background-size: 20px;
  transform: none;
}

.head-nav-ul > .head-nav-li {
  padding-right: 20px;
}
.head-nav-ul > .head-nav-li span:hover, .head-nav-ul > .head-nav-li a:hover, .head-nav-ul > .head-nav-li.active > a {
  background: var(--dark-teal);
  border-radius: 8px;
}
.head-nav-link::after, .new-menu .sub-menu > span.head-nav-link {
  display: none;
}
.new-menu .sub-menu {
  position: absolute;
  right: 0;
  min-height: 100%;
  -webkit-transition: left 400ms ease-out;
  -moz-transition: left 400ms ease-out;
  -ms-transition: left 400ms ease-out;
  transition: left 400ms ease-out;
  top: 0;
  display: grid;
  gap: 2rem;
  height: min-content;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 20px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-120%);
  padding-bottom: 1rem;
  border-left: 1px dashed #fff;
}
.new-menu .head-nav-li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.new-menu .sub-menu .inner-sub-menu .head-nav-li a {
  font-size: .9rem;
  padding: 5px 0 6px 10px;
}
.header-top-nav-wrap a {
    color: var(--white);
}
.menu-menu-1-container {
  height: 100%;
}
@media (max-width: 767px) {
  .new-menu .head-nav-wrap {
    height: calc(100vh - 90px) !important;
  }
  .new-menu.show-sub-nav .head-nav-wrap {
    height: 100vh !important;
  }
  .new-menu .head-nav-link {
    padding-left: 0;
  }
  .new-menu .head-nav-li:hover .sub-menu {
    display: none !important;
  }
  .new-menu.show-sub-nav .head-nav-li:hover .sub-menu{
    display: flex !important;
  }
  .head-nav-ul > .head-nav-li {
    padding-right: 0;
    border: 0;
  }
  .new-menu .head-nav-wrap.is-open {
    border: none;
  }
  .new-menu .head-nav-wrap.is-open {
    padding: 0;
    top: 85px;
  }
  .new-menu .head-nav-wrap .container .row {
    margin: 0;
  }
  .new-menu .sub-menu {
    display: flex !important;
    flex-direction: column !important;
    right: auto !important;
    padding: 0;
    width: 100%;
    gap: 1rem !important;
    padding-bottom: 2rem;
    border: none;
  }
  .show-sub-nav .active > .sub-menu{
    background: var(--teal);
    opacity: 1;
    visibility: visible;
    width: 100%;
    z-index: 1;
    top: 0;
    transform: translateY(0);
    height: min-content;
  }
  .new-menu.show-sub-nav .head-nav-wrap.is-open {
    position: absolute;
    z-index: 10000;
  }
  .new-menu.show-sub-nav .head-nav-wrap.is-open {
    top: 0;
    height: 100svh;
  }
  .new-menu .sub-menu > span.head-nav-link {
    display: block;
  }
  .new-menu.show-sub-nav .head-nav-ul > .head-nav-li span::after {
    display: none;
  }
  .show-sub-nav .head-nav-ul > .head-nav-li .sub-menu span::before {
    background: url("../img/right-arrow.png") no-repeat right 16px;
    background-size: auto;
    background-size: auto;
    display: block;
    content: "";
    position: absolute;
    height: 2.5rem;
    background-size: 20px;
    transform: rotateZ(-180deg);
    width: 100%;
    left: 0;
  }
  .new-menu .head-nav-ul ul .sub-nav-li a, .new-menu .head-nav-ul ul span.mobile-sub-nav {
    padding-left: 1.5rem !important;
  }
  .new-menu .head-nav-ul .menu-item a, .new-menu .head-nav-ul .menu-item span {
    padding-left: 1rem !important;
  }
  /* hide top bar menu  */
  .header-top-nav-wrap a {
    display: none !important;
  }
  .header-top-nav-wrap a:first-child, .header-top-nav-wrap a.menu-item-16440 {
    display: block !important;
  }
  .header-top-nav-wrap a {
    color: var(--white);
  }
  .header-top-nav-wrap a.btn-light {
   color: var(--teal);
  }


  .logo-wrap .logo {
    max-width: 147px;
  }
  .col-20 {
    width: calc(100% / 2) !important;
  }
  @supports (height: 100svh) {
    .new-menu .head-nav-wrap {
      height: calc(100svh - 90px) !important;
    }
    .new-menu.show-sub-nav .head-nav-wrap {
      height: 100svh !important;
    }
  }
}

@supports (height: 100svh) {
.new-menu .head-nav-wrap {
  height: calc(70svh - 90px);
}
}


/* block css  */
.destination-card-element {
  position: relative;
  margin-bottom: 40px;
}
.destination-img-wrap {
  overflow: hidden;
}
.destination-card-element .destination-img-wrap img{
  width: 100%;
  object-fit: cover;
  height: 160px;
  transition: transform 0.3s ease-in-out;
}

.destination-card-element:hover .destination-img-wrap img{
  transform: scale(1.2);
}
.destination-price-button {
  background: var(--white);
  padding: 3px 5px;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 4px;
  font-size: 1rem;
  color: var(--teal);
  font-weight: 500;
}
.destination-card-content {
  display: flex;
  position: absolute;
  bottom: 5px;
  left: 20px;
  width: 100%;
  align-items: center;
}

.destination-card-content img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}
.destination-card-content h5 {
  font-size: 1.225rem;
  color: var(--white);
  line-height: 32px;
  margin-bottom: 0 !important;
}
::-ms-input-placeholder { /* Edge 12-18 */
  color: gray;
}

::placeholder {
  color: gray;
}
/* hfcm changes */
.wp-block-educatius-large-icon-and-text.meet-the-teams-section img {
  width: auto;
}
.educom-quick-fact-section .quick-reservation-block > .quick-title.text-block-title {
  display: none;
}
