.box-shadow-for-section {
    border-radius: 15px 15px 15px 15px;
    box-shadow: 3px 3px 10px 0px rgba(51, 1.8847826086956525, 1.8847826086956525, 0.96);
}

.section-color {
    background-color: #1B323B;
}

.price-table {
    text-align: center;
    position: relative;
}

.price-table-header {
    background: #2e586b;
    padding: 20px 0;
    border-radius: 15px 15px 0px 0px;
}

.best-selling .price-table-header {
    border-radius: 0px;
}

.best-selling .price-table-header {
    background: #168180;
}

.price-table-header h3 {
    font-family: "Barlow", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    color: #fff;
}

.price-table .price-table-header .price-table__subheading {
    font-family: "Barlow Condensed",
        Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.price-table-price .price-table__original-price {
    color: #D61930;
    font-family: "Barlow",
        Sans-serif;
    font-size: 30px;
    font-weight: 500;
    align-self: flex-end;
    margin-right: 15px;
    text-decoration: line-through;
}

.price-table .price-table-price {
    background-color: #f9fafa;
    font-family: "Barlow", Sans-serif;
    font-size: 70px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    color: #555;
    padding: 40px 0;
}

.price-table .price-table-price .price-table_currency {
    font-size: calc(51em/100);
    align-self: flex-start;
    margin-right: 3px;
    line-height: 1;

}

.price-table .price-table-price .price-table__integer-part {

    line-height: .8;
}

.price-table .price-table-price .price-table__period {
    font-family: "Barlow",
        Sans-serif;
    font-size: 22px !important;
    font-weight: 500 !important;
    width: 100%;
}

.price-table .price-table-price .typo-excluded {
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 400;
    font-size: medium;
    font-style: normal;
}

.price-table__features-list {
    background-color: #f9fafa;
    text-align: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #7a7a7a;
}

.price-table__features-list li {
    font-family: "Barlow", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.price-table__features-list li:not(:first-child):before {
    content: "";
    display: block;
    border: 0 solid hsla(0, 0%, 47.8%, .3);
    margin: 10px 12.5%;
}

.price-table__features-list li::before {
    border-top-style: solid !important;
    border-top-color: #ddd !important;
    border-top-width: 2px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.price-table__features-list li .price-table__feature-inner {
    margin-left: 15px;
    margin-right: 15px;
}

.price-table__features-list li .price-table__feature-inner svg {
    margin-right: 10px;
    font-size: 1.3em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.price-table .price-table__footer {
    background: #f9fafa;
    padding: 30px 0;
    border-radius: 0px 0px 15px 15px;
}

.price-table .price-table__footer .price-table__button {
    font-family: "Barlow", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #DD312C;
    border-radius: 30px 30px 30px 30px;
    display: inline-block;
    line-height: 1;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    padding: 15px 30px;
    text-decoration: none;
}

.price-table__additional_info {
    color: #DD312C;
    font-family: "Barlow", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 30px 0px 30px;
    line-height: 1.4;
}

.price-table__additional_info a {
    box-shadow: none !important;
    text-decoration: none !important;
    background-color: transparent;
    color: #c36 !important;
}

.price-table__ribbon-inner {
    background-color: #9B1230 !important;
    color: #ffffff;
    font-family: "Barlow", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    left: 0;
    width: 200%;
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    margin-top: 35px;
    line-height: 2;
    text-transform: uppercase;
    background: #000;
}

.price-table__ribbon {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    transform: rotate(90deg);
    width: 150px;
    overflow: hidden;
    height: 150px;
}

.price-table__integer-part {
    display: block;
    position: relative;
    padding-left: 25px;
}

.price-table__integer-part .woocommerce-Price-currencySymbol {
    position: absolute;
    display: block;
    left: 0;
    top: 5px;
    font-size: calc(51em/100);
}

/* checkout page */

.page-id-296 .post-296 {
    max-width: 100% !important;
}

.chekout-container {
    max-width: 1223px;
}

.chekout-container-ymps {
    max-width: 1140px;
}

.woocommerce-checkout header#site-header {
    display: none !important;
}

.woocommerce-checkout main header.page-header h1 {
    display: none !important;
}

.woocommerce-checkout-review-order-table {
    position: -webkit-sticky;
    top: 0;
}
.woocommerce-checkout .wps_recurring_bifurcation_wrapper {
    display: none !important;
}
.mini-checkout {
    background-color: #EFF8FC;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    position: sticky;
    top: 0;
    z-index: 50;
}

.add-on-placeholder .mini-checkout-price-list-title,
.add-on-placeholder .mini-checkout-price-list-price {
    color: transparent;
    text-shadow: 0 0 6px #000;
}

.mini-checkout-wrap-wd-one {
    width: 90%;
    margin-top: 33px !important;
    margin-bottom: 0px !important;
    border-style: solid;
}

.mini-checkout-wrap-wd-two {
    width: 90%;
    margin-top: 11px !important;
    border-style: solid;
}

.mini-checkout-wrap {
    background-color: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    border-width: 2px 2px 2px 2px;
    border-color: #D3D3D3;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 23px 11px 11px 23px;
    --e-column-margin-right: 23px;
    --e-column-margin-left: 23px;
}

.mini-checkout-heading {
    text-align: left;
    margin-bottom: 12px !important;
    width: 100%;
}

.common-widget:not(:last-child) {
    margin-block-end: 8px;
}

.mini-checkout-container {
    margin: -7px 0px -9px 0px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.mini-checkout-heading-title {
    color: #20566D;
    font-family: "Barlow", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 46px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}

.mini-checkout-price-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mini-checkout-price-list-item {
    align-items: flex-start;
    display: flex;
    text-decoration: none !important;
}

.mini-checkout-price-list-text {
    align-items: flex-start;
    flex-wrap: wrap;
    flex-grow: 1;
    display: flex;
}

.mini-checkout-price-list-header {
    color: #505050;
    font-family: "Barlow", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    align-items: center;
    flex-basis: 100%;
    margin-bottom: 10px;
    justify-content: space-between;
    display: flex;
}

.mini-checkout-price-list-title {
    max-width: 80%;
}

.mini-checkout-price-list-separator {
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    margin-left: 0px;
    margin-right: 0px;
    flex-grow: 1;
    height: 0;
    border-bottom-color: #54595f;
}

.mini-checkout-price-list-price {
    color: #505050;
    font-family: "Barlow", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.mini-checkout-padding {
    padding: 10px;
}

.mini-checkout-discount {
    text-align: left;
    color: #505050;
    font-family: "Barlow",
        Sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.mini-checkout-cancel-anytime {
    text-align: center;
    color: #505050;
    font-family: "Barlow",
        Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 19px;
}

.yearly-monthly-products-section {
    margin-top: 47px;
    margin-bottom: 40px;
}

.checkout-container-negitive-value {
    margin-left: -19px;
}

.yearly-monthly-products-section {
    color: #20566D;
    font-family: "Barlow", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}

.subscription-plan-checkbox {
    height: 22px;
    width: 22px;
    margin-right: 11px !important;
    margin-top: 3px;
    accent-color: #20566D;
}

.check-box-title {
    font-family: "Barlow", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-left: 0.25rem !important;
    color: #20566D;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}

.check-box-title label {
    margin-bottom: 10px;
}

.yearly-discount-calsulation {
    color: #C40000;
    font-family: "Barlow", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-style: oblique;
    line-height: 28px;
    -webkit-text-stroke-color: #000;
    transform: skewX(3deg);
    stroke: #000;
}

.monthly-products-section {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 34px;
    margin-bottom: 34px;
    padding: 0px 0px 0px 0px;
    border-radius: 15px 15px 15px 15px;
}

.monthly-d {
    padding-left: 42px;
}

.add-ons-d {
    padding-left: 42px;
}

.product-short-description {
    color: #20566D;
    font-family: "Barlow", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}

.yearly-d {
    padding-left: 30px;
}

.subscription-product-name {
    color: #20566D;
    font-family: "Barlow", Sans-serif;
    font-size: 25px;
    font-weight: 500;
}

.saved-discount {
    color: #20566D;
    font-family: "Barlow", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 46px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}

.learn-more-label-container a{
    color: red !important;
}

.products-height {
    padding-top: 5px;
    padding-bottom: 5px;
}

.product-regular-price {
    color: #20566D;
    font-family: "Barlow", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-decoration: line-through;
}

.product-sale-price {
    color: #20566D;
    font-family: "Barlow", Sans-serif;
    font-size: 25px;
    font-weight: 500;
}

.product-discount {
    color: #C40000;
    font-family: "Barlow", Sans-serif;
    font-size: 34px;
    font-weight: 600;
    padding-left: 0px;
    margin-left: -21px;
}

.product-price-mrgn {
    padding-right: 66px;
}

.yearly-products-section {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 34px;
    margin-bottom: 34px;
    padding: 0px 0px 0px 0px;
    border-radius: 15px 15px 15px 15px;
}

.checkout-page-add-ons {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 100px;
    padding: 29px 0px 0px 0px;
    background-color: #F3F3F3;
}

.checkout-page-heading {
    margin-bottom: 20px;
}

.checkout-page-add-ons-heading-title {
    color: #3884A5;
    font-family: "Barlow", Sans-serif;
    font-size: 38px;
    font-weight: 400;
}

.add-on-divider {
    padding-top: 2px;
    padding-bottom: 2px;
    display: flex;
}

.add-on-divider-separator {
    border: solid;
    color: #3884a5;
    width: 6%;
    display: flex;
    margin: 0;
    direction: ltr;
}

.checkout-page-add-ons-checkbox {
    margin-right: 21px;
    height: 22px;
    width: 22px;
    vertical-align: middle;
    accent-color: #232323;
}

.products-add-ons-name-title {
    color: #20566D;
    font-family: "Barlow", Sans-serif;
    font-size: 25px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.product-add-ons-description {
    margin-top: 20px;
    font-family: "Barlow", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #7a7a7a;
}

.product-add-ons-short-description {
    color: #20566D;
    font-family: "Barlow", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 46px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    padding: 0;
    margin: 0;
}

.woocommerce-checkout form {
    padding-left: 20%;
    padding-right: 20%;
    margin-top: 70px;
}

.woocommerce-billing-fields {
    background: #EFF8FC;
    padding: 10px;
}

.terms-conditions {
    max-height: 400px;
    overflow-y: scroll;
}

.wc-terms-and-conditions {
    margin-top: 15px;
    float: left;
    clear: none;
}

.wc-terms-and-conditions label.checkbox {
    clear: none;
    display: block;
    padding: 0px 1em 0px 8px;
}

.wc-terms-and-conditions .input-radio-button {

    float: left;
    clear: none;
    margin: 0px 0 0 2px;
}

.checkout-backto-overview {
    background-color: #1c313b;
    padding: 20px;
}

.checkout-backto-overview button {
    font-family: "Barlow", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #E44126;
    border-radius: 30px 30px 30px 30px;
    line-height: 20px;
}

.woocommerce-checkout-review-order-table,
tbody,
td,
tfoot,
th,
thead,
tr {
    border: none !important;
}

.after-customer-details-horzontal-line {
    padding: 10px 0px 10px 0px;
}


#order_review_heading {
    color: #3884A5;
    font-family: "Barlow", Sans-serif;
    font-size: 38px;
    font-weight: 400;
}

.woocommerce-checkout-review-order-table thead {
    display: none;
}

.woocommerce-checkout-review-order-table tbody tr td {
    background-color: #fff !important;
}

.woocommerce-checkout-review-order-table tbody tr .product-name {
    color: #20566D;
    font-family: "Barlow", Sans-serif;
    font-size: 25px;
    font-weight: 400;
}

.woocommerce-checkout-review-order-table tbody tr .product-total {
    float: right;
    color: #20566D;
    font-family: "Barlow", Sans-serif;
    font-size: 25px;
    font-weight: 400;
}

.woocommerce-checkout-review-order-table tfoot th {
    color: #20566D;
    font-family: "Barlow", Sans-serif;
    font-size: 25px;
    font-weight: 400;
}

.woocommerce-checkout-review-order-table tfoot td {
    float: right;
    color: #20566D;
    font-family: "Barlow", Sans-serif;
    font-size: 25px;
    font-weight: 400 !important;
}

.woocommerce-checkout-review-order-table tfoot tr.order-total th:first-child {
    font-weight: 800;
}

.subscription-product-name {
    display: inline-block;
    padding-left: 79px;
    position: relative;
}

.subscription-product-radio-button {
    font-size: 0 !important;
    display: block;
    position: absolute;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    border: 2px solid #20566D;
    left: 0;
    top: 26px;
}

.subscription-product-radio-button.active:before {
    content: '';
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: #20566D;
    display: block;
    border: 2px solid #FFF;
}

#place_order {
    font-family: "Barlow",
        Sans-serif;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #E44126;
    border-radius: 30px 30px 30px 30px;
}

.best-selling-label {
    padding: 6px 0px 6px 0px;
    background-color: #267471;
    border-radius: 15px 15px 0px 0px;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    font-family: "Barlow", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    text-align: center;
}

#billing_phone_field {
    width: 47%;
    float: left;
}

#billing_email_field {
    float: right;
    width: 47%;
    clear: inline-end;
}
.free-plan-fields #billing_email_field {
    float: left;
}
#billing_address_1_field {
    width: 47%;
    float: left;
}

#billing_address_2_field {
    width: 47%;
    float: right;
    clear: inline-end;
}

.woocommerce-checkout-review-order-table .product-quantity {
    display: none;
}

.woocommerce-checkout-review-order-table td {
    padding-bottom: 5px !important;
}

#billing_state_field .select2-selection--single {
    height: 42px;
    padding: 7px 16px;
}

