:root {
    --headerHeight: 90px;
}

.pricing_plan_div #monthly_plan .owl-carousel .owl-nav.disabled,
.pricing_plan_div #yearly_plan .owl-carousel .owl-nav.disabled {
    display: none;
}

.modal-body {
    font-size: 16px;
    margin-top: 0 !important;
}

.no_padding {
    padding: 0 !important;
}

.main_offer_div {
    display: none;
}

.pricing_page_main {
    padding-top: 0;
}

.dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
}

.user-dropdown-new select {
    display: none;
}

.dropdown.disable {
    align-items: flex-end;
}

.dropdown.disable label {
    padding: 5px 0;
    padding-bottom: 5px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
}

.user-dropdown {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.0075);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 10px;
    padding-right: 25px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
    background-color: transparent;
    border: none;
}

.user-dropdown:focus {
    background-color: transparent;
    box-shadow: none;
}

.user-dropdown:hover {
    background-color: transparent;
}

.user-dropdown.open,
.user-dropdown:active {
    background-color: transparent !important;
    border-color: transparent;
    box-shadow: none;
}

.user-dropdown:after {
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    transform: origin(50% 20%);
    transition: all 125ms ease-in-out;
    content: "";
    display: block;
    margin: 0 !important;
    margin-top: 3px !important;
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 50%;
}

.user-dropdown span.current {
    border-bottom: 1px solid #fff;
    padding: 5px 0;
    padding-bottom: 0;
    color: #fff;
    font-size: 17px;
}

.user-dropdown.open:after {
    transform: rotate(-180deg);
}

div.list ul {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}

.user-dropdown.open .list {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.user-dropdown.open .option {
    cursor: pointer;
}

.user-dropdown.wide {
    width: 100%;
}

.user-dropdown.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.user-dropdown .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transform: scale(0.75);
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
}

.user-dropdown .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.dropdown .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
}

.user-dropdown .option:focus,
.user-dropdown .option:hover {
    background-color: #f6f6f6 !important;
}

.user-dropdown .option.selected {
    font-weight: 600;
    background-color: transparent !important;
}

.user-dropdown .option.selected:focus {
    background: 0 0;
}

.plan_switch .switch input {
    display: none;
}

.plan_switch .switch {
    display: inline-block;
    width: 54px;
    height: 30px;
    position: relative;
    margin: 0;
}

.plan_switch .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    cursor: pointer;
    border: 4px solid rgba(0, 122, 255, 0.2);
    overflow: hidden;
    transition: 0.2s;
}

.plan_switch .slider:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: #007aff;
    border-radius: 30px;
    transform: translateX(-21px) translateY(3px);
    transition: 0.2s;
}

.plan_switch input:checked+.slider:before {
    transform: translateX(1px) translateY(3px);
}

.dropdown_label .selected a {
    font-weight: 500;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.3) !important;
    padding-right: 20px;
    padding-top: 0px;
    position: relative;
    display: inline-block;
}

