.legal-page h2 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.legal-page ul {
  margin-top: 20px;
  margin-bottom: 10px;
}
.cta-one__btn-box {
  margin-bottom: 50px;
}
.why-choose-one__left {
  margin-top: 60px;
}
.testimonial-one__right {
  margin-left: 30px;
}
.testimonial-one__text {
  font-size: 24px;
}
.team-page {
  padding: 50px 0 200px;
}
.main-menu-two__logo img {
  max-width: 160px;
  width: 100%;
}
.main-menu-two__logo {
  background-color: #131922;
}
.services-details {
  padding: 120px 0 285px;
}
.cta-one__text {
  margin-top: 15px;
  margin-bottom: 52px;
}
.mdp-readabler-trigger-button-box.bottom-right {
  bottom: 98px;
  right: 23px;
}
.mdp-readabler-trigger-button-box button {
  background: #e42032;
}

.popup-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.popup-content {
  background-color: white;
  padding: 30px 20px;
  border-radius: 8px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  animation: popupFadeIn 0.3s ease-out;
}

.popup-content.success h3 {
  color: green;
}
.popup-content.error h3 {
  color: red;
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 24px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}

@keyframes popupFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* jconfirm */
.jconfirm {
  -webkit-perspective: 400px;
  perspective: 400px;
}
.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden;
}
.jconfirm.jconfirm-modern .jconfirm-bg {
  background-color: slategray;
  opacity: 0.6;
}
.jconfirm .jconfirm-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.jconfirm .jconfirm-scrollpane {
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-perspective-origin: center;
  perspective-origin: center;
  display: table;
  width: 100%;
  height: 100%;
}
.jconfirm .jconfirm-row {
  display: table-row;
  width: 100%;
}
.jconfirm .jconfirm-cell {
  display: table-cell;
  vertical-align: middle;
}
.jconfirm .jconfirm-holder {
  max-height: 100%;
  padding: 50px 0;
}
@media (max-width: 993px) {
  .form-group {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .justify-content-lg-center {
    justify-content: center !important;
  }
}
@media screen and (max-width: 820px) {
  form .form-group.col-md-6 {
    width: 100% !important;
  }
  form#contactForm {
    flex: 1 1 100%;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .justify-content-md-center {
    justify-content: center !important;
  }
}
@media (min-width: 576px) {
  .justify-content-sm-center {
    justify-content: center !important;
  }
}

.jconfirm .jconfirm-box-container.jconfirm-no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}
.jconfirm .jconfirm-box-container {
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
}
.jconfirm.jconfirm-modern .jconfirm-box {
  background-color: white;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 30px 15px;
}
.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: solid 7px #e74c3c;
  -webkit-animation-name: type-red;
  animation-name: type-red;
}
.jconfirm .jconfirm-box.jconfirm-type-animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.jconfirm .jconfirm-box {
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
.jconfirm .jconfirm-box {
  background: white;
  border-radius: 4px;
  position: relative;
  outline: 0;
  padding: 15px 15px 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
  top: 15px;
  right: 15px;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  opacity: 0.6;
  text-align: center;
  font-size: 27px !important;
  line-height: 14px !important;
  display: none;
  z-index: 1;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
  display: block;
  font-size: 22px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  padding-bottom: 15px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: block;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 69px;
  color: #2a7fde;
}

.jconfirm.jconfirm-modern.jconfirm-open
  .jconfirm-box
  .jconfirm-title-c
  .jconfirm-icon-c {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: inherit;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
  color: white;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 15px;
  height: auto;
  -webkit-transition: height 0.4s ease-in;
  transition: height 0.4s ease-in;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.jconfirm .jconfirm-box.jconfirm-type-animated {
  background: #e53d6c;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
  overflow-y: hidden;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  overflow: auto;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
  text-align: center;
  font-size: 15px;
  color: #dedede;
  margin-bottom: 25px;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
  text-align: center;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
  padding-bottom: 11px;
}
.jconfirm .jconfirm-clear {
  clear: both;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  min-height: 1em;
  -webkit-transition: opacity 0.1s ease, background-color 0.1s ease,
    color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease,
    background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease,
    box-shadow 0.1s ease, background 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease,
    box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  background-image: none;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  padding: 10px 20px;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: #ecf0f1;
  color: #000;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  border-radius: 50px;
}
.services-one__img {
  max-width: 400px;
  width: 100%;
}
h2 span {
  transition: color 1s ease-in-out;
  color: black;
}

@media only screen and (max-width: 767px) {
  .page-header__inner h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }
}
.page-header__inner h1 {
  font-size: 45px;
  font-weight: 800;
  line-height: 55px;
  text-transform: uppercase;
  color: var(--bizgrow-white);
}
.current-red {
  background-color: #e42032;
}
.current-red a {
  color: #fff !important;
}
.thm-owl__carousel--range__input {
  display: none;
}
.testimonial-one__nav {
  bottom: -89px;
}
.contact-page__contact-info-list {
  padding: 46px 50px 47px 0;
}
.how-it-work__count {
  display: none;
}
.site-footer__top {
  padding: 100px 0 76px;
}
.process-four__count:before {
  display: none;
}
.process-four__shape-1.up {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 100px;
  height: 50px;
  pointer-events: none;
}

.process-four__shape-1.up::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 2px dashed rgba(var(--bizgrow-black-rgb), 0.2);
  border-radius: 50% 50% 0 0;
}
.process-four__shape-1 {
  background-color: transparent;
}
.process-four__shape-1.down {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 100px;
  height: 50px;
  pointer-events: none;
}

