.black {
  color: #0e0e29 !important;
}

.light_black {
  color: #3a3a4c !important;
}

.theme_text {
  color: #7b68ee !important;
}

.blue_bg {
  background: #EDFAFE !important;
}

.cover {
  object-fit: cover;
}

.banner {
  position: relative;
  height: 100vh;
  background: rgb(171, 161, 207);
  background: linear-gradient(130deg, rgb(171, 161, 207) 0%, rgb(192, 173, 248) 12%, rgb(238, 234, 254) 42%, rgb(250, 249, 255) 50%, rgb(250, 249, 255) 55%, rgb(246, 249, 254) 58%, rgb(205, 235, 242) 64%, rgb(195, 243, 247) 68%, rgb(199, 243, 246) 74%, rgb(165, 232, 235) 83%, rgb(156, 240, 242) 100%);
}
@media (max-width: 991px) {
  .banner.home_banner {
    text-align: center;
    padding-top: 120px;
    height: auto;
  }
  .banner.home_banner .banner_img {
    min-height: 300px;
    width: 100%;
    position: static;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .banner.home_banner .banner_text {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 120px;
    bottom: 0;
    margin: auto;
  }
  .banner.home_banner .banner_img {
    width: 60%;
  }
}
.banner .banner_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner .banner_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-banner {
  background: url("https://s3.us-west-2.amazonaws.com/landing-qoreups.com/landing-images/banner_shadow.webp") no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 75px 0 75px;
}
.hero-banner.padding {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .hero-banner:not(.padding) {
    padding: 80px 0 80px;
  }
}
.hero-banner .banner_img {
  min-height: 230px;
}
.hero-banner .banner_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero-banner .smallImg {
  font-weight: 600;
  color: #0e0e29;
  font-size: 16px;
}
@media (min-width: 992px) {
  .hero-banner .smallImg {
    margin-left: -20px;
  }
}
.hero-banner .smallImg span {
  margin: 0 10px;
  color: #3a3a4c;
}
.hero-banner .smallImg span img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.info {
  background: white;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.0705882353);
  border-radius: 12px;
  padding: 34px 20px;
}
.info .num {
  font-size: 32px;
}
.info .num, .info .country {
  color: #0e0e29;
  font-weight: 700;
}
.info .country {
  font-size: 22px;
}
.info p {
  font-size: 20px;
  color: #3a3a4c;
  font-weight: 600;
}

.product {
  border-radius: 12px;
  background: rgba(94, 37, 193, 0.0509803922);
  padding: 30px 15px;
}
.product .product_list .pr_inner {
  margin: 30px 0;
}
.product .product_list .pr_inner img {
  width: 57px;
  height: 57px;
  object-fit: contain;
}

.info_section {
  padding: 20px 0 50px 0;
}
.info_section .row {
  align-items: center;
  justify-content: space-between;
}

.card_icon, .card_item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .card_icon, .card_item img {
    margin: auto;
  }
}

.card_item {
  background: #FFFFFF;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.0705882353);
  border-radius: 12px;
  padding: 35px;
  height: 100%;
}
@media (max-width: 767px) {
  .card_item {
    padding: 25px;
  }
}
.card_item .card_height {
  height: 60px;
}
@media (max-width: 767px) {
  .card_item .card_height {
    height: auto;
  }
}

.our_partners {
  background-color: #FFF8FB;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
}
.our_partners .clients_img {
  padding: 10px 20px;
  display: inline-block;
  width: 175px;
}
.our_partners .clients_img img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.green_bg {
  background-color: #F1FBEB;
}

.card_section {
  border-radius: 18px;
  padding: 60px 0 60px;
}
@media (max-width: 991px) {
  .card_section {
    text-align: center;
    padding: 40px 15px;
  }
}
.card_section .row {
  margin: 0;
}
.card_section img.cover {
  border-radius: 22px;
}
.card_section.pink_bg {
  background-color: #fff3fc;
  position: relative;
}
@media (min-width: 768px) {
  .card_section.pink_bg.border_line::after {
    content: "";
    position: absolute;
    left: -20px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 80%;
    background: rgba(162, 162, 162, 0.4784313725);
    margin: auto;
  }
}

