.custom-footer {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
}

.custom-footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.custom-footer-logo img {
  height: 30px;
}

.custom-footer-center {
  text-align: center;
  margin: 10px 0;
  display: flex;
  gap: 10px;
}

.custom-footer-center span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: fit-content;
}

.custom-footer-center a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  width: fit-content;
}

.custom-footer-center a:hover {
  text-decoration: underline;
}

.custom-payment-icons {
  text-align: right;
}

.custom-payment-icons img {
  height: 24px;
  margin-left: 10px;
}

@media (min-width: 991px) {
  .custom-footer-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (max-width: 1199px) {
  .custom-footer-center span {
    font-size: 12px;
  }

  .custom-footer-center a {
    font-size: 12px;
  }

  .custom-payment-icons img {
    height: 20px;
  }

  .custom-footer-logo img {
    height: 25px;
  }
}

@media (max-width: 991px) {
  .custom-footer-center {
    order: 3;
  }

  .custom-footer-center {
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px 10px;
  }
}

/* footer  end */

/* sign_up pag  */
.Sign_Up_register .was-validated .form-control:valid,
.Sign_Up_register .form-control.is-valid {
  border: 0;
}

.account_bg_img {
  background: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 20px;
  min-height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.account_background_color {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 4px 20.6px 0 rgba(0, 0, 0, 0.15);
  padding: 30px;
  max-width: 991px;
  margin: 0 auto;
  text-align: center;
}

.Sign_Up_register button {
  max-width: 300px;
  width: 100%;
}

.create_password svg {
  width: 20px;
  height: 20px;
}

.create_password svg path {
  display: none;
}

.create_password_should p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-align: left;
}

.create_password_should span {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.subscription_choose {
  border-radius: 48px;
  border: 1.5px solid #7d3eed;
}

.subscription_choose p {
  display: flex;
  padding: 10px 39px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}

.subscription_choose .active {
  border-radius: 41px;
  background: linear-gradient(270deg, #ad4bfc -0.65%, #8037ff 39.96%), #fff;
  color: #fff;
}

.subscription_type p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.subscription-option {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: 0.3s ease;
  cursor: pointer;
}

.top-card {
  height: 100%;
  border-radius: 10px;
  display: flex;
  align-items: start;
}

.top-card img {
  width: 100%;
  height: 100%;
}

.bottom-label {
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.bottom-label p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.custom-radio-icon {
  width: 20px;
  height: 20px;
  background: #d5cfea;
  border-radius: 6px;
  position: relative;
  border-radius: 3px;
  border: 1px solid #d5d1e6;
  background: #fff;
}

.custom-radio-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background: #8037ff;

  display: none;
  transform: translate(-50%, -50%);
}

.subscription-option.selected .custom-radio-icon::after {
  display: block;
}

.choose_your_subscription {
  padding: 15px 0;
  margin: 0;
}

.choose_your_subscription .col-lg-3 {
  margin: 0;
  padding-right: 0;
  padding-left: 0;
}

.plan-text {
  margin: 0;
}

input[type="radio"] {
  display: none;
}

@media (max-width: 991px) {
  .bottom-label p {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .subscription_type {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .subscription_type p {
    font-size: 16px;
  }

  .subscription_choose p {
    font-size: 14xp;
  }
  .account_background_color {
    padding: 10px;
    margin: 0;
  }
}

/* sign_up pag */

/* sign_in */
.account_background_color_sign_in {
  max-width: 720px;
  width: calc(100% - 40px);
  text-align: left;
}

.account_background_color_sign_in[aria-modal="true"] {
  z-index: 1051;
}

/* sign_in end */

.from_error {
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px !important;
  text-align: left;
}

.highlight-card {
  color: #000;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 8px;
  border: 1px solid #e3e0f0;
  background: #fff;
}

.login_close_icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal_hading {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  text-transform: capitalize;
}

.rating-box span {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 5px;
}

.rating-box span strong {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}

.highlight-card img {
  width: 29px;
  height: 30px;
}

.rating-box {
  background: #e3e0f0;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  margin: 15px 0;
  display: flex;
  justify-content: space-evenly;
  font-size: 0.9rem;
  align-items: center;
}

.form-control {
  border-radius: 10px;
}

.social-login .btn {
  width: 100%;
  margin-bottom: 0.5rem;
  border-radius: 10px;
  border: 1px solid #aca8bf;
  padding: 15px;
  transition: 0.5s;
}

.social-login .btn img {
  height: 28px;
  max-width: 100%;
  width: unset;
  margin-right: 5px;
}

.abcRioButtonLightBlue {
    background-color: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    margin: -3px auto;
    padding: 0;
    height: auto !important;
}
.abcRioButtonContents {
    font-family: 'Poppins' !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.abcRioButtonSvg {
    filter: none !important;
}

.social-login .btn:hover {
	box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.1);
	background-color: #000;	
	color: #ffffff;
}

.social-login .btn:hover .abcRioButtonContents span {
	color: #ffffff;
}
.social-login .btn:hover svg,
.social-login .btn:hover img {
	    filter: invert(1);
}


.small-text {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.small-text a {
  color: #2b1209;
  text-decoration: underline;
}

.from_60_40 {
  display: flex;
  gap: 5px;
}

.from_60_40 input:focus {
  box-shadow: unset !important;
  border-color: unset !important;
}

.from_60_40 .form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #606060;
}

.from_60_40 button {
  width: 30%;
}

.other_ways {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.divider-with-text {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 35px;
  margin-bottom: 15px;
}

.divider-with-text hr {
  flex: 1;
  border: none;
  height: 1px;
  background-color: #aca8bf;
  /* Adjust as needed */
  margin: 0;
}

.email_label_login {
  font-size: 16px;
  font-weight: 500 !important;
  color: #000000;
}

.login_close_icon span {
  cursor: pointer;
}

.from_60_40 input {
  border: 1px solid #d4d0e8;
  border-radius: 8px !important;
  height: 55px;
  width: 100%;
}

.from_60_40 input:focus {
  z-index: 0 !important;
  border: 1px solid #d4d0e8 !important;
}

.from_60_40 button {
  height: 55px;
}

#login_phone .iti,
#login_phone .iti input {
  width: 100%;
}

#login_phone {
  width: 70%;
}

/* phone manu */
.iti__country-list {
  width: calc(455px - 40px);
  left: 20px;
  right: 20px;
  overflow-y: unset !important;
}

.iti__search-input {
  width: calc(100% - 32px) !important;
  margin: 1rem 1rem 0.5rem !important;
  position: absolute;
  top: 8px;
  padding: 5px;
  box-sizing: border-box;
  background-color: white;
  pointer-events: auto;
  user-select: text;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border: 1px solid #d4d0e8;
  border-radius: 8px !important;
}

.iti__search-input:focus-visible {
  outline: -webkit-focus-ring-color auto 0px !important;
}

.custom-li-wrapper {
  margin-top: 15px;
  overflow: auto;
  max-height: 200px;
  background: white;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.iti__country-list {
  max-height: 500px;
}

.iti__search-input::placeholder {
  font-size: 14px;
  font-weight: 400;
}

.iti__country-name,
.iti__dial-code {
  font-size: 14px;
  font-weight: 400;
  color: #000000 !important;
}

.no-match-message {
  padding: 5px;
  color: red;
  text-align: center;
  display: none;
  font-size: 14px;
  margin-top: 20px;
}

.iti__divider {
  display: none;
}

.iti__active {
  background: var(--background-gradient);
}

.iti__active .iti__dial-code,
.iti__active .iti__country-name {
  color: var(--white-color) !important;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: unset !important;
}

.fa-label {
	position: relative;
}
.fa-label:before {
	content: '';
    background-color: #ccc;
    width: 100%;
    height: 1px;
    position: absolute;
    transform: translatey(-50%);
    top: 50%;
    left: 0;
    z-index: 0;
}
.fa-label span {
	background-color: #fff;
    display: inline-block;
    position: relative;
    padding: 0 25px;
}


@media screen and (max-width: 991px) {
  .from_60_40 input {
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .highlight-card {
    flex-direction: row;
    justify-content: left;
  }

  .modal_hading {
    font-size: 22px;
    text-align: left !important;
  }
}

@media screen and (max-width: 575px) {
  .rating-box span {
    flex-direction: column;
  }

  .modal_hading {
    font-size: 16px;
  }

  .from_60_40 {
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .small-text {
    text-align: center;
  }

  .from_60_40 .form-control {
    height: 48px;
  }

  .email_label_login {
    font-size: 14px;
  }

  .social-login .btn {
    padding: 10px 0;
  }

  .from_60_40 .primary_button {
    width: unset;
  }

  .highlight-card {
    font-size: 12px;
    padding: 8px;
  }

  .login-box .mt-4 {
    margin-top: 10px !important;
  }

  .rating-box span strong {
    font-size: 14px;
  }

  .reviews_container {
    font-size: 12px;
  }

  .small-text {
    font-size: 10px;
  }

  .highlight-card {
    text-align: left;
  }

  .from_60_40 .primary_button {
    min-width: 150px;
  }

  #login_phone .iti,
  #login_phone .iti input {
    width: 100%;
  }

  #login_phone {
    width: 100%;
  }

  .from_60_40 input {
    width: 100%;
  }

  .custom-li-wrapper {
    max-height: calc(100% - 60px);
    height: calc(100% - 60px);
  }

  .iti__country-list {
    left: unset;
    right: unset;
  }

  .iti-mobile .iti__country-list {
    height: 100%;
    border-radius: 10px;
  }

  .iti-mobile .iti--container {
    left: 10px !important;
    right: 10px !important;
  }

  .no-match-message {
    height: 100%;
  }
}
@media screen and (max-width: 399px) {
  .rating-box {
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
  }
  .rating-box span {
    flex-direction: row;
  }
}

/* popup */
.popup_box {
  max-width: 732px;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 30px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  height: auto;
  transform: translate(-50%, -50%);
}

.overleyer {
  position: fixed;
  inset: 0px;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
  z-index: 23;
}

.overleyer.active {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible !important;
}

@media screen and (max-width: 768px) {
  .popup_box {
    width: calc(100% - 40px);
    margin: 0 20px;
    left: 0;
    transform: translate(0, -50%);
  }
}

@media screen and (max-width: 575px) {
  .popup_box {
    width: calc(100% - 20px);
    margin: 0 10px;
    padding: 20px 10px !important;
    text-align: center;
  }

  .social-login .btn img {
    height: 20px;
  }

  .social-login .btn {
    font-size: 14px;
  }
}

/* Custom login modal gradient button */
.modal-dialog {
  max-width: 732px !important;
  width: calc(100% - 15px);
}

.custom-login-modal {
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.welcome_back {
  display: flex;
  gap: 8px;
  align-items: center;
}

.welcome_back span {
  cursor: pointer;
}

.f_orgot_pass {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}

label.form-label {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin: 0;
  padding-bottom: 5px;
}

.password_con span {
  border: unset;
  position: absolute;
  top: 2px;
  bottom: 3px;
  right: 5px;
  height: 50px;
}

@media screen and (max-width: 991px) {
  .password_con span {
    height: 45px;
  }
}

@media screen and (max-width: 575px) {
  .Password_y_o {
    margin: 0 !important;
  }
}

/* reset_gmail_modal */
.reset_gmail {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}

.reset_gmail_check {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
}

.reset_gmail_send_link {
  font-size: 16px;
  font-weight: 400;
  color: #606060;
}

.reset_gmail_send_link a {
  color: #000000;
}

/* phone_login_code modal */
.phone_login_code a {
  display: inline-block;
  color: #606060;
  font-size: 16px;
  font-weight: 500;
  background: #ffffff;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 5px;
  text-decoration: none;
}

.phone_login_code .phone_send_code {
  padding: 14px 10px 14px 10px;
}

.phone_login_code .phone_send_code:hover {
  border: 1px solid #7d3eed;
}

.phone_login_code a span {
  color: var(--black-color);
}

@media screen and (max-width: 575px) {
  .phone_login_code a {
    font-size: 13px;
  }

  .password_con span {
    height: 43px;
  }
}

/* resend phone verification */
.resend_phone_verification {
  font-size: 14px;
  font-weight: 400;
  color: #606060;
}

.resend_phone_verification a {
  color: var(--black-color);
  cursor: pointer;
  margin-top: 10px;
}

/* reset_phone_pass */
.reset_phone_pass {
  font-size: 16px;
  font-weight: 500;
  color: var(--black-color);
}

/* create account */

.create_account {
  font-size: 16px;
  font-weight: 400;
  color: #606060;
  text-align: left;
}

.create_account .reset_gmail {
  color: var(--black-color);
}

.r_input-group {
  margin-bottom: 20px;
}

.name-group {
  display: flex;
  gap: 20px;
}

.name-group .r_input-group {
  flex: 1;
}

.r_input-group label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
}

.r_input-group input {
  width: 100% !important;
  border: 1px solid #d4d0e8;
  border-radius: 8px !important;
  height: 55px;
}

.r_input-group .form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #606060;
}

.r_input-group input:focus {
  box-shadow: unset !important;
  border-color: unset !important;
}

.r_input-group #login_phone {
  width: 100%;
}

.register_phone .iti--allow-dropdown {
  width: 100%;
}

.r_checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.r_checkbox label {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: #606060;
  cursor: pointer;
  width: calc(100% - 30px);
}

.r_checkbox label a {
  color: #606060;
}

.r_checkbox input[type="checkbox"] {
  margin-top: 3px;
  height: 20px;
  width: 20px;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #606060;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}

.r_checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #606060;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.iti__country-list .iti__search-input {
  width: calc(100% - 32px) !important;
}

.input-group > .form-control:not(:focus).is-invalid {
  z-index: 0 !important;
}

.input-group {
  flex-direction: column;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  background-image: unset !important;
}

.invalid-feedback {
  text-align: left;
  margin-left: 10px;
}

.form-control:focus {
  border: 1px solid #000000 !important;
  box-shadow: 0 0 0 0.25rem rgb(255, 255, 255);
}

@media screen and (max-width: 575px) {
  #sign_up_from .modal-content {
    padding: 20px 10px !important;
  }

  #verification_code .modal-content {
    text-align: left;
  }

  #verification_code #verificationForm {
    padding-top: 20px;
  }

  #phone_loginModal .divider-with-text {
    margin-bottom: 0px !important;
  }

  .name-group {
    flex-direction: column;
    gap: 0;
  }

  .r_checkbox label {
    width: calc(100% - 30px);
  }

  .r_checkbox input[type="checkbox"] {
    width: 20px;
  }
}