.process-four__shape-1.down::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 2px dashed rgba(var(--bizgrow-black-rgb), 0.2);
  border-radius: 0 0 50% 50%;
}
.main-menu-two__bottom {
  justify-content: end;
  column-gap: 30px;
}
@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list > li > ul,
  .main-menu .main-menu__list > li > ul > li > ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list > li > ul,
  .stricky-header .main-menu__list > li > ul > li > ul {
    display: none;
  }
}
@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: block;
  }

  .mobile-nav__contact {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1349px) {
  .main-menu-two__btn-box {
    display: block;
  }
}
.process-four__single {
  width: 20%;
}
@media (max-width: 1200px) {
  .process-four__single {
    width: 100%;
  }

  .how-it-work {
    padding: 60px 0 30px;
  }
}
.process-four__count span {
  font-size: 24px;
}
.why-choose-one__points li {
  align-items: start;
}
.why-choose-two .section-title-two__title {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .about-two {
    padding: 0 !important;
  }
  .about-two__right {
    margin-top: 0;
  }
  .services-details__title-3 {
    margin-top: 0;
  }
  .why-choose-two .section-title-two__title {
    width: 100%;
  }
  .faq-two {
    padding: 120px 0 0;
  }
  .service-benifit {
    padding: 30px 0 30px !important;
  }

  .mdp-readabler-trigger-button-box.bottom-right {
    bottom: 85px;
  }
  .scroll-to-top {
    bottom: 190px;
  }
  .process-four__single {
    margin-bottom: 30px;
  }
  .process-four__text {
    margin-top: 15px;
  }
  .services-one__carousel.owl-theme .owl-nav {
    bottom: -62px;
  }
  .process-four__count {
    display: inline-flex;
  }
  .process-four__title {
    display: inline-block;
    margin-left: 30px;
  }
}
.services-one__title {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .about-one {
    padding: 60px 0 112px;
  }

  .scroll-to-top {
    bottom: 25px;
  }

  .site-footer__bottom {
    padding-bottom: 136px;
  }

  .testimonial-two {
    padding: 0px 0 370px;
  }
}

.service-benifit {
  padding: 60px 0 60px;
}

@media only screen and (min-width: 767px) {
  .section-title-two__title {
    margin-top: -13px;
  }
}

.how-it-work__content {
  min-height: 100%;
}
@media only screen and (max-width: 1250px) {
  .how-it-work__content {
    min-height: 100%;
  }
}
.services-one__title {
  padding-left: 0;
}
.services-two {
  padding: 60px 0 0;
}
.services-two__single {
  margin-bottom: 40px;
}
.services-two__single {
  padding: 30px 45px 0;
}
.testimonial-two .section-title-two {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
  .services-one {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .about-two {
    padding: 0;
  }
}
.about-two {
  position: relative;
  display: block;
  background-color: var(--bizgrow-extra);
  z-index: 1;
  padding: 60px 0px 60px;
  overflow: hidden;
}
.faq-two {
  padding: 60px 0 0;
}
.about-one {
  padding: 60px 0 60px;
}
.why-choose-two {
  position: relative;
  display: block;
  padding: 60px 0 60px;
  z-index: 1;
}
.main-menu__list li {
  padding-left: 20px;
}
.mobile-nav__contact li p {
  color: #fff;
}

.services-one__title a {
  text-align: center;
}
.services-one__title {
  line-height: 1.2;
}
.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"],
.comment-form__input-box textarea {
  border: 1px solid #000;
}
.comment-form__input-box-name {
  display: none;
}

@media screen and (min-width: 994px) {
  .recaptch-cover-header {
    justify-content: start !important;
    column-gap: 20px;
  }

  .math-captcha {
    justify-content: start !important;
    align-items: start !important;
  }
}

.recaptch-cover-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.math-captcha {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.recaptch-cover-body {
  margin-top: 40px;
}

.math-expression {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 20px;
  padding: 16px;
}
.math-captcha > p {
  font-size: 24px;
}
.answer-options {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.answer-option {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
  background: #fff;
  color: #333;
  margin-bottom: 30px;
}
.math-captcha .answer-options .answer-option.selected {
  background-color: #abc4f7;
  color: #fff;
}
.recaptch-cover-header label {
  font-size: 20px;
  font-weight: 600;
}
#mdp-readabler-popup {
  top: 0 !important;
}
#mdp-readabler-popup {
  min-height: 100vh;
  border-radius: 0 20px 20px 0;
}