.align_center {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.align_center a {
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  .align_center a {
    margin: auto auto 0 0;
  }
}

.bg_pink {
  background-color: #fff3fc;
  border-radius: 16px;
  padding: 50px;
}
@media (max-width: 991px) {
  .bg_pink {
    padding: 30px;
  }
}
.bg_pink .card_icon {
  width: 55px;
  height: 55px;
  object-fit: contain;
  margin: 0 10px 0 0 !important;
}

.roadmap_setion {
  background-color: #F7F4FC;
  border-radius: 18px;
}
.roadmap_setion .stepper {
  position: relative;
}
@media (min-width: 1200px) {
  .roadmap_setion .stepper::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 0;
    top: -70px;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 80%;
    background-color: #7b68ee;
  }
}
.roadmap_setion .point {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
}
.roadmap_setion .stepper_icon {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
.roadmap_setion .stepper_name {
  margin-top: 40px;
  position: relative;
}
.roadmap_setion .stepper_name.right {
  left: -1px;
}
.roadmap_setion .stepper_name.left {
  left: 1px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .roadmap_setion .stepper_name.right {
    left: -4px;
  }
  .roadmap_setion .stepper_name.left {
    left: 5px;
  }
}
.roadmap_setion h3 {
  font-size: 26px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
}
.roadmap_setion p {
  font-size: 16px;
  font-weight: 600;
  background: white;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 0;
  max-width: 500px;
  line-height: 28px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1098039216);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .roadmap_setion p {
    max-width: 440px;
  }
}

.slider {
  background: transparent linear-gradient(118deg, #2A2E34 35%, #9182FE 100%) 0% 0% no-repeat padding-box;
  border-radius: 18px;
  padding: 50px 0;
}
.slider .slider_items {
  background-color: white;
  border-radius: 22px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.slider p {
  font-size: 16px;
  font-weight: 600;
  color: #0e0e29;
}
.slider .client_img {
  display: flex;
  gap: 10px;
  margin: auto auto 0 0;
}
.slider .client_img .client {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.slider .client_img .name {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  color: #0e0e29;
}
.slider .client_img p {
  font-size: 14px;
  font-weight: 500;
}
.slider .rating {
  width: 100px !important;
  height: 16px;
}
.slider #testimonial_slider .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .slider #testimonial_slider .owl-stage {
    padding-left: 20px !important;
  }
}
.slider #testimonial_slider .owl-stage .item, .slider #testimonial_slider .owl-stage .slider_items {
  height: 100%;
}
.slider #testimonial_slider .owl-dots {
  margin-top: 50px;
}
.slider #testimonial_slider .owl-dots button.active span {
  background-color: white;
}
.slider #testimonial_slider .owl-dots button:hover span {
  background: #D6D6D6;
}
@media (min-width: 991px) {
  .slider #testimonial_slider .owl-dots span {
    width: 60px;
    height: 3px;
  }
}