#billing_country_field .select2-selection--single {
    height: 42px;
    padding: 7px 16px;
}

#billing_country_field .select2-selection__rendered {
    padding: 0;
    color: #000;
}

#billing_state_field .select2-selection__rendered {
    padding: 0;
    color: #000;
}

.input-radio-button {
    height: 25px;
    width: 25px;
    accent-color: #20566D;
}

#billing_country_field .select2-selection--single .select2-selection__arrow b {
    top: 75%;
}

#billing_state_field .select2-selection--single .select2-selection__arrow b {
    top: 75%;
}

.woocommerce-terms-and-conditions {
    background-color: #fff !important;
}
.woocommerce-notices-wrapper .woocommerce-message {
    margin-bottom: 0 !important;
}
.wc-terms-and-conditions {
    color: #20566D;
    font-family: "Barlow", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}
.woocommerce-terms-and-conditions-wrapper {
    font-family: "Barlow", Sans-serif;
}
.woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
    width: 1em;
    height: 1em;
    accent-color: #4683a4;
}

.discount-mrg {
    margin-left: 79px;
}

.add-on-placeholder .mini-checkout-price-list-title {
    color: #fff;
    text-shadow: none;
}

.add-on-placeholder .mini-checkout-price-list-separator {
    border-bottom-style: none;
}

