/**/
@font-face {
    font-family: 'paymysalon';
    src: url('fonts/paymysalon.eot?4tf8kc');
    src: url('fonts/paymysalon.eot?4tf8kc#iefix') format('embedded-opentype'),
        url('fonts/paymysalon.ttf?4tf8kc') format('truetype'),
        url('fonts/paymysalon.woff?4tf8kc') format('woff'),
        url('fonts/paymysalon.svg?4tf8kc#paymysalon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="pms-icon-"],
[class*=" pms-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'paymysalon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pms-icon-arrow-left-long-solid:before {
    content: "\e900";
}

.pms-icon-arrow-right-long-solid:before {
    content: "\e901";
}

.pms-icon-check-solid:before {
    content: "\e902";
}

.pms-icon-circle-check-solid:before {
    content: "\e903";
}

.pms-icon-credit-card-solid:before {
    content: "\e904";
}

.pms-icon-file-invoice-dollar-solid:before {
    content: "\e905";
}

.pms-icon-location-dot-solid:before {
    content: "\e906";
}

.pms-icon-phone-flip-solid:before {
    content: "\e907";
}

.pms-icon-user-solid:before {
    content: "\e908";
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

.pms-wrapper {
    --pms-primary-color: #663399;
    --pms-primary-text-color: #333;
    --pms-secondary-color: #f9892c;
    --pms-white-bg-color: #fff;
    --pms-grey-bg-color: #f4f4f4;
    padding: 45px 25px;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(72, 80, 88, 0.15);
    -moz-box-shadow: 0px 0px 32px 0px rgba(72, 80, 88, 0.15);
    box-shadow: 0px 0px 32px 0px rgba(72, 80, 88, 0.15);
    background-color: var(--pms-white-bg-color);
    color: var(--pms-primary-text-color);
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.3px !important;
    position: relative;
}

img {
    max-width: 100%;
}

a {
    color: var(--pms-primary-text-color);
    text-decoration: none;
}

a:hover {
    color: var(--pms-primary-text-color);
    text-decoration: none;
}

p {
    margin-bottom: 15px;
}

.pmscs-wrapper {
    min-height: 200px;
}

.pms-loading>.pms-step-label,
.pms-loading>.pms-steps-wrapper {
    display: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif !important;
    color: var(--pms-primary-text-color);
    margin: 0 0 15px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.5px !important;
}

.clr {
    clear: both;
}

.clearfix:after {
    display: block;
    content: '';
    width: 100%;
    clear: both;
}

::-webkit-input-placeholder {
    color: #808080;
}

::-moz-placeholder {
    color: #808080;
}

:-ms-input-placeholder {
    color: #808080;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.pms-step-label {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-bottom: 25px;
}

.pms-sl-box {
    width: 20%;
    position: relative;
}

.pms-sl-box a {
    display: block;
}

.pms-sl-box:before,
.pms-sl-box:after {
    position: absolute;
    background-color: #eaeaea;
    top: 25px;
    width: 50%;
    height: 5px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    content: '';
    transition: 0.3s;
}

.pms-sl-box:before {
    left: 0;
}

.pms-sl-box:after {
    right: 0;
}

.pms-sl-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #a9a9a9;
    background-color: #eaeaea;
    border-radius: 50%;
    border: #d9d9d9 1px solid;
    display: inline-block;
    position: relative;
    z-index: 9;
    transition: 0.3s;
}

.pms-sl-text {
    font-size: 14px;
    line-height: 14px;
    color: var(--pms-primary-text-color);
    transition: 0.3s;
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
}

.pms-sl-box:hover .pms-sl-icon,
.pms-sl-box:hover:before,
.pms-sl-box:hover:after,
.pms-sl-box.pms-slb-current .pms-sl-icon,
.pms-sl-box.pms-slb-current:before,
.pms-sl-box.pms-slb-current:after {
    background-color: var(--pms-primary-color);
    border-color: var(--pms-primary-color);
}

.pms-sl-box:hover .pms-sl-icon,
.pms-sl-box.pms-slb-current .pms-sl-icon {
    color: var(--pms-white-bg-color);
}

.pms-sl-box:hover .pms-sl-text,
.pms-sl-box.pms-slb-current .pms-sl-text {
    color: var(--pms-primary-color);
}

.pms-sl-box.pms-slb-success .pms-sl-icon,
.pms-sl-box.pms-slb-success:before,
.pms-sl-box.pms-slb-success:after {
    background-color: #78c85f;
    border-color: #78c85f;
}

.pms-sl-box.pms-slb-success .pms-sl-icon {
    color: var(--pms-white-bg-color);
}

.pms-sl-box.pms-slb-success .pms-sl-text {
    color: #78c85f;
}

.pms-promo-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
    background-color: var(--pms-primary-color);
    padding: 15px;
    border-radius: 5px;
}

.pms-promo-sec h4 {
    font-size: 24px;
    line-height: 33px;
    color: var(--pms-white-bg-color);
    margin: 5px 0;
    font-weight: 600;
}

.pms-state-form {
    max-width: 362px;
    width: 100%;
}

.pms-state-form select {
    display: block;
    width: 100%;
    height: 43px;
    background: none;
    border: var(--pms-white-bg-color) 1px solid !important;
    border-radius: 3px;
    box-shadow: none !important;
    font-size: 14px;
    line-height: 14px;
    color: var(--pms-white-bg-color);
    padding: 0 10px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.pms-state-form select option {
    color: var(--pms-primary-text-color);
}

.pms-promo-sec ::-webkit-input-placeholder {
    color: var(--pms-white-bg-color);
}

.pms-promo-sec ::-moz-placeholder {
    color: var(--pms-white-bg-color);
}

.pms-promo-sec :-ms-input-placeholder {
    color: var(--pms-white-bg-color);
}

.pms-locations {
    display: flex;
    flex-wrap: wrap;
}

.pms-location-box {
    width: 25%;
    padding: 25px 10px 20px;
    text-align: center;
    border-top: #d3d6df 1px solid;
    border-right: #d3d6df 1px solid;
    background: rgb(255, 255, 255);
    background: linear-gradient(120deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    transition: 0.3s;
    cursor: pointer;
}

.pms-location-box:nth-child(4n) {
    border-right: none;
}

.pms-location-box:nth-child(-n+4) {
    border-top: none;
}

.pms-lb-name {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin: 0 0 15px;
    color: var(--pms-primary-text-color);
}

.pms-lb-address {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 15px;
}

.pms-lb-phone {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 14px;
    color: var(--pms-primary-color) !important;
    transition: 0.3s;
}

.pms-lb-phone:hover {
    color: var(--pms-secondary-color) !important;
}

.pms-lb-phone span {
    vertical-align: middle;
}

.pms-location-box:hover,
.pms-location-box.active {
    background: var(--pms-primary-color);
    background: linear-gradient(45deg, var(--pms-primary-color) 0%, var(--pms-primary-color) 100%);
}

.pms-location-box:hover .pms-lb-name,
.pms-location-box.active .pms-lb-name,
.pms-location-box:hover .pms-lb-address,
.pms-location-box.active .pms-lb-address {
    color: var(--pms-white-bg-color);
}

.pms-location-box:hover .pms-lb-phone,
.pms-location-box.active .pms-lb-phone {
    color: var(--pms-secondary-color) !important;
}

.pms-location-box:hover .pms-lb-phone:hover,
.pms-location-box.active .pms-lb-phone:hover {
    color: var(--pms-white-bg-color) !important;
}

.pms-action {
    text-align: center;
    margin-top: 30px;
    width: 100%;
}

.pms-next-btn,
.pms-back-btn {
    display: inline-block !important;
    vertical-align: top !important;
    width: 145px;
    height: 50px;
    background: var(--pms-primary-color) !important;
    border: none !important;
    border-radius: 3px;
    box-shadow: none !important;
    font-size: 14px !important;
    line-height: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    color: var(--pms-white-bg-color) !important;
    font-family: 'Montserrat', sans-serif;
    margin: 0 5px;
    padding: 0 !important;
}

.pms-back-btn {
    background: var(--pms-secondary-color) !important;
}

.pms-membership-plans {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.pms-mp-box {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.pms-mpb-wrapper {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--pms-white-bg-color);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: 0.3s;
    cursor: pointer;
    border: 1px transparent solid;
}

.pms-mp-box:hover .pms-mpb-wrapper,
.pms-mp-box.pms-mpb-selected .pms-mpb-wrapper {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(102, 51, 153, 0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(102, 51, 153, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(102, 51, 153, 0.5);
    border-color: var(--pms-primary-color);
}

.pms-mp-img {
    width: 40%;
    max-height: 224px;
    background-color: var(--pms-primary-color);
    border-radius: 0 40% 40% 0;
    text-align: center;
    overflow: hidden;

}

.pms-mp-img img {
    display: inline;
    vertical-align: middle;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.pms-mp-content {
    width: 60%;
    padding: 18px 10px 0;
}

.pms-mp-name {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: var(--pms-primary-color);
    text-transform: uppercase;
    margin: 0 5px 15px 0;
}

.pms-mp-price {
    display: inline-block;
    vertical-align: top;
    background-color: var(--pms-primary-color);
    font-size: 18px;
    line-height: 28px;
    color: var(--pms-white-bg-color);
    font-weight: 600;
    padding: 0 20px;
    font-family: 'Montserrat', sans-serif;
}

.pms-mp-content p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px;
}

.pms-mp-content p:last-child {
    margin: 0;
}

.pms-mp-content ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pms-mp-content ul li {
    display: block;
    margin-bottom: 3px;
    padding-left: 13px;
    position: relative;
}

.pms-mp-content ul li:after {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--pms-primary-color);
    border-radius: 50%;
}

.pms-join-now {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 15px;
    border-radius: 0 30px 30px 0;
    background: var(--pms-secondary-color);
    color: var(--pms-white-bg-color);
    font-family: 'Montserrat', sans-serif;
}

.pms-mpb-check {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    color: #fff;
    background-color: #78c85f;
    text-align: center;
    border-radius: 50%;
    display: none;
    transition: 0.3s;
}

.pms-mpb-check span {
    line-height: 28px;
}

.pms-mpb-selected .pms-mpb-check {
    display: block;
}

.pms-mp-head-mobile {
    display: none;
    position: relative;
}

.pms-mpb-arrow {
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    width: 15px;
}

.pms-mpb-arrow img {
    transition: 0.3s;
}

.pms-mp-box.active .pms-mpb-arrow img {
    transform: rotate(180deg);
}

.pms-next-btn.join-btn {
    display: none !important;
}

.pms-form {
    margin-left: -8px;
    margin-right: -8px;
}

.pms-form .pms-f-field {
    padding: 0 8px;
    margin-bottom: 16px;
    float: left;
    width: 100%;
}

.pms-form .pms-f-field input[type=text],
.pms-form .pms-f-field input[type=tel],
.pms-form .pms-f-field input[type=email],
.pms-form .pms-f-field input[type=number],
.pms-form .pms-f-field input[type=date],
.pms-form .pms-f-field select {
    display: block;
    width: 100%;
    height: 50px;
    background: var(--pms-white-bg-color);
    border: #dddddd 1px solid !important;
    border-radius: 3px;
    box-shadow: none !important;
    font-size: 14px;
    line-height: 14px;
    color: var(--pms-primary-text-color);
    padding: 0 10px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.pms-checkbox label {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 16px;
    margin-left: 5px;
}

.pms-checkbox input[type=checkbox] {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.pms-f-field.pms-ff-half {
    float: left;
    width: 50%;
}

.pms-f-field.pms-ff-half2 {
    float: left;
    width: 25%;
}

.pms-f-field.pms-ff-half3 {
    float: left;
    width: 75%;
}

.pms-cc-form .pms-ff-half3.clearfix {
    padding: 0;
}

.pms-cc-form .pms-ff-half3.clearfix .pms-f-field.pms-ff-half {
    margin-bottom: 0;
}

.pms-form ::-webkit-input-placeholder {
    color: #808080;
}

.pms-form ::-moz-placeholder {
    color: #808080;
}

.pms-form :-ms-input-placeholder {
    color: #808080;
}

.pms-m-ci,
.pms-billing-form,
.pms-checkout-form {
    border: #d7d7d7 1px solid;
    border-radius: 5px;
    padding: 35px 15px;
    margin-top: 10px;
    background: var(--pms-white-bg-color);
    -webkit-box-shadow: 0px 0px 32px 0px rgba(101, 108, 116, 0.15);
    -moz-box-shadow: 0px 0px 32px 0px rgba(101, 108, 116, 0.15);
    box-shadow: 0px 0px 32px 0px rgba(101, 108, 116, 0.15);
}

.pms-m-ci h4,
.pms-billing-form h4,
.pms-checkout-form h4 {
    font-size: 24px;
}

.pms-heading-line {
    text-align: center;
    margin: 0 0 30px;
    padding-bottom: 15px;
    position: relative;
}

.pms-heading-line:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 105px;
    height: 1px;
    background: var(--pms-primary-color);
}

.pms-m-ci-form {
    max-width: 715px;
    margin: 0 auto;
}

.pms-m-ci-form .pms-action {
    margin-top: 15px;
}

.pms-billing-form {
    max-width: 800px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.pms-checkout-form {
    display: flex;
    flex-wrap: wrap;
}

.pms-cf-col-1 {
    width: 100%;
}

.pms-cf-col-2 {
    width: 46%;
    margin: 0 2%;
}

.pms-checkout-form .pms-form {
    background-color: var(--pms-grey-bg-color);
    padding: 23px 10px;
    border-radius: 5px;
    position: relative;
    min-height: 369px;
}

.pms-checkout-form .pms-form .pms-f-field {
    position: relative;
    z-index: 9;
}

.pms-ccard-icon {
    position: absolute;
    color: #dddddd;
    font-size: 113px;
    line-height: 113px;
    right: 10px;
    bottom: 0;
}

.pms-totle-billing {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--pms-grey-bg-color);
    padding: 23px 20px;
    border-radius: 5px;
}

.pms-totle-billing h6 {
    font-size: 18px;
    line-height: 18px;
    color: var(--pms-primary-color);
    margin: 0 0 10px;
}

.pms-totle-billing p {
    margin: 0 0 10px;
    line-height: 14px;
}

.pms-tb-cfull {
    width: 100%;
}

.pms-tb-chalf {
    width: 50%;
}

.pms-dashed-line {
    border-top: #aaaaaa 1px dashed;
    width: 100%;
    height: 1px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.pms-total-count {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: var(--pms-primary-color);
    border-radius: 3px;
    color: var(--pms-white-bg-color);
    padding: 12px 12px;
    margin-top: 10px;
}

.pms-total-count p {
    font-size: 16px;
    margin: 0;
}

.pms-promo-form {
    width: 100%;
}

.pms-promo-form input[type=text] {
    display: block;
    float: left;
    width: 70%;
    height: 37px;
    background: var(--pms-white-bg-color);
    border: #ddd 1px solid !important;
    border-radius: 3px;
    box-shadow: none !important;
    font-size: 14px;
    line-height: 14px;
    color: var(--pms-primary-color);
    padding: 0 10px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.pms-promo-form button {
    display: block;
    float: right;
    width: 29%;
    height: 37px;
    background: var(--pms-secondary-color) !important;
    border: none !important;
    border-radius: 3px;
    box-shadow: none !important;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    color: var(--pms-white-bg-color) !important;
    padding: 0 10px;
    font-family: 'Montserrat', sans-serif;
}

.pms-promo-form ::-webkit-input-placeholder {
    color: #808080;
}

.pms-promo-form ::-moz-placeholder {
    color: #808080;
}

.pms-promo-form :-ms-input-placeholder {
    color: #808080;
}

.pms-checkout-sec .pms-action .pms-checkbox {
    margin: 15px 0 25px;
}

.pms-confirmation-text {
    text-align: center;
}

.pms-confirmation-text .pms-done-icon {
    color: #78c85f;
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 20px;
}

.pms-confirmation-text h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    text-transform: none;
    margin: 0 0 20px;
}

.pms-confirmation-text p {
    font-size: 24px;
    line-height: 36px;
}

.pms-error {
    text-align: center;
    margin: 15px 0;
    color: red;
    font-size: 16px;
    text-transform: uppercase;
}

.pms-mp-selected-name {
    text-align: center;
    max-width: 715px;
    margin: 0 auto 20px;
    background-color: var(--pms-primary-color);
    border-radius: 5px;
    padding: 15px;
}

.pms-mp-selected-name .pms-mp-name,
.pms-mp-selected-name .pms-mp-price {
    display: inline-block;
}

.pms-mp-selected-name h4 {
    color: var(--pms-white-bg-color);
    margin-bottom: 0;
}

.pms-mp-selected-name .pms-mp-price {
    background-color: var(--pms-white-bg-color);
    color: var(--pms-primary-color);
}


/** ========= LOADER ========= **/
.pms-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    left: 0;
    top: 0;
    z-index: 999;
    text-align: center;
}

.pms-loader .lds-ellipsis {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.pms-loader .lds-ellipsis .pl-dots {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--pms-primary-color);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.pms-loader .lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.pms-loader .lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.pms-loader .lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

.pms-current-plan {
    max-width: 800px;
    margin: 0 auto 30px;
}

.pms-current-plan h6 {
    margin-bottom: 30px;
    text-align: center;
}

.pms-cc-renew {
    background-color: var(--pms-grey-bg-color);
    padding: 23px 10px;
    border-radius: 5px;
}

.pms-agree {
    margin: 15px 0 25px;
}

table.pms-your-plan-table {
    border: #ddd 1px solid;
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
}

table.pms-your-plan-table td {
    border-right: #ddd 1px solid;
}

table.pms-your-plan-table td:last-child {
    border-right: none;
}

table.pms-your-plan-table tfoot {
    background-color: var(--pms-primary-color);
    color: #fff;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

@media only screen and (max-width:1160px) {
    .pms-mp-name {
        font-size: 22px;
        line-height: 22px;
        margin: 0 0 10px;
    }

    .pms-mp-price {
        font-size: 14px;
        line-height: 20px;
        padding: 0 8px;
    }
}

@media only screen and (max-width:979px) {
    .pms-sl-text {
        font-size: 12px;
    }

    .pms-location-box {
        width: 33.3333%;
    }

    .pms-location-box:nth-child(4n) {
        border-right: #d3d6df 1px solid;
    }

    .pms-location-box:nth-child(4) {
        border-top: #d3d6df 1px solid;
        border-right: #d3d6df 1px solid;
    }

    .pms-location-box:nth-child(-n+3) {
        border-top: none;
    }

    .pms-location-box:nth-child(3n) {
        border-right: none;
    }

    .pms-mp-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .pms-mp-img {
        width: 30%;
    }

    .pms-mp-content {
        width: 70%;
    }

    .pms-confirmation-text .pms-done-icon {
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 15px;
    }

    .pms-confirmation-text h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .pms-confirmation-text p {
        font-size: 18px;
        line-height: 25px;
    }
}

@media only screen and (max-width:767px) {
    .pms-wrapper {
        padding: 25px 15px;
    }

    .pms-step-label {
        margin-bottom: 20px;
    }

    .pms-sl-text {
        display: none;
    }

    .pms-promo-sec {
        margin-bottom: 20px;
    }

    .pms-state-form select {
        height: 38px;
    }

    .pms-location-box {
        width: 50%;
    }

    .pms-location-box:nth-child(3n) {
        border-right: #d3d6df 1px solid;
    }

    .pms-location-box:nth-child(3) {
        border-top: #d3d6df 1px solid;
        border-right: #d3d6df 1px solid;
    }

    .pms-location-box:nth-child(-n+2) {
        border-top: none;
    }

    .pms-location-box:nth-child(2n) {
        border-right: none;
    }

    .pms-lb-name {
        font-size: 16px;
        line-height: 16px;
    }

    .pms-action {
        margin-top: 20px;
    }

    .pms-next-btn,
    .pms-back-btn {
        width: 110px;
        height: 43px;
    }

    .pms-form .pms-f-field input[type=text],
    .pms-form .pms-f-field input[type=date],
    .pms-form .pms-f-field select,
    .pms-form .pms-f-field input[type=tel] {
        height: 43px;
    }

    .pms-mp-img {
        width: 35%;
    }

    .pms-mp-content {
        width: 65%;
    }

    .pms-promo-sec h4 {
        font-size: 18px;
        line-height: 20px;
        margin: 9px 0;
    }

    .pms-m-ci h4,
    .pms-billing-form h4,
    .pms-checkout-form h4 {
        font-size: 18px;
    }

    .pms-heading-line {
        margin-bottom: 20px;
    }

    .pms-cf-col-2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .pms-checkout-form .pms-form {
        min-height: inherit;
        padding: 23px 10px 10px;
    }

    .pms-ccard-icon {
        display: none;
    }

    .pms-checkout-sec .pms-action .pms-checkbox {
        margin: 0 0 15px;
    }

    .pms-confirmation-text .pms-done-icon {
        font-size: 60px;
        line-height: 60px;
    }

    .pms-confirmation-text h2 {
        font-size: 24px;
        line-height: 24px;
    }

    .pms-confirmation-text p {
        font-size: 16px;
        line-height: 25px;
    }
}

@media only screen and (max-width:640px) {
    .pms-membership-plans {
        margin: 0;
    }

    .pms-mp-box {
        margin-bottom: 15px;
        border: #ddd 1px solid;
        padding: 0;
        -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
        position: relative;
    }

    .pms-mp-head-mobile {
        background-color: var(--pms-white-bg-color);
        padding: 12px 15px;
        display: block;
    }

    .pms-mp-name,
    .pms-mp-price {
        display: none;
    }

    .pms-mp-head-mobile .pms-mp-name {
        margin: 0;
        font-size: 16px;
        line-height: 23px;
        display: inline-block;
    }

    .pms-mp-head-mobile .pms-mp-price {
        display: inline-block;
    }

    .pms-mpb-wrapper {
        box-shadow: none;
        background-color: var(--pms-grey-bg-color);
        border: none;
        border-top: #ddd 1px solid;
        position: inherit;
        display: none;
    }

    .pms-mp-box:hover .pms-mpb-wrapper,
    .pms-mp-box.pms-mpb-selected .pms-mpb-wrapper {
        box-shadow: none;
    }

    .pms-mp-box.active .pms-mpb-wrapper {
        display: block;
    }

    .pms-mp-img {
        width: 100%;
        border-radius: 0;
        max-height: 360px;
    }

    .pms-mp-content {
        width: 100%;
        padding: 18px 10px;
    }

    .pms-mp-box.pms-mpb-selected {
        -webkit-box-shadow: 0px 0px 20px 0px rgb(102 51 153 / 50%);
        -moz-box-shadow: 0px 0px 20px 0px rgba(102, 51, 153, 0.5);
        box-shadow: 0px 0px 20px 0px rgb(102 51 153 / 50%);
        border-color: var(--pms-primary-color);
    }

    .pms-next-btn.join-btn {
        display: block !important;
        margin: 15px auto 0;
        height: 35px;
    }

    .pms-join-now {
        display: none;
    }
}

@media only screen and (max-width:575px) {

    .pms-f-field.pms-ff-half,
    .pms-f-field.pms-ff-half3,
    .pms-f-field.pms-ff-half2 {
        width: 100%;
    }

    .pms-cc-form .pms-ff-half2 {
        width: 25%;
    }

    .pms-cc-form .pms-ff-half3.clearfix {
        width: 75%;
    }

    .pms-cc-form .pms-ff-half3.clearfix .pms-f-field.pms-ff-half {
        width: 50%;
    }

    .pms-m-ci,
    .pms-billing-form,
    .pms-checkout-form {
        padding: 25px 15px;
    }
}

@media only screen and (max-width:480px) {

    .pms-sl-box:before,
    .pms-sl-box:after {
        top: 20px;
    }

    .pms-sl-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .pms-location-box {
        width: 100%;
        border-right: none !important;
    }

    .pms-location-box:nth-child(2n) {
        border-top: #d3d6df 1px solid;
    }

    .pms-mp-img {
        max-height: 350px;
    }
}

@media only screen and (max-width:479px) {
    .pms-mp-img {
        max-height: 330px;
    }
}

@media only screen and (max-width:360px) {
    .pms-mp-img {
        max-height: 300px;
    }
}

.pms-promo-disclaimer {
    font-size: 0.9em;
    font-style: italic;
    margin-bottom: 5px;
}

.pms-captcha-wrapper {
    text-align: center;
}

.g-recaptcha,
.pms-captcha-wrapper>div {
    display: inline-block;
}