.dropdown_label .selected a:after {
    content: "";
    position: absolute;
    background: url(https://cdn.mooninvoice.com/image/images/yearly_plan.svg) no-repeat 0 0;
    width: 12px;
    height: 5px;
    top: 3px;
    right: 0;
    bottom: 0;
    margin: auto;
}

.dropdown_label.active .selected a:after {
    background: url(https://cdn.mooninvoice.com/image/images/yearly_plan.svg) no-repeat 0 0;
}

.dropdown_label.no_dropdown .selected a {
    padding-right: 0;
}

.dropdown_label.no_dropdown .selected a:after {
    display: none;
}

.plan_switch.active .label span {
    color: #000;
}

.user_dropdown .user-dropdown span.current {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    font-family: var(--secondary-fonts);
    padding-right: 20px;
}

.user_dropdown .user-dropdown span.current:after {
    background: url(https://cdn.mooninvoice.com/image/images/yearly_plan.svg) no-repeat 0 0;
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 12px;
    height: 7px;
}

@-moz-document url-prefix() {
    .user-dropdown:after {
        margin: 0 3px;
    }
}

.plan_tab_content {
    width: 70%;
    margin: 0 auto;
}

.plan_switch .label span {
    font-weight: 500;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.3);
}

.plan_switch .label span a {
    color: rgba(0, 0, 0, 0.3);
}

.plan_switch .dropdown_label {
    margin-left: 17px;
}

.dropdown_label {
    display: flex;
    align-items: center;
}

.plan_subheader {
    display: flex;
    justify-content: space-between;
    max-width: 810px;
    margin: auto;
    padding: 0px 0 46px;
}

.plan_subheader.plan_subheader_new {
    justify-content: space-evenly;
}

.dropdown_label .user-dropdown {
    height: auto;
    line-height: 1;
    padding: 0;
}

.new_pricing_main .newclassfordiv.planid_yearly_ .most_value_txt {
    padding: 23px 0;
}

.new_pricing_main .or_try_free span {
    color: #007aff;
}

.new_pricing_main .plan_white_details i.fa {
    background: url(https://cdn.mooninvoice.com/image/images/blue_check.svg) no-repeat 0 0;
}

.new_pricing_main .plan_white_details ul li span {
    font-weight: 500;
    font-size: 14px;
    color: #2d2d2d;
}

.new_pricing_main .bronze_plan_div,
.new_pricing_main .gold_plan_div,
.new_pricing_main .lite_plan_div,
.new_pricing_main .silver_plan_div {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: none;
}

.new_pricing_main .plan_box_blue h5.plan-desc {
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 0;
}

.new_pricing_main .offer_value_txt span {
    font-size: 11px;
    color: #000;
    font-weight: 600;
}

.offer_value_txt {
    padding: 5px 10px;
    width: 88px;
}

.options {
    position: relative;
}

.dropdown_label.active .selected a {
    color: #000000;
}

.drop-down .selected a span {
    cursor: pointer;
    display: block;
    padding: 5px;
}

.drop-down .option {
    position: relative;
}

.drop-down .options ul {
    background: #fff none repeat scroll 0 0;
    display: none;
    list-style: none;
    padding: 0px 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: auto;
    min-width: 170px;
    box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.drop-down .selected span.value,
.drop-down .options span.value {
    display: none;
}

.drop-down .options span.discountlabel.value {
    display: block !important;
}

.drop-down .options ul li a {
    padding: 0px 15px;
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: space-between;
    min-height: 48px;
    align-items: center;
}

.drop-down .options ul li a:hover {
    background: #f6f6f6 !important;
    transition: 0.2s ease;
}

.user_dropdown .user-dropdown {
    padding: 0px;
}

.user_dropdown .user-dropdown span.current {
    padding-top: 0px;
}

.new_pricing_main .buy_plan {
    text-align: center;
    margin-top: 15px;
}

.new_pricing_main .pricing_plan_div:not(.pricing_plan_usd) .newclassfordiv.planid_yearly_silverplan .lite_plan_div {
    border-radius: 0 0 22px 22px;
    border-color: #007aff;
}

.new_pricing_main .newclassfordiv.planid_yearly_silverplan .most_value_txt h4,
.new_pricing_main .newclassfordiv.plantype_yearly_pos_silverplan .most_value_txt h4,
.new_pricing_main .newclassfordiv.pos_planid_monthly_silverplan .most_value_txt h4 {
    font-weight: 600;
    font-size: 16px;
    font-family: var(--secondary-fonts);
    text-transform: uppercase;
}

.new_pricing_main .newclassfordiv.planid_yearly_goldplan .lite_plan_div {
    border-radius: 0 0 22px 22px;
    border-color: #000000;
}

.new_pricing_main .newclassfordiv.planid_yearly_silverplan .most_value_txt,
.new_pricing_main .newclassfordiv.plantype_yearly_pos_silverplan .most_value_txt,
.new_pricing_main .newclassfordiv.pos_planid_monthly_silverplan .most_value_txt {
    background: #007aff;
    border-radius: 22px 22px 0px 0px;
    padding: 14px 0;
}

.new_pricing_main .newclassfordiv.planid_yearly_goldplan .most_value_txt,
.new_pricing_main .newclassfordiv.pos_planid_yearly_goldplan .most_value_txt,
.new_pricing_main .newclassfordiv.pos_planid_monthly_goldplan .most_value_txt {
    background: #000;
    border-radius: 22px 22px 0px 0px;
    padding: 14px 0;
}

.new_pricing_main .plan_price_per_month {
    margin-bottom: 0;
}

.new_pricing_main .or_try_free a {
    border-color: #007aff;
    color: #007aff;
}

.new_pricing_main .or_try_free {
    text-align: center;
    min-height: 20px;
}

.plancomaprision_section {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}

.plaincomppart h3 {
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    color: rgba(0, 0, 0, 0.8);
    font-family: var(--secondary-fonts);
    letter-spacing: 0.01em;
    margin-bottom: 45px;
}

.table_main table {
    width: 100%;
    border-collapse: initial;
}

.table_main th h4 {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.8);
    font-family: var(--secondary-fonts);
}

.blank_div {
    min-height: 19px;
    margin: 0;
}

.com_tryfreebtn a {
    min-width: 108px;
    min-height: 38px;
    border: 1px solid #007aff;
    line-height: 37px;
    text-align: center;
    color: #007aff;
    border-radius: 4px;
    display: inline-block;
    margin-top: 2px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.com_tryfreebtn a:hover {
    background: #007aff;
    color: #fff;
}

.com_tryfreebtn.blue a {
    background: #007aff;
    color: #fff;
}

.com_tryfreebtn.blue a:hover {
    background: #fff;
    color: #007aff;
}

.table_price_text {
    font-size: 16px !important;
    opacity: 50%;
    margin-left: 4px;
    font-weight: 400 !important;
}

.table_main thead {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    position: relative;
    top: 0 !important;
}

.table_main thead .table_main thead.fixed {
    display: table;
    position: fixed;
    top: 124px;
    background: #fff;
    z-index: 1;
}

.table_main thead#clone th {
    border-bottom: none;
    display: table-cell;
}

.table_main thead#clone tr {
    display: table-row;
}

.table_main thead#clone {
    display: table;
}

.table_main th:last-child {
    border-right: none;
    border-radius: 0px 22px 0px 0px;
    border-radius: 0px !important;
}

.table_main .plan_header {
    background: #f7f7f7;
}

.plancomaprision_section .table_main th {
    border-bottom: none !important;
}

.table_main .plan_header a span.arrow_icon {
    margin-left: 17px;
    position: relative;
    width: 18px;
    height: 18px;
}

.table_main .plan_header a.active span.arrow_icon:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.table_main .plan_header td {
    padding: 19px 51px;
    text-transform: capitalize;
    border: none;
}

.table_main td {
    padding: 19px 51px;
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    text-align: center;
}

.table_main td:first-child {
    text-align: left;
    min-width: 480px;
}

.table_main td:last-child {
    border-right: none;
}

td.no_space {
    padding: 0 !important;
}

.contact_custom_plan {
    margin-top: 70px;
}

.new_pricing_main .plan_white_details {
    padding: 20px 31px 24px 31px;
}

.plan_tab_content .zero_padding .plan_details.item {
    width: auto !important;
    padding: 0 10px;
    padding-top: 0px !important;
}

.new_pricing_main .plan_tab_content .zero_padding {
    justify-content: space-between;
}

.new_pricing_main .plan_tab_content .zero_padding.justify-center {
    justify-content: center;
}

.radius-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.new_pricing_main .plan_tab_content {
    width: 100%;
    max-width: 1320px;
}

.plaincomppart {
    max-width: 1076px;
    margin: auto;
}

.table_main th:first-child {
    min-width: 480px;
    text-align: left;
}

.most_value_txt {
    padding: 14px 0 !important;
}

.new_pricing_main .pricing_plan_div:not(.pricing_plan_usd) .newclassfordiv.planid_monthly_silverplan .lite_plan_div,
.new_pricing_main .newclassfordiv.pos_planid_monthly_silverplan .lite_plan_div,
.new_pricing_main .newclassfordiv.pos_planid_yearly_silverplan .lite_plan_div {
    border-radius: 0 0 22px 22px;
    border-color: #007aff;
}

.new_pricing_main .newclassfordiv.planid_2yearly_silverplan .most_value_txt {
    background: #007aff;
    border-radius: 22px 22px 0 0;
    padding: 14px 0;
}

.new_pricing_main .newclassfordiv.plantype_3yearly_silverplan .most_value_txt {
    background: #007aff;
    border-radius: 22px 22px 0 0;
    padding: 14px 0;
}

.new_pricing_main .newclassfordiv.plantype_3yearly_silverplan .lite_plan_div {
    border-radius: 0 0 22px 22px;
    border-color: #007aff;
}

.plan_details.plantype_yearly_silverplan .most_value_txt {
    background: #007aff;
    border-radius: 22px 22px 0 0;
    padding: 14px 0;
}

.plan_details.plantype_3yearly_silverplan .most_value_txt {
    background: #007aff;
    border-radius: 22px 22px 0 0;
    padding: 14px 0;
}

.plan_details.plantype_monthly_silverplan .most_value_txt {
    background: #007aff;
    border-radius: 22px 22px 0 0;
    padding: 14px 0;
}

.plan_details.plantype_2yearly_silverplan .most_value_txt {
    background: #007aff;
    border-radius: 22px 22px 0 0;
    padding: 14px 0;
}

.new_pricing_main .newclassfordiv.planid_monthly_goldplan .most_value_txt {
    background: #000;
    border-radius: 22px 22px 0 0;
    padding: 14px 0;
}

.plan_details.plantype_yearly_goldplan .lite_plan_div {
    border-radius: 0 0 22px 22px;
    border-color: #000;
}

.plan_details.plantype_yearly_goldplan .most_value_txt {
    background: #000;
    border-radius: 22px 22px 0 0;
    padding: 14px 0;
}

.plan_details.plantype_monthly_goldplan .lite_plan_div {
    border-radius: 0 0 22px 22px;
    border-color: #000;
}

.plan_details.plantype_monthly_goldplan .most_value_txt {
    background: #000;
    border-radius: 22px 22px 0 0;
    padding: 14px 0;
}

.plan_details.plantype_2yearly_goldplan .lite_plan_div {
    border-radius: 0 0 22px 22px;
    border-color: var(--primary-color);
}

.plan_details.plantype_2yearly_goldplan .most_value_txt {
    background: var(--primary-color);
    border-radius: 22px 22px 0 0;
    padding: 14px 0;
}

.plan_details.planid_3yearly_goldplan .lite_plan_div {
    border-radius: 0 0 22px 22px;
    border-color: #000;
}

.plan_details.planid_3yearly_goldplan .most_value_txt {
    background: #000;
    border-radius: 22px 22px 0 0;
    padding: 14px 0;
}

.plan_details.plantype_3yearly_goldplan .lite_plan_div {
    border-radius: 0 0 22px 22px;
    border-color: var(--primary-color);
}

.plan_details.plantype_3yearly_goldplan .most_value_txt {
    background: var(--primary-color);
    border-radius: 22px 22px 0 0;
    padding: 14px 0;
}

.drop-down .selected a span span:nth-child(1) {
    display: none;
}

.new_pricing_main .newclassfordiv.planid_yearly_silverplan .most_value_txt h4,
.new_pricing_main .newclassfordiv.plantype_yearly_pos_silverplan .most_value_txt h4,
.new_pricing_main .newclassfordiv.pos_planid_monthly_silverplan .most_value_txt h4,
.new_pricing_main .newclassfordiv.pos_planid_monthly_goldplan .most_value_txt h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--secondary-fonts);
    text-transform: uppercase;
}

