@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  /* font-family: "Poppins", sans-serif; */
  font-family: "Noto Sans", sans-serif;
  background-color: transparent;
}


.as-pub-plan-wrap {
  display: flex;
  gap: 1rem;
  justify-content: center;
  width: calc(100% - 100px) !important;
}

.as-pub-plan-wrap .as-pub-plan-col {
  border: #F04F29 solid 1px;
  padding: 18px;
  background: #F2F2F5;
  border-radius: 8px;
  flex: 0 0 auto;
  position: relative;
  padding-top: 1.625rem;
}



.as-pub-plan-wrap .as-pub-plan-col .btn-primary,
.btn-orange .btn-primary {
  background-color: #F04F29;
  border: #F04F29 solid 1px !important;
}

.as-pub-plan-wrap .as-pub-plan-col .btn-primary:hover,
.btn-orange .btn-primary:hover {
  background-color: #f66949;
}

.btn-outline-primary {
  color: #F04F29;
  border: #F04F29 solid 1px !important;
}

.btn-outline-primary:hover {
  background-color: #f66949;
}

.btn-view-more-plans {
  /* color: #fff; */
  text-decoration: none;
}



.as-pub-plan-wrap .as-pub-plan-col:hover {
  background: #FBDBC9;
  transition: background-color 0.3s ease-in-out;
}

.as-pub-plan-wrap .as-pub-plan-col h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #333333;
  margin-bottom: 10px;
}

.as-pub-plan-wrap .tag-label {
  margin-bottom: 16px;
}

.as-pub-plan-wrap .tag-label span {
  background: #FBDBC9;
  color: #F04F29;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  padding: 5px 10px;
  border-radius: 4px;
}

.as-pub-plan-wrap .as-pub-plan-col:hover .tag-label span {
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
}


.as-pub-plan-wrap .tag-label-blank span {
  background-color: transparent !important;
}

.as-pub-plan-wrap .as-pub-plan-col:hover .tag-label-blank span {
  background-color: transparent !important;
}

.as-pub-plan-wrap .as-pub-plan-col .as-feature-list {
  /* height: 100%; */
}

.as-pub-plan-wrap .as-pub-plan-col h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0%;
  margin-bottom: 16px;
}

.as-pub-plan-wrap .as-pub-plan-col h3 span {
  color: #929294;
  font-size: 16px;
  font-weight: 300;
}

.as-pub-plan-wrap .as-pub-plan-col button {
  width: 100%;
  /* margin-bottom: 16px; */
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
}

.as-pub-plan-wrap .as-pub-plan-col button i {
  font-size: 1.5rem;
}

.as-pub-plan-wrap .as-pub-plan-col .as-feature-list {
  background-color: #fff;
  padding: 16px;
  /* height: calc(100% - 185px); */
  border-radius: 4px;
}

.as-pub-plan-wrap .as-pub-plan-col .as-feature-list ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.as-pub-plan-wrap .as-pub-plan-col .as-feature-list ul i {
  color: #51DC6B;
}

.as-pub-plan-wrap .as-pub-plan-col .as-feature-list p {
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
}

.as-pub-plan-wrap .as-pub-plan-col .as-feature-list ul li {
  font-size: 14px;
  margin-bottom: 5px;
}

.as-pub-plan-wrap .as-pub-plan-col .as-feature-list ul li:last-of-type {
  margin-bottom: 0;
}