.billing_details_from .row label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 0;
}

.billing_details_from .row .col-12 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.billing_details_from input,
.billing_details_from .row select {
  display: flex;
  padding: 12px 15px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid #d4d0e8;
}

.billing_details_from .row select:focus {
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}

.billing_details_from input::placeholder {
  color: #606060;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.billing_details_from .phone_billing_details input {
  padding: 12px 15px 12px 45px;
}

.postcode_icon {
  margin-top: 25px;
}

/* payment_method */
.go-dollars_balance_block_billing_detail .card-custom:nth-child(2) {
  max-height: 100%;
  height: 100%;
  min-height: 100%;
}

.payment_method .credit-icons img {
  height: 28px;
  margin-left: 8px;
}

.payment_method .credit-icons h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.payment_method .payment-card {
  border-radius: 5px;
  border: 1px solid #d5d1e6;
  background: #fff;
  display: flex;
  padding: 15px;
  align-items: flex-start;
  gap: 10px;
}

.payment_method .payment-card label {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.payment_method .payment-card p {
  color: #606060;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.payment_method .payment-card p a {
  color: #606060;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}

.payment_method .payment-card input[type="checkbox"] {
  display: none;
}

.payment_method .payment-card label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid #c9c4e3;
  border-radius: 5px;
  margin-right: 10px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
}

.payment_method .payment-card input[type="checkbox"]:checked + label::before {
  background-color: #7a33ff;
}

.payment_method .payment-card input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 1px;
  width: 20px;
  height: 21px;
  border: 2px solid white;
  border-radius: 3px;
}