.feature-qmarket-tabs #feature-qmarket {
  overflow: auto;
  white-space: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .feature-qmarket-tabs #feature-qmarket {
    padding-bottom: 15px;
    justify-content: start !important;
  }
}
@media (max-width: 1199px) {
  .feature-qmarket-tabs #feature-qmarket::-webkit-scrollbar {
    height: 2px !important;
  }
}
.feature-qmarket-tabs #feature-qmarket::-webkit-scrollbar {
  height: 5px;
}
.feature-qmarket-tabs #feature-qmarket li {
  display: inline-block;
}
.feature-qmarket-tabs #feature-qmarket li button {
  background: transparent;
  font-weight: 600;
  border: none;
  border-bottom: 2px solid #eaeaea;
}
.feature-qmarket-tabs #feature-qmarket li button.active {
  border-color: #0e0e29;
}
.feature-qmarket-tabs #feature-qmarket li button span {
  display: inline-block;
  margin: 0 5px;
}
.feature-qmarket-tabs #feature-qmarket li button span img {
  width: 68%;
  height: 68%;
  object-fit: contain;
}
.feature-qmarket-tabs .stellarParent {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.feature-qmarket-tabs .stellarParent p {
  margin: 0px !important;
}
.feature-qmarket-tabs .tab-pane .row {
  justify-content: space-evenly;
}
@media (max-width: 991px) {
  .feature-qmarket-tabs .tab-pane .row {
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  .feature-qmarket-tabs .tab-pane {
    padding: 60px 0 40px;
  }
}

.solutions .solutions_tab {
  background: white;
  box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.1098039216);
  border: 4px solid #FFF1FB;
  border-left: 0;
  border-radius: 18px;
}
.solutions .solutions_tab .nav-pills {
  background: #FFF1FB;
}
.solutions .solutions_tab .menu_bar_slide .nav {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
}
.solutions .solutions_tab .menu_bar_slide .nav::-webkit-scrollbar {
  height: 2px;
}
.solutions .solutions_tab button {
  font-weight: 700;
  font-size: 24px;
  border-radius: 0;
  padding: 15px 25px;
  text-align: left;
  position: relative;
  color: #0e0e29 !important;
}
.solutions .solutions_tab button::after {
  content: "";
  position: absolute;
  background: url("https://s3.us-west-2.amazonaws.com/landing-qoreups.com/landing-images/Qmarket/arrow.svg") no-repeat;
  width: 40px;
  height: 14px;
  right: 20px;
  background-size: contain;
  top: 0px;
  bottom: 0;
  left: 0;
  margin: auto 0 auto auto;
}
@media (min-width: 1200px) {
  .solutions .solutions_tab button {
    padding: 25px 0 25px 45px;
  }
}
@media (max-width: 1199px) {
  .solutions .solutions_tab button {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .solutions .solutions_tab button {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .solutions .solutions_tab button::after {
    display: none;
  }
}
.solutions .solutions_tab button.active {
  background-color: #FFBFED;
}
.solutions .solutions_tab button.active::after {
  width: 60px;
}
.solutions .solutions_tab button:nth-child(1) {
  border-radius: 18px 0 0 0;
}
.solutions .view_arrow {
  vertical-align: inherit;
  width: 20px;
  height: 100%;
  margin-left: 5px;
}

.crt_market_btn {
  position: relative;
  background-color: #9182FE;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.0901960784);
  z-index: 1;
}
@media (max-width: 575px) {
  .crt_market_btn::after {
    display: none;
  }
  .crt_market_btn .theme_btn {
    background: white !important;
    color: #0e0e29 !important;
  }
}
.crt_market_btn::after {
  content: "";
  position: absolute;
  background: url("https://s3.us-west-2.amazonaws.com/landing-qoreups.com/landing-images/Qmarket/curve.svg") no-repeat;
  width: 45%;
  max-width: 518px;
  height: calc(100% + 9px);
  top: -5px;
  right: -2px;
  z-index: -1;
  background-size: cover;
}

.slider-toggle .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}
.slider-toggle .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider-toggle .slider-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #7b68ee;
}
.slider-toggle .slider-btn, .slider-toggle .slider-btn:before {
  content: "";
  position: absolute;
  cursor: pointer;
  transition: 0.4s;
}
.slider-toggle .slider-btn:before {
  height: 20px;
  width: 20px;
  left: 4px;
  background-color: white;
  margin: auto 0;
  top: 0;
  bottom: 0;
}
.slider-toggle input:checked + .slider-btn {
  background-color: #7b68ee;
}
.slider-toggle input:focus + .slider-btn {
  box-shadow: 0 0 1px #7b68ee;
}
.slider-toggle input:checked + .slider-btn:before {
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}
.slider-toggle .slider-btn.round {
  border-radius: 34px;
}
.slider-toggle .slider-btn.round:before {
  border-radius: 50%;
}

.feature_tab {
  padding: 45px 0 20px;
}
@media (max-width: 991px) {
  .feature_tab .nav-tabs:not(#ServicesTab) {
    overflow: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: start !important;
    margin-bottom: 30px;
  }
}
.feature_tab .nav-tabs {
  border: none;
}
.feature_tab .nav-tabs::-webkit-scrollbar {
  height: 4px;
}
.feature_tab button {
  font-weight: 600;
  font-size: 16px;
  border: none !important;
  background: white !important;
  color: #0e0e29;
  border-radius: 39px !important;
  padding: 10px 35px;
  margin: 10px 10px 25px 10px !important;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.0705882353);
}
.feature_tab button.active {
  background: #3B6CF6 !important;
  color: white !important;
  box-shadow: inset 3px -5px 11px rgba(0, 0, 0, 0.231372549), 0px 0px 14px rgba(0, 0, 0, 0.0705882353);
}
.feature_tab .accordion-item {
  background: transparent !important;
  border: none;
  color: #0e0e29;
  padding-left: 25px;
  width: 100%;
  margin: 20px 0;
}
.feature_tab .accordion-item button {
  background: transparent !important;
  box-shadow: none;
  padding: 0;
  margin: 0 !important;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 991px) {
  .feature_tab .accordion-item button {
    font-size: 18px;
  }
}
.feature_tab .accordion-item button::after {
  background-image: url("https://s3.us-west-2.amazonaws.com/landing-qoreups.com/landing-images/tab-faq-btn.svg") !important;
  position: absolute;
  left: -8px;
  top: 0px;
  bottom: 0;
  margin: auto;
}
.feature_tab .accordion-item button:not(.collapsed)::after {
  transform: rotate(-180deg) !important;
}
.feature_tab .accordion-item .accordion-body {
  padding: 10px 0;
  font-size: 16px;
  line-height: 32px !important;
}
.feature_tab .tab-content {
  background-color: #f7f4fc;
  border-radius: 11px;
  padding: 60px 0px;
}
@media (max-width: 991px) {
  .feature_tab .tab-content {
    padding: 30px 20px 50px 20px;
  }
}
.feature_tab .tab-content img {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
  border-radius: 11px;
}