.new_pricing_main .newclassfordiv.planid_monthly_silverplan .most_value_txt h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--secondary-fonts);
    text-transform: uppercase;
}

.new_pricing_main .newclassfordiv.planid_monthly_goldplan .most_value_txt h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--secondary-fonts);
    text-transform: uppercase;
}

.new_pricing_main .newclassfordiv.planid_2yearly_silverplan .most_value_txt h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--secondary-fonts);
    text-transform: uppercase;
}

.new_pricing_main .newclassfordiv.planid_2yearly_goldplan .most_value_txt h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--secondary-fonts);
    text-transform: uppercase;
}

.new_pricing_main .newclassfordiv.planid_3yearly_silverplan .most_value_txt h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--secondary-fonts);
    text-transform: uppercase;
}

.new_pricing_main .newclassfordiv.planid_3yearly_goldplan .most_value_txt h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--secondary-fonts);
    text-transform: uppercase;
}

.plan_details.plantype_yearly_silverplan .most_value_txt h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--secondary-fonts);
    text-transform: uppercase;
}

.plan_details.plantype_3yearly_silverplan .most_value_txt h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--secondary-fonts);
    text-transform: uppercase;
}

.plan_details.plantype_3yearly_goldplan .most_value_txt h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--secondary-fonts);
    text-transform: uppercase;
}

.plan_details.plantype_2yearly_silverplan .most_value_txt h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--secondary-fonts);
    text-transform: uppercase;
}

.plan_details.plantype_2yearly_goldplan .most_value_txt h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--secondary-fonts);
    text-transform: uppercase;
}