.payment_method .payment-card img {
  height: 20px;
  max-width: 100%;
}

.payment_method .terms {
  color: #606060;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.payment_method .terms a {
  color: #606060;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}

.account_side_bar_summary .account-card {
  display: flex;
/*   padding: 30px 10px !important; */
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  box-shadow: unset;
}

.account_side_bar_summary .price-summary-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.account_side_bar_summary .account-card .price-summary-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.account_side_bar_summary .account-card .price-summary-card .price-line {
  display: flex;
  height: 43px;
  padding: 10px;
  align-items: center;
  gap: 10px;
  background: #e3e0f0;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 107.878%;
  text-transform: capitalize;
  width: 100%;
  justify-content: space-between;
}

.account_side_bar_summary .account-card .price-summary-card .subscription-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.account_side_bar_summary
  .account-card
  .price-summary-card
  .subscription-info
  span {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.account_side_bar_summary .account-card .price-summary-card .total-label {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 107.878%;
  text-transform: capitalize;
}

.account_side_bar_summary .account-card .price-summary-card .total-price {
  color: #8037ff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.call-us-billing_details h4 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.224px;
  text-transform: capitalize;
}

.call-us-billing_details p {
  color: #fff;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.655px;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.call-us-billing_details .call-us-header .call-number {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.835px;
  text-transform: capitalize;
}

.call-us-billing_details .call-us-header img {
  width: 180px;
  height: 50px;
}

.call-us-billing_details .call-number {
  font-size: 32px;
  font-weight: 500;
  color: #f8f9fa;
  text-decoration: none;
  position: absolute;
  left: 45px;
  right: 0;
  top: 25px;
  width: auto;
}

.call-us-billing_details .call-us-img {
  margin-top: -45px;
}

.call-us-billing_details .call-us-content-container {
  gap: 8px;
}

.call-us-billing_details .call-us-content {
  text-align: left;
  margin-top: -30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.call-us-billing_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  background: linear-gradient(91.32deg, #7173b0 45.77%, #dedcec 151.16%);
  padding: 0 20px;
  border-radius: 12px;
  max-width: 1250px;
  margin: 70px auto 0 auto;
}

.account_side_block_details {
  flex-direction: row-reverse;
}

.account_side_block_details .account_side_bar {
  width: calc(35% - 10px);
}

.account_side_block_details .go-dollars_balance_block_billing_detail {
  width: calc(65% - 10px);
}

.call-us-billing_details_mobile {
  display: none;
}

.go-dollars_section .card-custom h2 {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.go-dollars_balance_block_billing_detail .card-custom h3 {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.payment_method .payment-card .flex-grow-1 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media (max-width: 1200px) {
  .account_side_block_details .account_side_bar .account_side_row {
    width: 100%;
    overflow-y: unset;
    height: 100%;
    padding: 12px;
    background: unset;
    max-width: calc(100% - 20px);
  }

  .go-dollars_balance_block_billing_detail .card-custom:nth-child(2) {
    padding: 30px 20px;
  }

  .account_side_block_details .account_side_bar {
    width: calc(45% - 10px);
  }

  .account_side_block_details .go-dollars_balance_block_billing_detail {
    width: calc(55% - 10px);
  }
}

@media (max-width: 991px) {
  .call-us-billing_details .call-us-content-container {
    background: unset;
  }

  .call-us-billing_details_ddesktop {
    display: none;
  }

  .call-us-billing_details_mobile {
    display: block;
  }

  .account_side_block_details {
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
  }

  .account_side_bar_summary .account-card {
    margin: 0 !important;
  }

  .account_side_block_details .account_side_bar {
    width: 100%;
  }

  .account_side_block_details .go-dollars_balance_block_billing_detail {
    width: 100%;
  }

  .account_side_block_details .account_side_bar .account_side_row {
    max-width: 100%;
    padding: 0;
  }

  .go-dollars_section .card-custom h2 {
    font-size: 22px;
  }

  .go-dollars_balance_block_billing_detail .card-custom h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .account_side_bar_summary .price-summary-title {
    font-size: 20px;
  }

  .account_side_bar_summary .account-card {
    padding: 20px 10px !important;
  }

  .account_side_block {
    gap: 15px;
  }

  .go-dollars_section .card-custom h2 {
    font-size: 20px;
  }

  .go-dollars_balance_block_billing_detail .card-custom h3 {
    font-size: 20px;
  }

  .payment_method .payment-card label {
    font-size: 14px;
  }

  .go-dollars_balance_block_billing_detail .card-custom:nth-child(2) {
    padding: 20px 15px;
  }

  .go-dollars_section .card-custom {
    padding: 20px 15px;
  }
}

@media (max-width: 575px) {
  .billing_details_from .row label {
    font-size: 15px;
  }

  .payment_method .credit-icons img {
    height: 17px;
    margin-left: 0;
  }

  .go-dollars_balance_block_billing_detail .card-custom h3 {
    font-size: 18px;
  }

  .go-dollars_section .card-custom h2 {
    font-size: 18px;
  }

  .call-us-billing_details h4 {
    font-size: 14px;
  }

  .call-us-billing_details p {
    line-height: 14px;
  }

  .call-us-billing_details .call-us-header img {
    width: 140px;
    height: 40px;
  }

  .call-us-billing_details .call-us-header .call-number {
    font-size: 12px;
  }

  .call-us-billing_details .call-number {
    left: 40px;
    top: 18px;
  }

  .go-dollars_balance_block_billing_detail
    .call-us-billing_details
    .call-us-content-container {
    padding: 0;
  }
}

/* payment_success */
.success-badge-payment .price {
  color: #000;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.success-badge-payment small {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 107.878%;
  text-transform: capitalize;
}

.payment-details h4 {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 107.878%;
  text-transform: capitalize;
}

.payment-details dt,
.payment-details dd {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 107.878%;
}

.payment-details dd {
  text-align: right;
}

.btn-container-payment a {
  border-radius: 54px;
}

.go-dollars_section .icon-y-shape-text h2 {
  color: #000;
  font-family: Poppins;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  text-transform: capitalize;
  max-width: 509px;
  padding-top: 15px;
}

.go-dollars_section .icon-y-shape-text p {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.go-dollars_section .success-badge-payment {
  padding: 15px 20px;
}

.custom-max-width-payment-success .account_side_bar_summary .account-card {
  padding: 15px 20px !important;
}

.go-dollars_section .custom-max-width-payment-success .card-custom {
  padding: 15px 20px;
}

.check-circle svg {
  width: 95px;
  height: 95px;
}

.icon-y-shape svg {
  width: 95px;
  height: 95px;
}

.custom-max-width-payment-success {
  min-height: 800px;
}

@media (max-width: 991px) {
  .custom-max-width-payment-success {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .go-dollars_section .success-badge-payment:nth-child(1) {
    flex-direction: row;
    justify-content: space-between !important;
  }

  .go-dollars_section .icon-y-shape-text h2 {
    font-size: 30px;
  }

  .icon-y-shape svg {
    width: 85px;
    height: 85px;
  }

  .go-dollars_section .icon-y-shape-text p {
    font-size: 14px;
  }

  .check-circle svg {
    width: 75px;
    height: 75px;
  }

  .success-badge-payment .price {
    font-size: 30px;
  }

  .success-badge-payment small {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .go-dollars_section .icon-y-shape-text h2 {
    font-size: 28px;
  }

  .icon-y-shape svg {
    width: 75px;
    height: 75px;
  }

  .custom-max-width-payment-success .account_side_bar_summary .account-card {
    padding: 10px 15px !important;
  }

  .go-dollars_section .custom-max-width-payment-success .card-custom {
    padding: 10px 15px;
  }

  .payment-details dt,
  .payment-details dd {
    font-size: 14px;
    width: 100%;
    line-height: 20px;
  }

  .payment-details dl {
    flex-direction: column;
  }

  .payment-details dd {
    text-align: left;
  }

  .btn-container-payment {
    flex-wrap: wrap;
  }

  .btn-container-payment a {
    width: 100% !important;
  }

  .go-dollars_section .icon-y-shape-text .text-light {
    font-size: 10px;
  }

  .call-us-billing_details {
    padding: 0px 10px;
  }
}
