@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

.caveat-font {
    font-family: "Caveat", cursive;
}

  @media(max-width:1920px) {
      .container {
          max-width: 1960px;
      }
      .ms-value{
        margin-inline-start: 2rem;
      }
  }
  .font-caveat {
      font-family: 'Caveat', cursive;
  }
  .container{
      height: 1000px;
  }
  .checkout-button.wc-forward{display: none !important;}
  .payment_method_xp_iban_direct_debit img{
    float: right;
    max-height: 42px !important;
  }
  .container-fluid{
      max-width: 1170px;
  }
  @media(max-width: 1499px){
    .container-fluid {
      max-width: 1090px !important;
      
  }
  .ms-value{
    margin-inline-start: -8rem;
  }
  }
  @media(max-width: 1399px){
    .container-fluid {
      max-width: 1000px !important;
  }
  .ms-value{
    margin-inline-start: -18rem;
  }
  }
  @media(max-width: 1299px){
    .container-fluid {
      max-width: 950px !important;
  }
  .ms-value{
    margin-inline-start: -26rem;
  }
  }
  @media(max-width: 1199px){
    .container-fluid {
      max-width: 900px !important;
  }
  .ms-value{
    margin-inline-start: -30rem;
  }
}
  @media(max-width: 1024px){
    .container-fluid {
      max-width: 850px !important;
  }
  .ms-value{
    margin-inline-start: -40rem;
  }
  }
.open-menu {
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  display: none;
}
.close-menu{
  background:#F7F4FF;
  padding: 20px;
  position: absolute;
  cursor: pointer;
  display: none;
}

.open-menu {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.close-menu {
  top: 0px;
  right: 0px;
}

#check {
  display: none;
}

@media (max-width: 767px) {
    .container-fluid {
        max-width: 370px !important;
    }
.menu-footer-single-checkout-menu-container .menu {
    background: transparent;
}
  .menu {
    flex-direction: column;
    width: 100%;
    height: 100vh;
    position: fixed;
    /*background: rgba(50,37,88, 0.4);*/
    top: 0;
    right: -100%;
    z-index: 100;
    transition: all 0.5s ease-in-out;
    font-size: 20px;
  }
  .menu-content{
    right: 0;
    width: 85%;
    height: 100vh;
    position: absolute;
    background-color: #F7F4FF;
    transition: all 0.5s ease-in-out;
    color: #322558;
  }
  .menu-primary{
    width: 15%;
  }

  .close-menu,
  .open-menu {
    display: block;
  }

  #check:checked ~ .menu {
    right: 0;
  }
}

input[type="radio"]:checked + .label-text {
    color: #322558; /* Change label text color when the radio button is checked */
}

.corner-fold{
    position: relative;
    width: 600px;
    margin-top: 20px;
    padding: 24px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
 
.corner-fold:before {
    content: "";
    position: absolute;
    background:#F7F4FF;
    top: -3px;
    left: -3px;
    border-width: 0 0 80px 80px;
    border-style: solid;
    border-color: #DFD9EC #FFF;
    display: block;
    width: 0;
    border-radius: 0px 0px 20px 0px;
}

@media(max-width: 360px){
  .container-fluid {
    max-width: 340px !important;
}
}


/* Tailwind classes and custom styles */
.select-date-label {
  color: #322558;; /* Label text color */
}

.select-date-label:hover {
  cursor: pointer;
}

.select-date-checked {
  background-color: #6D4AD2; /* Color when radio is selected */
  /* border:2px solid; */
}

#selectDate:checked + .select-date-label .select-date-checked {
  display: block; /* Show the checked indicator */
}

.menu-single-checkout-menu  {
    display: flex;
    text-align: center;
}

.menu-single-checkout-menu  li {
    padding-left: 8px;
    margin-top: auto;
    margin-bottom: auto;
}

