@media (min-width: 991px){
    #show_free_consultation .modal-dialog {
        min-width: 900px!important;
    }
}
.content {
    width: 90%;
    display: block;
    margin: 0 auto;
}
.header-help-guide {
    color: white;
    padding: 30px 0;
    flex: none;
    position: relative;
    z-index: 10;
    background-size: cover;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    background-position: 50%;
    background-color: #f3f3f3ff;
}
a {
    color: #000 !important;
}
a:hover{
    text-decoration: underline;
}
.header-help-guide:before, .header-help-guide:after {
    content: ' ';
    display: table;
}

.header-help-guide .container {
    padding-left: 40px;
    padding-right: 40px;
    flex: 1 0 auto;
}

.header-help-guide .content {
    /* padding-left: 40px;
    padding-right: 40px; */
    flex: 1 0 auto;
}

.header-help-guide .mo {
    display: flex;
    align-items: flex-start;
}

.header-help-guide .mo.o__centered {
    align-items: center;
}

.header-help-guide .header__meta_wrapper {
    margin-bottom: 15px;
    line-height: 1;
}

.header-help-guide .mo__body {
    flex: 1;
    min-width: 0;
    position: relative;
}

.header-help-guide .header__logo {
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.header-help-guide .header__logo a {
    text-decoration: none;
    display: flex;
    align-items: end;
}

.header-help-guide .header__logo img {
    max-width: 100%;
    width: 25%;
    vertical-align: baseline;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.mo.o__reversed > .mo__aside {
    order: 1;
    margin: 0 0 0 1em;
}

.header-help-guide .header__links {
    width: auto;
    font-weight: 600;
}

.header-help-guide .header__links svg {
    width: 13px;
    height: 13px;
    margin: 0 8px;
    vertical-align: middle;
}

.header-help-guide .header__links span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #000000;
}

.header-help-guide .header__headline {
    margin: 0 0 24px;
    color: #000;
}

.header-help-guide  .search {
    position: relative;
}

.header-help-guide .search__submit {
    width: 22px;
    height: 22px;
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 19px;
    margin-top: -11px;
    outline: none;
    cursor: pointer;
    transition: transform .1s linear;
}

.header-help-guide .search__input {
    width: 100%;
    padding: 10px 32px 13px 59px;
    background: rgb(255 255 255 / 55%);
    border: none;
    outline: none;
    color: #000;
    font-size: 18px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 3%);
    transition: background .4s, box-shadow .2s;
}
.header-help-guide .search__input::placeholder {
    color: #9fa0a8;
  }
.header-help-guide  .search__submit:before {
    content: ' ';
    border: 2px solid #9fa0a8;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
}

.header-help-guide  .search__submit:after {
    content: ' ';
    border-top: 2px solid #9fa0a8;
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 12px;
    height: 1px;
    transition: width .1s linear;
    transform-origin: 100% 50%;
    transform: rotate(-135deg);
}

.header-help-guide  .search__input:hover {
    background: rgb(255 255 255 / 81%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 3%);
}
.header-help-guide .search__input:active,.header-help-guide .search__input:focus {
    box-shadow: 0 10px 20px rgb(0 0 0 / 14%);
    background: white;
    color: #3a3c4c;
}
.header-help-guide .search__input:active::placeholder ,.header-help-guide .search__input:focus::placeholder  {
    color: #3a3c4c;
  }
.header-help-guide .search__clear-text__icon {
    position: absolute;
    right: 0;
    top: 50%;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    margin-top: -14px;
}

.search__input:focus + .search_icons .search__submit, .search__input:active + .search_icons .search__submit {
    pointer-events: none;
}

.search__input:focus + .search_icons .search__submit:before, .search__input:focus + .search_icons .search__submit:after, .search__input:active + .search_icons .search__submit:before, .search__input:active + .search_icons .search__submit:after {
    border-color: #9fa0a8;
}

.header-help-guide .interface-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.search__input:focus + .search_icons .icon__visible path, .search__input:active + .search_icons .icon__visible path {
    fill-opacity: 1;
}

.header-help-guide .interface-icon path {
    fill: #9fa0a8 !important;
    fill-opacity: 0.01;
}
#main-wrapper{
    background: #ffffff;
}
#help-guide-page{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#help-guide-page .container {
    padding-left: 40px;
    padding-right: 40px;
    flex: 1 0 auto;
}

#help-guide-page .content {
    /* padding-left: 40px;
    padding-right: 40px; */
    flex: 1 0 auto;
    width: 90%;
}

#help-guide-page .content {
    margin-left: auto;
    margin-right: auto;
}

#help-guide-page .header-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#help-guide-page .header-title {
    position: relative;
    margin-bottom: 13px;
}