.intergration_images {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .intergration_images {
    display: block;
  }
  .intergration_images .img_items {
    width: 100% !important;
    justify-content: center;
  }
}
.intergration_images .img_items {
  width: 140px;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .intergration_images .img_items {
    justify-content: center;
  }
}
.intergration_images .img_items.big_content {
  width: 150px;
  margin-right: 20px;
}
.intergration_images .img_items span {
  padding: 0 10px;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #0e0e29;
}
.intergration_images .img_items img {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.service_list ul li {
  font-weight: 600;
  font-size: 22px;
  position: relative;
}
.service_list ul li::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("https://s3.us-west-2.amazonaws.com/landing-qoreups.com/landing-images/tab-faq-btn.svg") no-repeat !important;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.commission {
  background: #F7F4FC;
  border-radius: 12px;
  padding: 35px;
}
@media (max-width: 767px) {
  .commission {
    padding: 35px 25px;
  }
}

.price_table {
  overflow: auto;
}
.price_table::-webkit-scrollbar {
  height: 7px;
}
.price_table table {
  width: 100%;
  table-layout: fixed;
  background: white;
  border-radius: 24px;
  border-spacing: 0;
  border-collapse: collapse;
  overflow: scroll;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.price_table table th, .price_table table td {
  padding: 10px 20px 10px 35px;
  font-weight: 700;
  text-align: left;
}
.price_table table tr:last-child td {
  border-bottom: 0;
}
.price_table table td {
  font-size: 24px;
  border: 2px solid #F1F1F1;
  border-right: 0;
}
@media (max-width: 991px) {
  .price_table table td {
    font-size: 20px;
  }
}
.price_table table td:nth-child(1) {
  font-size: 18px;
  border-left: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .price_table table td:nth-child(1) {
    font-size: 16px;
  }
}
.price_table table th {
  border: 2px solid #F1F1F1;
  border-top: 0;
  font-size: 18px;
  width: 150px;
  border-right: 0;
}
@media (max-width: 991px) {
  .price_table table th {
    font-size: 16px;
  }
}
.price_table table th:nth-child(1) {
  border-left: 0;
  font-size: 20px;
  font-weight: 800;
  text-align: left;
  width: 220px;
}
@media (max-width: 991px) {
  .price_table table th:nth-child(1) {
    font-size: 18px;
  }
}

.benefits .first_col, .benefits .sec_col {
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.0901960784);
  padding: 25px 25px 25px 45px;
}
@media (min-width: 1200px) {
  .benefits .first_col, .benefits .sec_col {
    padding: 25px 25px 25px 75px;
  }
}
.benefits .first_col {
  border-radius: 16px;
  background-color: white;
  position: relative;
}
.benefits .sec_col {
  border-radius: 0 16px 16px 0;
  background-color: #fff2fc;
}
@media (min-width: 991px) {
  .benefits .sec_col {
    margin-left: -5px;
  }
}
.benefits p {
  position: relative;
  padding-left: 20px;
}
.benefits p::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("https://s3.us-west-2.amazonaws.com/landing-qoreups.com/landing-images/theme-dot.svg") no-repeat !important;
  position: absolute;
  left: -2px;
  top: 12px;
}

