body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Helvetica', sans-serif;
}

.container {
    max-width: 1245px;
    margin: 0 auto;
}

.M-parent-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Menu ul {
    list-style: none;
    display: flex;
}

a {
    text-decoration: none;
}

.cta-button ul {
    display: flex;
    list-style: none;
    align-items: center;

}

.e-commerce-tips-section {
    background: radial-gradient(circle at top left,
            rgba(0, 184, 217, 0.3) 0%,
            rgba(236, 241, 244, 0.8) 15%,
            rgba(236, 241, 244, 1) 80%,
            rgba(0, 184, 217, 0.3) 100%);
}

.parent_banner {
    display: flex;
}

.Menu ul li {
    padding-left: 2rem;
}

.video_title {
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
}

.video_title p {
    width: 60% !important;
}

.video_popup img {
    width: 100%;
    cursor: pointer;
}


td.plan-column.border-top.\34 bore {
    padding-bottom: 20px;
}

@media screen and (min-width:768px) {
    .hide_on_desktop {
        display: none;
    }
}

.Menu ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

header#header_section {
    padding-top: 1rem;
    width: 100%;
}

.cta-button ul li a {
    color: #000;
}

.login_button {
    padding-right: 1rem;
}

li.bg-colour {
    background: #ffE613;
    border-radius: 10px;
}

li.bg-colour a {
    display: block;
    padding: 10px 15px;
    color: #000 !important;
    font-weight: bold;
}

.Menu ul li a:hover {
    color: #00548e;
    transition: .2s;
}

.right_image img {
    width: 100%;
}

.left-text h1 {
    font-size: 50px;
    line-height: 1.3;
    margin: 0;
    width: 80%;
}

.content p {
    font-size: 18px;
    width: 70%;
}

.demo_buttons {
    display: flex;
    align-items: center;
    margin-top: 3.5rem;
}

.try_blue a {
    background: #1b7889;
    color: #fff;
    padding: 15px 25px;
    border-radius: 40px;
    border: 1px solid #1b7889;
    font-weight: 600;
}

.try_blue a:hover {
    background: transparent;
    border-color: #1b7889;
    color: #1b7889;
}

.demo_page a {
    display: flex;
    align-items: center;
}

.try_blue {
    margin-right: 2.5rem;
}

.demo_page a {
    color: #000;
}

.demo_page svg {
    margin-right: 10px;
}

section#common_header_banner {
    padding-bottom: 0rem;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: white;
}

.left-text {
    width: 50%;
}

.right_image {
    width: 50%;
}

.title_text h2 {
    text-align: center;
    font-size: 40px;
    margin: 0;
}

.logo_company {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo_image {
    width: 25%;
}

.center-bottom-padding {
    margin-bottom: 4rem;
}

.parent_feature_flex {
    display: flex;
}

.right-description {
    width: 45%;
}

.left-description {
    width: 55%;
}

.title_text h3,
.title_text h2,
.title_text h4,
.title_text h5,
.title_text h6 {
    font-size: 45px;
    line-height: 1.2;
    color: #191A15;
    margin: 0;
    width: 90%;
    margin-bottom: 1.5rem;
    text-align: left;
}

.content-support p {
    color: #000000;
    font-size: 16px;
    width: 85%;
    margin: 0;
}

.button_get a {
    background: #1b7889;
    color: #fff;
    padding: 15px 25px;
    border-radius: 40px;
    border: 1px solid #1b7889;
    display: inline-block;
    font-weight: 600;
}

.button_get a:hover {
    background: transparent;
    border-color: #1b7889;
    color: #1b7889;
}

section#features {
    background: #F9F8FE;
    padding: 4rem 0 2rem 0;
}


.image-f {
    background: #FFFFFF;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.05);
}

.features_listing {
    display: flex;
    align-items: flex-start;
    padding-bottom: 2rem;
}

.text-f h3 {
    margin: 0;
    font-size: 28px;
    margin-bottom: 12px;
}

.image-f {
    background: #FFFFFF;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.05);
    padding: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-f {
    padding-left: 1.4em;
}

.text-f p {
    margin: 0;
    color: #000000;
    font-size: 18px;
}

.button_get {
    margin-top: 4rem;
}

section#why_choose_us {
    padding: 5rem 0;
}

.content-support.why_title {
    text-align: center;
}

.why_title .title_text h3,
.why_title .title_text h2,
.why_title .title_text h4,
.why_title .title_text h5,
.why_title .title_text h6 {

    text-align: center;
}

.why_title p {
    width: 45%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 4rem;
}

/* header sticky */
.scroller header#header_section {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    position: fixed;
    width: 100%;
    padding-top: 0 !important;
}

header#header_section {
    /* padding-top: 1rem; */
    /* position: absolute; */
    top: 0px;
    z-index: 1000;
    transition: background 0.3s, box-shadow 0.3s;
    width: 100%;
}

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

    .e-commerce-tips-section {
        background: radial-gradient(circle at top left,
                rgba(0, 184, 217, 0.3) 0%,
                rgba(236, 241, 244, 0.8) 5%,
                rgba(236, 241, 244, 1) 98%,
                rgba(0, 184, 217, 0.3) 100%);
    }

    .icons_mobile {
        cursor: pointer;
    }

    .right_image {
        text-align: end;
    }

    .right_image img {
        width: 88%;
    }

    .Menu ul li a {
        font-weight: 600;
    }

    .b2b-sales-agreements-discounts-main-parent {
        padding-left: 0 !important;
    }

    #banner .container {
        width: 100% !important;
    }

    #banner .left-text {
        width: 90%;
        margin: 0 auto;
    }

    .title_faq h3,
    .title_faq h4 {
        text-align: center !important;
    }

    .menu_teams ul {
        gap: 30px !important;
    }

    .menu_teams ul li {
        padding-left: 0 !important;
    }

    .why_title .title_text h3,
    .why_title .title_text h2,
    .why_title .title_text h4,
    .why_title .title_text h5,
    .why_title .title_text h6 {
        width: 100% !important;
    }

    .color_blue_new a {
        color: #1b7889 !important;
        font-weight: bold !important;
    }

    .copy_text {
        text-align: center;
    }

    .menu_teams ul {
        justify-content: center;
    }

    .copy_rights {
        padding-bottom: 5px;
    }

    .menu1,
    .menu2,
    .menu3 {
        width: 100% !important;
    }

    .btn_center {
        text-align: left !important;
        margin-top: 20px !important;
    }

    .cta_button {
        width: 100% !important;
        margin-top: 0 !important;
    }

    .text_for_footer {
        width: 100% !important;
    }

    .text_for_footer h3,
    .text_for_footer h4 {
        width: 100% !important;
    }

    .footer_new {
        display: block !important;
    }

    .container.bk_color {
        padding: 4rem 1rem !important;
    }

    .still_question {
        width: 100% !important;
    }

    .right_image {
        max-height: 400px;
        min-height: 170px;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    tr.feature {
        display: none;
    }

    .why_title p {
        width: 100% !important;
    }

    section#how_it_work {
        padding: 3rem 0 !important;
    }

    .logo img {
        width: 200px !important;
    }

    iframe {
        width: 100%;
    }

    .tab_plan {
        padding-bottom: 1rem !important;
    }

    .curve_image img {
        width: 100%;
    }

    .menu1,
    .menu2,
    .menu3 {
        width: 100%;
    }

    .aria ul li img {
        width: 50px;
    }

    .people_content p {
        width: 100% !important;
    }

    .copy_rights {
        display: block !important;
    }

    .three_footer {
        width: 100% !important;
        display: block !important;
        left: 0 !important;
    }

    .logo_footer {
        width: 100% !important;
    }

    .flex_footer {
        display: block !important;
    }

    .form_section {
        padding: 3rem 1rem !important;
    }

    .people_content h3 {
        font-size: 30px;
    }

    .people_content,
    .people_form {
        width: 100% !important;
    }

    .flex-parent_section {
        display: block !important;
    }

    .faq_question {
        padding-top: 1rem !important;
    }


    .flex_faq {
        gap: inherit !important;
    }

    .left_faq,
    .right_faq {
        width: 100% !important;
    }

    .flex_faq {
        flex-wrap: wrap;
    }

    .flex-plan {
        flex-wrap: wrap;
    }

    .free_c,
    .business_v,
    .pro_version_plan {
        width: 100% !important;
        box-sizing: border-box;
    }

    .plan_cards {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .tab {
        width: 100% !important;
    }

    .video_title {
        width: 100% !important;
    }

    section#plan {
        padZding: 3rem 0 !important;
    }

    .flex-test-parent {
        flex-wrap: wrap;
    }

    .slider .splide__arrow--next {
        background: #034d82;
        color: #fff !important;
        opacity: 1 !important;
    }

    section#testmonial {
        padding-top: 2rem;
    }

    .flex-test-parent {
        padding-top: 1rem !important;
    }

    .left_static h4 {
        width: 100% !important;
        font-size: 30px !important;
    }

    .left_static,
    .righ_slider {
        width: 100% !important;
    }

    .cards_lisitng {
        padding-bottom: 3rem !important;
    }

    .cards_text p {
        width: 100% !important;
    }

    .cards_lisitng {
        width: 100% !important;
    }

    .flex_start_section {
        flex-wrap: wrap;
    }

    .how_section p {
        width: 100% !important;
    }

    span.iconmenu {
        display: inline-block;
        vertical-align: bottom;
        text-transform: uppercase;
        color: #111111;
    }

    span.iconmenu span {
        text-align: left;
        display: block;
        width: 23px;
        height: 3px;
        background: #111111;
        margin-bottom: 6px;
        border-radius: 50px;
    }

    .cta-button {
        display: none;
    }

    .Menu ul li {
        border-bottom: 1px solid #cccccc82;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .Menu {
        background: #e8eef1;
        position: fixed;
        opacity: 0;
        left: 0;
        height: 0;
        /* overflow: scroll; */
        width: 100%;
        flex-direction: column;
        clip-path: circle(26px at 90% -20%);
        -webkit-clip-path: circle(26px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
        z-index: 99999999;
        top: 0;
    }

    .Menu.open {
        -webkit-clip-path: circle(1330px at 58% -10%);
        pointer-events: all;
        z-index: 9999;
        top: 5rem;
        opacity: 1;
        height: 100%;
    }

    .change {
        position: fixed;
        width: 100%;
        background: #e8eef1;
        z-index: 999999;
        padding-bottom: 2em;
    }

    .Menu ul {
        display: block;
        padding-left: 0 !important;
    }

    .parent_banner {
        display: block !important;
    }

    .container {
        width: 90%;
    }

    .left-text {
        width: 100%;
    }

    .right_image {
        width: 100%;
    }

    .left-text {
        padding-top: 15%;
    }

    .left-text h1 {
        font-size: 2.5rem;
        width: 100%;
    }

    .title_text h2 {
        font-size: 30px;
    }

    .logo_image {
        width: 50%;
        text-align: center;
        margin-bottom: 2em;
    }

    .logo_company {
        flex-wrap: wrap;
    }

    .logo_image img {
        width: 75%;
    }

    .parent_feature_flex {
        display: block;
    }

    .left-description,
    .right-description {
        width: 100%;
    }

    .title_text h3,
    .title_text h2,
    .title_text h4,
    .title_text h5,
    .title_text h6 {
        font-size: 30px;
        line-height: 1.3;
    }

    .text-f h3 {
        font-size: 20px;
    }

    .text-f {
        padding-left: 1.2em !important;
    }

    .right-description {
        padding-top: 3rem;
    }

    .button_get {
        margin-top: 2rem !important;
    }

    section#common_header_banner {
        padding-bottom: 0rem;
    }

    .title_text h3,
    .content-support p,
    .content p,
    .title_text h2,
    .title_text h4,
    .title_text h5,
    .title_text h6 {
        width: 100%;
    }
}