#help-guide-page .section {
    padding-top : 20px;
    padding-bottom :  20px;
}

#help-guide-page .breadcrumb1 {
    text-align: center;
    padding: 80px 0px;
    background: transparent;
    font-weight: 400;
    font-size: 40px;
    color: rgb(255, 255, 255) !important;
}

#help-guide-page .d-flex-start {
    display: flex;
}
@media (max-width: 767px) {
    #help-guide-page .d-flex-start {
        display: block;
    }
}
#help-guide-page .search__input {
    width: 100%;
    padding: 10px 30px;
    background: #f8f9fa;
    border: none;
    outline: none;
    color: #3a3c4c;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 3%);
    transition: background .4s, box-shadow .2s;
    margin-bottom: 15px;
}
#help-guide-page .search__input:active,
#help-guide-page .search__input:focus {
    box-shadow: 0 10px 20px rgb(0 0 0 / 14%);
    background: white;
    color: #3a3c4c;
}

#help-guide-page .paper {
    border: 1px solid transparent;

    padding: 15px;
    position: relative;
    z-index: 3;
    text-decoration: none;
    overflow: hidden;
    width: 100%;
    display: block;
    outline: none;
    box-shadow: 1px 1px 9px 0 rgb(73 73 73 / 30%);
    /* background-color: #fff; */
    transition: border .15s linear, transform .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear;
}
#help-guide-page .collection {
    position: relative;
    padding-left: 100px;
}

#help-guide-page .collection_meta{
    min-height: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#help-guide-page .collection_meta > p{
   margin: 0;
}
#help-guide-page .collection__photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    transition: all .3s linear;
}

#help-guide-page .collection__photo svg {
    stroke: #818a97;
}

#help-guide-page .collection__photo svg {
    position: relative;
    width: 40px;
    height: 40px;
    transition: stroke .1s linear;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
}

#help-guide-page .detail-category svg{
    margin-left: -50px;
}

#help-guide-page .paper .c__primary {
    transition: -webkit-filter .15s;
}
#help-guide-page .article a, #help-guide-page .c__primary {
    color: #666;
}

.paper__preview {
    margin: 8px 0 5px;
    text-decoration: none;
    display: block;
    /* line-height: 1.4; */
    line-height: 30px;
}
.g__space + .g__space {
    margin-top: 37px;
}

#help-guide-page .collection__headline, #help-guide-page .paper__stack.animation__clicked {
    background: none;
    box-shadow: none;
    border: 1px solid transparent;
    border-radius: 0;
}
#help-guide-page .section__bg > * {
    position: relative;
    z-index: 1;
}
#help-guide-page .section__headline {
    padding: 0px 0 20px;
    margin: -5px 0;
    color: #3a3c4c;
    font-weight: 600;
    letter-spacing: .02em;
    font-size: 18px;
    margin-left: 30px;
}
.intercom-force-break {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
#help-guide-page .paper__article-preview {
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 5%);
    border: 1px solid #d4dadf;
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
    opacity: 1;
    transition: opacity .3s;
    padding-bottom: 10px;
    background: white;
}

#help-guide-page .intercom-reaction-picker {
    backface-visibility: hidden;
    padding: 12px;
    text-align: center;
    color: #777;
    background-color: #f0f3f5;
    position: relative;
    margin-top: 40px;
    border-radius: 8px;
}

.intercom-reaction-picker .intercom-reaction-prompt {
    padding-top: 9px;
    padding-bottom: 4px;
    text-align: center;
}
.intercom-reaction-picker .intercom-reaction {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: none;
    width: 50px;
    height: 100%;
    display: inline-block;
    text-align: center;
    font-size: 32px;
    transition: transform 0.16s cubic-bezier(0.65, 0.61, 0.18, 1.8) 0.02s, filter 0.32s linear;
    cursor: pointer;
    transform-origin: 50% 60%;
}

.intercom-reaction-picker .intercom-reaction:hover, .intercom-reaction-picker .intercom-reaction:focus {
    transform: scale(1.32);
    transition: transform .04s;
}

.intercom-reaction-picker-reaction-selected .intercom-reaction-selected {
    filter: grayscale(0%);
    transform: scale(1.32);
}


.list-categoty-data .breadcrumb-2 {
    position: relative;
    z-index: 11;
}

.list-categoty-data .link__arrow {
    position: relative;
    font-size: 16px;
    text-decoration: none;
    /* display: inline-block; */
    color: #8f919d;
    margin: 0 7px 7px 0;
    padding-right: 16px;
    top: -6px;
    display: inline;
}