.menu-single-checkout-menu  a {
    text-align: center;
    position: relative;
    transition: all 0.2s ease-in-out;
    font-weight: 500;
    font-size: 16px;
    padding: 9px 0px;
    display: block;
}
.menu-single-checkout-menu  ul.sub-menu {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  width: 450px;
  right: -30px;
  top: 75px;
  background-color: #F7F4FF;
  border: 1px solid rgb(210, 216, 216);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 10px;
  border-radius: 0.5rem;
  z-index: 1;
  box-shadow: 0px 0px 5px 0px rgb(210, 216, 216);

}
.menu-single-checkout-menu  ul.sub-menu li{
  width: 50%;
  text-align: left;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

.menu-single-checkout-menu  li.langdrpdwn {
  display: flex;
  align-items: center;
}
.menu-single-checkout-menu  li.langdrpdwn a {
  width: 28px;
  height: 42px;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  padding: 0px;
}

.menu-single-checkout-menu li.langdrpdwn a ul.sub-menu li a {
    height: 32px;
}

.menu-single-checkout-menu  li.langdrpdwn a i.sIcon {
  background: url(../images/xpendy_Icons_countries_v2.svg);
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 29px;
  margin: 0 5px 5px 0
}

.menu-single-checkout-menu  li.langdrpdwn a i.BelgieNederlands {
  background-position: 0 0
}

  .menu-single-checkout-menu  li.langdrpdwn a i.BelgiqueFrancais {
    background-position: 0px 0;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Deutschland {
  background-position: -30px 0px;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Espanol {
  background-position: -89px 0px;
}
.menu-single-checkout-menu  li.langdrpdwn a i.France {
  background-position: -117px 0;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Nederlands {
  background-position: -58px 0;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Osterreich {
  background-position: -176px 0;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Norway {
  background-position: 59px -572px;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Sweden {
  background-position: -211px -572px;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Kingdom {
  background-position: -30px -572px;
}
.menu-single-checkout-menu  li.langdrpdwn a i.America {
  background-position: 0px -572px;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Australia {
  background-position: -60px -572px;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Ireland {
  background-position: -90px -572px;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Italiano {
  background-position: -147px 0;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Denmark {
  background-position: -181px -572px;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Polski {
  background-position: -206px 0;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Turkish {
  background-position: -234px 0;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Switzerland {
  background-position: -150px -572px;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Suomelle {
  background-position: -119px -572px;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Português {
  background-position: -272px -572px;
}
/* .sIcon {
  background: url(https://xpendy.com/wp-content/themes/xpendy/images/Xpendy_Spirit_Icons_countries.svg);
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 15px;
  margin: 0 5px 5px 0
} */

/*saroj 26-11*/


ul.menu-single-checkout-menu  {
    column-gap: 2rem;
}
i.sIcon {
    position: relative;
}
i.sIcon:after {
    content: '';
    background: url(https://xpendy.com/wp-content/themes/xpendy/images/sprite.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    right: -22px;
    top: 50%;
    background-position: -330px -10px;
    transform: translate(0px , -50%);
}
.menu-single-checkout-menu  li.langdrpdwn a:before {
    content: "";
    background-color: #E7E3F3;
    position: absolute;
    left: -5px;
    right: 0;
    top: 0px;
    bottom: 0;
    width: 65px;
    border-radius: 50px;
    padding: 18px;
}

.menu-single-checkout-menu  ul.sub-menu li a:before {
    display:none;
    
}
.menu-single-checkout-menu  ul.sub-menu li a i:after {
    display:none;
    
}
.menu-single-checkout-menu  ul.sub-menu li a{
    width:100% !important;
}
@media(max-width:767px) {
  .container-fluid {
      max-width: 370px;
  }
  .corner-fold:before {
      border-width: 0 0 50px 50px;
  }
  .menu-single-checkout-menu-container{
    background: #F7F4FF;
    width: 100%;
    position: initial;
    margin-top: 25px;
    margin-left: auto;
    height: 100vh;
  }
  .menu-single-checkout-menu {
    background: #F7F4FF;
    display: block;
    position: initial;
  }
  .xp_menuparent #dropdown { /* chnage */
    height: 250px;
    overflow-y: scroll;
    top: 9rem;
    left: -1rem;
  }
  .xp_menuparent button { 
    background: #F7F4FF;
    top: 6rem;
    left: -1rem;
}
.xp_menu_mb{
  
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

  
}
}


/* 
#suggestionresult{
  background: #ffff;
    margin-top: 5px;
    position: relative;
    z-index: 1;
    width: 100%;
}
.singlechecout{
  padding: 7px;
  font-weight: 600;
} */
.billingfrmcustm{
  display: none;}



/* shadow-[0_0px_15px_-1px_#D0CBE0] */

/* new updated */

.xp_menuparent{
  display: flex;
}
.xp_menuparent button{
background: #F7F4FF;
}
.service_total.shop_table.woocommerce-checkout-review-order-table.checkout_total, .form-row.place-order, li.wc_payment_method.payment_method_sepa-direct-debit {
display: none!important;
}
.xp_menuparent ul{
  background: #F7F4FF;
  }
@media(max-width:767px) {
  .xp_menuparent {
      display: block;
  }
  /* .menu-single-checkout-menu {
    height: 200px;
    overflow-y: auto;
  } */
  .menu-single-checkout-menu  li {
    padding-left: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}
.menu-single-checkout-menu {
  margin-top: 120px;

}
.menu-item-2886776{
  position: relative;
  top: 10rem;
}

/*.langdrpdwn::after {
  content: "Privacy Policy \A General Terms and conditions Xpendy"; 
  white-space: pre;
  color: #322558;
  font-size: 12px;
  text-align: left;
  display: inline-block; 
  margin-left: 5px;
  position: relative;
  top: 5rem;
  left: -2rem;

}*/
.langdrpdwn::after {
  border-top: 1px solid #322558;
  margin-top: 5px;
  width: 100%;
  padding-top: 10px;
}
#dropdown{
  height: 200px;
  overflow-y: auto;
}
.menu-single-checkout-menu  ul.sub-menu {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  width: 91%;
  right: 15px;
  top: 56%;
  background-color: #F7F4FF;
  border: 1px solid rgb(210, 216, 216);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 10px;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  z-index: 1;
  box-shadow: 0px 0px 5px 0px rgb(210, 216, 216);
  height: 200px;
  overflow-y: auto;

}
.menu-single-checkout-menu  ul.sub-menu li{
  width: 100%;
  text-align: left;
}
}
.woocommerce-checkout-review-order .service_payment {
background: 0 0!important;
}
li.wc_payment_method.payment_method_cod {
display: none;
  }
.service_total.shop_table.woocommerce-checkout-review-order-table.checkout_total, .form-row.place-order, li.wc_payment_method.payment_method_sepa-direct-debit {
display: none!important;
}
.menu-single-checkout-menu-container{
  display: flex;
  text-align: center;
}


.woocommerce-checkout #payment div.payment_box {
  font-size: 14px !important;
  background-color: transparent !important;
  color: #322558 !important;
}
.woocommerce-checkout #payment div.payment_box::before {
 
  border: 0em solid #dfdcde !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;

  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
}
.mollie-gateway-icon{
  position: relative;
  float: right;
  display: inline-block;
}

/*.singlechecout{
    padding: 7px 15px;
    font-weight: 400;
}*/ 
.xpstb{
display:none;
}
.actP{
  display:block !important;
}
.add-more-dropdown{
  

  width: 100%;
  height: 500px;
  background-color: #ffff;
  border-radius: 25px;
  border: 1px solid rgb(210, 216, 216);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: 0px 0px 5px 0px rgb(210, 216, 216);
  
}
.optionList li{
  margin-bottom: 0.75rem;
  font-weight: 600;
  font-size: 14px;
  color: #322558;
}
.optionList li span{
  margin-right: 7px;
}

@media(max-width:767px) {

  .add-more-dropdown{
    height: 750px;
  }

}

.mollie-components .mollie-component {
  min-height: 42px !important;
  box-shadow: none !important;
  border-color: #D0CBE0 !important;
  margin-top: 0.5rem !important;
  border-radius: 10px !important;
  color: #322558 !important;
}
.mollie-components .mollie-component:focus {
  border: 2px solid #322558 !important;
}
.mollie-components .mollie-component iframe {
  border-radius: 6px !important;
  margin-top: 10px !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
#mount-target #cardHolder{
min-height: 38px !important;
padding-left: 1.5rem !important;
padding-top: 0.5rem !important;
padding-right: 1.5rem !important;
padding-bottom: 0.5rem !important;
}


.menu-single-checkout-menu  li.langdrpdwn a i.sIcon {
  margin: 0 !important;   
}
.menu-single-checkout-menu  li.langdrpdwn a {
  align-items: center;  
}
.menu-single-checkout-menu  li.langdrpdwn a i{
  margin-right: 10px;

}
.woocommerce-checkout #payment ul.payment_methods {
  margin-top: 1rem !important; 
  padding: 0px 0px 2px !important;    
}
.wc_payment_methods li input{
  width: 1rem ;
  height: 1rem ;
  border-radius: 9999px;
  border-width: 2px;
  border-color: #D0CBE0;
  appearance: none;
  margin-right: 0.5em !important;
}
.wc_payment_methods li input:checked {
  background-color: #6D4AD2;
  box-shadow: 0 0 0 1px #6D4AD2, 0 0 0 2px transparent;
  width: 1rem !important;
  height: 1rem !important;
  outline-offset: 2px;
}
#suggestionresult{
    border-radius: 5px;
}

.close-add-more{
  position: absolute;
  right: 20px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  top: 15px;
}
.seviceList ul{
  text-align: left;
}
#addserviceresult .singlechecout{
    position: absolute;
    background: #ffff;
    border: 1px solid #D1CBE0;
    width: max-content;
    border-radius: 5px;
}
.limitpop {
display: grid;
position: absolute;
z-index: 1;
background: #ffff;
border: 2px solid #DFD9EC;
padding: 30px 50px;
top: 35%;
right: 35%;
font-size: 16px;
font-weight: 500;
}
.backdrop{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: gray;
z-index: 1000;
display: none;
pointer-events: none;
display: block;
opacity: 0.7;
}
.seviceList ul{
  text-align: left;
  display: flex;
}
.seviceList li{
  border-right: 1px solid #968EAE;
  margin-right: 7px;
}
.seviceList li h6{
  font-size: 12px !important;
  margin-right: 7px !important;
  display: flex;
align-items: center;
height: -webkit-fill-available;
  
}
.seviceList li p{
  font-size: 12px !important;
  margin-right: 7px !important;
  display: flex;
  align-items: center;
  height: max-content;
  color: #A183F5 !important;  
}
.overlay {
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none;
}
.popupInner {
    display: -webkit-flex;
    margin: 0;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px;
    min-height: 100vh;
}
.popupInner .whtBox {
    width: 100%;
}
.popupInner .whtBox {
    margin: auto;
    max-width: 1100px;
    padding: 20px;
    position: relative;
    height: auto;
}
.active_product{
  
}
@media(max-width:767px) {

.seviceList li h6 {
    font-size: 12px !important;
    margin-right: 7px !important;
    display: flex;
    align-items: center;
    height: -webkit-fill-available;
}

}
.active_product h6{
  color: #A183F5 !important;  
}
.active_product{
  border-right: 1px solid #A183F5 !important;
}
.xp_menuparent ul{
  background: #F7F4FF;
  text-align: left;
  border-radius: 0.5rem;
}
.xp_menuparent #dropdown{
  height: 250px;
  overflow-y: scroll;
}
/*.menu-single-checkout-menu  ul.sub-menu {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  width: 450px;
  right: -30px;
  top: 75px;
  background-color: #F7F4FF;
  border: 1px solid rgb(210, 216, 216);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 10px;
  border-radius: 0.5rem;
  z-index: 1;
  box-shadow: 0px 0px 5px 0px rgb(210, 216, 216);
}*/

.xp_menuparent #dropdown::-webkit-scrollbar {
  width: 10px;
}

.xp_menuparent #dropdown::-webkit-scrollbar-track {
  border-radius: 10px;
}

.xp_menuparent #dropdown::-webkit-scrollbar-thumb {
  background: #c2c0c0; 
  border-radius: 10px;
}

.xp_menuparent #dropdown::-webkit-scrollbar-thumb:hover {
  background: #a3a2a2;
}
.wc_payment_methods li .payment_method_mollie_wc_gateway_creditcard{
  border-bottom: 1px solid #e5e7eb;
    margin-bottom: 1.5rem;
}
li.wc_payment_method.payment_method_mollie_wc_gateway_creditcard{
  margin-bottom: 10px !important
}
.mollie-components .mollie-component .is-touched .is-invalid{
  border: 2px solid red !important;
}
.loderWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 380px;
    height: 280px;
    background: #6d47d9;
    text-align: center;
    padding: 20px;
}

.testing_sonus p.load_c, .testing_sonus_price p.load_c {
    font-size: 18px;
    line-height: 30px;
    height: auto;
    word-break: break-word;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    margin: 40px 0px 0px;
    padding: 20px;
}
p.load_c {
    position: absolute;
    top: 124px;
    left: 0;
    right: 0;
    font-weight: 700;
    font-size: 17px;
    bottom: 0;
    margin: auto;
    width: 380px;
    height: 21px;
    text-align: center;
}

.testing_sonus, .testing_sonus_price {
    background: rgba(0,0,0,0.7) !important;
    color: #fff;
}
.testing_sonus, .testing_sonus_price {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
  }
  
  
  .loading-icon:before {
    content: "\f110";
    font-family: 'FontAwesome';
    font-size: 42px;
    position: absolute;
    top: 10px;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.loading-icon {
    position: relative;
    width: 42px;
    height: 42px;
    margin: 50px auto;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    display: flex;
    justify-content: center;
    align-items: center;
}  
.newbolod h3,.newbolod h2{
  font-weight: 600;
  font-size:1rem;
  padding-bottom: 15px;
}
.newbolod {
    color: #8f8b9c;
    font-size: 13px
}
.newbolod h3  {
    font-weight: 600 !important;
    font-size: 1rem !important;
    padding-bottom: 15px;
    color: #322558 !important;
    margin-top: 15px;
}
.newbold h3:first-child {
    margin-top: 0px !important;
}
.pika-next{
  background-image: url(https://xpendy.com/wp-content/themes/xpendy/assets/l.png) !important;
}
.pika-prev{
    background-image: url(https://xpendy.com/wp-content/themes/xpendy/assets/r.png) !important;
}
.detttt h3,.frtttt h3{
font-size: 1rem !important;
font-weight: 600 !important;
padding-bottom:1rem !important;
color:#322558;
margin-top: 1rem;
}
.detttt,.frtttt {
font-size : 13px;
color: #8F8B9C;
line-height: 1.25rem;
}
#payment div.payment_box {
  padding: 0px !important;
}
#cardHolder-errors, #cardNumber-errors, #expiryDate-errors, #verificationCode-errors{
    color: red !important;
}

li.wc_payment_method.payment_method_mollie_wc_gateway_paypal div{
width: 100%;
}
.show_mobile{
  display: none !important;
}
.lesQye h3{
font-size: 16px !important;
font-weight: 600 !important;
margin-bottom: 1rem !important;
color: #322558 !important;
margin-top:1rem !important;
}
.lesQye b {
font-size: 13px;
line-height: 1.25rem; 
color: #8F8B9C;
}
.lesQye span{
font-size: 13px;
color: #8F8B9C;
line-height: 1.25rem;
}
.lesQye{
font-size: 13px;
color: #8F8B9C;
line-height: 1.25rem;
}

.owl-carousel .owl-item img {
    display: block;
    width: -webkit-fill-available;
  }
  .owl-nav{
    display: none;
  }
#suggestionresult::-webkit-scrollbar {
    width: 10px;
  }
  
 #suggestionresult::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  
#suggestionresult::-webkit-scrollbar-thumb {
    background: #c2c0c0; 
    border-radius: 10px;
  }
  
 #suggestionresult::-webkit-scrollbar-thumb:hover {
    background: #a3a2a2;
  }
  #suggestionresult{
    /* background: #ffff; */
    margin-top: 5px;
    position: absolute;
    z-index: 1;
    width: max-content;
    background: #F7F4FF;
  text-align: left;
  border-radius: 0.5rem;
}
.singlesearch{
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0px;
}
#s_suggestionresult::-webkit-scrollbar {
  width: 10px;
}

#s_suggestionresult::-webkit-scrollbar-track {
  border-radius: 10px;
}