.add-on-placeholder .mini-checkout-price-list-price {
    color: #fff;
    text-shadow: none;
}

.cart-page-from-checkout svg {
    width: 3%;
    float: right;
    fill: white;
}

.order-total.wps_wsp_recurring_total {
    display: none;
}
.wps_wsp_recurring_total_td {
    font-weight: 800 !important;
}
.monthly-button-for-add-on {
    font-family: "Barlow",
        Sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #1E65A8;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none !important;
}

.monthly-button-for-add-on:hover {
    color: #fff !important;
}

.monthly-button-for-add-on-p-div {
    margin-top: 38px;
    margin-bottom: 52px;
}
.loading {
    background-image: url(/wp-content/uploads/2024/12/loader-orange.gif) !important;
    background-position: center 20% !important;
    background-repeat: no-repeat !important;
    animation: none;
    background-size: 150px 150px;
    transition-duration: 0s;
    pointer-events: none;
    z-index: 999;

}

.loading-add-ons {
    background-image: url(/wp-content/uploads/2024/12/loader-orange.gif) !important;
    background-position: center 50% !important;
    background-repeat: no-repeat !important;
    background-size: 150px 150px;
    transition-duration: 0s;
    pointer-events: none;
}
.processing .blockOverlay {
    background-image: url(/wp-content/uploads/2024/12/loader-orange.gif) !important;
    background-position: center 65% !important;
    background-repeat: no-repeat !important;
    animation: none;
    background-size: 150px 150px !important;
    transition-duration: 0s;
    pointer-events: none;
}