section#how_it_work {
    background: #EFFBFF;
    padding: 5rem 0;
}

.how_section .title_text h3,
.how_section .title_text h4,
.how_section .title_text h2,
.how_section .title_text h5,
.how_section .title_text h6 {
    text-align: center;
    width: 100%;
}

.how_section p {
    width: 45%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 5rem;
}

.cards_lisitng {
    width: 25%;
    background: #fff;
    padding: 32px 30px 5rem 30px;
    border-radius: 8px;
}

.flex_start_section {
    display: flex;
    gap: 30px;
}

.cards_text h4 {
    margin-top: 1.5rem;
    color: #034D82;
    font-size: 20px;
    margin-bottom: 10px;
}

.cards_text p {
    color: #000000;
    font-size: 15px;
    width: 75%;
}

.flex-test-parent {
    display: flex;
    padding-top: 4rem;
}

.left_static {
    width: 55%;
}

.righ_slider {
    width: 45%;
}

.flex-rw {
    display: flex;
}

.author {
    display: flex;
}

.left_static h4 {
    color: #034D82;
    font-size: 36px;
    margin: 0;
    width: 80%;
}

.tab {
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    display: flex;
    width: 30%;
    justify-content: center;
    margin: 0 auto;
}

.flex-plan {
    display: flex;
}

.plan_cards {
    width: 33.33%;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    margin: 8px;
    border-radius: 10px;
    width: 50%;
    color: #000;
    font-weight: 600;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #2196f329;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #1b7889;
    color: #fff;
}

.test-title h3 {
    text-align: center;
    width: 100%;
}

.left_static p {
    color: #000000;
    font-size: 16px;
    margin-top: 2rem;
}

.content_testmonials {
    padding-left: 1.5rem;
}

.content_testmonials p {
    color: #000000;
    font-style: italic;
    font-size: 16px;
    width: 80%;
    line-height: 2;
    margin-top: 10px;
}

.author_info h4 {
    color: #034D82;
    margin: 0;
    font-size: 20px;
}

.author_info span {
    color: #000000;
    font-size: 15px;
}

.author_info {
    padding-left: 1rem;
}

.slider .splide__arrow {
    top: 88%;
}

.slider .splide__arrow--next svg {
    fill: #fff;
}

.splide__arrow svg {
    height: 1em;
    width: 1em;
}

section#plan {
    padding: 7rem 0;
}

.choose_plan p {
    width: 100% !important;
}

.tab_plan {
    text-align: center;
    padding-bottom: 4rem;
}