#s_suggestionresult::-webkit-scrollbar-thumb {
  background: #c2c0c0; 
  border-radius: 10px;
}

#s_suggestionresult::-webkit-scrollbar-thumb:hover {
  background: #a3a2a2;
}
#s_suggestionresult{
  /* background: #ffff; */
  margin-top: 5px !important;
  position: absolute;
  z-index: 1;
  width: max-content;
  background: #F7F4FF;
text-align: left;
border-radius: 0.5rem;
}
#footer_service_result::-webkit-scrollbar {
  width: 10px;
}

#footer_service_result::-webkit-scrollbar-track {
  border-radius: 10px;
}

#footer_service_result::-webkit-scrollbar-thumb {
  background: #c2c0c0; 
  border-radius: 10px;
}

#footer_service_result::-webkit-scrollbar-thumb:hover {
  background: #a3a2a2;
}
#footer_service_result{
  margin-top: 5px !important;
  position: absolute;
  z-index: 1;
  width: max-content;
  background: #F7F4FF;
text-align: left;
border-radius: 0.5rem;
    min-width: 100%;
}
.ibanCountry #payment{display: none;}
.woocommerce-checkout .blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url('../assets/images/loader.svg') center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
}       
.wc-payment-form .form-row {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.wc-payment-form .wc-stripe-elements-field, .wc-payment-form .wc-stripe-iban-element-field {
    width: 100%;
    padding: 11px 16px;
    border-radius: 8px;
    background: #fff;
    color: #000;
    border: 1px solid rgb(130, 122, 153, 0.2);
    margin: 0px;
}

.woocommerce-checkout-payment .wc_payment_methods li input, 
.woocommerce-SavedPaymentMethods-saveNew #wc-stripe-new-payment-method {
    width: 1rem !important;
}
        
 .payment_method_mollie_wc_gateway_kbc select {
    width: 100%;
    padding: 11px 16px;
    border-radius: 8px;
    background: #fff;
    color: #000;
    border: 1px solid rgb(130, 122, 153, 0.2);
    margin: 0px;
}       
u can use 

.privacyStyle h2{
  color: #322558;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem; 
}
.privacyStyle p{
  color: #59526A;
    font-size: 14px;
    margin-bottom: 1rem;
}
.privacyStyle ul{
  margin-left: 1.5rem; 
    margin-bottom: 1rem;
}
.privacyStyle li{
  list-style-type: disc;
  font-size: 14px; 
  color: #59526A;
}

.privacyStyle li::marker {
  font-size: 1.25rem; 
}

.privacyStyle div{
  margin-bottom: 1.5rem;
}
.rotated {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

@media (min-width: 769px) {
    .mobile-only {
        display: none;
    }.mobile-only-menu {
        display: none;
    }
}
@media (max-width: 769px) {
.menu-single-checkout-menu-container {
    display: inline-block;
    text-align: center;
}
}
.mobile-only-menu{
    position: relative;
    border-top: 1px solid #322558;
    width: 100%;
    color: #322558;
    text-align: left;
    margin-left: 17px;
    position: relative;
    top: 2rem;
    left: 0rem;

  }
.li-style1 {
    white-space: pre;
    color: #322558;
    font-size: 12px !important;
    text-align: left !important;
    display: block;
    margin-left: 5px;
    left: 1rem;
position: absolute;
    top: 0rem;
}
.li-style2 {
    white-space: pre;
    color: #322558;
    font-size: 12px !important;
    text-align: left !important;
    display: block;
    margin-left: 5px;
    top: 1rem;
    left: 1rem;
position: absolute;
}
.stripe-stripe-icon{
  float: right;
    max-height: 24px !important;
    border-radius: 6px;
}

.star-btn {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color:#6D4AD2 ;
  background-color: #E9E1FF;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  border: none;
  margin: 0 2px;
  white-space: nowrap;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .3rem .5rem;
  font-size: 14px;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: 1px solid;
    border-color: #6D4AD2;
}


@media (max-width: 769px) {
  .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .3rem .5rem;
    font-size: 13px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
  
}

.btn:hover{
  color: #ffffff;
}

@media (max-width: 767px) {
  .about-footer .menu {
      position: relative;
      top: 0;
      right: 0%;
      height: auto;
      font-size: 12px;
      color: #322558;
  }
}
.check-a a{
  font-weight: 700;
}
.error-value{
color: red;
    font-size: 12px;
    padding-left: 16px;
    padding-top: 8px;
}
.inesection1 {
background: url(../assets/images/rectangle_14.svg);
}
.inesection2 {
background: url(../assets/images/rectangle_14.svg);
}
.inesection3 {
background: url(../assets/images/rectangle_14.svg);
}

.pika-prev {
right: 15px;
background: url(../assets/images/next-arrow.png) !important;
background-repeat: no-repeat !important;
background-size: 27px !important;
width: 27px;
height: 25px !important;
top: 4px;
transform: rotate(-180deg);
left: 2px;
text-indent: 999px;
opacity: 1;
}
.pika-next {
right: 15px;
background: url(../assets/images/next-arrow.png) #fff !important;
background-repeat: no-repeat !important;
background-size: 27px !important;
width: 27px;
height: 25px !important;
top: 8px;
text-indent: 999px;
opacity: 1;
}
.crt {
    background: url(../assets/images/correct.png) right 10px center !important;
    background-repeat: no-repeat !important;
    background-size: 19px !important;
}
.woocommerce-SavedPaymentMethods {
    display: none !important;
}
.woocommerce-SavedPaymentMethods-saveNew {
    display: none !important;
}
.model_overlay {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}

.overlay.turnstilec {
    background: transparent;
    top: 75px;
    right: 0px;
    left: auto;
    width: auto;
    height: auto;
}

.overlay.turnstilec .popupInner {
    align-items: flex-start;
    padding: 0px;
}

.overlay.turnstilec .popupInner .whtBox {
    margin: 0px auto;
    padding: 0px;

}
/* new added */
.blog-single-pages {
    color: #59526a;
}

.blog-single-pages>div {
    margin-top: 0rem;
}

.blog-single-pages .blog-main-image {
    margin-bottom: 1.5rem;
    border-radius: 40px;
}

.blog-single-pages h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #322558;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.blog-single-pages h3 {
    margin-bottom: 1rem;
}

.blog-single-pages ul.faqanslist {
    list-style: disc !important;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 40px;
    color: #707070;
}

.blog-single-pages ol.faqnumlist {
    list-style-type: decimal;
    padding-left: 36px;
}

.blog-single-pages ol.faqnumlist li {
    padding-left: 0px;
}

.blog-single-pages .faqnumlist p {
    margin-top: 0px;
    margin-bottom: 1.5rem;
}

.blog-single-pages p,
.blog-single-pages ul {
  font-size: 13px;
  line-height: 1.25rem;
  margin-top: 1.5rem;
}

.blog-single-pages p {
  color: #59526A;
}

.blog-single-pages ul {
  color: #707070;
  list-style-type: disc;
  padding-left: 1.25rem;
}

.blog-single-pages h3 {
  color: #322558;
  font-weight: 700;
  margin-top: 2rem;
}

.blog-single-pages div {
  margin-top: 2rem;
}

.blog-single-pages a {
  /*background-color: #6D4AD2;
  color: #ffffff;
  font-weight: 700;
  width: 100%;
  padding: 0.5rem 1rem;
  margin-bottom: 1.25rem;
  border-radius: 1.5rem;
  border: 2px solid #6D4AD2;
  display: inline-block;
  text-align: center;*/
  color: #6D4AD2;
  text-decoration: underline;
}

/*.blog-single-pages a:hover {
  background-color: #6B21A8;
}*/
.blog-single-pages .canclebtn a {
    border: 2px solid #6D4AD2;
}
.single-post .blog-single-pages h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
@media (min-width: 640px) {
  /*.blog-single-pages a {
    width: 100%;
  }*/
}
@media (min-width: 768px) {
  .blog-single-pages p,
  .blog-single-pages ul {
    font-size: 12px;
    line-height: 1.25rem;
  }

  .blog-single-pages h3 {
    font-size: 1.5rem;  
    line-height: 2rem;  
  }

  /*.blog-single-pages a {
    width: 20rem;
    margin-bottom: 0;
  }*/
}

@media (min-width: 1280px) {
  .blog-single-pages p,
  .blog-single-pages ul {
    font-size: 13px;
  }
}