.as-pub-plan-wrap .as-pub-plan-col .as-feature-list ul li {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.as-info-wrap ul li {
  margin-bottom: 5px;
}

.subs-preview-style .feature-table .swiper-button-prev,
.subs-preview-style .feature-table .swiper-button-next {
  width: 30px;
  position: absolute;
  top: 50%;
}

.subs-preview-style .feature-table .swiper-button-prev {
  left: 23px;
}

.subs-preview-style .feature-table .swiper-button-next {
  right: 0;
}


.swiper-button-next svg,
.swiper-button-prev svg {
  width: 30px;
  height: 30px;
  object-fit: contain;
  transform-origin: center;
  flex-shrink: 0;
  background: #F04F29;
  border-radius: 100px;
  color: #fff;
}

.swiper-button-prev:after {
  /* background: url(../images/prev-icon.svg) no-repeat; */
  color: transparent;
  width: 30px;
}

.swiper-button-next:after {
  /* background: url(../images/next-icon.svg) no-repeat; */
  color: transparent;
  width: 30px;
}

/***** NEW PRICING PLAN CHANGES STARTS ****/
.pricing_plan_nav_tab_wrap {
  text-align: center;
}

.pricing_plan_tab_wrapper .nav-tabs {
  justify-content: center;
  margin-bottom: 1rem;
  border: 0px;
  display: inline-flex;
  background-color: #fff;
  /* box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1); */
  padding: 0.25rem;
  border-radius: 2.5rem;
  box-shadow: 0px 4px 15px 0px rgba(17, 11, 51, 0.1);

}

.annual_save_more_badge {
  position: absolute;
  top: -0.1875rem;
  left: 50%;
  background: #3033E9;
  color: #ffffff;
  padding: 0.1875rem 0.375rem;
  border-radius: 0.25rem;
  font-size: 10px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-weight: 600;
  display: inline-block;
}

.annual_up_to_off {
  background-color: #FBDBC9;
  color: #F04F29;
  font-size: 10px;
  font-weight: 600;
  padding: 0.1875rem 0.5rem;
  border-radius: 6.25rem;
  text-transform: uppercase;
  position: relative;
  top: 0.25rem;
  margin-left: 0.25rem;
  overflow: hidden;
  display: inline-block;
}


.annual_up_to_off::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.9) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0.9) 55%,
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  filter: blur(6px);
  animation: newSweep 2s infinite;
  pointer-events: none;
}

@keyframes newSweep {
  0% {
    left: -50%;
  }

  100% {
    left: 150%;
  }
}

.nav-link[aria-controls="yearly-tab-pane"] {
  position: relative;
}

.pricing_plan_tab_wrapper .nav-tabs .nav-link {
  border: 0;
  border-radius: 2.5rem;
  color: #333333;
  padding: .5rem 1.5rem;
}

.pricing_plan_tab_wrapper .nav-tabs .nav-link.active {
  background-color: #F04F29;
  color: #fff;
}

.pricing_plan_title_wrap {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: .5rem;
  /* margin-bottom: 1rem; */
}

.iframe_btn_wrap {
  display: flex;
  gap: .5rem;
  margin-bottom: 1.5rem;
}

.iframe_socail_btn {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 0.625rem;
  border: 0.0625rem solid #F04F29;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: .3s all linear;
}

.iframe_socail_btn img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
  transition: .3s all linear;
}

.iframe_socail_btn:hover {
  scale: .95;
  box-shadow: 0px 0px 0.25rem 0px rgba(0, 0, 0, .3);
}

.iframe_socail_btn:hover img {
  scale: 1.2;
}

.sign_up_with_txt {
  margin-bottom: 0.5rem;
  margin-top: .5rem;
}

.pricing_plan_nav_tab_content_wrap .pricing_plan_title_wrap h3,
.pricing_plan_nav_tab_content_wrap .pricing_plan_title_wrap p {
  margin-bottom: 0;
  line-height: 1.2;
}

.pricing_plan_nav_tab_content_wrap .pricing_plan_title_wrap h3 {
  font-size: 2rem;
  font-weight: 500;
}

.pricing_plan_nav_tab_content_wrap .pricing_plan_title_wrap p {
  font-size: 1.25rem;
  font-weight: 400;
  color: rgba(51, 51, 51, .5);
  font-weight: 500;
}

.pricing_plan_top_info {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #FB5758;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  white-space: nowrap;
}

