.signup-main-ctn{
    display: flex;
    justify-content: center;
}
 
.sign-up-ctn {
    width: 630px;
    background: #FFFFFF;
    border: solid 1px #D6D6D6;
    padding: 30px;
    box-sizing: border-box;
    /* height: 100%; */
    max-height: 100%;
    overflow-y: auto;
    border-radius: 10px;
    z-index: 99;
    box-shadow: 2px 2px 16px 0px #1B253814;
    border: 1px solid #D6D6D6;
}

.login-pg-footer {
    position: fixed;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    z-index: 9999;
    width: 100%;
    padding: 9px 24px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-top: 1px solid var(--Border, #D5D7DA);
    /* box-shadow: 0px -4px 4px 0px #D5D7DA;; */
}
 
.agt-form-control {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 20px;
}
 
.agt-form-control label {
    display: block;
    font-family: Poppins;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 5px;
}
 
.agt-user-inp{
    background: #F6F6F6 !important;
    width: 100% !important;
    height: 55px !important;
    padding-left: 10px !important;
    /* border: none !important; */
    border: 1px solid #E3E3E3 !important;
    border-radius: 10px !important;
    font-family: 'Poppins' !important;
}
#toggle-password:hover,
#toggle-password:focus,
#toggle-password:active,
#toggle-password-confirmation:hover,
#toggle-password-confirmation:focus,
#toggle-password-confirmation:active {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
 
.sign-up-header h2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    margin: 0px 0px 15px;
    color: #000000;
}

.sign-up-header p {
    font-family: Poppins;
    font-size: 16px;
    margin: 0px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 24px;
    font-family: Poppins;
    color: #818181;
}
 .sign-up-form-ctn{
    padding: 0px;
}
.continue-ctn{
    text-align: center;
    margin-bottom: 30px;
}
 
button.continue-btn {
    /* background: #000000; */
    color: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 37px;
    height: 56px;
    width: 296px;
    font-family: Poppins;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    background-color: #14AE5C;
}
button.continue-btn:hover{
    background-color: #14AE5C !important;
}
 
.continue-btn span.icon {
    position: absolute;
    right: 25px;
}
 
.already-acc-ctn {
    text-align: center;
}
 
.already-acc-ctn p{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
 
.already-acc-ctn .login{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #14AE5C !important;
}
 
.or-ctn {
    display: flex;
    justify-content: center;
    align-items: center;
}
 
.horz-line{
    background: #909599;
    height: 1px;
    width: 136px;
}
 
.or-ctn .txt{
    margin: 0px 10px;
    color: #909599;
}
 
.login-with-ctn {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
 
.login-g {
    border: 1px solid #EAEAEA;
    width: 168px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
}
.login-g img {
    width: 18px;
    height: 18px;
}
 
.signup-holder {
    /* clear: both; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 111px);
    overflow-y: auto;
    padding: 20px 0px;
    box-sizing: border-box;
    position: relative;
}
 
.choose-language-ctn {
    position: absolute;
    right: 30px;
    top: 0px;
    z-index: 99;
    display: block !important;
}
 
.agt-select-lang span {
    font-family: Poppins;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}
.agt-select-lang span.lang-icon {
    display: inline-block;
    position: absolute;
    right: 20px;
    transform: rotate(90deg);
}
.globe-icon{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
 
span.error-msg {
    color: red;
    font-family: 'Poppins';
    padding: 5px 0px 0px 10px;
    display: block;
}

.pwd-ctn{
    position: relative;
}

.pwd-ctn button{
    position: absolute;
    right: 0px;
    height: 55px;
    top :26px;
}
/* .custom-signup-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 155px);
    position: relative;
} */
.custom-signup-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: calc(100vh - 155px); */
    position: relative;
    padding: 0px 0px 50px;
    background: #FFFFFF;
    z-index: 99;
    gap: 40px;
    padding: 20px;
    max-width: 1500px;
    margin: 0px auto;
    margin-bottom: 50px;
}
aside.modal-popup.modal-slide._inner-scroll._show {
    z-index: 99999 !important;
}
.backg-stripes-ctn {
    z-index: 1;
    right: 0px;
    position: fixed;
    top: 40%;
}
.backg-pattern-ctn{
    position: absolute;
    left:60px;
    top:0px;
    z-index: 0;
}
.page-title-wrapper {
    display: none;
}

.shipping-address > div {
    margin-bottom: 20px;
}

.billing-address > div {
    margin-bottom: 20px;
}

.trnslate-inline-area [data-translate], .trnslate-inline-area .translate-inline {
    outline: none !important;
}


::-webkit-scrollbar{
    width: 6px;
    background-color: transparent;
}
 
::-webkit-scrollbar-thumb{
    background-color: #B7B7B7;
    border-radius:8px;
}
 
.hide{
    display: none !important;
}

/* .agt-select-lang{
    border-radius: 8px;
    padding: 5px;
    background-color: #FFFFFF;
    position: relative;
    width: 180px;
    text-align: center;
    cursor: pointer;
    box-shadow: 4px 4px 4px 0px #00000012;
} */
.agt-select-lang {
    border-radius: 12px;
    padding: 10px 5px;
    background-color: #F1F1F1;
    position: relative;
    width: 180px;
    text-align: center;
    cursor: pointer;
    /* box-shadow: 4px 4px 4px 0px #00000012; */
}
 
.agt-select-lang span {
    font-family: Poppins;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}
.agt-select-lang span.lang-icon {
    display: inline-block;
    position: absolute;
    right: 20px;
    transform: rotate(90deg);
}
.globe-icon{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.login-agt-logo-ctn img{
    cursor: pointer;
}
 
/* limited-lang-popup */
.limited-lang-popup-ctn {
    position: absolute;
    right: 0px;
    border: solid 1px #8A8A8A;
    border-radius: 8px;
    background: #FFFFFF;
    width: 258px;
    padding: 15px 0px;
    margin-top: 6px;
}
 
p.limited-lang-title {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    border-bottom: solid 1px lightgray;
}
 
.sug-four-lang-ctn > p{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}
.fr-indv-lang-wrapper {
    display: flex;
    padding: 7px 15px;
    align-items: center;
    gap: 20px;
    border-bottom: solid 1px lightgray;
}
 
.fr-indv-lang-wrapper:hover{
    background: lightgray;
}
 
.view-all-lang {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
    padding-top: 15px;
}
 
.view-all-lang:hover{
    font-weight: 600;
}
/*  */

 
/* all-lang pop up  */
#all-lang-popup .modal-dialog{
    width: 75%;
}
#all-lang-popup .modal-content{
    padding: 35px 0px 30px 30px;
}
.modal-header {
    position: relative;
    border: none;
    padding-bottom: 5px;
}
 
#all-lang-popup .modal-body {
    border: none;
    padding-top: 5px;
}
 