.pro_version_plan {
    background: url(../image/blue-a.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.free_c,
.business_v {
    background: #FFFFFF;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    margin-top: 1.5rem;
}

.listing {
    background: #F9FAFB;
    border-radius: 10px;
    padding-bottom: 2rem;
}

.free_c,
.business_v,
.pro_version_plan {
    padding: 25px 20px;
    width: 80%;
}

.listing ul {
    padding-left: 0;
    list-style: none;
    padding: 18px;
    margin-bottom: 0;
}

.listing ul li {
    display: flex;
    align-items: center;
    margin-bottom: 1.2em;
    font-size: 18px;
}

.listing ul li img,
.listing ul li svg {
    margin-right: 10px;
}

.title_cards h3 {
    color: #191A15;
    text-align: center;
    font-size: 30px;
    margin: 0;
}

.title_cards p {
    color: #000000;
    width: 77%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    margin-top: 1rem;
}

.title_cards span {
    color: #191A15;
    font-size: 50px;
    font-weight: 700;
}

.price {
    text-align: center;
}

.pro_version_plan p {
    color: #fff;
}

.button a {
    background: #FFFFFF;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    width: 70%;
    display: block;
    margin: 0 auto;
    padding: 20px 10px;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

a.saved {
    background: #1b7889;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
}

.saved_button {
    text-align: center;
}

.saved_button {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1.6rem;
}

.pro_version_plan .button a {
    background: #1b7889;
    color: #fff;
}

.pro_version_plan .price span {
    color: #fff;
}

.free_c .price,
.business_v .price {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pro_version_plan .title_cards h3 {
    color: #fff;
}

.pro_version_plan .price {
    margin-top: 1em;
}

section#faq {
    background: #EFFBFF;
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.title_faq {
    text-align: center;
}

.title_faq h3,
.title_faq h4 {
    width: 100%;
}

.faq-item {
    box-shadow: 0px 24px 24px -12px rgba(54, 74, 54, 0.06), 0px 1px 2px rgba(87, 92, 86, 0.16), 0px 0px 0px 1px rgba(18, 105, 63, 0.08);
    border-radius: 16px;
    background: #fff;
    padding: 18px 20px;
    margin-bottom: 1rem;
    cursor: pointer;
    position: relative;
}

.faq-question {
    font-weight: bold;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.active .faq-answer {
    padding: 15px 0 10px;
    max-height: 500px;
}

.flex_faq {
    display: flex;
    gap: 30px;
}

.left_faq,
.right_faq {
    width: 50%;
}

.title_faq p {
    color: #646A69;
    font-size: 18px;
}

.faq_question {
    padding-top: 3rem;
}

.faq-question span {
    position: absolute;
    right: 1.5rem;
    font-size: 20px;
    top: 0.9rem;
}

.faq-question {
    font-weight: bold;
    font-size: 18px;
    color: #1D1F1E;
}

.still_question {
    width: 45%;
    margin: 0 auto;
    text-align: center;
    padding-top: 6rem;
}

.still_question_content h3 {
    color: #1D1F1E;
    font-size: 20px;
    margin: 0;
}

.still_question_content p {
    color: #646A69;
}

.still_question_content p b,
.still_question_content p a {
    color: #000;
    font-weight: 700;
}

.icons_still {
    margin-bottom: 1em;
}

section#footer_section {
    background: #99999926;
    padding-top: 7rem;
    padding-bottom: 1rem;
}

.flex-parent_section {
    display: flex;
    padding-bottom: 8rem;
}

.people_content {
    width: 50%;
}

.people_form {
    width: 50%;
}

.people_content h3 {
    color: #fff;
    font-size: 50px;
    margin: 0;
    margin-bottom: 1.3rem !important;
}

.form_section {
    background: #222938;
    border-radius: 20px;
}

.people_content p {
    color: #A6A6A6;
    font-size: 18px;
    width: 74%;
}

.aria ul {
    list-style: none;
    display: flex;
    padding-left: 0;
}

.form_section {
    background: #222938;
    padding: 3rem 3rem;
    text-align: center;
}

.frm_main {
    width: 90%;
    margin: 0 auto;
}

.icons_form h5 {
    font-size: 30px;
    margin: 0;
    color: #fff;
}

.from_group label {
    display: block;
    text-align: left;
    font-size: 18px;
    margin-bottom: 15px;

    color: #fff;
}

.from_group {
    margin-bottom: 1.3rem;
}

.from_group.submit input {
    background: #00B8D9;
    color: #fff;
    font-size: 16px;
    padding: 20px;
}

.from_group input,
.from_group textarea {
    padding: 15px 15px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    border: none;
}

.or_text {
    text-align: right;
    color: #fff;
}

.or_text span {
    font-weight: 100;
}

.or_text span b {
    font-weight: 500;
}

.aria li {
    margin-right: 1.2rem;
}

.width_set {
    width: 90%;
}

.qtimage {
    padding: 1rem 0;

}

.name span {
    color: #A6A6A6;
    font-size: 18px;
    padding-top: 2rem;
    display: block;
    padding-bottom: 1rem;
}

.from_group textarea {
    height: 80px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Helvetica', sans-serif;
}

.flex_footer {
    display: flex;
    padding-bottom: 3rem;
}

.logo_footer {
    width: 30%;
}

.three_footer {
    width: 70%;
    display: flex;
    position: relative;
    left: 10rem;
}

.menu1,
.menu2,
.menu3 {
    width: 33.33%;
}

.three_footer h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 20px;
}

.menu1 ul,
.menu2 ul,
.menu3 ul {
    padding-left: 0 !important;
    list-style: none;
}

.menu1 ul li a,
.menu2 ul li a,
.menu3 ul li a {

    color: #000;
}

.copy_text p {
    color: #000;
}

.menu1 ul li,
.menu2 ul li,
.menu3 ul li {
    padding-bottom: 10px;

}

.logo_footer p {
    color: #A6A6A6;
    font-size: 18px;
    margin-top: 10px;

}

.input_email {
    display: flex;
    border: 1px solid #A6A6A6;
    width: 90%;
    align-items: center;
    border-radius: 40px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.input_email input {
    width: 100%;
    padding: 10px;
    background: transparent;
    border: none;
    font-size: 18px;
}

.bk-blue {
    background: #00B8D9;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    padding: 6px;
    position: relative;
    right: 7px;
}

.submt_form {
    margin-top: 2.5rem;
}

.copy_rights {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.menu_teams ul {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.menu_teams ul li a {
    color: #000;
}

.menu_teams ul li {
    padding-left: 2rem;
}

li.dot span {
    width: 7px;
    height: 7px;
    display: inline-block;
    background: #000;
    border-radius: 10px;
    position: relative;
    left: -11px;
}

.curve_image {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
}

.cards_lisitng:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.grandiant {
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    padding-top: 1.5%;
}

.grandiant_new {
    background: radial-gradient(circle at right center, rgb(198 239 246/ 100%) 6%, rgba(236, 241, 244, -10%) 36%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    margin-top: -18rem;
}

.slider .splide__pagination {
    display: none;
}

.container.bk_color {
    background: url(../image/round.webp), linear-gradient(270.04deg, #01B8D9 0.05%, #24CEED 97.84%);
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: right;
    padding: 4rem 5rem;
    box-sizing: border-box;
}

.btn_center a {
    font-size: 16px;
    background: #FFFFFF;
    padding: 15px 2rem;
    color: #000;
    font-weight: bold;
    border-radius: 5px;
}

.btn_center {
    text-align: end;
}

.text_for_footer h3,
.text_for_footer h4 {
    color: #fff;
    font-size: 36px;
    margin: 0;
    font-weight: 500;
    width: 50%;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.flex_text ul li {
    margin-left: -7px;
}

.flex_text p {
    text-decoration: underline;
    margin-left: 10px;
}

.text_for_footer p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.footer_new {
    display: flex;
    align-items: center;
}

.flex_text {
    display: flex;
    align-items: center;
}

.flex_text ul {
    list-style: none;
    display: flex;
    padding-left: 0;
}

.text_for_footer {
    width: 60%;
}

.cta_button {
    width: 40%;
    margin-top: -3rem;
}

.footer_info {
    padding: 5rem 0;
}

.price sup {
    color: #A6A6A6;
    font-size: 18px;
    position: relative;
    top: -10px;
    left: -5px;
}

.last {
    border-bottom: 1px solid #cfcfcf !important;
}

.last .checkedIcon {
    border-bottom: 0;
}

.video-content {
    background: #fff;
    text-align: center;
    padding: 30px;
}

.grand_g {
    position: absolute;
    width: 600px;
    height: 393px;
    border-radius: 50%;
    background: radial-gradient(circle, #fff5f5 0%, transparent 80%);
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    left: -172px;
    margin-top: -6rem;
}

section#why_choose_us {
    background: radial-gradient(circle at top left, #fff5f5 0%, transparent 35%);
}

.main_to {
    position: relative;
}

/* Media query */
@media screen and (min-width:1280px) and (max-width:1799px) {
    .how_section .title_text h3 {
        margin-left: auto;
        margin-right: auto;
    }

    section#banner {
        position: relative;
        padding-top: 4rem;
        padding-bottom: 12rem;
    }

    .overlay_bk {
        background: url(../image/half-full-image.webp);
        height: 100%;
        position: absolute;
        right: 0;
        width: 58%;
        background-repeat: no-repeat;
        background-position: center right;
        padding-top: 1.6rem;
    }

    .container {
        width: 80%;
    }

    /* .right_image{
           display:none;
       } */

}

@media screen and (min-width:1280px) and (max-width:1399px) {
    .overlay_bk {
        background-size: 100%;
        top: 0;
    }
}

@media screen and (min-width:1024px) and (max-width:1279px) {
    section#banner {
        padding-bottom: 10rem !important;
    }


}

@media screen and (min-width:768px) and (max-width:1279px) {
    section#banner {
        position: relative;
        padding-top: 4rem;
        padding-bottom: 5rem;
    }

    .overlay_bk {
        background: url(../image/half-full-image.webp);
        height: 100%;
        position: absolute;
        right: 0;
        width: 50%;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100%;
        top: 0;
    }

    /* .right_image{
           display:none;
       } */

}

@media screen and (min-width:1280px) and (max-width:1600px) {

    .why_title h4,
    .test-title .title_text h3,
    .title_faq .title_text h4,
    .how_section .title_text h2 {
        margin-left: auto;
        margin-right: auto;
    }

    .video_title .title_text h3 {
        margin-left: auto;
        margin-right: auto;
    }

    .text-f h3 {
        font-size: 23px !important;

    }

    .text-f p {
        font-size: 16px !important;
    }

    .title_text h3,
    .title_text h2,
    .title_text h4,
    .title_text h5,
    .title_text h6 {
        font-size: 40px !important;
        width: 75% !important;
    }

    .title_text h3,
    .title_text h2,
    .title_text h5,
    .title_text h4,
    .title_text h5 {
        font-size: 40px !important;
    }

    .left-text h1 {
        font-size: 45px;
        width: 80% !important;
    }
}

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

    section#footer_section {
        padding-top: 3rem !important;
        padding-bottom: 5rem;
    }

    .footer_info {
        padding: 3rem 0 !important;
    }

    .why_title p {
        margin-bottom: 2rem !important;
    }

    .grand_g {
        width: 100px !important;
    }
}

@media screen and (min-width:320px) and (max-width:359px) {
    .try_blue a {
        padding: 13px 13px !important;
    }

    .b2b-sales-agreements-discounts-main-parent {
        overflow-x: scroll;
    }
}

@media screen and (min-width:360px) and (max-width:450px) {
    .content_testmonials p {
        min-height: 365px;
    }
}

@media screen and (min-width:1280px) {
    .content_testmonials p {
        min-height: 200px;
    }

    .Menu ul {
        padding-left: 10rem;
    }
}

@media screen and (min-width:1280px) and (max-width:1399px) {
    .left-text h1 {
        font-size: 45px !important;
    }

    html body .three_footer {
        left: 0 !important;
    }

    .container {
        width: 90%;
    }
}

@media screen and (min-width:1280px) and (max-width:1535px) {
    .three_footer {
        left: 4rem !important;
    }
}

@media screen and (min-width:1800px) and (max-width:1845px) {
    section#banner {
        background-size: 55% !important;
    }
}

@media screen and (min-width:1800px) {
    section#company_log {
        padding-top: 4rem;
    }

    .left-text {
        position: relative;
        top: -1.5rem;
    }

    .right_image img {
        transform: scale(1.2);
    }

    section#banner {
        padding-top: 6rem;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .right_image img {
        margin-top: 3rem;
    }

    html body .left-text,
    .right_image {
        width: 100% !important;
    }

    .parent_banner {
        display: flex !important;
        flex-direction: column !important;
    }

    .Menu ul {
        padding-left: 0 !important;
    }

    .logo img {
        width: 150px;
    }

    .logo_footer img {
        width: 73%;
    }

    .three_footer {
        left: 0 !important;
    }
}

@media screen and (min-width:768px) {
    .icons_mobile {
        display: none;
    }

    .slider .splide__arrow--prev {
        left: -3em;
        background: transparent !important;
    }

    .slider .splide__arrow--next {
        right: 5em;
        background: #034d82;
        color: #fff !important;
        opacity: 1 !important;
    }
}

@media screen and (min-width:768px) and (max-width:1279px) {
    .curve_image img {
        width: 74%;
    }

    .three_footer {
        left: 0 !important;
    }

    .icons_form h5 {
        font-size: 25px !important;
        margin-bottom: 20px !important;
    }

    .icons_form img {
        width: 50px;
    }

    .aria li img {
        width: 45px;
    }

    .people_content h3 {
        font-size: 30px !important;
    }

    .tab {
        width: 50% !important;
    }

    .slider .splide__arrow--next {
        right: 0em !important;
    }

    .container {
        width: 90%;
        margin: auto;
    }

    .left-text h1 {
        font-size: 40px;
    }

    .content p {
        width: 95%;
    }

    .title_text h2 {
        font-size: 30px;
    }

    .logo_company {
        flex-wrap: wrap;
    }

    .logo_image {
        width: 18%;
        text-align: center;
        margin-bottom: 1rem;
    }

    .title_text h3,
    .title_text h2,
    .title_text h4,
    .title_text h5,
    .title_text h6 {
        font-size: 30px;
    }

    .image-fP {
        width: 25px;
        height: 25px;
    }

    .text-f h3 {
        font-size: 20px;
    }

    .text-f p {
        font-size: 16px;
    }

    .Menu ul li {
        padding-left: 1rem !important;
    }

    .Menu ul li a {
        font-size: 16px !important;
    }

    .logo_image img {
        width: 110px;
    }
}

.b2b-sales-agreements-discounts-main-parent table thead tr th h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 1.25rem;
}

.b2b-sales-agreements-discounts-main-parent table tbody td h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    cursor: pointer;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
}

.b2b-sales-agreements-discounts-main-parent table tbody td h5 img {
    margin-right: 5px;
    transform: rotate(270deg);
    width: 15px;
}

.sub-topic {
    padding: 1.25rem 0 1.25rem .5rem;
    border-bottom: .0625rem solid #cfcfcf;
    position: relative;
    margin: 0;
    font-size: .9375rem;
}

.sub-description {
    white-space: normal;
    transition: opacity .15s linear;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    line-height: 1.75rem;
    font-size: inherit;
    z-index: 3;
    margin: 0;
    padding: 0;
}

.sub-topic span:hover .sub-description:after {
    content: "";
    position: absolute;
    background: #fff;
    border-radius: .25rem;
    left: .5rem;
    bottom: -.25rem;
    width: 1.25rem;
    height: 1.25rem;
    transform: rotate(45deg);
}

.sub-topic span:hover .sub-description {
    visibility: visible;
    opacity: 1;
    bottom: 3rem;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: .25rem;
    box-shadow: 0 .25rem 2.75rem rgb(0 0 0 / 25%);
    padding: 1.125rem 1.25rem;
    font-weight: 400;
    max-width: 22.5rem;
    display: inline-block;
}

.checkedIcon {
    text-align: center;
    padding: 1.25rem 0;
    border-bottom: .0625rem solid #cfcfcf;
    position: relative;
}

.b2b-sales-agreements-discounts-main-parent .plan-column {
    border-left: .0625rem solid #cfcfcf;
    border-right: .0625rem solid #cfcfcf;
    padding: 0 1.25rem;
}

.b2b-sales-agreements-discounts-main-parent .spacer-cell {
    min-width: .5rem;
    max-width: .5rem;
    width: .5rem;
    padding: 0 !important;
    border: none !important;
}

.b2b-sales-agreements-discounts-main-parent table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 70%;
}