.pricing_plan_top_info p {
  margin-bottom: 0;
  color: #fff;
}

.pricing_plan_nav_tab_content_wrap .swiper-wrapper {
  padding: 1.5rem 0;
}

.mpc_preview_create_account .mpc-preview-thank-you-msg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 90px 0 60px 0;
}

.mpc_preview_create_account .mpc-preview-thank-you-msg p {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

/***** NEW PRICING PLAN CHANGES ENDS ****/

/***** steps  *****/

.stepwizard {
  margin-bottom: 32px;
}

.steper_main .stepwizard-step .steper_number {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 6.25rem;
  color: #fff;
  background: #f04f29;
  box-shadow: 0px 4px 8px 0px #110B3340;
  border: 0.125rem solid #fff;
  font-size: 1rem;
  margin: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.steper_main {
  margin: auto;
  padding: 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  justify-content: center;
  border-bottom: #E1E1E1 solid 1px;
}

.steper_main p {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  padding-top: 0.3125rem;
  margin-bottom: 0;
}

.steper_main li a.active p {
  border-bottom: 0.0625rem solid var(--white-white-orange);
}

.steper_main .steper_number {
  background-color: var(--white-orange-orange);
  border: var(--global-white) solid 2px;
  box-shadow: 0px 4px 8px 0px #110B3340;
  color: var(--orange-white-white);
  opacity: 0.5;
}

.steper_main li a.step-active-btn {
  opacity: 1;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #333;
  border-radius: 0;
}

.steper_main li a.step-active-btn {
  border-bottom: 1px solid #f04f29;
  padding-bottom: 0.2rem;
}

.steper_main li a.step-active-btn .steper_number {
  opacity: 1;
}

.steper_main li:last-child::after {
  width: 43%;
  right: 57%;
}


.steper_main li {
  width: 40%;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.steper_main li::after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  top: 1.25rem;
  left: 0;
  background: #f04f29;
  z-index: -1;
  transform: translate(0%, -50%);
  opacity: .5;
}

/* .stepwizardtextbreak .steper_main li::after{
  top: 22%;
} */
.steper_main li:first-child::after {
  width: 43%;
  left: 57%;
}

.steper_main li:last-child::after {
  width: 43%;
  left: auto;
  right: 57%;
}

.steper_main li a {
  display: inline-block;
  opacity: 1;
  padding: 0.2rem;
  cursor: auto;
  pointer-events: none;
  border: none;
  /* border-bottom: 1px solid #E1E1E1; */
  text-decoration: none;
}

.mpc-preview .modal-footer .btn-primary {
  background-color: #FB5758;
  border-color: #FB5758;
}

.mpc-preview-acc-info-head-clone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mpc-preview-acc-info-head-clone h3 {
  margin-bottom: 0px;
}

.mpc-preview-acc-info-head-clone p {
  margin-bottom: 8px;
}

.mpc-accept-policy {
  display: flex;
  gap: 4px;
  position: relative;
}

.mpc-accept-policy .error_el {
  display: block;
  position: absolute;
  top: 19px;
}

.mpc-perview-container .mpc-preview-acc-info .mpc-preview-acc-info-head {
  text-align: center;
  margin-bottom: 24px;
}

.mpc-perview-container .mpc-preview-acc-info .mpc-preview-acc-info-head h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;
}

.mpc-perview-container .mpc-preview-acc-info h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

.mpc-perview-container .mpc-preview-acc-info .mpc-preview-acc-info-head p {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
  opacity: 0.8;
}

.mpc-perview-container .form-group {
  margin-bottom: 16px;
}

.mpc-perview-container label {
  padding-bottom: 0.375rem;
  font-weight: 400;
  font-size: 0.875rem;
}

.mpc-perview-container input {
  font-size: 0.875rem;
}

.mpc-perview-container input:focus,
.mpc-perview-container textarea:focus,
.mpc-perview-container select:focus {
  color: #333;
  background-color: transparent;
  outline: 0;
  box-shadow: 0 0 0.3125rem 0.125rem rgba(0, 0, 0, .1);
  border: 0.0625rem solid rgba(0, 0, 0, .3);
}

.form-check-input:checked[type="checkbox"] {
  background-color: #FB5758 !important;
  border: 0.0625rem solid #FB5758;
}

.mpc-payment-details-footer {
  justify-content: space-between;
  width: 100%;
}


.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #F04F29 !important;
  color: #ffffff !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f04f29 !important;
  color: #ffffff !important;
}

