* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  color: #293642;
}
@media (min-width: 576px) {
  body .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  body .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  body .container {
    max-width: 1300px;
  }
}
@media (min-width: 1600px) {
  body .container {
    max-width: 1400px;
  }
}
body .shimmerGlobal {
  position: relative;
  color: #fff;
  width: 100%;
  background-color: #F5F9FE !important;
  overflow: hidden;
}
body .shimmerGlobal::after {
  content: "";
  top: 0px;
  transform: skewX(-45deg);
  width: 100px;
  height: 100%;
  position: absolute;
  z-index: 1;
  animation: shimmer 3s infinite;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #D2EAFF 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0));
}
body button:active {
  border: none !important;
}
body .img-fluid {
  max-width: 100%;
  height: auto;
}
body ul {
  padding: 0;
  margin: 0;
}
body li {
  list-style: none;
}
body a {
  padding: 2px;
  text-decoration: none !important;
  cursor: pointer;
}
body a:hover {
  text-decoration: none !important;
}
body p {
  margin-bottom: 0;
}
body .underline {
  text-decoration: underline;
  text-decoration-color: #017A9F;
  text-decoration-thickness: 3px;
  text-underline-position: from-font;
}
body .sub-heading {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}
body .heading-2 {
  font-size: calc(28px + 12 * (100vw - 320px) / 1600);
  line-height: calc(42px + 10 * (100vw - 320px) / 1600);
  font-weight: 700;
}
body .text-2 {
  font-size: calc(40px + 16 * (100vw - 320px) / 1600);
  line-height: calc(48px + 16 * (100vw - 320px) / 1600);
  font-weight: 800;
  letter-spacing: -0.02em;
}
body .text-5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
}
body a {
  font-weight: 500;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: -0.02em;
}
body .link-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}
body .zambezi-text {
  color: #fff;
}
body .blue-text {
  color: #1581e5;
}
body .primary-button {
  padding: 11px 24px;
  background: #293642;
  color: #fff;
  border-radius: 27px;
  transition: all 0.3s ease-in-out;
}
body .primary-button:hover {
  color: #fff;
  box-shadow: 4px 6px 0px #fff;
  background: #293642;
}
@media only screen and (max-width: 992px) {
  body br {
    display: none;
  }
}
body .header-main {
  padding-top: 19px;
  padding-bottom: 19px;
  border-bottom: 1px solid #fff;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  body .header-main {
    padding: 14px 0;
  }
}
body .header-main .navbar {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}
body .header-main .navbar a {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #000;
  transition: all 0.3s ease-in-out;
}
body .header-main .navbar a:hover {
  color: #000;
}
@media only screen and (max-width: 992px) {
  body .header-main .navbar .navbar-head {
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
body .header-main .navbar .navbar-head .navbar-toggler {
  border: 0;
  text-align: right;
  padding: 0;
}
body .header-main .navbar .navbar-head .navbar-toggler:focus, body .header-main .navbar .navbar-head .navbar-toggler:active {
  outline: none;
  box-shadow: none;
  border: 0;
}
body .header-main .navbar .navbar-head .navbar-toggler .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
body .header-main .navbar .navbar-head .navbar-toggler .toggler-icon {
  width: 30px;
  height: 3px;
  background-color: #000;
  display: block;
  transition: all 0.2s;
  border-radius: 50px;
}
body .header-main .navbar .navbar-head .navbar-toggler .toggler-icon.middle-bar {
  margin: 5px 0 5px auto;
  opacity: 0;
  filter: alpha(opacity=0);
}
body .header-main .navbar .navbar-head .navbar-toggler .toggler-icon.top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
body .header-main .navbar .navbar-head .navbar-toggler .toggler-icon.bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
body .header-main .navbar .navbar-head .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
  width: 60%;
  margin: 0 0 0 auto;
}
body .header-main .navbar .navbar-head .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}
body .header-main .navbar .navbar-head .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
  width: 60%;
  margin: 0 0 0 auto;
}
body .header-main .navbar #menuData {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media only screen and (max-width: 768px) {
  body .header-main .navbar #menuData {
    max-width: 100% !important;
  }
}
body .header-main .navbar #menuData .navbar-nav {
  align-items: center;
}
@media only screen and (max-width: 991px) {
  body .header-main .navbar #menuData .navbar-nav {
    margin-top: 29px;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-y: auto;
    transition: all 0.3s linear;
  }
}
@media only screen and (max-width: 768px) {
  body .header-main .navbar #menuData .navbar-nav .menu-primary-container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body .header-main .navbar #menuData .navbar-nav .menu-primary-container #menu-primary {
    display: flex;
    flex-direction: column;
  }
}
body .header-main .navbar #menuData .navbar-nav .menu-primary-container #menu-primary li {
  margin-right: 31px;
}
body .header-main .navbar #menuData .navbar-nav .menu-primary-container #menu-primary li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  body .header-main .navbar #menuData .navbar-nav .menu-primary-container #menu-primary li {
    margin-right: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 0;
  }
}
body .header-main .navbar #menuData .navbar-nav .menu-primary-container #menu-primary li.current-menu-item a {
  color: #000;
}
body .header-main .navbar #menuData .navbar-nav .menu-primary-container #menu-primary li:hover a {
  color: #000;
}
body .header-main .navbar .header-buttons {
  margin-left: 31px;
}
@media (max-width: 991px) {
  body .header-main .navbar .header-buttons {
    margin-top: 100px !important;
  }
}
body .header-main .navbar .header-buttons .header-login > ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
body .header-main .navbar .header-buttons .header-login > ul > li {
  position: relative;
}
body .header-main .navbar .header-buttons .header-login > ul > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  padding: 6px 10px;
}
body .header-main .navbar .header-buttons .header-login .login {
  gap: 10px;
  min-width: 101px;
  padding: 8px 14px;
  color: #fff !important;
  background: #3f76e4;
  border-radius: 6px;
}
body .header-main .navbar .header-buttons .header-login .login .login-arrow {
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(225deg) translateY(2px);
  transition: transform 0.2s ease;
}
body .header-main .navbar .header-buttons .header-login .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1000;
  width: 160px;
  padding: 14px 0;
  background: #fff;
  border: 1px solid #bfd4f3;
  border-radius: 8px;
  box-shadow: 0 14px 22px rgba(17, 24, 39, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
body .header-main .navbar .header-buttons .header-login .sub-menu a {
  display: block;
  padding: 10px 20px;
  color: #111827;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
}
body .header-main .navbar .header-buttons .header-login .sub-menu a:hover {
  color: #3f76e4;
}
body .header-main .navbar .header-buttons .header-login .has-children {
  padding-bottom: 16px;
  margin-bottom: -16px;
}
body .header-main .navbar .header-buttons .header-login .has-children:hover .login-arrow, body .header-main .navbar .header-buttons .header-login .has-children:focus-within .login-arrow {
  transform: rotate(45deg) translateY(2px);
}
body .header-main .navbar .header-buttons .header-login .has-children:hover .sub-menu, body .header-main .navbar .header-buttons .header-login .has-children:focus-within .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
@media only screen and (max-width: 768px) {
  body .header-main .navbar .header-buttons {
    margin: 24px 0 0;
    width: 100%;
  }
  body .header-main .navbar .header-buttons .header-login > ul {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 991px) {
  body .header-main .navbar .header-buttons .header-login > ul {
    flex-direction: row;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  body .header-main .navbar .header-buttons .header-login .sub-menu {
    left: -10px;
    transform: translateY(8px);
  }
  body .header-main .navbar .header-buttons .header-login .has-children:hover .sub-menu, body .header-main .navbar .header-buttons .header-login .has-children:focus-within .sub-menu {
    transform: translateY(0);
  }
}
body .sticky {
  z-index: 999;
  margin: auto;
  width: 100%;
  padding: 5px 0px !important;
}
body .form .checkboxWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
  margin-right: 14px;
  margin-left: 14px;
  gap: 15px;
  text-align: left;
  position: relative;
}
@media (max-width: 575px) {
  body .form .checkboxWrap {
    margin: 0 0 28px;
  }
}
body .form .checkboxWrap .sms_text {
  font-size: 16px;
  line-height: 1.4;
}
body .form .checkboxWrap .sms_text a {
  font-size: 16px;
}
body .form .checkboxWrap .checkbox {
  margin-top: 7px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  cursor: pointer;
}
body .form .checkboxWrap #tcrCheck-error,
body .form .checkboxWrap #sms_acceptance-error {
  border: 2px solid #ff0000;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  position: absolute;
  top: 7px;
  left: 0px;
}
body .home-banner {
  padding: 130px 0 0px;
  background: #1581e5;
}
@media only screen and (max-width: 768px) {
  body .home-banner {
    padding: 180px 0px 0px;
  }
}
body .home-banner .home-banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .home-banner .home-banner-content .pre-tag {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  border-bottom: 2px solid #fff;
  padding-bottom: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2rem;
}
body .home-banner .home-banner-content h1 {
  font-size: calc(36px + 14 * (100vw - 320px) / 1600);
  line-height: calc(40px + 22 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: #fff;
}
body .home-banner .home-banner-img {
  text-align: center;
}
body .home-success {
  padding: 140px 0 100px 0px;
}
@media only screen and (max-width: 768px) {
  body .home-success {
    padding: 100px 0px;
  }
}
body .home-success .sub-heading {
  margin-bottom: 2.2rem;
  color: #1581e5;
}
body .home-success .heading-2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  body .home-success .home-success-keys .keys-wrap {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  body .home-success .home-success-keys .keys-wrap:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
body .home-success .home-success-keys .keys-wrap .card {
  border: none;
  background-color: transparent;
}
body .home-success .home-success-keys .keys-wrap .card .card-body {
  padding: 0;
}
body .home-success .home-success-keys .keys-wrap .card .card-body .card-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 41px;
  color: #1581e5;
  position: relative;
  padding-bottom: 1rem;
  min-height: 98px;
}
@media only screen and (max-width: 768px) {
  body .home-success .home-success-keys .keys-wrap .card .card-body .card-title {
    min-height: auto;
  }
}
body .home-success .home-success-keys .keys-wrap .card .card-body .card-title::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: 0;
}
body .home-success .home-success-keys .keys-wrap .card .card-body .card-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 33px;
  min-height: 150px;
}
@media only screen and (max-width: 768px) {
  body .home-success .home-success-keys .keys-wrap .card .card-body .card-text {
    min-height: auto;
  }
}
body .home-success .home-success-keys .keys-wrap .card .card-body .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #5F666D;
}
body .home-success .home-success-keys .keys-wrap:last-child .card .card-title {
  padding-top: 0.9rem;
}
body .home-success .home-success-btn {
  text-align: center;
  margin-top: 4rem;
}
body .home-cta {
  padding: 100px 0px;
  background-color: #1581e5;
  text-align: center;
}
body .home-cta .sub-heading {
  color: #fff;
  margin-bottom: 1rem;
}
body .home-cta .heading-2 {
  color: #fff;
  margin-bottom: 3.3rem;
}
body .home-cta .primary-button {
  background-color: #fff;
  color: #293642;
}
body .home-getintouch {
  padding: 100px 0px;
}
body .home-getintouch .heading-2 {
  text-align: center;
}
body .home-getintouch .support-form {
  max-width: 870px;
  margin: 44px auto 0;
}
@media only screen and (max-width: 768px) {
  body .home-getintouch .support-form {
    max-width: 100%;
  }
}
body .home-getintouch .support-form > .row {
  row-gap: 18px;
}
body .home-getintouch .support-form .form-group {
  margin-bottom: 0;
}
body .home-getintouch .support-form .form-group .form-control {
  width: 100%;
  height: 48px;
  border: 1px solid #E5E7EB;
  padding: 10px 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border-radius: 8px;
  margin-bottom: 0;
  color: #000;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}
body .home-getintouch .support-form .form-group .form-control:focus, body .home-getintouch .support-form .form-group .form-control:focus-within {
  border-color: #cfd7e3;
  box-shadow: 0 0 0 3px rgba(63, 118, 228, 0.08);
  text-decoration: none;
}
body .home-getintouch .support-form .form-group select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #697386 50%), linear-gradient(135deg, #697386 50%, transparent 50%);
  background-position: calc(100% - 23px) 19px, calc(100% - 16px) 19px;
  background-size: 8px 8px, 8px 8px;
  background-repeat: no-repeat;
  cursor: pointer;
}
body .home-getintouch .support-form .form-group .reason-select {
  position: relative;
}
body .home-getintouch .support-form .form-group .reason-select .reason-select-toggle {
  width: 100%;
  height: 48px;
  border: 1px solid #E5E7EB;
  padding: 10px 44px 10px 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border-radius: 8px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  text-align: left;
  position: relative;
}
body .home-getintouch .support-form .form-group .reason-select .reason-select-toggle::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 18px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #697386;
  border-bottom: 2px solid #697386;
  transform: rotate(45deg);
}
body .home-getintouch .support-form .form-group .reason-select .reason-select-menu {
  display: none;
  position: absolute;
  z-index: 20;
  top: 47px;
  left: 0;
  right: 0;
  max-height: 250px;
  overflow-y: auto;
  padding: 0;
  background: #fff;
  border: 1px solid #D7DBDF;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}
body .home-getintouch .support-form .form-group .reason-select .reason-select-menu.show {
  display: block;
}
body .home-getintouch .support-form .form-group .reason-select .reason-select-menu li {
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #1F2933;
  cursor: pointer;
}
body .home-getintouch .support-form .form-group .reason-select .reason-select-menu li:hover {
  background: #F8FAFC;
}
body .home-getintouch .support-form .form-group textarea {
  height: 96px !important;
  padding-top: 14px !important;
  resize: vertical;
}
body .home-getintouch .support-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
}
body .home-getintouch .support-form label.error {
  color: #ff0000;
  font-size: 14px;
  font-weight: 400;
}
body .home-getintouch .support-form .dropdown {
  margin-bottom: 1.4rem;
}
body .home-getintouch .support-form .dropdown .form-group {
  position: relative;
  display: flex;
  flex-direction: column;
}
body .home-getintouch .support-form .dropdown .form-group .custom-dropdown {
  width: 100%;
  border: 1px solid #efefef;
  padding: 0.8rem 1.8rem;
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.031372549);
  top: calc(100% + 4px) !important;
}
body .home-getintouch .support-form .dropdown .form-group .custom-dropdown li {
  padding: 0.3rem 0rem;
  cursor: pointer;
}
body .home-getintouch .support-form .dropdown .form-group .dropdown-toggle {
  width: 100%;
  border: 0;
  height: auto;
  padding: 0;
  border-radius: 0;
  position: relative;
  text-align: start;
  font-size: 16px;
  line-height: 24px;
}
body .home-getintouch .support-form .dropdown .form-group .dropdown-toggle:focus, body .home-getintouch .support-form .dropdown .form-group .dropdown-toggle:focus-within {
  box-shadow: none;
  text-decoration: none;
}
body .home-getintouch .support-form .dropdown .form-group .dropdown-toggle:active {
  background-color: none !important;
}
body .home-getintouch .support-form .dropdown .form-group .dropdown-toggle::after {
  display: none;
}
body .home-getintouch .support-form .btn-wrap {
  text-align: center;
  margin-top: 40px;
}
body .home-getintouch .support-form .btn-wrap:focus, body .home-getintouch .support-form .btn-wrap:focus-within {
  box-shadow: none;
  text-decoration: none;
}
body .home-getintouch .support-form .thank-you-msg {
  font-size: 18px;
  text-align: center;
  color: #008000;
  font-weight: 500;
  margin-top: 20px;
}
body .footer {
  background-color: #1581e5;
  padding: 70px 0px 40px 0;
}
body .footer .footer-content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  margin-bottom: 1rem;
}
body .footer .footer-content p {
  color: #8F959B;
}
body .footer .footer-content p a {
  color: #fff;
}
body .footer .footer-content .social-buttons {
  margin-top: 1rem;
}
body .footer .footer-content .social-buttons a {
  font-size: 24px;
  color: #fff;
  padding: 2px;
  margin-right: 0.75rem;
  transition: all 0.3s ease-in-out;
}
body .footer .footer-content .social-buttons a img {
  width: 24px;
  filter: invert(1);
}
body .footer .footer-content .social-buttons a:hover {
  color: #fff;
}
@media only screen and (max-width: 576px) {
  body .footer .footer-newsletter {
    margin-top: 2.5rem;
  }
}
body .footer .footer-newsletter .emailOpt .sub-text-1 {
  color: #fff;
}
body .footer .footer-newsletter .emailOpt .newsletter_form {
  margin-top: 0;
  position: relative;
}
@media only screen and (max-width: 375px) {
  body .footer .footer-newsletter .emailOpt .newsletter_form {
    max-width: 320px;
  }
}
body .footer .footer-newsletter .emailOpt .newsletter_form .no-gutters label {
  display: none;
}
body .footer .footer-newsletter .emailOpt .newsletter_form .no-gutters .form-control {
  margin-top: 17px;
  height: 51px;
  border: 0;
  padding: 13px 60px 13px 20px;
  border-radius: 40px;
}
@media only screen and (max-width: 992px) {
  body .footer .footer-newsletter .emailOpt .newsletter_form .no-gutters .form-control {
    width: 100%;
  }
}
body .footer .footer-newsletter .emailOpt .newsletter_form .no-gutters .form-control:focus, body .footer .footer-newsletter .emailOpt .newsletter_form .no-gutters .form-control:focus-within {
  box-shadow: none;
  text-decoration: none;
}
body .footer .footer-newsletter .emailOpt .newsletter_form .no-gutters label {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}
body .footer .footer-newsletter .emailOpt .newsletter_form .no-gutters label.error {
  color: #ff0000;
  font-size: 14px;
  font-weight: 400;
}
body .footer .footer-newsletter .emailOpt .newsletter_form .no-gutters .btn-wrap {
  position: absolute;
  top: 17px;
  right: 0;
}
body .footer .footer-newsletter .emailOpt .newsletter_form .no-gutters .btn-wrap .btn-submit {
  padding: 13px 20px 12px 20px;
  border-radius: 0 40px 40px 0;
  background: #fff;
  color: #293642;
}
body .footer .footer-newsletter .emailOpt .newsletter_form .no-gutters .btn-wrap .btn-submit:hover {
  box-shadow: none;
}
body .footer .footer-newsletter .message {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-top: 5px;
  padding-left: 12px;
}
body .footer .outer-copyright {
  padding-top: 50px;
}
body .footer .outer-copyright .copyright {
  color: #fff;
  font-size: 14px;
}
body .footer .outer-copyright .copyright a {
  color: #fff;
  font-size: 14px;
}
body .privacy-banner {
  padding: 190px 0 32px;
}
body .privacy-banner .tagline {
  color: #8F959B;
  font-weight: 400;
}
body .privacy-banner p {
  font-size: 18px;
  font-weight: 800;
}
body .privacy-banner .heading-1 {
  font-size: calc(56px + 16 * (100vw - 320px) / 1600);
  line-height: calc(64px + 8 * (100vw - 320px) / 1600);
  font-weight: 800;
  margin-bottom: 3rem;
}
body .privacy-banner .heading-1 span {
  color: #fff;
}
body .privacy-content .content-inner {
  max-width: 90%;
  margin: auto;
  padding-bottom: 4rem;
}
body .privacy-content .content-inner ol {
  padding-left: 1.1rem;
  margin-top: 12px;
}
body .privacy-content .content-inner ol li {
  list-style: decimal;
}
body .privacy-content .content-inner ol li::marker {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #293642;
}
body .privacy-content .content-inner ul {
  padding-left: 1.1rem;
}
body .privacy-content .content-inner ul li {
  list-style: disc;
}
body .privacy-content .content-inner li {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #464557;
  padding-left: 1rem;
}
body .privacy-content .content-inner li span {
  text-align: justify;
}
body .privacy-content .content-inner p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #464557;
  margin-bottom: 0.5rem;
  text-align: justify;
}
body .privacy-content .content-inner p span {
  font-weight: 700;
}
body .privacy-content .content-inner .subtext {
  padding-left: 1.5rem;
}
body .privacy-content .content-inner .sub-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  color: #293642;
  margin-bottom: 20px;
  margin-top: 20px;
}
body .privacy-content .content-inner .tagline {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #293642;
}
body .privacy-content .content-inner a {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #1581e5;
}
body .privacy-content .content-inner table {
  margin-top: 2.5rem;
}
body .privacy-content .content-inner table th {
  vertical-align: top;
  width: 20%;
  color: #fff;
  background: #343a40;
  border-color: #454d55;
}
body .privacy-content .content-inner table td p {
  font-size: 14px;
  line-height: 20px;
}
body .privacy-content .content-inner table td ul li {
  font-size: 14px;
  line-height: 20px;
}
body .terms-banner {
  padding: 190px 0 0;
}
body .terms-banner .page-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  color: #8F959B;
}
body .terms-banner .tagline {
  color: #8F959B;
  font-weight: 400;
}
body .terms-banner .heading-1 {
  margin-bottom: 3rem;
  font-size: calc(40px + 16 * (100vw - 320px) / 1600);
  line-height: calc(64px + 8 * (100vw - 320px) / 1600);
  font-weight: 800;
}
body .terms-banner .heading-1 span {
  color: #fff;
}
body .terms-content .content-inner {
  max-width: 90%;
  margin: auto;
  padding-bottom: 4rem;
}
body .terms-content .content-inner ol {
  padding-left: 1.1rem;
  margin-top: 12px;
}
body .terms-content .content-inner ol li {
  list-style: decimal;
}
body .terms-content .content-inner ol li::marker {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #293642;
}
body .terms-content .content-inner ul {
  padding-left: 1.1rem;
}
body .terms-content .content-inner ul li {
  list-style: disc;
}
body .terms-content .content-inner li {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #5F666D;
  padding-left: 1rem;
}
body .terms-content .content-inner li span {
  color: #5F666D;
}
body .terms-content .content-inner p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #5F666D;
  margin-bottom: 0.5rem;
  text-align: justify;
}
body .terms-content .content-inner p span {
  font-weight: 700;
}
body .terms-content .content-inner .subtext {
  padding-left: 1.5rem;
}
body .terms-content .content-inner .sub-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  color: #293642;
  margin-bottom: 20px;
  margin-top: 20px;
}
body .terms-content .content-inner .tagline {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #293642;
}
body .terms-content .content-inner a {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #1581e5;
}
body .support-div {
  padding: 190px 0 74px;
}
@media only screen and (max-width: 768px) {
  body .support-div {
    padding-bottom: 60px;
  }
}
body .thank-you {
  padding: 190px 0 74px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
body .thank-you .thank-you-inner .text-2 {
  color: #01D8AA;
  margin-top: 60px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 768px) {
  body .thank-you .thank-you-inner .text-2 {
    margin-top: 40px;
  }
}
body .thank-you .thank-you-inner .sub-text-2 {
  font-weight: 400;
  margin-bottom: 72px;
}
@media only screen and (max-width: 768px) {
  body .thank-you .thank-you-inner .sub-text-2 {
    margin-bottom: 55px;
  }
}
body .thank-you .thank-you-inner .home_button {
  padding: 11px 24px;
  border: 2px solid #293642;
  border-radius: 27px;
  font-size: 18px;
  color: #293642;
}
@keyframes shimmer {
  0% {
    left: -80%;
  }
  100% {
    left: 80%;
  }
}
@keyframes trigger {
  0%, 100% {
    box-shadow: -30px 30px 0 0 rgba(255, 255, 255, 0.5), -15px 30px 0 0 rgba(255, 255, 255, 0.5), 0 30px 0 0 rgba(255, 255, 255, 0.5), 15px 30px 0 0 rgba(255, 255, 255, 0.5), 30px 30px 0 0 rgba(255, 255, 255, 0.5);
  }
  30% {
    box-shadow: -30px 30px 0 5px #fff, -15px 30px 0 0 rgba(255, 255, 255, 0.5), 0 30px 0 0 rgba(255, 255, 255, 0.5), 15px 30px 0 0 rgba(255, 255, 255, 0.5), 30px 30px 0 0 rgba(255, 255, 255, 0.5);
  }
  40% {
    box-shadow: -30px 30px 0 0 rgba(255, 255, 255, 0.5), -15px 30px 0 5px #fff, 0 30px 0 0 rgba(255, 255, 255, 0.5), 15px 30px 0 0 rgba(255, 255, 255, 0.5), 30px 30px 0 0 rgba(255, 255, 255, 0.5);
  }
  50% {
    box-shadow: -30px 30px 0 0 rgba(255, 255, 255, 0.5), -15px 30px 0 0 rgba(255, 255, 255, 0.5), 0 30px 0 5px #fff, 15px 30px 0 0 rgba(255, 255, 255, 0.5), 30px 30px 0 0 rgba(255, 255, 255, 0.5);
  }
  60% {
    box-shadow: -30px 30px 0 0 rgba(255, 255, 255, 0.5), -15px 30px 0 0 rgba(255, 255, 255, 0.5), 0 30px 0 0 rgba(255, 255, 255, 0.5), 15px 30px 0 5px #fff, 30px 30px 0 0 rgba(255, 255, 255, 0.5);
  }
  70% {
    box-shadow: -30px 30px 0 0 rgba(255, 255, 255, 0.5), -15px 30px 0 0 rgba(255, 255, 255, 0.5), 0 30px 0 0 rgba(255, 255, 255, 0.5), 15px 30px 0 0 rgba(255, 255, 255, 0.5), 30px 30px 0 5px #fff;
  }
  80% {
    box-shadow: -30px 30px 0 0 rgba(255, 255, 255, 0.5), -15px 30px 0 0 rgba(255, 255, 255, 0.5), 0 30px 0 0 rgba(255, 255, 255, 0.5), 15px 30px 0 0 rgba(255, 255, 255, 0.5), 30px 30px 0 0 rgba(255, 255, 255, 0.5);
  }
}

.template-schedule-demo.demo-scheduler-iframe header {
  display: none;
}
.template-schedule-demo.demo-scheduler-iframe footer,
.template-schedule-demo.demo-scheduler-iframe .copyright {
  display: none;
}
.template-schedule-demo.demo-scheduler-iframe .schedule-banner {
  display: flex;
  height: 100vh;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
}
.template-schedule-demo.demo-scheduler-iframe .schedule-banner .left .heading-3 {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .template-schedule-demo.demo-scheduler-iframe .schedule-banner {
    overflow-y: scroll;
    height: auto;
    display: block;
  }
}
@media (max-width: 768px) {
  .template-schedule-demo.demo-scheduler-iframe .schedule-banner .right {
    margin-top: 1rem;
  }
}
.template-schedule-demo.demo-scheduler-iframe .business {
  display: none;
}
.template-schedule-demo .page-title {
  color: #8e8e8e;
  margin: 0;
}
.template-schedule-demo .text-5 {
  color: #555555;
}
.template-schedule-demo .schedule-banner {
  padding: 208px 0 100px;
}
@media (max-width: 768px) {
  .template-schedule-demo .schedule-banner {
    padding: 120px 0 80px;
  }
}
.template-schedule-demo .schedule-banner .left h1 {
  font-size: calc(24px + 24 * (100vw - 320px) / 1600);
  line-height: calc(40px + 28 * (100vw - 320px) / 1600);
  font-weight: 700;
  max-width: 500px;
}
.template-schedule-demo .schedule-banner .left .tagline {
  margin-top: 8px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 14px;
}
.template-schedule-demo .schedule-banner .left .demo-pointers .tagline {
  position: relative;
  padding-left: 32px;
  font-weight: 500;
  margin-bottom: 15px;
}
.template-schedule-demo .schedule-banner .left .demo-pointers .tagline::before {
  content: url("../images/blue-check.svg");
  left: 0;
  top: 0;
  position: absolute;
}
.template-schedule-demo .schedule-banner .right {
  max-width: 500px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .template-schedule-demo .schedule-banner .right {
    max-width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .template-schedule-demo .schedule-banner .right {
    margin: 4rem auto 0;
    max-width: 100%;
  }
}
.template-schedule-demo .business {
  padding: 110px 0;
  background: #eaf4fc;
}
@media (max-width: 768px) {
  .template-schedule-demo .business {
    padding: 50px 0;
  }
}
.template-schedule-demo .business .page-title {
  margin-bottom: 0.5rem;
}
.template-schedule-demo .business .heading-3 {
  max-width: 750px;
  margin: 0 auto;
}
.template-schedule-demo .business .btn {
  margin-top: 40px;
}
.template-schedule-demo .demo-scheduler {
  height: 100%;
}
.template-schedule-demo .demo-scheduler .screen-1 .training-data .demo-type .training-type ul {
  top: 3.5rem !important;
  left: 0 !important;
}
.template-schedule-demo .demo-scheduler .screen-1 .training-data .demo-type .training-type ul li:first-child {
  pointer-events: fill !important;
}
.template-schedule-demo .demo-scheduler .screen-1 .training-data .demo-date .date-picker-field.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.template-schedule-demo .demo-scheduler .screen-1 .training-data .demo-slots .calenderWrapper {
  margin-top: 0.6rem;
}
.template-schedule-demo .demo-scheduler .screen-1 .training-data .demo-slots .timeslotsWrapper {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
.template-schedule-demo .demo-scheduler .screen-1 .training-data .demo-slots .timeslotsWrapper .timeSlot {
  margin-bottom: 1rem;
}
.template-schedule-demo .demo-scheduler .screen-1 .training-data .demo-slots .timeslotsWrapper .timeSlot .timeSlotbtn {
  text-align: center;
  display: block;
  font-size: 16px;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  padding: 0.8rem;
  color: #000;
}
.template-schedule-demo .demo-scheduler .screen-1 .training-data .demo-slots .timeslotsWrapper .timeSlot .timeSlotbtn.active {
  color: #0056b3;
  border-color: #0056b3;
}
.template-schedule-demo .demo-scheduler .screen-1 .training-data .demo-slots .timeslotsWrapper .timeSlot .card {
  border: 0;
  padding: 0;
  margin-top: 1rem;
}
.template-schedule-demo .demo-scheduler .screen-1 .training-data .demo-slots .timeslotsWrapper .timeSlot .card ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.template-schedule-demo .demo-scheduler .screen-1 .training-data .demo-slots .timeslotsWrapper .timeSlot .card ul li {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  padding: 0.8rem;
  text-align: center;
  cursor: pointer;
}
.template-schedule-demo .demo-scheduler .screen-1 .training-data .demo-slots .timeslotsWrapper .timeSlot .card ul li:hover {
  color: #0056b3;
  border-color: #0056b3;
}
.template-schedule-demo .demo-scheduler .screen-1 .training-data .demo-slots .timeslotsWrapper .timeSlot .card ul li.selected {
  color: #0056b3;
  border-color: #0056b3;
}
.template-schedule-demo .demo-scheduler .screen-1 .training-data .demo-slots .confirm {
  display: block;
  text-align: center;
  margin-top: 1rem;
}
.template-schedule-demo .demo-scheduler .screen-1 .training-data .demo-slots .confirm.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.template-schedule-demo .demo-scheduler .screen-1 .training-data .no-slots {
  margin: 2.5rem 0;
}
.template-schedule-demo .demo-scheduler .screen-1 .training-data .no-slots .no-slot-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  color: #131921;
  margin-top: 5px;
}
.template-schedule-demo .demo-scheduler .screen-1 .training-data .no-slots .no-slot-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #555555;
}
.template-schedule-demo .demo-scheduler .screen-2 .scheduleFormWrap .form {
  margin-top: 0;
}
@media (max-width: 768px) {
  .template-schedule-demo .demo-scheduler .screen-2 .scheduleFormWrap .form {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .template-schedule-demo .demo-scheduler .screen-2 .scheduleFormWrap .form .btn-wrap {
    text-align: center;
  }
  .template-schedule-demo .demo-scheduler .screen-2 .scheduleFormWrap .form .btn-wrap .bookedTime .time,
  .template-schedule-demo .demo-scheduler .screen-2 .scheduleFormWrap .form .btn-wrap .bookedTime .date {
    margin-right: 0.5rem;
  }
}
.template-schedule-demo .demo-scheduler .screen-2 .scheduleFormWrap .form .btn-wrap .success-checkmark .btn-submit {
  width: 100%;
}
.template-schedule-demo .demo-scheduler .screen-2 .scheduleFormWrap .form .err_msg {
  color: red;
  bottom: -60px;
  position: absolute;
  left: 1rem;
}
.template-schedule-demo .demo-scheduler .screen-2 .scheduleFormWrap .form .btn-wrap {
  margin-top: 1rem;
}
.template-schedule-demo .demo-scheduler .screen-2 .scheduleFormWrap .form .edit-training-data {
  margin-top: 32px;
  text-align: center;
}
.template-schedule-demo .demo-scheduler .screen-2 .scheduleFormWrap .form .edit-training-data .backBtn {
  background: #fff;
  color: #656B73 !important;
  border: none;
  padding: 1rem 5rem;
}
.template-schedule-demo .demo-scheduler .form-group {
  margin-bottom: 1.5rem;
}
.template-schedule-demo .demo-scheduler .phone-field {
  position: relative;
}
.template-schedule-demo .demo-scheduler .phone-field .dc_code {
  position: absolute;
  top: 35px;
  z-index: 2;
}
.template-schedule-demo .demo-scheduler .phone-field .dc_code .form-group {
  margin-bottom: 0;
}
.template-schedule-demo .demo-scheduler .phone-field .dc_code .country-select-button {
  padding: 0 15px;
  border: none !important;
  border-right: 1px solid #cbd1d9 !important;
  border-radius: 0;
}
.template-schedule-demo .demo-scheduler .phone-field input {
  padding-left: 50px;
}
.template-schedule-demo .demo-scheduler .error-screen,
.template-schedule-demo .demo-scheduler .success-screen {
  height: 100%;
  max-width: 340px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.template-schedule-demo .demo-scheduler .error-screen .title,
.template-schedule-demo .demo-scheduler .success-screen .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin: 0.5rem 0;
}
.template-schedule-demo .demo-scheduler .error-screen .description,
.template-schedule-demo .demo-scheduler .success-screen .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  color: #272D35;
}
.template-schedule-demo .demo-scheduler .error-screen .description.err-msg,
.template-schedule-demo .demo-scheduler .success-screen .description.err-msg {
  font-weight: 500;
}
.template-schedule-demo .demo-scheduler .error-screen .description span,
.template-schedule-demo .demo-scheduler .success-screen .description span {
  font-weight: 600;
  color: #131921;
}
.template-schedule-demo .demo-scheduler .error-screen .month_dt,
.template-schedule-demo .demo-scheduler .success-screen .month_dt {
  font-weight: 700;
}
.template-schedule-demo {
  /* stylelint-disable */
}
.template-schedule-demo form label {
  cursor: text;
}
.template-schedule-demo form label.error {
  color: #ff0909 !important;
  font-weight: 500 !important;
  font-size: 11.039px;
  line-height: 13px !important;
  position: relative;
  top: 0;
  margin-bottom: 0;
}
.template-schedule-demo form .wait {
  position: relative;
  width: 200px;
}
.template-schedule-demo form .wait .btn {
  width: 200px;
}
.template-schedule-demo form.schedule_form .wait {
  width: 100%;
}
.template-schedule-demo form.schedule_form .wait .btn-submit {
  width: 100%;
}
.template-schedule-demo .dropdown .form-control {
  position: relative;
}
.template-schedule-demo .dropdown .form-control::after {
  position: absolute;
  content: url("/images/dropdown.svg");
  right: 0.5rem;
  top: 0.75rem;
  border: none;
  z-index: 0;
}
.template-schedule-demo .dropdown .form-control .dropdown-toggle {
  text-align: left;
  width: 100%;
  padding: 0;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #000000;
  z-index: 1;
}
.template-schedule-demo .dropdown .form-control .dropdown-toggle::after {
  display: none;
}
@media (max-width: 480px) {
  .template-schedule-demo .dropdown .form-control .dropdown-toggle {
    overflow: hidden;
    width: 90%;
  }
}
.template-schedule-demo .dropdown .form-control .dropdown-menu {
  padding: 0 1rem 0.5rem;
  top: 0.5rem !important;
  left: -0.8rem !important;
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
}
.template-schedule-demo .dropdown .form-control .dropdown-menu li {
  margin-top: 0.5rem;
  padding: 0.25rem 0;
  cursor: pointer;
  color: #131921;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.template-schedule-demo .dropdown .form-control .dropdown-menu li:hover {
  color: #0056b3;
}
.template-schedule-demo .scheduleDate {
  line-height: 32px;
}
.template-schedule-demo .fieldLabel {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: #000;
}
.template-schedule-demo .form-control {
  box-shadow: 0 1px 2px 0 rgba(24, 24, 28, 0.04), 0 3px 4px -5px rgba(24, 24, 28, 0.03);
  border: 1px solid #efefef;
  outline: none;
  display: flex;
  height: 48px;
  padding: 0 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  color: #000;
}
.template-schedule-demo .form-control.textarea-field {
  min-height: 6rem;
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.template-schedule-demo .form-control.textarea-field textarea {
  padding-top: 0.1rem !important;
  max-height: 100px;
  line-height: 1.5;
}
.template-schedule-demo .form-control .field-control {
  background: transparent;
  box-shadow: none;
  border: none;
  width: 100%;
  color: #000;
}
.template-schedule-demo .form-control .field-control:focus {
  background-color: transparent !important;
  color: #000;
  opacity: 0.8;
}
.template-schedule-demo .form-control .field-control:focus-visible {
  outline: none;
}
.template-schedule-demo .form-control select {
  background: transparent;
  border: none;
}
.template-schedule-demo .form-control select:focus-visible {
  outline: none;
}
.template-schedule-demo .date-picker-field {
  position: relative;
  cursor: pointer;
}
.template-schedule-demo .date-picker-field::after {
  position: absolute;
  content: url(../images/date-picker.svg);
  top: 0.6rem;
  right: 0.75rem;
}
.template-schedule-demo .date-picker-field input {
  cursor: pointer;
}
.template-schedule-demo #trainingDatePicker {
  min-width: 457px;
  max-width: 457px !important;
  width: calc(50% - 10px);
  padding: 30px 20px;
  background-color: #fbfbfb;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  margin-top: 0.5rem;
  position: absolute;
  z-index: 9;
}
@media (max-width: 992px) {
  .template-schedule-demo #trainingDatePicker {
    min-width: 350px;
  }
}
@media (max-width: 768px) {
  .template-schedule-demo #trainingDatePicker {
    min-width: -webkit-fill-available;
    min-width: -moz-available;
    min-width: stretch;
  }
}
@media (max-width: 375px) {
  .template-schedule-demo #trainingDatePicker {
    padding: 20px 10px;
  }
}
.template-schedule-demo #trainingDatePicker .ui-datepicker-inline {
  max-width: 470px;
  width: 100%;
  background: transparent;
  border: none;
}
.template-schedule-demo #trainingDatePicker .ui-datepicker-header {
  display: flex;
  justify-content: center;
  background-color: transparent;
  border: 0;
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 375px) {
  .template-schedule-demo #trainingDatePicker .ui-datepicker-header {
    padding: 0 0.5rem 0.75rem;
  }
}
.template-schedule-demo #trainingDatePicker .ui-datepicker-header .ui-datepicker-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  order: 2;
}
.template-schedule-demo #trainingDatePicker .ui-datepicker-header .ui-corner-all {
  cursor: pointer;
  padding: 0.25rem;
}
.template-schedule-demo #trainingDatePicker .ui-datepicker-header .ui-corner-all span {
  display: none;
}
.template-schedule-demo #trainingDatePicker .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
  position: relative;
  order: 1;
}
.template-schedule-demo #trainingDatePicker .ui-datepicker-header .ui-corner-all.ui-datepicker-prev::before {
  content: url("../images/dropdown.svg");
  position: absolute;
  top: 0;
  left: -130px;
  transform: rotate(90deg);
}
.template-schedule-demo #trainingDatePicker .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
  position: relative;
  order: 3;
}
.template-schedule-demo #trainingDatePicker .ui-datepicker-header .ui-corner-all.ui-datepicker-next::after {
  content: url("../images/dropdown.svg");
  position: absolute;
  top: 0;
  right: -6.9rem;
  transform: rotate(-90deg);
}
.template-schedule-demo #trainingDatePicker .ui-datepicker-header .ui-corner-all.ui-state-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.template-schedule-demo .ui-datepicker-calendar {
  width: 100%;
}
.template-schedule-demo .ui-datepicker-calendar tbody tr,
.template-schedule-demo .ui-datepicker-calendar thead tr {
  padding-bottom: 1rem;
}
.template-schedule-demo .ui-datepicker-calendar tbody tr td,
.template-schedule-demo .ui-datepicker-calendar tbody tr th,
.template-schedule-demo .ui-datepicker-calendar thead tr td,
.template-schedule-demo .ui-datepicker-calendar thead tr th {
  padding-bottom: 1rem;
}
.template-schedule-demo .ui-datepicker-calendar tbody tr td a,
.template-schedule-demo .ui-datepicker-calendar tbody tr th a,
.template-schedule-demo .ui-datepicker-calendar thead tr td a,
.template-schedule-demo .ui-datepicker-calendar thead tr th a {
  text-align: center;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  box-shadow: none;
  color: #05141F;
  background-color: #e9e9e9;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
@media (max-width: 480px) {
  .template-schedule-demo .ui-datepicker-calendar tbody tr td a,
  .template-schedule-demo .ui-datepicker-calendar tbody tr th a,
  .template-schedule-demo .ui-datepicker-calendar thead tr td a,
  .template-schedule-demo .ui-datepicker-calendar thead tr th a {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}
.template-schedule-demo .ui-datepicker-calendar tbody tr td a.ui-state-active,
.template-schedule-demo .ui-datepicker-calendar tbody tr th a.ui-state-active,
.template-schedule-demo .ui-datepicker-calendar thead tr td a.ui-state-active,
.template-schedule-demo .ui-datepicker-calendar thead tr th a.ui-state-active {
  background: #0056b3 !important;
  color: #fff;
}
.template-schedule-demo .ui-datepicker-calendar tbody tr td a.ui-state-active:hover,
.template-schedule-demo .ui-datepicker-calendar tbody tr th a.ui-state-active:hover,
.template-schedule-demo .ui-datepicker-calendar thead tr td a.ui-state-active:hover,
.template-schedule-demo .ui-datepicker-calendar thead tr th a.ui-state-active:hover {
  border-color: transparent;
  color: #fff;
  font-weight: 600;
}
.template-schedule-demo .ui-datepicker-calendar tbody tr td a:hover,
.template-schedule-demo .ui-datepicker-calendar tbody tr th a:hover,
.template-schedule-demo .ui-datepicker-calendar thead tr td a:hover,
.template-schedule-demo .ui-datepicker-calendar thead tr th a:hover {
  text-decoration: none;
  border-color: #0056b3;
  color: #0056b3;
  font-weight: 800;
}
.template-schedule-demo .ui-datepicker-calendar tbody tr td span,
.template-schedule-demo .ui-datepicker-calendar tbody tr th span,
.template-schedule-demo .ui-datepicker-calendar thead tr td span,
.template-schedule-demo .ui-datepicker-calendar thead tr th span {
  text-align: center;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 480px) {
  .template-schedule-demo .ui-datepicker-calendar tbody tr td span,
  .template-schedule-demo .ui-datepicker-calendar tbody tr th span,
  .template-schedule-demo .ui-datepicker-calendar thead tr td span,
  .template-schedule-demo .ui-datepicker-calendar thead tr th span {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}
.template-schedule-demo .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable,
.template-schedule-demo .ui-datepicker-calendar tbody tr th.ui-datepicker-unselectable,
.template-schedule-demo .ui-datepicker-calendar thead tr td.ui-datepicker-unselectable,
.template-schedule-demo .ui-datepicker-calendar thead tr th.ui-datepicker-unselectable {
  opacity: 0.5;
}
.template-schedule-demo .ui-datepicker-calendar tbody tr:last-child td,
.template-schedule-demo .ui-datepicker-calendar thead tr:last-child td {
  padding-bottom: 0 !important;
}
.template-schedule-demo .range {
  max-width: 600px;
  margin: 20px auto 0;
  position: relative;
}
@media (max-width: 768px) {
  .template-schedule-demo .range {
    max-width: 100%;
  }
}
.template-schedule-demo .range input[type=range] {
  position: relative;
  width: 100%;
  height: 56px;
  cursor: pointer;
  background: #edf6ff;
  border-color: #edf6ff;
  color: #0056b3;
  border-radius: 4px;
}
.template-schedule-demo .range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
          appearance: none !important;
  background: #fff;
  height: 48px;
  width: 16px;
  border-radius: 32px;
  z-index: 101;
  position: relative;
}
.template-schedule-demo .range input[type=range]::-moz-range-thumb {
  -moz-appearance: none !important;
       appearance: none !important;
  background: #fff;
  height: 48px;
  width: 16px;
  border-radius: 32px;
  border: 0;
  z-index: 1010;
  position: relative;
}
.template-schedule-demo .range .range-output {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 375px) {
  .template-schedule-demo .range .range-output {
    flex-wrap: wrap;
    text-align: left;
  }
}
.template-schedule-demo .range .range-output span {
  color: #8e8e8e;
}
@media (max-width: 480px) {
  .template-schedule-demo .range .range-output span {
    font-size: 14px !important;
  }
}
.template-schedule-demo .range .range-output span .optional {
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 480px) {
  .template-schedule-demo .range .range-output span .optional {
    font-size: 14px !important;
  }
}
@media (max-width: 480px) {
  .template-schedule-demo .range .range-output output {
    font-size: 14px !important;
  }
}
.template-schedule-demo .range .range-values {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #8e8e8e;
}
.template-schedule-demo .range .inputPerson {
  position: relative;
}
.template-schedule-demo .range .inputPerson::before {
  position: absolute;
  content: url(../images/slider-man.svg);
  top: 6px;
  left: 10px;
  background: #9accfb;
  border-radius: 5px;
  padding: 5px 10px 0 10px;
  z-index: 1;
}
.template-schedule-demo .pra-field {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.template-schedule-demo .pra-field .full_cont {
  display: none;
}
.template-schedule-demo .pra-field p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  color: #656B73;
}
.template-schedule-demo .pra-field a {
  font-size: 12px;
  color: #1581e5;
  text-decoration: underline;
}
.template-schedule-demo .pra-field span {
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700;
  margin-left: 5px;
}
.template-schedule-demo .pra-field .label_button {
  position: relative;
}
.template-schedule-demo .pra-field .label_button .checkboxWrap {
  padding-left: 2rem;
  margin-bottom: 0;
  font-weight: 400;
}
.template-schedule-demo .pra-field .label_button .checkboxWrap input {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  padding: 0;
  margin-right: 0.5rem;
  position: absolute;
  left: 0;
  top: 2px;
  cursor: pointer;
  border: 1px solid #afafaf;
}
.template-schedule-demo .pra-field .label_button .checkboxWrap input:checked + .tick {
  opacity: 1;
}
.template-schedule-demo .pra-field .label_button .checkboxWrap input:focus {
  padding: 0 !important;
  box-shadow: none;
}
.template-schedule-demo .pra-field .label_button .checkboxWrap input.valid + * + .tick {
  opacity: 1;
}
.template-schedule-demo .pra-field .label_button .checkboxWrap input.error {
  border: 2px solid #E53E5C !important;
}
.template-schedule-demo .pra-field .label_button .checkboxWrap .tick {
  left: -5px;
  position: absolute;
  top: 2px;
  opacity: 0;
  line-height: 0;
  cursor: pointer;
}
.template-schedule-demo .pra-field .label_button #radio-error {
  display: none !important;
}
.template-schedule-demo .wait {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.template-schedule-demo .wait .text-indent {
  text-indent: -9999px;
  width: 125px;
}
.template-schedule-demo .wait .scaling-dots {
  display: grid;
  height: 10px;
  grid-gap: 5px;
  grid-template-columns: repeat(5, 10px);
  position: absolute;
  z-index: 1;
}
.template-schedule-demo .wait .scaling-dots div {
  animation: scaling-dots 1s infinite ease backwards;
  background: white;
  border-radius: 100%;
  height: 10px;
  width: 10px;
}
.template-schedule-demo .wait .scaling-dots div:nth-child(1) {
  animation-delay: 0.1s;
}
.template-schedule-demo .wait .scaling-dots div:nth-child(2) {
  animation-delay: 0.2s;
}
.template-schedule-demo .wait .scaling-dots div:nth-child(3) {
  animation-delay: 0.3s;
}
.template-schedule-demo .wait .scaling-dots div:nth-child(4) {
  animation-delay: 0.4s;
}
.template-schedule-demo .wait .scaling-dots div:nth-child(5) {
  animation-delay: 0.5s;
}
.template-schedule-demo .wait .scaling-dots .btn {
  width: 130px;
}
@media (max-width: 480px) {
  .template-schedule-demo .wait .scaling-dots .btn {
    width: auto;
  }
}
.template-schedule-demo .wait .scaling-dots .btn.text-indent {
  text-indent: -9999px;
}
.template-schedule-demo .wait .success-checkmark {
  position: absolute;
  z-index: 1;
}
.template-schedule-demo .wait .success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  transform: scale(0.7);
}
.template-schedule-demo .wait .success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: white;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.template-schedule-demo .wait .success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.7s;
}
.template-schedule-demo .wait .success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.7s;
}
.template-schedule-demo .check_wrap {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  margin-bottom: 5px;
}
.template-schedule-demo .check_wrap:first-child {
  margin-bottom: 1rem;
}
.template-schedule-demo .check_wrap #tcrCheck-error,
.template-schedule-demo .check_wrap #sms_acceptance-error {
  display: none !important;
}
.template-schedule-demo .check_wrap input {
  min-width: 18px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  background: transparent;
}
.template-schedule-demo .check_wrap input:checked + .checkmark {
  opacity: 1;
}
.template-schedule-demo .check_wrap input:focus {
  padding: 0 !important;
  box-shadow: none;
}
.template-schedule-demo .check_wrap input.valid + * + .checkmark {
  opacity: 1;
}
.template-schedule-demo .check_wrap input.error {
  border: 2px solid #E53E5C !important;
  margin-top: 0;
}
.template-schedule-demo .check_wrap .checkmark {
  left: 1px;
  position: absolute;
  top: 10px;
  opacity: 0;
  line-height: 0;
  background-color: #000;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  display: block;
  cursor: pointer;
}
.template-schedule-demo .check_wrap .checkmark:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: opacity 0.25s ease;
}
.template-schedule-demo .check_wrap p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  color: #656b73;
}
.template-schedule-demo .check_wrap a {
  line-height: 22px;
  font-size: 12px;
  color: #1581e5;
  font-weight: 400;
}
@keyframes scaling-dots {
  0%, 100% {
    transform: scale(0);
  }
  40%, 60% {
    transform: scale(1);
  }
}

.thanku-section {
  padding: 166px 0px 80px;
}
.thanku-section .tickWrap {
  position: relative;
  background-color: #1581E5;
  width: 127px;
  height: 127px;
  border-radius: 50%;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}
.thanku-section .tickWrap::after {
  content: url("/images/white-check.svg");
  position: absolute;
  left: 30px;
}
.thanku-section .text-2 {
  margin: 3rem 0 2rem 0;
}/*# sourceMappingURL=style.css.map */