.list-categoty-data .parents:before {
    content: ' ';
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -5px;
    right: 0;
    width: 7px;
    height: 12px;
    font-size: 36px;
    color: #acb8c2;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAYAAADKx8xXAAAAqUlEQVR4AbXUNRLCABSEYbTC3a6BU8ftBlyA+/dscHYii+TN/OUXzyvFEx1PdbRFzZI4MaqiAwqQidoqXN3QPQt1FLhAPmEbdRU8Q14C7it4moAdNFDwOAG7aKTgEXIT8FjBgwTsoamC+8hJwDMF95BN2EcLBXeQRXhVDJQvNeHh2MrD4dfhqK+DPwBG498/OfkjF34rRv1vfuReIauDl5WlLitejy3VnAHtSsjA994UIwAAAABJRU5ErkJggg==) no-repeat;
    background-size: 100%;
}

.list-categoty-data .section__bg {
    padding-top: 0;
    /* padding-bottom: 26px; */
    position: relative;
}

.list-categoty-data .section__bg:before {
    content: ' ';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f8f9fa;
    border-radius: 4px;
    transition: background .3s;
    z-index: 0;
    box-shadow: 4px 3px 12px 0 rgb(73 73 73 / 30%);

}
.list-categoty-data .list_g__space{
    margin-top: 6px;
}


.list_g__space .g__space:last-child {
   padding-bottom: 37px;
}

.list_g__space .section__headline {
    padding: 16px 30px 11px;
    margin: -5px 0;
    color: #3a3c4c;
    font-weight: 600;
    letter-spacing: .02em;
    font-size: 18px;
    margin-left: 30px;
}
.pd-l-7{
    padding-left: 70px !important;
}

.pd-20{
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.paper__article-preview {
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 5%);
    border: 1px solid #d4dadf;
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
    opacity: 1;
    transition: opacity .3s;
}
.paper {
    /* background-color: white; */
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 30px;
    position: relative;
    z-index: 3;
    text-decoration: none;
    overflow: hidden;
    width: 100%;
    display: block;
    outline: none;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 3%);
    transition: border .15s linear, transform .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear;
}
.intercom-force-break {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.t__h3 {
    margin: -5px 0 2px;
    font-size: 18px;
}
.article__preview .paper__preview {
    min-height: 0;
}
.paper__preview {
    margin: 5px 0 11px;
    text-decoration: none;
    display: block;
    /* max-width: 630px; */
    line-height: 30px;
}
.avatar {
    font-size: 13px;
    color: #8f919d;
    margin-top: 4px;
}
.avatar:before, .avatar:after {
    content: ' ';
    display: table;
}
.avatar__photo {
    margin-right: 10px;
    float: left;
}
.avatar__info, .avatar__photo {
    line-height: 1.4;
}
.avatar__image {
    width: 32px;
    height: 32px;
    vertical-align: bottom;
    border-radius: 50%;
    box-shadow: 0 0 0 2px white;
    position: relative;
    z-index: 4;
}
.c__darker {
    color: #4f5e6b;
}
.avatar:after {
    clear: both;
}
.paper__article-preview:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.paper__article-preview + .paper__article-preview {
    margin-top: -2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#help-guide-page .list-data-category-helpguide span,
#help-guide-page .list-data-category-helpguide p{
    background: none!important;
    font-family:"Century Gothic" !important;
    color:#696969!important;
    font-size: 16px!important;
}
#help-guide-page,
#help-guide-page div,
#help-guide-page span,
#help-guide-page p,
#help-guide-page h1,
#help-guide-page h2,
#help-guide-page h3,
#help-guide-page h4,
#help-guide-page h5{
    background: none!important;
    font-family:"Century Gothic" !important;
}
#desc_123 ul {
    padding-left: 10px;
    padding-right: 10px;
}
.css_img_guide{
    width: 15%!important;
}
.classset strong{
    line-height: 30px;
}
.footer-area .footer-copy-right{
    padding-left: 15px;
    padding-right: 15px;
}
.footer-last-item ul li {
    margin: 5px 30px;
}
::-webkit-scrollbar {
    display: block!important;
}
.collection.o__ltr.ml-10.mt-20 {
    width: 96%;
    margin: 0 auto;
}
@media(max-width:1500px){
    .css_img_guide {
        width: 18%!important;
    }
    .header-help-guide .header__headline {
        margin: 0 0 15px;
    }
}
@media(max-width:1100px){
    .header-help-guide .container,
    #help-guide-page .container{
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }
    /* .header-help-guide .content,
    #help-guide-page .content{
        padding-left: 15px;
        padding-right: 15px;
    } */
    .footer-content{
        width:100%
    }
    .footer-area .footer-logo img {
        width: 141px;
    }
    .header-help-guide .content, #help-guide-page .content{
        width: 100%;
    }
    .header-help-guide .header__headline{
        margin: 0px 0 13px;
    }
}
@media (min-width: 1100px){
    .desktop_tabl {
        display: block!important;
    }
    .mobile_tabl {
        display: none!important;
    }
}
@media (max-width: 1100px){
    .mobile_tabl {
        display: block!important;
    }
    .desktop_tabl {
        display: none!important;
    }
    .footer-copy-right.footer-last-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .text-left.f-left.pl-5:last-child{
        padding-left: 0!important;
    }
    .css_img_guide{
        width: 141px!important;
    }
}
@media (max-width: 992px){
    .text-left.f-left.pl-5 {
        line-height: 30px;
    }
    .classset.mob {
        clear: left;
        padding-top: 15px;
    }
    .footer-last-item ul li:first-child {
        padding-left: 0px;
    }
    .footer-last-item ul li {
        width: 32%;
        display: inline;
    }
    .footer-last-item ul li:first-child {
        margin-left: 15px;
    }
    .footer-last-item ul li{
        margin-left: 15px;
    }
    .footer-menu li a {
        padding: 1px;
    }
    .footer-menu li a {
        margin-bottom: 15px;
        display: block;
    }
    /* .copy-right {
        margin-left: 15px;
        margin-right: 15px;
    } */
    .footer-tittle ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .footer-last-item ul li{
        float: none;
    }
}
@media(max-width:767px){
    .container{
        max-width:initial
    }
    .header-help-guide .content,
    #help-guide-page .content{
        padding-left: 0;
        padding-right: 0;
    }
    .header-help-guide .container,
    #help-guide-page .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-last-item ul li {
        width: 100%;
        display: block;
    }
    .suppor .mb-35 {
        margin-bottom: 0;
    }

    /* .footer-content{
        width:100%
    }
    .copy-right {
        position: relative!important;
    }
    .footer-last-item ul li {
        margin: 5px 20px;
    } */
    .modal-confirm{
        width:auto!important
    }
    #help-guide-page img {
        width: unset !important;
    }
    #desc_123 h3 {
        font-size: 1.2rem;
    }
    .footer-last-item ul li,
    .footer-last-item ul li:first-child{
        margin-left: 0;
    }
}
@media(min-width:767px){
    .desktop {
        display: block!important;
    }
    .mobile {
        display: none!important;
    }
}