.new_signup_flow_modal .select2-selection {
  min-height: 2.625rem !important;
  border-radius: 0.3125rem !important;
  border: 0.0625rem solid #ccc !important;
  appearance: none !important;
  position: relative !important;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
}

.new_signup_flow_modal .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  font-size: 0.875rem;
}

.new_signup_flow_modal .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.select2-container--disabled.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: none !important;
}

.select2-container .select2-selection__placeholder {
  color: var(--text-two);
}

.modal-body .select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 33px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}

.mpc-perview-container .error_el,
.error_el {
  /* display: none; */
  color: #e02b1d;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.is-invalid {
  border-color: red !important;
}

/***** steps  *****/

/* Country drop down */
.mpc-perview-container .iti--allow-dropdown {
  display: flex;
  gap: 10px;
  width: 100%;
}

.mpc-perview-container .iti--allow-dropdown .iti__country-container {
  position: unset;
  border: #ced4da solid 1px;
  border-radius: 4px;
  background-color: #fff;
}

.mpc-perview-container .iti--allow-dropdown .country-code-select {
  padding-left: .75rem !important;
}

.mpc-perview-container .iti--allow-dropdown .iti__selected-country .iti__selected-dial-code {
  padding-right: 7px;
  color: var(--text-grey);
}

.mpc-perview-container .iti--allow-dropdown .iti__dropdown-content .iti__search-input {
  padding-left: 0.75rem !important;
}

.mpc-perview-container .iti--allow-dropdown .iti__country-container:hover {
  background-color: #fff;
}

.mpc-perview-container .iti--allow-dropdown .iti__selected-country .iti__selected-country-primary:hover {
  background-color: #ffffff !important;
}

.mpc-perview-container .iti__tel-input {
  padding-left: .75rem !important;
}

.save_big_wrap_outer {
  text-align: center;
  margin-bottom: 2rem;
}

.save_big_wrap {
  display: inline-flex;
  background-color: #F04F29;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}


/* Country drop down */

@media (max-width:767.98px) {
  /* .as-pub-plan-wrap .as-pub-plan-col h2 {
      font-size: 16px;
  }
  .as-pub-plan-wrap .tag-label span {
      font-size: 10px;
  }
  .as-pub-plan-wrap .tag-label span {
      padding: 5px;
  }
  .as-pub-plan-wrap .as-pub-plan-col {
      padding: 12px;
  }
  .as-pub-plan-wrap .as-pub-plan-col h3 {
      font-size: 24px;
  } */
}

.subs-preview-style .feature-table,
.subs-preview-style .feature-table .as-pub-plan-wrap {
  position: relative;
}

/* MODAL IFRAME PRICING  */
.modal_header_step_title_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.modal_step_title_box {
  color: #7B7F8A;
  font-size: 1rem;
  font-weight: 600;
}

.modal_step_title_box.current {
  color: #333333;
}

.modal_step_title_box.completed {
  color: #f04f29;
}

.icon_right_arrow {
  color: #D6D6D6;
}

.floating-label-group {
  position: relative;
  margin-top: .5rem;
}

.floating-label-group input {
  width: 100%;
  padding: 0.5rem 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: transparent;
}

.floating-label-group label {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  font-size: 14px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  color: #333;
  /* background: #fff;
  padding: 0 0.25rem; */
  z-index: 1;
}

.always_top.floating-label-group label {
  top: -0.0625rem;
  background: #fff;
  padding: 0 0.25rem;
}

.floating-label-group input::placeholder {
  color: transparent;
}

.floating-label-group input:focus::placeholder {
  color: rgba(51, 51, 51, .3);
}

.floating-label-group input:focus+label,
.floating-label-group input:not(:placeholder-shown)+label {
  top: 0;
  left: 0.5rem;
  font-size: 0.75rem;
  color: #333;
  background: #fff;
  padding: 0 0.25rem;
}

.step_modal_otp_input_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.step_modal_otp_input_wrap input {
  width: 2.75rem;
  text-align: center;
}

.step_modal_otp_input_wrap input[type="number"]::-webkit-inner-spin-button,
.step_modal_otp_input_wrap input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.step_modal_otp_input_wrap input[type="number"] {
  -moz-appearance: textfield;
}

.success_el {
  color: #51DC6B;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.step_modal_below_otp_box {
  text-align: center;
}

.step_modal_below_otp_box p {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}

.step_modal_otp_input_wrap_inner {
  margin-bottom: .5rem;
}

.modal_step_content_wrap,
.modal_step_content_wrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.modal_step_content_header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.modal_step_content_header h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
  margin-bottom: .5rem;
}

