/* Custom Fonts Import start */
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
body {
  overflow-x: hidden;
}

body * {
  font-family: "Raleway", "Poppins", sans-serif;
  font-style: normal;
}

.grecaptcha-badge {
  visibility: hidden;
}

body p,
body .p,
.number-font,
.number-font * {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.font-weight-bold {
  font-weight: 700;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
span {
  color: #121212;
}

h1,
.h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
}
@media screen and (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
  }
}

h2,
.h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}
@media screen and (max-width: 767.98px) {
  h2,
  .h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
  }
}

h3,
.h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}
@media screen and (max-width: 767.98px) {
  h3,
  .h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
  }
}

h4,
.h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}
@media screen and (max-width: 767.98px) {
  h4,
  .h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
  }
}

h5,
.h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 767.98px) {
  h5,
  .h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
}

h6,
.h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

p,
.p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #747579;
}

.para-small {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.para-big {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.hero-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
}
@media screen and (max-width: 767.98px) {
  .hero-title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
  }
}

.hero-subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.cta-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.subtitle_18_500 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.subtitle_18_600 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.subtitle_16_500 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.custom-card-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.custom-card-title_600 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.custom-card-subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.faq-question {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.faq-answer {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #747579;
}

a {
  color: #3460bb;
}

.border.border-primary {
  border-color: #3460bb !important;
}

.container-fluid {
  padding: 10px 40px;
}
@media screen and (max-width: 991px) {
  .container-fluid {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .container-fluid {
    padding: 10px 15px;
  }
}

.btn {
  border: medium none;
}
.btn.btn-transparent {
  background-color: transparent !important;
}
.btn.btn-transparent:hover, .btn.btn-transparent:active, .btn.btn-transparent:focus {
  background-color: transparent !important;
}
.btn.btn-primary {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid #3460bb;
  background-color: #3460bb;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  outline: 0 none;
  box-shadow: unset;
  border: 1px solid #1a3e88;
  background-color: #1a3e88;
}
.btn.btn-cancel, .btn.btn-light {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #f6f6f6;
  color: #3f3f3f;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #f6f6f6;
}
.btn.btn-cancel:hover, .btn.btn-cancel:active, .btn.btn-cancel:focus, .btn.btn-light:hover, .btn.btn-light:active, .btn.btn-light:focus {
  background-color: #ddd;
  border: 1px solid #f6f6f6;
}
.btn.btn-outline-primary {
  border: 1px solid #3460bb;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #3460bb;
  display: inline-block;
  transition: all 0.4s;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:active, .btn.btn-outline-primary:focus {
  color: white;
  background-color: #3460bb;
}
.btn.btn-outline-primary:hover .fa, .btn.btn-outline-primary:active .fa, .btn.btn-outline-primary:focus .fa {
  color: white;
}
.btn:hover, .btn:active, .btn:focus {
  outline: 0 none;
  box-shadow: unset;
}
.btn.btn-outline-danger {
  border: 1px solid #dc3545;
}
.btn.btn-outline-danger:hover, .btn.btn-outline-danger:active, .btn.btn-outline-danger:focus {
  border: 1px solid #dc3545;
}
.btn.btn-outline-success {
  border: 1px solid #198754;
  color: #198754;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  min-width: 100px;
  width: auto;
  background-color: #fff;
}
.btn.btn-outline-success:hover, .btn.btn-outline-success:active, .btn.btn-outline-success:focus {
  outline: 0 none;
  box-shadow: unset;
  background-color: #198754;
  border: 1px solid #198754;
  color: white;
}
.btn.btn-success {
  background-color: #198754;
  color: #fff;
  border-color: #198754;
}
.btn.btn-success:hover, .btn.btn-success:active, .btn.btn-success:focus {
  outline: 0 none;
  box-shadow: unset;
  background-color: #198754;
  color: #fff;
  border-color: #198754;
}
.btn.btn-sm {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-800 {
  font-weight: 800;
}

.text-primary {
  color: #3460bb !important;
}

.text-dark {
  color: #121212 !important;
}

.text-grey {
  color: #747579 !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.calc-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (max-width: 767.98px) {
  .calc-title {
    font-size: 15px;
    line-height: 20px;
  }
}

.section_top_space {
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  .section_top_space {
    margin-top: 80px;
  }
}

.section_top_space_with_search {
  margin-top: 85px;
}
@media screen and (max-width: 1200px) {
  .section_top_space_with_search {
    margin-top: 75px;
  }
}

.search-banner {
  padding: 8px 0px;
}

.show-ul-list-style li {
  list-style: disc;
}

.show-ol-list-style li {
  list-style: decimal;
}

.remove-bullet-points li {
  list-style: none !important;
}

.align-middle {
  vertical-align: middle !important;
}

.bottom-consent-banner {
  height: auto !important;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .bottom-consent-banner .button_wrapper .btn {
    width: 100%;
  }
}

.offcanvas-backdrop + .offcanvas-backdrop {
  display: none !important;
}

.form-check-input {
  border: 1px solid #121212 !important;
}
.form-check-input:focus {
  box-shadow: none !important;
}
.form-check-input:checked {
  background-color: #3460bb !important;
  border-color: #3460bb !important;
}

.box-shadow-none {
  box-shadow: none !important;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: 0 none;
}

img {
  width: auto;
  max-width: 100%;
}

.dropdown-toggle {
  margin-inline-end: 8px !important;
}
.dropdown-toggle::after {
  top: -1px !important;
}

.no-data-wrapper img {
  max-width: 330px;
}
.no-data-wrapper .no-data-title {
  color: #323232;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 46px;
}
.no-data-wrapper .no-data-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #747579;
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}

.auth-vector-image {
  height: auto;
}
@media screen and (min-width: 1300px) {
  .auth-vector-image {
    max-height: 650px;
  }
}

@media screen and (min-width: 1300px) {
  .login-page-vector-image {
    max-height: 700px;
  }
}

@media screen and (min-width: 576px) {
  .container-left {
    margin-inline-start: calc((100% - 540px) / 2);
  }
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {
  .container-left {
    margin-inline-end: calc((100% - 540px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .container-left {
    margin-inline-start: calc((100% - 720px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .container-left {
    margin-inline-start: calc((100% - 960px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .container-left {
    margin-inline-start: calc((100% - 1140px) / 2);
  }
}
@media screen and (min-width: 1400px) {
  .container-left {
    margin-inline-start: calc((100% - 1200px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .container-left {
    padding: 0 16px;
  }
}

.line-before-title {
  color: #121212;
  position: relative;
  padding-left: 15px;
}
.line-before-title::before, .line-before-title::after {
  content: "";
  position: absolute;
  left: 0;
  height: 50%;
  width: 2px;
}
.line-before-title::before {
  background-color: #3460bb;
  top: 0;
}
.line-before-title::after {
  background-color: #e3e3e3;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .container-auth-left {
    margin-inline-start: calc((100% - 720px) / 2);
    margin-inline-end: 0;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .container-auth-left {
    margin-inline-start: calc((100% - 960px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .container-auth-left {
    margin-inline-start: calc((100% - 1140px) / 2);
  }
}
@media screen and (min-width: 1400px) {
  .container-auth-left {
    margin-inline-start: calc((100% - 1200px) / 2);
  }
}
@media screen and (max-width: 767.98px) {
  .container-auth-left {
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .container-auth-left.login-auth {
    margin-inline: auto;
    max-width: 720px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .container-auth-left.login-auth {
    margin-inline: auto;
    max-width: 540px;
  }
}
@media screen and (max-width: 575.98px) {
  .container-auth-left.login-auth {
    margin-inline: 16px;
    max-width: calc(100% - 32px);
  }
}

.testimonial-section {
  padding: 60px 0;
  background-color: #f6f6f6;
}
.testimonial-section .swiper .swiper-pagination-bullet-active {
  background-color: #121212 !important;
}
.testimonial-section .swiper .review-stars .bi {
  color: #121212 !important;
}
.testimonial-section .swiper .custom-prev {
  position: absolute;
  left: 18%;
  bottom: 0;
  z-index: 99;
}
@media screen and (max-width: 1199.98px) {
  .testimonial-section .swiper .custom-prev {
    bottom: -20px;
  }
}
@media screen and (max-width: 991.98px) {
  .testimonial-section .swiper .custom-prev {
    bottom: -45px;
  }
}
@media screen and (max-width: 767.98px) {
  .testimonial-section .swiper .custom-prev {
    bottom: -5px;
  }
}
@media screen and (max-width: 575.98px) {
  .testimonial-section .swiper .custom-prev {
    bottom: -2px;
  }
}
.testimonial-section .swiper .custom-next {
  position: absolute;
  right: -8%;
  z-index: 99;
}
@media screen and (max-width: 1199.98px) {
  .testimonial-section .swiper .custom-next {
    bottom: -20px;
  }
}
@media screen and (max-width: 991.98px) {
  .testimonial-section .swiper .custom-next {
    bottom: -45px;
  }
}
@media screen and (max-width: 767.98px) {
  .testimonial-section .swiper .custom-next {
    bottom: -5px;
  }
}
@media screen and (max-width: 575.98px) {
  .testimonial-section .swiper .custom-next {
    bottom: -2px;
  }
}
@media screen and (max-width: 991.98px) {
  .testimonial-section {
    padding: 40px 0;
  }
}
.testimonial-section .testimonial-content p {
  max-width: 450px;
}
.testimonial-section .swiper-wrapper {
  background-color: transparent;
  padding: 0 40px 60px 0;
}
.testimonial-section + .latest-reviews-section {
  padding-top: 0px;
}

.testimonial-swiper {
  background-color: transparent;
  position: relative;
  width: 100%;
}
.testimonial-swiper .text-icon-wrap img {
  position: absolute;
}
.testimonial-swiper .text-icon-wrap img.left-bottom-avtar {
  left: -70px;
  bottom: 0;
  max-width: 44px;
}
@media screen and (max-width: 767.98px) {
  .testimonial-swiper .text-icon-wrap img.left-bottom-avtar {
    left: -50px;
  }
}
@media screen and (max-width: 575.98px) {
  .testimonial-swiper .text-icon-wrap img.left-bottom-avtar {
    left: -50px;
    bottom: 10px;
  }
}
.testimonial-swiper .text-icon-wrap img.top-right-avtar {
  top: -50px;
  right: 100px;
  max-width: 44px;
}
@media screen and (max-width: 575.98px) {
  .testimonial-swiper .text-icon-wrap img.top-right-avtar {
    right: 50px;
  }
}
.testimonial-swiper .text-icon-wrap img.right-bottom-avtar {
  right: -20px;
  bottom: -60px;
  max-width: 62px;
}
@media screen and (max-width: 767.98px) {
  .testimonial-swiper .text-icon-wrap img.right-bottom-avtar {
    right: 0px;
    bottom: -20px;
    max-width: 40px;
  }
}
@media screen and (max-width: 991.98px) {
  .testimonial-swiper {
    margin-top: 30px;
  }
}
.testimonial-swiper .swiper-slide {
  opacity: 0;
}
.testimonial-swiper .swiper-slide-active {
  opacity: 1;
}
.testimonial-swiper .swiper-slide-active .testimonial-item {
  z-index: 1;
}
.testimonial-swiper .swiper-pagination-vertical.swiper-pagination-bullets {
  top: calc(50% + 6px);
}
.testimonial-swiper .pagination {
  height: 40px;
  position: absolute;
  left: 80%;
  top: calc(50% - 20px);
  transform: translateY(-50%) rotate(90deg);
  width: 200px;
  margin-left: 2px;
  z-index: 10;
}
@media screen and (max-width: 1400px) {
  .testimonial-swiper .pagination {
    left: 78.8%;
  }
}
@media screen and (max-width: 575.98px) {
  .testimonial-swiper .pagination {
    left: unset;
    transform: unset rotate(90deg);
    right: -90px;
  }
}
.testimonial-swiper .swiper {
  position: relative;
  padding-right: 40px;
  max-height: 320px;
}
.testimonial-swiper .swiper .swiper-button-prev,
.testimonial-swiper .swiper .swiper-button-next {
  position: absolute;
  right: 0;
  top: 0;
}
.testimonial-swiper .swiper-slide-shadow {
  opacity: 0 !important;
}
.testimonial-swiper .testimonial-item {
  padding: 35px 0 50px 35px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 767.98px) {
  .testimonial-swiper .testimonial-item {
    padding: 15px 0 0 17px;
  }
}
.testimonial-swiper .testimonial-item .testimonial-wrap {
  background-color: #fff;
  padding: 32px 36px;
  border-radius: 16px;
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-swiper .testimonial-item .testimonial-wrap {
    padding: 22px;
  }
}
.testimonial-swiper .testimonial-item .testimonial-wrap .school-title {
  font-size: 1.25rem;
  line-height: 24px;
  color: #121212;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-swiper .testimonial-item .testimonial-wrap .school-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.testimonial-swiper .testimonial-item .testimonial-wrap .school-title:hover {
  color: #3460bb !important;
}
@media screen and (min-width: 1300px) {
  .testimonial-swiper .testimonial-item .testimonial-wrap {
    max-width: 520px;
  }
}
.testimonial-swiper .testimonial-item .testimonial-wrap .testimonial-location {
  color: #666;
  font-size: 1.125rem;
  line-height: 22px;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-swiper .testimonial-item .testimonial-wrap p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.testimonial-swiper .testimonial-item .user-avatar {
  position: absolute;
  height: 30px;
  width: 30px;
  min-width: 30px;
  background-color: rgb(220, 243, 255);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
@media screen and (max-width: 767.98px) {
  .testimonial-swiper .testimonial-item .user-avatar {
    top: -10px;
    left: -15px;
    height: 40px;
    width: 40px;
    min-width: 40px;
  }
}
.testimonial-swiper .testimonial-item .user-avatar span {
  font-size: 1rem;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.testimonial-swiper .testimonial-item .user-avatar img {
  border-radius: 50%;
  width: auto;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.activity-section {
  padding-bottom: 40px;
  padding-top: 80px;
  margin-bottom: 0;
}
@media screen and (max-width: 991.98px) {
  .activity-section {
    padding-top: 40px;
  }
}

.tools-card {
  margin-bottom: 10px;
  height: calc(100% - 30px);
  padding: 20px;
  border-radius: 16px;
  transition: all 0.4s;
  position: relative;
}
.tools-card:hover {
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.0784313725);
}
@media screen and (max-width: 767.98px) {
  .tools-card {
    padding: 16px;
    height: calc(100% - 20px);
    margin-bottom: 30px;
  }
}
.tools-card .explore-btn {
  color: #3460bb;
  font-weight: 500;
  font-size: 1rem;
}
.tools-card:hover {
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.0784313725);
}
.tools-card p {
  color: #747579;
}

.tools-title {
  margin: 20px 0 8px;
}

.app-download-content {
  position: relative;
  padding: 0 10px;
}
@media screen and (min-width: 1300px) {
  .app-download-content {
    padding: 0 160px;
  }
}
@media screen and (min-width: 768px) {
  .app-download-content {
    padding: 0 50px;
  }
}
.app-download-content ul {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 560px;
}
.app-download-content .butterfly-left {
  position: absolute;
  left: 70px;
  top: 25%;
}
@media screen and (max-width: 991.98px) {
  .app-download-content .butterfly-left {
    left: 0px;
  }
}
@media screen and (max-width: 767.98px) {
  .app-download-content .butterfly-left {
    top: 20%;
    max-width: 50px;
  }
}
@media screen and (max-width: 575.98px) {
  .app-download-content .butterfly-left {
    left: 30px;
  }
}
@media screen and (max-width: 400px) {
  .app-download-content .butterfly-left {
    left: 0px;
  }
}
.app-download-content .tree-right {
  position: absolute;
  right: 80px;
  top: 60%;
}
@media screen and (max-width: 991.98px) {
  .app-download-content .tree-right {
    right: 0px;
    top: 25%;
  }
}
@media screen and (max-width: 575.98px) {
  .app-download-content .tree-right {
    right: 10px;
    top: 30%;
    max-width: 30px;
  }
}

.about-newsletter .newsletter-section {
  padding: 56px 0 0;
}
.about-newsletter .newsletter-section .newsletter-form {
  margin: 0 0 30px;
}

.newsletter-section {
  padding: 40px 0px;
}
@media screen and (max-width: 768px) {
  .newsletter-section .swiper {
    margin-top: 15px;
  }
  .newsletter-section .swiper .swiper-wrapper {
    width: 250px !important;
    align-items: center;
  }
}
@media screen and (max-width: 767.98px) {
  .newsletter-section {
    padding: 20px 0px;
  }
}
.newsletter-section .swiper-slide .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px !important;
  width: auto;
}
.newsletter-section .swiper-slide .swiper-slide img {
  width: auto !important;
  height: 40px;
}
.newsletter-section .newsletter-form {
  background-color: #dbecfd;
  border-radius: 24px;
  padding: 60px 0;
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.98px) {
  .newsletter-section .newsletter-form {
    padding: 40px 0;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575.98px) {
  .newsletter-section .newsletter-form {
    padding: 20px 5px;
  }
}
.newsletter-section .newsletter-form .newsletter-content {
  margin: 0 auto;
  max-width: 620px;
}
@media screen and (max-width: 767.98px) {
  .newsletter-section .newsletter-form .checkbox-group {
    max-width: 90%;
    margin-inline: auto;
  }
}
.newsletter-section .newsletter-form .form-group {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .newsletter-section .newsletter-form .form-group {
    max-width: 90%;
    margin-inline: auto;
  }
}
.newsletter-section .newsletter-form .form-group .form-control {
  padding: 14px 20px;
  background-color: #fff;
  border: medium none;
  border-radius: 12px;
  height: auto;
  line-height: 32px;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.0705882353);
}
.newsletter-section .newsletter-form .form-group .newsletter-btn {
  position: absolute;
  right: 8px;
  top: 8px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .newsletter-section .newsletter-form .form-group .newsletter-btn {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
}
.newsletter-section .newsletter-form .right-top {
  top: 100px;
  right: -10px;
  position: absolute;
}
@media screen and (max-width: 767.98px) {
  .newsletter-section .newsletter-form .right-top {
    display: none;
  }
}
.newsletter-section .newsletter-form .left-bottom {
  position: absolute;
  bottom: -30px;
  left: 0px;
}
@media screen and (max-width: 767.98px) {
  .newsletter-section .newsletter-form .left-bottom {
    bottom: -45px;
    left: 20px;
    max-width: 70px;
  }
}
.newsletter-section .section-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .newsletter-section .section-title {
    margin-bottom: 24px;
  }
}
.newsletter-section .newsletter-subtitle {
  font-size: 2.25rem !important;
  font-weight: 600;
  line-height: 44px;
  color: #121212;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  .newsletter-section .newsletter-subtitle {
    margin-left: 8px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 20px;
    margin-bottom: 24px;
  }
}
.newsletter-section .logo-listing {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 991.98px) {
  .newsletter-section .logo-listing {
    overflow-x: auto;
    padding-bottom: 10px;
  }
}
.newsletter-section .logo-listing li {
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .newsletter-section .logo-listing li {
    padding: 0 10px;
  }
  .newsletter-section .logo-listing li img {
    min-width: 150px;
  }
}
.newsletter-section .remember-group {
  margin-top: 16px;
  align-items: center;
}
.newsletter-section .remember-group .form-check {
  height: 18px;
  width: 18px;
}
.newsletter-section .remember-group label {
  margin-left: 16px;
  font-size: 1.125rem;
  line-height: 28px;
  color: #747579;
  font-weight: 500;
}

.articles-section {
  padding: 40px 0;
  background-color: #f6f6f6;
}
.articles-section .article-media-main {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 1200px) {
  .articles-section {
    padding: 56px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .articles-section {
    padding-top: 40px;
  }
}
.articles-section .article-title {
  height: 58px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.articles-section .swiper-wrapper {
  padding: 40px 0 40px 5px;
}
.articles-section .swiper-content {
  background-color: white;
  box-shadow: 0px 2px 23px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 20px;
  border-radius: 16px;
}
.articles-section .swiper-content .card-img {
  border-radius: 16px 16px 0 0;
}
.articles-section .author-icon {
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d9d9d9;
  border-radius: 50%;
  overflow: hidden;
}
.articles-section .author-icon img {
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.articles-section .author-name {
  color: #121212;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.articles-section .all-article-btn {
  margin-top: 40px;
}

.swiper-progress .swiper-horizontal .swiper-pagination-progressbar {
  bottom: 0;
  top: unset;
  background: #d4d4d4;
}
@media screen and (min-width: 1300px) {
  .swiper-progress .swiper-horizontal .swiper-pagination-progressbar {
    max-width: 1300px;
  }
}
.swiper-progress .swiper-horizontal .swiper-pagination-progressbar-fill {
  background: #3460bb;
}

.footer-light {
  padding-top: 40px;
}
@media screen and (min-width: 1200px) {
  .footer-light {
    padding-top: 56px;
  }
}
.footer-light .footer-text-content h1 {
  font-size: 3.25rem;
  line-height: 72px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 400px) {
  .footer-light .footer-text-content h1 {
    font-size: 3rem;
    line-height: 50px;
  }
}
.footer-light .footer-text-content h1 span {
  display: inline-block;
  font-size: 3.75rem;
  line-height: 88px;
  letter-spacing: 4px;
}
@media screen and (max-width: 400px) {
  .footer-light .footer-text-content h1 span {
    font-size: 3.375rem;
    line-height: 70px;
  }
}
.footer-light .footer-text-content .footer-sub-text {
  position: relative;
  padding-bottom: 35px;
}
.footer-light .footer-text-content .footer-sub-text img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer-light h5 {
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .footer-light h5 {
    margin-top: 20px;
  }
}
.footer-light h5 span {
  color: #121212;
}
.footer-light .icon-chevron {
  position: relative;
  color: #747579;
  transition: all 0.4s;
}
@media screen and (max-width: 767.98px) {
  .footer-light .icon-chevron {
    margin-top: 20px;
  }
}
.footer-light .icon-chevron::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  margin-left: 0.35rem;
  font-weight: 900;
  font-size: 0.8rem;
  vertical-align: middle;
  border: none;
  transition: all 0.4s;
}
.footer-light .icon-chevron.rotate::after {
  content: "\f106";
}
.footer-light .nav .nav-item .nav-link {
  font-size: 1rem;
  line-height: 22px;
  color: #747579;
  font-weight: 400;
  padding-inline: 0;
  padding-block: 0.25rem;
}
.footer-light .nav .nav-item .nav-link.text-reset {
  color: #747579 !important;
  font-size: 1.25rem;
  margin-right: 20px;
  margin-top: 20px;
}
.footer-light .app-store-links h5 {
  display: none;
}
.footer-light .app-store-links .mt-4.text-sm-start {
  margin-top: 0 !important;
}
.footer-light .play-store-icon {
  margin-top: 16px;
}
.footer-light .play-store-icon .app-btn {
  padding: 0;
  border: medium none;
  margin: 0;
}
.footer-light .play-store-icon .app-btn + .app-btn {
  margin-left: 24px;
}
.footer-light .play-store-icon .app-btn img {
  max-width: 108px;
}
.footer-light .separator {
  height: 2px;
  width: 100%;
  background-color: #ededed;
  margin: 40px 0;
}
@media screen and (max-width: 767.98px) {
  .footer-light .separator {
    margin: 30px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-light .separator {
    margin-top: 20px;
  }
}
.footer-light .separator-50 {
  height: 2px;
  width: 100%;
  margin: 25px 0;
}
@media screen and (max-width: 768px) {
  .footer-light .separator-50 {
    display: none;
  }
}
.footer-light .title-with-line .line-title {
  position: relative;
  width: 100%;
}
.footer-light .title-with-line .line-title::after {
  content: "";
  position: absolute;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: #ededed;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .footer-light .title-with-line .line-title::after {
    opacity: 0;
  }
}
.footer-light .title-with-line .line-title span {
  background-color: #fff;
  position: relative;
  padding-right: 16px;
}
.footer-light .title-with-line .list-inline-item .nav-link {
  position: relative;
  line-height: 24px;
  font-weight: 400;
  color: #747579;
}
.footer-light .title-with-line .list-inline-item .nav-link::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d9d9d9;
  width: 2px;
  height: 100%;
}
.footer-light .title-with-line .list-inline-item:last-child .nav-link {
  position: relative;
}
.footer-light .title-with-line .list-inline-item:last-child .nav-link::after {
  opacity: 0;
}
.footer-light .copyright-footer {
  background-color: #f6f6f6;
  margin-top: 60px;
  padding: 20px 0;
}
@media screen and (max-width: 767.98px) {
  .footer-light .copyright-footer {
    margin-top: 30px;
  }
}
.footer-light .copyright-footer .text-muted {
  color: #747579 !important;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
}
.footer-light .copyright-footer .text-muted.nav-link {
  font-weight: 400;
}
.footer-light .copyright-footer .list-inline-item:not(:last-child) {
  margin-right: 10px !important;
}

.grid-bg {
  background-image: url(/image/home/school-home-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.worksheet-banner {
  position: relative;
  padding: 30px 0 140px;
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .worksheet-banner {
    padding: 0px 0px 140px;
  }
}
@media screen and (max-width: 991.98px) {
  .worksheet-banner {
    padding: 0px 0px 50px;
  }
}
@media screen and (max-width: 575.98px) {
  .worksheet-banner {
    padding: 0px 20px 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .worksheet-banner .search-main {
    z-index: 2;
  }
}
.worksheet-banner .hero-subtitle {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
  position: relative;
  padding-bottom: 55px;
}
@media screen and (max-width: 767.98px) {
  .worksheet-banner .hero-subtitle {
    z-index: 2;
  }
}
.worksheet-banner .hero-subtitle img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.static-page-banner {
  padding: 20px 0 0px;
}
@media screen and (min-width: 1200px) {
  .static-page-banner {
    padding: 60px 0 0px;
  }
}
.static-page-banner .contact-page-banner .worksheet-right-icon {
  bottom: -120px;
}
.static-page-banner .worksheet-left-icon {
  top: 10px;
}
.static-page-banner .worksheet-right-icon {
  bottom: -180px;
  top: unset;
}
.static-page-banner .icon-right-top {
  position: absolute;
  right: 0;
  top: 40px;
}
@media screen and (max-width: 767.98px) {
  .static-page-banner .icon-right-top {
    max-width: 50px;
    top: 80px;
  }
}

.algebra-simplify .katex-html {
  white-space: pre-wrap;
  text-align: left;
}

.search-main {
  width: 100%;
}
.search-main .my-collection-btn {
  font-size: 16px !important;
}
.search-main .my-collection-btn .collection-2 {
  display: none;
}
.search-main .worksheets-search-container {
  border: 1px solid #cecece;
  background-color: #f2f2f2;
  padding: 8px;
  max-width: 940px;
  border-radius: 8px;
  margin: 40px auto 0;
}
.search-main .worksheets-search-container .worksheetSearchWrapper .dropdown-wrapper {
  margin-right: 0 !important;
}
.search-main .worksheets-search-container .worksheetSearchWrapper .dropdownToogleButton {
  border: medium none !important;
  border-right: 1px solid #cecece !important;
  border-radius: 0;
  background-color: transparent;
}
@media screen and (max-width: 767.98px) {
  .search-main .worksheets-search-container .worksheetSearchWrapper .dropdownToogleButton {
    max-width: 155px !important;
    width: 100% !important;
    padding-left: 10px;
    font-size: 15px;
  }
  .search-main .worksheets-search-container .worksheetSearchWrapper .dropdownToogleButton .fa-chevron-down {
    padding-left: 10px;
  }
  .search-main .worksheets-search-container .worksheetSearchWrapper .dropdownToogleButton .mr-3 {
    margin-right: 8px !important;
  }
}
.search-main .worksheets-search-container .worksheetSearchWrapper .dropdown-menu {
  margin-top: 20px;
  border: medium none;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 8px;
  width: 170px !important;
}
.search-main .worksheets-search-container .worksheetSearchWrapper .dropdown-menu .dropdown-item:active {
  background-color: #f2f2f2 !important;
  color: #212529 !important;
}
.search-main .worksheets-search-container .my-collection-btn {
  background-color: #3460bb;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  transition: all 0.4s;
  display: none;
}
.search-main .worksheets-search-container .my-collection-btn .collection-1 {
  width: auto;
  height: 20px;
}
.search-main .worksheets-search-container .my-collection-btn img + .ms-2 {
  margin-left: 0 !important;
}
@media screen and (max-width: 767.98px) {
  .search-main .worksheets-search-container .my-collection-btn {
    font-size: 1rem;
    line-height: 20px;
    padding: 12px 16px;
  }
}
.search-main .worksheets-search-container .my-collection-btn:hover, .search-main .worksheets-search-container .my-collection-btn:active, .search-main .worksheets-search-container .my-collection-btn:focus {
  background-color: #183c85;
}
.search-main .worksheets-search-container .search-block {
  background-color: transparent;
}
.search-main .worksheets-search-container .form-group {
  position: relative;
}
.search-main .worksheets-search-container .form-group .icon_search {
  display: none;
}
.search-main .worksheets-search-container .form-group .icon-search {
  position: absolute;
  left: 22px;
  max-width: 20px;
  top: 8px;
}
.search-main .worksheets-search-container .form-group .form-control {
  background-color: transparent;
  border: medium none;
  font-size: 1rem;
  font-weight: 400;
  padding-left: 55px;
  color: #747579;
}
.search-main .worksheets-search-container .form-group .form-control:hover, .search-main .worksheets-search-container .form-group .form-control:active, .search-main .worksheets-search-container .form-group .form-control:focus {
  outline: 0 none;
  box-shadow: unset;
}
.search-main .worksheets-search-container .form-group .form-control::-moz-placeholder {
  color: #6b6b6b !important;
  text-transform: capitalize;
}
.search-main .worksheets-search-container .form-group .form-control::placeholder {
  color: #6b6b6b !important;
  text-transform: capitalize;
}

.invalid-feedback {
  font-size: 1rem;
}

.primary-outline-btn {
  border: 2px solid #3460bb;
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #3460bb;
  display: inline-block;
  transition: all 0.4s;
}
.primary-outline-btn:hover, .primary-outline-btn:active, .primary-outline-btn:focus {
  background-color: #3460bb;
  color: #fff;
  outline: 0 none;
  box-shadow: unset;
  border: 2px solid #3460bb;
}

.popular-section .swiper-wrapper {
  padding: 40px 0 40px 5px;
}
@media screen and (min-width: 1300px) {
  .popular-section .swiper-progress .swiper-horizontal .swiper-pagination-progressbar {
    max-width: 1170px;
  }
}
.popular-section .swiper-wrapper .swiper-item {
  border-radius: 16px;
  overflow: hidden;
}
.popular-section .swiper-wrapper .swiper-item .popular-item {
  text-align: center;
  padding: 32px 5px 24px 5px;
}
.popular-section .swiper-wrapper .swiper-item .popular-item h5 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 24px;
  margin-top: 15px;
  color: #282828;
}
.popular-section .swiper-wrapper .swiper-item .popular-item .icon-wrap {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popular-section .swiper-wrapper .swiper-item:first-child {
  background-color: #ffeb38;
}
.popular-section .swiper-wrapper .swiper-item:nth-child(2) {
  background-color: #ace7b1;
}
.popular-section .swiper-wrapper .swiper-item:nth-child(3) {
  background-color: #ffb985;
}
.popular-section .swiper-wrapper .swiper-item:nth-child(4) {
  background-color: #edb4f8;
}
.popular-section .swiper-wrapper .swiper-item:nth-child(5) {
  background-color: #dbecfd;
}
.popular-section .swiper-wrapper .swiper-item:nth-child(6) {
  background-color: #fcc59b;
}
.popular-section .swiper-wrapper .swiper-item:nth-child(7) {
  background-color: #f6c7ff;
}
.popular-section .swiper-wrapper .swiper-item:nth-child(8) {
  background-color: #bedcfa;
}
.popular-section.learning-swiper-section .swiper-wrapper .swiper-item .popular-item {
  padding: 32px 16px 24px 16px;
}
.popular-section.learning-swiper-section .swiper-wrapper .swiper-item .popular-item .periodic-swiper-title {
  margin-inline: auto;
  max-width: 170px;
}
@media screen and (min-width: 992px) {
  .popular-section.learning-swiper-section .swiper-wrapper .swiper-item .popular-item .periodic-swiper-title {
    min-height: 52px;
  }
}

.popular-worksheets {
  padding: 56px 0;
}
.popular-worksheets.worksheet-home-cards {
  background-color: #f6f6f6;
  margin: 56px 0;
}
@media screen and (max-width: 991.98px) {
  .popular-worksheets.worksheet-home-cards {
    margin: 40px 0;
    padding: 40px 0;
  }
}
@media screen and (max-width: 991.98px) {
  .popular-worksheets {
    padding: 40px 0 20px;
  }
}

.worksheets-card {
  border-radius: 8px;
  margin-bottom: 24px;
  height: calc(100% - 24px);
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
  border: 1px solid #eaeaea;
}
.worksheets-card:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
}
.worksheets-card .fav-icon {
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #969696;
}
.worksheets-card .fav-icon:hover {
  background: #dce7ff;
  border-color: #3460bb;
}
.worksheets-card .fav-icon img {
  width: auto;
  max-height: 12px;
  max-width: 14px;
}
.worksheets-card .worksheet-media {
  position: relative;
  height: 250px;
  padding: 8px;
}
.worksheets-card .worksheet-media .fav-icon {
  position: absolute;
  top: 10px;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #969696;
}
.worksheets-card .worksheet-media .fav-icon:hover {
  background: #dce7ff;
  border-color: #3460bb;
}
.worksheets-card .worksheet-media .fav-icon img {
  width: auto;
  max-height: 14px;
  max-width: 16px;
}
.worksheets-card .worksheet-media a {
  display: block;
  overflow: hidden;
  height: 100%;
  text-align: center;
  background-color: whitesmoke;
  border-radius: 8px;
}
.worksheets-card .worksheet-media a .read_more {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  transform: translateY(10px);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.6s;
  z-index: 2;
}
.worksheets-card .worksheet-media a .read_more span {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  display: inline-block;
  color: #222;
  font-size: 0.75rem;
  padding: 5px 10px;
}
.worksheets-card .worksheet-media a img {
  transition: all 0.3s ease-in-out;
}
.worksheets-card .worksheet-media a:hover .read_more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.worksheets-card .worksheet-media a:hover img {
  transform: scale(1.2);
}
.worksheets-card .worksheet-media img {
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 100%;
  height: auto;
}
.worksheets-card .worksheets-content-wrap {
  padding: 12px;
}
.worksheets-card .print-options {
  margin-top: 8px;
}
.worksheets-card .print-options img {
  max-width: 20px;
}

.worksheet-category {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 16px;
  color: #7e7e7e;
  text-transform: uppercase;
}

.worksheet-title {
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #121212;
}

.community-content {
  position: relative;
  border-radius: 16px;
  background-color: #dbecfd;
  padding: 40px 48px;
  min-height: 420px;
}
.community-content .community-media {
  position: absolute;
  right: 40px;
  bottom: 50px;
}
@media screen and (max-width: 1199.98px) {
  .community-content .community-media {
    max-width: 300px;
  }
}
@media screen and (max-width: 767.98px) {
  .community-content .community-media {
    position: static;
    margin-top: 20px;
    width: 100%;
  }
}
.community-content .text-content {
  max-width: 500px;
  margin: 15px 0 30px;
}

.muted-flag {
  display: inline-block;
  background-color: #ededed;
  padding: 4px 20px;
  border-radius: 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 36px;
  color: #8a8a8a;
  display: inline-block;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .muted-flag {
    padding: 2px 10px;
    font-size: 0.75rem;
    line-height: 24px;
  }
}

.absolute-flag {
  position: absolute;
}

.total-reviews-flag {
  top: 0;
  right: 0;
}

.total-schools-flag {
  bottom: 0;
  left: 0px;
}

.total-countries-flag {
  bottom: 0;
  right: 30px;
}

.main-page-search {
  max-width: 850px;
  margin: 50px auto 0;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 992px) {
  .main-page-search {
    margin: 0 auto;
  }
}
.main-page-search .form-group {
  position: relative;
}
.main-page-search .form-group .form-control {
  border: 1px solid #cecece;
  background-color: #fff;
  border-radius: 8px;
  line-height: 46px;
  height: auto;
  padding: 6px 15px 6px 55px;
  font-weight: 400;
  font-size: 1rem;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.0901960784);
}
@media screen and (max-width: 767.98px) {
  .main-page-search .form-group .form-control {
    padding: 6px 20px 6px 45px;
    line-height: 40px;
  }
}
.main-page-search .form-group .form-control::-moz-placeholder {
  color: #6b6b6b !important;
}
.main-page-search .form-group .form-control::placeholder {
  color: #6b6b6b !important;
}
.main-page-search .form-group .form-control:hover, .main-page-search .form-group .form-control:active, .main-page-search .form-group .form-control:focus {
  outline: 0 none;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.0901960784);
}
.main-page-search .form-group .icon-search {
  position: absolute;
  max-width: 20px;
  left: 22px;
  top: 19px;
}
@media screen and (max-width: 767.98px) {
  .main-page-search .form-group .icon-search {
    top: 16px;
    left: 18px;
    max-width: 20px;
  }
}
.main-page-search .form-group .btn {
  position: absolute;
  right: 8px;
  top: 7px;
  padding: 12px 20px !important;
  display: none;
}
.main-page-search .form-group .btn img {
  max-width: 20px;
  position: relative;
  top: -2px;
}
.main-page-search .form-group .btn.my-collection-btn .collection-2 {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .main-page-search .form-group {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767.98px) {
  .main-page-search .form-group .btn-primary {
    line-height: 20px;
    position: static;
    width: 100%;
    margin-top: 20px;
  }
}
.main-page-search .calculator-search .form-group .form-control {
  padding: 6px 15px 6px 50px;
}

.backdrop {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1060;
}

.backdrop-none {
  background: transparent !important;
}

.chain-listing {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991.98px) {
  .chain-listing {
    flex-wrap: wrap;
  }
}
.chain-listing li {
  width: 100%;
  max-width: 185px;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 10px;
}
@media screen and (max-width: 991.98px) {
  .chain-listing li {
    max-width: 33.33%;
  }
}
@media screen and (max-width: 767.98px) {
  .chain-listing li {
    max-width: 50%;
  }
}
.chain-listing li img {
  width: auto;
  margin: 0 auto;
  mix-blend-mode: darken;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.0784313725);
}
.chain-listing li span {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  color: #121212;
  display: block;
  margin-top: 20px;
}
.chain-listing li h4 {
  margin-top: 15px;
}

.review-card {
  border: 1px solid #cecece;
  padding: 20px;
  border-radius: 16px;
  margin-inline: auto;
  margin-bottom: 24px;
  overflow: hidden;
}
.review-card .review-school-title a {
  font-size: 18px;
  color: #3460bb;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.review-card .reviewer-info {
  padding-left: 8px;
}
.review-card .review-avtar-details {
  height: 50px;
  width: 50px;
  min-width: 50px;
}
.review-card .review-avtar-details span {
  font-size: 20px;
  line-height: 30px;
}
.review-card .review-avtar {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border: 1px solid #898989;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-card .review-avtar span {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #898989;
  text-transform: uppercase;
}
.review-card .review-avtar img {
  width: auto;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.review-card .reviewer-info {
  max-width: calc(100% - 70px);
}
.review-card .reviewer-info h5 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.review-card .reviewer-info.detail-review-info {
  max-width: 100%;
}
.review-card .reviewer-info img {
  max-width: 18px;
  margin: 0 4px;
}
.review-card .reviewer-info .review-date {
  font-size: 1rem;
  font-weight: 400;
  color: #747579;
}
@media screen and (max-width: 767.98px) {
  .review-card .reviewer-info .review-date {
    font-size: 0.875rem;
  }
}
.review-card .review-card-footer {
  padding-top: 15px;
}
.review-card .review-card-footer p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  line-height: 18px;
}
.review-card .review-text {
  margin-top: 10px;
  height: 180px;
}
@media screen and (max-width: 767.98px) {
  .review-card .review-text {
    width: 100%;
  }
}
.review-card .review-text .review-title {
  margin: 5px 0;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.review-card .review-text p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .review-card .review-text p.review-text-content {
    min-height: 84px;
  }
}
.review-card .review-text p.review-text-content.detail-review-content {
  display: block;
  min-height: unset;
}
.review-card .review-text p.review-date {
  font-family: "Poppins", sans-serif;
}

.review-stars {
  margin: 0;
}
.review-stars li {
  margin-right: 6px;
}
.review-stars li .bi {
  color: #3460bb;
}

.see-all-wrap {
  margin-top: 10px;
}

.review-reactions {
  min-width: 40px;
  justify-content: flex-end;
}
@media screen and (max-width: 767.98px) {
  .review-reactions {
    margin-top: 0;
  }
  .review-reactions a {
    padding: 0;
  }
  .review-reactions a + a {
    margin-right: 0 !important;
    margin-left: 10px;
  }
}
.review-reactions a {
  color: #747579;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}
.review-reactions a .bi {
  margin-right: 5px;
  display: inline-block;
  color: #3460bb;
  font-family: "Poppins", sans-serif;
}

.latest-reviews-section {
  background-color: #f6f6f6;
  padding: 56px 0 40px;
}
.latest-reviews-section .reviw-card-listing .swiper {
  padding-bottom: 40px;
  margin-bottom: 0px;
}
.latest-reviews-section .reviw-card-listing .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  border: 1px solid #3460bb;
  background-color: transparent;
  opacity: 1;
}
.latest-reviews-section .reviw-card-listing .swiper-pagination-bullet-active {
  background-color: #3460bb;
}
.latest-reviews-section .title-cta-wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 575.98px) {
  .latest-reviews-section .title-cta-wrap .section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.latest-reviews-section .pagination-horizontal {
  padding-bottom: 60px;
}
@media screen and (max-width: 1199.98px) {
  .latest-reviews-section .pagination-horizontal .swiper-slide {
    padding-inline: 20px;
  }
}

.write-review-latest .latest-reviews-section {
  background-color: #fff;
}

.pagination-horizontal .swiper-pagination-horizontal {
  top: calc(100% - 30px) !important;
  max-width: 950px;
  text-align: right;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1199.98px) {
  .pagination-horizontal .swiper-pagination-horizontal {
    margin-right: 20px;
  }
}
.pagination-horizontal .swiper-pagination-horizontal .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border: 1px solid #121212;
  background-color: #fff;
}
@media screen and (max-width: 575.98px) {
  .pagination-horizontal .swiper-pagination-horizontal .swiper-pagination-bullet {
    height: 7px;
    width: 7px;
  }
}
.pagination-horizontal .swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background-color: #121212;
}
.pagination-horizontal .swiper-pagination-horizontal .swiper-pagination-bullet:first-child, .pagination-horizontal .swiper-pagination-horizontal .swiper-pagination-bullet:last-child {
  width: 30px;
  background-color: transparent;
  border: medium none;
  position: relative;
  color: #121212;
  opacity: 1;
}
.pagination-horizontal .swiper-pagination-horizontal .swiper-pagination-bullet:first-child::after, .pagination-horizontal .swiper-pagination-horizontal .swiper-pagination-bullet:last-child::after {
  position: absolute;
  left: 0;
  font-family: bootstrap-icons;
  font-weight: bold;
  top: -15px;
  font-size: 28px;
}
@media screen and (max-width: 575.98px) {
  .pagination-horizontal .swiper-pagination-horizontal .swiper-pagination-bullet:first-child::after, .pagination-horizontal .swiper-pagination-horizontal .swiper-pagination-bullet:last-child::after {
    top: -18px;
  }
}
.pagination-horizontal .swiper-pagination-horizontal .swiper-pagination-bullet:first-child::after {
  content: "\f12f";
}
.pagination-horizontal .swiper-pagination-horizontal .swiper-pagination-bullet:last-child::after {
  content: "\f138";
}

.online-calculators-section .text-content {
  margin: 10px auto 35px;
  max-width: 910px;
}

.calculator-box {
  display: block;
  border: 1px solid #e3e3e3;
  padding: 32px 16px;
  border-radius: 16px;
  margin-top: 24px;
  height: calc(100% - 24px);
}
.calculator-box:hover {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.0784313725);
}

.development-tools-section {
  background-color: #fff;
}
.development-tools-section .dev-tools-content {
  background-color: #fafafa;
  border: 1px solid #e3e3e3;
  padding: 30px 0;
  border-radius: 16px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 100px;
  padding: 30px 20px;
}

.offer-box {
  margin-bottom: 40px;
  height: calc(100% - 40px);
  border-radius: 16px;
  padding: 24px;
  transition: all 0.4s;
}
@media screen and (max-width: 767.98px) {
  .offer-box {
    margin-bottom: 20px;
    height: calc(100% - 20px);
  }
}
.offer-box .offer-icon {
  width: 64px;
  height: 64px;
}
.offer-box .offer-icon img {
  width: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .offer-box .offer-content {
    min-height: 156px;
  }
}
.offer-box .title-offer {
  margin-top: 20px;
  margin-bottom: 12px;
}
.offer-box .offer-link a {
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  color: #3460bb;
}
.offer-box:hover {
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.0784313725);
}

.contact-form {
  box-shadow: 0px 20px 34px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 32px;
  border-radius: 12px;
  position: relative;
  border: 1px solid #cecece;
  border: 1px solid #cecece;
  background-color: #f6f6f6;
  z-index: 99;
}
@media screen and (max-width: 575.98px) {
  .contact-form {
    padding: 32px 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-form {
    margin-top: 40px;
  }
}
.contact-form .icon-more {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.contact-form .lens-icon {
  position: absolute;
  left: -320px;
  bottom: -73px;
  z-index: -1;
  max-width: 280px;
}
@media screen and (max-width: 991.98px) {
  .contact-form .lens-icon {
    left: -200px;
    max-width: 180px;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-form .lens-icon {
    display: none;
  }
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-group .form-label {
  font-weight: 500;
}
.contact-form .form-group .dropdown-wrapper .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 14px 7px 14px;
  border-radius: 8px;
  border: 1px solid #a3a3a3;
  background-color: #fff;
}
.contact-form .form-group .dropdown-wrapper .dropdown-toggle::after {
  display: none !important;
}
.contact-form .form-group .dropdown-wrapper .dropdown-menu {
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.1490196078);
  background-color: white;
  border: 0px !important;
  width: 200px !important;
}
.contact-form .form-group .dropdown-wrapper .active {
  background-color: #ecf4fe;
  color: #3460bb;
}
.contact-form .form-group .dropdown-wrapper .active i {
  color: #3460bb;
}
.contact-form .form-group .dropdown-wrapper .dropdown-item {
  padding: 10px 20px;
  color: #1c1c1c;
}
.contact-form .form-group .dropdown-wrapper .dropdown-item i {
  font-size: 14px;
}
.contact-form .form-group .dropdown-wrapper .dropdown-item:hover, .contact-form .form-group .dropdown-wrapper .dropdown-item:active {
  background-color: #f8f9fa;
}
.contact-form .form-group .form-control {
  padding: 7px 14px 7px 14px;
  border-radius: 8px;
  border: 1px solid #a3a3a3;
}
.contact-form .form-group .form-control:focus {
  box-shadow: none !important;
  border: 1px solid #3460bb;
}
.contact-form .form-group .react-tel-input .form-control {
  padding-left: 45px;
  width: 100%;
  height: auto;
}
.contact-form .form-group .react-tel-input .flag-dropdown {
  border: 1px solid #a3a3a3;
}
.contact-form .form-group .react-tel-input .country-list .search-box {
  width: 92%;
}
.contact-form .form-group .react-tel-input .flag-dropdown {
  background-color: #fff;
}
.contact-form .form-group .react-tel-input .search-box {
  width: 92%;
  padding: 7px 14px !important;
  border-radius: 6px !important;
}
.contact-form .form-group textarea {
  resize: none;
}
.contact-form .btn-primary {
  max-width: 180px;
  width: 100%;
}

.avatar-frame {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 2px solid rgb(233, 233, 233) !important;
  border-radius: 50% !important;
}
.avatar-frame img {
  width: 100%;
  height: 100%;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50% !important;
}

.avatar-frame-2 {
  width: 90px !important;
  height: 90px !important;
}

.what-offer-section {
  background-color: #f9f9f9;
  padding: 56px 0;
  margin: 56px 0 0px;
}
@media screen and (max-width: 767.98px) {
  .what-offer-section {
    padding: 40px 0 0;
    margin: 30px 0;
  }
}
.what-offer-section .offer-box {
  padding: 16px 20px;
  border-radius: 8px;
}
.what-offer-section .offer-box:hover {
  background-color: #fff;
}
.what-offer-section .offer-box a {
  color: #3460bb;
}
.what-offer-section .offer-box .offer-icon {
  width: 64px;
  height: 64px;
}
.what-offer-section .offer-box .offer-icon img {
  width: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .what-offer-section .offer-box .offer-content {
    min-height: 156px;
  }
}

.guest-blogging-page .offer-box {
  margin-bottom: 0;
  height: 100%;
}

.parents-trust-section {
  padding: 56px 0;
}

.people-talking-wrap .newsletter-section {
  padding: 0 0 56px;
}

.elements-faq-section {
  background-color: #f6f6f6;
  padding: 56px 0 56px 0;
}
@media screen and (max-width: 1199.98px) {
  .elements-faq-section {
    margin-bottom: 40px;
  }
}
.elements-faq-section .elements-accordion {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .elements-faq-section .elements-accordion {
    margin-bottom: 15px;
  }
}
.elements-faq-section .elements-accordion:last-child {
  margin-bottom: 0;
}
.elements-faq-section .elements-accordion .btn-secondary {
  text-align: left;
  background-color: transparent;
  border-radius: 0;
  outline: 0 none;
  border: medium none;
  border-bottom: 1px solid #838383;
  width: 100%;
  padding: 0 30px 10px 0;
  position: relative;
  color: #121212;
}
.elements-faq-section .elements-accordion .btn-secondary:hover, .elements-faq-section .elements-accordion .btn-secondary:active, .elements-faq-section .elements-accordion .btn-secondary:focus {
  background-color: transparent;
  outline: 0 none;
  box-shadow: unset;
}
.elements-faq-section .elements-accordion .btn-secondary::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  color: #000000;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199.98px) {
  .elements-faq-section .elements-accordion .btn-secondary::after {
    right: 6px;
  }
}
@media screen and (max-width: 575.98px) {
  .elements-faq-section .elements-accordion .btn-secondary {
    padding-right: 40px;
    font-size: 1.2rem;
  }
}
.elements-faq-section .elements-accordion .card {
  border: medium none;
}
.elements-faq-section .elements-accordion .card-body {
  padding-inline: 0;
  background-color: #f6f6f6;
}
.elements-faq-section .elements-accordion .card-body p a {
  color: #3460bb;
}

.accordion-wrap .accordion-btn {
  color: #121212;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 34px;
  text-align: left;
  background-color: transparent;
  border-radius: 0;
  outline: 0 none;
  border: medium none;
  border-bottom: 1px solid #838383;
  width: 100%;
  padding: 0 0 10px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.accordion-wrap .accordion-btn:hover, .accordion-wrap .accordion-btn:active, .accordion-wrap .accordion-btn:focus {
  background-color: transparent;
  outline: 0 none;
  box-shadow: unset;
}
.accordion-wrap .collapse {
  margin-bottom: 30px;
}
.accordion-wrap p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 28px;
  color: #747579;
}
.accordion-wrap ul,
.accordion-wrap ol {
  margin-left: 18px;
}

.follow_us ul {
  display: flex;
  align-items: center;
}
.follow_us ul li a {
  font-size: 20px;
  color: #747579;
  margin-right: 20px;
}
.follow_us ul li a:hover {
  color: #3460bb;
}

.search-popup.searching-schools .container {
  width: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  position: absolute;
  border-radius: 8px;
  z-index: 1061;
  background-color: #fff;
  overflow-x: hidden;
}
@media screen and (max-width: 1199.98px) {
  .search-popup.searching-schools .container {
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .search-popup.searching-schools .container .school-listing-search .school-list-container {
    max-width: calc(100% - 210px);
  }
}
.search-popup.searching-schools .filter-main-title {
  background-color: transparent;
  border: medium none;
  padding: 0;
  width: 100%;
  text-align: left;
  position: relative;
  margin-bottom: 0;
}
.search-popup.searching-schools .filter-main-title:hover, .search-popup.searching-schools .filter-main-title:active, .search-popup.searching-schools .filter-main-title:focus {
  outline: 0 none;
  box-shadow: unset;
  background-color: transparent;
  border: medium none;
}
.search-popup.searching-schools .filter-main-title.btn-secondary::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  transition: all 0.4s;
  position: absolute;
  right: 10px;
  top: 0px;
}
.search-popup.searching-schools .worksheet-main-title {
  font-weight: 600;
  line-height: 18px;
  color: #747579;
  font-size: 1rem;
}
.search-popup.searching-schools .badge-active {
  background-color: #3460bb;
  color: #fff !important;
  border: none !important;
}
.search-popup.searching-schools .badge {
  border: 1px solid #cecece;
  padding: 8px 12px !important;
  color: #777;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  margin-right: 12px;
  margin-top: 12px;
}
.search-popup.searching-schools .badge.badge-dark {
  margin: 0 0 0 10px;
  font-size: 12px !important;
  padding: 0px 5px !important;
  background-color: #121212 !important;
  color: #fff;
  border-color: #121212 !important;
}
.search-popup.searching-schools .badge:hover {
  background-color: #3460bb;
  color: #fff !important;
  border-color: #3460bb;
}
.search-popup.searching-schools .badge:hover .filter-cross {
  display: inline-block;
}
.search-popup.searching-schools .filter-selection-wrap {
  padding: 10px 20px;
  border-bottom: 1px solid #ebebeb;
}
.search-popup.searching-schools .filter-selection-wrap .media {
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
}
.search-popup.searching-schools .filter-selection-wrap .media img {
  max-height: 48px;
  max-width: 48px;
  width: 100%;
  margin-right: 10px;
}
.search-popup.searching-schools .filter-selection-wrap .media .media-body h6 {
  font-weight: 500;
}
.search-popup.searching-schools .filter-selection-wrap:last-child {
  padding-bottom: 0;
  border-bottom: medium none;
}
.search-popup.searching-schools .search-results {
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
}
.search-popup.searching-schools .search-results li {
  padding: 10px 20px;
  border-bottom: 1px solid whitesmoke;
}
.search-popup.searching-schools .search-results li:hover {
  background-color: #f7f7f7;
}
.search-popup.searching-schools .search-results li a {
  width: 100%;
  display: block;
  color: #121212;
  font-weight: 500;
}
.search-popup.searching-schools .search-results:last-child {
  padding-bottom: 10px;
  border-bottom: medium none;
}
.search-popup.searching-schools .search-results-worksheet li {
  padding: 10px 20px 5px;
  border-bottom: medium none;
}
.search-popup.searching-schools .search-results-worksheet li a {
  color: #121212;
  line-height: 24px;
  font-weight: 600;
}
.search-popup.searching-schools .search-results-worksheet li a small {
  color: #828282;
  font-size: 1rem;
  line-height: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .search-popup.searching-schools.worksheet-search-results {
    width: 100%;
    min-width: calc(100% + 100px);
    left: -105px;
    background-color: #fff;
  }
}

@media screen and (min-width: 1200px) {
  .school-listing-search .container .school-list-container {
    max-width: calc(100% - 210px);
  }
}
@media screen and (min-width: 1200px) {
  .school-listing-search .container .school-list-container .my-collection-btn {
    display: none !important;
  }
}

.backdrop {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1060;
}

.search-banner {
  background-color: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.search-banner .custom-search-input-2 {
  margin-inline: auto;
  position: relative;
}
.search-banner .custom-search-input-2 .col-lg-12 {
  padding-inline: 0;
}
.search-banner .custom-search-input-2 .search-text {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .search-banner .custom-search-input-2 .search-text {
    width: 100%;
  }
}
.search-banner .custom-search-input-2 .form-control {
  border: 1px solid #cecece;
  background-color: #fff;
  padding: 18px 16px 18px 50px;
  font-size: 1rem;
  font-weight: 400;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.0901960784);
  border-radius: 8px;
}
@media screen and (max-width: 767.98px) {
  .search-banner .custom-search-input-2 .form-control {
    padding: 18px 16px 18px 50px;
  }
}
.search-banner .custom-search-input-2 .form-control::-moz-placeholder {
  color: #b2b2b2 !important;
}
.search-banner .custom-search-input-2 .form-control::placeholder {
  color: #b2b2b2 !important;
}
.search-banner .custom-search-input-2 .form-control:hover, .search-banner .custom-search-input-2 .form-control:active, .search-banner .custom-search-input-2 .form-control:focus {
  outline: 0 none;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.0901960784);
}
.search-banner .custom-search-input-2 .btn-primary {
  text-align: left;
  border-radius: 8px;
  transition: all 0.4s;
  position: absolute;
  right: 8px;
  top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .search-banner .custom-search-input-2 .btn-primary {
    font-size: 0;
    line-height: 20px;
    padding: 12px 12px;
  }
}
.search-banner .custom-search-input-2 .btn-primary:hover, .search-banner .custom-search-input-2 .btn-primary:active, .search-banner .custom-search-input-2 .btn-primary:focus {
  background-color: #183c85;
}
.search-banner .custom-search-input-2 .btn-primary img {
  max-width: 20px;
}
.search-banner .my-collection-btn {
  background-color: transparent;
  color: #121212;
  border: medium none !important;
  margin-left: 20px;
  padding-right: 0;
}
.search-banner .my-collection-btn:hover, .search-banner .my-collection-btn:active, .search-banner .my-collection-btn:focus {
  background-color: transparent;
  border: medium none !important;
  outline: 0 none !important;
  box-shadow: unset !important;
}
@media screen and (max-width: 767.98px) {
  .search-banner .my-collection-btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
.search-banner .my-collection-btn img {
  max-width: 20px;
}
.search-banner .my-collection-btn .my-collection-label {
  margin-left: 10px;
}
@media screen and (max-width: 991.98px) {
  .search-banner .listing-search .worksheets-search-container {
    flex-wrap: wrap;
  }
}
.search-banner .listing-search .worksheets-search-container .my-collection-btn .collection-1 {
  display: none;
}
@media screen and (max-width: 991.98px) {
  .search-banner .listing-search .worksheets-search-container .my-collection-btn {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.search-banner .listing-search .worksheets-search-container .worksheetSearchWrapper {
  border: 1px solid #cecece;
  background-color: #fff;
  padding: 8px;
  max-width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 991.98px) {
  .search-banner .listing-search .worksheets-search-container .worksheetSearchWrapper {
    width: 100%;
    flex: 0 0 100% !important;
  }
}
@media screen and (max-width: 991.98px) {
  .search-banner .listing-search .worksheets-search-container .worksheetSearchWrapper .dropdown-wrapper {
    max-width: 300px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .search-banner .listing-search .worksheets-search-container .worksheetSearchWrapper .dropdown-wrapper .dropdownToogleButton {
    max-width: 155px !important;
    width: 100% !important;
    padding: 0 10px;
    font-size: 15px;
  }
  .search-banner .listing-search .worksheets-search-container .worksheetSearchWrapper .dropdown-wrapper .dropdownToogleButton .fa-chevron-down {
    padding-left: 10px;
  }
}
.search-banner .listing-search .worksheets-search-container .worksheetSearchWrapper .dropdownToogleButton {
  background-color: transparent;
  border: medium none !important;
  box-shadow: unset;
  border-radius: 0;
}
.search-banner .listing-search .worksheets-search-container .worksheetSearchWrapper .form-group {
  position: relative;
}
.search-banner .listing-search .worksheets-search-container .worksheetSearchWrapper .form-group .icon-search {
  position: absolute;
  left: 20px;
  max-width: 20px;
  top: 10px;
  display: inline-block !important;
}
.search-banner .listing-search .worksheets-search-container .worksheetSearchWrapper .form-group .icon-search.list-icon-search {
  top: 20px;
}
.search-banner .listing-search .worksheets-search-container .worksheetSearchWrapper .worksheet-search-control {
  background-color: transparent;
  border: medium none;
  border-left: 1px solid #cecece;
  box-shadow: unset;
  border-radius: 0;
  padding: 8px 16px 8px 50px;
}
.search-banner .listing-search .worksheets-search-container .worksheetSearchWrapper .worksheet-search-control::-moz-placeholder {
  color: #6b6b6b !important;
  text-transform: capitalize;
}
.search-banner .listing-search .worksheets-search-container .worksheetSearchWrapper .worksheet-search-control::placeholder {
  color: #6b6b6b !important;
  text-transform: capitalize;
}
@media screen and (max-width: 991.98px) {
  .search-banner.school-listing-search .search-text {
    flex-wrap: wrap;
  }
}
.search-banner.school-listing-search .collection-1 {
  display: none;
}
.search-banner.school-listing-search .custom-search-input-2 .btn-primary {
  position: relative;
  right: unset;
  top: unset;
  background-color: transparent;
  color: #121212;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 20px;
  border: medium none !important;
  margin-left: 20px;
  padding-right: 0;
}
@media screen and (min-width: 992px) {
  .search-banner.school-listing-search .custom-search-input-2 .btn-primary {
    min-width: 190px;
  }
}
@media screen and (max-width: 991.98px) {
  .search-banner.school-listing-search .custom-search-input-2 .btn-primary {
    padding-left: 0;
    margin-left: 0;
    margin-top: 8px;
  }
}
.search-banner.school-listing-search .custom-search-input-2 .form-control {
  padding: 18px 16px 18px 55px;
}
@media screen and (max-width: 991.98px) {
  .search-banner.school-listing-search .custom-search-input-2 .form-control {
    width: 100%;
  }
}
.search-banner.school-listing-search .custom-search-input-2 .form-control::-moz-placeholder {
  color: #6b6b6b !important;
}
.search-banner.school-listing-search .custom-search-input-2 .form-control::placeholder {
  color: #6b6b6b !important;
}
.search-banner.school-listing-search .custom-search-input-2 .icon-search {
  position: absolute;
  left: 20px;
  top: 20px;
  max-width: 20px;
}
@media screen and (min-width: 992px) {
  .search-banner.school-listing-search .searching-collection-btn .form-group {
    display: flex;
    align-items: center;
  }
}
.search-banner.school-listing-search .searching-collection-btn .form-group .my-collection-btn {
  display: none;
}
@media screen and (min-width: 992px) {
  .search-banner.school-listing-search .searching-collection-btn .form-group .my-collection-btn {
    display: inline-block;
    padding-right: 20px;
    min-width: 210px;
  }
}

.text-primary-color {
  color: #3460bb !important;
}

.calculated-result-section .card-body {
  background-color: #fff7ea;
  border: 1px solid #cecece;
  border-radius: 0;
  padding: 32px 40px;
}
.calculated-result-section .card-body p,
.calculated-result-section .card-body .h5,
.calculated-result-section .card-body h5,
.calculated-result-section .card-body .h6 {
  color: #747579;
}

.details-fill-section .card-header {
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}
.details-fill-section .card-header span {
  padding: 0 24px;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.details-fill-section .card-header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #cecece;
  transform: translateY(-50%);
}
.details-fill-section .form-label {
  color: #3f3f3f;
  font-weight: 500;
  font-size: 15px;
}
.details-fill-section .icon-group-right {
  position: relative;
}
.details-fill-section .icon-group-right .form-control {
  padding-right: 25px;
}
.details-fill-section .icon-group-right .input-icon-right {
  position: absolute;
  right: 20px;
  top: 41px;
  max-width: 16px;
}
.details-fill-section .btn-primary {
  max-width: 210px;
  margin-inline: auto;
  display: block;
}

.pagination-main {
  margin-top: 30px;
}
.pagination-main .pagination {
  justify-content: center;
}
.pagination-main .pagination a {
  border: medium none;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  height: 32px;
  width: 32px;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  line-height: 0;
  color: #4069b5;
}
@media screen and (max-width: 767.98px) {
  .pagination-main .pagination a {
    height: 24px;
    width: 24px;
  }
}
.pagination-main .pagination a.active, .pagination-main .pagination a:hover {
  color: #fff;
  background-color: #4069b5;
}
.pagination-main .pagination .next,
.pagination-main .pagination .prev {
  color: #4069b5;
  border: 0 !important;
}

.sidebar-scroll-x::-webkit-scrollbar {
  width: 4px;
}
.sidebar-scroll-x::-webkit-scrollbar-track {
  background-color: #d4d4d4;
}
.sidebar-scroll-x::-webkit-scrollbar-thumb {
  background-color: #3460bb;
  outline: 1px solid slategrey;
}

.filter-accordion-header {
  background-color: transparent;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0px;
  margin-top: 14px;
  margin-bottom: 10px;
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  position: relative;
  padding-bottom: 5px;
}
.filter-accordion-header:focus-visible {
  outline: none;
}
.filter-accordion-header h6 {
  margin: 0px !important;
}
.filter-accordion-header i {
  font-size: 1rem;
  font-weight: 600;
}

.breadcrumb-wrapper {
  padding: 14px 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .breadcrumb-wrapper {
    margin-bottom: 5px;
  }
}
.breadcrumb-wrapper .breadcrumb-main ul {
  margin: 0;
  padding: 0;
  gap: 8px 0px;
}
.breadcrumb-wrapper .breadcrumb-main ul .breadcrumb-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 0;
  padding-right: 10px;
}
.breadcrumb-wrapper .breadcrumb-main ul .breadcrumb-item span {
  color: #3460bb;
}
.breadcrumb-wrapper .breadcrumb-main ul .breadcrumb-item.active span {
  color: #121212;
}
.breadcrumb-wrapper .breadcrumb-main ul .breadcrumb-item + .breadcrumb-item::before {
  padding-left: 0px;
  padding-right: 12px;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  color: #3460bb;
}

.worksheet-cat {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 24px;
}
.worksheet-cat img {
  max-width: 20px;
}

.worksheet-stats {
  margin-top: 20px;
}
.worksheet-stats .worksheet-views {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #121212;
  display: flex;
  align-items: center;
}
.worksheet-stats .worksheet-save .btn {
  background-color: #f2f2f2;
  font-size: 16px;
  height: 32px;
  width: 32px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #121212;
  border: medium none;
  transition: all 0.4s;
}
.worksheet-stats .worksheet-save .btn:hover, .worksheet-stats .worksheet-save .btn:active, .worksheet-stats .worksheet-save .btn:focus {
  background-color: #d4d3d3;
  border: medium none;
  outline: 0 none;
  box-shadow: unset;
}

.add-worksheet-collection .modal-title {
  font-weight: 600;
}
.add-worksheet-collection .form-label {
  font-weight: 600;
}
.add-worksheet-collection .btn-primary {
  padding: 8px 15px !important;
  font-size: 15px !important;
}
.add-worksheet-collection .form-control {
  border: 1px solid #d2d2d2;
}
.add-worksheet-collection .form-control:hover, .add-worksheet-collection .form-control:active, .add-worksheet-collection .form-control:focus {
  outline: 0 none;
  box-shadow: unset;
}
.add-worksheet-collection .collection-add .list-group-item {
  font-size: 16px;
  font-weight: 600;
  color: #212529;
  cursor: pointer;
  position: relative;
}
.add-worksheet-collection .collection-add .list-group-item + .list-group-item::after {
  content: "\f195";
  position: absolute;
  display: inline-block;
  font-family: bootstrap-icons;
  font-style: normal;
  font-weight: 400;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #3460bb;
  opacity: 0;
}
.add-worksheet-collection .collection-add .list-group-item + .list-group-item.active::after, .add-worksheet-collection .collection-add .list-group-item + .list-group-item:hover::after {
  opacity: 1;
}
.add-worksheet-collection .collection-add .list-group-item small {
  display: block;
  font-weight: 500;
}
.add-worksheet-collection .collection-add .list-group-item:hover, .add-worksheet-collection .collection-add .list-group-item:active, .add-worksheet-collection .collection-add .list-group-item:focus, .add-worksheet-collection .collection-add .list-group-item.active {
  background-color: #f7f7f7;
  background: #f7f7f7;
  color: #212529;
}

.share-dropdown .dropdown-menu {
  z-index: 9999;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 8px;
  border: medium none;
}
.share-dropdown .dropdown-menu .dropdown-item {
  padding-top: 7px;
  padding-bottom: 7px;
}
.share-dropdown .dropdown-menu .dropdown-item + .dropdown-item {
  border-top: 1px solid #ddd;
}

.worksheet-detail-page .breadcrumb-main ul .breadcrumb-item + .breadcrumb-item:last-child::before,
.school-explore-page .breadcrumb-main ul .breadcrumb-item + .breadcrumb-item:last-child::before {
  opacity: 1 !important;
}

.leaflet-control-attribution {
  display: none;
}

.rating-wrapper .react-rater .react-rater-star {
  font-size: 25px;
}

.react-rater {
  display: inline-flex;
  line-height: normal;
}
.react-rater > * {
  display: inline-block !important;
}
.react-rater .react-rater-star {
  color: #3460bb;
  margin-right: 10px;
  position: relative;
  font-size: 26px;
  cursor: pointer;
}
.react-rater .react-rater-star .modal-content {
  border-radius: 0;
}
@media screen and (max-width: 991.98px) {
  .react-rater .react-rater-star .modal-content {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }
}
.react-rater .react-rater-star .modal-content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 32px;
  background-color: #4f42d3;
}
@media screen and (max-width: 991.98px) {
  .react-rater .react-rater-star .modal-content::after {
    display: none;
  }
}
.react-rater .react-rater-star .modal-content .tpz-banner-wrap::after {
  content: "";
  position: absolute;
  left: -22px;
  bottom: 0;
  width: calc(100% + 30px);
  height: 32px;
  background-color: #4f42d3;
  display: none;
  z-index: -1;
}
@media screen and (max-width: 991.98px) {
  .react-rater .react-rater-star .modal-content .tpz-banner-wrap::after {
    display: inline-block;
  }
}
.react-rater .react-rater-star .lights-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media screen and (max-width: 420px) {
  .react-rater .react-rater-star .lights-wrap {
    margin-left: 30px;
  }
}
.react-rater .react-rater-star .download-text {
  color: #121212;
  font-size: 1.5rem;
  line-height: 28px;
}
.react-rater .react-rater-star .app-banner-heading {
  font-size: 44px;
  line-height: 54px;
  font-weight: 700;
  color: #0b0f19;
}
.react-rater .react-rater-star .app-banner-heading span {
  color: #4f42d3;
  display: block;
}
.react-rater .react-rater-star.highlight {
  font-size: 25px;
}
.react-rater .react-rater-star.medium {
  font-size: 21px;
}
.react-rater .react-rater-star.small {
  font-size: 19px;
}
.react-rater .react-rater-star.x-small {
  font-size: 18px;
}
.react-rater .react-rater-star.bi-star.will-be-active::before {
  content: "\f586";
  color: #3460bb;
}
.react-rater .react-rater-star.bi-star.active::before {
  content: "\f586";
  color: #3460bb;
}
.react-rater .react-rater-star.bi-star-fill {
  color: #3460bb;
}
.react-rater .react-rater-star.bi-star-half {
  color: #3460bb !important;
}
.react-rater .react-rater-star.is-disabled {
  cursor: default;
}

#subscribe-dialog {
  box-shadow: none !important;
}

.worksheet-search-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  border: 1px solid #ddd;
  max-width: 100%;
  background-color: white !important;
}

.school-search-count li strong {
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .school-search-count li {
    font-size: 12px !important;
    line-height: 20px !important;
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .school-search-count li {
    font-size: 14px !important;
  }
}

#forum-search-bar .form-group .icon-search {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #forum-search-bar .form-group .icon-search {
    left: 22px !important;
  }
}

.blog-listing-page .text-content {
  padding-bottom: 2.4rem !important;
  max-width: 900px !important;
}

.share_menu_wrapper .pull-right {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
.share_menu_wrapper .share-buttons {
  display: inline-flex !important;
  align-items: center;
}
.share_menu_wrapper .share-buttons li {
  margin-left: 10px;
}

.forgot-password-page a {
  color: #3460bb !important;
  font-weight: 600 !important;
}
.forgot-password-page .form-label {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 24px;
}
.forgot-password-page .form-control {
  padding: 10px 18px;
  border: 1px solid #cecece;
  border-radius: 6px;
  min-height: 42px;
}
.forgot-password-page .form-control.is-invalid {
  border: 1px solid rgb(253, 53, 69);
}
.forgot-password-page .fakepasswordicon {
  color: #787878;
}
.forgot-password-page .container-auth-left {
  min-height: 90vh;
}
@media screen and (max-width: 768px) {
  .forgot-password-page .container-auth-left {
    min-height: 100%;
  }
}

.auth-page .option-divider span {
  background-color: rgb(248, 249, 250) !important;
}

.recaptcha-branding a {
  color: #3460bb !important;
  font-weight: 600 !important;
}

.show-sign-up a {
  color: #3460bb !important;
  font-weight: 600 !important;
}

.scientific-calculator {
  background-color: rgba(12, 16, 23, 0.6);
  border-radius: 20px;
}

.scientific_calculator_section {
  background-color: white;
}
.scientific_calculator_section .scientific_calculator_home {
  background: rgba(64, 105, 181, 0.2) url("/image/scientific_calculator_banner.jpg") no-repeat;
  background-size: cover;
  border-radius: 20px;
}
.scientific_calculator_section .scientific_calculator_home h1,
.scientific_calculator_section .scientific_calculator_home p {
  color: #fff !important;
}
.scientific_calculator_section .scientific_calculator_home .wrapper {
  background-color: rgba(12, 16, 23, 0.6);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 100px 0px;
  justify-content: flex-start;
}
.scientific_calculator_section .scientific_calculator_home .btn {
  padding: 10px 20px !important;
}
.scientific_calculator_section .scientific_calculator_home .btn:hover {
  background-color: #0f6a3f !important;
}

.show-more-toggle {
  position: relative;
  display: inline-block;
  width: 100%;
}
.show-more-toggle .review-text-content {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.print-stars {
  font-size: 18px;
  padding-left: 0px;
}
.print-stars li {
  margin-right: 10px !important;
}

.review_listing {
  box-shadow: 0px 2px 23px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 16px;
  border-radius: 24px;
  background-color: #fff;
  margin-bottom: 24px;
  height: calc(100% - 24px);
}
@media screen and (min-width: 768px) {
  .review_listing .question-content {
    min-height: 170px;
  }
}
.review_listing .question-content .question-desc {
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.review_listing h4 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.review_listing .author-info {
  max-width: calc(100% - 80px);
}
.review_listing .author-info span {
  font-weight: 400;
  font-size: 15px;
  color: #747579;
}
.review_listing figure {
  width: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.review_listing figure img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review_listing span {
  color: #747579;
}
.review_listing .publish-listing li .btn-read-more:hover,
.review_listing .publish-listing li .btn-read-more .active {
  background-color: transparent !important;
}
.review_listing .publish-listing li .btn-read-more i {
  font-size: 12px;
  margin-left: 4px;
}

.bg-danger-soft-hover:hover {
  background-color: #ffe2e2 !important;
}

.answer-editor {
  border: 1px solid #ededed;
}
.answer-editor .public-DraftStyleDefault-block {
  margin: 0px;
}
.answer-editor span {
  font-style: unset;
}
.answer-editor .ask-toolbar {
  border: none;
  border-bottom: 1px solid #ededed;
}
.answer-editor .ask-toolbar .rdw-option-wrapper {
  border: none;
  width: 24px;
  height: 24px;
}
.answer-editor .ask-toolbar .rdw-option-wrapper:hover {
  box-shadow: none;
  border: 1px solid #ededed;
}
.answer-editor .rdw-editor-main {
  padding: 0px 10px;
  height: 200px;
  overflow: auto;
}

.rdw-embedded-modal {
  height: 220px !important;
}

.rdw-link-modal {
  height: 240px !important;
}

.homepage-section {
  position: relative;
  padding-bottom: 70px;
}
.homepage-section .hero-section {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage-section .hero-section .swiper {
  border-radius: 24px;
}
.homepage-section .hero-section .swiper-slide {
  background-color: #edf5fe;
  border-radius: 24px;
  padding: 50px 30px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  height: unset !important;
  background-image: url("/assets/images/home/banner-bg.png");
}
.homepage-section .hero-section .swiper-wrapper {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .homepage-section .hero-section .swiper-wrapper {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .homepage-section .hero-section .swiper img {
    margin-bottom: 30px;
  }
}
.homepage-section .hero-section .swiper .btn-primary {
  width: -moz-fit-content;
  width: fit-content;
}
.homepage-section .hero-section .swiper .swiper-pagination-bullet {
  border-color: #edf5fe;
}
.homepage-section .main-page-search {
  margin: 30px auto 20px auto !important;
  padding: 0px !important;
}
@media screen and (min-width: 768px) {
  .homepage-section .main-page-search .calculator-search .col-sm-12 {
    padding: 0px !important;
  }
}
.homepage-section .worksheets-search-container {
  margin: 30px auto 20px auto;
  background-color: white;
  text-align: left;
  max-width: 875px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.0901960784);
}
.homepage-section .worksheets-search-container .dropdown-menu {
  padding: 10px;
}
.homepage-section .nav-tabs {
  border: 0px;
  justify-content: center;
}
.homepage-section .nav-tabs .nav-item img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
@media screen and (max-width: 500px) {
  .homepage-section .nav-tabs .nav-item img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
}
.homepage-section .nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  border: 0px;
  color: #121212;
  border-radius: 0px;
  cursor: pointer;
}
.homepage-section .nav-tabs .nav-item .nav-link.active {
  border-color: black !important;
  border-bottom: 2px solid black !important;
  padding-bottom: 6px !important;
}
@media screen and (max-width: 500px) {
  .homepage-section .nav-tabs .nav-item .nav-link {
    font-size: 14px;
  }
}

.main-banner {
  width: 100%;
  padding: 30px;
  border-radius: 24px;
  margin-bottom: 60px;
  text-align: center;
  background-image: url("/assets/images/home/banner-bg.png");
  background-size: cover;
}
.main-banner .main-banner-content {
  padding: 60px 0px;
}
@media screen and (max-width: 1024px) {
  .main-banner .main-banner-content {
    padding: 20px 0px;
  }
}

.search_badge {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 6px;
  padding: 7px 14px;
  background-color: #3460bb;
  color: white;
}

.share-dropdown .listing-share-btn {
  border: 1px solid #747579 !important;
  padding: 5px 14px 6px 14px !important;
  border-radius: 50px !important;
  min-width: 110px;
}
.share-dropdown .listing-share-btn .share-btn {
  width: auto;
  height: auto;
  padding: 0px;
  margin-right: 10px;
}
.share-dropdown .listing-share-btn i {
  font-size: 14px;
}
.share-dropdown .listing-share-btn i::before {
  font-weight: 900 !important;
}
.share-dropdown.show .listing-share-btn {
  background-color: whitesmoke !important;
}

.share-btn {
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  transition: all 0.4s;
}
.share-btn.share-btn-sm {
  width: 30px;
  height: 30px;
  margin-right: 2px;
}
.share-btn.share-btn-sm i {
  font-size: 14px;
}
.share-btn:hover, .share-btn:active, .share-btn:focus {
  border: 1px solid #000;
  background-color: whitesmoke;
  outline: 0 none;
  box-shadow: unset;
}

.hover-none:hover, .hover-none:active, .hover-none:focus {
  border: 0px;
  background-color: transparent;
  outline: 0 none;
  box-shadow: unset;
}

.adBlock_modal .modal-content {
  border: 0px;
  background-color: #edf5fe;
}
.adBlock_modal .modal-header {
  padding-bottom: 0px;
}
.adBlock_modal .modal-body {
  padding: 30px 30px 35px 30px;
}
.adBlock_modal h4,
.adBlock_modal h5 {
  text-align: center;
}

.review-school-modal {
  max-width: 780px;
  width: 1000%;
}
@media screen and (max-width: 820px) {
  .review-school-modal {
    max-width: 95%;
  }
}
.review-school-modal .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 1;
  background: unset;
  font-size: 26px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-school-modal .btn-close:hover, .review-school-modal .btn-close:active, .review-school-modal .btn-close:focus {
  outline: 0 none;
  box-shadow: unset;
  border: medium none;
}
.review-school-modal .modal-content {
  background-image: url(/image/school-review-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #fff;
  min-height: 456px;
  max-width: 780px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 580px) {
  .review-school-modal .modal-content {
    min-height: 420px;
  }
  .review-school-modal .modal-content p {
    margin-bottom: 10px !important;
  }
}
.review-school-modal .modal-content .container {
  background-color: transparent !important;
}
.review-school-modal .modal-content .text-center .icon {
  display: none;
}
.review-school-modal .modal-content .text-center .review-school-title {
  max-width: 200px;
  margin-inline: auto;
  margin-top: 40px;
}
.review-school-modal .modal-content .text-center .review-school-title h3 {
  margin-bottom: 0 !important;
  color: #fff;
  padding-bottom: 5px;
}
.review-school-modal .modal-content .text-center .review-school-title span {
  font-size: 24px;
}
.review-school-modal .modal-content .text-center .review-school-title span.text-warning {
  color: #ffd76d !important;
}
@media screen and (max-width: 420px) {
  .review-school-modal .modal-content .text-center .review-school-title span {
    font-size: 20px;
    line-height: 23px;
    display: inline-block;
  }
}
@media screen and (max-width: 420px) {
  .review-school-modal .modal-content .text-center .review-school-title {
    margin-top: 20px;
    max-width: 230px;
    font-size: 20px;
  }
}
.review-school-modal .modal-content .text-center p {
  color: #fff;
  margin-inline: auto;
  max-width: 220px;
  margin-bottom: 0;
}
.review-school-modal .modal-content .text-center .btn-primary {
  margin-top: 20px !important;
}
@media screen and (max-width: 420px) {
  .review-school-modal .modal-content .text-center .btn-primary {
    margin-top: 5px !important;
  }
}
.review-school-modal .modal-content .text-center .btn-primary i {
  font-size: 12px;
}

.seo-action-bar {
  position: fixed;
  bottom: 30px;
  left: 0px;
  z-index: 90000;
}
.seo-action-bar .bg-orange {
  background-color: rgb(255, 140, 0);
}

.admin-action-bar {
  position: fixed;
  bottom: 20px;
  left: 0px;
  z-index: 90000;
}

.seo-action-bar {
  position: fixed;
  bottom: 80px;
  left: 0px;
  z-index: 90000;
}

.admin-action-bar-popup {
  position: fixed;
  bottom: 90px;
  left: 30px;
  z-index: 90000;
}

.country-calc-section {
  margin: 50px 0;
  position: relative;
}
.country-calc-section .country-card {
  text-align: center;
  margin-bottom: 24px;
}
.country-calc-section .country-card .flag-wrap {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin-inline: auto;
}
.country-calc-section .country-card .flag-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 48px;
  height: 48px;
  -o-object-position: center;
     object-position: center;
}
.country-calc-section.calculator-home-section .country-age-calculator-banner {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
}
.country-calc-section.country-wise-section .country-age-calculator-banner {
  padding-top: 30px;
  padding-bottom: 0;
}

.blog-listing picture img {
  max-height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1700px) {
  .blog-listing picture img {
    max-height: 250px;
  }
}
@media screen and (min-width: 2100px) {
  .blog-listing picture img {
    max-height: 300px;
  }
}

.html_render p {
  color: #121212 !important;
}
.html_render table {
  width: 100%;
}
.html_render table td {
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  vertical-align: top;
}
.html_render ul {
  color: #747579 !important;
  padding-left: 25px;
}
.html_render ul li {
  list-style: disc;
  margin-top: 6px;
}
@media (max-width: 670px) {
  .html_render table a {
    font-size: 14px;
  }
}/*# sourceMappingURL=common.css.map */