.plan_details.plantype_monthly_silverplan .most_value_txt h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--secondary-fonts);
    text-transform: uppercase;
}

.plan_details.plantype_monthly_goldplan .most_value_txt h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--secondary-fonts);
    text-transform: uppercase;
}

.plan_details.plantype_yearly_goldplan .most_value_txt h4,
.plan_details.pos_plantype_yearly_goldplan .most_value_txt h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--secondary-fonts);
    text-transform: uppercase;
}

.table_main td span {
    font-size: 18px;
    font-family: var(--primary-fonts);
    color: rgba(0, 0, 0, 0.5);
}

.table_main table.main_table {
    border-spacing: 0;
    border-collapse: separate !important;
    border-radius: 22px 22px 22px 22px;
    -moz-border-radius: 22px 22px 22px 22px;
    -webkit-border-radius: 22px 22px 22px 22px;
}

.table_main table.table_four {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.new_pricing_main .plan_tab_content .one_box {
    justify-content: center;
}

.new_pricing_main .plan_tab_content .one_box .plan_details {
    width: 33.33% !important;
}

.new_pricing_main .plan_tab_content .two_box {
    justify-content: center;
}

.new_pricing_main .plan_tab_content .two_box .plan_details,
.plan_tab_content #two_yearly_plan .zero_padding .plan_details.item,
.plan_tab_content #three_yearly_plan .zero_padding .plan_details.item {
    width: 33.33% !important;
}

.table_main table.table_four td {
    padding: 19px 20px;
}

.table_main .plan_header a {
    font-size: 22px;
}

.table_main .plan_header span.arrow_icon svg {
    width: 13px;
}

.get_started_now .try_free_btn {
    border: 2px solid #007ffa;
}

.table_main td {
    font-size: 18px;
}

.plan_switch .label span.black_color a {
    color: #000;
}

.table_main p.text {
    font-weight: 500;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0px;
}

.dropdown_label.pos_active .selected a:after {
    display: none;
}

.new_pricing_main .plan_tab_content #pos_yearly_plan_new .zero_padding .plan_details.item {
    width: 33.33% !important;
}

.new_pricing_page .oe_price_del span {
    color: #000;
    margin-bottom: 0px;
}

.table_main table#clone.main_table,
.table_main table#clone th:first-child,
.table_main table#clone th:last-child {
    border-radius: 0px !important;
}

.table_main #clone {
    z-index: 9;
    -webkit-transition: height 0.3s ease-in-out;
    transition: min-height 0.3s ease-in-out;
    min-height: 123px;
}

.pos_switch .slider {
    border-color: #e4e4e4;
}

.pos_switch .slider:before {
    background: #c1c1c1;
}

.plan_switch.pos_switch input:checked+.slider:before {
    background: #007aff;
}

.plan_switch.pos_switch input:checked+.slider {
    border-color: rgba(0, 122, 255, 0.2);
}

.dropdown_label.active_pos .selected a:after {
    display: none;
}

.plan_white_details i.fa {
    background-image: url(https://www.mooninvoice.com/public/assets_website/images/check_icon.svg);
    background-size: 13px 10px;
    width: 13px;
    height: 10px;
    position: relative;
    top: 1px;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.plan_white_details i.fa:before {
    content: none;
}

.plan_white_details ul li {
    font-family: var(--primary-fonts);
}

.plan_white_details ul li span {
    width: calc(100% - 23px);
}

.new_pricing_page .banner_sc .banner_div img.moneyback {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translate(0, -50%);
}

.new_pricing_page .banner_sc p {
    color: #ffffff;
    font-weight: 400;
    font-size: 28px;
    line-height: 180%;
    opacity: 0.9;
    margin: 0;
}

@media (max-width: 767px) {
    .new_pricing_page .banner_sc .banner_div img.moneyback {
        display: none;
    }
}

@media (max-width: 575px) {
    .new_pricing_page .banner_sc p {
        font-size: 20px;
        line-height: 150%;
    }

    .plan_switch .label {
        margin-right: 5px;
    }

    .plan_switch .dropdown_label {
        margin-left: 10px;
    }

    .contact_custom_plan_new .btn {
        width: 100%;
        font-size: 16px;
    }
}

.new_pricing_main .plan_price_strike_class {
    font-size: 16px;
    color: rgb(0 0 0 / 60%);
    font-weight: 500;
    font-family: var(--secondary-fonts);
    min-height: 25px;
}

.new_pricing_main .plan_2_month_extra {
    margin-top: 0px;
}

.new_pricing_main .plan_2_month_extra .small_per_month {
    font-size: 14px;
    font-family: var(--secondary-fonts);
    margin-bottom: 15px;
    font-weight: 600;
    display: block;
}

.text-blackwrap {
    color: #000000 !important;
}

.business-dropdownwrap .dropdown {
    justify-content: left;
    margin-bottom: 12px;
    min-height: auto;
}

.business-dropdownwrap .user-dropdown.form-control {
    height: auto;
    min-height: auto;
    line-height: 1;
}

.plantype_yearly_goldplan .plan-desc {
    display: none;
}

.new_pricing_main .plan_box_blue h5.extra-textblock {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

.pricing_page_main .cmn_question h4 a,
.pricing_page_main .new_head_faq h3 a,
.pricing_page_main .new_frequent_question {
    font-family: var(--primary-fonts);
    font-weight: 500;
}

.pricing_page_main .get_started_now {
    margin-top: 40px;
}

.pricing_page_main .new_frequent_question {
    margin-bottom: 107px;
}

.price_dropdown_sc {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 20px;
    min-height: 50px;
}

.price_dropdown_sc .dropdown_col.dropdown_col_us {
    padding-left: 35px;
}

.price_dropdown_sc .dropdown_col.dropdown_col_us:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #000000;
    opacity: 0.35;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 15px;
}

.price_dropdown_sc .dropdown_col.dropdown_col_us:after .price_dropdown_sc .dropdown_col.dropdown_col_bs:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 5px);
    border-bottom: 1px solid #000000;
}

