@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css");

html {
    scroll-behavior: smooth;
}

.call-icon {
    transform: scaleX(-1);
}

.features-img {
    height: 100px;
    height: 100px;
}

.footer-shadow {
    box-shadow: 0 -1px 10px #eee;
}

.call-action-btn {
    color: #006400 !important;
    font-weight: 600 !important;
}

.title-selection {
    user-select: none;
}

.custom-font-color a {
    color: #60697b;
    word-wrap: break-word;
    word-break: break-all;
}

.fa-twitter {
    color: #000;
}

.fa-linkedin-in {
    color: #0077b5;
}

.fa-facebook-f {
    color: #4470cf;
}

.fa-instagram {
    color: #e1306c;
}

.marketing-left-div div,
.marketing-right-div div {
    margin-bottom: 30px;
}

.marketing-left-div div:last-child,
.marketing-right-div div:last-child {
    margin-bottom: 0px;
}

/* pabbly integrations */
#timeline .timeline-item:after,
#timeline .timeline-item:before {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

#timeline {
    width: 95%;
    margin: 30px auto;
    position: relative;
    padding: 10px 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #006400;
    left: 0%;
    top: 0;
    position: absolute;
}

#timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

#timeline .timeline-item {
    margin-bottom: 50px;
    position: relative;
}

#timeline .timeline-item .timeline-icon {
    background: #006400;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: -20px;
    overflow: hidden;
    margin-left: -23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#timeline .timeline-item .timeline-content {
    width: 100%;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 20px;
    position: relative;
}

#timeline .timeline-item .timeline-content h4 {
    padding: 10px 15px;
    background: #006400;
    color: #fff;
    margin: -20px -20px 0 -20px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

#timeline .timeline-item .timeline-content p {
    padding-top: 10px;
    padding-bottom: 10px;
}

#timeline .timeline-item .timeline-content:before {
    content: "";
    position: absolute;
    left: -7px;
    top: 17px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #006400;
}

@media screen and (max-width: 768px) {
    #timeline .timeline-item .timeline-icon {
        width: 40px;
        height: 40px;
    }

    #timeline .timeline-item .timeline-icon span {
        font-size: 18px !important;
    }

    #timeline:before {
        left: 5px;
    }

    #timeline .timeline-item .timeline-content:before {
        top: 10px;
        left: 8px;
        margin-left: -14px;
        border-left: 0;
        border-right: 6px solid #006400;
    }

    #timeline .timeline-item .timeline-icon {
        left: -10px;
    }

    #timeline .timeline-item .timeline-content h4 {
        font-size: 16px !important;
    }
}

.timeline-icon.is-hidden {
    visibility: hidden;
}

.timeline-content.is-hidden {
    visibility: hidden;
}

/* pabbly integrations end */
.map iframe {
    width: 100%;
}

.price-title {
    padding: 10px 0 1px;
    background-color: #006400;
    border-radius: 0.4rem 0.4rem 0 0;
}

/* switch */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    margin: 0 6px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(30, 34, 40, 0.07);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 4px;
    background-color: #006400;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch input:checked + .slider {
    /* background-color: #006400; */
    background-color: rgba(30, 34, 40, 0.07);
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px rgba(30, 34, 40, 0.07);
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* switch end */
.btn-soft-custom {
    background-color: #f3fcf2 !important;
    border-color: #f3fcf2 !important;
}

label.error {
    font-size: 0.9em;
    line-height: 18px;
    padding: 5px 0 0;
    color: red;
}

.testimonial-elipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.w-30 {
    width: 30px;
}

.custom-color,
/* .iconchatbot i, */
.policy-page a, .post-category a {
    color: #006400 !important;
}

.policy-page p {
    word-break: break-word;
}

/* chatbot timeline  */
.chatbottimeline {
    position: relative;
    margin: 50px auto;
    padding: 40px 0;
    width: 1000px;
    box-sizing: border-box;
}

.chatbottimeline:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #c5c5c5;
}

.chatbottimeline ul {
    padding: 0;
    margin: 0;
}

.chatbottimeline ul li {
    list-style: none;
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
}

.chatbottimeline ul li:nth-child(odd) {
    float: left;
    text-align: right;
    clear: both;
}

.chatbottimeline ul li:nth-child(even) {
    float: right;
    text-align: left;
    clear: both;
}

/* .timelinecontent {
    padding-bottom: 20px;
} */

.chatbottimeline ul li:nth-child(odd):before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    right: -6px;
    background: #006400;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(0, 64, 0, 0.2);
}

.chatbottimeline ul li:nth-child(even):before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    left: -4px;
    background: #006400;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(0, 64, 0, 0.2);
}

.chatbottimeline ul li h3 {
    padding: 0;
    margin: 0;
    color: #006400;
    font-weight: 600;
}

.chatbottimeline ul li p {
    margin: 10px 0 0;
    padding: 0;
}

.chatbottimeline ul li .time h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

