body,
html {
    height: 100%
}

#container.help-center {
    overflow: visible !important
}

#container.help-center .navbar .top-line {
    border-bottom: none
}

#container.help-center .navbar .top-line .navbar-header>a {
    max-width: 225px;
    padding: 25px 15px
}

#container.help-center .navbar .top-line .navbar-header>a>img {
    width: 100%
}

#container.help-center .navbar .top-line ul.log-list {
    padding-top: 13px
}

#container.help-center .navbar .top-line ul.log-list>li>a {
    padding: 15px 10px
}

#container.help-center .navbar .top-line ul.log-list>li>a.btn-faq {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    text-transform: uppercase
}

#container.help-center .navbar .top-line ul.log-list>li>a.btn-back {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #8c8c8c
}



#container.help-center .help-container {
    padding: 70px 0
}

#container.help-center .help-container .row-masonry {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    column-gap: 0
}

@media(max-width:767px) {
    #container.help-center .help-container .row-masonry {
        -webkit-column-count: 1;
        column-count: 1
    }
}

#container.help-center .help-container .row-masonry .masonry-content {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    padding: 15px
}

#container.help-center .help-container .help-box {
    position: relative;
    padding: 50px;
    background-color: #f7f7f7;
    border-radius: 10px
}

#container.help-center .help-container .help-box .help-icon {
    max-width: 200px;
    margin-bottom: 50px
}

#container.help-center .help-container .help-box>h2 {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 28px;
    color: #000;
    margin-bottom: 35px
}

#container.help-center .help-container .help-box>ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#container.help-center .help-container .help-box>ul>li {
    margin-bottom: 15px
}

#container.help-center .help-container .help-box>ul>li>a {
    position: relative;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #006ae5;
    text-decoration: underline !important;
    padding: 0 0 0 20px
}

#container.help-center .help-container .help-box>ul>li>a>i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px
}

#container.help-center .help-container .submit-box {
    width: 100%;
    padding: 50px 0;
    margin: 50px 0;
    border: 1px solid #d9d9d9;
    border-radius: 10px
}

#container.help-center .help-container .submit-box .submit-content {
    max-width: 80%;
    margin: 0 auto;
    text-align: center
}

#container.help-center .help-container .submit-box .submit-content>img {
    margin-bottom: 20px
}

#container.help-center .help-container .submit-box .submit-content>h2 {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 35px;
    color: #000;
    margin-bottom: 10px
}

#container.help-center .help-container .submit-box .submit-content>p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #7f7f7f;
    margin-bottom: 30px
}

#container.help-center .help-container .submit-box .submit-content>a.btn-submit-ticked {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    padding: 15px 30px;
    background-color: #7dc332;
    border-radius: 7px;
    box-shadow: 0 7px 0 0 #68ac27
}

#container.help-center .pageheading {
    padding: 25px 0;
    background-color: #f7f7f7
}

#container.help-center .pageheading .breadcrumb {
    background-color: transparent;
    line-height: 50px;
    margin: 0
}

#container.help-center .pageheading .breadcrumb>li {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000
}

#container.help-center .pageheading .breadcrumb>li>a {
    text-decoration: none;
    color: #7f7f7f
}

#container.help-center .pageheading .breadcrumb>li+li:before {
    content: "\003e"
}

#container.help-center .pageheading form {
    margin: 8px 15px
}

#container.help-center .pageheading form input[type=text] {
    font-family: "Inter", sans-serif, FontAwesome;
    font-size: 15px;
    color: #666;
    text-align: center;
    width: 100%;
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    border: 1px solid #fff;
    outline: 0
}

#container.help-center .help-submit-content {
    padding: 70px 0
}

#container.help-center .help-submit-content .category-box {
    padding: 50px 40px;
    background-color: #f7f7f7;
    border-radius: 10px
}

#container.help-center .help-submit-content .category-box>img {
    width: 100%;
    max-width: 140px;
    margin-bottom: 50px
}

#container.help-center .help-submit-content .category-box>h2 {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 35px;
    color: #000;
    margin-bottom: 50px
}

#container.help-center .help-submit-content .category-box>ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#container.help-center .help-submit-content .category-box>ul>li {
    margin-bottom: 15px
}