.price_dropdown_sc .dropdown_col.dropdown_col_us:after {
    width: calc(100% - 40px);
}

.price_dropdown_sc .dropdown_col .form-control {
    font-family: var(--secondary-fonts), serif;
    height: 30px;
    font-size: 14px;
    padding: 5px 5px;
    padding-right: 15px;
    color: #000000;
    font-weight: 500;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(https://cdn.mooninvoice.com/image/images/select-dropdown.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
}

.price_dropdown_sc .dropdown_col.dropdown_col_bs {
    width: 125px;
}

.price_dropdown_sc .dropdown_col.dropdown_col_us {
    width: 110px;
}

.price_dropdown_sc .dropdown_col .user-dropdown.form-control {
    display: none;
}

.plancomaprision_section .table_main td .info {
    color: #000000;
    opacity: 0.5;
}

.price_dropdown_sc .dropdown_col .drop_text_box {
    display: flex;
    align-items: center;
}

.price_dropdown_sc .dropdown_col.single_bs_col .drop_text_box {
    justify-content: flex-end;
}

.price_dropdown_sc .dropdown_col.single_us_col {
    padding-left: 25px;
    position: relative;
}

.price_dropdown_sc .dropdown_col.single_us_col:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #000000;
    opacity: 0.35;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 10.5px;
}

.pricing_latest .plan_tab_content .zero_padding .plan_details.item {
    width: calc(33.33% - 0px) !important;
}

.plantype_3yearly_goldplan .price_dropdown_sc .dropdown_col.dropdown_col_us,
.plantype_3yearly_silverplan .price_dropdown_sc .dropdown_col.dropdown_col_us,
.plantype_2yearly_goldplan .price_dropdown_sc .dropdown_col.dropdown_col_us,
.plantype_2yearly_silverplan .price_dropdown_sc .dropdown_col.dropdown_col_us,
.plantype_yearly_silverplan .price_dropdown_sc .dropdown_col.dropdown_col_us,
.plantype_monthly_silverplan .price_dropdown_sc .dropdown_col.dropdown_col_us {
    margin-right: 12px;
}

.center_text {
    text-align: center;
    display: inline-block !important;
    width: 100%;
    line-height: 25px;
}

.plan_details .offer_value_txt.update {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 245px;
    width: 100%;
    padding: 8px 10px;
}

.center_div {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
}

.new_pricing_main .offer_value_txt.update span {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    padding-left: 0;
    position: relative;
    text-transform: capitalize;
    top: 0;
}

.plan_details .offer_value_txt.update:before {
    border-left-width: 17px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 12px solid #ffffff;
}

.plan_details .offer_value_txt.update:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -1px;
    border-left-width: 12px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 12px solid #007aff;
    border-right-color: #ffffff;
}

.new_pricing_page .banner_sc .banner_div {
    max-width: 825px;
}

#pos_monthly_plan_new .center_div,
#pos_monthly_plan_new .plan-desc {
    display: none !important;
}

.price_dropdown_sc .dropdown_col.fit-content {
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
}

.new_pricing_main .pricing_plan_div.pricing_plan_usd #yearly_plan .newclassfordiv.planid_yearly_goldplan .most_value_txt,
.new_pricing_main .pricing_plan_div.pricing_plan_usd #monthly_plan .newclassfordiv.planid_monthly_goldplan .most_value_txt {
    background: #007aff;
}

.new_pricing_main .pricing_plan_div.pricing_plan_usd :is(.newclassfordiv.planid_yearly_goldplan, .pricing_plan_div.pricing_plan_usd .newclassfordiv.planid_monthly_goldplan) .lite_plan_div {
    border-color: #007aff;
    background-color: #f5faff;
}

.new_pricing_main .pricing_plan_div.pricing_plan_usd :is(.newclassfordiv.planid_yearly_goldplan, .pricing_plan_div.pricing_plan_usd .newclassfordiv.planid_monthly_goldplan) :is(.lite_plan_div .plan_box_blue, .form-control) {
    background-color: #f5faff;
}

.new_pricing_main .pricing_plan_div.pricing_plan_usd :is(#monthly_plan, #yearly_plan) .newclassfordiv.planid_yearly_goldplan .offer_value_txt.update:after {
    border-right-color: #f5faff;
}

.new_pricing_main .pricing_plan_div.pricing_plan_usd :is(#monthly_plan, #yearly_plan) .newclassfordiv.planid_yearly_goldplan .offer_value_txt.update:before {
    border-left-color: #f5faff;
}

.pricing_plan_div.pricing_plan_usd :is(#monthly_plan, #yearly_plan) .newclassfordiv {
    height: 100%;
}

.pricing_plan_div.pricing_plan_usd :is(#monthly_plan, #yearly_plan) .newclassfordiv:not(:is(.planid_monthly_goldplan, .planid_yearly_goldplan)) .lite_plan_div {
    height: calc(100% - 47px);
}

#pos_yearly_plan_new .zero_padding .plan_details.item.premium-active .lite_plan_div,
#pos_monthly_zero_padding .plan_details.item.monthlypremium-active .lite_plan_div {
    background-color: #0f0a44 !important;
}

#pos_yearly_plan_new .zero_padding .plan_details.item.premium-active .plan_box_blue,
#pos_yearly_plan_new .zero_padding .plan_details.item.premium-active .form-control,
#pos_monthly_zero_padding .plan_details.item.monthlypremium-active .plan_box_blue,
#pos_monthly_zero_padding .plan_details.item.monthlypremium-active .form-control {
    background-color: #0f0a44 !important;
}

