a.w-webflow-badge {
    display: none !important;
}

/* password eye toggler css by AK */
.passwordDiv {
    position: relative;
}

#togglePassword1 {
    position: absolute;
    top: 50px;
    right: 0;
    left: auto;
    margin-right: 25px;
    cursor: pointer;
}

#togglePassword2 {
    position: absolute;
    top: 50px;
    right: 0;
    left: auto;
    margin-right: 25px;
    cursor: pointer;
}

.text-danger {
    color: rgba(255, 0, 0, 0.888) !important;
    font-size: 15px;

}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-eye:before {
    content: "\f06e";
}

/* end of password eye toggler */

/* custom drowpdown menu togggler by AK */
.custom-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    background-color: #ffffff00;
    border: none;
    cursor: pointer;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 180px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 10px 0;
    border-radius: 8px;
    list-style: none;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-item {
    display: block;
    padding: 10px 16px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: background-color 0.2s ease;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
}

.text-danger {
    color: red;
}

/* end of custom css for dropdown menu */

.policy_section {
    padding: 100px 0px 50px 0px;
    color: #fff;
}

.policy_section h6 {
    padding-top: 20px;
}

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

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

.testimonial-single--2 {
    background: unset !important;
}

.w-555 {
    max-width: 555px !important;
}

/* faq */
.w-container-faq {
    max-width: 1060px !important;
}

.section-title-faq {
    width: 590px !important;
}