.feature td:nth-child(1) {
    padding: 1.25rem 0 .75rem .5rem;
}

.description {
    cursor: pointer;
    text-decoration: underline;
    font-weight: 700;
    display: inline-block;
}

.icon-rotate {
    transform: rotate(0deg) !important;
}

.plan-column p {
    margin: 0;
}

#ordering-payments {
    display: none;
}

#integrations {
    display: none;
}

#product-management {
    display: none;
}

.checkedIcon img {
    width: 20px;
}

.width-th {
    width: 20%;
    padding: 1.25rem 0;
}

.width-td {
    width: 37%;
}

.td-padding {
    padding: 0 1.25rem 0 0;
}

.b2b-sales-agreements-discounts-main-parent {
    padding-left: 10px;
}

@media only screen and (min-width:1280px) and (max-width:1800px) {
    .b2b-sales-agreements-discounts-main-parent table {
        width: 85%;
    }
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    .b2b-sales-agreements-discounts-main-parent table {
        width: 85%;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .b2b-sales-agreements-discounts-main-parent table {
        width: 100%;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .b2b-sales-agreements-discounts-main-parent table {
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    .logo_image {
        max-height: 40px;
    }

    .slider button.splide__arrow.splide__arrow--prev {
        background: transparent !important;
    }

    .description {
        line-height: 1.5rem;
    }

    .b2b-sales-agreements-discounts-main-parent table thead tr th h4 {
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .b2b-sales-agreements-discounts-main-parent table tbody td h5 {
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.5rem;
        margin-left: 0;
    }

    .b2b-sales-agreements-discounts-main-parent table {
        width: 100%;
    }

    .sub-topic {
        border: none;
    }

    .b2b-sales-agreements-discounts-main-parent .plan-column {
        border: none;
    }

    .checkedIcon {
        border: none;
    }

    .b2b-sales-agreements-discounts-main-parent tr {
        border-bottom: .0625rem solid #cfcfcf;
    }
}

.border-top {
    border-bottom: 0.0625rem solid #cfcfcf;
}

p.empty_icon {
    visibility: hidden;
    padding-bottom: 1px;
    display: none;
}

td.plan-column.border-top.\31 borenp {
    border-top: 0.0625rem solid #cfcfcf;
}

td.plan-column.border-top.\31 boreni {
    border-top: 0.0625rem solid #cfcfcf;
}

td.plan-column.border-top.\35 borenp {
    border-bottom: 0.0625rem solid #cfcfcf;
    padding-bottom: 25px;
}

td.plan-column.border-top.\37 boren {
    border-bottom: 0.0625rem solid #cfcfcf;
    padding-bottom: 25px;
}

td.plan-column.border-top.\31 boren {
    border-top: 0.0625rem solid #cfcfcf !important;
}

td.plan-column.border-top.\31 bore {
    border-top: 0.0625rem solid #cfcfcf;
}

html body .plan-column {
    border-bottom: none;
}

td.plan-column.border-top.\33 bore {
    border-bottom: none !important;
}

.video-modal {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.video-content {
    position: relative;
}

.close-btn {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 24px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    cursor: pointer;
    padding: 4px 10px;
}

.center-bottom-padding h2 {
    text-align: center;
    width: 100% !important;
}

.title_faq h4 {
    text-align: center;
}

@media screen and (min-width:768px) {

    .faq-question p {
        width: 90% !important;
    }

    /* width changes */
    .title_faq h3 {
        text-align: center !important;
    }

    .test-title h3,
    .how_section h2,
    .why_title h4,
    .title_faq h4,
    .why_title h3,
    .title_faq h3 {
        width: 70% !important;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.2;
    }

}

@media screen and (min-width:768px) and (max-width:991px) {
    .content_testmonials p {
        min-height: 400px;
    }

    .text_for_footer h4 {
        width: 100% !important;
    }

    .left-text h1 {
        width: 100% !important;
    }

    .left-text {
        width: 60% !important;
    }

    .cards_text p {
        width: 100% !important;
    }

    .cards_lisitng {
        padding: 32px 15px 2rem 15px !important;
    }
}

@media screen and (min-width:992px) and (max-width:1279px) {
    .cards_text p {
        width: 100% !important;
    }

    .cards_lisitng {
        padding: 32px 15px 2rem 15px !important;
    }
}

.content p,
.content-support p {
    line-height: 30px;
}

.faq-answer {
    line-height: 1.4;
}

@media screen and (min-width:1400px) and (max-width:1439px) {
    .Menu ul {
        padding-left: 10rem
    }
}

.faq-question p {
    margin: 0;
    padding-right: 10px;
    width: 90%;
}

img {
    height: auto;
}

li.login_button a {
    color: #1b7889 !important;
    /* border: 2px solid #1b7889; */
    padding: 9px 15px;
    border-radius: 8px;
    font-weight: 500;
}

.address-info-footer {
    background: #fff;
    padding: 20px 20px;
    border-radius: 8px;
}

.address-info-footer span {
    font-size: 14px;
    color: #1b7889;
    font-weight: 700;
}

.address-info-footer h5 {
    margin-top: 3px;
    font-size: 16px;
}

.phone-email ul {
    padding: 0;
    list-style: none;
}

.phone-email ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.phone-email ul li svg {
    margin-right: 5px;
    margin-top: 6px;
}

@media screen and (min-width:1536px) and (max-width:1579px) {
    .three_footer {
        left: 0 !important;
    }
}

.footer-gradiant {
    background: radial-gradient(circle at right center, rgb(198 239 246 / 100%) 10%, rgba(236, 241, 244, 10%) 30%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}

section#footer_section {
    position: relative;
}

.phone-email ul li a {
    color: #000;
    display: flex;
    align-items: center;
}

@media screen and (min-width:1280px) {
    .footer-gradiant {
        background: radial-gradient(circle at right center, rgb(198 239 246 / 100%) 10%, rgba(236, 241, 244, 10%) 18%);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        top: 0;
        border-radius: 100px 0 0 100px
    }
}

@media only screen and (max-width: 1280px) {
    section#footer_section {
        padding-bottom: 4rem;
    }
}

li.bg-colour:hover {
    background: #ecd512;
}

.color-white {
    color: #fff !important;
}

.flex_text ul li img {
    border: 2px solid #fff;
    border-radius: 100px;
}

span.close-btn i {
    position: relative;
    top: -3px;
}




/* Footer css */

* {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Helvetica', sans-serif;
}

.container {
    max-width: 1245px;
    margin: 0 auto;
}

.M-parent-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Menu ul {
    list-style: none;
    display: flex;
}

a {
    text-decoration: none;
}

.cta-button ul {
    display: flex;
    list-style: none;
    align-items: center;

}

/* section#common_header_banner {
   background: radial-gradient(circle at top left, rgba(0, 184, 217, 0.3) 0%, rgba(236,241,244, 0.8) 15%, rgba(236,241,244, 1) 50%, rgba(0, 184, 217, 0.3) 100%);
} */
.parent_banner {
    display: flex;
}

.Menu ul li {
    padding-left: 2rem;
}

.video_title {
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
}

.video_title p {
    width: 60% !important;
}

.video_popup img {
    width: 100%;
    cursor: pointer;
}


td.plan-column.border-top.\34 bore {
    padding-bottom: 20px;
}

@media screen and (min-width:768px) {
    .hide_on_desktop {
        display: none;
    }
}

.Menu ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

header#header_section {
    padding-top: 1rem;
}

.cta-button ul li a {
    color: #000;
}

.login_button {
    padding-right: 1rem;
}

li.bg-colour {
    background: #ffE613;
    border-radius: 10px;
}

li.bg-colour a {
    display: block;
    padding: 10px 15px;
    color: #000 !important;
    font-weight: bold;
}

.Menu ul li a:hover {
    color: #00548e;
    transition: .2s;
}

.right_image img {
    width: 100%;
}

.left-text h1 {
    font-size: 50px;
    line-height: 1.3;
    margin: 0;
    width: 80%;
}

.content p {
    font-size: 18px;
    width: 70%;
}

.demo_buttons {
    display: flex;
    align-items: center;
    margin-top: 3.5rem;
}

.try_blue a {
    background: #1b7889;
    color: #fff;
    padding: 15px 25px;
    border-radius: 40px;
    border: 1px solid #1b7889;
    font-weight: 600;
}

.try_blue a:hover {
    background: transparent;
    border-color: #1b7889;
    color: #1b7889;
}

.demo_page a {
    display: flex;
    align-items: center;
}

.try_blue {
    margin-right: 2.5rem;
}

.demo_page a {
    color: #000;
}

.demo_page svg {
    margin-right: 10px;
}

section#common_header_banner {
    padding-bottom: 1rem;
    /* background-color:white; */
}

.left-text {
    width: 50%;
}

.right_image {
    width: 50%;
}

.title_text h2 {
    text-align: center;
    font-size: 40px;
    margin: 0;
}

.logo_company {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo_image {
    width: 25%;
}

.center-bottom-padding {
    margin-bottom: 4rem;
}

.parent_feature_flex {
    display: flex;
}

.right-description {
    width: 45%;
}

.left-description {
    width: 55%;
}

.title_text h3,
.title_text h2,
.title_text h4,
.title_text h5,
.title_text h6 {
    font-size: 45px;
    line-height: 1.2;
    color: #191A15;
    margin: 0;
    width: 90%;
    margin-bottom: 1.5rem;
    text-align: left;
}

.content-support p {
    color: #000000;
    font-size: 16px;
    width: 85%;
    margin: 0;
}

.button_get a {
    background: #1b7889;
    color: #fff;
    padding: 15px 25px;
    border-radius: 40px;
    border: 1px solid #1b7889;
    display: inline-block;
    font-weight: 600;
}

.button_get a:hover {
    background: transparent;
    border-color: #1b7889;
    color: #1b7889;
}

section#features {
    background: #F9F8FE;
    padding: 4rem 0 2rem 0;
}


.image-f {
    background: #FFFFFF;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.05);
}

.features_listing {
    display: flex;
    align-items: flex-start;
    padding-bottom: 2rem;
}

.text-f h3 {
    margin: 0;
    font-size: 28px;
    margin-bottom: 12px;
}

.image-f {
    background: #FFFFFF;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.05);
    padding: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-f {
    padding-left: 1.4em;
}

.text-f p {
    margin: 0;
    color: #000000;
    font-size: 18px;
}

.button_get {
    margin-top: 4rem;
}

section#why_choose_us {
    padding: 5rem 0;
}

.content-support.why_title {
    text-align: center;
}

.why_title .title_text h3,
.why_title .title_text h2,
.why_title .title_text h4,
.why_title .title_text h5,
.why_title .title_text h6 {

    text-align: center;
}

.why_title p {
    width: 45%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 4rem;
}

/* header sticky */
.scroller header#header_section {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    position: fixed;
    width: 100%;
    padding-top: 0 !important;
}

header#header_section {
    padding-top: 1rem;
    position: sticky;
    top: -1px;
    z-index: 1000;
    transition: background 0.3s, box-shadow 0.3s;
}

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

    .free_c,
    .business_v,
    .pro_version_plan {
        padding: 25px 11px !important;
    }

    .icons_mobile {
        cursor: pointer;
    }

    .right_image {
        text-align: end;
    }

    .right_image img {
        width: 88%;
    }

    .Menu ul li a {
        font-weight: 600;
    }

    .b2b-sales-agreements-discounts-main-parent {
        padding-left: 0 !important;
    }

    #banner .container {
        width: 100% !important;
    }

    #banner .left-text {
        width: 90%;
        margin: 0 auto;
    }

    .title_faq h3,
    .title_faq h4 {
        text-align: center !important;
    }

    .menu_teams ul {
        gap: 30px !important;
    }

    .menu_teams ul li {
        padding-left: 0 !important;
    }

    .why_title .title_text h3,
    .why_title .title_text h2,
    .why_title .title_text h4,
    .why_title .title_text h5,
    .why_title .title_text h6 {
        width: 100% !important;
    }

    .color_blue_new a {
        color: #1b7889 !important;
        font-weight: bold !important;
    }

    .copy_text {
        text-align: center;
    }

    .menu_teams ul {
        justify-content: center;
    }

    /* .copy_rights {
       padding-bottom: 20px;
   } */
    .menu1,
    .menu2,
    .menu3 {
        width: 100% !important;
    }

    .btn_center {
        text-align: left !important;
        margin-top: 20px !important;
    }

    .cta_button {
        width: 100% !important;
        margin-top: 0 !important;
    }

    .text_for_footer {
        width: 100% !important;
    }

    .text_for_footer h3,
    .text_for_footer h4 {
        width: 100% !important;
    }

    .footer_new {
        display: block !important;
    }

    .container.bk_color {
        padding: 4rem 1rem !important;
    }

    .still_question {
        width: 100% !important;
    }

    .right_image {
        max-height: 400px;
        min-height: 170px;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    tr.feature {
        display: none;
    }

    .why_title p {
        width: 100% !important;
    }

    section#how_it_work {
        padding: 3rem 0 !important;
    }

    .logo img {
        width: 200px !important;
    }

    iframe {
        width: 100%;
    }

    .tab_plan {
        padding-bottom: 1rem !important;
        padding-top: 3rem !important;
    }

    .curve_image img {
        width: 100%;
    }

    .menu1,
    .menu2,
    .menu3 {
        width: 100%;
    }

    .aria ul li img {
        width: 50px;
    }

    .people_content p {
        width: 100% !important;
    }

    .copy_rights {
        display: block !important;
    }

    .three_footer {
        width: 100% !important;
        display: block !important;
        left: 0 !important;
    }

    .logo_footer {
        width: 100% !important;
    }

    .flex_footer {
        display: block !important;
    }

    .form_section {
        padding: 3rem 1rem !important;
    }

    .people_content h3 {
        font-size: 30px;
    }

    .people_content,
    .people_form {
        width: 100% !important;
    }

    .flex-parent_section {
        display: block !important;
    }

    .faq_question {
        padding-top: 1rem !important;
    }


    .flex_faq {
        gap: inherit !important;
    }

    .left_faq,
    .right_faq {
        width: 100% !important;
    }

    .flex_faq {
        flex-wrap: wrap;
    }

    .flex-plan {
        flex-wrap: wrap;
    }

    .free_c,
    .business_v,
    .pro_version_plan {
        width: 100% !important;
        box-sizing: border-box;
    }

    .plan_cards {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .tab {
        width: 100% !important;
    }

    .video_title {
        width: 100% !important;
    }

    section#plan {
        padding: 3rem 0 !important;
    }

    .flex-test-parent {
        flex-wrap: wrap;
    }

    .slider .splide__arrow--next {
        background: #034d82;
        color: #fff !important;
        opacity: 1 !important;
    }

    section#testmonial {
        padding-top: 2rem;
    }

    .flex-test-parent {
        padding-top: 1rem !important;
    }

    .left_static h4 {
        width: 100% !important;
        font-size: 30px !important;
    }

    .left_static,
    .righ_slider {
        width: 100% !important;
    }

    .cards_lisitng {
        padding-bottom: 3rem !important;
    }

    .cards_text p {
        width: 100% !important;
    }

    .cards_lisitng {
        width: 100% !important;
    }

    .flex_start_section {
        flex-wrap: wrap;
    }

    .how_section p {
        width: 100% !important;
    }

    span.iconmenu {
        display: inline-block;
        vertical-align: bottom;
        text-transform: uppercase;
        color: #111111;
    }

    span.iconmenu span {
        text-align: left;
        display: block;
        width: 23px;
        height: 3px;
        background: #111111;
        margin-bottom: 6px;
        border-radius: 50px;
    }

    .cta-button {
        display: none;
    }

    .Menu ul li {
        border-bottom: 1px solid #cccccc82;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .Menu {
        background: #e8eef1;
        position: fixed;
        opacity: 0;
        left: 0;
        height: 0;
        /* overflow: scroll; */
        width: 100%;
        flex-direction: column;
        clip-path: circle(26px at 90% -20%);
        -webkit-clip-path: circle(26px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
        z-index: 99999999;
        top: 0;
    }

    .Menu.open {
        -webkit-clip-path: circle(1330px at 58% -10%);
        pointer-events: all;
        z-index: 9999;
        top: 5rem;
        opacity: 1;
        height: 100%;
    }

    .change {
        position: fixed;
        width: 100%;
        background: #e8eef1;
        z-index: 999999;
        padding-bottom: 2em;
    }

    .Menu ul {
        display: block;
        padding-left: 0 !important;
    }

    .parent_banner {
        display: block !important;
    }

    .container {
        width: 90%;
    }

    .left-text {
        width: 100%;
    }

    .right_image {
        width: 100%;
    }

    .left-text {
        padding-top: 15%;
    }

    .left-text h1 {
        font-size: 2.5rem;
        width: 100%;
    }

    .title_text h2 {
        font-size: 30px;
    }

    .logo_image {
        width: 50%;
        text-align: center;
        margin-bottom: 2em;
    }

    .logo_company {
        flex-wrap: wrap;
    }

    .logo_image img {
        width: 75%;
    }

    .parent_feature_flex {
        display: block;
    }

    .left-description,
    .right-description {
        width: 100%;
    }

    .title_text h3,
    .title_text h2,
    .title_text h4,
    .title_text h5,
    .title_text h6 {
        font-size: 30px;
        line-height: 1.3;
    }

    .text-f h3 {
        font-size: 20px;
    }

    .text-f {
        padding-left: 1.2em !important;
    }

    .right-description {
        padding-top: 3rem;
    }

    .button_get {
        margin-top: 2rem !important;
    }

    section#common_header_banner {
        padding-bottom: 1rem;
    }

    .title_text h3,
    .content-support p,
    .content p,
    .title_text h2,
    .title_text h4,
    .title_text h5,
    .title_text h6 {
        width: 100%;
    }
}