#all-lang-popup button.close {
    position: absolute;
    right: 20px;
    top: 20px;
}
#all-lang-popup h5.modal-title {
    font-size: 24px;
    font-family: 'Poppins';
    font-weight: 600;
}
.suggested-lg-ctn > p{
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 600;
}
.all-lg-ctn{
    margin-top: 10px;
}
.all-lg-ctn > p{
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 600;
}
.suggested-lg-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.all-lg-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 10px;
}
.indv-lang-wrapper {
    /* width: 258px; */
    height: 66px;
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 25px;
    margin-left: -10px;
    width: min-content;
}
.indv-lang-wrapper.active{
    background: #D9D9D9;
    border: 1px solid #D9D9D9;
}
span.lang-name {
    font-family: 'Poppins';
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    cursor: pointer;
}
.lang-flag{
    cursor: pointer;
}
.closeIcon{
    opacity: 1;
}
.closeIcon span{
    font-size: 44px;
    font-weight: 400;
}

.modal-popup .modal-header .modal-title {
    border-bottom: none;
    font-weight: 600;
    padding-bottom: 0px;
    font-size: 26px;
    margin-bottom: 0;
    font-family: 'Poppins';
}
/*  */
.customer-account-create .sections.nav-sections {
    display: none;
}
main#maincontent {
    background: #FFFFFF !important;
}

.customer-account-create .custom-page-top {
    display: none;
}

.reg-pg-header {
    background: #FFFFFF;
    padding: 36px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reg-pg-header .choose-language-ctn {
    display: block !important;
    position: relative;
    z-index: 900;
}

  .agreement {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 24px 0px;
  }
  
  .agreement input[type="checkbox"] {
    margin: 0px 10px 5px 0px;
  }
  
  .agreement a ,.agreement a:hover{
    color: #006E75;
    text-decoration: none;
    font-weight: 600;
  }

  .agreement label{
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
  }

  .agreement label a,.agreement label a:hover{
    color: #14AE5C;
  }

  .customer-account-create div#modal-content-1 {
    padding: 30px !important;
  }
 /*  */
 .sp-lft-ctn {
    max-width: 600px;
}
.swiper-slide h2{
font-family: Poppins;
font-weight: 600;
font-size: 24px;
line-height: 28px;
text-align: center;
text-transform: capitalize;
color: #3E3E3F;

}
.pwd-eye{
    background: transparent;
    border: none;
}
.swiper-slide h3,.swiper-slide p{
font-family: Poppins;
font-weight: 400;
font-size: 18px;
color: #909599;
line-height: 22px;
text-align: center;

}
.slick-slide img {
    margin: 0px auto;
}

