h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
    letter-spacing: 0.03rem;
    color: #484d54;
    font-weight: 600;
}

.main-heding {
    font-size: 28px;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #484d54;
}

.none {
    display: none;
}

p {
    color: #777;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.03rem;
    font-weight: 400;
}


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

main {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.gx-main-content {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    padding: 28px 0 100px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.sb-hide .gx-main-content {
    width: 100%;
    margin-left: 0;
}

/* Spacing */
.pb-m-24 {
    padding-bottom: 24px;
}

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

.m-b-0 {
    margin-bottom: 0;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-24 {
    margin-top: 24px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-24 {
    margin-bottom: 24px !important;
}

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

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-50 {
    margin-left: 50px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-r-15 {
    margin-right: 15px;
}

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

.mb-m-24 {
    margin-bottom: -24px;
}

.mb-m-30 {
    margin-bottom: -30px;
}

.p-15 {
    padding: 15px;
}

.p-24 {
    padding: 24px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.gx-border {
    border: 1px solid #eee;
}


/* Responsive css */
@media only screen and (max-width: 1366px) {
    .topic-list li {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1199px) {
    .gx-open-topic {
        left: 0 !important;
    }
    .gx-topic {
        width: 300px;
        height: 100vh;
        position: fixed;
        left: -300px;
        top: 12px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 43;
    }
    .gx-topic .topic-sidebar {
        height: calc(100vh - 24px);
        overflow: auto;
    }
    .gx-topic .topic-sidebar::-webkit-scrollbar {
        background-color: transparent;
        width: 7px;
        height: 7px;
        position: absolute;
    }
    .gx-topic .topic-sidebar::-webkit-scrollbar-thumb {
        background-color: rgba(80, 93, 113, 0.5);
        border-radius: 5px;
    }
}
@media only screen and (max-width: 991px) {
    .gx-full-screen .gx-card {
        height: calc(100vh - 24px);
        overflow: auto;
    }
    .topic-sidebar, .gx-sideviwe {
        margin-bottom: 30px !important;
        top: auto !important;
        bottom: auto !important;
    }
    .gx-banner-auth {
        padding: 24px;
    }
    .gx-banner-auth .auth-detail {
        padding: 0;
    }
    .gx-banner-auth .gx-detail {
        margin: auto;
        display: block;
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .gx-banner-auth .gx-image {
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .gx-blog-cmt-form input {
        margin-bottom: 15px;
    }
    .gx-blog-cmt-form .gx-text-leave.m-t-15 {
        margin: 0 !important;
    }
    .gx-card .gx-card-header {
        padding: 15px;
    }
    .gx-card .gx-card-content {
        padding: 15px;
    }
    .gx-banner-auth {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .gx-banner-auth .gx-detail {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .gx-banner-auth .gx-image img {
        width: 100%;
        border-radius: 5px;
    }
}
@media only screen and (max-width: 575px) {
    .gx-blog-arrows a {
        font-size: 15px !important;
    }
    .gx-blog-comment-wrapper .gx-single-comment-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .gx-blog-comment-wrapper .gx-single-comment-wrapper .gx-blog-user-img {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    .header-575 {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .header-575 .header-tools {
        margin-top: 15px;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .gx-card .gx-card-header .header-tools .date {
        font-size: 11px;
    }
    .gx-card .gx-card-header {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .header-tools {
        display: none !important;
    }
}


/* Responsive css */
@media only screen and (max-width: 991px) {
    .help-search-box input {
        width: 500px;
    }
}
@media only screen and (max-width: 767px) {
    .help-search-box input {
        width: 100%;
    }
}
/* faq */

.gx-card {
    margin-bottom: 24px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.15);
}

.gx-help-faq h1 {
    margin-bottom: 20px;
}
.gx-help-faq .accordion .accordion-item {
    border: none;
}
.gx-help-faq .accordion .accordion-item .accordion-header {
    padding-bottom: 0px;
}
.gx-help-faq .accordion .accordion-item:not(:last-child) {
    margin-bottom: 25px;
}
.gx-help-faq .accordion .accordion-item .accordion-button {
    background-color: #fff;
    color: #484d54;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #eee;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.gx-help-faq .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: none;
    font-family: remixicon !important;
    content: "\ea4e";
    font-size: 20px;
}
.gx-help-faq .accordion .accordion-item .accordion-button::after {
    background-image: none;
    font-family: remixicon !important;
    content: "\ea4e";
    font-size: 20px;
}
.gx-help-faq .accordion .accordion-item .accordion-collapse {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.gx-help-faq .accordion .accordion-item .accordion-collapse .accordion-body p {
    margin-bottom: 0px;
}

.gx-blog-comment-wrapper .gx-single-comment-wrapper .gx-blog-comment-content p {
    margin-top: 5px;
}

.gx-tools-sidebar .gx-tools-detail .gx-tools-block p {
    margin: 0;
    text-transform: capitalize;
}
.gx-card .gx-card-content .note p {
    margin: 0;
}
.gx-thanks p {
    text-align: center;
}

.gx-services p {
    font-size: 12px;
    line-height: 20px;
}

.gx-help-devloper p {
    font-size: 12px;
    margin-bottom: 0px;
}

.gx-help-blog-contain p {
    line-height: 25px;
    font-weight: 300;
}

.blog-list .gx-help-blog-contain p {
    line-height: 23px;
    font-weight: 400;
    font-size: 13px;
}

.gx-community p {
    margin-bottom: 0px;
}

.knowledgebase-info p {
    margin-bottom: 0px;
    line-height: 2.7;
}

.gx-list-box .gx-list-contain p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 18px;
}

.gx-singal-viwe .gx-prose p {
    color: #777;
}

.gx-answercell p {
    font-size: 14px;
    line-height: 28px;
    color: #777;
}

.gx-post-layout p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #212529;
    margin-bottom: 0px;
}

.forum-post-caption p {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 24px;
}

.gx-text-small p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}

@media only screen and (max-width: 575px) {
    .gx-community-caption h4.heading {
        font-size: 16px;
        line-height: 24px;
    }
}