#container.help-center .help-submit-content .category-box>ul>li>a {
    position: relative;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #006ae5;
    text-decoration: underline !important;
    padding: 0 0 0 20px
}

#container.help-center .help-submit-content .category-box>ul>li>a>i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px
}

#container.help-center .help-single {
    padding: 50px 0
}

#container.help-center .help-single .submit-box {
    width: 100%;
    padding: 50px 0;
    margin: 50px 0;
    border: 1px solid #d9d9d9;
    border-radius: 10px
}

#container.help-center .help-single .submit-box .submit-content {
    max-width: 80%;
    margin: 0 auto;
    text-align: center
}

#container.help-center .help-single .submit-box .submit-content>img {
    margin-bottom: 20px
}

#container.help-center .help-single .submit-box .submit-content>h2 {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 35px;
    color: #000;
    margin-bottom: 10px
}

#container.help-center .help-single .submit-box .submit-content>p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #7f7f7f;
    margin-bottom: 30px
}

#container.help-center .help-single .submit-box .submit-content>a.btn-submit-ticked {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    padding: 15px 30px;
    background-color: #7dc332;
    border-radius: 7px;
    box-shadow: 0 7px 0 0 #68ac27
}

#container.help-center .help-single .category-box {
    padding: 50px 0;
    background-color: #f7f7f7;
    border-radius: 10px
}

#container.help-center .help-single .category-box>img {
    width: 100%;
    max-width: 140px;
    margin-bottom: 50px;
    margin-left: 40px;
    margin-right: 40px
}

#container.help-center .help-single .category-box>h2 {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 35px;
    color: #000;
    margin-bottom: 30px;
    padding-right: 40px;
    padding-left: 40px
}

#container.help-center .help-single .category-box>ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#container.help-center .help-single .category-box>ul>li {
    min-height: 60px;
    line-height: 60px
}

#container.help-center .help-single .category-box>ul>li.active,
#container.help-center .help-single .category-box>ul>li:hover {
    position: relative;
    background-color: #f0f0f0
}

#container.help-center .help-single .category-box>ul>li.active>a,
#container.help-center .help-single .category-box>ul>li:hover>a {
    color: #7f7f7f
}

#container.help-center .help-single .category-box>ul>li.active:after,
#container.help-center .help-single .category-box>ul>li:hover:after {
    position: absolute;
    top: 0;
    right: -28px;
    content: "";
    border-color: transparent #f0f0f0;
    border-style: solid;
    border-width: 30px 0 30px 20px;
    display: block;
    height: 100%;
    width: 30px
}

#container.help-center .help-single .category-box>ul>li>a {
    position: relative;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #006ae5;
    text-decoration: underline !important;
    padding: 10px 40px 10px 60px;
    vertical-align: middle
}

#container.help-center .help-single .category-box>ul>li>a>i {
    position: absolute;
    left: 40px;
    top: 50%;
    font-size: 18px;
    margin-top: -9px
}

#container.help-center .help-single .single-content {
    padding: 0 20px
}

#container.help-center .help-single .single-content .margin-bottom {
    margin-bottom: 30px
}

#container.help-center .help-single .single-content>h2 {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    text-decoration: none
}

#container.help-center .help-single .single-content>h1 {
    font-family: "Inter", sans-serif;
    font-weight: 100;
    font-size: 35px;
    color: #a6a6a6;
    text-decoration: underline
}

#container.help-center .help-single .single-content>.post-content {
    padding: 30px 0
}

#container.help-center .help-single .single-content>.post-content>a.youtube-embed {
    max-width: 500px;
    margin-bottom: 30px
}

#container.help-center .help-single .single-content>.post-content>a.youtube-embed>img {
    width: 100%
}

#container.help-center .help-single .single-content>.post-content .margin-row-b {
    margin-bottom: 30px
}

#container.help-center .help-single .single-content>.post-content>h2 {
    font-family: "Inter", sans-serif;
    font-weight: 100;
    font-size: 25px;
    color: #a6a6a6;
    margin-bottom: 30px;
    text-decoration: underline
}

#container.help-center .help-single .single-content>.post-content>h3 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #000;
    margin-bottom: 30px
}

#container.help-center .help-single .single-content>.post-content>h3.heading-big {
    font-size: 25px;
    font-weight: 300;
    line-height: 35px
}