@media (max-width: 767px) {
    .desktop {
        display: none!important;
    }
    .mobile {
        display: block!important;
    }
    .header-help-guide{
        padding-top: 10px;
    }
    .header-help-guide .header__logo a {
        align-items: center;
    }
    .header-help-guide .header__headline {
        margin: 0
    }
    .header-help-guide .header__logo img,
    .css_img_guide{
        width:30%!important
    }
    .footer-area .footer-logo img {
        width: 30%;
    }
    .header-help-guide .header__links span{
        font-size: 12px;
    }
    .header-help-guide .header__links svg{
        width: 12px;
        height: 12px;
    }
    #help-guide-page .collection__photo{
        position: inherit
    }
    #help-guide-page .collection{
        width: 100%;
        display: inline;
        padding-left: 0;
        padding-right: 0;
    }
    #help-guide-page .collection__photo img{
        width: 50%;
        padding-bottom: 1rem;
    }
    #help-guide-page .collection__photo svg {
        padding-bottom: 1rem;
    }
    .list-categoty-data .section__bg:before{
        background-color:#fff;
        box-shadow:none
    }
    #help-guide-page .section {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .section__bg .paper.mb-3{
        margin-bottom: 1.5rem!important;
    }
    #help-guide-page .paper{
        padding: 5px;
    }
    .t__h1 {
        font-size: 18px;
    }
    .collection__meta.intercom-force-break p {
        text-align: justify;
        font-size: 18px!important;
    }
    #help-guide-page .paper__article-preview{
        width: 100%;
        margin:0;
        margin-bottom: 1rem;
        border-radius: 5px;
        box-shadow: 1px 1px 9px 0 rgb(73 73 73 / 30%);
    }
    #help-guide-page .paper {
        padding: 15px;
    }
    .paper.g__space.collection__headline {
        padding-left: 0px!important;
        padding-right: 0!important;
    }
    #help-guide-page .section__headline{
        margin-left: 0px!important;
    }
}
@media (max-width: 570px){
    .w-mb-100 {
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .w-mb-100.pl-5 {
        padding-left: 0!important;
    }
    .classset strong {
        line-height: 30px;
    }
}

@media(max-width:550px){
    .header-help-guide .header__logo img,
    .css_img_guide {
        width: 45%!important;
        margin-top: 20px;
    }
    .header-help-guide .header__headline{
        margin-top: 20px;
        margin-left: 5px;
    }
    .footer-area .footer-logo img {
        width: 45%;
    }
}