.partner-list {
  width: 250px;
  display: inline-block;
  margin: 10px;
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1098039216);
  border-radius: 11px;
  text-align: center;
  padding: 25px 10px 15px 10px;
}
.partner-list img {
  margin-bottom: 10px;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.contact-page .banner_form {
  padding: 120px 0 40px;
}
.contact-page .banner_form .form-img {
  border-radius: 60px 0px 0px 60px;
  object-position: right;
  object-fit: cover;
}
.contact-page .contact-details {
  background: #F7F4FC;
  border-radius: 29px 60px 60px 29px;
  padding: 30px 0 40px 0;
}
.contact-page .details {
  display: flex;
  padding-left: 20px;
  margin: 25px 0;
}
@media (min-width: 768px) {
  .contact-page .details {
    padding-left: 50px;
  }
}
.contact-page .details span {
  display: inline-block;
  padding: 0 10px;
}
.contact-page .details span:nth-child(2) {
  flex-grow: 1;
}
.contact-page .details span img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.contact-page .details span p {
  margin: 0;
}
.contact-page .map iframe {
  border-radius: 20px;
}

.hero-banner.pTop {
  padding: 135px 0 60px;
}

.form_sec {
  background: #F3F5F7;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0px 61px 0px 0px;
  padding: 30px 30px 50px;
}
@media (min-width: 1200px) {
  .form_sec {
    padding: 30px 50px 50px;
    height: 100%;
  }
}
.form_sec .contactusCode {
  position: absolute;
  top: 13px;
}
.form_sec .contactusCode .code {
  position: absolute;
  top: 6px;
  opacity: 0;
  width: 75px;
  border: none;
  background-color: #F3F5F7;
  padding: 4px !important;
}
.form_sec .selectTag {
  font-size: 16px;
  font-weight: 600;
}
.form_sec form input, .form_sec form textarea {
  border: none;
  border-bottom: 2px solid #0e0e29;
  outline: none;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 15px;
  background: transparent;
}
.form_sec form input:-internal-autofill-selected, .form_sec form textarea:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 40px #F3F5F7 inset !important;
  -webkit-text-fill-color: black;
}
@media (max-width: 991px) {
  .form_sec form input, .form_sec form textarea {
    font-size: 16px;
  }
}
.form_sec form input::placeholder, .form_sec form textarea::placeholder {
  color: #0e0e29;
}
.form_sec form .phoneNum {
  padding-left: 70px !important;
}
.form_sec form textarea {
  border: 2px solid #0e0e29 !important;
  border-radius: 8px;
  min-height: 137px;
}
.form_sec form .err_msg {
  color: red;
  font-size: 14px;
  font-weight: 500;
  padding: 4px;
}
.form_sec form .theme_btn {
  width: 204px;
  text-align: center;
  display: block;
  margin: auto;
}
.form_sec .success {
  text-align: center;
  color: green;
  margin-top: 10px;
}

.pricing_card1 {
  padding: 30px 30px 50px;
  max-width: 279px;
  display: flex;
  flex-direction: column;
}
.pricing_card1.active {
  background: #E3E1FC;
}
.pricing_card1.active * {
  color: black !important;
}
.pricing_card1.active a {
  background: white;
  border: none;
  color: #0e0e29 !important;
  font-weight: 800;
}
@media (max-width: 1199px) {
  .pricing_card1 .price {
    font-size: 20px;
  }
  .pricing_card1 .price sub {
    font-size: 18px;
  }
}
.pricing_card1 .price {
  font-size: 30px;
}
.pricing_card1 sub {
  vertical-align: inherit;
  font-size: 18px;
  margin-left: -5px;
}
.pricing_card1 a {
  border: 2px solid #000000;
  border-radius: 8px;
  width: 100%;
  color: #0e0e29 !important;
  background: transparent;
  box-shadow: none;
  padding: 12px;
  text-align: center;
  margin: auto 0 0 0;
}
.pricing_card1:not(.active) a:hover {
  color: white !important;
  border-color: transparent;
  background: #7b68ee !important;
}

.pricing_card {
  background: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 24px;
  padding: 30px 30px 50px;
  max-width: 250px;
  margin: 30px 12px;
  display: flex;
  flex-direction: column;
}
.pricing_card.active {
  background: #7b68ee;
}
.pricing_card.active * {
  color: white !important;
}
.pricing_card.active a {
  background: white;
  border: none;
  color: #0e0e29 !important;
  font-weight: 800;
}
@media (max-width: 1199px) {
  .pricing_card .price {
    font-size: 20px;
  }
  .pricing_card .price sub {
    font-size: 18px;
  }
}
.pricing_card .price {
  font-size: 30px;
}
.pricing_card sub {
  vertical-align: inherit;
  font-size: 18px;
  margin-left: -5px;
}
.pricing_card a {
  border: 2px solid #000000;
  border-radius: 8px;
  width: 100%;
  color: #0e0e29 !important;
  background: transparent;
  box-shadow: none;
  padding: 12px;
  text-align: center;
  margin: auto 0 0 0;
}
.pricing_card:not(.active) a:hover {
  color: white !important;
  border-color: transparent;
  background: #7b68ee !important;
}