@media (min-width: 1536px) {
  .blog-single-pages p,
  .blog-single-pages ul {
    font-size: 14px;
    line-height: 1.5rem;
  }

  .blog-single-pages h3 {
    font-size: 1.875rem;  
    line-height: 2.25rem; 
  }
  .single-post .blog-single-pages h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

}
ul.faqanslist {list-style: disc !important;margin-left: 25px;}
/* Arrow image css  */

.arrowText_img {
    /*  width: 100%;
    max-width: 120px !important;*/
    top: -39px;
    right: 0px;
    left: auto;
    position: absolute;
}

@media screen and (max-width: 767px) {

  .menu-single-checkout-menu ul.sub-menu li {
    width: 50%;
    text-align: left;
    padding-left: 0px;
  }
    .menu-single-checkout-menu a {
    text-align: left
    }

/*  Arro style  */
  
  .arrowText_img {
      max-width: 88px !important;
      top: -20px;
  }.arrowText_img.be_arrowText_img {
    max-width: 125px !important;
  }
  .arrowText_img.fr_arrowText_img {
    max-width: 105px !important;
    right: -11px;
   }
  .arrowText_img.it_arrowText_img {
    max-width: 140px !important;
  }
  .arrowText_img.tr_arrowText_img {
    max-width: 60px !important;
  }
  .arrowText_img.ch_arrowText_img,
  .arrowText_img.pl_arrowText_img {
    max-width: 133px !important;
  }
  .arrowText_img.de_arrowText_img,
  .arrowText_img.at_arrowText_img {
    max-width: 155px !important;
  }
  .arrowText_img.dk_arrowText_img {
    max-width: 93px !important;
  }
  .arrowText_img.ca_arrowText_img,
  .arrowText_img.uk_arrowText_img,
  .arrowText_img.us_arrowText_img,
  .arrowText_img.ie_arrowText_img,
  .arrowText_img.au_arrowText_img {
    max-width: 95px !important;
  }
  .arrowText_img.es_arrowText_img,
  .arrowText_img.no_arrowText_img {
    max-width: 113px !important;
    right: -8px;
  }
  .arrowText_img.fi_arrowText_img,
  .arrowText_img.pt_arrowText_img {
    max-width: 100px !important;
  }
}
.lesQye h2{
font-size: 16px !important;
font-weight: 600 !important;
margin-bottom: 1rem !important;
color: #322558 !important;
margin-top:1rem !important;
}
.au_xp_body #formbtnsubmitchecksepa,
.us_xp_body #formbtnsubmitchecksepa{background: #3AA339}
.au_xp_body .wc_payment_methods li input:checked,
.us_xp_body .wc_payment_methods li input:checked {background-color: #3AA339;box-shadow: 0 0 0 1px #3AA339, 0 0 0 2px transparent;}
.pika-single {
    border-radius: 6px;
}
#payment div.payment_box {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.xpstripe {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.xpstripe .sxp_eps {
    max-width: 25px;
}
.exp_fr .payment_methods li.wc_payment_method.payment_method_stripe input#payment_method_stripe {
    position: relative;
    top: 2px;
}
.exp_fr .payment_methods li.wc_payment_method.payment_method_stripe {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
li.wc_payment_method.payment_method_woosa_adyen_klarna_paynow label img
 {
top: 8px;
float: right;
margin-top: 0px !important;
}

.exp_fr .payment_methods .payment_box.payment_method_stripe {
    flex: 0 0 100%;
    max-width: 100%;
}
.exp_fr .payment_methods li.wc_payment_method.payment_method_stripe label[for="payment_method_stripe"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 calc(100% - 35px);
    max-width: calc(100% - 35px);
}
#wc-stripe-cc-form .form-row-wide {padding-left: 0px !important;}
#wc-stripe-cc-form .form-row-first {padding-left: 0px !important;}
#wc-stripe-cc-form .form-row-last {padding-left: 0px !important;}
.xpa_body {
    display: none !important;
}
.xpactive .xpa_body{
    display: block !important;
}
/* Top Review Section End */

.top-rankWithGoogleSec img.googleIcon {width: 100%; max-width: 16px; margin-right: 5px;}
.top-rankWithGoogleSec img.reviStarIcon {width: 100%; max-width: 110px; margin-left: 10px; margin-right: 10px;}
.rankWithGoogle-text {font-size: 15px;}

/* Top Review Section End */

.helpline-contBox {padding-left: 160px; padding-top: 10px; padding-bottom: 10px;}
.gorgeousWomanImage {top: -45px; max-width: 200px;}
.helpline-contBox h2 {margin-top: 4px; margin-bottom: 5px;}
.helpline-bottomTitle {font-size: 10px;}

.cancelYourSubscription-box {position: relative; padding: 20px 20px 60px;}
.cancelYourSubscription-box h3 {line-height: 14px;}
.subscription-contList li {position: relative; font-size: 12px; padding-left: 25px; margin-bottom: 5px; color: #322558;
    font-family: "Inter", sans-serif;}
.subscription-contList li:before {content: ''; position: absolute; top: 3px; left: 0px; width: 15px; height: 15px; background: url(images/us_ch/green-checkSign.png); background-size: 15px; background-repeat: no-repeat;}             
.cancelYourSubscription-iconBox {position: absolute;left: auto;right: 20px;bottom: 10px;width: 100%;max-width: 45px;}
.cancelYourSubscription-iconBox img {max-width: 45px !important;width: 100%;}

.realStories-reviewBox * {font-family: "Inter", sans-serif;}
.realStories-leftBox {flex: 0 0 160px; max-width: 160px;}
.realStories-rightBox {flex: 0 0 calc(100% - 160px); max-width: calc(100% - 160px);}
.realStories-reviewBoxHD img {width: 34px;}

.realStories-userNameBox {flex: 0 0 calc(100% - 55px); max-width: calc(100% - 55px);}
.realStories-topBox {flex: 0 0 calc(100% - 30px); max-width: calc(100% - 30px);}
.realStories-reviewStarBox img {max-width: 24px !important; margin-right: 5px;}
.realStories-userProfile img {height: 100% !important; }

/* Responsive Layout  */

@media screen and (max-width: 1440px) {
  .gorgeousWomanImage {
    left: -15px;
    /*top: -36px; 
    max-width: 190px;*/
  }
  .helpline-contBox {padding-left: 120px;}
}

@media screen and (max-width: 1299px) {
  .helpline-contBox {padding-left: 110px;}
  .helpline-title {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 1199px) {
    .gorgeousWomanImage {
        left: -35px;
    }
    .helpline-contBox {
        padding-left: 85px;
    }
}
@media screen and (max-width: 991px) {

  .rankWithGoogle-text {font-size: 14px;}

  .helpline-contBox {padding-left: 85px; padding-top: 3px; padding-bottom: 4px;}
  .gorgeousWomanImage {
      max-width: 155px !important;
      left: -20px;
      top: -35px;
  }
  .helpline-contBox .helpline-title {font-size: 13px;}
  .helpline-contBox h2 {font-size: 12px; margin-top: 0px; margin-bottom: 0px;}
  .helpline-contBox .helpline-bottomTitle {font-size: 9px;}
}

@media screen and (max-width: 767px) {
  .gorgeousWomanImage {max-width: 170px !important; left: 0px;}
  .helpline-contBox {padding-left: 130px; padding-top: 7px; padding-bottom: 7px;}
  .helpline-contBox .helpline-title {font-size: 14px;}
  .helpline-contBox h2 {font-size: 16px; margin-top: 2px; margin-bottom: 2px;}

  .realStories-leftBox {flex: 0 0 100%; max-width: 100%;}
  .realStories-rightBox {flex: 0 0 100%; max-width: 100%; padding-left: 0px; margin-top: 25px} 
}
.mx008{display: inline-flex;}
.mx008 img{width:50px;}
.error-msx{ color:red;}
.success-txt{color: #3AA339;}
.flerror {
    background-image: url(../images/notify.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    border: 1px #f85459 solid !important;
    outline: none;
}
input.flerror::placeholder {
  color: #f85459 !important;
}
.nl_input_loader {
    background: url(https://xpendy.com/wp-content/themes/xpendy/assets/loader.gif) right 10px center !important;
    background-repeat: no-repeat !important;
    background-size: 19px !important;
}
.disble_0173l2{
    background: #f7f2ff;
    border: none !important;
}

.popupIbn .payment_method_xp_iban_direct_debit{
  display: none;
}

.notranslate.woocommerce-checkout-payment li.wc_payment_method {
    position: relative;
}
.notranslate.woocommerce-checkout-payment li.wc_payment_method input#payment_method_stripe,
.notranslate.woocommerce-checkout-payment li.wc_payment_method #payment_method_mollie_wc_gateway_paypal {
    position: absolute;
    top: 10px;
    left: 0px;
}
.notranslate.woocommerce-checkout-payment label[for="payment_method_stripe"],
.notranslate.woocommerce-checkout-payment label[for="payment_method_mollie_wc_gateway_paypal"] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: calc(100% - 26px);
    margin-left: 26px;
}
.notranslate.woocommerce-checkout-payment label[for="payment_method_mollie_wc_gateway_paypal"] .xpstripe {
    display: flex;
    justify-content: flex-end;
}
#xp_service_result {
    background: #ffff;
    margin-top: 5px !important;
    position: absolute;
    /* z-index: 9999999; */
    width: max-content;
    background: #F7F4FF;
    text-align: left;
    border-radius: 0.5rem;
   top:227px;
}


.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
    max-width: 110px !important;
}

.payment_method_woosa_adyen_card .adyen-checkout_cardcardNumberinput img.adyen-checkoutcardcardNumber_brandIcon,
.adyen-checkout__card__cardNumber__input img.adyen-checkout__card__cardNumber__brandIcon {
    display: none;
}
span.adyen-checkout__card__brands__brand-wrapper,
.adyen-checkout__card__brands__brand-wrapper {
    width: 100% !important;
    height: 100% !important;
}
span.adyen-checkout__card__brands__brand-wrapper img.adyen-checkout__image {
    width: 100%;
    object-fit: cover;
    height: 100%;
    margin: 0px !important;
}
li.wc_payment_method.payment_method_woosa_adyen_sepa_direct_debit label img {
    float: right;
}
.adn-wrap-form .adyen-checkout_input-wrapper .adyen-checkoutcardholderName_input,
.woocommerce-checkout-payment .wc_payment_methods li input.adyen-checkout__card__holderName__input,
.woocommerce-checkout-payment .wc_payment_methods li input.adyen-checkout__input {
    width: 100% !important;
}
.adyen-checkout__card__form span.adyen-checkout__card__brands{
    height: 24px;
    padding: 0px;
    display: none;
}
.adn-wrap-form .adn-stored-card__details {
    display: none;
}
li.wc_payment_method.payment_method_woosa_adyen_card label img {
    float: right;
    margin-top: 6px !important;
}
.adn-wrap-form .adn-stored-card__details {
    display: none;
}
li.wc_payment_method.payment_method_woosa_adyen_paypal label img, li.wc_payment_method.payment_method_woosa_adyen_klarna label img{
    float: right;
}
#payment ul.payment_methods li {
  width: 100%;
}
li.wc_payment_method.payment_method_woosa_adyen_paypal label img
 {
top: 6px;
float: right;
}
.google_text_li li {font-size: 16px;margin-bottom: 15px;}