#pos_yearly_plan_new .zero_padding .plan_details.item.premium-active .center_div,
#pos_yearly_plan_new .zero_padding .plan_details.item.premium-inactive .center_div,
#pos_monthly_zero_padding .plan_details.item.monthlypremium-inactive .center_div,
#pos_monthly_zero_padding .plan_details.item.monthlypremium-active .center_div {
    float: none !important;
}

#pos_yearly_plan_new .zero_padding .plan_details.item.premium-active .plan_price_strike_class,
#pos_yearly_plan_new .zero_padding .plan_details.item.premium-inactive .plan_price_strike_class,
#pos_monthly_zero_padding .plan_details.item.monthlypremium-inactive .plan_price_strike_class,
#pos_monthly_zero_padding .plan_details.item.monthlypremium-active .plan_price_strike_class {
    text-decoration: none;
    margin-top: 3px;
}

.newclassfordiv {
    height: 100%;
}

.newclassfordiv .lite_plan_div {
    height: calc(100% - 47px);
}

.plaincomppart {
    max-width: 1220px;
}

.plan_tab_content .tab-pane.fade {
    margin: 0 -10px;
}

p.plan_include_title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    font-family: var(--primary-fonts);
    color: #2d2d2d;
}

p.plan_include_title span {
    color: var(--primary-color);
}

@media (max-width: 767px) {
    .new_pricing_main .plan_tab_content .zero_padding.justify-center {
        justify-content: space-between;
    }

    .table_main thead#clone {
        display: none;
    }

    .table_main.table_four_col_main table {
        table-layout: fixed;
    }

    .table_main.table_four_col_main {
        overflow-x: auto;
    }

    .table_main.table_four_col_main :is(th:first-child, td:first-child) {
        width: 150px !important;
    }

    .table_main.table_four_col_main :is(th:not(:first-child), td:not(:first-child)) {
        width: 100px !important;
    }
}

.pricing_plan_div.pricing_plan_usd .lite_plan_div {
    display: flex;
    flex-direction: column;
}

.new_pricing_main .pricing_plan_div.pricing_plan_usd .plan_white_details {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.new_pricing_main .pricing_plan_div.pricing_plan_usd .plan_white_details ul {
    flex: 1 1 auto;
}

@media screen and (max-width: 1230px) {
    .logo_txt_div h2 {
        font-size: 24px;
    }

    .table_main {
        max-width: 1200px;
        overflow: auto;
    }
}

@media screen and (max-width: 1199px) {
    .table_main th:first-child {
        min-width: 380px;
        width: 380px;
        max-width: 100%;
    }

    .table_main td:first-child {
        min-width: 380px;
        width: 380px;
        max-width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .new_pricing_main .plan_tab_content {
        width: 100%;
    }

    .table_main td:first-child,
    .table_main th:first-child {
        min-width: 220px;
        width: 220px;
        max-width: 220px;
    }

    .banner_div img {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .new_pricing_main .offer_value_txt span {
        display: inline-block;
        white-space: initial;
    }

    .pricing_page_main .new_frequent_question {
        margin-bottom: 50px;
    }

    .plan_tab_content,
    .new_pricing_main .plan_tab_content {
        width: 100%;
        margin: 0 auto;
    }

    .sidepanel .sidepanel_btn {
        display: inline-block;
        margin: 0;
    }

    .table_main th h4,
    .table_main th h5 {
        font-size: 20px;
    }

    .table_main th span {
        font-size: 15px;
    }

    .table_main td {
        font-size: 18px;
    }

    .table_main .plan_header a,
    .table_main td {
        padding: 15px 25px;
    }

    .plaincomppart {
        max-width: 100%;
    }

    .plan_tab_content .zero_padding {
        max-width: 950px;
        width: auto;
        padding: 0 15px;
    }

    .new_pricing_page .plan_tab_content .zero_padding .plan_details.item {
        width: auto !important;
        max-width: 100%;
        min-width: 330px;
    }

    .new_pricing_page .plan_tab_content #two_yearly_plan .zero_padding,
    .new_pricing_page .plan_tab_content #three_yearly_plan .zero_padding {
        max-width: 950px;
        width: auto !important;
    }

    .new_pricing_page .plan_tab_content .zero_padding {
        max-width: 950px;
        width: auto !important;
    }

    .new_pricing_page .plan_tab_content .zero_padding.one_box .plan_details.item {
        width: 400px !important;
    }

    .new_pricing_main .plan_tab_content .two_box .plan_details,
    .plan_tab_content #two_yearly_plan .zero_padding .plan_details.item,
    .plan_tab_content #three_yearly_plan .zero_padding .plan_details.item {
        width: auto !important;
    }

    .new_pricing_main .plan_tab_content .two_box {
        justify-content: space-between;
    }

    .new_pricing_main .plan_tab_content .one_box .plan_details,
    .plan_tab_content #two_yearly_plan .zero_padding.one_box .plan_details.item,
    .plan_tab_content #three_yearly_plan .zero_padding.one_box .plan_details.item {
        width: 400px !important;
    }

    .table_main .plan_header a {
        font-size: 22px;
    }

    .new_pricing_page .plan_tab_content .zero_padding {
        max-width: 100%;
        width: auto !important;
        margin: 0;
    }

    .table_main table.table_four td {
        padding: 15px 10px;
    }

    .table_main th:first-child {
        padding: 0;
    }

    .new_pricing_main .plan_tab_content #pos_yearly_plan_new .zero_padding .plan_details.item {
        width: auto !important;
    }
}

@media only screen and (min-width: 767px) and (max-width: 768px) {
    .table_main #clone {
        width: 699.594px !important;
    }
}

