* {
  outline: none !important;
}
.fw-700 {
  font-weight: 700;
}
.fw_500 {
  font-weight: 500;
}
.values {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.values input {
  border: 5px solid blue;
  background-color: white;
  z-index: 545445566;
}
.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-md-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.accordian-top-border {
  margin-top: 11px;
  margin-bottom: 10px;
  border-top: 1px solid #d9d9d9;
}
/* ==================== ACCORDION-USE-YOUR-LOGO =========================== */
.accordion-container .ac {
  border-bottom: 1px solid #efeff0 !important;
  border-left: 0;
  border-top: 0;
  border-right: 0;
}

.accordion-container .ac:last-child {
  border-bottom: 0 !important;
}

.accordion-container .ac .ac-panel .ac-text {
  font-size: 16px !important;
  color: #62646a !important;
  font-family: Macan, Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  padding: 0px 0px 10px 0px !important;
}

.accordion-container .ac .ac-trigger {
  font-size: 16px !important;
  color: #222325 !important;
  padding: 20px 0 !important;
  font-family: Macan, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.accordion-container .ac {
  margin-top: 0 !important;
}

.accordion::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-size: 16px 16px;
  width: 16px !important;
  margin-top: -9px;
  height: 16px !important;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background-image: url("../images/down_arrow.svg");
}

.accordion-container .ac.is-active ::after {
  content: "" !important;
  position: absolute;
  background-size: 16px 16px;
  width: 16px !important;
  -webkit-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
  height: 16px !important;
  background-repeat: no-repeat;
  /* transition: all 0.3s ease-in; */
  background-position: center;
  background-image: url("../images/down_arrow.svg");
}

.text-white {
  color: white;
}
.bg-transparent {
  background: transparent;
}
.border-1 {
  border: 1px;
  border-style: solid;
  border-color: #d9d9d9;
}
.open .accordion::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hidden {
  display: none;
}
.pt-10 {
  padding-top: 10px;
}
.border-b-1 {
  border-bottom: 1.5px solid #f8fbff;
}
.py-12 {
  padding: 12px 16px 12px 30px;
}

.mb-2 {
  margin-bottom: 10px;
}
.mb-1 {
  margin-bottom: 5px;
}
.mt-2 {
  margin-top: 8px;
}
.mt-3 {
  margin-top: 15px;
}
.mt-4 {
  margin-top: 20px;
}
.my-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.me-2 {
  margin-right: 12px;
}
.ms-1 {
  margin-left: 0.2em !important;
}
.ms_21 {
  margin-left: 21px !important;
}
button {
  padding: 0;
}
.relative {
  position: relative;
}
.font-24 {
  font-size: 1.67em !important;
}
.d-none {
  display: none;
}
.cursor-pointer {
  cursor: pointer;
}
.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ms-0 {
  margin-left: 0 !important;
}
.learn-btn {
  background-color: #5999f9 !important;
}
.learn-btn:hover .learn-btn-shadow {
  left: 0% !important;
  top: 0% !important;
  width: 90%;
  height: 80%;
}
.learn_btn {
  background-color: #150d3d !important;
  padding: 0.83em 30px 0.83em 30px !important;
}
.w-36 {
  max-width: 36%;
}
.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.hero_img_w {
  max-width: 92%;
}

.learn_btn_ml {
  margin-left: 37px;
}
.me_sm_2 {
  margin-right: 10px;
}
.min_vh_100 {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonial_p {
  font-weight: 700;
  font-size: 48px !important;
  line-height: 107.9%;
  color: #000000;
  text-align: center;
}
.btn_hover {
  position: relative;
}
.btn_hover input {
  background-color: transparent;
  opacity: 0;
  width: 100% !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom_text {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_hover:hover .custom_text {
  opacity: 1;
  text-align: center;
}

@media (min-width: 1200px) {
  .btn_hover:hover input {
    width: 450px !important;
    background-color: white;
    opacity: 1;
  }
}
@media (min-width: 1320px) {
  .btn_hover:hover input {
    width: 500px !important;
    background-color: white;
    opacity: 1;
  }
}
@media (max-width: 1199.98px) {
  .btn_hover:hover input {
    background-color: white;
    opacity: 1;
    width: 400px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .text-center {
    text-align: center;
  }
  .mx-auto {
    margin: 0 auto !important;
  }
  .hero_img_w {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .hero-container {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .col_lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 60%;
  }
  .col_lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40%;
  }
  .hero_text_mt {
    margin-top: -56px;
  }
  .btn_mt {
    margin-top: 30px;
    height: 15px;
  }
  .hero_txt_img {
    margin-top: -60px;
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .learn_btn {
    padding: 0.83em 40px 0.83em 40px !important;
  }
}
@media (max-width: 767.98px) {
  .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .align-md-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-title {
    font-size: 36px !important;
  }
  .font-24 {
    font-size: 18px !important;
  }
  .w-36 {
    max-width: 100% !important;
  }
  .hero_img_w {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .align-md-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
}
@media (max-width: 600px) {
  .flex-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .py-12 {
    padding: 12px 11px 12px 11px;
  }
  .border-b-1 button,
  p {
    font-size: 14px;
  }
  ul,
  ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 17px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .col_sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 70%;
  }
  .col_sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 30%;
  }
  .learn_btn_ml {
    margin-left: 4px;
  }
}
@media (max-width: 991.98px) {
  .hero_img_w {
    max-width: 52%;
  }
  .btn_mt {
    margin-top: 36px;
    margin-bottom: 30px;
  }
  .btn_hover:hover input {
    background-color: white;
    opacity: 1;
    width: 425px !important;
  }
}
@media (max-width: 575.98px) {
  .text-center {
    text-align: center;
  }
  .font-24.hero-overline {
    font-size: 17px !important;
  }
  .mt_24 {
    margin-top: 24px;
  }
  .btn_mt {
    margin-top: 13px;
  }
  .flex_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .learn_btn_ml {
    margin-left: 0;
    margin-top: 5px;
  }
  .hero_img_w {
    max-width: 70% !important;
  }
  .me_sm_2 {
    margin-right: 0;
  }
  .submit-btn {
    right: 0em !important;
  }
  .subscribe-input.nav-input {
    width: 100% !important;
  }
  .w_100 {
    width: 100%;
  }
  .form-block.show-on-hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 0em;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto !important;
  }
  .custom_text {
    left: 50%;
    bottom: -95px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .px-12 {
    padding: 0 35px;
  }

  .btn_hover:hover input {
    background-color: white;
    opacity: 1;
    width: 100% !important;
  }
  .hero_form {
    display: block !important;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
  }
  .hero_form:hover {
    display: block !important;
    height: 126px !important;
  }
  .get_btn {
    position: relative;
    top: 100% !important;
    -webkit-transform: translateY(-61px) !important;
    -ms-transform: translateY(-61px) !important;
    transform: translateY(-61px) !important;
  }

  .subscribe-input {
    height: 3.5em !important;
  }
  ul,
  ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 20px !important;
  }
}
@media (max-width: 479px) {
  .hero_form {
    display: block !important;
    height: 70px;
  }
  .hero_form:hover .get_btn {
    top: 100% !important;
  }
  .get_btn {
    -webkit-transform: translateY(-128px) !important;
    -ms-transform: translateY(-128px) !important;
    transform: translateY(-128px) !important;
  }
}
.block {
  display: block;
}
.border-b-1 button {
  color: #f8fbff;
}
.border-b-1 ol li {
  color: #f8fbff;
}
.btn_transition {
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.flx-h-ctr.flx-away.nav-form-flx {
  position: relative;
  width: 100% !important;
}
.get_both_btn {
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.no_wrap {
  white-space: nowrap;
}
.fs_14 {
  font-size: 14px !important;
}

.beta_icon {
  display: inline-flex;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  animation: pulse 1.75s infinite 3s;
}
.beta_icon2 {
  display: inline-flex;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  animation: pulse 1.75s infinite 3s;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgb(249 245 6 / 52%);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(163, 178, 6, 0);
  }
}
.beta_icon3 {
  display: inline-flex;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 #287bf7;
  animation: early 1.75s infinite 3s;
}
@keyframes early {
  0% {
    box-shadow: 0 0 0 0px rgb(40 123 247 / 52%);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(163, 178, 6, 0);
  }
}

@media (min-width: 1441px) {
  .container.info-txt {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .legal-close-image {
    right: 2% !important;
  }
  .max_w_1140 {
    max-width: 1140px;
    margin: 0 auto;
  }
}
#mobile_getaccessbtn_overlay {
  position: absolute;
  content: "";
  background: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.font_14 {
  font-size: 14px !important;
}
.beta-early-link {
  display: inline-block;
  height: 1.5em;
  background: none !important;
  color: #287bf7 !important;
  font-weight: 700;
  cursor: pointer;
}
.beta-early-link2 {
  display: inline-block;
  height: 1.5em;
  background: none !important;
  color: #ffc729 !important;
  font-weight: 700;
  cursor: pointer;
}