.loadingthree {
    pointer-events: none;

}
/* my CSS */

.loading-overlay{
    display: none;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9998;
    align-items: center;
    justify-content: center;
}
.active-loader{
    display: flex;
}
.active-loader .loading{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.woocommerce-form.woocommerce-form-login.login{
    background: #e8ecf0;
    border: 0;
    border-radius: 10px;
    padding: 4px 16px;
}
button.login-form-submit{
    background-color: #B6C4CF;
    border-color: #B6C4CF;
    color: #000;
    padding-top: 7px;
    padding-bottom: 8px;
}
button.login-form-submit:hover {
    color: unset;
    background-color: #B6C4CF;
}
p.lost-psw-link a{
    color: #7A7A7A;
}
.profile-nav-tabs.nav-tabs .nav-link{
    border-width: 3px;
    border-color:transparent;
    color: #000;
}
.profile-nav-tabs.nav-tabs .nav-link.active{
    background-color: #d5d5d5;
}
.nav-item:hover > .nav-link {
    color: #E44126;
}
.profile-nav-tabs{
    font-family: "Barlow", sans-serif;
}
#menu-edit-profile > li > a {
    font-weight: 700;
    border-left: 0;
}

#menu-edit-profile ul.sub-menu {
    list-style: none;
    padding-left: 16px;
}
#menu-edit-profile > .nav-item {
    padding-bottom: 10px;
}
#sections .card,
#reviews .card,
.data-point{
    background-color: #B6C4CF;
}
#save-form .form-label{
    font-weight: 600;
}
a.preview, button.save-profile{
    background-color: #E04500;
    color: #fff;
    border-color: #E04500;
}
button.publish_status{
    background-color : #E61500;
    color: #fff;
}
.form-bottom{
    width: 100%;
    padding: 0px 20px 20px 20px;
}
.rounded-4 {
    border-radius: 10px;
}
.btn-subscription-alert{
    background-color: #2A3F45;
    border-color: #2A3F45;
}
.profile-nav-tabs span {
    border: 3px solid transparent;
}
.sb-left-navbar{
    position: fixed;
    left: 0;
    top: 67px;
    height: 100%;
    background-color: #f2f2f2;
    padding: 0;
}
.profile-card{
    background-color: #E8ECF0;
    border-radius: 10px;
}
.top-nav-undeline {
    position: relative;
    display: block;
    margin-bottom: 3px;
}
.top-nav-undeline:after {
    content: "";
    border-bottom: 2px solid #000;
    width: 100%;
    display: block;
    padding-top: 10px;
}
.dashboard-label{
    font-size: 14px;
    font-weight: 600;
}
.dashboard-info{
    color: #abafb3;
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
}
.elementor .dashboard-info a{
    text-transform: uppercase;
    font-style: normal;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.dashboard-info a.no-uppercase {
    text-transform: none !important;
}

.dashboard-top {
    border-color: #babdc0 !important;
}
.btn-upgrade{
    font-size: 19px;
    background-color: #e04500;
    border-color: #e04500;
    padding: 5px 40px 4px 40px;
    font-weight: 500;
    z-index: 1;
    position: relative;
}
.dashboard-badge{
    right: 56px;
    top: 147px;
}
.hr-opacity{
    opacity: 1;
}
/* navbar CSS */
#profile-cards-container{
    max-width: 1250px;
}
.hamburger-navbar{
    z-index: 99;
    position: fixed;
    top: 20px;
    left: 179px;
    width: 80px;
}
.hamburger-menu {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #223c45;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
    top: 2.5px;
}

