
.elementor-widget-uael-price-table .elementor-widget-container {
  overflow: hidden;
  background-color: #f9f9f9;
}
.elementor-widget-uael-price-table:hover {
    z-index: 9;
}
.uael-price-table-feature-content {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.uael-price-features-simple .uael-price-table-feature-content {
    padding: 10px 20px;
}
.uael-price-features-divider .uael-price-table-feature-content,
.uael-price-features-strips .uael-price-table-feature-content,
.uael-price-features-borderbox .uael-price-table-feature-content {
    padding: 15px 20px;
}
.uael-pricing-style-1 .uael-price-table-header,
.uael-pricing-style-2 .uael-price-table-header,
.uael-pricing-style-3 .uael-pricing-heading-wrap {
    padding: 20px;
}
.uael-pricing-style-1 .uael-price-table-price-wrap {
    padding: 40px 20px;
}
.uael-module-content.uael-price-table-container {
    position: relative;
}
.uael-price-table {
    text-align: center;
}
.uael-price-table .uael-price-table-heading {
    margin: 0;
    padding: 0;
}
.uael-pricing-duration {
    padding: 0px 4px;
}
.uael-price-table .uael-price-table-original-price {
    margin-right: 15px;
    text-decoration: line-through;
    font-size: 0.5em;
    line-height: 1;
    font-weight: 400;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.uael-price-table .uael-pricing-value {
    color: #555;
    font-weight: 600;
    font-size: 65px;
}
.uael-price-table .uael-price-table-pricing .uael-price-typo-excluded {
    line-height: initial;
    letter-spacing: initial;
    text-transform: initial;
    font-weight: initial;
    font-size: initial;
    font-style: initial;
}
.uael-price-table .uael-price-table-beside-price {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.uael-pricing-container {
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
}
.uael-price-table .uael-price-table-integer-part,
.uael-price-table .uael-price-currency-normal {
    line-height: 1em;
}
.uael-price-table .uael-price-table-currency, .uael-price-table .uael-price-table-fractional-part {
    line-height: 1.2em;
    font-size: 0.4em;
}
.uael-price-table .uael-price-table-currency {
    margin-right: 2px;
}
.uael-price-table .uael-price-table-beside-price {
    margin-left: 2px;
}
.uael-price-table .uael-price-table-duration {
    width: 100%;
    font-size: 13px;
    font-weight: 400;
}
.uael-price-table .uael-price-table-features-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.uael-price-table .uael-price-table-features-list i {
    margin-right: 10px;
    font-size: 1em;
}
.uael-price-table .uael-price-table-cta {
    padding: 40px 20px;
}
.uael-price-table .uael-price-table-disclaimer {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
}
.uael-price-features-divider .uael-price-table-features-list li:not(:first-child):before,
.uael-price-features-borderbox .uael-price-table-features-list li:before,
.uael-price-features-borderbox .uael-price-table-features-list li:last-child:after {
    content: '';
    display: block;
    border: 0 solid rgba(122, 122, 122, 0.3);
}

/* CSS for Style 2 */
.uael-pricing-style-2 .uael-price-table .uael-price-table-price-wrap {
    padding: 30px 20px;
}
.uael-pricing-style-2 .uael-price-table .uael-price-table-cta  {
    padding: 30px 20px;
}
.uael-pricing-style-2 .uael-pricing-value {
    font-size: 50px;
}
.uael-pricing-style-2 .uael-price-table .uael-price-table-features-list {
    padding: 20px 0px;
}
.uael-pricing-style-2 .elementor-button {
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

/* CSS for Card style 3 of price section */
.uael-price-table-price-wrap, .uael-pricing-value {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.uael-pricing-style-3 .uael-price-table-pricing {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #eaeaea;
    border-color: #f9f9f9;
}
.uael-pricing-style-3 .uael-price-table .uael-pricing-value {
    font-size: 40px;
}
.uael-pricing-style-3 .uael-price-table .uael-price-table-features-list {
    padding: 20px 0px 0px 0px;
}

/* CSS for Ribbon Style 1 */
.uael-price-table-ribbon-1 {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 15em;
    overflow: hidden;
    height: 15em;
}
.uael-price-table-ribbon-1 .uael-price-table-ribbon-content {
    text-align: center;
    left: 0;
    width: 150%;
    -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    margin-top: 35px;
    font-size: 13px;
    line-height: 2;
    font-weight: 800;
    text-transform: uppercase;
    background: #000;
}
.uael-price-table-ribbon-1.uael-ribbon-left {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    left: 0;
    right: auto;
}
.uael-price-table-ribbon-1.uael-ribbon-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: auto;
    right: 0;
}

/* CSS for Ribbon Style 2 */
.uael-price-table-ribbon-content {
    z-index: 9;
    background: #000;
    color: #ffffff;
}
.elementor-widget-uael-price-table .elementor-widget-container {
    overflow: visible !important;
}
.uael-price-table-ribbon-2 .uael-price-table-ribbon-content {
    color: #fff;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
}
.uael-price-table-ribbon-2.uael-ribbon-left .uael-price-table-ribbon-content {
    left: 0;
    -webkit-transform: translateX(-40%)translateY(-40%);
    -ms-transform: translateX(-40%)translateY(-40%);
    transform: translateX(-40%)translateY(-40%);
}
.uael-price-table-ribbon-2.uael-ribbon-right .uael-price-table-ribbon-content {
    right: 0;
    -webkit-transform: translateX(40%)translateY(-40%);
    -ms-transform: translateX(40%)translateY(-40%);
    transform: translateX(40%)translateY(-40%);
}

/* CSS for Ribbon Style 3 */
.uael-price-table-ribbon-3 .uael-price-table-ribbon-content:after,
.uael-price-table-ribbon-3 .uael-price-table-ribbon-content:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    right: 0;
    border-bottom: 8px solid transparent;
}
.uael-price-table-ribbon-3 .uael-price-table-ribbon-content:after {
    border-left: 8px solid rgba(0, 0, 0, 0.2);
}
.uael-price-table-ribbon-3 .uael-price-table-ribbon-content {
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px 0 4px;
    padding: 3px 15px;
    position: absolute;
    top: 30%;
    right: -8px;
}


/* CSS for RTL Layout */
.rtl .uael-price-table-ribbon-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    width: 15em;
    overflow: hidden;
    height: 15em;
}
.rtl .uael-price-table-ribbon-1 .uael-price-table-ribbon-content {
    text-align: center;
    left: 0;
    width: 150%;
    margin-top: 35px;
    font-size: 13px;
    line-height: 2;
    font-weight: 800;
    text-transform: uppercase;
}
.rtl .uael-price-table-ribbon-1.uael-ribbon-left {
    -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
    left: 0;
    right: auto;
}
.rtl .uael-price-table-ribbon-1.uael-ribbon-right {
    -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
    left: auto;
    right: 0;
}
.rtl .uael-price-table-price-wrap,
.rtl .uael-pricing-value {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