li.wc_payment_method.payment_method_woosa_adyen_klarna label img
 {
    float: right;
    margin: 0px 0 0 0em;
}
li.wc_payment_method.payment_method_woosa_adyen_ideal label img{
  float: right;
  margin: 0px 0 0 0em;
}
li.wc_payment_method.payment_method_woosa_adyen_ideal {
  padding-top:7px;
}
.adyen-checkout__input, .woocommerce-checkout-payment .payment_method_woosa_adyen_sepa_direct_debit .adyen-checkout__input{
    width: 100% !important;
    padding: 5px 8px !important;
    height: 37px !important;
    border-radius: 4px !important;
}
li.wc_payment_method.payment_method_woosa_adyen_sepa_direct_debit label img {
    float: right;
    top: 6px;
}
.selected .field-option {display: none;}
.google_text_li li {font-size: 16px;margin-bottom: 15px;}
.xp_menuparent button,
.xp_menuparent .categories_dropdownMenu li a {font-weight: 500; font-size: 16px;}
.menu-single-checkout-menu li.langdrpdwn a {position: relative;}
.menu-single-checkout-menu li.langdrpdwn i:after {content: none !important;}
.menu-single-checkout-menu li.langdrpdwn svg.countryDrop_arrow {position: absolute; top: 12.5px; right: -27px;}
.xp_menuparent button svg,
#auth_dropdownToggle svg {position: relative; top: 2px;}
.active_CatDropdown svg {transform: rotate(-180deg);}
@media screen and (max-width: 767px)  {
  #auth-dropdownContent {
    left: 0px !important;
    right: 0px !important;
  }
  .menu-single-checkout-menu #auth-dropdownContent a {
        text-align: center !important;
  }
}
/*.selected .field-option, .field-option  {display: none;}*/
li.wc_payment_method.payment_method_woosa_adyen_sepa_direct_debit {
    padding-bottom: 10px;
}
li.wc_payment_method.payment_method_woosa_adyen_sepa_direct_debit {
    padding-bottom: 10px;
}
li.wc_payment_method.payment_method_woosa_adyen_twint label img{
  float: right;
  width: 50px;
    top: 6px;
}
li.wc_payment_method.payment_method_woosa_adyen_bancontact label img,
li.wc_payment_method.payment_method_woosa_adyen_trustly label img{
   float: right;
       top: 6px;
}
li.wc_payment_method.payment_method_woosa_adyen_bancontact{
   padding-bottom: 10px;
}
li.wc_payment_method.payment_method_woosa_adyen_swish label img{
  float: right;
  width: 37px;
  top: 6px;
  border-radius: 0px !important;
}
li.wc_payment_method.payment_method_woosa_adyen_vipps label img,
li.wc_payment_method.payment_method_woosa_adyen_blik label img,
li.wc_payment_method.payment_method_woosa_adyen_mobilepay label img
{
  width: 30px;
  float: right;
    top: 6px;
}
li.wc_payment_method.payment_method_woosa_adyen_online_banking_poland label img{
    width: 30px;
  float: right;
    top: 12px;
}
.is-stored-card .adn-stored-card__details {
  display: block ;
  flex: 0 0 100%;
  max-width: 100%;
}

.adn-stored-cards .adn-stored-card.is-stored-card + .adn-stored-card .adn-stored-card__details {
  display: block !important;
}
.adn-stored-cards .adn-stored-card.is-stored-card .adn-stored-card__details img {
 position: absolute !important;
}
.adn-stored-cards .adn-stored-card.is-stored-card + .adn-stored-card.selected .adn-stored-card__details {
   display: none !important;
   left: 0PX !important;
 }
 .adn-stored-card.is-stored-card.selected {
    flex-wrap: wrap;
}


.payment_method_woosa_adyen_sepa_direct_debit .payment_box .adn-payment-fieldlist .field-section.new-account.selected .field-option
 {
    display: none;
}
.adn-stored-cards .adn-stored-card.is-stored-card + .adn-stored-card .adn-stored-card__details span.dashicons.dashicons-plus,
.payment_method_woosa_adyen_sepa_direct_debit .adn-payment-fieldlist .field-option span.dashicons {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 25px;
}
.adn-stored-cards .adn-stored-card.is-stored-card + .adn-stored-card .adn-stored-card__details span.dashicons.dashicons-plus:after,
.payment_method_woosa_adyen_sepa_direct_debit .adn-payment-fieldlist .field-option span.dashicons:after {
    content: "+";
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: -2px;
    left: 0px;
    width: 30px;
    height: 30px;
}
.payment_method_woosa_adyen_sepa_direct_debit .payment_box .adn-payment-fieldlist .field-section .field-option-component {
    display: none !important;
}
.payment_method_woosa_adyen_sepa_direct_debit .payment_box .adn-payment-fieldlist .field-section.new-account.selected .field-option-component {
    display: block !important;
}

.adyen-checkout__dropdown__button .adyen-checkout__filter-input {
      flex: 0 0 100% !important;
    max-width: 100% !important;
}
img.adnimg {
    margin-top: 0px !important;
    margin-left: 0px !important;
    width: 32px !important;
    border-radius: 5px !important;
}


#payment ul.payment_methods li.wc_payment_method {
    font-size: 16px;
    line-height: 16px !important;
    vertical-align: middle !important;
    margin-bottom: 10px !important;
}

#payment ul.payment_methods li.wc_payment_method {
    vertical-align: middle !important;
}
#payment ul.payment_methods li.wc_payment_method input {
    vertical-align: middle !important;
    position: relative;
    top: 1px;
}
#payment ul.payment_methods li.wc_payment_method label {
    vertical-align: middle;
}

#payment ul.payment_methods li.wc_payment_method img {
    top: 0px !important;
    margin-top: 0px !important;
}
.woocommerce-checkout #payment div.payment_box {
    margin-top: 10px !important;
}
.woocommerce-checkout #payment.adnBoxpayment {
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 15px !important;
    padding-bottom: 10px !important;
}
.woocommerce-checkout #payment.adnBoxpayment {
    padding: 10px !important;
    margin-top: 5px;
}
.woocommerce-checkout #payment.adnBoxpayment ul.payment_methods {
    width: 100%;
    max-width: calc(100% - 20px);
    background: transparent !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 10px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    padding: 0px  !important;
    border-bottom: 0px !important;
}
.woocommerce-checkout .adn-stored-cards .adn-stored-card.selected {
  padding: 10px !important;
  border-radius: 6px !important;
}

li.customPayment-boxList>input {
    display: none !important;
}
.wc_payment_methods li.customPayment-boxList input + label .payment_boxesWrap {
    padding: 13px 15px;
    border-radius: 6px;
    margin-bottom: 5px;
    display: flex ;
    flex-wrap: wrap;
    align-items: center;
}

.wc_payment_methods li.customPayment-boxList input:checked + label .payment_boxesWrap {
    background: #e7e2f4;
}
.wc_payment_methods li.customPayment-boxList input + label .adioIcon-box {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;

    background-image: url(../images/exp200/circle_unCheck.svg);
    background-repeat: no-repeat !important;
    background-size: 24px !important;
}

.wc_payment_methods li.customPayment-boxList input:checked + label .adioIcon-box {
  background-image: url(../images/exp200/purpal_circle_check.svg);
}