.hamburger-menu span:nth-child(2) {
    top: 11px;
}

.hamburger-menu span:nth-child(3) {
    top: 21px;
}

.hamburger-menu.open span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.hamburger-menu.open span:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.success-msg{
    position: fixed;
    bottom: 70px;
    right: 0;
    border-radius: 10px;
    z-index: 1;
}
a.elementor-price-table__button.elementor-button.elementor-size-md.disabled_btn{
    background-color: #F9FAFA;
    color: #555555;
}
.myaccount-endpoint-content {
    background-color: #E8ECF0;
    border-radius: 10px;
    padding-top: 24px;
    margin-bottom: 80px;
}
.woocommerce-account h1.entry-title {
    font-size: 28px;
    width: 67%;
    padding-left: 10px;
    max-width: 1204px;
    margin-top: 25px;
    font-weight: 700;
}
.link-opacity {
    opacity: .5;
}
@media(max-width:991px){
    .sidebar {
        width: 300px;
        text-align: left;
        font-size: 20px;
        transform: rotate3d(0, 1, 0, 90deg);
        transform-origin: left center;
        transition: .5s;
    }

    .sidebar.open {
        transform: rotate3d(0, 0, 1, 0deg);
        z-index: 2;
    }
    .woocommerce-account h1.entry-title{
        margin-left: 0;
    }
}
@media(max-width:768px){
    .dashboard-info{
        font-size: 18px;
    }
    .btn-upgrade{
        font-size: 18px;
        padding: 5px 25px 4px 25px;
    }
}
/* my CSS End*/
.wps_wsp_recrring_total_align {
    float: left !important;
}
.thankyou-page-message {
    color: #505050;
    font-family: "Barlow", Sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 12px;
}