.planning_details {
  border-radius: 22px;
  overflow: hidden;
  min-height: 1000px;
}
.planning_details .table-responsive {
  border: 1px solid #E6E6E6;
  padding: 25px 30px 15px;
  border-radius: 22px;
  overflow: auto;
}
.planning_details .table-responsive::-webkit-scrollbar {
  height: 5px;
}
.planning_details table {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 20px 0;
  width: 100%;
  table-layout: fixed;
  overflow: scroll;
}
.planning_details table .feature {
  font-size: 24px;
  width: 450px;
  text-align: left;
  padding: 0 0 20px 20px;
}
.planning_details table .btn-th {
  text-align: center;
  width: 150px;
}
.planning_details table .btn-th span {
  border-radius: 8px;
  color: white;
  font-weight: 600;
  padding: 7px 12px;
  font-size: 20px;
  width: calc(100% - 10px);
  display: inline-block;
  margin-bottom: 25px;
}
.planning_details table tbody tr td {
  border: 1px solid #E6E6E6;
  border-right: 0;
  font-size: 18px;
  font-weight: 600;
  padding: 7px;
}
.planning_details table tbody tr td:not(.planning_details table tbody tr td:nth-child(1)) {
  text-align: center;
}
.planning_details table tbody tr td:nth-child(1) {
  border-left: 0;
}
.planning_details table tbody tr:nth-last-child(1) td {
  border-bottom: none;
}

.more_section {
  background: #E6C7F8;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 28px;
  padding: 50px 0;
}
.more_section p, .more_section h3, .more_section h4 {
  margin: 0;
}
.more_section .price {
  font-weight: 700;
}
.more_section .price sub {
  margin-left: -10px;
  font-size: 18px;
  vertical-align: inherit;
}

.sign-up-page {
  padding: 60px 0px;
}
.sign-up-page .form_wrapper {
  padding: 1.5em 3em;
  background: #F3F5F7;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0px 61px 12px 0px;
}
@media (max-width: 575px) {
  .sign-up-page .form_wrapper {
    padding: 1.5em;
  }
  .sign-up-page .form_wrapper .ph_field .countryCode {
    left: 20px;
  }
  .sign-up-page .form_wrapper .ph_field input {
    padding-left: 100px;
  }
}
@media (max-width: 991px) {
  .sign-up-page .form_wrapper {
    border-radius: 12px;
  }
}
.sign-up-page .form_wrapper input {
  color: #0e0e29;
}
.sign-up-page .form_wrapper input::placeholder {
  color: #212121;
}
.sign-up-page button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.sign-up-page .signup_bg {
  background: url("https://s3.us-west-2.amazonaws.com/landing-qoreups.com/landing-images/sign-up-bg-img.webp") no-repeat;
  background-size: cover;
  border-radius: 12px 0 0 60px;
  background-position: 50% 80%;
}
@media (max-width: 991px) {
  .sign-up-page .signup_bg {
    height: 850px;
  }
}
@media (max-width: 991px) {
  .sign-up-page .signup_none {
    display: none;
  }
}

.form_wrapper label,
.form_wrapper input,
.form_wrapper select {
  font-weight: 600;
  font-size: 14px;
}
.form_wrapper option {
  font-weight: 500;
}
.form_wrapper input,
.form_wrapper select {
  width: 100%;
  padding: 14px 15px 14px 25px;
  display: inline-block;
  border: 1px solid #707070;
  border-radius: 29px;
  outline: none;
  transition-duration: 0.25s;
  background: white;
  color: #0e0e29;
}
.form_wrapper input:active, .form_wrapper input:focus,
.form_wrapper select:active,
.form_wrapper select:focus {
  border-color: #7b68ee;
}
.form_wrapper input:-internal-autofill-selected,
.form_wrapper select:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 40px white inset !important;
  -webkit-text-fill-color: #0e0e29;
}
.form_wrapper select:invalid,
.form_wrapper select option[value=""] {
  color: #212121;
}
.form_wrapper select {
  padding: 14px 15px 14px 25px;
  cursor: pointer;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background: url("https://s3.us-west-2.amazonaws.com/landing-qoreups.com/landing-images/arrow.svg") no-repeat;
  background-position: calc(100% - 20px) center !important;
  background-size: 12px;
  padding-right: 2rem !important;
  background-color: white;
}
.form_wrapper .form-group {
  margin: 3px 0;
}
.form_wrapper .form-group input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin: 2px 10px;
}
.form_wrapper .form-group .checkboxlabel {
  cursor: pointer;
  color: #0e0e29;
  font-weight: 500;
}
.form_wrapper .ph_field select {
  border: none;
  position: absolute;
  opacity: 0;
  padding: 0;
  margin: 0;
  left: 10px;
  width: 100px;
  height: 100%;
  top: 0px;
  right: 0;
}
.form_wrapper .ph_field input {
  padding-left: 110px;
}
.form_wrapper .ph_field .countryCode {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  font-weight: 600;
  font-size: 16px;
}
.form_wrapper .err_msg {
  color: red;
  font-size: 14px;
  font-weight: 500;
}

