* {
  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 .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;
}
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: #52D5FF;
}
body .blue-text {
  color: #394959;
}
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 #52D5FF;
}
@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: #394959;
  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: #fff;
  transition: all 0.3s ease-in-out;
}
body .header-main .navbar a:hover {
  color: #fff;
}
@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: #fff;
  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;
  }
}
@media only screen and (max-width: 768px) {
  body .header-main .navbar #menuData .navbar-nav {
    margin-top: 29px;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    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: 768px) {
  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: #52D5FF;
}
body .header-main .navbar #menuData .navbar-nav .menu-primary-container #menu-primary li:hover a {
  color: #52D5FF;
}
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: #394959;
}
@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: #52D5FF;
  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: #394959;
}
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: #394959;
  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: #52D5FF;
  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: #394959;
  text-align: center;
}
body .home-cta .sub-heading {
  color: #52D5FF;
  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: 70%;
  margin: 60px auto 0;
}
@media only screen and (max-width: 768px) {
  body .home-getintouch .support-form {
    max-width: 100%;
  }
}
body .home-getintouch .support-form .form-group {
  margin-bottom: 1rem;
}
body .home-getintouch .support-form .form-group .form-control {
  height: 64px;
  border: 2px solid #D7DBDF;
  padding: 18px 27px;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  border-radius: 15px;
  margin-bottom: 0.5rem;
}
body .home-getintouch .support-form .form-group .form-control:focus, body .home-getintouch .support-form .form-group .form-control:focus-within {
  box-shadow: none;
  text-decoration: none;
}
body .home-getintouch .support-form .form-group textarea {
  height: 147px !important;
}
body .home-getintouch .support-form label {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}
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: -2px !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 {
  border: 2px solid #D7DBDF;
  height: 64px;
  border-radius: 15px;
  position: relative;
  text-align: start;
}
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::after {
  content: "\f078";
  position: absolute;
  font-family: FontAwesome;
  right: 15px;
  font-size: 16px;
  top: 32%;
  border: 0;
}
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: #394959;
  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: #52D5FF;
}
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: #52D5FF;
}
@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: #52D5FF;
  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: #52D5FF;
}
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: #394959;
}
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: #52D5FF;
}
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: #394959;
}
body .support-section {
  padding: 190px 0 74px;
}
@media only screen and (max-width: 768px) {
  body .support-section {
    padding-bottom: 60px;
  }
}
body .support-section .support-header .text-5 {
  color: #8F959B;
  margin-bottom: 18px;
}
body .support-section .support-form {
  max-width: 70%;
  margin: 60px auto 0;
}
@media only screen and (max-width: 768px) {
  body .support-section .support-form {
    max-width: 100%;
  }
}
body .support-section .support-form .form-group {
  margin-bottom: 1rem;
}
body .support-section .support-form .form-group label {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}
body .support-section .support-form .form-group label.error {
  color: red;
  font-size: 14px;
  font-weight: 400;
}
body .support-section .support-form .form-group .form-control {
  height: 64px;
  border: 2px solid #D7DBDF;
  padding: 18px 27px;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  border-radius: 15px;
  margin-bottom: 0.5rem;
}
body .support-section .support-form .form-group .form-control:focus, body .support-section .support-form .form-group .form-control:focus-within {
  box-shadow: none;
  text-decoration: none;
}
body .support-section .support-form .form-group textarea {
  height: 147px !important;
}
body .support-section .support-form label {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}
body .support-section .support-form label.error {
  color: #ff0000;
  font-size: 14px;
  font-weight: 400;
}
body .support-section .support-form .dropdown {
  margin-bottom: 1.4rem;
}
body .support-section .support-form .dropdown .form-group {
  position: relative;
  display: flex;
  flex-direction: column;
}
body .support-section .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: -2px !important;
}
body .support-section .support-form .dropdown .form-group .custom-dropdown li {
  padding: 0.3rem 0rem;
  cursor: pointer;
}
body .support-section .support-form .dropdown .form-group .dropdown-toggle {
  border: 2px solid #D7DBDF;
  height: 64px;
  border-radius: 15px;
  position: relative;
  text-align: start;
}
body .support-section .support-form .dropdown .form-group .dropdown-toggle:focus, body .support-section .support-form .dropdown .form-group .dropdown-toggle:focus-within {
  box-shadow: none;
  text-decoration: none;
}
body .support-section .support-form .dropdown .form-group .dropdown-toggle::after {
  content: "\f078";
  position: absolute;
  font-family: FontAwesome;
  right: 15px;
  font-size: 16px;
  top: 32%;
  border: 0;
}
body .support-section .support-form .btn-wrap {
  text-align: center;
  margin-top: 40px;
}
body .support-section .support-form .btn-wrap:focus, body .support-section .support-form .btn-wrap:focus-within {
  box-shadow: none;
  text-decoration: none;
}
body .support-section .support-form .thank-you-msg {
  font-size: 18px;
  text-align: center;
  color: #008000;
  font-weight: 500;
  margin-top: 20px;
}
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);
  }
}/*# sourceMappingURL=style.css.map */