#container.help-center .help-single .single-content>.post-content>h4 {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    color: #a6a6a6;
    margin-bottom: 30px
}

#container.help-center .help-single .single-content>.post-content img.margin-b {
    margin-bottom: 30px
}

#container.help-center .help-single .single-content>.post-content img.margin-icon {
    margin: 0 10px
}

#container.help-center .help-single .single-content>.post-content>p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 35px;
    margin-bottom: 30px
}

#container.help-center .help-single .single-content>ul {
    margin: 30px 0 0;
    padding: 0;
    list-style: none
}

#container.help-center .help-single .single-content>ul.social-share>li {
    display: inline-block
}

#container.help-center .help-single .single-content>ul.social-share>li:not(:first-child) {
    margin-left: 5px
}

#container.help-center .help-single .single-content>ul.social-share>li>a {
    display: block;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #b2b2b2;
    color: #b2b2b2
}

#container.help-center .help-single .single-content>ul.social-share>li>a:hover {
    background-color: #b2b2b2;
    color: #fff
}

#container.help-center .submit-form .success-submission {
    width: 100%;
    padding: 50px 30px;
    text-align: center;
    background-color: #fef9e5;
    border: 1px solid #7f7f7f;
    border-radius: 5px;
    margin-bottom: 50px
}

#container.help-center .submit-form .success-submission>h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px
}

#container.help-center .submit-form .success-submission>p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #7f7f7f;
    line-height: 25px
}

#container.help-center .submit-form h2 {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #a6a6a6;
    margin-bottom: 50px
}

#container.help-center .submit-form form .field-area {
    margin-bottom: 20px
}

#container.help-center .submit-form form .field-area>label {
    display: block;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000
}

#container.help-center .submit-form form .field-area>label>span {
    color: #dc0000
}

#container.help-center .submit-form form .field-area input,
#container.help-center .submit-form form .field-area select,
#container.help-center .submit-form form .field-area textarea {
    width: 100%;
    border-radius: 0 !important;
    border: 1px solid rgba(178, 178, 178, .5) !important;
    -webkit-appearance: none;
    padding: 0 20px;
    line-height: 45px;
    background-color: #fff;
    outline: 0
}

#container.help-center .submit-form form .field-area .select-dropdown select,
#container.help-center .submit-form form .field-area>input {
    height: 45px
}

#container.help-center .submit-form form .field-area>textarea {
    height: 185px
}

#container.help-center .submit-form form .field-area>p {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 13px;
    font-style: italic;
    color: #000;
    text-align: right;
    margin-top: 5px
}

#container.help-center .submit-form form .field-area .upload-area {
    position: relative;
    width: 100%;
    height: 45px;
    border: 1px solid rgba(178, 178, 178, .5) !important;
    background: #ededed;
    text-align: left
}

#container.help-center .submit-form form .field-area .upload-area>input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    opacity: 0
}

#container.help-center .submit-form form .field-area .upload-area>span {
    display: block;
    line-height: 45px;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    color: #7f7f7f;
    padding-left: 20px
}

#container.help-center .submit-form form .field-area .upload-area>span>i {
    margin-right: 10px
}

#container.help-center .submit-form form input[type=submit] {
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    padding: 15px 30px;
    min-width: 200px;
    background-color: #7dc332;
    border-radius: 7px;
    box-shadow: 0 7px 0 0 #68ac27;
    outline: 0;
    border: none;
    margin-top: 30px
}

#container.help-center .submit-form form a.policy {
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #7f7f7f;
    margin-left: 20px;
    margin-top: 30px
}

#container .search-box {
    position: relative;
    width: 100%;
    min-height: 600px;
    background: url(/images/help-background.jpg) center center no-repeat
}

#container .search-box>.search-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Inter", sans-serif;
    text-align: center
}

#container .search-box>.search-heading>h2 {
    font-weight: 300;
    font-size: 60px;
    color: #fff
}

#container .search-box>.search-heading input[type=text] {
    font-family: "Inter", sans-serif, FontAwesome;
    font-size: 15px;
    color: #666;
    text-align: center;
    width: 700px;
    min-width: 200px;
    height: 80px;
    line-height: 80px;
    border-radius: 80px;
    border: 1px solid #fff;
    outline: 0;
    margin-top: 30px
}

