.navbar-expand-lg .navbar-nav .nav-link h3,
.nav-link h3
{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-expand-lg .navbar-nav .nav-link h3:hover,
.nav-link h3:hover,
.navbar-expand-lg .navbar-nav .nav-link p:hover,
.nav-link p:hover
{
    color: #f8733b !important;
}
.icon_wrapper {
    background-color: #f1f6fe;
    padding: 20px;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 15px;
}
.navbar-brand img
{
    height: 38px;
}
.footer-logo {
    height: 41px;
}
.icon_wrapper img
{
    margin-bottom: 0 !important;
}
.selected_interval_plan_none
{
    background-color: transparent;
}
.selected_interval_plan
{
    letter-spacing: 1px !important;
    background: linear-gradient(98.24deg, #FFB36D 0%, #EC5353 100%) !important;
    color: #fff !important;
}
.h3, h3,
.h4, h4
{
    line-height: 1.41;
}
.page_title_wrapper {
    padding: 55px 0 75px;
    text-align: center;
    background: linear-gradient(98.24deg, #FFFFFF 0%, #F9F9FF 47.4%, #EBECF7 100%);
}
.page_title_wrapper h2
{
    margin-bottom: 0;
    font-size: 3rem;
}
.page_content
{
    padding: 60px 0;
}
.page_content *
{
    margin-bottom: 20px;
}
.page_content h2
{
    font-size: 2.2rem;
    margin-top: 30px;
}
.page_content h3,
.page_content h2
{
    color: #333;
}
.page_content p
{
    font-size: 16px;
}
.contact_form_wrapper label {
    margin-bottom: 12px;
    font-weight: 600;
}
.pricing_row
{
    flex-wrap: nowrap;
}

.contact_form_wrapper input[type=submit]
{
    font-size: 1rem;
}
.page_content form * {
    margin-bottom: 0;
}
.contact_form_wrapper .contact_form_wrapper > div.row > div
{
    margin-bottom: 30px;
}
.contact_form_wrapper .contact_form_wrapper > div.row > div:nth-last-child(2)
{
    margin-bottom: 40px;
}
.contact_form_wrapper .contact_form_wrapper label
{
    margin-bottom: 12px;
}
.contact_form_wrapper .contact_form_wrapper .mb-3
{
    margin-bottom: 0 !important;
}
.p-invalid
{
    border-color: red;
    color: red;
}
.p-error {
    color: red;
    margin-bottom: 0;
    font-size: 16px;
    margin-top: 10px;
    display: block;
}
.page_content .form-control
{
    margin-bottom: 0 !important;
}
.loader {
    width: 28px;
    height: 28px;
    border: 5px solid #bbb;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin-top: 8px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.contact_submit_wrapper
{
    display: flex;
    align-items: center;
    gap: 15px;
}
.faq_outer_wrapper
{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.hero_image
{
    max-width: 510px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.no-border
{
    border: none;
}
.heading-font
{
    font-family: Outfit,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
@media only screen and (max-width: 991px)
{
    .small_section
    {
        padding: 55px 0 70px !important;
    }
    .manage_section
    {
        padding: 60px 0 70px !important;
    }
    .pricing_section
    {
        padding: 65px 0 70px !important;
    }
    .faq_section
    {
        padding: 65px 0 70px !important;
    }
    .chat_section
    {
        padding: 65px 0 70px !important;
    }
    .footer_section
    {
        padding: 60px 0 50px !important
    }
    .g-20, .gy-20 {
        --bs-gutter-y: 2.6rem !important;
    }
    .g-16, .gy-16 {
        --bs-gutter-y: 3.3rem !important;
    }
    .mb-28 {
        margin-bottom: 5rem !important;
    }
    .page_title_wrapper h2 {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .pricing_row .col
    {
        white-space: nowrap;
    }
    .container_overflow
    {
        max-width: 767px;
        overflow-x: auto;
        padding-bottom: 20px;
    }
    .container_overflow .container
    {
        width: 767px;
    }
    .faq_outer_wrapper
    {
        gap: 32px;
    }
    .faq_outer_wrapper .row
    {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
}