.marginBottom {
  margin-bottom: 0px !important;
}

.ml15 {
  margin-left: 15px;
}

.planning_list {
  min-height: 300px;
}

.padNone {
  padding: 0px !important;
}

.platform-img {
  max-width: 800px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 500px) {
  .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
}
.code {
  padding: 10px !important;
}

.list {
  list-style: circle !important;
}

.card {
  background-color: #fff;
  border-radius: 24px;
  padding: 30px 30px 50px;
  width: 250px;
}

.btnLoaderlg {
  width: 80%;
  text-align: center;
  position: absolute !important;
  top: 78%;
  right: 10%;
}

.cardForSmall {
  background-color: #fff;
  border-radius: 24px;
  padding: 30px 30px 50px;
  width: 250px;
  margin: 30px 12px;
  box-shadow: 9px 17px 45px -29px rgba(0, 0, 0, 0.44);
}

/* Card image loading */
.card__image img {
  width: 100%;
  height: 100%;
}

/* Card title */
.card__title {
  padding: 8px;
  font-size: 22px;
  font-weight: 700;
}

.card__title.loading {
  height: 1rem;
  width: 50%;
  margin: 1rem;
  border-radius: 3px;
}

/* Card description */
.card__description {
  padding: 8px;
  font-size: 16px;
}

.card__description.loading {
  height: 7rem;
  margin: 1rem;
  border-radius: 3px;
}

.card__button {
  padding: 8px;
  font-size: 16px;
}

.card__button.loading {
  height: 3rem;
  margin: 1rem;
  border-radius: 3px;
}

/* The loading Class */
.loading {
  position: relative;
  background-color: #e2e2e2;
}

/* The moving element */
.loading::after {
  display: block;
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  transform: translateX(-100%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  /* Adding animation */
  animation: loading 0.8s infinite;
}

/* Loading Animation */
@keyframes loading {
  100% {
    transform: translateX(100%);
  }
}
.thickerBracket {
  font-variant: no-contextual;
}

.pl25 {
  padding-left: 25px;
}

.pos-absolute {
  position: absolute;
  left: -14px;
  top: 70px;
  padding: 4px;
  background: white;
  border-radius: 25px;
  transform: rotate(0deg);
  width: 25px;
  height: 25px;
  border: 1px solid #7b68ee;
  transition: 0.5s;
  color: #7b68ee;
}

.pos-absolute:hover {
  background-color: #7b68ee;
  color: white;
  box-shadow: 0 0 20px 10px rgba(145, 130, 254, 0.49);
}

.pos_relative {
  position: relative;
}

.passwordIcon {
  position: absolute;
  right: 30px;
  top: 15px;
}

.pointer {
  cursor: pointer;
}

.close_widget {
  left: -20px;
  transform: rotate(180deg) !important;
}

.page_not {
  font-size: 47px;
  font-weight: 800;
}

.radius25 {
  border-radius: 25px !important;
}

.padTop40 {
  padding-top: 40px !important;
}

.modal {
  top: 100px !important;
}

.ml60 {
  margin-left: 30px;
}

.mrNone {
  margin: 0px 0px 0px 15px !important;
}

.mar20 {
  margin: 21px;
}

.mar8 {
  margin: 8px;
}

.mt65 {
  font-size: 28px;
  color: white;
}

.notAllowed {
  cursor: not-allowed !important;
}

.checkBox_Parent {
  display: flex;
  justify-content: center;
}
.checkBox_Parent .checkBox_signup {
  display: flex;
  flex-direction: column;
}
.checkBox_Parent .checkBox_signup .widthNone {
  width: 10% !important;
}
.checkBox_Parent .labelCheck {
  font-size: 18px !important;
  padding: 5px;
}

.modal_parent {
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 30px 45px !important;
  border-radius: 33px !important;
}
.modal_parent .sub_checkbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid #7B68EE;
  border-radius: 10px;
  padding: 7px 20px;
  margin: 10px 60px;
  cursor: pointer;
}
.modal_parent .check {
  width: 5% !important;
}
.modal_parent .labelCheck {
  cursor: pointer;
  font-size: 16px !important;
  width: 100% !important;
}
@media (max-width: 575px) {
  .modal_parent .sub_checkbox {
    margin: 10px 20px !important;
  }
}

.pad10 {
  padding: 30px 60px;
}
@media (max-width: 575px) {
  .pad10 {
    padding: 30px 10px;
  }
}