@media (max-width: 767px) {

    .new_pricing_main .plan_tab_content #pos_yearly_plan_new .one_box,
    .new_pricing_main .plan_tab_content #pos_monthly_plan_new .one_box {
        justify-content: unset;
    }
}

@media screen and (max-width: 767px) {
    .most_value_txt {
        display: block;
    }

    #monthly_plan .most_value_txt,
    #three_yearly_plan .most_value_txt,
    #two_yearly_plan .most_value_txt {
        display: block;
    }

    .new_pricing_main .pricing_page_body h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .plan_subheader {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0px !important;
    }

    .table_main table {
        width: 100%;
        max-width: 100%;
    }

    .table_main {
        padding: 0 10px;
    }

    .plan_switch .label span {
        font-size: 16px;
    }

    .dropdown_label .selected a,
    .user_dropdown .user-dropdown span.current {
        font-size: 16px;
    }

    .plan_switch .switch {
        width: 50px;
        height: 26px;
    }

    .plan_switch .slider:before {
        width: 12px;
        height: 12px;
    }

    .new_pricing_main .plan_box_blue h4 {
        text-align: left;
    }

    .new_pricing_main .plan_box_blue h4 {
        font-size: 20px;
    }

    .new_pricing_main .plan_price_per_month .big_price {
        font-size: 30px;
    }

    .new_pricing_main .plan_box_blue h5 {
        font-size: 14px;
    }

    .drop-down .selected a span {
        padding: 0px;
    }

    .plaincomppart h3 {
        margin-bottom: 20px;
        margin-top: 0px;
        font-size: 20px;
    }

    .plancomaprision_section {
        margin-top: 0px;
    }

    .table_main .plan_header a {
        font-size: 14px;
        padding: 10px;
    }

    .table_main .plan_header a img {
        width: 12px !important;
    }

    span.arrow_icon svg {
        width: 10px;
    }

    .table_main td {
        font-size: 12px;
    }

    .category .tag-description {
        padding-top: 0px;
        padding-bottom: 10px;
        margin-bottom: 0px !important;
    }

    .table_main .plan_header span.arrow_icon svg {
        width: 12px;
    }

    .plancomaprision_section .container {
        margin: 0;
        padding: 0;
        width: 100% !important;
        max-width: 100%;
    }

    .plan_switch.pos_switch {
        margin-top: 10px;
    }

    .new_pricing_main .pricing_plan_div {
        margin-bottom: 10px;
    }

    .new_pricing_main .plan_tab_content .zero_padding {
        overflow-x: unset;
        width: 950px !important;
        max-width: 100% !important;
    }

    .new_pricing_main .offer_value_txt span {
        font-size: 12px;
    }

    .table_main table#clone {
        display: none !important;
    }

    .table_main th:first-child {
        min-width: 221px;
        width: 221px;
        max-width: 221px;
    }

    .table_main tbody.main_body {
        overflow-y: auto;
        overflow-x: hidden;
        border-radius: 0 0 22px 22px !important;
    }

    .table_main td,
    .table_main th {
        width: 20%;
        padding-left: 0;
        padding-right: 0;
        min-width: auto;
        max-width: 19.8%;
    }

    .com_tryfreebtn.blue a {
        display: inline-block;
        max-width: 100%;
        min-width: inherit;
        font-size: 9px;
        width: 90%;
        line-height: 30px;
        min-height: 30px;
    }

    .com_tryfreebtn.blue {
        text-align: center;
    }

    .table_main thead {
        border: none !important;
    }

    .table_main .main_table {
        overflow: hidden;
    }

    .table_main td:first-child,
    .table_main th:first-child {
        width: 40%;
        padding-left: 10px;
        padding-right: 10px;
        min-width: 40%;
        max-width: 40%;
    }

    .table_main td.no_space {
        width: 100% !important;
    }

    .table_main .plan_header a span.arrow_icon:after {
        top: 0px;
        bottom: 0;
        margin: auto;
    }

    .table_main .plan_header a.active span.arrow_icon:after {
        top: 8px;
    }

    .table_main #clone {
        min-height: 78px !important;
    }

    .table_main th h4,
    .table_main th h5 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .table_main p.text {
        font-size: 10px;
    }

    .table_main .plan_header a span.arrow_icon {
        width: 14px;
        height: 14px;
    }

    .table_main .plan_header a span.arrow_icon:after {
        background-size: 10px;
    }

    .table_main thead#clone th:first-child {
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        width: 40.3% !important;
        max-width: 40.3%;
        min-width: 40.3%;
    }

    .table_main thead#clone th {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .table_main thead#clone th:last-child {
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }

    .mainheaderbox h4 {
        padding: 0px;
    }

    .pricing_page_main {
        overflow: hidden;
    }

    .table_main table.table_four td {
        padding-left: 0px;
        padding-right: 0px;
    }

    .table_main th {
        padding: 13px;
    }
}

@media screen and (max-width: 650px) {
    .new_pricing_main .plan_tab_content .one_box .plan_details {
        width: auto;
    }

    .new_pricing_main .plan_tab_content .one_box .plan_details,
    .plan_tab_content #two_yearly_plan .zero_padding.one_box .plan_details.item,
    .plan_tab_content #three_yearly_plan .zero_padding.one_box .plan_details.item {
        width: auto !important;
    }
}

@media (max-width: 1024px) {
    .new_pricing_main .plan_box_blue h5 {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .table_main th span {
        font-size: 8px;
        font-weight: 600;
    }

    .com_tryfreebtn.blue a {
        font-size: 8px;
        line-height: 20px;
        min-height: 20px;
    }
}

.mb-20 {
    margin-bottom: 20px;
}

.d-block-mobile {
    display: none;
}

.ai-powered-invoicing {
    padding-top: 50px;
    background: transparent !important;
}

.ai-powered-invoicing h2 {
    font-size: 46px;
    max-width: 794px;
    margin: 0 auto;
    font-weight: 700;
    color: #151515;
    line-height: 60px;
}

.blue-text {
    color: #007aff;
}

.boxes {
    background-color: #007aff;
    max-width: 100%;
    width: 390px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    flex-grow: 1;
    flex-shrink: 1;
}

.box-2 {
    background-color: #0f0a44;
}

.box-title {
    font-size: 28px !important;
    font-weight: 700;
    color: #ffffff !important;
}

.box-text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.box-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    gap: 40px;
}