@media (max-width: 1000px) {
    .chatbottimeline {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .chatbottimeline {
        width: 100%;
        padding-bottom: 0;
    }

    h1 {
        font-size: 40px;
        /* text-align: center; */
    }

    .chatbottimeline:before {
        left: 25px;
        height: 100%;
    }

    .chatbottimeline ul li:nth-child(odd),
    .chatbottimeline ul li:nth-child(even) {
        width: 100%;
        text-align: left;
        padding-left: 40px;
        padding-bottom: 50px;
    }

    .chatbottimeline ul li:nth-child(odd):before,
    .chatbottimeline ul li:nth-child(even):before {
        top: 30px;
        left: 6px;
    }
}

.template-tutorial {
    border: 2px solid #006400;
    padding: 25px 30px !important;
    border-radius: 5px;
}

.template-steps img {
    border-radius: 8px;
    border: 1px solid #ddd;
}

.onboarding-headi {
    font-weight: 800;
}

.custom-content-ul ul {
    margin-bottom: 30px;
    list-style: none;
    padding-left: 20px;
}

.custom-content-ul ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.custom-content-ul ul li div {
    color: #006400;
    font-size: 18px;
    margin-right: 5px;
}

/* fetaudetail FAQs */
.vertical-tab-container {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    max-width: 90%;
    max-height: 80vh;
    margin: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.vertical-tab-container .tab-menu {
    display: flex;
    flex-direction: column;
    flex: 1.5;
    border-right: 1px solid #ddd;
    background-color: #f3fcf2;
    overflow-y: scroll;
    padding: 20px 10px;
}

.vertical-tab-container .tab-menu button {
    padding: 10px 15px;
    background-color: inherit;
    color: #006400;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 18px;
    line-height: 1.4;
    border-radius: 5px;
    margin-bottom: 5px;
}

.vertical-tab-container .tab-menu button:hover {
    background-color: #006400;
    color: #fff;
}

.vertical-tab-container .tab-menu button.active {
    background-color: #006400;
    color: #fff;
}

.vertical-tab-container .tab-content-container {
    flex: 3;
    padding: 20px;
    overflow-y: scroll;
}

.vertical-tab-container .tab-content {
    display: none;
    margin: 0;
}

.vertical-tab-container .tab-content.active-content {
    display: block;
}

@media (max-width: 768px) {
    .vertical-tab-container {
        max-width: 100%;
    }
}

/* width */
.tab-menu::-webkit-scrollbar,
.tab-content-container::-webkit-scrollbar {
    width: 6px;
}

/* Handle on hover */
.tab-menu::-webkit-scrollbar-thumb:hover,
.tab-content-container::-webkit-scrollbar-thumb:hover {
    background: #8884b5;
}

@media (max-width: 767px) {
    .desktop-faqs {
        display: none;
    }

    .mobile-faqs {
        display: block !important;
    }
}

.mobile-faqs {
    display: none;
}

/* fetaudetail FAQs end */

/* green tick page */
.steps-timeline {
    position: relative;
    padding-left: 1rem;
    display: inline-block;
}

.steps-timeline:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #d7f1d5;
}

.steps-timeline .timeline-container {
    position: relative;
    margin-bottom: 1.5rem;
}

.steps-timeline .timeline-container .timeline-icon {
    position: absolute;
    left: -28px;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 2rem;
    background: #006400;
}

.steps-timeline .timeline-container .timeline-icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.steps-timeline .timeline-container .timeline-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.steps-timeline .timeline-container .timeline-body {
    background: #ffffff;
    border-radius: 3px;
    padding: 20px 20px 15px;
    box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.1);
    margin-left: 10px;
}

.steps-timeline .timeline-container .timeline-body .timeline-subtitle {
    font-weight: 600;
    opacity: 0.4;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
}

.steps-timeline .timeline-body p {
    color: #60697b;
}

/* green tick page end */
.blog-elipsis {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.schedule-form {
    border-left: 1px solid #eee;
    padding-left: 30px !important;
}

.original-price-top {
    top: 25px !important;
}

.staff-counter {
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 100%;
    width: 1rem;
    height: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding-top: 2px;
    font-family: Manrope, sans-serif;
    background-color: var(--bs-bullet-soft-primary);
    color: var(--bs-primary);
}

.call,
.whatsapp {
    position: fixed;
    right: 10px;
}

.whatsapp {
    bottom: 120px;
    z-index: 999999;
}

.call img,
.whatsapp img {
    width: 3rem;
}

.call {
    z-index: 9999;
    bottom: 190px;
}

@media (max-width: 768px) {
    .call img,
    .whatsapp img {
        width: 40px;
    }

    .call {
        bottom: 180px;
    }

    .whatsapp {
        bottom: 130px;
    }

    .progress-wrap {
        right: 10px !important;
        bottom: 85px !important;
        width: 36px !important;
        height: 36px !important;
    }

    .progress-wrap:after {
        line-height: inherit !important;
        width: 36px !important;
        height: 36px !important;
    }

    .product-template-features {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .product-template-features {
        text-align: center;
    }

    .schedule-demo-img {
        display: none;
    }

    .schedule-form {
        border: 0;
        padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    }

    .custom-img-fluid {
        width: 100% !important;
    }

    .resposive-btn a {
        margin-bottom: 10px;
    }
}

.why-choose-chatbot ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-choose-chatbot ul li {
    position: relative;
    padding-left: 30px;
}

.why-choose-chatbot ul li::before {
    content: "\f0a4";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 6px;
    color: #006400;
    font-size: 18px;
    line-height: 1;
}

#no-data img {
    height: 60px;
}

@media (max-width: 767px) {
    .mobile-section-view {
        flex-direction: column-reverse;
    }
}

.product-template-features {
    display: flex;
    flex-direction: row;
}

.custom-img-fluid {
    width: 75%;
}

.product-marketing-content p {
    margin: 0;
}

.price-currency {
    color: #343f52 !important;
}
.price-value {
    font-size: calc(1.365rem + 0.38vw);
    color: #343f52 !important;
}
/* Hide USD price by default */
.usd-price {
    display: none !important;
}

/* Show INR price by default */
.inr-price {
    display: block !important;
}