/* new css */
.iti.iti--allow-dropdown.iti--show-flags {
    width: 100%;
}
.customer-account-create .modal-popup._inner-scroll .modal-inner-wrap {
    width: 1230px;
    border-radius: 10px;
}
.suggested-lg-ctn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid  #D5D7DA;
    padding-bottom: 24px;
}
.suggested-lg-ctn p.pref-lang-p {
    margin: 0px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #818181;
}
input#phone {
    padding-left: 55px !important;
}
.search-wrapper {
    position: relative;
}
.suggested-lg-ctn input.search-lang-inp {
    width: 365px;
    height: 48px;
    border-radius: 40px;
    border: 1px solid var(--Border, #D5D7DA);
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    color: #3E3E3F;
    line-height: 100%;
    padding-left: 48px;
}
.search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.all-lg-wrapper {
    margin-bottom: 10px;
    margin-top: 20px;
}
.indv-lang-wrapper {
    /* width: 258px; */
    height: 66px;
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 16px;
    margin-left: 0px;
    width: 286px;
    height: 75px;
    border: 1px solid #E6E7EA;
    border-radius: 16px;
    margin-right: 10px;
    padding: 21px 16px;
    box-sizing: border-box;
    /* justify-content: space-between; */
}
.radio-img-ctn {
    /* padding-left: 30px; */
    text-align: right;
    flex: 1;
}
.green-radio {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #14AE5C;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    outline: none;
    transition: background 0.3s ease;
}
.green-radio:checked::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #14AE5C;
    border-radius: 50%;
}
.continue-btn-wrapper {
    margin-top: 32px;
    text-align: right;
}
button.button-green {
    background: #14AE5C;
    border: #14AE5C;
    border-radius: 37px;
    width: 296px;
    height: 44px;
    color: #FFFFFF;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
}
/*  */
.roleselect-index-index .modal-popup._inner-scroll .modal-inner-wrap {
    width: 1230px;
    border-radius: 10px;
}
.roleselect-index-index .suggested-lg-ctn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D5D7DA;
    padding-bottom: 24px;
}
.roleselect-index-index .suggested-lg-ctn p.pref-lang-p {
    margin: 0px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #818181;
}
.roleselect-index-index input#phone {
    padding-left: 55px !important;
}
.roleselect-index-index .search-wrapper {
    position: relative;
}
.roleselect-index-index  div#modal-content-1 {
    padding: 30px !important;
}
.roleselect-index-index .suggested-lg-ctn input.search-lang-inp {
    width: 365px;
    height: 48px;
    border-radius: 40px;
    border: 1px solid var(--Border, #D5D7DA);
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    color: #3E3E3F;
    line-height: 100%;
    padding-left: 48px;
}
.roleselect-index-index .search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.roleselect-index-index .all-lg-wrapper {
    margin-bottom: 10px;
    margin-top: 20px;
}
.roleselect-index-index .indv-lang-wrapper {
    height: 75px;
    display: flex;
    align-items: center;
    padding: 21px 16px;
    gap: 16px;
    margin-left: 0px;
    width: 286px;
    border: 1px solid #E6E7EA;
    border-radius: 16px;
    margin-right: 10px;
    box-sizing: border-box;
}
.roleselect-index-index .radio-img-ctn {
    text-align: right;
    flex: 1;
}
.roleselect-index-index .green-radio {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #14AE5C;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    outline: none;
    transition: background 0.3s ease;
}
.roleselect-index-index .green-radio:checked::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #14AE5C;
    border-radius: 50%;
}
.roleselect-index-index .continue-btn-wrapper {
    margin-top: 32px;
    text-align: right;
}
.roleselect-index-index button.button-green {
    background: #14AE5C;
    border: #14AE5C;
    border-radius: 37px;
    width: 296px;
    height: 44px;
    color: #FFFFFF;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
}

.fa-eye:before {
    content: "\f06e";
    color: #000000;
}
.modal-popup.modal-slide:has(.language-modal) .action-close {
    margin: 15px !important;
    padding: 0;
    margin-top: 24px !important;
    margin-right: 40px;
}
.modal-popup.modal-slide:has(.language-modal) .action-close:before {
    font-size: 16px !important;
    line-height: 1 !important;
    color: rgba(129, 140, 153) !important;
    background: rgba(129, 140, 153, 0.12);
    border-radius: 50%;
    padding: 4px;
    width: 34px;
    height: 34px;
    box-sizing: border-box;
    /* opacity: 0.20; */
    vertical-align: middle;
    display: table-cell;
}
/*  */
  @media only screen and (max-width:1180px){
    .sign-up-ctn {
        width: 90%;
    }
  }