.modal_step_content_header p {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}

.modal_step_content_wrap .iti {
  width: 100%;
}

.confirmation_step_up_ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.free_plan_catcher_modal .confirmation_step_up_ul {
  grid-template-columns: repeat(2, 1fr);
}

.confirmation_step_up_box {
  background-color: #F2F2F5;
  border: 0.0625rem solid #E1E1E1;
  border-radius: 0.25rem;
  padding: 1rem;
}

.confirmation_box_title {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: .5rem;
  margin-bottom: 1rem;
}

.confirmation_box_title img {
  width: 1.875rem;
  height: 1.875rem;
  object-fit: contain;
}

.confirmation_box_txt {
  font-size: 1.125rem;
  font-weight: 600;
}

.confirmation_step_up_box li {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: .5rem;
  margin-bottom: 0.75rem;
}

.confirmation_step_up_box li:last-child {
  margin-bottom: 0;
}

.confirmation_list_title {
  flex: 0 0 auto;
  color: #7B7F8A;
}

.confirmation_terms_wrap {
  margin-top: 1.5rem;
}

.modal_step_content_box {
  display: none;
}

.modal_step_content_box:first-child {
  display: block;
}

.below_input_info_wrap {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.25rem;
}

.below_input_info_wrap img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}

.below_input_info_wrap span {
  font-size: 0.75rem;
  font-weight: 400;
}

.modal_check_card_switcher {
  margin-bottom: 1rem;
  display: flex;
  justify-content: end;
}

.modal_setup_content_check_wrap,
.checked_active .modal_setup_content_credit_card_wrap {
  display: none;
}

.checked_active .modal_setup_content_check_wrap {
  display: block;
}

.confirmation_terms_wrap a {
  color: #f04f29;
}

.completed_status_wrap {
  text-align: center;
}

.completed_status_wrap p {
  margin-bottom: 0;
}

.completed_status_wrap p a {
  color: #F04F29;
}

.completed_img_wrap {
  margin-bottom: 1rem;
}

.completed_img_wrap img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.mpc-preview .modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.next_btn {
  margin-left: auto;
}

.modal-content.step-4 .modal-footer,
.modal-content.step-4 .modal-header,
.free_plan_catcher_modal .step-3 .modal-footer,
.free_plan_catcher_modal .step-3 .modal-header {
  display: none;
}

.confirmation_list_ans {
  word-break: break-all;
}

.new_signup_flow_modal .modal-body {
  height: 23.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* overflow: auto; */
}