.pricing_slider {
    background-color: #0f0a44;
    padding: 50px 0px;
}

.pricing_brand_logo_wrapper {
    padding-top: 60px;
}

.pricing_slider h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 46px;
}

.pricing_slider p {
    color: #f4f4f4;
    font-size: 16px;
}

.owl-stage-outer .item {
    padding-right: 20px;
}

.section-feedback {
    gap: 40px;
}

.feedback-header {
    height: 100%;
    padding-right: 10px;
    justify-content: space-between;
    flex-direction: column;
    color: #151515;
}

.feedback-header h2 {
    text-align: left;
    font-size: 43px;
    font-weight: 700;
    line-height: 70px;
    margin: 0;
}

.testimonial-slider .slide {
    transition: opacity 0.5s ease, filter 0.5s ease;
    margin-right: 40px;
}

.testimonial-slider .slide.disabled-slide {
    opacity: 0.4;
    pointer-events: none;
}

.testimonial-slider .disabled {
    opacity: 0.5;
    pointer-events: none;
}

.slide-block {
    height: 100%;
    padding: 30px;
    border: 1px solid #e5f1fe;
    background: #e5f1fe;
    border-radius: 20px;
    flex-direction: column;
    justify-content: space-between;
}

.slide-block .feedbacks {
    font-size: 18px;
    font-weight: 500;
    padding-top: 20px;
}

.slide-content {
    gap: 10px;
    margin-top: 15px;
}

.profile-block p {
    font-size: 20px;
    font-weight: 700;
}

.disabled-slide .slide-block {
    margin-right: -5px;
    background: none;
}

.link-block {
    gap: 10px;
    padding: 10px 10px 20px;
    text-transform: uppercase;
}

.link-block-para p {
    color: #007bff;
    font-weight: 700;
    font-size: 18px;
}

.link-block a {
    color: #007bff;
    font-weight: 700;
    font-size: 18px;
}

.five-block {
    margin-inline: 100px;
}

.slider-block .sliderimg {
    padding-right: 20px;
}

.slider-block .sliderimg img {
    width: 330px;
}

.section-feedback .custom-prev:hover img:first-child,
.section-feedback .custom-next:hover img:first-child {
    display: none;
}

.section-feedback .custom-prev img:last-child,
.section-feedback .custom-next img:last-child {
    display: none;
}

.section-feedback .custom-prev:hover img:last-child,
.section-feedback .custom-next:hover img:last-child {
    display: block !important;
}

.arrow-group {
    gap: 20px;
}

.custom-next img {
    transform: rotate(180deg);
}

.py-100 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.free_trial_btn_div {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.free_trial_btn {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: 700;
}

.free_trial_btn:hover {
    background-color: #007aff;
    color: #ffffff;
}

.automated_invoicing_div h1 {
    font-size: 43px;
    color: #ffffff;
    font-weight: 700;
}

.pt-100 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

@media (max-width: 1199.98px) {
    .box-wrapper {
        gap: 20px;
    }

    .ai-powered-invoicing {
        padding-top: 50px;
    }

    .feedback-header h2 {
        font-size: 40px;
        line-height: 54px;
    }
}

@media (max-width: 991.98px) {
    .box-wrapper {
        flex-wrap: wrap;
    }

    .ai-powered-invoicing h2 {
        font-size: 40px;
    }

    .box-wrapper {
        padding-top: 40px;
    }

    .boxes {
        width: 100%;
    }

    .pricing_slider h2 {
        font-size: 40px;
    }

    .py-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .feedback-header h2 {
        text-align: left;
        font-size: 27px;
    }

    .arrow-group {
        gap: 12px;
    }

    .arrow-group .slick-arrow {
        width: 32px;
        margin-bottom: 20px;
    }

    .automated_invoicing_div h1 {
        font-size: 40px;
        line-height: 54px;
    }

    .pricing_slider {
        padding: 50px 0px 70px;
    }

    .testimonial-slider .slide {
        margin-right: 20px;
    }
}

@media (max-width: 767.98px) {
    .ai-powered-invoicing h2 {
        font-size: 34px;
        line-height: 50px;
    }

    .ai-powered-invoicing {
        padding-top: 20px;
    }

    .pricing_slider {
        padding: 50px 0px;
    }

    .pricing_slider h2 {
        font-size: 36px;
    }

    .pricing_brand_logo_wrapper {
        padding-top: 30px;
    }

    .feedback-header h2 {
        font-size: 36px;
        line-height: 52px;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .automated_invoicing_div h1 {
        font-size: 30px;
        line-height: 44px;
    }

    .pt-100 {
        padding-top: 65px;
    }

    .ai-powered-invoicing h2 {
        font-size: 28px;
        line-height: 42px;
    }

    .box-wrapper {
        padding-top: 30px;
    }

    .box-title {
        font-size: 24px !important;
    }

    .box-text {
        font-size: 14px;
    }

    .pricing_slider h2 {
        font-size: 32px;
    }

    .pricing_slider p {
        font-size: 14px;
        line-height: 22px;
    }

    .pricing_revamp .banner_sc h1 {
        font-size: 28px !important;
        line-height: 42px !important;
    }
}

@media screen and (max-width: 576.98px) {
    .pricing_revamp .banner_sc h1 {
        font-size: 22px !important;
        line-height: 30px !important;
    }
}