.banner-stats_pricing {
  padding: 0;
  background-color: unset;
}
.banner-stats_pricing .lefts {
  padding: 0;
}
.banner-stats_pricing .lefts .ul-bottom {
  background: #000;
}
@media (min-width: 767.98px) {
  .banner-stats_pricing .lefts .ul-bottom {
    margin: auto;
  }
}
.banner-stats_pricing .lefts .ul-bottom ul {
  gap: 8px;
}
.banner-stats_pricing .lefts .ul-bottom p {
  color: #fff;
}

.page-template-pricing .block-multishops {
  padding: 40px 0;
}
.page-template-pricing .blogpost__section {
  padding-top: 20px;
}

.pricing-section {
  margin: 40px 0 20px;
}
.pricing-section .titles h1 {
  color: var(--Natural-colorDarkGrey900, #111213);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 125% */
}
.pricing-section .titles h2 {
  color: var(--Natural-colorDarkGrey900, #111213);
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 112% */
  margin: 15px 0;
}
.pricing-section .titles p {
  color: var(--Base-Colors-Greyscale-Dark-Shades-colorGreyDark900, #111213);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.pricing-section .col-lg-4:last-of-type .wrapp-box {
  margin-bottom: 0;
}
.pricing-section .wrapp-box {
  padding: 24px;
  border-radius: 24px;
  margin-bottom: 20px;
}
@media (min-width: 991.98px) {
  .pricing-section .wrapp-box {
    margin-top: 32px;
  }
}
.pricing-section .wrapp-box h2, .pricing-section .wrapp-box h3, .pricing-section .wrapp-box li {
  color: #000;
}
.pricing-section .wrapp-box h2 {
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 36px;
}
.pricing-section .wrapp-box h2 span {
  color: var(--Base-Colors-lightColor, #FFF);
  text-align: center;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.pricing-section .wrapp-box h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.pricing-section .wrapp-box li {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}
.pricing-section .wrapp-box li:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 4px;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  background: #000;
}
.pricing-section .wrapp-box.third-b h2, .pricing-section .wrapp-box.third-b h3, .pricing-section .wrapp-box.third-b li {
  color: #fff;
}
.pricing-section .wrapp-box.third-b h2 {
  border-color: #DEF3B0;
}
.pricing-section .wrapp-box.third-b li:before {
  background: #fff;
}
.pricing-section .wrapp-box.with-border {
  border: 1px solid #132462;
}
.pricing-section .wrapp-box.second-b {
  background: linear-gradient(180deg, #DEF3B1 0%, #ACE23D 100%);
}
.pricing-section .wrapp-box.third-b {
  position: relative;
  background: linear-gradient(180deg, #333639 0%, #111213 100%);
}
.pricing-section .wrapp-box.third-b .pricing {
  color: #fff;
}
.pricing-section .wrapp-box.third-b .for-period {
  color: #fff !important;
}
.pricing-section .wrapp-box.third-b .special-offer {
  position: absolute;
  content: "";
  top: 0;
  right: 30px;
  border-radius: 0px 0px 8px 7px;
  background: var(--Secondary-colors-Primary-Dark-Shades-colorSecondaryDark200, #8AB531);
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 4px 5px 4px 5px;
}
@media (max-width: 1200px) {
  .pricing-section .wrapp-box.third-b .special-offer {
    font-size: 12px;
  }
}
.pricing-section .wrapp-box .pricing {
  color: #111213;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  flex-direction: column;
  align-items: self-end;
  position: relative;
  margin-top: 16px;
}
.pricing-section .wrapp-box .pricing .for-period {
  color: #111213;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.pricing-section .wrapp-box .pricing .old-price {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.pricing-section .wrapp-box .pricing .old-price .line-through {
  text-decoration: line-through;
  color: var(--Natural-colorGrey, #99A2AA);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  align-self: end;
}
.pricing-section .wrapp-box .button-to {
  margin-top: 20px;
}
.pricing-section .wrapp-box .button-to a {
  display: flex;
  width: 100%;
  height: 59px;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #111213;
  color: #fff;
}
.pricing-section .wrapp-box .button-to span {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 10px;
}
.pricing-section .wrapp-box .button-to-different a {
  background-color: #fff;
  color: #000;
}
.pricing-section .wrapp-box .button-to-different span {
  color: #fff;
}

/* April START*/
.right-widget {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: center;
}
.right-widget .right-widget-contact-btn a {
  background: var(--Primary-colors-Primary-Light-Shades-colorPrimaryLight100, #446BF6);
  cursor: pointer;
  height: 40px;
  padding: 12px 12px 12px 12px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-width: 150px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: flex;
}
.right-widget .right-widget-contact-btn a span {
  transition: all 0.2s ease-in-out;
  width: 20px;
  height: 10px;
  display: flex;
  background-repeat: no-repeat;
  margin-left: 10px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="10" viewBox="0 0 18 10" fill="none"><path d="M17.881 4.68115L13.7902 0.158108C13.6433 -0.0316151 13.385 -0.0537319 13.2134 0.108783C13.0418 0.271258 13.0218 0.556796 13.1688 0.746519C13.1825 0.764205 13.1974 0.780724 13.2134 0.795845L16.6047 4.54997H0.409071C0.183161 4.54997 0 4.75248 0 5.00229C0 5.25211 0.183161 5.45458 0.409071 5.45458H16.6047L13.2134 9.20416C13.0418 9.36663 13.0218 9.65217 13.1688 9.84189C13.3158 10.0316 13.574 10.0537 13.7456 9.89122C13.7616 9.87606 13.7765 9.85958 13.7902 9.84189L17.8811 5.31885C18.0396 5.1425 18.0396 4.85758 17.881 4.68115Z" fill="white"/></svg>');
}
.right-widget .right-widget-contact-btn ul:after {
  content: unset;
}
@media (max-width: 991.98px) {
  .right-widget .right-widget-contact-btn {
    display: none;
  }
}
.right-widget .right-widget-contact-btn:hover span {
  transform: translateX(4px);
}
.right-widget .right-widget-language-btn {
  position: relative;
}
.right-widget .right-widget-language-btn ul .widget_polylang ul {
  min-width: unset;
  width: 80px;
  padding: 13px 38px 13px 13px;
}
@media (max-width: 991.98px) {
  .right-widget .right-widget-language-btn ul .widget_polylang ul {
    width: 32px;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .right-widget .right-widget-language-btn ul .widget_polylang ul li a:before {
    width: 16px !important;
    height: 16px !important;
  }
}
.right-widget .right-widget-language-btn ul .widget_polylang ul li a span {
  font-size: 0;
}
.right-widget .right-widget-language-btn ul .widget_polylang ul .lang-item:not(.current-lang) {
  min-width: unset;
  padding: 13px 38px 13px 19px !important;
  width: 80px;
}
.right-widget .right-widget-language-btn ul .widget_polylang ul .lang-item:not(.current-lang) a {
  width: 60px;
}
@media (max-width: 991.98px) {
  .right-widget .right-widget-language-btn ul .widget_polylang ul .lang-item:not(.current-lang) {
    width: 32px;
    padding: 0 !important;
  }
  .right-widget .right-widget-language-btn ul .widget_polylang ul .lang-item:not(.current-lang) a {
    width: 32px;
    justify-content: center;
    height: 100%;
  }
}

.ul-bottom-new .buttons {
  display: flex;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
@media (max-width: 475px) {
  .ul-bottom-new .buttons {
    flex-direction: column;
    row-gap: 14px;
  }
}
.ul-bottom-new .buttons .first-btn {
  border-radius: 6px;
  background: #EAEFFE;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  height: 45px;
  border: 1px solid #EAEFFE;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}
.ul-bottom-new .buttons .first-btn span {
  transition: all 0.2s ease-in-out;
  width: 20px;
  height: 10px;
  display: flex;
  background-repeat: no-repeat;
  margin-left: 12px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="10" viewBox="0 0 18 10" fill="none"><path d="M17.881 4.68115L13.7902 0.158108C13.6433 -0.0316151 13.385 -0.0537319 13.2134 0.108783C13.0418 0.271258 13.0218 0.556796 13.1688 0.746519C13.1825 0.764205 13.1974 0.780724 13.2134 0.795845L16.6047 4.54997H0.409071C0.183161 4.54997 0 4.75248 0 5.00229C0 5.25211 0.183161 5.45458 0.409071 5.45458H16.6047L13.2134 9.20416C13.0418 9.36663 13.0218 9.65217 13.1688 9.84189C13.3158 10.0316 13.574 10.0537 13.7456 9.89122C13.7616 9.87606 13.7765 9.85958 13.7902 9.84189L17.8811 5.31885C18.0396 5.1425 18.0396 4.85758 17.881 4.68115Z" fill="%232F5AF5"/></svg>');
}
.ul-bottom-new .buttons .first-btn:hover span {
  transform: translateX(4px);
}
.ul-bottom-new .buttons .second-btn {
  padding: 0 24px;
  height: 45px;
  border-radius: 6px;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .banner-stats .lefts {
    row-gap: 24px;
  }
  .banner-stats .lefts h2 {
    margin-bottom: 20px;
  }
}
.banner-stats .lefts .ul-middle ul li {
  height: 45px;
  line-height: 20px;
}
@media (max-width: 991.98px) {
  .banner-stats .lefts .ul-middle ul li {
    width: 180px;
  }
}
@media (max-width: 475px) {
  .banner-stats .lefts .ul-middle ul li {
    width: 170px;
  }
}

@media (max-width: 991.98px) {
  .block-multishops .multishops-box {
    border-radius: 24px;
    padding: 30px;
    background: linear-gradient(283deg, #0E1B49 51.11%, var(--Primary-colorPrimaryDark500, #182D7B) 98.08%);
  }
  .block-multishops .multishops-box h2, .block-multishops .multishops-box h3 {
    color: #D5DEFD;
  }
  .block-multishops .multishops-box .ul-bottom ul {
    grid-template-columns: repeat(4, 60px);
  }
  .block-multishops .multishops-box .ul-bottom ul li {
    width: 60px;
    height: 60px;
  }
  .block-multishops .multishops-box .ul-bottom ul li a {
    width: 60px;
    height: 60px;
  }
}
.block-multishops .multishops-box .ul-bottom-new {
  margin-top: 60px;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 24px;
}
@media (max-width: 991.98px) {
  .block-multishops .multishops-box .ul-bottom-new {
    margin-top: 24px;
  }
}
.block-multishops .multishops-box .ul-bottom-new h3 {
  color: white;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 150% */
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .block-multishops .multishops-box .ul-bottom-new h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.block-multishops .multishops-box .ul-bottom-new .first-btn {
  border-radius: 6px;
  background: #EAEFFE;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  height: 45px;
  border: 1px solid #EAEFFE;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}
.block-multishops .multishops-box .ul-bottom-new .first-btn span {
  transition: all 0.2s ease-in-out;
  width: 20px;
  height: 10px;
  display: flex;
  background-repeat: no-repeat;
  margin-left: 12px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="10" viewBox="0 0 18 10" fill="none"><path d="M17.881 4.68115L13.7902 0.158108C13.6433 -0.0316151 13.385 -0.0537319 13.2134 0.108783C13.0418 0.271258 13.0218 0.556796 13.1688 0.746519C13.1825 0.764205 13.1974 0.780724 13.2134 0.795845L16.6047 4.54997H0.409071C0.183161 4.54997 0 4.75248 0 5.00229C0 5.25211 0.183161 5.45458 0.409071 5.45458H16.6047L13.2134 9.20416C13.0418 9.36663 13.0218 9.65217 13.1688 9.84189C13.3158 10.0316 13.574 10.0537 13.7456 9.89122C13.7616 9.87606 13.7765 9.85958 13.7902 9.84189L17.8811 5.31885C18.0396 5.1425 18.0396 4.85758 17.881 4.68115Z" fill="%232F5AF5"/></svg>');
}
.block-multishops .multishops-box .ul-bottom-new .first-btn:hover span {
  transform: translateX(4px);
}
@media (max-width: 475px) {
  .block-multishops .multishops-box .ul-bottom-new p {
    width: 100%;
  }
}

.control-play-box .ul-bottom-new {
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .control-play-box .ul-bottom-new {
    margin-top: 24px;
  }
}
.control-play-box .ul-bottom-new .first-btn {
  border-radius: 6px;
  background: #EAEFFE;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  height: 45px;
  border: 1px solid #EAEFFE;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  width: -moz-fit-content;
  width: fit-content;
}
.control-play-box .ul-bottom-new .first-btn span {
  transition: all 0.2s ease-in-out;
  width: 20px;
  height: 10px;
  display: flex;
  background-repeat: no-repeat;
  margin-left: 12px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="10" viewBox="0 0 18 10" fill="none"><path d="M17.881 4.68115L13.7902 0.158108C13.6433 -0.0316151 13.385 -0.0537319 13.2134 0.108783C13.0418 0.271258 13.0218 0.556796 13.1688 0.746519C13.1825 0.764205 13.1974 0.780724 13.2134 0.795845L16.6047 4.54997H0.409071C0.183161 4.54997 0 4.75248 0 5.00229C0 5.25211 0.183161 5.45458 0.409071 5.45458H16.6047L13.2134 9.20416C13.0418 9.36663 13.0218 9.65217 13.1688 9.84189C13.3158 10.0316 13.574 10.0537 13.7456 9.89122C13.7616 9.87606 13.7765 9.85958 13.7902 9.84189L17.8811 5.31885C18.0396 5.1425 18.0396 4.85758 17.881 4.68115Z" fill="%232F5AF5"/></svg>');
}
.control-play-box .ul-bottom-new .first-btn:hover span {
  transform: translateX(4px);
}
@media (max-width: 991.98px) {
  .control-play-box .ul-bottom-new.desktop-v {
    display: none;
  }
}
.control-play-box .ul-bottom-new.mobile-v {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
@media (min-width: 991.98px) {
  .control-play-box .ul-bottom-new.mobile-v {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .control-play-box .ul-bottom-new.mobile-v {
    width: 100%;
    padding: 0 32px;
  }
  .control-play-box .ul-bottom-new.mobile-v p {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 475px) {
  .control-play-box .ul-bottom-new.mobile-v a {
    width: 100%;
  }
}

.reviews__section .title p {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.reviews__section .title p .first-btn {
  border-radius: 6px;
  background: #446BF6;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  height: 45px;
  border: 1px solid #446BF6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  width: -moz-fit-content;
  width: fit-content;
}
.reviews__section .title p .first-btn span {
  transition: all 0.2s ease-in-out;
  width: 20px;
  height: 10px;
  display: flex;
  background-repeat: no-repeat;
  margin-left: 12px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="10" viewBox="0 0 18 10" fill="none"><path d="M17.881 4.68115L13.7902 0.158108C13.6433 -0.0316151 13.385 -0.0537319 13.2134 0.108783C13.0418 0.271258 13.0218 0.556796 13.1688 0.746519C13.1825 0.764205 13.1974 0.780724 13.2134 0.795845L16.6047 4.54997H0.409071C0.183161 4.54997 0 4.75248 0 5.00229C0 5.25211 0.183161 5.45458 0.409071 5.45458H16.6047L13.2134 9.20416C13.0418 9.36663 13.0218 9.65217 13.1688 9.84189C13.3158 10.0316 13.574 10.0537 13.7456 9.89122C13.7616 9.87606 13.7765 9.85958 13.7902 9.84189L17.8811 5.31885C18.0396 5.1425 18.0396 4.85758 17.881 4.68115Z" fill="white"/></svg>');
}
.reviews__section .title p .first-btn:hover span {
  transform: translateX(4px);
}

footer .copyr {
  color: #000;
  position: relative;
  padding: 19px 0;
}
@media (max-width: 991.98px) {
  footer .copyr {
    flex-direction: column-reverse;
    row-gap: 18px;
  }
}
footer .copyr .first-btn {
  border-radius: 6px;
  background: #446BF6;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  height: 45px;
  border: 1px solid #446BF6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 991.98px) {
  footer .copyr .first-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
  }
}
@media (max-width: 991.98px) {
  footer .copyr .first-btn {
    margin: auto;
  }
}
@media (max-width: 475px) {
  footer .copyr .first-btn {
    width: 100%;
  }
}
footer .copyr .first-btn span {
  transition: all 0.2s ease-in-out;
  width: 20px;
  height: 10px;
  display: flex;
  background-repeat: no-repeat;
  margin-left: 12px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="10" viewBox="0 0 18 10" fill="none"><path d="M17.881 4.68115L13.7902 0.158108C13.6433 -0.0316151 13.385 -0.0537319 13.2134 0.108783C13.0418 0.271258 13.0218 0.556796 13.1688 0.746519C13.1825 0.764205 13.1974 0.780724 13.2134 0.795845L16.6047 4.54997H0.409071C0.183161 4.54997 0 4.75248 0 5.00229C0 5.25211 0.183161 5.45458 0.409071 5.45458H16.6047L13.2134 9.20416C13.0418 9.36663 13.0218 9.65217 13.1688 9.84189C13.3158 10.0316 13.574 10.0537 13.7456 9.89122C13.7616 9.87606 13.7765 9.85958 13.7902 9.84189L17.8811 5.31885C18.0396 5.1425 18.0396 4.85758 17.881 4.68115Z" fill="white"/></svg>');
}
footer .copyr .first-btn:hover span {
  transform: translateX(4px);
}

.pricing-section {
  margin-bottom: 20px !important;
}
.pricing-section .first-btn {
  border-radius: 6px;
  background: var(--Natural-colorDarkGrey900, #111213);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  height: 45px;
  border: 1px solid #111213;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  margin-top: 16px;
}
.pricing-section .third-b .first-btn {
  background: var(--Base-colorWhite, #FFF);
  border: 1px solid #fff;
  color: #111213;
}

.single-integrations .sideres .lefts .sticky-table .downs {
  background: linear-gradient(298deg, #0E1B49 -0.51%, var(--Primary-colorPrimaryDark500, #182D7B) 62.93%);
}

@media (max-width: 991.98px) {
  .ul-quick-about.ul-quick-about-small {
    flex-direction: column;
  }
}
.ul-quick-about.ul-quick-about-small p .first-btn {
  border-radius: 6px;
  background: #EAEFFE;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  height: 45px;
  border: 1px solid #EAEFFE;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  width: -moz-fit-content;
  width: fit-content;
}
.ul-quick-about.ul-quick-about-small p .first-btn span {
  transition: all 0.2s ease-in-out;
  width: 20px;
  height: 10px;
  display: flex;
  background-repeat: no-repeat;
  margin-left: 12px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="10" viewBox="0 0 18 10" fill="none"><path d="M17.881 4.68115L13.7902 0.158108C13.6433 -0.0316151 13.385 -0.0537319 13.2134 0.108783C13.0418 0.271258 13.0218 0.556796 13.1688 0.746519C13.1825 0.764205 13.1974 0.780724 13.2134 0.795845L16.6047 4.54997H0.409071C0.183161 4.54997 0 4.75248 0 5.00229C0 5.25211 0.183161 5.45458 0.409071 5.45458H16.6047L13.2134 9.20416C13.0418 9.36663 13.0218 9.65217 13.1688 9.84189C13.3158 10.0316 13.574 10.0537 13.7456 9.89122C13.7616 9.87606 13.7765 9.85958 13.7902 9.84189L17.8811 5.31885C18.0396 5.1425 18.0396 4.85758 17.881 4.68115Z" fill="%232F5AF5"/></svg>');
}
.ul-quick-about.ul-quick-about-small p .first-btn:hover span {
  transform: translateX(4px);
}

.ul-bottom-new-links ul {
  margin-top: 16px;
  display: flex;
  -moz-column-gap: 14px;
       column-gap: 14px;
}

/* April 2025  END */

/* Dedicated Form START */
.site-dedicated-form {
  overflow-x: hidden;
  height: 100vh;
}
@media (max-width: 575.98px) {
  .site-dedicated-form {
    height: auto;
  }
}
.site-dedicated-form .row {
  height: 100%;
}
.site-dedicated-form .left-side {
  display: flex;
  padding: 40px 0;
  flex-direction: column;
  justify-content: space-around;
  row-gap: 20px;
  overflow-x: hidden;
}
@media (min-width: 575.98px) {
  .site-dedicated-form .left-side {
    background: linear-gradient(147deg, var(--Natural-colorDarkGrey800, #1A1C1D) 10.17%, var(--Natural-colorDarkGrey900, #111213) 78.33%);
  }
}
@media (max-width: 991.98px) {
  .site-dedicated-form .left-side {
    row-gap: 30px;
    padding: 0px 40px;
  }
}
.site-dedicated-form .left-side .logo {
  justify-content: center;
  display: flex;
  height: 32px;
}
.site-dedicated-form .left-side .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .site-dedicated-form .left-side .logo {
    margin-top: 30px;
  }
}
.site-dedicated-form .left-side .side-image {
  max-height: 570px;
}
@media (max-width: 991.98px) {
  .site-dedicated-form .left-side .side-image {
    max-height: 400px;
  }
}
.site-dedicated-form .left-side .side-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575.98px) {
  .site-dedicated-form .left-side .side-image {
    display: none;
  }
}
.site-dedicated-form .left-side .bottom-text p {
  color: var(--Primary-colorPrimaryLight800, #D5DEFD);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.28px;
}
@media (max-width: 991.98px) {
  .site-dedicated-form .left-side .bottom-text p {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .site-dedicated-form .left-side .bottom-text {
    margin-bottom: 30px;
  }
}
.site-dedicated-form .right-side {
  display: flex;
  padding: 40px 80px;
  flex-direction: column;
  justify-content: center;
  background: var(--Primary-colorPrimaryLight800, #D5DEFD);
}
@media (max-width: 1200px) {
  .site-dedicated-form .right-side {
    padding: 30px 40px;
  }
}
@media (max-width: 991.98px) {
  .site-dedicated-form .right-side {
    padding: 24px 16px;
  }
}
@media (max-width: 575.98px) {
  .site-dedicated-form .right-side {
    border-radius: 24px 24px 0px 0px;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
  }
}
.site-dedicated-form .right-side .top-text {
  display: flex;
  row-gap: 16px;
  flex-direction: column;
}
.site-dedicated-form .right-side .top-text h2 {
  color: var(--Natural-colorDarkGrey900, #111213);
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -2px;
}
.site-dedicated-form .right-side .top-text h2 strong {
  color: var(--Primary-colorPrimary, #446BF6);
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .site-dedicated-form .right-side .top-text h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 575.98px) {
  .site-dedicated-form .right-side .top-text h2 {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}
.site-dedicated-form .right-side .top-text h3 {
  color: var(--Natural-colorDarkGrey400, #555A5F);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 991.98px) {
  .site-dedicated-form .right-side .top-text h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 575.98px) {
  .site-dedicated-form .right-side .top-text h3 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
.site-dedicated-form .right-side form {
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .site-dedicated-form .right-side form {
    margin-top: 20px;
  }
}
.site-dedicated-form .right-side form p label {
  display: flex;
  flex-direction: column;
  font-size: 0;
  margin-bottom: 16px;
}
.site-dedicated-form .right-side form p label span input {
  color: var(--Natural-colorGrey, #99A2AA);
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  border-radius: 8px;
  background: var(--Base-colorWhite, #FFF);
  height: 50px;
  padding-left: 12px;
  border: 1px solid transparent;
}
.site-dedicated-form .right-side form p label span input:focus {
  border-color: var(--Primary-colorPrimary, #446BF6);
}
.site-dedicated-form .right-side form .submit-btn {
  position: relative;
}
.site-dedicated-form .right-side form .submit-btn .wpcf7-form-control.wpcf7-submit {
  margin-top: 40px;
  border-radius: 8px;
  background: var(--Primary-colorPrimary, #446BF6);
  height: 50px;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--Base-colorWhite, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  width: 100%;
  border: 1px solid #446BF6;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .site-dedicated-form .right-side form .submit-btn .wpcf7-form-control.wpcf7-submit {
    margin-top: 20px;
  }
}
.site-dedicated-form .right-side form .submit-btn .wpcf7-form-control.wpcf7-submit:hover {
  background: var(--Primary-colorPrimary, rgba(47, 90, 245, 0.8235294118));
}
.site-dedicated-form .right-side form .submit-btn .wpcf7-spinner {
  position: absolute;
  right: 0;
  transform: translate(0%, -50%);
  top: 50%;
}
.site-dedicated-form .right-side form .privacy-acceptance p {
  color: var(--Natural-colorDarkGrey400, #555A5F);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.site-dedicated-form .right-side form .privacy-acceptance p a {
  text-decoration: underline;
}
.site-dedicated-form .right-side form.invalid label .wpcf7-not-valid {
  border-color: red;
}
.site-dedicated-form .right-side form.sent .wpcf7-response-output {
  display: flex !important;
  font-size: 12px;
  justify-content: center;
  border-width: 1px;
  margin: 12px 0 0 0;
  background: rgba(70, 180, 80, 0.2588235294);
}
.site-dedicated-form .right-side .side-icon {
  height: 50px;
  margin-top: 40px;
}
.site-dedicated-form .right-side .side-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media (max-width: 575.98px) {
  .site-dedicated-form .row {
    background: linear-gradient(147deg, var(--Natural-colorDarkGrey800, #1A1C1D) 10.17%, var(--Natural-colorDarkGrey900, #111213) 78.33%);
  }
}
.site-dedicated-form .wpcf7-response-output {
  display: none;
}
@media (min-width: 991.98px) {
  .site-dedicated-form .row-wrapper {
    display: flex;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .site-dedicated-form .row-wrapper p {
    flex: 1;
  }
}

@media (max-width: 991.98px) {
  body .banner-stats .lefts {
    padding-bottom: 40px;
    padding-top: 20px;
  }
  body .banner-stats .lefts h2 {
    margin-bottom: 0;
  }
  body .banner-stats .lefts .ul-middle {
    padding: 30px 0;
  }
}
.footer-1 > ul {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 991.98px) {
  .footer-1 {
    margin-bottom: 20px;
  }
}
.footer-1 .first-btn {
  border-radius: 6px;
  background: #446BF6;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  height: 45px;
  border: 1px solid #446BF6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-1 .first-btn span {
  transition: all 0.2s ease-in-out;
  width: 20px;
  height: 10px;
  display: flex;
  background-repeat: no-repeat;
  margin-left: 12px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="10" viewBox="0 0 18 10" fill="none"><path d="M17.881 4.68115L13.7902 0.158108C13.6433 -0.0316151 13.385 -0.0537319 13.2134 0.108783C13.0418 0.271258 13.0218 0.556796 13.1688 0.746519C13.1825 0.764205 13.1974 0.780724 13.2134 0.795845L16.6047 4.54997H0.409071C0.183161 4.54997 0 4.75248 0 5.00229C0 5.25211 0.183161 5.45458 0.409071 5.45458H16.6047L13.2134 9.20416C13.0418 9.36663 13.0218 9.65217 13.1688 9.84189C13.3158 10.0316 13.574 10.0537 13.7456 9.89122C13.7616 9.87606 13.7765 9.85958 13.7902 9.84189L17.8811 5.31885C18.0396 5.1425 18.0396 4.85758 17.881 4.68115Z" fill="white"/></svg>');
}
.footer-1 .first-btn:hover span {
  transform: translateX(4px);
}

/* Dedicated Form END */