.signup_after_step_section {
  padding: calc(12px + 2vw) 0;
}

.signup_after_step_section .modal-footer {
  padding-top: 1.5rem;
}

.iframe_bottom_content_wrap {
  text-align: center;
  margin-bottom: 1rem;
}

.iframe_bottom_content_wrap p {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(51, 51, 51, .75);
  margin-bottom: .5rem;
}

.iframe_support_btn {
  color: #f04f29;
  text-decoration: underline;
  cursor: pointer;
}

.r-modal-btn {
  border: 0.0625rem solid #f04f29;
  border-radius: 0.4375rem;
  padding: 0.3125rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  transition: 0.1s all linear;
  display: inline-block;
  cursor: pointer;
  min-height: 2.25rem;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
  transition: .3s all linear;
}

.r-outline-close {
  background-color: #fff;
  border: 0.0625rem solid #f04f29;
  color: #f04f29;
}

.r-outline-close:hover {
  background-color: #f04f29;
  color: #fff;
}

.support_customer_modal .getintouchmodal {
  display: flex;
  gap: 0.625rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #E1E1E1;
}

.get_in_touch_modal_img_wrap {
  width: 1.875rem;
}

.get_in_touch_modal_img_wrap img {
  width: 1.875rem;
  height: 1.875rem;
  object-fit: contain;
}

.support_customer_modal .getintouchmodal h5 {
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  margin-bottom: .25rem;
}

.support_customer_modal .getintouchmodal h5 a {
  color: #f04f29;
  text-decoration: none;
}

.support_customer_modal .getintouchmodal p {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width:1199.98px) {

  .modal_step_content_wrap,
  .modal_step_content_wrap ul {
    height: 100%;
  }

  .new_signup_flow_modal .modal-body {
    height: auto;
    overflow: initial;
    display: block;
  }

  .confirmation_step_up_ul {
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem;
  }

  .confirmation_step_up_ul {
    grid-template-columns: repeat(1, 1fr);
    gap: .5rem;
  }
}

@media (max-width:991px) {
  .modal_step_title_box {
    font-size: .75rem;
  }

  .confirmation_box_txt {
    font-size: .75rem;
  }

  .confirmation_box_title img {
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
  }

  .confirmation_step_up_box {
    padding: .5rem;
  }

  .confirmation_box_title,
  .confirmation_step_up_box li {
    gap: .25rem;
    margin-bottom: .25rem;
    font-size: .75rem;
  }

  .confirmation_terms_wrap h6,
  .confirmation_terms_wrap label {
    font-size: .75rem;
  }

  .mpc-preview .modal-body {
    max-height: 300px;
    overflow-y: auto;
  }

  .mpc-preview .modal-body label {
    font-size: .75rem;
  }

  .modal_check_card_switcher {
    margin-bottom: .5rem;
  }

  .modal_step_content_wrap,
  .modal_step_content_wrap ul {
    height: 100%;
  }

  .new_signup_flow_modal .modal-body {
    height: auto;
    overflow: initial;
    display: block;
    max-height: fit-content;
  }
}

@media (max-width:575px) {
  .as-pub-plan-wrap {
    width: calc(100% - 30px) !important;
  }

  .iframe_btn_wrap {
    flex-wrap: wrap;
  }

  .modal_header_step_title_wrap {
    flex-wrap: wrap;
    gap: .25rem;
  }

  .mpc-preview .modal-body {
    padding: .5rem;
  }

  .modal_step_content_header h4 {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: .25rem;
  }

  .modal_step_content_header {
    margin-bottom: .5rem;
  }

  .mpc-preview .modal-footer .btn-primary,
  .step_modal_below_otp_box p,
  .modal_step_content_header p,
  .modal_step_title_box,
  .step_modal_below_otp_box p,
  .back_btn {
    font-size: .75rem;
  }

  .step_modal_otp_input_wrap input {
    width: 2rem;
  }
}