#grve-main-content .grve-main-content-wrapper {
    padding: 0 !important;
}

#faq-hero h3, #faq-hero h1  {
    font-family: 'Montserrat-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 24px;
    color: #FFFFFF;
}

#faq-hero p, #faq-hero h1.tag-title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    color: #FFFFFF;
    letter-spacing: 0;
}

/* 
// */
.purch_tab {
    list-style: none;
    display: flex;
    margin-left: 0;
    margin-bottom: 0;
}

.purch_tab li {
    font-family: 'Poppins-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;

    position: relative;
    cursor: pointer;
    letter-spacing: 0px;
    transition: all 0.3s ease-out;
    padding: 16px 24px;
    margin-right: 12px;
    background: #F5F6F8;
    color: #0070C9;

}

.purch_tab li.active,
.purch_tab li:hover {
    color: #FFFFFF;
    background: #005FAA;
}

.purch_body {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 300ms, max-height ease-out 300ms;
    max-height: 0;
    margin-top: -10px;
}

.purch_body.open {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 300ms, max-height ease-out 300ms;
    max-height: initial;
}

#faqsearch .grve-search {
    width: 280px;
    float: right;
    height: 56px;
    border-color: #C5C7D0;
}

#grve-theme-wrapper #faqsearch .grve-search input {
    height: 56px;
    padding: 18px 16px 18px 44px;
}

#grve-theme-wrapper #faqsearch .grve-search button[type='submit'] {
    right: inherit;
    top: -2px;
    width: 50px;
}

#grve-theme-wrapper #faqsearch .grve-search i {
    color: #3C4043;
    font-size: 20px;
}

#grve-theme-wrapper #faqsearch .grve-search input::placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    color: #6E6E73;
}

#grve-theme-wrapper #faqsearch .grve-search input:-ms-input-placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    color: #6E6E73;
}

#grve-theme-wrapper #faqsearch .grve-search input::-ms-input-placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    color: #6E6E73;
}

#faq-hero {
    margin-bottom: 0px;
}

#faqmenu {
    padding-top: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

#faqmenu .wpb_raw_html {
    margin-bottom: 0px;
}

#grve-footer .projects_inner {
    display: none;
}

.grve-container {
    max-width: 1152px !important;
}

#faq-page-styles .grve-column-2-3 .wpb_content_element {
    max-width: 720px;

    background-color: #fff;
    padding: 8px 40px 40px;
}

#faq-page-styles .grve-column-1-3 .grve-column-1 {
    background-color: #fff;
    padding-right: 0;
}

#faq-page-styles .purch_title {
    font-family: 'Montserrat-semibold';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
    position: relative;
    color: #111111;
    cursor: pointer;
    text-transform: inherit;
    padding-right: 30px;
    position: relative;
}

#faq-page-styles .purch_body h6 {
    font-family: 'Montserrat-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;

    color: #05944F;
}

#faq-page-styles .purch_body p,
#faq-page-styles .purch_body li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    letter-spacing: 0;

    color: #333333;
}

#faq-page-styles .purch_title.cseominus:after {
    content: '\f078';
    width: 24px;
    height: 24px;
    background: #E6E9EF;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 15px;
    line-height: 26px;
    color: #94959C;
    position: absolute;
    right: 0px;
    top: calc(50% - 12px);
    text-align: center;
    border-radius: 20px;
    transition: all 0.3s ease-out;
}

#faq-page-styles .purch_title.cseoplus:after {
    content: '\f077';
    width: 24px;
    height: 24px;
    background: #E6E9EF;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 15px;
    line-height: 26px;
    color: #94959C;
    position: absolute;
    right: 0px;
    top: calc(50% - 12px);
    text-align: center;
    border-radius: 20px;
    transition: all 0.3s ease-out;
}

.purch-panel {
    border-bottom: 1px solid #E6E9EF;
}

.tabs {
    padding-top: 32px;

}

.tabs.start {}

#faq-page-styles .grve-column-1-3 .grve-column-1 {
    padding: 32px 24px;
}