#container .help-search .page-header>h1,
#container .help-search .page-header>p,
#container .help-search ul.search-results-list,
.page-header ul.page-header-list>li>a,
.smal-header h1,
section.static-page h1.page-title,
section.static-page h1.page-title>span {
    font-family: "Inter", sans-serif
}

#container .help-search {
    padding: 100px 0
}

#container .help-search .page-header {
    padding: 0;
    margin: 0;
    border: none
}

#container .help-search .page-header>h1 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin: 10px 0
}

#container .help-search .page-header>p {
    font-style: italic;
    font-weight: 300;
    margin: 0 0 30px;
    word-break: break-word
}

#container .help-search h3.search-results-subheading {
    border-bottom: #ddd 1px solid;
    padding-bottom: 25px;
    margin-bottom: 0
}

#container .help-search ul.search-results-list {
    margin: 0;
    padding: 0;
    list-style: none
}

#container .help-search ul.search-results-list>li.search-result {
    border-bottom: 1px solid #ddd;
    padding: 25px 0
}

#container .help-search ul.search-results-list>li.search-result a.search-result-link {
    font-size: 16px;
    font-weight: 700
}

#container .help-search ul.search-results-list>li.search-result .meta-group {
    margin-top: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#container .help-search ul.search-results-list>li.search-result .meta-group * {
    display: inline
}

#container .help-search ul.search-results-list>li.search-result .meta-group>ol {
    margin: 0;
    padding: 0;
    list-style: none
}

#container .help-search ul.search-results-list>li.search-result .meta-group>ol.breadcrumb {
    background: 0 0;
    margin-right: 20px
}

#container .help-search ul.search-results-list>li.search-result .meta-group>ol.search-result-breadcrumbs {
    margin-right: 10px
}

#container .help-search ul.search-results-list>li.search-result .meta-group>ol.search-result-breadcrumbs>li {
    color: #666;
    display: inline;
    font-weight: 300;
    font-size: 13px;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis
}

#container .help-search ul.search-results-list>li.search-result .meta-group>ol.search-result-breadcrumbs>li+li:before {
    content: ">";
    margin: 0 4px
}

#container .help-search ul.search-results-list>li.search-result .search-result-description {
    margin-top: 15px
}

#container section.freepiker-section {
    position: relative
}

.smal-header {
    padding: 0;
    margin: 0;
    min-height: 200px;
    background-color: #f2f2f2;
    border: 0;
    background-image: url(/images/page-header.jpg);
    background-repeat: no-repeat;
    background-position: center, center
}

.smal-header h1 {
    font-weight: 300;
    font-size: 40px;
    color: #000;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 200px
}

.page-header {
    border-color: #d9d9d9;
    padding: 35px 0;
    margin: 0 0 80px
}

.page-header ul {
    margin: 0;
    padding: 0
}

.page-header ul.page-header-list {
    display: block;
    list-style: none
}

.page-header ul.page-header-list>li {
    display: inline-block
}

.page-header ul.page-header-list>li:not(:first-child) {
    margin-left: 25px
}

.page-header ul.page-header-list>li>i {
    font-size: 18px;
    line-height: 18px;
    margin-right: 10px;
    color: #005fc3
}

.page-header ul.page-header-list>li>a {
    font-weight: 600;
    font-size: 18px;
    color: #005fc3;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 86%, #005fc3 86.1%, #005fc3 90%, rgba(0, 0, 0, 0) 90.1%, rgba(0, 0, 0, 0));
    text-decoration: none
}

section.contact-section,
section.text-section {
    border-bottom: 0
}

section.static-page {
    background-color: #f2f2f2;
    padding: 100px 0
}

section.static-page h1.page-title {
    font-weight: 300;
    font-size: 60px;
    color: #000;
    margin-bottom: 50px
}

section.static-page h1.page-title>span {
    display: block;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    margin-top: 20px
}

section.static-page h4,
section.static-page p,
section.static-page ul>li {
    font-size: 14px;
    color: #000;
    font-family: "Inter", sans-serif
}

section.static-page p {
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 50px
}

section.static-page p:first-of-type,
section.static-page p:not(:last-of-type) {
    margin-bottom: 50px
}

section.static-page h4 {
    font-weight: 700
}

section.static-page ul {
    display: block;
    list-style-type: none;
    margin: 20px 0 50px;
    padding: 0
}