section#how_it_work {
    background: #EFFBFF;
    padding: 5rem 0;
}

.how_section .title_text h3,
.how_section .title_text h4,
.how_section .title_text h2,
.how_section .title_text h5,
.how_section .title_text h6 {
    text-align: center;
    width: 100%;
}

.how_section p {
    width: 45%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 5rem;
}

.cards_lisitng {
    width: 25%;
    background: #fff;
    padding: 32px 30px 5rem 30px;
    border-radius: 8px;
}

.flex_start_section {
    display: flex;
    gap: 30px;
}

.cards_text h4 {
    margin-top: 1.5rem;
    color: #034D82;
    font-size: 20px;
    margin-bottom: 10px;
}

.cards_text p {
    color: #000000;
    font-size: 15px;
    width: 75%;
}

.flex-test-parent {
    display: flex;
    padding-top: 4rem;
}

.left_static {
    width: 55%;
}

.righ_slider {
    width: 45%;
}

.flex-rw {
    display: flex;
}

.author {
    display: flex;
}

.left_static h4 {
    color: #034D82;
    font-size: 36px;
    margin: 0;
    width: 80%;
}

.tab {
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    display: flex;
    width: 30%;
    justify-content: center;
    margin: 0 auto;
}

.flex-plan {
    display: flex;
    gap: 90px;
}