.thankyou-page-button {
    font-family: "Barlow",
        Sans-serif;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    font-weight: 600;
    text-decoration: none !important;
    background-color: #E44126;
    border-radius: 30px 30px 30px 30px;
}

.thankyou-page-button:hover {
    color: #fff !important;
}

.thankyou-page-a-tag-div {
    margin-top: 15px;
    margin-bottom: 22px;
}
@media screen and (max-width:480px) {

    .cart-page-from-checkout svg {
        width: 7% !important;
    }
    .thankyou-page-a-tag-div {
        margin-top: 5px;
        margin-bottom: 8px;
    }

    .thankyou-page-message {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .thankyou-page-button {
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 25px;
        padding-right: 25px;
        font-weight: 500;
    }

    .loading {
            background-size: 100px 100px !important;
            background-position: center 15% !important;;
    }

    .loading-add-ons {
        background-size: 100px 100px !important;
    }

    .processing .blockOverlay {
        background-size: 100px 100px !important;
        background-position: center 85% !important;
    }
    .monthly-button-for-add-on-p-div {
        margin-top: 10px;
        margin-bottom: 16px;
    }
    .monthly-button-for-add-on {
        font-size: 13px;
        font-weight: 400;
        padding: 5px 10px;
    }
    .yearly-resp-d {
        padding-left: 0px;
    }
    .mini-checkout-wrap {
        margin: 10px 10px 10px 10px;
    }
    .subscription-plan-checkbox {
        margin-right: 0px !important;
    }
    .mini-checkout-heading-title {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
    }

    .common-widget:not(:last-child) {
        margin-block-end: 10px;
    }

    .mini-checkout-price-list-price {
        font-size: 16px;
    }

    .mini-checkout-subscription-plan-details {
        margin-bottom: 0px !important;
    }

    .mini-checkout-discount {
        font-size: 16px;
    }

    .mini-checkout-cancel-anytime {
        font-size: 14px;
    }

    .mini-checkout-price-list-header {
        font-size: 16px;
    }

    .mini-checkout-wrap img {
        width: 60px !important;
    }

    .mini-checkout-wrap-wd-one {
        margin-top: 0px !important;
        width: 94% !important;
    }

    .mini-checkout-wrap-wd-two {
        width: 94% !important;
    }

    .cont-wdt {
        padding-left: 0px;
        padding-right: 0px;
    }

    /* yearly monthly section */
    .yearly-monthly-products-section {
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .chekout-container-ymps .heading-title {
        float: left;
        margin-bottom: 10px;
    }

    .check-box-title {
        font-size: 18px;
    }

    .yearly-discount-calsulation {
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
    }

    .month-form {
        margin-top: 30px !important;
    }

    .subscription-product-name {
        font-size: 14px;
        font-weight: 400;
        padding-left: 60px;
    }

    .subscription-product-radio-button {
        top: 10px;
    }
    .yearly-products-section {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .saved-discount {
        font-size: 14px;
        line-height: 10px;
    }

    .product-regular-price {
        font-size: 14px;
    }

    .product-sale-price {
        font-size: 16px;
        font-weight: 400;
    }

    .monthly-d {
        padding-left: 0px;
    }

    .add-ons-d {
        padding-left: 0px;
    }

    .yearly-d {
        padding-left: 0px;
    }

    .product-short-description {
        font-size: 14px;
        line-height: 10px;
    }

    .monthly-products-section {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .subscription-product-radio-button {
        height: 20px;
        width: 20px;
    }

    .product-discount {
        font-size: 14px;
    }

    .add-on-form {
        margin-top: 20px !important;
    }

    .checkout-page-add-ons-heading-title {
        font-size: 20px;
    }

    .checkout-page-add-ons {
        padding-top: 10px;
        margin-bottom: 0px;
    }

    .add-on-divider-separator {
        width: 50px;
    }

    .products-add-ons-name-title {
        font-size: 14px;
        font-weight: 400;
    }

    .product-add-ons-short-description {
        font-size: 12px;
        line-height: 10px;
    }

    .product-add-ons-description {
        display: none;
    }

    .woocommerce-checkout form {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 20px;
    }
    .discount-mrg {
        margin-left: 60px;
    }
    .woocommerce-checkout-review-order-table tbody tr .product-name {
        font-size: 16px;
    }


    .woocommerce-checkout-review-order-table tbody tr .product-name {
        font-size: 16px;
    }

    .woocommerce-checkout-review-order-table tbody tr td {
        font-size: 16px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .woocommerce-checkout-review-order-table tfoot th {
        font-size: 16px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .woocommerce-checkout-review-order-table tfoot td {
        font-size: 16px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

}

/* Add onbaze unique naming */
.action-confirm-delete-section-modal, .action-confirm-delete-review-modal, .action-confirm-unclaim-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.action-confirm-delete-section-modal .confirm-content, .action-confirm-delete-review-modal .confirm-content, .action-confirm-unclaim-modal .confirm-content {
    background: white;
    width: 350px;
    height: 200px;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    font-family: "Barlow", Sans-serif;
}

.action-confirm-delete-section-modal .confirm-content p, .action-confirm-delete-review-modal .confirm-content p, .action-confirm-unclaim-modal .confirm-content p {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 20px 0;
}

.action-confirm-delete-section-modal .confirm-content button, .action-confirm-delete-review-modal .confirm-content button, .action-confirm-unclaim-modal .confirm-content button {
    margin: 3px;
    padding: 10px 16px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    min-width: 100px;
}

.action-confirm-delete-section-modal .modal-options, .action-confirm-delete-review-modal .modal-options, .action-confirm-unclaim-modal .modal-options {
    display: flex;
}

.action-confirm-delete-section-modal .confirmDelete, .action-confirm-delete-review-modal .confirmDelete, .action-confirm-unclaim-modal .confirmUnclaim {
    background-color: red;
    color: white;
}

.action-confirm-delete-section-modal .cancelDelete, .action-confirm-delete-review-modal .cancelDelete, .action-confirm-unclaim-modal .cancelUnclaim {
    background-color: gray;
    color: white;
}

.claimed-company-container{
    display: flex;
}

.claim-company-options-container{
    display: block;
}

.claim-company-options-container #claim-again-btn, .claim-company-options-container #unclaim-company-btn{
    cursor: pointer;
    background-color: #2F5597;
    color: #fff;
    border-color: #2F5597;
    font-weight: 400;
    padding: 0.25rem 1.5rem;
    text-align: center;
    margin: 0px 5px;
    font-size: 14px;
}

.claim-company-options-container .claim-again-modal-container{
    display: none;
    justify-content: space-between;
}

.claim-company-options-container .claim-again-modal-container .cancel-claim-again-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #2F5597;
    color: #fff;
    border-color: #2F5597;
    font-weight: 400;
    padding: 0.25rem 1.5rem;
}

@media screen and (max-width:768px) {
    .woocommerce-checkout form {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 20px;
    }
}

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

    .woocommerce-checkout form {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 20px;
    }
}

@media screen and (min-device-width : 576px) and (max-device-width : 768px) {
    .cont-wdt {
        max-width: 673px !important;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .cont-wdt {
        max-width: 800px !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .woocommerce-checkout form {
        padding: 0px 10px 0px 10px;
    }

}
@media screen and (min-device-width : 1025px) and (max-device-width : 1500px) {
    .woocommerce-checkout form {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media screen and (min-width:480px) {
    .cont-wdt {
        padding-left: 0px;
        padding-right: 0px;
    }
}