/* Basic styling for the accordions */
.accordion-wrapper {
    max-width: 1060px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.accordion-outer {
    border: 1px solid #ddd;
    margin-bottom: 5px;
    border-radius: 4px;
}

.accordion-heading {
    background-color: #000;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
}

.accordion-heading:after {
    content: "+";
    position: absolute;
    right: 15px;
}

.accordion-outer.is-open .accordion-heading:after {
    content: "-";
}

.accordion-content {
    padding: 15px;
    background-color: #0000;
    display: none;
    /* Start hidden - will be shown by JS */
}

.d-flex-faq {
    display: flex;
    align-items: center;
    gap: 40px;
}

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

.d-flex-btn {
    display: flex !important;
}

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

.overflow-unset {
    overflow: unset !important;
}

.flex-column {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.w-1320 {
    max-width: 1320px !important;
}

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

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

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

.w-445 {
    width: 445px;
}

.info_a a {
    color: #fff;
    text-decoration: none;
}

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

.align-start {
    align-items: start;
}

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

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

.bold {
    font-weight: bold;
}

.integrations-cta-block h6 {
    text-align: center;
}

.color-f p {
    color: #fff;
    border: 1px solid #fff;
    padding: 7px;
}

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

label.error {
    color: red !important;
}

.contact-us-submit-button {
    cursor: pointer !important;
}

/* billing start */
.contact-card {
    z-index: 1;
    background-image: linear-gradient(0deg, #141414, #FFAA2C);
    border-radius: 24px;
    padding: 64px;
    position: relative;
    overflow: hidden;
}

.billing-item {
    z-index: 2;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 0.5fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
}

.billing_information_form {
    padding: 15px;
}

.billing_information_form {
    padding: 15px;
    border: 2px solid #fff;
    border-radius: 10px;
}

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

.billing_information_form .b1 {
    padding-left: 5px;
    margin-bottom: 1rem;
    color: #fff;
}

.w-form {
    margin: 0 0 15px;
}

.order_summary {
    padding: 15px;
    height: max-content;
}

.order_summary {
    padding: 15px;
}

.order_summary {
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 15px;
    height: max-content;
}

.edit_your_order._1 {
    color: #fff;
}

.edit_your_order._1 {
    padding: 20px 0;
    color: #fff;
}

.edit_your_order._1 {
    color: black;
}

.edit_your_order._1 {
    padding: 20px 0;
    border-bottom: 2px solid #fff;
    color: black;
}

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

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

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

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

.offer_disclaimer {
    border-bottom: 2px solid var(--theme-color);
    margin-top: 7px;
}

.offer_disclaimer {
    border-bottom: 2px solid #FFAA2C;
    margin-top: 7px;
}

.edit_your_order.total_inr {
    color: #fff;
    font-size: 18px;
}

.edit_your_order.total_inr {
    font-size: 18px;
}

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

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

.order_summary p {
    font-size: 10px;
    margin-top: 10px;
    color: #fff;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
}

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

.billing_information_form .b1 {
    padding-left: 5px;
    margin-bottom: 1rem;
    color: #fff;
}

.billing_information_form label {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.offer_disclaimer {
    border-bottom: 2px solid var(--theme-color);
    margin-top: 7px;
}

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

.offer_disclaimer a {
    color: #fff;
}

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

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

.edit_your_order._1 {
    color: #fff;
}

.edit_your_order._1 a {
    color: #fff;
}

.order_summary h6 {
    color: #fff;
}

/* billing end */



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

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

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

.dropdown-menu-text-link.w--current {
    color: #FFAA2C;
}

.dropdown-toggle-text-block.w--current {
    color: #FFAA2C;
}

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

.banner-heading {
    color: #f0f3f7 !important;
    letter-spacing: -3.04px !important;
    font-size: 76px !important;
    word-break: break-word;
    line-height: 84px !important;
    font-family: Host Grotesk, sans-serif !important;
}

.key-feature-text-content-v3 p {
    font-size: 16px !important;
}

.feature-item-text-content-v2 p {
    font-size: 16px;
}

.feature-item-wrap p {
    font-size: 16px;
    color: #fff;
}

.about-content-wrap p {
    font-size: 16px;
    color: #fff;
}

.font-size-24 {
    font-size: 24px !important;
    letter-spacing: -0.04px !important;
}

.pricing-wrapper {
    border: 1px solid;
    padding: 20px;
    box-shadow: 10px 10px 5px lightblue;
}

.text-container h2 span {
    display: flex;
    justify-content: center;
    color: #fff;
}

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

.key-feature-text-content-v1 p {
    font-size: 16px !important;
}

.benifits-text-wrapper ul li {
    font-size: 16px !important;
}

.feature-item-content-v1 p {
    font-size: 16px;
}

.card-side-content ul {
    padding-left: 20px;
}

.policy_section ul {
    padding-left: 20px;
}

.compare-plan-main {
    border: 2px solid #FFAA2C;
    padding: 20px;
}

.grid-row-gap-0 {
    grid-row-gap: 0px !important;
}

.grid-row-gap-0 ul {
    padding-left: 20px;
}

.p-20 {
    padding: 20px;
}

.navbar-logo-link img,
.footer-logo-link img {
    width: 170px;
}

.single-sponsor-img {
    color: #fff;
}


.card-colored-bg-2 {
    background-image: url('../img/instant/Get\ Benefits\ bg.webp') !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-color-3 {
    background-image: url('../img/instant/Get\ Benefits\ bg.webp') !important;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.bg-3 {
    background-image: linear-gradient(#ffaa2c38, #ffaa2c00);
}

.section-title h2 {
    color: #fff;
}

.testimonial-title {
    color: #FFAA2C !important;
}

.key-features-box-v11 {
    position: static !important;

}

.key-features-height-v11 {
    height: unset !important;
}

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

.contact-us-details-text a {
    color: #fff;
    text-decoration: none;
}

.footer-menu-text-link.w--current {
    color: #FFAA2C;
}

.pageheader-title {
    color: #000;
}

.testimonial-slide-arrow.right:hover {
    background-color: #FFAA2C;
}

.w-slider-arrow-left:hover {
    background-color: #FFAA2C;
}

.right-arrow:hover {
    background-color: #FFAA2C;
}

.simple-button-loader-2 a:hover {
    background-color: #fff;
    color: #000;
}

.slider-arrow-comments.right:hover {
    background-color: #FFAA2C;
}

.grid-align {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 50px;
}




/* <!-- for hamburger-icon css start --> */

.hamburger-icon {
    width: 40px;
    height: 40px;
}

.line {
    transition: all 0.3s ease;
    transform-origin: center;
}

.line1 {
    transform: translateY(0) rotate(0deg);
}

.line2 {
    opacity: 1;
}

.line3 {
    transform: translateY(0) rotate(0deg);
}

/* When menu is open (showing X) */
.menu-open .line1 {
    transform: translateY(6px) rotate(45deg);
}

.menu-open .line2 {
    opacity: 0;
}

.menu-open .line3 {
    transform: translateY(-6px) rotate(-45deg);
}

/*  for hamburger-icon css start  */


.custom-dropdown .dropdown-menu {
    right: -70px;
    top: 70px;
}

.cta-title-2 {
    font-size: 76px !important;
    line-height: 74px !important;
}

.f-size-18 {
    font-size: 18px !important;
}

.f-weight-500 {
    font-weight: 500 !important;
}

.grid-template-columns {
    grid-template-columns: 1.5fr 1fr !important;
}

.grid-template-columns-2 {
    grid-template-columns: 1fr 1.5fr !important;
}

.grid-template-columns .hero-description {
    margin-left: 0px;
}

.feature-image-wrap img {
    width: 320px !important;
}

.hero-image-one-wrap img {
    width: 320px !important;
}

.hero-image-two-wrap img {
    width: 320px;
}

.banner-img-w-75 {
    width: 75%;
    margin: 0 auto;
}

.f-size-48 {
    font-size: 48px;
}

.small-content-2 {
    max-width: 100% !important;
    padding-bottom: 0em !important;
}


/* media Qurey Start */


/* ---------------------max-479 start----------------------- */
@media screen and (max-width: 479px) {
    .banner-heading {
        font-size: 46px !important;
        line-height: 48px !important;
    }

    .hero-section {
        padding-top: 90px !important;
    }

    .footer-top-content {
        display: none;
    }

    .banner-single-card-one {
        left: 5px;
    }



    .spacer-xxlarge {
        display: none;
    }

    .works-block.two {
        top: 4rem !important;
    }

    .heading-style-h4-2 {
        font-size: 18px;
    }

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

    .faq-container {
        gap: 0px !important;
    }

    .comment-item-content-v1 {
        height: 240px !important;
    }

    .app-button {
        align-items: center;
        flex-direction: column;
    }

    .illustration-image {
        max-width: 300px;
    }

    .primary-button {
        justify-content: center;
    }

    .section.analytics-section {
        padding-top: 30px;
    }

    .testimonial-slide-arrow.right {
        left: 60% !important;
    }

    .w-slider-arrow-left {
        left: 30% !important;
    }

    .text-gradient-colored {
        font-size: 64px !important;
    }

    .feature-button-wrapper {
        align-items: center !important;
    }

    .faq-container {
        padding: 8px !important;
    }

    .d-block-mob {
        display: block !important;
    }

    .d-none-mob {
        display: none !important;
    }

    .d-none-mob-2 {
        display: none !important;
    }

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

    .container-large video {
        width: 330px !important;
        margin-top: 20px;
    }

    .section-title {
        font-size: 40px !important;
    }

    .dropdown-menu {
        top: 54px;
        right: -50px;
    }

    .table-width {
        width: 95% !important;
    }

    .d-flex-mob-2 {
        display: flex !important;
        justify-content: center !important;
    }

    .faq-question::after {
        content: '+';
        position: absolute;
        right: 7px;
        font-size: 18px;
        transition: 0.3s;
    }
    .cta-title-2 {
        font-size: 48px !important;
        line-height: 45px !important;
    }
}

/* ---------------------max-479 end------------------------- */


/* ---------------------max-992 start----------------------- */
@media screen and (max-width: 992px) {
    .w-nav-overlay [data-nav-menu-open] {
        background: #000;
    }

    .d-flex---4 {
        flex-direction: column-reverse !important;
        display: flex;
    }

    .container-large video {
        width: 100% !important;
        margin-top: 20px;
    }

    .grid-align {
        grid-template-columns: 1fr;
        display: grid;
        gap: 50px;
    }

    .team-item {
        margin-top: 20px;
    }

    .banner-subtitle-text {
        color: #000;
    }

    .faq-container {
        gap: 14px !important;
    }

    .slider-arrow-comments.right {
        right: 38% !important;
    }

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

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

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

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

    .testimonial-slider-wrap {
        margin-top: -78px;
    }

    .card-body details {
        width: 100% !important;
    }

    .dropdown-menu {
        right: -70px;
        top: 66px;
    }


}

/* ---------------------max-992 end------------------------- */


/* ---------------------min-500 & max-994 end------------------------- */
@media screen and (min-width: 500px) and (max-width: 994px) {
    .slider-arrow-comments.right {
        bottom: 2rem !important;
    }

    .slider-arrow-comments.left {
        bottom: 2rem !important;
    }

    .container-1 {
        height: 66vh !important;
    }

    .grid-testimonial {
        grid-template-columns: 1fr 1fr !important;
    }

    .table-width {
        width: 526px !important;
    }

    .who-image-2 {
        width: 35% !important;
    }
    .text-left-mob{
        text-align: left !important;
    }
    .benifits-text-wrapper--2{
        align-items: flex-start !important;
    }

}

/* ---------------------min-500 & max-994 end------------------------- */


/* ---------------------min-480 & max-2000 start---------------------- */
@media screen and (min-width: 480px) and (max-width: 2000px) {
    .d-block-mob {
        display: none !important;
    }

    .d-none-mob {
        display: block !important;
    }
}

/* ---------------------min-480 & max-2000 end------------------------ */

/* ---------------------max-280 start----------------------- */
@media screen and (max-width: 280px) {
    .integrations-logo-toggle h5 {
        font-size: 18px;
    }

    .text-container h2 span {
        font-size: 40px;
    }

    .faq-column {
        min-width: 240px !important;
    }

    .button.button-cta {
        min-width: 100% !important;
    }

    .container-large video {
        width: 248px !important;
    }

    .section-title {
        font-size: 30px !important;
        line-height: 34px !important;
    }

    .faq-container {
        padding: 5px !important;
    }

    .text-gradient-colored {
        font-size: 46px !important;
    }

    .slider-arrow-comments.right {
        right: 28% !important;
    }

    .hero-text {
        padding-top: 75px;
    }

    .navbar-logo-link img,
    .footer-logo-link img {
        width: 100px;
    }

    .otp-input-fields {
        gap: 4px;
    }

    .details h5 {
        font-size: 14px;
    }

    .table {
        width: 94% !important;
    }

    .table th,
    .table td {
        font-size: 12px !important;
    }

    .faq-answer.open {
        max-height: 200px !important;
    }

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

    .faq-question::after {
        right: 8px !important;
    }

}

/* ---------------------max-280 start----------------------- */

/* ---------------------max-1024 start----------------------- */
@media screen and (max-width: 1024px) {
    .pt-50-mob {
        padding-top: 50px !important;
    }

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

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

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

    .anim-icons-holder {
        display: none !important;
    }

    .details.px-2 {
        width: 100% !important;
    }
}

/* ---------------------max-1024 start----------------------- */

/* ---------------------min-996 & max-1024 start----------------------- */
@media screen and (min-width: 996px) and (max-width: 1024px) {
    .banner-card-sticky {
        height: 58vh;
    }

    .banner-card-wrapper {
        margin-right: 0%;
    }

    .powerful-features-elements {
        max-width: 611px;
    }

    .faq-question {
        padding: 15px 20px !important;
    }

    .key-features-box-v1-tab {
        flex-direction: column;
    }

    .transform-unset {
        transform: unset !important;
    }

    .table {
        width: 720px;
    }

    .dropdown-menu {
        right: -60px;
        top: 66px;
    }
}

/* ---------------------min-996 & max-1024 start----------------------- */

/* --------------max-1100 start ------------ */
@media screen and (max-width:1100px) {
    .dropdown-column-wrapper.w--open {
        width: 100%;
        transform: translate(0%) !important;
    }

    .hamburger-menu-icon svg:nth-child(2) {
        display: none;
    }
}

/* -----------max-1100 end------------- */


/* media Qurey End*/