.plan_cards {
    width: 33.33%;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    margin: 8px;
    border-radius: 10px;
    width: 50%;
    color: #000;
    font-weight: 600;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #2196f329;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #1b7889;
    color: #fff;
}

.test-title h3 {
    text-align: center;
    width: 100%;
}

.left_static p {
    color: #000000;
    font-size: 16px;
    margin-top: 2rem;
}

.content_testmonials {
    padding-left: 1.5rem;
}

.content_testmonials p {
    color: #000000;
    font-style: italic;
    font-size: 16px;
    width: 80%;
    line-height: 2;
    margin-top: 10px;
}

.author_info h4 {
    color: #034D82;
    margin: 0;
    font-size: 20px;
}

.author_info span {
    color: #000000;
    font-size: 15px;
}

.author_info {
    padding-left: 1rem;
}

.slider .splide__arrow {
    top: 88%;
}

.slider .splide__arrow--next svg {
    fill: #fff;
}

.splide__arrow svg {
    height: 1em;
    width: 1em;
}

section#plan {
    padding: 7rem 0;
}

.choose_plan p {
    width: 100% !important;
}

.tab_plan {
    text-align: center;
    padding-bottom: 4rem;
    padding-top: 7rem;
}

.pro_version_plan {
    background: url(../image/blue-a.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.free_c,
.business_v {
    background: #FFFFFF;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    margin-top: 2.5rem;
}

.listing {
    background: #F9FAFB;
    border-radius: 10px;
    padding-bottom: 2rem;
}

.free_c,
.business_v,
.pro_version_plan {
    padding: 25px 20px;
    width: 100%;
}

.listing ul {
    padding-left: 0;
    list-style: none;
    padding: 18px;
    margin-bottom: 0;
}

.listing ul li {
    display: flex;
    align-items: center;
    margin-bottom: 1.2em;
    font-size: 18px;
}

.listing ul li img,
.listing ul li svg {
    margin-right: 10px;
}

.title_cards h3 {
    color: #191A15;
    text-align: center;
    font-size: 30px;
    margin: 0;
}

.title_cards p {
    color: #000000;
    width: 77%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    margin-top: 1rem;
}

.title_cards span {
    color: #191A15;
    font-size: 50px;
    font-weight: 700;
}

.price {
    text-align: center;
}

.pro_version_plan p {
    color: #fff;
}

.button a {
    background: #FFFFFF;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    width: 70%;
    display: block;
    margin: 0 auto;
    padding: 20px 10px;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

a.saved {
    background: #1b7889;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
}

.saved_button {
    text-align: center;
}

.saved_button {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1.6rem;
}

.pro_version_plan .button a {
    background: #1b7889;
    color: #fff;
}

.pro_version_plan .price span {
    color: #fff;
}

.free_c .price,
.business_v .price {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pro_version_plan .title_cards h3 {
    color: #fff;
}

.pro_version_plan .price {
    margin-top: 1em;
}

section#faq {
    background: #EFFBFF;
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.title_faq {
    text-align: center;
}

.title_faq h3,
.title_faq h4 {
    width: 100%;
}

.faq-item {
    box-shadow: 0px 24px 24px -12px rgba(54, 74, 54, 0.06), 0px 1px 2px rgba(87, 92, 86, 0.16), 0px 0px 0px 1px rgba(18, 105, 63, 0.08);
    border-radius: 16px;
    background: #fff;
    padding: 18px 20px;
    margin-bottom: 1rem;
    cursor: pointer;
    position: relative;
}

.faq-question {
    font-weight: bold;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.active .faq-answer {
    padding: 15px 0 10px;
    max-height: 500px;
}

.flex_faq {
    display: flex;
    gap: 30px;
}

.left_faq,
.right_faq {
    width: 50%;
}

.title_faq p {
    color: #646A69;
    font-size: 18px;
}

.faq_question {
    padding-top: 3rem;
}

.faq-question span {
    position: absolute;
    right: 1.5rem;
    font-size: 20px;
    top: 0.9rem;
}

.faq-question {
    font-weight: bold;
    font-size: 18px;
    color: #1D1F1E;
}

.still_question {
    width: 45%;
    margin: 0 auto;
    text-align: center;
    padding-top: 6rem;
}

.still_question_content h3 {
    color: #1D1F1E;
    font-size: 20px;
    margin: 0;
}

.still_question_content p {
    color: #646A69;
}

.still_question_content p b,
.still_question_content p a {
    color: #000;
    font-weight: 700;
}

.icons_still {
    margin-bottom: 1em;
}

section#footer_section {
    background: #99999926;
    padding-top: 7rem;
}

.flex-parent_section {
    display: flex;
    padding-bottom: 8rem;
}

.people_content {
    width: 50%;
}

.people_form {
    width: 50%;
}

.people_content h3 {
    color: #fff;
    font-size: 50px;
    margin: 0;
    margin-bottom: 1.3rem !important;
}

.form_section {
    background: #222938;
    border-radius: 20px;
}

.people_content p {
    color: #A6A6A6;
    font-size: 18px;
    width: 74%;
}

.aria ul {
    list-style: none;
    display: flex;
    padding-left: 0;
}

.form_section {
    background: #222938;
    padding: 3rem 3rem;
    text-align: center;
}

.frm_main {
    width: 90%;
    margin: 0 auto;
}

.icons_form h5 {
    font-size: 30px;
    margin: 0;
    color: #fff;
}

.from_group label {
    display: block;
    text-align: left;
    font-size: 18px;
    margin-bottom: 15px;

    color: #fff;
}

.from_group {
    margin-bottom: 1.3rem;
}

.from_group.submit input {
    background: #00B8D9;
    color: #fff;
    font-size: 16px;
    padding: 20px;
}

.from_group input,
.from_group textarea {
    padding: 15px 15px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    border: none;
}

.or_text {
    text-align: right;
    color: #fff;
}

.or_text span {
    font-weight: 100;
}

.or_text span b {
    font-weight: 500;
}

.aria li {
    margin-right: 1.2rem;
}

.width_set {
    width: 90%;
}

.qtimage {
    padding: 1rem 0;

}

.name span {
    color: #A6A6A6;
    font-size: 18px;
    padding-top: 2rem;
    display: block;
    padding-bottom: 1rem;
}

.from_group textarea {
    height: 80px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Helvetica', sans-serif;
}

.flex_footer {
    display: flex;
    padding-bottom: 3rem;
}

.logo_footer {
    width: 30%;
}

.three_footer {
    width: 70%;
    display: flex;
    position: relative;
    left: 10rem;
}

.menu1,
.menu2,
.menu3 {
    width: 33.33%;
}

.three_footer h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 20px;
}

.menu1 ul,
.menu2 ul,
.menu3 ul {
    padding-left: 0 !important;
    list-style: none;
}

.menu1 ul li a,
.menu2 ul li a,
.menu3 ul li a {

    color: #000;
}

.copy_text p {
    color: #000;
}

.menu1 ul li,
.menu2 ul li,
.menu3 ul li {
    padding-bottom: 10px;

}

.logo_footer p {
    color: #A6A6A6;
    font-size: 18px;
    margin-top: 10px;

}

.input_email {
    display: flex;
    border: 1px solid #A6A6A6;
    width: 90%;
    align-items: center;
    border-radius: 40px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.input_email input {
    width: 100%;
    padding: 10px;
    background: transparent;
    border: none;
    font-size: 18px;
}

.bk-blue {
    background: #00B8D9;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    padding: 6px;
    position: relative;
    right: 7px;
}

.submt_form {
    margin-top: 2.5rem;
}

.copy_rights {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.menu_teams ul {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.menu_teams ul li a {
    color: #000;
}

.menu_teams ul li {
    padding-left: 2rem;
}

li.dot span {
    width: 7px;
    height: 7px;
    display: inline-block;
    background: #000;
    border-radius: 10px;
    position: relative;
    left: -11px;
}

.curve_image {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
}

.cards_lisitng:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.grandiant {
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    padding-top: 1.5%;
}

.grandiant_new {
    background: radial-gradient(circle at right center, rgb(198 239 246/ 100%) 6%, rgba(236, 241, 244, -10%) 36%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    margin-top: -18rem;
}

.slider .splide__pagination {
    display: none;
}

.container.bk_color {
    background: url(../image/round.webp), linear-gradient(270.04deg, #01B8D9 0.05%, #24CEED 97.84%);
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: right;
    padding: 4rem 5rem;
    box-sizing: border-box;
}

.btn_center a {
    font-size: 16px;
    background: #FFFFFF;
    padding: 15px 2rem;
    color: #000;
    font-weight: bold;
    border-radius: 5px;
}

.btn_center {
    text-align: end;
}

.text_for_footer h3,
.text_for_footer h4 {
    color: #fff;
    font-size: 36px;
    margin: 0;
    font-weight: 500;
    width: 50%;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.flex_text ul li {
    margin-left: -7px;
}

.flex_text p {
    text-decoration: underline;
    margin-left: 10px;
}

.text_for_footer p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.footer_new {
    display: flex;
    align-items: center;
}

.flex_text {
    display: flex;
    align-items: center;
}

.flex_text ul {
    list-style: none;
    display: flex;
    padding-left: 0;
}

.text_for_footer {
    width: 60%;
}

.cta_button {
    width: 40%;
    margin-top: -3rem;
}

.footer_info {
    padding: 5rem 0;
}

.price sup {
    color: #A6A6A6;
    font-size: 18px;
    position: relative;
    top: -10px;
    left: -5px;
}

.last {
    border-bottom: 1px solid #cfcfcf !important;
}

.last .checkedIcon {
    border-bottom: 0;
}

.video-content {
    background: #fff;
    text-align: center;
    padding: 30px;
}

.grand_g {
    position: absolute;
    width: 600px;
    height: 393px;
    border-radius: 50%;
    background: radial-gradient(circle, #fff5f5 0%, transparent 80%);
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    left: -172px;
    margin-top: -6rem;
}

section#why_choose_us {
    background: radial-gradient(circle at top left, #fff5f5 0%, transparent 35%);
}

.main_to {
    position: relative;
}

/* Media query */
@media screen and (min-width:1280px) and (max-width:1799px) {
    .how_section .title_text h3 {
        margin-left: auto;
        margin-right: auto;
    }

    section#banner {
        position: relative;
        padding-top: 4rem;
        padding-bottom: 12rem;
    }

    .overlay_bk {
        background: url(../image/half-full-image.webp);
        height: 100%;
        position: absolute;
        right: 0;
        width: 58%;
        background-repeat: no-repeat;
        background-position: center right;
        padding-top: 1.6rem;
    }

    .container {
        width: 80%;
    }

    /* .right_image{
           display:none;
       } */

}

@media screen and (min-width:1280px) and (max-width:1399px) {
    .overlay_bk {
        background-size: 100%;
        top: 0;
    }
}

@media screen and (min-width:1024px) and (max-width:1279px) {
    section#banner {
        padding-bottom: 10rem !important;
    }
}

@media screen and (min-width:768px) and (max-width:1279px) {
    section#banner {
        position: relative;
        padding-top: 4rem;
        padding-bottom: 5rem;
    }

    .overlay_bk {
        background: url(../image/half-full-image.webp);
        height: 100%;
        position: absolute;
        right: 0;
        width: 50%;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100%;
        top: 0;
    }

    /* .right_image{
           display:none;
       } */

}

@media screen and (min-width:1280px) and (max-width:1600px) {

    .why_title h4,
    .test-title .title_text h3,
    .title_faq .title_text h4,
    .how_section .title_text h2 {
        margin-left: auto;
        margin-right: auto;
    }

    .video_title .title_text h3 {
        margin-left: auto;
        margin-right: auto;
    }

    .text-f h3 {
        font-size: 23px !important;

    }

    .text-f p {
        font-size: 16px !important;
    }

    .title_text h3,
    .title_text h2,
    .title_text h4,
    .title_text h5,
    .title_text h6 {
        font-size: 40px !important;
        width: 75% !important;
    }

    .title_text h3,
    .title_text h2,
    .title_text h5,
    .title_text h4,
    .title_text h5 {
        font-size: 40px !important;
    }

    .left-text h1 {
        font-size: 45px;
        width: 80% !important;
    }
}

@media screen and (max-width:767px) {
    section#footer_section {
        padding-top: 3rem !important;
    }

    .footer_info {
        padding: 3rem 0 !important;
    }

    .why_title p {
        margin-bottom: 2rem !important;
    }

    .grand_g {
        width: 100px !important;
    }
}

@media screen and (min-width:320px) and (max-width:359px) {
    .try_blue a {
        padding: 13px 13px !important;
    }

    .b2b-sales-agreements-discounts-main-parent {
        overflow-x: scroll;
    }
}

@media screen and (min-width:360px) and (max-width:450px) {
    .content_testmonials p {
        min-height: 365px;
    }
}

@media screen and (min-width:1280px) {
    .content_testmonials p {
        min-height: 200px;
    }

    .Menu ul {
        padding-left: 10rem;
    }
}

@media screen and (min-width:1280px) and (max-width:1399px) {
    .left-text h1 {
        font-size: 45px !important;
    }

    html body .three_footer {
        left: 0 !important;
    }

    .container {
        width: 90%;
    }
}

@media screen and (min-width:1280px) and (max-width:1535px) {
    .three_footer {
        left: 4rem !important;
    }
}

@media screen and (min-width:1800px) and (max-width:1845px) {
    section#banner {
        background-size: 55% !important;
    }
}

@media screen and (min-width:1800px) {
    section#company_log {
        padding-top: 4rem;
    }

    .left-text {
        position: relative;
        top: -1.5rem;
    }

    .right_image img {
        transform: scale(1.2);
    }

    section#banner {
        padding-top: 6rem;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .right_image img {
        margin-top: 3rem;
    }

    html body .left-text,
    .right_image {
        width: 100% !important;
    }

    .parent_banner {
        display: flex !important;
        flex-direction: column !important;
    }

    .Menu ul {
        padding-left: 0 !important;
    }

    .logo img {
        width: 150px;
    }

    .logo_footer img {
        width: 73%;
    }

    .three_footer {
        left: 0 !important;
    }
}

@media screen and (min-width:768px) {
    .icons_mobile {
        display: none;
    }

    .slider .splide__arrow--prev {
        left: -3em;
        background: transparent !important;
    }

    .slider .splide__arrow--next {
        right: 5em;
        background: #034d82;
        color: #fff !important;
        opacity: 1 !important;
    }
}

@media screen and (min-width:768px) and (max-width:1279px) {
    .curve_image img {
        width: 74%;
    }

    .three_footer {
        left: 0 !important;
    }

    .icons_form h5 {
        font-size: 25px !important;
        margin-bottom: 20px !important;
    }

    .icons_form img {
        width: 50px;
    }

    .aria li img {
        width: 45px;
    }

    .people_content h3 {
        font-size: 30px !important;
    }

    .tab {
        width: 50% !important;
    }

    .slider .splide__arrow--next {
        right: 0em !important;
    }

    .container {
        width: 90%;
    }

    .left-text h1 {
        font-size: 40px;
    }

    .content p {
        width: 95%;
    }

    .title_text h2 {
        font-size: 30px;
    }

    .logo_company {
        flex-wrap: wrap;
    }

    .logo_image {
        width: 18%;
        text-align: center;
        margin-bottom: 1rem;
    }

    .title_text h3,
    .title_text h2,
    .title_text h4,
    .title_text h5,
    .title_text h6 {
        font-size: 30px;
    }

    .image-fP {
        width: 25px;
        height: 25px;
    }

    .text-f h3 {
        font-size: 20px;
    }

    .text-f p {
        font-size: 16px;
    }

    .Menu ul li {
        padding-left: 1rem !important;
    }

    .Menu ul li a {
        font-size: 16px !important;
    }

    .logo_image img {
        width: 110px;
    }
}

.b2b-sales-agreements-discounts-main-parent table thead tr th h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 1.25rem;
}

.b2b-sales-agreements-discounts-main-parent table tbody td h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    cursor: pointer;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
}

.b2b-sales-agreements-discounts-main-parent table tbody td h5 img {
    margin-right: 5px;
    transform: rotate(270deg);
    width: 15px;
}

.sub-topic {
    padding: 1.25rem 0 1.25rem .5rem;
    border-bottom: .0625rem solid #cfcfcf;
    position: relative;
    margin: 0;
    font-size: .9375rem;
}

.sub-description {
    white-space: normal;
    transition: opacity .15s linear;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    line-height: 1.75rem;
    font-size: inherit;
    z-index: 3;
    margin: 0;
    padding: 0;
}

.sub-topic span:hover .sub-description:after {
    content: "";
    position: absolute;
    background: #fff;
    border-radius: .25rem;
    left: .5rem;
    bottom: -.25rem;
    width: 1.25rem;
    height: 1.25rem;
    transform: rotate(45deg);
}

.sub-topic span:hover .sub-description {
    visibility: visible;
    opacity: 1;
    bottom: 3rem;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: .25rem;
    box-shadow: 0 .25rem 2.75rem rgb(0 0 0 / 25%);
    padding: 1.125rem 1.25rem;
    font-weight: 400;
    max-width: 22.5rem;
    display: inline-block;
}

.checkedIcon {
    text-align: center;
    padding: 1.25rem 0;
    border-bottom: .0625rem solid #cfcfcf;
    position: relative;
}

.b2b-sales-agreements-discounts-main-parent .plan-column {
    border-left: .0625rem solid #cfcfcf;
    border-right: .0625rem solid #cfcfcf;
    padding: 0 1.25rem;
}

.b2b-sales-agreements-discounts-main-parent .spacer-cell {
    min-width: .5rem;
    max-width: .5rem;
    width: .5rem;
    padding: 0 !important;
    border: none !important;
}

.b2b-sales-agreements-discounts-main-parent table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 70%;
}

.feature td:nth-child(1) {
    padding: 1.25rem 0 .75rem .5rem;
}

.description {
    cursor: pointer;
    text-decoration: underline;
    font-weight: 700;
    display: inline-block;
}

.icon-rotate {
    transform: rotate(0deg) !important;
}

.plan-column p {
    margin: 0;
}

#ordering-payments {
    display: none;
}