section.static-page ul>li {
    font-weight: 400;
    margin-bottom: 10px
}

section.frequently-question,
section.premium-feature-faq {
    padding: 100px 0
}

section.frequently-question.frequently-question,
section.premium-feature-faq.frequently-question {
    padding: 0 0 50px !important
}

section.frequently-question.frequently-question .faq-section:not(:first-of-type),
section.premium-feature-faq.frequently-question .faq-section:not(:first-of-type) {
    margin-top: 50px
}

section.frequently-question.frequently-question .faq-section h2,
section.premium-feature-faq.frequently-question .faq-section h2 {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 28px;
    color: #000;
    margin-bottom: 50px
}

section.frequently-question.frequently-question .faq-section mark,
section.premium-feature-faq.frequently-question .faq-section mark {
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    padding: 10px 20px;
    margin: 5px 0;
    background: #fcf8e3
}

section.frequently-question .faq-content h1,
section.premium-feature-faq .faq-content h1 {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 25px;
    color: #000;
    margin: 0 0 70px
}

section.frequently-question .faq-content .faq-list,
section.premium-feature-faq .faq-content .faq-list {
    padding-bottom: 30px;
    margin-bottom: 35px;
    border-bottom: #d9d9d9 1px solid
}

section.frequently-question .faq-content .faq-list:last-of-type,
section.premium-feature-faq .faq-content .faq-list:last-of-type {
    border-bottom: 0;
    margin-bottom: 0
}

section.frequently-question .faq-content .faq-list>h2,
section.premium-feature-faq .faq-content .faq-list>h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #000;
    line-height: 23px;
    margin-bottom: 25px
}

section.frequently-question .faq-content .faq-list>div>p,
section.premium-feature-faq .faq-content .faq-list>div>p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 23px
}

section.frequently-question .faq-content .faq-list>div>img,
section.premium-feature-faq .faq-content .faq-list>div>img {
    margin: 10px 0
}

section.frequently-question .faq-content .faq-list>div>h4,
section.premium-feature-faq .faq-content .faq-list>div>h4 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px
}

section.frequently-question .faq-content .faq-list>div>ul,
section.premium-feature-faq .faq-content .faq-list>div>ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0
}

section.frequently-question .faq-content .faq-list>div>ul>li,
section.premium-feature-faq .faq-content .faq-list>div>ul>li {
    font-size: 14px;
    font-weight: 400;
    color: #000
}

footer .top-footer {
    border: none;
    padding-bottom: 0
}