.wc_payment_methods li.customPayment-boxList .payment_iconTitleBox {
    flex: 0 0 calc(100% - 24px);
    max-width: calc(100% - 24px);
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.wc_payment_methods li.customPayment-boxList .payment_iconBox {
     width: 32px;
    height: 24px;
    border-radius: 10px;
}

.wc_payment_methods li.customPayment-boxList.payment_method_woosa_adyen_card .payment_iconBox {
     width: 105px;
    height: auto;
}
.wc_payment_methods li.customPayment-boxList .payment_iconBox img {
    float: none !important;
    margin: 0px !important;
    top: 0px !important;
    width: 100%;
    height: 100%;
}
.wc_payment_methods li.customPayment-boxList .payment_iconTitleBox .payment_titleBox {
    color: #322558 !important;
    font-weight: 500;
    font-size: 16px;
}

.shield_icon {
    width: 13px;
    display: inline-block;
    top: 0px;
    position: absolute;
    left: 0px;
}
.secure_safty_title {
    position: relative;
    padding-left: 15px;
}
.adnBoxpayment .adn-stored-cards {
    border: 0px solid rgba(104, 87, 125, .14) !important;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.adnBoxpayment .adn-stored-cards .adn-stored-card.selected {
    background: #fff !important;
    border: 0px !important;
    box-shadow: none !important;
}

.adnBoxpayment .adn-stored-cards .adn-stored-card .adn-stored-card__fields {
    padding: 5px !important;
}

@media screen and (max-width: 1199px) {
    
    .wc_payment_methods li.customPayment-boxList .payment_iconTitleBox {
        gap: 7px;
    }
}
.helpline-contBoxes {padding-left: 110px; padding-top: 10px; padding-bottom: 10px;}
.gorgeousWomanImagees {top: -45px; left: -20px; max-width: 200px !important;}
.helpline-contBoxes h2 {margin-top: 4px; margin-bottom: 5px;}
.helpline-bottomTitle {font-size: 10px;}
 
@media screen and (max-width: 1440px) {
    .gorgeousWomanImagees {top: -36px; max-width: 190px !important;}
}
@media screen and (max-width: 1399px) {
    .helpline-contBoxes {
        padding-left: 140px;
    }
}
@media screen and (max-width: 1199px) {
    .helpline-contBoxes {padding-left: 85px; }
    .helpline-contBoxes .helpline-title {font-size: 11px;}
    .gorgeousWomanImagees {
        left: -30px;
    }
}
@media screen and (max-width: 991px) {
    .helpline-contBoxes {padding-left: 85px; padding-top: 3px; padding-bottom: 4px;}
    .gorgeousWomanImagees {max-width: 155px !important; left: -20px;}
    .helpline-contBoxes .helpline-title {font-size: 13px;}
    .helpline-contBoxes h2 {font-size: 12px; margin-top: 0px; margin-bottom: 0px;}
    .helpline-contBoxes .helpline-bottomTitle{font-size: 9px;}
}
@media screen and (max-width: 767px) {
    .gorgeousWomanImagees {max-width: 170px !important; left: -10px;}
    .helpline-contBoxes {padding-left: 100px; padding-top: 7px; padding-bottom: 7px;}
    .helpline-contBoxes .helpline-title {font-size: 14px;}
    .helpline-contBoxes h2 {font-size: 16px; margin-top: 2px; margin-bottom: 2px;}
}
.xpendyAccount-popupRadioBox input[type="radio"] {
    border: 1px solid #e5e7eb;
    border-color: #929292;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.xpendyAccount-popupRadioBox input[type="radio"]:checked::after {
    content: none;
}
.xpendyAccount-popupRadioBox input[type="radio"]:checked {
    border-color: #563fe5;
    background-color: #563fe5;
}
 #suggestionresult{
    margin-top: 5px;
    position: absolute;
    z-index: 1;
    width: auto;
    max-width: 285px;
    background: #F7F4FF;
  text-align: left;
  border-radius: 0.5rem;
}
.singlesearch{
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0px;
}

.singlechecout{
    padding: 7px 0px;
    font-weight: 400;
}

.singlechecout a li {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.singlechecout a:hover li {
    background: #6d4ad2;
    color: #fff;
}
select#id_branch_clever-fit.crt {
   background: url(../assets/images/correct.png) right 18px center !important;
    background-repeat: no-repeat !important;
    background-size: 19px !important;
}
.vfail{
      border: 1px #f85459 solid !important;
}
.dateIconAlign{
  transform: translateY(0) !important;
}

.xp_cont_date .cancel-date-main-wrp .btnradio {border: 2px solid #F7F2FF; border-radius: 10px !important; padding: 4px;}
.xp_cont_date .dateactive {border-radius: 8px !important;}
.xp_cont_date .cancel-date-main-wrp .btnradio .btnradiowrapper .radioLabelIcon {display: none;}
.xp_cont_date .cancel-date-main-wrp .btnradio .btnradiowrapper label {text-align: center !important; justify-content: center; flex-wrap: wrap; font-size: 17px}
.xp_cont_date .cancel-date-main-wrp .btnradio .btnradiowrapper label .btnradio-bottomTitle {flex: 0 0 100%; max-width: 100%; color: #322558; font-size: 12px; line-height: 120%; font-weight: 400; margin-top: 5px;}

.keep_asp_title {font-size: 13px; line-height: 130%;}

.c_chk {background: url(../assets/images/greenCheck_icon_xp.png) right 10px center !important; background-repeat: no-repeat !important; background-size: 14px !important;}
.c_chk_active {background: url(../assets/images/greenCheck_icon_xp.png) right 10px center !important; background-repeat: no-repeat !important; background-size: 14px !important; background-color: #F5FFF8 !important; border-color: #1CB951 !important;}


.withMyXpendy-box,
.without_MyXpendy-box {margin-top: 18px; position: relative;}
.mostPopilar-textButtonBox {background-color: #6D4AD2; color: #ffffff; font-weight: 700; width: 100%; padding: 4px 4px; border-radius: 4px 4px 0px 0px; border: 2px solid #6D4AD2; text-align: center; display: flex; justify-content: center; max-width: 120px; font-size: 12px; position: absolute; top: -30px; left: 0px; right: 0px; margin: auto; text-transform: uppercase;} 
.mostPopilar-textButtonBox:hover {background-color: #7e22ce; border-color: #7e22ce;}

@media screen and (max-width: 1440px) {
  .xp_cont_date .cancel-date-main-wrp .btnradio .btnradiowrapper label .btnradio-bottomTitle {font-size: 9px;}  
  .keep_asp_title {font-size: 11px;}
}

@media screen and (max-width: 991px) {
    .myXpendyBenefits-popupInner .xpendyAccountPopupFirstCol {
        padding-top: 0px;
    }
}

@media screen and (max-width: 757px) {
  .xp_cont_date .cancel-date-main-wrp .btnradio .btnradiowrapper label {font-size: 14px}
}
@media screen and (max-width: 400px) {
  .keep_asp_title {font-size: 10px;}
}
.xp_cont_date .cancel-date-main-wrp .btnradio {
        border-radius: 16px !important;
        padding: 6px;
    }
    .xp_cont_date .dateactive {
        border-radius: 12px !important;
    }
    .xp_cont_date .cancel-date-main-wrp .btnradio .btnradiowrapper label .btnradio-bottomTitle {font-size: 10px; font-family: "Inter", sans-serif;}
    .xp_cont_date .cancel-date-main-wrp .btnradio .btnradiowrapper label {font-family: "Inter", sans-serif; padding: 15px 10px;}
     .tx_parrent, .tx_suggestion, .tx_search {
          min-width: 400px !important;
          width: 400px !important;
      }

      @media screen and (max-width: 575px) {
        .tx_parrent, .tx_suggestion, .tx_search {
            min-width: 320px !important;
            width: 320px !important;
        }

      }
.payment_method_woosa_adyen_ideal img.adnimg {
    width: auto !important;
}

.xpfulldiv {padding-right: 0px !important;}
.cancel-date-main-wrp>label,
#myStep2>label {font-size: 20.84px; font-weight: 700;}
.cancel-date-main-wrp .btnradio {border-radius: 6px !important; border-color: #DFD9EC;}
.btnradio .btnradiowrapper:first-child label {border-right: 1px solid #DFD9EC;}
.adyen-checkout__input {border-radius: 6px !important;}
.xpfulldiv .border-\[\#D0CBE0\] {border-color: #DFD9EC !important;}
.xpstb {border-radius: 6px !important;}
div#cancelletter.mt-8 {margin-top: 0px;}
.xpstb .inesection3--.inesection1 {border-radius: 0px 0px 6px 6px;}

@media screen and (max-width: 1299px) {
  .cancel-date-main-wrp>label,
  #myStep2>label {font-size: 18px;}
}
@media screen and (max-width: 767px) {
  .btnradio .btnradiowrapper label {padding: 10px 7px !important; font-size: 13px;}
}
body.is-adyen-method .woocommerce-checkout .blockUI.blockOverlay,
body.is-adyen-method .woocommerce-checkout .blockUI.blockOverlay:before {
    background: transparent !important;
    display: none !important;
    opacity: 0 !important;
}
.adyen-loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(234 234 234 / 50%);
    z-index: 999;
}
.adyen-loader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.adyen-loader-imgBox {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.adyen-loader-text {
    background: #EFECF6;
    border: 0.44px solid #6043BE33;
    font-size: 12px;
    color: #6043BE;
    text-align: center;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 30px;
}
.xp-rotate{
    width:35px;
    height:35px;
    animation: xp-spin 1s linear infinite;
}
@keyframes xp-spin{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
input#postcode:focus,
input#residence:focus,
input#state:focus {box-shadow: none !important;}
.header-successfullyCancelled-btn {display: flex; flex-wrap: wrap; align-items: center; background: #3AA33914; border: 0.44px solid #3AA3393D; padding-top: 4px; padding-right: 8.76px; padding-bottom: 4px; padding-left: 5.26px; font-size: 12.27px; color: #3AA339; font-weight: 600; border-radius: 30px;}
.header-successfullyCancelled-btn img {position: relative; top: 1.5px;}
.header-successfullyCancelled-text {flex: 0 0 calc(100% - 22px); max-width: calc(100% - 22px); padding-left: 3px;}  
.header-successfullyCancelled-btn+.header-successfullyCancelled-btn {display: none;} 

.cancelYourPeacockSubscription-box {background-color: #EFEAFAA6; padding: 14px 16px; border-radius: 10px; margin-bottom: 30px;}
.cancelYourPeacockSubscription-Hd {font-size: 12.1px; color: #322558; font-weight: 600; margin-bottom: 4px;}
.cancelYourPeacockSubscription-box p {font-size: 12px; color: #364153;}


/* Thank You Screen Start */

.inter-font {font-family: "Inter", sans-serif;}
.container-fluid {margin-left: auto; margin-right: auto;}
.thankYouScreen-sectionHD,
.thankYouScreen-support-section .support-cta-leftBox h2 {font-weight: 900; color: #322558; line-height: 120%; font-size: 39px;}
.thankYouScreen-topHeroSection .inner-topSection-contBox {max-width: 820px;}
.summary-grid,
.subscription-offers-grid {display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;}
.order-summary-card,
.subscription-details-card {padding: 24px; border-radius: 12px; background-color: #fff; border: 1px solid #9378DF3D; box-shadow: 0px 4px 24px 0px #0000000F; }
.orderSummary-label {position: relative; font-size: 13px; color: #000000; width: 155px; padding-right: 10px; }
.orderSummary-label:after {content: ':'; position: absolute; top: 0px; right: 5px; }
.orderSummary-val {font-size: 13px; padding-left: 10px; width: calc(100% - 156px); word-wrap: break-word; }
.subscription-details-card .orderSummary-label {width: 195px; }
.subscription-details-card .orderSummary-val {width: calc(100% - 198px); }
.subscription-offers-leftBox,
.subscription-offers-rightBox {line-height: 120%; padding: 24px 24px 20px 24px; border-radius: 12px; background-color: #fff; border: 1px solid #9378DF3D; box-shadow: 0px 4px 24px 0px #0000000F; }

.subscription-offers-leftContBox {flex: 0 0 calc(100% - 225px); max-width: calc(100% - 225px); }
.us_xp_body .subscription-offers-headingTextBox {max-width: 435px;}

.subscription-offers-section h3 {font-size: 23px; line-height: 120%; }
.subscription-offers-leftContBox ul li {color: #322558; position: relative; padding-left: 26px; margin-bottom: 10px; font-size: 13px; line-height: 120%;}
.subscription-offers-leftContBox ul li:before {content: ''; position: absolute; left: 0; top: 1px; width: 16px; height: 16px; background-size: 16px; background-repeat: no-repeat; background-image: url(../images/newImages/green-circle-checkIcon.svg); }
.subscription-offers-leftImageBox {flex: 0 0 225px; max-width: 225px; position: relative; bottom: -17%; right: -28px; }
.freeTrial-title {font-size: 18px; line-height: 21px; color: #6D4AD2; transform: rotate(-3.38deg); font-family: "Caveat", cursive; text-align: center; position: absolute; top: -45px; left: 3rem; }
.thankYouScreen-supportHeadingBox {max-width: 770px; }

.thankYouScreen-support-section .subscription-waste-section {display: none;}


.subscription-summary-setpBoxes {text-align: left; display: flex; flex-wrap: nowrap; justify-content: space-between; }
.subscription-summary-setpBoxes:before {content: ''; position: absolute; top: 23px; left: 0; width: calc(100% - 12%); height: 2px; background: linear-gradient(90deg, #6D4AD2 23.23%, #E9E1FF 37.57%); }
.subscription-summary-stepBox {min-width: 125px; max-width: 165px; padding-right: 10px;}
.subscription-summary-stepBox:first-child,
.subscription-summary-stepBox:last-child {max-width: 130px;}
.subscription-summary-iconBox {position: relative; display: flex; justify-content: center; align-items: center; width: 43px; height: 43px; border-radius: 4.5px; background-color: #fff; border: 1.41px solid #E9E1FF; }
.summary-stepStatus {color: #E08E31; margin: 10px 0px;}
.completed-step .summary-stepStatus {color: #6D4AD2; } 
.summary-stepStatus-image {position: absolute; top: 9px; left: -14px;}
.completed-step .subscription-summary-iconBox {border-color: #6D4AD2;}

/* Thank You Ready To Login Screen */

.myxpendy-login-ready-section .thankYouScreen-sectionHD {font-weight: 900;}
.getStarted-titleBtn::before {content: ''; position: absolute; left: 5px; top: 10px; width: 16px; height: 16px; background-size: 16px; background-repeat: no-repeat; background-image: url(../images/newImages/green-circle-checkIcon.svg); }
.myxpendy-login-success-grid {padding: 0px 65px 0px 0px; border-radius: 12px; 
  background-color: #fff; border: 1px solid #9378DF3D; /* box-shadow: 0px 4px 24px 0px #0000000F;*/}
  .myxpendy-login-success-leftImageBox img {
    border-radius: 12px 0px 0px 12px;
}
.myxpendy-login-success-leftImageBox {/*flex: 0 0 calc(100% - 385px); max-width: calc(100% - 385px);*/ flex: 0 0 calc(100% - 455px); max-width: calc(100% - 455px); padding-right: 25px; display: flex; justify-content: center; }
.myxpendy-login-success-rightContBox {/*flex: 0 0 385px; max-width: 385px;*/ flex: 0 0 455px; max-width: 455px;}
.myxpendy-login-success-rightContBox h3 {font-size: 25px; line-height: 120%; max-width: 300px;}
.myxpendy-login-success-rightContBox ul li {position: relative; padding-left: 26px; margin-bottom: 10px;}
.myxpendy-login-success-rightContBox ul li:before {content: ''; position: absolute; left: 0; top: 6px; width: 16px; height: 16px; background-size: 16px; background-repeat: no-repeat; background-image: url(../images/newImages/green-circle-checkIcon.svg); }

.thankyou-xpendyOrder .subscription-offers-innerSec .subscription-waste-section {display: none;}
/* services popup */

.over-hidden {overflow: hidden;}
.popup-overlay {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #00000066; z-index: 99; }
.servicesPopup-wrap {display: flex; justify-content: center; align-items: center; width: 100%; height: 100vh; padding: 15px; }
.servicesPopup-inner {width: 100%; max-width: 1244px; border-radius: 20px; padding: 25px 65px 65px 45px; background-color: #F7F4FF; }
.servicesPopup-boxes {display: flex; flex-wrap: wrap; justify-content: space-between; transition: transform 0.45s ease; }
.step-enter {transform: translateX(100%);}
.step-enter-active {transform: translateX(0);}
.step-exit-active {transform: translateX(-100%);}
.step-back-enter {transform: translateX(-100%);}
.step-back-exit {transform: translateX(100%);}
.servicesPopup-leftBox,
.servicesPopup-rightBox {flex: 0 0 calc(50% - 75px); max-width: calc(50% - 75px);}
.servicesPopup-HD {font-size: 36.17px; line-height: 120%;}
.popup-searchField {background: url('../images/newImages/search_icon.svg') #fff; background-repeat: no-repeat; background-position: 10px; background-size: 23px; }
.servicesPopup-rightBox .popularServicesList li {color: #322558; border-bottom: 0.5px solid #322558;}
.servicesPopup-rightBox .popularServicesList li:hover,
.servicesPopup-rightBox .popularServicesList li.activeList {color: #A183F5; border-bottom: 0.5px solid #A183F5; }
.servicesPopup-rightBox .popularServicesList li:hover .purple-arrowCircle,
.servicesPopup-rightBox .popularServicesList li.activeList .purple-arrowCircle {background-color: #A183F5 !important; transform: rotate(0); }
.servicesPopup-boxes.servicesPopup-step2 {justify-content: center;}
.flex-100 {flex: 0 0 100% !important; max-width: 100% !important;}
.cancelYourSubscription-HD {font-size: 25px;}
.anotherSubscription-mailImage {width: 400px;}

#xpendyConfirm-popup .subscription-waste-section,
.anotherSubscription-mailBox .subscription-waste-section {display: none;}
.anotherSubscription-mailBox {position: relative;}
.anotherSubscription-mailBox .emailImageWhite {position: absolute; bottom: 0px; left: 0; right: 0; z-index: 9; }
.anotherSubscription-mailBox .emaiImageGrayBg {width: 93%; margin: auto; position: relative; bottom: 14px; }
.servicesPopup-wrap .mailImage-boxOffer-circle {top: 17%; right: 0px; box-shadow: 0px 4px 10px 0px #32255866; z-index:99;}


/*.subscription-offers-grid.subscriptionProcess {
    display: flex;
    justify-content: center;
}*/
.subscription-offers-grid > :only-child {grid-column: 1 / -1; max-width: 50%; margin: 0 auto;}
.servicesPopup-leftBox .singlechecout li {display: block; padding-left: 15px; padding-right: 15px; cursor: pointer;}
.servicesPopup-leftBox .singlechecout li:hover {background: #6d4ad2; color: #fff;}

/*thankyou page old designe popup 02-05-2026 start*/
.update_myXpendyBenefits_popup_MX-018 .update_myXpendyBenefits_modal .xpendyAccount-popupSubHD {text-align: left; }
.update_myXpendyBenefits_popup_MX-018 .update_myXpendyBenefits_modal .xpendyAccount-popup-topTitle {text-align: left; margin-bottom: 2rem; }
/*thankyou page old designe popup 02-05-2026 end*/

/* thankyou support section start */
.support-cta-inner {position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; background: #F7F4FF; border-radius: 30px; font-family: "Inter", sans-serif; margin-top: 60px; }
.support-cta-leftBox {flex: 0 0 50%; max-width: 50%; padding: 60px 20px 90px 70px; }
.support-cta-leftBox h2 {font-size: 42px; line-height: normal; color: #322558; font-weight: 900; }
.support-cta-leftBox p {color: #322558; font-size: 21px; margin-top: 35px; margin-bottom: 45px; }
.checkout-contactMeBtn {display: inline-block; padding: 17px 10px; font-size: 19px; }
.support-cta-rightBox {flex: 0 0 50%; max-width: 50%; position: absolute; right: 0; bottom: 0; }
.support-cta-imageBox {position: relative; overflow: hidden; }
.support-cta-image {position: relative; z-index: 1; }
.support-cta-shapImage {position: absolute; bottom: 0px; right: 0px; max-width: 71% !important; border-radius: 0px 0px 30px 0px; }
.support-cta-imageBox .thankYou-support-cta-image {max-width: 580px;}

.update_myXpendyBenefits_modal .trustedBy-box .userGroup_imageBox {max-width: 37px;}
.update_myXpendyBenefits_modal .trustedBy-box.higherRisk-box .userGroup_imageBox {max-width: 15px;}

.reviewUsOn_trustpilot {background: url('../images/thankYouScreen/review_trustpilot_bg.webp') #fff; background-repeat: no-repeat;
    background-size: cover; border: 1px solid #9378DF3D; border-top: 3px solid #34A853; border-radius: 8px; box-shadow: 0px 4px 24px 0px #0000000F;}


@media screen and (max-width: 1700px) {
    .servicesPopup-inner {padding: 25px 65px 15px 45px;}
    .servicesPopup-boxes.servicesPopup-step1 {padding-bottom: 25px}
    .servicesPopup-boxes.servicesPopup-step2 {margin-top: 20px;}
    .servicesPopup-boxes.servicesPopup-step2 .cancelYourSubscription-HD {margin-bottom: 0px;}
    /*.anotherSubscription-mailImage {width: 350px;}*/

    .support-cta-imageBox .thankYou-support-cta-image {max-width: 560px;}
}

@media screen and (max-width: 1279px) {

  .support-cta-leftBox h2 {font-size: 34px;}
  .support-cta-leftBox p {font-size: 17px;}

  /* Thank you screen Start */

  .thankYouScreen-sectionHD,
  .thankYouScreen-support-section .support-cta-leftBox h2 {font-size: 34px;}
  /* Services popup */
  .servicesPopup-leftBox,
  .servicesPopup-rightBox {flex: 0 0 calc(50% - 30px); max-width: calc(50% - 30px);}
  .servicesPopup-HD {font-size: 28.17px;}
}

@media screen and (max-width: 1023px) {

  .support-cta-leftBox {padding: 50px 20px 20px 40px;}
  .support-cta-leftBox h2 {font-size: 28px;}
  .support-cta-leftBox p {font-size: 14px;}

  /* Thank You Screen Start */
  .thankYouScreen-sectionHD,
  .thankYouScreen-support-section .support-cta-leftBox h2 {font-size: 30px;}
  .order-summary-card,
  .subscription-details-card {padding: 15px;}
  .subscription-offers-grid {grid-template-columns: repeat(1, 1fr);}
  .subscription-offers-grid > :only-child {max-width: 100%; margin: 0;}
  /* Thank You Ready To Login Screen */
  .myxpendy-login-success-grid {padding-right: 25px;}
  .myxpendy-login-success-leftImageBox {flex: 0 0 calc(100% - 325px); max-width: calc(100% - 325px); }
  .myxpendy-login-success-rightContBox {flex: 0 0 325px; max-width: 325px; }

  /* Services popup */
  .servicesPopup-leftBox,
  .servicesPopup-rightBox {flex: 0 0 100%; max-width: 100%; }
  .servicesPopup-inner {padding: 25px 35px 35px 30px;}
  .servicesPopup-wrap {overflow-y: auto; padding-top: 50px;}
  .tabView-hide {display: none !important;}

}


@media screen and (min-width: 768px) and (max-width: 991px) {
    .nl_body .xpfulldiv {padding-right: 16px !important;}
    .nl_body .xpfulldiv .arrowText_img {right: -50px;}
}

@media screen and (max-width: 767px) {
  .adyen-loader-inner {width: 100%; max-width: 350px;}
  .header-successfullyCancelled-btn {font-size: 7.63px; padding-top: 2.3px; padding-right: 5.45px; padding-bottom: 2.3px; padding-left: 3.27px;}
  .header-successfullyCancelled-btn img {top: 0px; width: 13px;}
  .header-successfullyCancelled-text {flex: 0 0 calc(100% - 13px); max-width: calc(100% - 13px);}
  .cancelYourPeacockSubscription-Hd,
  .cancelYourPeacockSubscription-box p {font-size: 11px;} 
  .cancelYourPeacockSubscription-box {margin-bottom: 20px;}

  /* Thankyou page */

  .innerPage-support-section .support-cta-inner {border-radius: 20px; margin-top: 20px;}
  .innerPage-support-section .support-cta-leftBox {flex: 0 0 100%; max-width: 100%; padding: 30px; padding: 30px 20px; }
  .support-cta-leftBox h2 {font-size: 22px;}
  .checkout-contactMeBtn {padding: 12px 10px; font-size: 16px; max-width: 100%;}
  .support-cta-rightBox {position: relative; flex: 0 0 100%; max-width: 100%;}
  .support-cta-shapImage {border-radius: 0px 0px 20px 0px;}
  .support-cta-imageBox .thankYou-support-cta-image {max-width: 370px;}

  .update_myXpendyBenefits_modal .xpendyAccountPopup-listWrap ul .cw-icon {top: -1px;}


  h1.thankYouScreen-sectionHD {font-size: 30px; margin-bottom: 20px;}
  .thankYouScreen-sectionHD,
  .thankYouScreen-support-section .support-cta-leftBox h2 {font-size: 24px;}
  .summary-grid {grid-template-columns: repeat(1, 1fr);}
  .order-summary-card, .subscription-details-card {padding: 20px;}
  .orderSummary-label {width: 100%; font-size: 16px; color: #5f5e5b;padding-right: 0px; margin-bottom: 2px;}
  .orderSummary-label:after {content: none;}
  .orderSummary-val {width: 100%; padding-left: 0px; flex: 1; font-size: 16px; color: #2c2c2a; font-weight: 600;}
  .subscription-details-card .orderSummary-label {width: 100%; font-size: 16px; color: #5f5e5b; padding-right: 0px; margin-bottom: 2px;}
  .subscription-details-card .orderSummary-val {width: 100%; padding-left: 0px; flex: 1; font-size: 16px; color: #2c2c2a; font-weight: 600;}
  .subscription-details-card .orderSummary-val.subscription-webSiteUrl {color: #6D4AD2;}
  .orderSummary-dataList.orderSummary-paymentMethod {border-top: 1px solid #dedddd; padding-top: 10px;}
  .orderSummary-paymentMethod-inner {justify-content: space-between; align-items: center;}
  .subscription-detailsCard-dataList-box {background-color: #f1efe8; border-radius: 12px; padding: 20px;}
  .orderSummary-paymentMethod-inner .orderSummary-label {width: auto;}
  .orderSummary-paymentMethod-inner .orderSummary-val {flex: unset; width: auto; color: #322558; font-size: 18px; font-weight: 700;}

  .subscription-offers-leftContBox {flex: 0 0 100%; max-width: 100%;}
  .subscription-offers-leftImageBox {display: flex; flex-wrap: wrap; justify-content: center; flex: 0 0 100%; max-width: 100%; bottom: -20px; right: 0px; text-align: center; }
  .freeTrial-title {flex: 0 0 100%; max-width: 100%; position: relative; top: 0px; left: 0px; margin-bottom: 15px; }
  .subscription-summary-setpSection {width: 100%; overflow-x: auto; padding-left: 20px; margin-bottom: 10px; }
  .subscription-summary-setpBoxes {min-width: 800px;}
  .us_xp_body .subscription-offers-headingTextBox {max-width: 100%;}

  .servicesPopup-boxes.servicesPopup-step1 {padding-bottom: 0px;}

  /* Thank You Ready To Login Screen */
  .myxpendy-login-ready-section .myxpendy-login-success-grid {padding: 0px; background-position: top left;
        background-size: cover;}
  .myxpendy-login-success-leftImageBox img {border-radius: 12px 12px 0px 0px;}
  .getStarted-titleBtn::before {top: 7px;}
  .myxpendy-login-success-leftImageBox {flex: 0 0 100%; max-width: 100%; padding-right: 0px;}
  .myxpendy-login-success-rightContBox {flex: 0 0 100%; max-width: 100%; background-color: #ffffff; padding: 24px 24px 10px; border-radius: 0px 0px 12px 12px; }

  /* Services popup */

  .servicesPopup-inner {padding: 24px 20px 20px 20px;}
  .servicesPopup-HD {font-size: 21.17px;}
  .cancelYourSubscription-HD {font-size: 18px;}
  .servicesPopup-wrap .thankYouScreen-sectionHD {font-size: 20px;}

}

@media screen and (min-width: 1441px) {
    .update_myXpendyBenefits_modal .trustedBy-box .userGroup_imageBox {max-width: 37px;}
    .update_myXpendyBenefits_modal .trustedBy-box.higherRisk-box .userGroup_imageBox {max-width: 15px;}
}

@media screen and (min-width: 1024px) {
    .lg\:hidden {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .update_myXpendyBenefits_modal .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .subscription-offers-leftContBox ul li {font-size:17px;}
}