#integrations {
    display: none;
}

#product-management {
    display: none;
}

.checkedIcon img {
    width: 20px;
}

.width-th {
    width: 20%;
    padding: 1.25rem 0;
}

.width-td {
    width: 37%;
}

.td-padding {
    padding: 0 1.25rem 0 0;
}

.b2b-sales-agreements-discounts-main-parent {
    padding-left: 10px;
}

@media only screen and (min-width:1280px) and (max-width:1800px) {
    .b2b-sales-agreements-discounts-main-parent table {
        width: 85%;
    }
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    .b2b-sales-agreements-discounts-main-parent table {
        width: 85%;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .b2b-sales-agreements-discounts-main-parent table {
        width: 100%;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .b2b-sales-agreements-discounts-main-parent table {
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    .logo_image {
        max-height: 40px;
    }

    .slider button.splide__arrow.splide__arrow--prev {
        background: transparent !important;
    }

    .description {
        line-height: 1.5rem;
    }

    .b2b-sales-agreements-discounts-main-parent table thead tr th h4 {
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .b2b-sales-agreements-discounts-main-parent table tbody td h5 {
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.5rem;
        margin-left: 0;
    }

    .b2b-sales-agreements-discounts-main-parent table {
        width: 100%;
    }

    .sub-topic {
        border: none;
    }

    .b2b-sales-agreements-discounts-main-parent .plan-column {
        border: none;
    }

    .checkedIcon {
        border: none;
    }

    .b2b-sales-agreements-discounts-main-parent tr {
        border-bottom: .0625rem solid #cfcfcf;
    }
}

.border-top {
    border-bottom: 0.0625rem solid #cfcfcf;
}

p.empty_icon {
    visibility: hidden;
    padding-bottom: 1px;
    display: none;
}

td.plan-column.border-top.\31 borenp {
    border-top: 0.0625rem solid #cfcfcf;
}

td.plan-column.border-top.\31 boreni {
    border-top: 0.0625rem solid #cfcfcf;
}

td.plan-column.border-top.\35 borenp {
    border-bottom: 0.0625rem solid #cfcfcf;
    padding-bottom: 25px;
}

td.plan-column.border-top.\37 boren {
    border-bottom: 0.0625rem solid #cfcfcf;
    padding-bottom: 25px;
}

td.plan-column.border-top.\31 boren {
    border-top: 0.0625rem solid #cfcfcf !important;
}

td.plan-column.border-top.\31 bore {
    border-top: 0.0625rem solid #cfcfcf;
}

html body .plan-column {
    border-bottom: none;
}

td.plan-column.border-top.\33 bore {
    border-bottom: none !important;
}

.video-modal {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.video-content {
    position: relative;
}

.close-btn {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 24px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    cursor: pointer;
    padding: 4px 10px;
}

.center-bottom-padding h2 {
    text-align: center;
    width: 100% !important;
}

.title_faq h4 {
    text-align: center;
}

@media screen and (min-width:768px) {
    .faq-question p {
        width: 90% !important;
    }

    /* width changes */
    .title_faq h3 {
        text-align: center !important;
    }

    .test-title h3,
    .how_section h2,
    .why_title h4,
    .title_faq h4,
    .why_title h3,
    .title_faq h3 {
        width: 70% !important;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.2;
    }

}

@media screen and (min-width:768px) and (max-width:991px) {
    .content_testmonials p {
        min-height: 400px;
    }

    .text_for_footer h4 {
        width: 100% !important;
    }

    .left-text h1 {
        width: 100% !important;
    }

    .left-text {
        width: 60% !important;
    }

    .cards_text p {
        width: 100% !important;
    }

    .cards_lisitng {
        padding: 32px 15px 2rem 15px !important;
    }
}

@media screen and (min-width:992px) and (max-width:1279px) {
    .cards_text p {
        width: 100% !important;
    }

    .cards_lisitng {
        padding: 32px 15px 2rem 15px !important;
    }
}

.content p,
.content-support p {
    line-height: 30px;
}

.faq-answer {
    line-height: 1.4;
}

@media screen and (min-width:1400px) and (max-width:1439px) {
    .Menu ul {
        padding-left: 10rem
    }
}

.faq-question p {
    margin: 0;
    padding-right: 10px;
    width: 90%;
}

img {
    height: auto;
}

li.login_button a {
    color: #1b7889 !important;
    /* border: 2px solid #1b7889; */
    padding: 9px 15px;
    border-radius: 8px;
    font-weight: 500;
}

.address-info-footer {
    background: #fff;
    padding: 20px 20px;
    border-radius: 8px;
}

.address-info-footer span {
    font-size: 14px;
    color: #1b7889;
    font-weight: 700;
}

.address-info-footer h5 {
    margin-top: 3px;
    font-size: 16px;
}

.phone-email ul {
    padding: 0;
    list-style: none;
}

.phone-email ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.phone-email ul li svg {
    margin-right: 5px;
    margin-top: 6px;
}

@media screen and (min-width:1536px) and (max-width:1579px) {
    .three_footer {
        left: 0 !important;
    }
}

.footer-gradiant {
    background: radial-gradient(circle at right center, rgb(198 239 246 / 100%) 10%, rgba(236, 241, 244, 10%) 30%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}

section#footer_section {
    position: relative;
}

.phone-email ul li a {
    color: #000;
    display: flex;
    align-items: center;
}

@media screen and (min-width:1280px) {
    .footer-gradiant {
        background: radial-gradient(circle at right center, rgb(198 239 246 / 100%) 10%, rgba(236, 241, 244, 10%) 18%);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        top: 0;
        border-radius: 100px 0 0 100px
    }

}

li.bg-colour:hover {
    background: #ecd512;
}

.color-white {
    color: #fff !important;
}

.flex_text ul li img {
    border: 2px solid #fff;
    border-radius: 100px;
}

span.close-btn i {
    position: relative;
    top: -3px;
}

.choose_plan h3 {
    width: 100% !important;
}

.ideal_for {
    padding: 0 18px;

}

.ideal_for p {
    color: #000 !important;
    margin-top: 0;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}

@media screen and (min-width:1920px) {}

@media screen and (min-width:1280px) and (max-width:1535px) {
    .flex-plan {
        gap: 70px;
    }

    .free_c,
    .business_v,
    .pro_version_plan {
        width: 100% !important;
    }

}

@media screen and (min-width:768px) and (max-width:991px) {

    .free_c,
    .business_v {
        margin-top: 0 !important;
    }

    .flex-plan {
        gap: 10px !important;
        flex-wrap: wrap;
    }

    .plan_cards {
        width: 100%;
    }

    .free_c,
    .business_v,
    .pro_version_plan {
        box-sizing: border-box;
    }
}

@media screen and (min-width:1280px) {
    .ideal_for p {
        min-height: 50px;
    }

    .free_c ul {
        min-height: 370px;
    }
}

@media screen and (min-width:1366px) and (max-width:1399px) {
    .flex-plan {
        gap: 80px !important;
    }
}

@media screen and (min-width:1400px) and (max-width:1439px) {
    .free_c ul {
        min-height: 412px !important;
    }
}

@media screen and (min-width:1536px) and (max-width:1700px) {
    .free_c ul {
        min-height: 370px !important;
    }
}

@media screen and (max-width:767px) {
    .flex-plan {
        gap: 10px !important;
    }

    .free_c,
    .business_v {
        margin-top: 0rem !important;
    }
}

@media screen and (min-width:992px) and (max-width:1279px) {
    .flex-plan {
        gap: 50px !important;
    }

    .free_c ul {
        min-height: 445px;
    }
}

a.saved {
    cursor: default;
    pointer-events: none;
}

p.yellow-highlight {
    background: #ffE613;
    border-radius: 5px;
    padding: 10px 20px;
    color: #000 !important;
    font-weight: 600;
    width: fit-content;
}

.center_algin_text {
    display: flex;
    justify-content: center;
}

section#plan {
    scroll-margin-top: 60px;
}

section#faq {
    scroll-margin-top: 150px;
}