footer .top-footer .widgets .footer-menu {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

footer .top-footer .widgets {
    text-align: left;
    padding-bottom: 45px;
    border-bottom: none !important;
}

footer .top-footer .widgets ul.listing {
    margin: 0;
    padding: 0;
    list-style: none
}

@media(max-width:1200px) {
    footer .top-footer .widgets {
        text-align: center
    }
}

footer .top-footer .widgets ul.listing li {
    margin-bottom: 10px;
    text-align: left;
}

@media (max-width:575px) {
    footer .top-footer .widgets ul.listing li {
        text-align: center;
    }
}

footer .top-footer .widgets ul.listing li:last-child {
    margin-bottom: 0px;
}

footer .top-footer .widgets ul.listing li>a {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #aaa5a0;
    line-height: 30px;
    transition: color 0s ease-in-out .2s ease-in-out;
    -webkit-transition: color 0s ease-in-out .2s ease-in-out;
    -moz-transition: color 0s ease-in-out .2s ease-in-out;
    -ms-transition: color 0s ease-in-out .2s ease-in-out;
    -o-transition: color 0s ease-in-out .2s ease-in-out;
}

footer .top-footer .widgets ul.listing li>a:hover {
    color: #000000;
}

footer .top-footer .widgets ul.social-list {
    margin: 30px 0 0;
    padding: 0;
    list-style: none
}

footer .top-footer .widgets ul.social-list>li {
    display: inline-block;
    padding: 0 10px
}

footer .top-footer .widgets ul.social-list>li:first-child {
    padding-left: 0
}

footer .top-footer .widgets ul.social-list>li:last-child {
    padding-right: 0
}

footer .top-footer .widgets ul.social-list>li a {
    color: #a6a6a6;
    font-size: 16px;
    line-height: 20px;
    transition: color 0s ease-in-out .2s ease-in-out;
    -webkit-transition: color 0s ease-in-out .2s ease-in-out;
    -moz-transition: color 0s ease-in-out .2s ease-in-out;
    -ms-transition: color 0s ease-in-out .2s ease-in-out;
    -o-transition: color 0s ease-in-out .2s ease-in-out;
}

footer .top-footer .widgets ul.social-list>li a:hover {
    color: #000
}

footer .bottom-footer {
    background-color: #faf8f5;
    padding: 15px 0;
    border-top: 1px solid #f0ece8;
}

footer .bottom-footer p {
    font-size: 13px;
    font-weight: 400;
    color: #8c8c8c
}

@media (max-width:767px) {

    section.slider-section {
        padding: 50px 0 20px;
    }

    footer .top-footer .widgets .footer-menu {
        justify-content: center;
        margin-bottom: 40px;
    }

    footer .footer-logo p {
        justify-content: center;
    }

    footer .top-footer .widgets ul.listing li>a {
        font-size: 16px;
        line-height: 1.5;
    }

    .bottom-footer-content {
        justify-content: center;
        text-align: center;
    }
}

@media only screen and (min-width:200px) and (max-width:575px) {
    footer .top-footer .widgets ul.listing li>a {
        font-size: 16px;
        line-height: 1.5;
    }
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination li {
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
}

.pagination li .page-link {
    border: none;
    background: transparent;
    font-size: 18px;
    font-weight: 400;
    color: #aaa5a0;
}

.pagination li .page-link:hover {
    color: #000;
}

.pagination li.active .page-link {
    color: #000;
}

.pagination li.active .page-link:hover {
    background: inherit;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    font-size: 14px;
}

.twibd_free_pre {
    display: none;
}

@media (min-width: 1600px) {
    .col-xl-2 {
        width: 50%;
    }

    .col-xl-4 {
        width: 33.33%;
    }

    .col-xl-3 {
        width: 25%;
    }
}

@media (max-width: 640px) {
    .pagination li .page-link {
        padding: 6px;
    }
}

.main-tab-section {
    display: flex;
}

.profile-tabs-section {
    width: 25%;
    min-width: 330px;
    padding-top: 85px;
    padding-bottom: 85px;
    padding-left: 0;
    border-right: 1px solid #f0ece8;
}

.profile-tabs-section .container {
    width: 100% !important;
    padding-left: 100px !important;
}

.profile-area-section {
    width: 70%;
    padding: 80px 0px;
    margin-left: auto;
    margin-right: auto;
}

span.sub_header_notice {
    left: 100px !important;
    top: 11px !important;
}

.profile-tabs li a.active {
    color: #dcaa00 !important;
}

.profile-tabs li a.active::after {
    content: "";
    width: 2px;
    height: 48px;
    background: #dcaa00;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
}

.profile-tabs li.trade-drop>a.active::after {
    content: none;
}

.profile-box .profile-image-holder .profile-thumbnail img {
    margin-right: 15px !important;
}

.twibd_con_sharing {
    bottom: 40px !important;
}

.isotope-containerss .item-post .twibd_con_sharing {
    bottom: 2px !important;
}

.container {
    width: 100% !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.profile-area-section .container {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.contributor-profile-section .container {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.admin-review-box .container {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

#twibd-identification .container {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

section.single-item-section {
    background: #fff !important;
}

.top-filter {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    border-bottom: 1px solid #f0ece8 !important;
    margin-bottom: 37px !important;
}

.top-filter .search-input {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
    padding-right: 30px;
}

.top-filter .search-input button {
    background: transparent;
    border: none;
}

.top-filter .search-input input {
    background: transparent;
    width: 100%;
    line-height: 36px;
    color: #000;
    border: none;
    font-size: 16px;
}

.top-filter .search-input input:focus,
.top-filter .search-input input:focus-visible {
    outline: none;
}

.profile-area-section .download-item .side-content p {
    font-size: 10px !important;
}

.search-category ul {
    display: flex;
    gap: 22px;
    list-style: none;
    padding: 0;
    height: 100%;
}

.search-category ul li {
    position: relative;
}

.search-category ul li.active a {
    color: #000000;
}

.search-category ul li a {
    color: #aaa5a0;
    font-size: 16px;
    line-height: 36px;
}

.top-filter .search-input button img {
    width: 24px;
    height: 24px;
}

section.similar-section div.title::before {
    width: calc(50% - 90px);
    height: 1px;
    background: #aaa5a0;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
}

section.similar-section div.title::after {
    width: calc(50% - 150px);
    height: 1px;
    background: #aaa5a0;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
}

section.similar-section .title {
    position: relative;
    overflow-x: hidden;
    padding-bottom: 26px;
}

section.similar-section .title span {
    margin-top: 51px;
}

.contents-modal p {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}

/* header .premium-resources-section .premium-items,
.premium-items {
    gap: 0px !important;
}

header .premium-resources-section .premium-items .item,
.premium-items .item {
    height: 250px !important;
} */

section.admin-review-box div.table-box table.revision-table tr td:first-child {
    width: 300px !important;
}

section.admin-review-box div.table-box table.revision-table tr td a.item-link {
    font-size: 12px !important;
}

section.premium-area-section {
    width: 1075px !important;
}

section.admin-review-box div.table-box table.contributors-table tr td:first-child,
section.admin-review-box div.table-box table.staff-table tr td:first-child,
section.admin-review-box div.table-box table.users-table tr td:first-child {
    min-width: 170px !important;
}

.type-download-list .premium {
    display: none !important;
}


@media(max-width:768px) {
    .main-tab-section {
        display: block;
    }

    .profile-tabs-section {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 10px;
        padding-left: 0px;
        border-right: inherit;
    }

    .profile-tabs-section .container {
        padding-left: 30px !important;
    }

    .profile-area-section {
        width: 100%;
        padding: 40px 0px;
    }

    section.profile-tabs-section .profile-tabs {
        gap: 5px !important;
    }

    section.profile-tabs-section .profile-tabs li {
        width: 18% !important;
    }

    section.profile-tabs-section .profile-tabs li.trade-drop {
        width: 100% !important;
    }

    .profile-tabs li a.active::after {
        content: "";
        width: 1px;
        height: 48px;
        background: inherit;
        position: absolute;
        right: -1px;
        top: 50%;
        z-index: 10;
    }

    .twibd_con_sharing {
        bottom: 2px !important;
    }

    .container {
        width: 100% !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

}

@media (max-width: 640px) {
    section.profile-tabs-section .profile-tabs li {
        width: 32% !important;
    }
}

section.contact-section input[type=text],
section.contact-section textarea {
    background: #c7c7c7 !important;
    color: #fff7f7 !important;
}

#submit-profile {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}


.search-filter form.filter-category .cat-checkbox input[type=checkbox]:checked+label::after {
    display: none !important;
}

.search-filter form.filter-category .cat-checkbox input[type=checkbox]+label::after {
    display: none !important;
}

.search-filter form.filter-category .cat-checkbox label {
    margin-left: 0 !important;
}

.search-filter form.filter-category ul .cat-all a {
    color: #54534e !important;
}

.cat-checkbox .toggle-icon {
    font-size: 28px !important;
}

.search-filter form.filter-category ul .cat-all a.active {
    color: #dcaa00 !important;
}

.cat-all {
    margin-left: 12px !important;
    padding: 5px 0;
}

.con_info {
    margin-top: 0px !important;
}

section.similar-section div.title::after {
    width: 500px !important;
}

section.similar-section div.title::before {
    width: 500px !important;
}

section.similar-section .title span {
    min-width: 100px !important;
}

/* Autofill styles */
input:-webkit-autofill {
    background-color: white !important;
    /* Set your desired background color */
    color: black !important;
    /* Set your desired text color */
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    /* Remove the yellow highlight */
    transition: background-color 5000s ease-in-out 0s;
    /* Prevent transition flickering */
}

/* To include textarea or select elements */
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: white !important;
    color: black !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

.search-filter form.filter-category .cat-checkbox {
    cursor: pointer !important;
}

.search-filter form.filter-category .cat-checkbox label {
    cursor: pointer !important;
    font-size: 20px !important;
}

.search-filter form.filter-category ul li {
    gap: 0 !important;
}

.toggle-icon.active {
    color: #dcaa00 !important;
    /* Change color for active state */
}


.active .toggle-icon {
    color: #dcaa00 !important;
}

.left-side-container {
    padding-right: 0 !important;
}