.infoContent {
  font-size: 12px;
  padding: 9px 0px 0px 10px;
}

.bgColor {
  background-color: #FFF3FC;
  padding: 10px;
  border-radius: 10px;
}
.bgColor .mt10 {
  margin-top: 1rem !important;
}

.activeSolutions {
  background-color: #FFBFED;
}

.myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 15px;
  z-index: 99;
  border: none;
  background-color: #7B68D7;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 25px;
  height: 40px;
  width: 40px;
  transition: 0.5s;
}

.myBtn:hover {
  box-shadow: 0 0 20px 5px rgba(145, 130, 254, 0.49);
}

.topBtn {
  color: white !important;
  position: relative;
  top: -6px;
  left: -1px;
}

.createCenter {
  display: flex;
  justify-content: right;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .createCenter {
    padding-right: 0px !important;
  }
}
@media (max-width: 767px) {
  .createCenter {
    justify-content: center !important;
  }
}

.pl30 {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .pl30 {
    padding-left: 0px !important;
  }
}

.h-70 {
  height: 70%;
}
@media (max-width: 991px) {
  .h-70 {
    height: 100%;
  }
}

.affiliatePricing {
  display: flex;
}
@media (max-width: 991px) {
  .affiliatePricing {
    display: inline;
  }
}

.hover_image {
  width: 100%;
  height: 330px;
  padding: 10px 0px;
}

.pos-abs {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

.text {
  color: black;
  font-size: 20px;
  font-weight: 800;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: white;
}

.pos-abs:hover .overlay {
  opacity: 1;
}
.pos-abs:hover .overlay .text {
  top: 10%;
  transition: 0.5s;
}

.para {
  color: black;
  font-size: 16px;
  text-align: center;
  margin-top: 60px;
  padding: 5px;
  height: 190px;
}
@media (max-width: 991px) {
  .para {
    margin-bottom: 0px !important;
  }
}

.text_show {
  color: white !important;
  font-size: 26px;
}

.content_img {
  border-radius: 10px;
}

.marbtmNone {
  margin: 0px 5px !important;
  padding: 0px 5px;
}

.w-70 {
  width: 70%;
}
@media (max-width: 991px) {
  .w-70 {
    width: 100%;
  }
}

.secondColumn {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .secondColumn {
    flex-direction: column;
  }
}

.padStatic {
  padding: 0px 5px;
}

.exploreTxt {
  color: #7B68D7;
  font-weight: 600;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
  justify-content: center;
  display: flex;
  align-items: center;
}

.progresss {
  position: relative;
}

.loading01 span {
  animation: loading01 1.2s infinite alternate;
}
.loading01 span:nth-child(2) {
  animation-delay: 0.2s;
}
.loading01 span:nth-child(3) {
  animation-delay: 0.4s;
}
.loading01 span:nth-child(4) {
  animation-delay: 0.6s;
}
.loading01 span:nth-child(5) {
  animation-delay: 0.8s;
}
.loading01 span:nth-child(6) {
  animation-delay: 1s;
}
.loading01 span:nth-child(7) {
  animation-delay: 1.2s;
}
.loading01 span:nth-child(8) {
  animation-delay: 1.4s;
}
.loading01 span:nth-child(9) {
  animation-delay: 1.6s;
}

@keyframes loading01 {
  0% {
    filter: blur(0);
    opacity: 1;
  }
  100% {
    filter: blur(0.5px);
    opacity: 0.2;
  }
}
.mt20 {
  margin-top: 20px;
}

.mt60 {
  margin-top: 60px;
}

.mnone {
  margin: 0px !important;
}

.fnt16 {
  font-size: 16px !important;
}

.qmarketLogo {
  flex-direction: row;
}
@media (max-width: 991px) {
  .qmarketLogo {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .alingFormob {
    text-align: center;
  }
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

.errorBorder {
  border-color: red !important;
}

.pricing_parent {
  border-radius: 24px;
  margin: 30px 0px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1294117647);
  margin: 30px 0px;
}
.pricing_parent a {
  border: 2px solid #000000;
  border-radius: 8px;
  width: 100%;
  color: #0e0e29 !important;
  background: transparent;
  box-shadow: none;
  padding: 12px;
  text-align: center;
  margin: auto 0 0 0;
}

.pricing_btn {
  position: absolute;
  top: 80%;
  right: 5%;
  width: 90%;
  text-align: center;
  padding: 10px 30px !important;
}

.wid110 {
  width: 110% !important;
}

.question_bg {
  background-color: #F9FFFC;
}
