.container {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.company_links {
    width: 100% !important;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-right: none !important;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr !important;
    justify-items: start;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 40px;
    padding: 0 20px;
}

.company_links_width {
    border-radius: 10px;
    justify-content: center !important;
    padding: 0;
    overflow: hidden;
}

.company_links_pages {
    max-width: 466px !important;
    margin-right: 100px;
}

/*  */

.steps-container {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 0.3fr 1fr 0.3fr 1fr 0.3fr 1fr;
    grid-template-columns: 1fr 0.3fr 1fr 0.3fr 1fr 0.3fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.step-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.step-number-circular {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 54px;
    height: 54px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #185cff;
}

.step-number {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
}

.step-item-heading-wrapper {
    margin-top: 30px;
    text-align: center;
}

.step-item-text-wrapper {
    margin-top: 20px;
    text-align: center;
}

.step-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 18px;
    height: 18px;
    margin-top: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block.step-item {
    margin-top: 0px;
    color: #40454f;
}

.text-block.benefits-item {
    color: #8a95ad;
}

/*  */


.visual-features-item.navbar.horizontal {
    border-radius: 12px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    display: flex;
}

.features-hero-section {
    background-color: #f1f3f6 !important;
}

.pt-100 {
    padding-top: 100px;
}


/* billing page  */
.billing_page_section {
    padding: 40px 0 70px !important;
    background: #fff;
}

.m_row {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
}

.m_row div[class^="w-col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.w-col-8 {
    width: 66.66666667%;
}

.billing_information_form {
    padding: 15px;
    border: 1px solid #175cff;
}

.billing_information_form .b1 {
    padding-left: 5px;
}

.billing_information_form .b1 {
    padding-left: 5px;
}

.font-size-12 {
    font-size: 12px;
}

.w-col-12 {
    width: 100%;
}

.number_filed {
    position: relative;
    margin-bottom: 0 !important;
}

.number_filed select {
    width: 70px;
    border: none;
    position: absolute;
    top: 2px;
    left: 1px;
}


.number_filed select {
    width: 70px;
    border: none;
    position: absolute;
    top: 2px;
    left: 1px;
}

.field input,
.field select {
    width: 100%;
    padding: 12px 7px 10px;
    line-height: 24px;
    background: transparent;
    border: 1px solid #175cff;
    color: black;
}

.field select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: black;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

button[disabled],
html input[disabled] {
    cursor: default;
}

.number_filed input {
    padding-left: 85px;
}

.field input,
.field select {
    width: 100%;
    padding: 12px 7px 10px;
    line-height: 24px;
    background: transparent;
    border: 1px solid #175cff;
    color: black;
}

.country_name span {
    position: absolute;
    font-size: 10px;
    top: 0;
}

.country_name {
    position: relative;
    border: 1px solid #175cff;
    padding: 16px 7px 0px;
    color: black;
    line-height: 27px;
    margin: 10px 0;
    background: transparent;
}

h6.b1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
    color: #888;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    color: #175cff;
}

p.b1 {
    /* margin-top: 10px; */
    font-family: Poppins, sans-serif;
    color: black;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
    margin-bottom: 0;
}

.field {
    margin-bottom: 20px !important;
    position: relative;
    width: 100%;
}

/* .number_filed_validation {
    background: #5f6749;
    padding: 10px;
} */
.number_filed select {
    width: 70px !important;
    border: none !important;
    position: absolute;
    top: 2px;
    left: 1px;
}

.field input,
.field select {
    width: 100%;
    padding: 12px 7px 10px;
    line-height: 24px;
    background: transparent;
    border: 1px solid #175cff;
    color: black;
}

.field select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: black;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

button[disabled],
html input[disabled] {
    cursor: default;
}

.number_filed input {
    padding-left: 85px !important;
}

.field input,
.field select {
    width: 100%;
    padding: 12px 7px 10px;
    line-height: 24px;
    background: transparent;
    border: 1px solid #175cff;
    color: black;
}

label {
    display: block;
}

.billing_frm_fild {
    margin-top: 15px;
}

.field span.field__label {
    position: absolute;
    font-size: 12px;
    padding: 0 11px;
    top: -1px;
    color: black;
}

.w-col-6 {
    width: 50%;
}

.btn_submit_.bg-dark {
    background: #175cff !important;
    color: black;
    border: 1px solid #175cff;
}

.btn_submit_ {
    width: 100%;
    padding: 5px;
    background: transparent;
    border: 1px solid #175cff;
    color: black;
}

.w-col-4 {
    width: 33.33333333%;
}

.order_summary {
    /* background: #5f6749; */
    border: 1px solid #175cff;
    padding: 15px;
}

.edit_your_order._1 {
    padding: 20px 0;
    border-bottom: 1px solid #175cff;
    color: black;
}

.edit_your_order {
    display: flex;
    justify-content: space-between;
}

.edit_your_order._1 {
    /* padding: 20px 0;
        border-bottom: 1px solid #175cff; */
    color: black;
}

.offer_disclaimer {
    border-bottom: 1px solid #175cff;
    margin-top: 7px;
}

.offer_disclaimer a {
    font-size: 12px;
    padding: 0px 0;
}

.text-underline {
    text-decoration: underline;
}

.edit_your_order._3 {
    font-size: 12px;
    margin-top: 5px;
    color: black;
}

.edit_your_order {
    display: flex;
    justify-content: space-between;
}

.edit_your_order._2 {
    margin-bottom: 5px;
}

.nice_saved {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #175cff;
}

.order_summary p {
    font-size: 10px;
    margin-top: 10px;
    font-family: Poppins, sans-serif;
    color: black;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
}

.edit_your_order._1 a {
    color: black;
}

.offer_disclaimer a {
    color: black;
}

.edit_your_order.total_inr {
    /* padding: 10px 0; */
    color: black;
    font-size: 18px;
}

.order_summary p a {
    color: black;
}

.order_summary h6 {
    color: #175cff;
}

.number_filed_validation .font-size-12 {
    color: black;
}

/* end */
.gst_details_contnet {
    font-size: 20px;
}

.pay_planner_custom {
    font-size: 20px;
    color: rgb(14, 13, 13) !important;
}

.forge_custom {
    font-size: 2.5rem;
}

.heading_custom h4 {
    font-size: 1.875rem;
}

.aiart-gd-text {
    background: linear-gradient(91deg, #2a0090 51.27%, #2a0090 96.15%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.risk-shadow {
    border: 1px solid #175cff;
}

.border-bottom {
    border-bottom: 1px solid #175cff !important;
}

.heading_custom .btn {
    border: 2px solid #175cff;
}

.aiart-gd-btn::after {
    border: 1px solid #175cff;
}

.aiart-gd-btn::before {
    background: none;
}

.aiwt-faq .accordion-item .accordion-header button[aria-expanded="true"] {
    background-color: #175cff;
}

.text-warning {
    color: #fff !important;
}

@media (max-width:767px) {
    .w-col-8 {
        width: 100%;
    }

    .m_row {
        flex-direction: column;
    }

    .w-col-4 {
        width: 100%;
        margin-top: 50px;
    }

}

/* billing page end */

* button */ .dash_board_button .nav-link {
    font-size: 18px;
    margin: 15px 0;
    color: #fff;

}

.nav-pills .nav-link {
    background: #0044e3;
    color: #fff;
    border-radius: 0;
}

/* dropdown */
.sign_in_profile a img {
    width: 40px;
    border-radius: 50%;
    border: 2px solid #1351D8;
    margin-right: 20px;
}

.sign_in_profile {
    padding: 24px 0;
    position: relative;
}

.profile_dropdown {
    background-color: #000000;
    border-radius: 20px;
    min-width: 240px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.profile_dropdown {
    display: none;
    position: absolute;
    right: -100px;
    top: 70px;
    z-index: -9;
}

.profile_header {
    display: flex;
    gap: 15px;
    border-bottom: 1px solid #1351D8;
    padding: 20px;
    align-items: center;
}

.icon_size {
    width: 30px;
}

.profile_body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-left: 60px;
    border-bottom: 1px solid #1351D8;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sign_in_profile:hover .profile_dropdown {
    z-index: 99;
    display: block;
}

.profile_body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-left: 60px;
    border-bottom: 1px solid #1351D8;
    padding-top: 10px;
    padding-bottom: 10px;
}

.profile_body a span {
    color: #fff;
    font-weight: 500;

}

.profile_footer {
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.profile_footer a span {
    color: #fff;
    font-weight: 500;

}

.profile_body a span svg {
    margin-right: 10px;
}

.my_dashboard {
    padding: 0 20px;
}

.person_details {
    padding: 0 20px;
}

.my_plans {
    padding: 0 20px;
}

.dash_table th {
    line-height: 22px;
    font-weight: 900;
    font-size: 18px;
}

.profile_header_name h4 {
    color: #fff;
}

.profile_footer a span svg {
    margin-right: 10px;
}

.profile_body a span:hover,
.profile_footer a span:hover {
    color: #175cff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #fff;
    color: #000000;
    border: 2px solid #0044e3;
}

/*  */
.tab-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tab {
    padding: 10px;
    border: none;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    width: 200px;
}

.tab-content {
    display: none;
    padding: 10px;
    border: 1px solid #ccc;
}

.tab-content.show {
    display: block;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

th {
    background-color: #f0f0f0;
}

/* Make the design responsive */
@media only screen and (max-width: 768px) {
    .tab-container {
        flex-direction: row;
    }

    .tab {
        padding: 5px;
    }

    .tab-content {
        padding: 5px;
    }

    table {
        font-size: 12px;
    }

    th,
    td {
        padding: 5px;
    }
}

.d-flex--2 {
    display: flex;
    gap: 20px;
}

.width-100 {
    width: 80%;
}

.container--2 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
    padding-top: 100px;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-100 {
    padding-bottom: 100px;
}

.profile_body a {
    color: #fff;
}

/*  */

body {
    overflow-x: hidden;
}

.features-slider {
    height: 400px;
}

.wrapper.features-hero-wrapper {
    padding-bottom: 60px;
    margin-bottom: 50px;
}

.credit-card-tab-text {
    font-size: 14px;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.pb-10 {
    padding-bottom: 10px;
}

.price-grid-contain {
    grid-template-columns: 1fr 1fr;
}

.perks-inside-wrapper {
    text-align: center;
}

.wrapper.features-hero-wrapper {
    max-width: 100%;
    background-image: url('../img/payment/Banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-link:hover {
    color: #2cae76;
}

.footer-link:hover {
    color: #2cae76;
}

/* tabs Start*/

/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: aliceblue;
    width: 30%;
    height: 100%;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 20px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}

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

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #2cae764f;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 50px;
    width: 70%;
    border-left: none;
    height: 100%;
}

.wrapper---1 {
    align-items: flex-start;
    display: flex;
}

.tab-scroll {
    position: sticky;
    top: 150px;
}

/* tabs End */

.tab--2 {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    text-align: center;
}

.pb-30 {
    padding-bottom: 30px
}

.dash-btn {
    padding: 8px 18px;
}

.dash-align-center th,
td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}


/* Faq */

@import url("https://fonts.googleapis.com/css?family=Hind:300,400&display=swap");


.container {
    margin: 0 auto;
    padding: 0rem;
    width: 100%;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded="true"] {
    border-bottom: 1px solid #145aff;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #40454f;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #145aff;
    border: 1px solid #145aff;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded="true"] {
    color: #145aff;
}

.accordion button[aria-expanded="true"] .icon::after {
    width: 0;
}

.accordion button[aria-expanded="true"]+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}

/* Faq End */

.wrapper.contact-form-wrapper {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}

label.error {
    color: red;
}

.sign-up-right {
    line-height: 70%;
}

.pt-250 {
    padding-top: 250px;
}

.pricing-tables-container {
    grid-template-columns: 1fr 1fr 1fr;
}

.tab-content input {
    width: 100%;
    padding: 5px;
}

.mob-d-show {
    display: none;
}

.web-d-show {
    display: block !important;
}

.download-btn {
    margin-top: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    background-color: #0d0e10;
}

.main-navigations-container {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 99999;

}

.slider-right {
    bottom: -200px;
}

.slider-left {
    bottom: -200px;
}

.pt-20 {
    padding-top: 20px;
}

.width-700 {
    max-width: 700px;
    width: 100%;
}

.footer-up {
    grid-template-columns: 0.5fr 1fr;
    display: grid;
}

.footer-text {
    max-width: 430px;
}

.footer-text_hover:hover {
    color: #2cae76;
}


.sign_in_profile {
    display: none;
}

.visual-features-items-container.nav.pages {
    width: 100%;
    border-right: 0px solid #f1f3f6;
    margin-right: 0px;
}

.navigation-drop-container.features.pages {
    padding-right: 0px;

}

.footer-down {
    justify-content: center;
}

.mb-0 {
    margin-bottom: 0px;
}

.home-features-subheading {
    color: #fff;
}

.home-features-2-up h6 {
    color: #145aff;
}

.slider-left--2 {
    bottom: -100px;
}

.slider-right--2 {
    bottom: -100px;
}

/* slider */


.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.d-flex-slider {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.text-left {
    text-align: left;
}

.pb-20 {
    padding-bottom: 20px;
}

.position-relative {
    position: relative;
}

.swiper-button-prev--2 {
    position: absolute;
    top: 115%;
}

.swiper-button-next--2 {
    position: absolute;
    top: 115%;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("https://assets.website-files.com/61e3aa555a9149f4f1e68fe4/61e3aa555a914900ece69014_Group%209.svg") !important;
    left: 10px;
    right: auto;
    transform: rotate(180deg);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("https://assets.website-files.com/61e3aa555a9149f4f1e68fe4/61e3aa555a914900ece69014_Group%209.svg");
    right: 400px;
    left: 180px;
}
.swiper-button-next:hover{
    /* transform: translateX(10px); */
    background-color: #2cae76;
    padding: 20px;
    border-radius: 10px;
}
.swiper-button-prev:hover{
    /* transform: translateY(0px); */
    background-color: #2cae76;
    padding: 20px;
    border-radius: 10px;
}

/* slider End*/

.pointer-grid--2 {
    width: 100%;
}

.pointer-grid {
    grid-template-rows: auto;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.features-slider-section {
    overflow: hidden;
}

.pricing-page----3 {
    margin-top: 90px;
    position: sticky;
    top: 130px;
}

.pricing-grid-contain---2 {
    padding-top: 90px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.pricing-table-item:hover {
    background-color: #849cd342;
}

.progress-bar {
    width: 50%;
    position: sticky;
    top: 120px;
}

.faq-heading-and-subheading {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.wrapper.contact-form-wrapper {
    max-width: 1280px;
}

.width-full {
    width: 100%;
}

.contact-card-item {
    width: 30%;
    height: 370px;
}

.text-center {
    text-align: center;
}

.policy-pages p {
    padding-bottom: 20px;
    color: #000000;
}

.footer-link.w--current {
    color: #2cae76;
}

.visual-features-item.navbar.horizontal.w--current {
    background-color: #ffdb1e;
    margin: 5px;
}

.dropdown-toggle.active {
    color: #2cae76;
}

.dropdown-toggle:hover {
    color: #2cae76 !important;
    font-weight: 500;
}

.color-black {
    color: #000 !important;
}

.color-yellow {
    color: #ffdb1e !important;
}

.accordion .accordion-item button[aria-expanded="true"] {
    border-bottom: 1px solid #0c3a30;
}

.accordion button[aria-expanded="true"] {
    color: #0c3a30;
}

.testimonial-left:hover {
    background-color: #0c3a30 !important;
}

.testimonial-right:hover {
    background-color: #0c3a30 !important;
}

.feature-tabs-section {
    background-color: #0c3a30;
}

.step-number-circular {
    background-color: #0c3a30 !important;
}

.button {
    background-color: #0c3a30 !important;
}

.features-tab-section {
    background-color: #0c3a30 !important;
}

.bg-color {
    background-color: #0c3a30 !important;
}

.pricing-table-item.pricing-page-2-item.business {
    background-color: #0c3a30 !important;
    background-image: none !important;
}

.features-slider-section {
    background-color: #0c3a30 !important;
}

.visual-features-section {
    background-color: #edf1ee;
}

.wrapper._1920px.features-2-vertical {
    background-color: #edf1ee;
    background-image: none !important;
}

.bg-w-color {
    background-color: #edf1ee !important;
}

.features-2-section {
    background-color: #0c3a30;
    background-image: none !important;
}

.wrapper._1920px.background-image {
    max-width: none;
    background-image: none;
}

.footer {
    background-color: #0c3a30;
}

.svg-size img {
    width: 40px;
}

.svg-size-60 img {
    width: 60px;
}

.integration-card-2 {
    cursor: inherit !important;
}

.features-hero-wrapper h6 {
    color: #000;
}

.pricing-hero-wrapper h6 {
    color: #000;
}

.button:hover {
    background-color: #2cae76 !important;
}

.visual-features-item.navbar:hover {
    background-color: #ffdb1e;
}

.home-feature-1-content {
    width: 100%;
    max-width: 720px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.about-story-right {
    width: 100%;
    max-width: 720px;
}

.wrapper.home-feature-1-wrapper {
    padding-bottom: 50px;
}

.wrapper.features-vertical-tabs {
    padding-bottom: 50px;
}

.wrapper.home-feature-3-wrapper {
    padding-bottom: 50px;
}

.most-popular-integrations-text {
    width: 95%;
    max-width: 700px;
}

.pointer-grid {
    width: 100%;
    max-width: 750px;
}

.feature-4-section.homepage-3 {
    margin-bottom: 100px;
}

.headings {
    width: 20%;
}

.price-grid-contain {
    width: 80%;
}

.wrapper.pricing-hero-wrapper {
    padding-bottom: 100px;
}

.pointer-grid._2-rows {
    margin-bottom: 20px;
}

.policy-pages {
    padding: 20px;
    text-align: justify;
}

.statistics-homepage-2 {
    padding: 50px 20px 50px 20px;
}

.features-hero-text {
    color: black;
}

.home-featured-1-section {
    padding: 50px 20px 0px 20px;
}

.footer-up {
    padding: 50px 20px 50px 0px;
}

.wrapper.feature-4-wrapper {
    padding: 50px 20px 50px 20px;
}

.perks-section {
    padding: 50px 20px 50px 20px;
}

.download-cards-section {
    padding: 50px 20px 50px 20px;
}

.most-popular-integration-section.homepage-3 {
    padding: 50px 20px 0px 20px;
}

.pricing-page-2-blog---grid {
    padding: 50px 20px 50px 20px;
}

.feature-3-section {
    padding: 50px 20px 50px 20px;
}

.home-hero-left {
    padding: 50px 20px 50px 20px;
}

.feature-tabs-section {
    padding: 50px 20px 50px 20px;
}

.visual-features-section {
    padding: 50px 20px 50px 20px;
}

.credit-card-section {
    padding: 50px 0px 0px 0px;
}

.about-last-sec {
    overflow: hidden;
}

.wrapper.about-hero-up {
    padding-bottom: 170px !important;
}
.about--width{
    max-width: 890px !important;
}
.testimonial-left{
    filter: brightness(0.5);
}
.testimonial-right{
    filter: brightness(0.5);
}
.footer-link--2 {
    margin-bottom: 20px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #fff;
    font-size: 16px;
}
.w-slider-arrow-left img{
    width: 30px;
}
.w-slider-arrow-right img{
    width: 30px;
}
.download-card-wrapper img{
    width: 50%;
}
.d-flex{
    display: flex;
    gap: 15px;
}
.feature-4-left--2{
    max-width: 647px;
}
.pt-200{
    padding-top: 200px;
}
.sign-up-logo img{
    width: 10%;
}
.wrapper.sign-up-wrapper {
    width: 100%;
    height: fit-content;
    max-width: 1920px;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

/* Media Query Start*/
@media (min-width:1023px) {
    .sign-up-right {
        padding-left: 70px;
        align-items: flex-start;
        display: flex;
    }

    .feature-4-left {
        width: 100%;
    }

    .wrapper {
        width: 100%;
    }

    .swiper-slide {
        width: 100%;
    }

    .navbar-brand {
        width: 100%;
        height: 40px;
        margin-right: 0;
    }

    .button {
        padding: 12px 30px;
    }

    .navigation {
        padding: 10px;
    }

    .about-story-right {
        width: 90%;
        max-width: 614px;
    }

    .wrapper.feature-4-wrapper {
        gap: 50px;
    }
}

@media (min-width:760px) and (max-width:1024px) {
    .w-col-4 {
        width: 48%;
    }

    .wrapper.about-grid {
        padding-bottom: 20px;
    }

    .company_links_pages {
        max-width: 100% !important;
        margin-bottom: 40px;
    }

    .wrapper.home-hero-wrapper {
        padding-bottom: 50px;
    }

    .wrapper {
        padding-bottom: 35px;
    }

    .wrapper.home-feature-1-wrapper {
        padding-bottom: 0px;
    }

    .wrapper.footer-wrapper._80-top-padding {
        padding-top: 10px;
    }

    .stats-number-text-2 {
        font-size: 40px;
    }

    .logos-wrapper,
    .features-slider-wrapper {
        padding-bottom: 140px;
    }

    .visual-features-text {
        max-width: 100%;
    }

    .visual-features-heading-and-subheading {
        max-width: 100% !important;
    }

    .home-hero-left {
        max-width: 100%;
        margin-bottom: 0px;
    }

    .visual-features-items-container {
        max-width: 100%;
    }

}

@media (max-width:1024px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
        max-height: 90vh;
        overflow: auto;
    }
    .most-popular-integrations-up {
        padding: 20px;
    }

    .footer-down {
        align-items: center;
        display: flex;
    }

    .visual-features-item.navbar.horizontal {
        justify-content: flex-start;
        display: flex;
    }

    .home-features-image {
        width: 100%;
        left: 0%;
    }

    .pricing-table-item.pricing-page-3 {
        width: 100%;
    }

    .integrations-features-items {
        max-width: 100%;
        text-align: center;
    }

    .footer-text {
        max-width: 100%;
    }

    .pricing-row-contain {
        flex-direction: row !important;
    }

    .price-grid-contain {
        display: flex;
    }

    .pricing-row-contain {
        gap: 30px;
    }

    .pb-100-mob {
        padding-bottom: 100px !important;
    }

    .mb-0-mob {
        margin-bottom: 0px !important;
    }

    .tabcontent {
        padding: 50px 20px;
        width: 100%;
    }


    .tab {
        float: left;
        border: 1px solid #ccc;
        background-color: aliceblue;
        width: 100%;
        height: 100%;
    }

    .wrapper.faq-wrapper {
        padding: 20px;
    }

    .contact-card-item {
        width: 100%;
        margin-left: 10px;
    }

    .button.navigation-button.mobile {
        max-width: 150px;
    }

}


@media (max-width:992px) {
    .width-100 {
        width: 100%;
    }

    .tab-scroll {
        position: static;
    }

    .feature-4-left {
        max-width: 100%;
    }

    .steps-container {
        padding: 20px;
    }


    .perks-items-container {
        grid-template-columns: 1fr;
    }

    .wrapper.home-feature-1-wrapper.homepage-3 {
        padding-top: 50px;
    }

    .price-grid-contain {
        width: 100%;
    }

    .perks-inside-wrapper {
        margin-bottom: 0px;
    }

    .wrapper.features-hero-wrapper {
        margin-bottom: 0px;
        padding: 100px 10px 60px 10px;
    }

    .d-flex--2 {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .blog-image-page-3 {
        height: 100%;
    }

    .container--2 {
        padding: 20px;
    }

    .tab--2 {
        height: 100%;
    }

    .mt-0-mob {
        margin-top: 0px;
    }

    .pt-0-mob {
        padding-top: 0px !important;
    }

    .pt-tab-50 {
        padding-top: 50px !important;
    }

    .wrapper.about-hero-up {
        padding-bottom: 180px;
    }

    .pricing-comparison-section.pricing-page-3 {
        margin-bottom: 60px;
        padding: 15px;
    }

    .comparison-table {
        margin-top: 12px;
    }

    .wrapper {
        width: 94%;
    }

}

@media (max-width:400px) {
    .mob-d-show {
        display: flex;
        justify-content: center;
    }
    .footer-up {
        padding: 50px 20px 0px 0px;
    }
    .credit-card-section {
        padding: 0px 0px 0px 0px;
    }
    .section-text-container.credit-card {
        padding: 20px;
    }
    .wrapper.footer-wrapper._80-top-padding {
        padding-top: 0px;
    }
    .most-popular-integrations-up {
        text-align: center;
        padding: 20px;
    }
    .d-flex {
        display: flex;
        gap: 30px;
        flex-direction: column;
    }
    .mb-mob-20{
        margin-bottom: 30px;
    }

    .accordion button {
        padding: 1em 36px 1em 0em;
    }

    .testimonial-slider {
        margin-top: 10px;
    }

    .mt-30-mob {
        margin-top: 30px !important;
    }

    .pb-120-mob {
        padding-bottom: 120px !important;
    }

    .accordion button[aria-expanded="true"]+.accordion-content {
        max-height: 16em;
    }

    .h2-60-px {
        font-size: 40px;
    }

    .pointer-grid._2-rows {
        margin-top: 30px;
    }

    .pricing-table-item.pricing-page-3 {
        margin-top: 2px;
    }

    .pb-60-mob {
        padding-bottom: 60px !important;
    }

    .pointer-grid-item {
        text-align: center;
    }

    .headings {
        width: 30%;
        font-size: 12px;
    }

    ._22-px {
        font-size: 12px;
    }

    .web-d-show {
        display: none !important;
    }

    .features-2-section {
        overflow: hidden;
    }

    .sign_in_profile {
        padding: 0 0;
        position: relative;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 10px;
    }

    .steps-container {
        -ms-grid-columns: 1fr 0.3fr 1fr 0.3fr 1fr 0.3fr 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

    .testimonial-right {
        bottom: -7%;
        left: 0;
    }

    .slider-left {
        bottom: -186px;
        left: 60%;
    }

    .slider-right {
        bottom: -186px;
        left: 86%;
    }

    .pb-0-mob {
        padding-bottom: 0px !important;
    }

    .home-feature-1-content {
        align-items: center;
        display: flex;
    }

    .home-features-heading {
        text-align: center;
    }

    .visual-features-up {
        margin-bottom: 20px;
    }

    .visual-features-items-container {
        grid-row-gap: 20px;
    }

    .pointer-grid-item {
        flex-direction: column;
        align-items: center;
        display: flex;
    }

    .pb-50-mob {
        padding-bottom: 50px !important;
    }

    .step-icon-wrapper {
        margin-bottom: 20px;
    }

    .pb-20-mob {
        padding-bottom: 20px !important;
    }

    .section-image-container.credit {
        padding-right: 0px;
    }

    .integrations-features-item {
        text-align: center;
        padding: 20px;
    }

    .features-slider {
        height: 248px;
    }

    .features-slider {
        margin-bottom: 100px;
    }

    .footer-up {
        grid-row-gap: 0px;
    }

    .footer-links-container {
        grid-row-gap: 0px;
    }

    .home-features-tab {
        margin-top: 30px;
    }

    .pointer-grid {
        width: 100%;
    }

    .white.features-4-text {
        text-align: center;
    }

    .pb-30-mob {
        padding-bottom: 30px !important;
    }

    .white._16px {
        text-align: center;
    }

    .integration-collection {
        margin-top: 0px;
    }

    .integration-card.most-popular {
        margin-bottom: 0px;
    }

    .features-4-text {
        text-align: center;
    }

    .feature-4-left {
        align-items: center;
        display: flex;
    }

    .h2-60-px {
        text-align: center;
    }

    .pointer-grid {
        margin-top: 0px;
    }

    .features-subheading.yellow {
        text-align: center;
    }

    .white-2._500w {
        text-align: center;
    }

    .features-top-wrapper {
        margin-bottom: 30px;
    }

    .wrapper.pricing-hero-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .policy-pages ul {
        padding-left: 20px;
    }

}

@media (max-width:280px) {
    .h2-60-px {
        font-size: 40px;
    }
    .accordion button[aria-expanded="true"]+.accordion-content {
        max-height: 21em;
    }

    .headings {
        width: 22%;
    }

    .or-continue-with-line {
        width: 57px;
    }

    .sign-up-right {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .display-heading {
        font-size: 40px;
    }

}



/* Media Query End */