#faq-page-styles .grve-column-1-3 .grve-column-1 h5 {
    font-family: 'Montserrat-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;

    color: #111111;
}

#faq-page-styles .grve-column-1-3 .grve-column-1 p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;

    color: #333333;
}

#faq-page-styles .grve-column-1-3 .grve-column-1 p span {
    font-family: 'Poppins-semibold';
    font-weight: 700;
}

.yellow_btn_22 a {
    font-family: 'Montserrat-semibold';
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
}

#faq-page-styles .grve-column-2-3 {
    width: 65.5%;
    max-width: 780px;
    margin-right: 4px;
}

#faq-page-styles .grve-column-1-3 .grve-text {
    margin-bottom: 22px;
}

#faq-page-styles .grve-column-1-3 {
    padding-right: 35px;
}

#faq-page-styles {
    margin-bottom: 0;
}

#faqmenu.fixed,
#faqmenu .grve-container.fixed {
    position: fixed;
    top: 72px;
    left: 0;
    width: 100%;
    z-index: 9;
}

.logged-in #faqmenu.fixed,
.logged-in #faqmenu .grve-container.fixed {
    top: 100px;
}

#faqsidebar.fixed {
    position: fixed;
    top: 220px;
    z-index: 9;
    left: calc(50% + 183px);
    width: 400px;
}

@media screen and (max-width: 1200px) {
    #faq-page-styles .grve-column-1-3 {
        padding: inherit;
    }

    #faq-page-styles .grve-column-2-3 {
        width: 66.66666667%;
        margin: 0;
    }

    #faq-page-styles .grve-column-2-3 .wpb_content_element {
        padding: inherit;
    }

}

@media screen and (max-width: 1023px) {
    .hide_mobile {
        display: none;
    }

    #faq-hero {
        padding-top: 150px;
        padding-bottom: 120px;
    }

    #faq-hero h3 {
        font-size: 26px;
        line-height: 32px;
    }

    #faq-hero p {
        font-size: 15px;
        line-height: 22px;
    }

    .purch_tab li {
        padding: 11px 12px 10px;
        font-size: 14px;
        line-height: 19px;
    }

    #faqmenu .grve-column-1-2 {
        width: 100%;
    }

    #faqsearch .grve-search {
        width: 100%;
        float: none;
    }

    #faq-page-styles .grve-column-2-3 {
        width: 100%;
    }

    #faq-page-styles .grve-column-1-3 {
        display: none;
    }

    #grve-main-content .grve-column {
        padding-left: 5px;
        padding-right: 5px;
    }

    #faqmenu {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    #faqsearch {
        margin-bottom: 0;
    }

    #faqmenu .wpb_raw_html {
        margin-bottom: 24px;
    }

    #faq-page-styles {
        padding-top: 32px !important;
        padding-bottom: 80px !important;
    }

    .tabs:first-child {
        padding-top: 20px;
    }

    #faq-page-styles .grve-column-2-3 .wpb_content_element {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    #faq-page-styles .purch_title {
        font-size: 17px;
        line-height: 22px;
        padding-right: 43px;
    }

    #faq-page-styles .purch_body h6 {
        font-size: 17px;
        line-height: 22px;
    }

    #faq-page-styles .purch_body p,
    #faq-page-styles .purch_body li {
        font-size: 15px;
        line-height: 22px;
    }

    #faq-hero .grve-bg-image.grve-bg-center-center {
        background-image: url(../png/faqm.png) !important;
    }

    #faq-hero .grve-bg-overlay {
        background: linear-gradient(90deg, #1C3667 0%, rgba(28, 54, 103, 0.6) 100%) !important;
    }

    #faqsearch .grve-search {
        height: 36px;
    }

    #grve-theme-wrapper #faqsearch .grve-search input {
        height: 36px;
        min-height: 36px;
        padding: 10px 16px 10px 44px;
    }

    #faq-hero .grve-bg-overlay.grve-bg-gradient {
        background: none !important;
    }

    #grve-theme-wrapper #faqsearch .grve-search button[type='submit'] {
        top: 1px;
    }




}