* {
    outline: none;
}


/* Preloader styling */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#preloader img {
    width: 200px;
    /* Small logo */
    height: auto;
}

body.loaded #preloader {
    display: none;
}


.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    /* padding-right: 3.5rem;
    padding-left: 3.5rem; */
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    font-weight: 400;
    font-size: 16px;
    color: #363F4A;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    transition: ease .2s;
    cursor: pointer;
    color: #008EFF;
}

.mobile-view-logo-header {
    display: none;
}

.icon {
    height: 44px;
    width: auto;
    margin-bottom: 32px;
}

.icon-40 {
    width: 40px;
    margin-bottom: 20px;
}

.text-big {
    font-size: 20px;
    color: #363F4A;
    margin-bottom: 1.5em;
}

.text-bigger {
    font-size: 20px;
    color: #6F7680;
}

.text-small {
    font-size: 12px;
}

.checklist {
    list-style: none;
    font-size: 20px;
}

.checklist li {
    position: relative;
    padding-left: 32px;
    margin: 16px 0;
}

.checklist li:before {
    content: "";
    display: block;
    background: url("../../assets/images/icons/check.svg") no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.text-ul {
    list-style: none;
    margin-bottom: 40px;
}

.text-ul li {
    position: relative;
    padding-left: 26px;
    margin: 8px 0;
}

.text-ul li:before {
    content: "";
    display: block;
    color: #008EFF;
    position: absolute;
    top: 11px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #008EFF;
}

.text-ol li {
    counter-increment: list;
    list-style-type: none;
    position: relative;
    padding-left: 26px;
    margin: 8px 0;
}

.text-ol li:before {
    content: counter(list) ".";
    display: block;
    color: #008EFF;
    position: absolute;
    left: 0;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}

h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3;
}

h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
}

h2+p {
    margin-top: 20px;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.5;
}

img {
    width: 100%;
    height: auto;
}

.badge-soon {
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 3px;
    background: #EFF6FF;
    color: #008EFF;
}

.m-top-default {
    margin-top: 100px;
}

.btn {
    padding: 10px 32px;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    margin-top: 24px;
    font-weight: 500;
}

.btn-smaller-h {
    padding: 8px 32px !important;
}

.btn-lite {
    background: #EFF6FF;
    color: #008EFF;
    position: relative;
}

.btn-lite:hover {
    background: #008EFF;
    color: #EFF6FF;
}

.btn-outline {
    border: 1px solid #008EFF !important;
    color: #008EFF;
}

.btn-outline:hover {
    background-color: #008EFF;
    color: #fff;
}

.btn-outline:focus {
    color: #008EFF;
}

.btn-primary {
    background: #008EFF;
    border: 1px solid #008EFF;
    color: #FFF;
    border: 0;
}

.btn-outline-primary {
    border: 1px solid #008EFF !important;
}

.btn-primary:hover {
    background: #EFF6FF;
    color: #008EFF;
    border: 0;
}

.btn-simple {
    font-weight: 500;
}

.btn-secondary {
    background: #FFF;
    color: #008EFF;
    border-color: transparent;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active{
    border: 1px solid transparent;
    border-color: transparent !important;
}
.btn-secondary:active{
    box-shadow: 0 0 !important;
}

.btn-secondary:hover {
    background: #EFF6FF;
    color: #008EFF !important;
}

.btn-primary:focus {
    color: #008EFF !important;
    box-shadow: 0 0 !important;
}

.btn:focus {
    box-shadow: 0 0;
    background-color: #DBEBFF !important;
}

.btn-whatsapp-horizontal {
    /* box-shadow: rgba(0, 0, 0, 0.14) 0px 4px 9px; */
    /* background: rgb(2, 231, 119); */
    /* margin-left: 2px; */
    background: #25d366;
    width: 191px;
}

.btn-whatsapp-horizontal:hover {
    box-shadow: rgba(0, 0, 0, 0.14) 0px 4px 9px;
}

.btn-whatsapp-horizontal:hover,
.btn-whatsapp-horizontal:focus,
.btn-whatsapp-horizontal:active {
    background: rgb(5, 212, 112) !important;
    color: #fff !important;
}

.btn-danger:active:focus {
    box-shadow: none !important;
}

.btn-danger:focus {
    background-color: rgba(225, 83, 97, .5) !important;
}

.signaturePad .form-control:focus {
    box-shadow: 0 0;
}

label {
    display: block;
    font-weight: 400;
    color: #6F7680;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 9px;
}

.field {
    margin-bottom: 24px;
}

input,
textarea,
select {
    border: 1px solid #C4C5C7;
    border-radius: 8px !important;
}

input:focus,
textarea:focus,
select:focus {
    border: 1px solid #008EFF;
    box-shadow: 0 0 5px #bfe3ff;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
    padding: 10px;
    width: 100%;
    -webkit-appearance: none;
}

input[type="number"] {
    padding: 10px;
    width: 55px;
}

label {
    display: block;
    font-weight: 400;
}

.toggle-btn-icon-wrap {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    display: flex;
}

.header-top-container .logo-container a img {
    width: 193px;
}

/* global font and color */
.unic-btn-shadow {
    box-shadow: -2px -2px 6px 0px #00000030 inset;
}

.hero-title-text-700 {
    font-size: 48px;
    font-weight: 700;
}

.bolder-hero-title-700 {
    font-size: 38px;
    font-weight: 700;
}

.bold-title-text-700 {
    font-size: 36px;
    font-weight: 700;
}

.font-title-liter {
    font-size: 32px;
    font-weight: 500;
}

.font-title-700 {
    font-size: 32px;
    font-weight: 700;
}

.font-title-600 {
    font-size: 32px;
    font-weight: 600;
}

.bold-title-text-lite {
    font-size: 30px;
    font-weight: 700;
}

.normal-title-text {
    font-size: 24px;
    font-weight: 700;
}

.font-24-600 {
    font-size: 24px;
    font-weight: 600;
}

.normal-title-text-500 {
    font-size: 24px;
    font-weight: 500;
}

.title-card-22-700 {
    font-size: 22px;
    font-weight: 700;
}

.title-card-content-600 {
    font-size: 22px;
    font-weight: 600;
}

.title-card-content {
    font-size: 22px;
    font-weight: 500;
}

.normal-title-text-lite {
    font-size: 20px;
    font-weight: 700;
}

.lable-title-text-600 {
    font-size: 20px;
    font-weight: 600;
}

.title-text-liter-500 {
    font-size: 20px;
    font-weight: 500;
}

.title-text-lite-400 {
    font-size: 20px;
    font-weight: 400;
}

.title-text-lite-bolder {
    font-size: 18px;
    font-weight: 700;
}

.title-text-liter-600 {
    font-size: 18px;
    font-weight: 600;
}

.title-text-liter {
    font-size: 18px;
    font-weight: 500;
}

.title-text-liter-400 {
    font-size: 18px;
    font-weight: 400;
}

.content-text-500 {
    font-size: 15px;
    font-weight: 500;
}

.title-text-bold {
    font-size: 16px;
    font-weight: 500;
}

.title-content-text {
    font-size: 16px;
    font-weight: 600;
}

.title-content-bolder-text {
    font-size: 16px;
    font-weight: 700;
}

.title-content-lighter-text {
    font-size: 16px;
    font-weight: 400;
}

.content-text-600 {
    font-size: 14px;
    font-weight: 600;
}

.content-text-mini {
    font-size: 14px;
    font-weight: 400;
}

.content-text-mini-liter {
    font-size: 14px;
    font-weight: 500;
}

.chart-content-time {
    font-size: 12px;
    font-weight: 400;
}

.content-mini-title {
    font-size: 12px;
    font-weight: 500;
}

.primary-color {
    color: #008EFF;
}

.normal-title-color {
    color: #111827;
}

.text-color-black {
    color: #000000;
}

.text-color-white {
    color: #ffffff;
}

.content-para-black-gray {
    color: #374151;
}

.content-title-color-gray {
    color: #4B5563;
}

.content-title-lite-gray {
    color: #6B7280;
}

.label-title-gray {
    color: #616161;
}

.icon-lite-gray {
    color: #8E959D;
}

.content-para-liter-gray {
    color: #363F4A;
}

.text-primary {
    color: #008EFF !important;
}

/* global font and color */

input[type="checkbox"] {
    margin-right: 5px;
    border-radius: 1px;
}

.form-calculator-container {
    max-width: 540px;
    width: 100%;
    margin: 10px auto 0 auto;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 16px 50px rgba(54, 63, 74, .25);
}

.form-calculator h3,
.form-calculator-result h3 {
    font-size: 28px;
}

.form-calculator .btn,
.form-calculator-result .btn {
    width: 100%;
    margin-top: 0;
}

.form-calculator-result {
    text-align: center;
}

.calculator-result-icon {
    width: 80px;
    margin: 0 auto 20px auto;
}

.calculator-result-value {
    color: #008EFF;
}

.info-cards-row-first {
    margin-top: -32px;
}

.info-card-image {
    margin-top: 32px;
    margin-bottom: 24px;
}

.info-cards-row a {
    font-weight: 600;
    text-decoration: underline !important;
}

.sidebar-wrapper {
    padding-right: 40px;
}

.paragraph-color {
    color: #6F7680;
}

.sidebar {
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, .15);
    overflow: hidden;
}

.sidebar ul {
    list-style: none;
}

.sidebar .sidebar-header {
    padding: 12px 16px 12px 48px;
    color: #0D8773;
    background: url("../../assets/images/icons/info-circle.svg") no-repeat #D8F9F3;
    background-size: 24px;
    background-position: left 16px center;
}

.sidebar .sidebar-header a {
    font-weight: 700;
    font-size: 14px;
    color: #0D8773;
    padding-right: 20px;
    background: url("../../assets/images/icons/arrow-right.svg") no-repeat;
    background-size: 16px;
    background-position: right;
}

.sidebar .sidebar-header a:hover {
    color: #24B47E;
}

.sidebar .sidebar-link {
    padding: 12px 16px;
    display: block;
    border-top: 1px solid #D9D9D9;
    color: #363F4A;
    background: url("../../assets/images/icons/chevron-right.svg") no-repeat;
    background-size: 10px;
    background-position: center right 16px;
}

.sidebar .sidebar-link:hover {
    color: #6F7680;
}

.sidebar .sidebar-link.current {
    font-weight: 700;
}

.text-before-table {
    font-size: 20px;
    color: #6F7680;
    margin-bottom: 40px;
}

.text-after-table {
    font-size: 20px;
    color: #6F7680;
}

.text-after-table ol,
.text-after-table ul {
    margin-left: 20px;
    margin-bottom: 1.6em;
    color: #008EFF;
    line-height: 2.4;
}

.text-after-table ol .li-text,
.text-after-table ul .li-text {
    color: #6F7680;
}

.text-after-table h2 {
    margin-bottom: 20px;
}

.text-before-table h2,
.text-before-table h3,
.text-before-table h4,
.text-after-table h2,
.text-after-table h3,
.text-after-table h4 {
    color: #363F4A;
}

.table-wrapper {
    margin-top: 20px;
    margin-bottom: 40px;
    border: 1px solid #D7DADC;
    border-radius: 16px !important;
    padding: 24px;
    color: #363F4A !important;
    font-size: 14px;
    word-wrap: break-word;

}

.table-body .row {
    margin-top: 8px;
}

.table-body .row>div {
    min-height: 32px;
    display: flex;
    align-items: center;
}

.table-button {
    background: #24B47E;
    color: #FFF;
    padding: 4px 8px;
    border-radius: 4px;
    text-align: center;
    display: block;
}

.table-button:hover {
    color: #FFF;
    background: #0D8773;
}

.magic-loader {
    background: radial-gradient(circle, #dce5f0, #afc5e8d4);
    box-shadow: 0 0 20px rgb(206, 223, 245);
}

.magic-loader::before,
.magic-loader::after {
    background: radial-gradient(circle, #E1F0FD, #EDFAFF);
}

.magic-loader::before,
.magic-loader::after {
    background: radial-gradient(circle, #E1F0FD, #EDFAFF);
}

.chat-input-container .search_input {
    padding: 16px 24px;
    border-radius: 30px;
    border: 0;
    outline: none;
    font-size: 16px;
    margin-right: 10px;
    height: 46px;
    background: #F5F6F7;
    color: #363F4A;
    font-weight: 400;
}

.chat-input-container .submit-info-txt {
    /* right: -6px;
    top: 1px;
    opacity: 1; */

    font-size: 0px;
    width: 60px;
    height: 60px;
    background: url('../../img/ai-images/button_up_arrow.svg') no-repeat center calc(100% - 20px);
    background-size: 36px;
    position: absolute;
    right: -6px;
    top: 1px;
    padding: 0;
    border: none;
    z-index: 9;
    opacity: 0.2;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.chat-input-container input:focus {
    border: 0 !important;
    box-shadow: 0 0 !important;
}

.file-upload .upload-button {
    border: 1px solid #EAECEE;
}

.chat-ai-search {
    position: fixed;
    bottom: 0px;
    width: 100%;
    right: 0;
    left: 14px;
}

.chat-ai-search-input {
    background-color: #ffffff;
    padding-block-end: 14px;
}

/* .main-container .section_term-header h3{
    font-size: 28px;
} */
.chat-ai-content-title-inner small {
    font-size: 16px;
    font-weight: 500;
    color: #6F7680;
}

li.open h3.accordion-header {
    color: #008EFF;
    transition: 0.2s all;
}

.header-container {
    padding: 32px 0;
}

.header-container>.container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.header-brand {
    height: 28px;
}

.header-brand img {
    height: 100%;
    width: auto;
}

.navbar-toggler {
    display: none;
}

.header-navbar ul li {
    display: inline-block;
    margin: 0 6px;
    position: relative;
}

.header-navbar a,
.header-navbar .dropdown-toggler,
.header-navbar .dropdown-toggler-1 {
    color: #6F7680;
    display: block;
    cursor: pointer;
}

.header-navbar a:hover,
.header-navbar .dropdown-toggler:hover,
.header-navbar .dropdown-toggler-1:hover {
    color: #363F4A;
}

.navbar-dropdown,
.navbar-dropdown-1 {
    width: 320px;
    position: absolute !important;
    top: 62px;
    left: 0;
    background: #FFF;
    /* padding: 32px; */
    border-radius: 8px;
    /* box-shadow: 0 2px 20px rgba(0, 0, 0, 0.12) !important; */
    box-shadow: 4px 4px 15px 6px #00000026 !important;

    z-index: 9999;
    display: none;
}
.all-categories-wrpper{
    padding: 32px;
}

.navbar-dropdown img,
.navbar-dropdown-1 img {
    width: 32px;
    margin-right: 8px;
}

.navbar-dropdown li,
.navbar-dropdown-1 li {
    display: block !important;
    padding: 12px 0;
    position: relative;
}

.navbar-dropdown li:after,
.navbar-dropdown-1 li:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../../../assets/images/icons/chevron-right.svg") no-repeat;
    background-size: contain;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navbar-dropdown .badge-soon,
.navbar-dropdown-1 .badge-soon {
    position: absolute;
    top: -5px;
    left: 38px;
}

.dropdown-toggler,
.dropdown-toggler-1 {
    position: relative;
    padding-right: 15px;
    /* z-index: 100; */
}

.dropdown-toggler:after,
.dropdown-toggler-1:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url("../../assets/images/icons/chevron-down.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 9px;
    right: 0;
}

.header-contact,
.header-login {
    padding: 5px 12px;
    background: #EFF6FF;
    font-size: 16px;
    border-radius: 8px;
    color: #008EFF;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.header-contact img {
    width: 12px;
    margin-right: 4px;
}

.mobile-only {
    display: none !important;
}

.section-hero {
    padding-top: 100px;
}

.main-container section.section-hero {
    padding-top: 80px;
}

.hero-topline {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.hero-topline img {
    width: 40px;
    margin-right: 16px;
}

.hero-topline.color-orange {
    color: #F97F3A;
}

.hero-topline.color-purple {
    color: #745EC6;
}

.hero-topline.color-purple-2 {
    color: #535EC7;
}

.hero-topline.color-dark-green {
    color: #2C3E50;
}

.hero-topline.color-green {
    color: #4bc16c;
}

.hero-topline.color-yellow {
    color: #EB9A00;
}

.hero-topline.color-admin-abo {
    color: #C94A3E;
}

.color-admin-abo {
    color: #C94A3E !important;
}

.color-admin-abo-card:hover {
    border-color: #C94A3E;
}

.hero-topline.color-inkasso {
    color: #59C0E4;
}

.color-inkasso {
    color: #59C0E4 !important;
}

.color-inkasso-card:hover {
    border-color: #59C0E4;
}

.color-casino {
    color: #FD3DB5;
}

.color-casino-card:hover {
    border-color: #FD3DB5;
}

.color-krypto {
    color: #01B08C;
}

.color-krypto-card:hover {
    border-color: #01B08C;
}

.color-krypto-zuruck {
    color: #1E3A8A;
}

.color-krypto-zuruck-card:hover {
    border-color: #1E3A8A;
}

.hero-headline {
    margin-bottom: 24px;
}

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

.hero-subline {
    font-size: 20px;
    color: #6F7680;
}

.hero-subline.subline-center {
    text-align: center;
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
}

.hero-emojis {
    width: 172px;
    margin: 0 auto;
}

.hero-img-home {
    margin-right: -60px;
    margin-left: -170px;
}

.hero-home {
    padding-right: 30px;
}

.hero-img-kontogebuehren {
    margin-right: -50px;
    margin-top: 40px;
}

.hero-img-fitnessstudio {
    margin-right: -50px;
}

.hero-marketing {
    margin-top: 120px;
    padding: 40px 0;
    border-top: 1px solid #EAECEE;
    border-bottom: 1px solid #EAECEE;
}

.marketing-box {
    color: #6F7680;
    display: flex;
    align-items: center;
    font-size: 20px;
}

.marketing-box span {
    color: #363F4A;
    font-size: 46px;
    font-weight: 700;
    margin-right: 16px;
}

.section-default {
    padding-top: 100px;
}

.section-light {
    padding: 120px 0;
    margin-top: 120px;
    background: #FAFCFF;
}

.section-headline {
    text-align: center;
    /* max-width: 680px; */
    margin: 0 auto;
    margin-bottom: 80px;
}

.section-headline .text-bigger {
    margin-top: 16px;
}

.section-headline h4,
.section-headline h2,
.section-headline h1 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.section-headline h3 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.card {
    border-radius: 16px;
    padding: 32px;
    color: #6F7680;
}

.card a {
    margin-top: 64px;
    display: inline-block;
}

.card.color-orange {
    background: #FDFAF9;
}

.card.color-orange h3,
.card.color-orange a {
    color: #F97F3A;
}

.card.color-orange:hover {
    border-color: #F97F3A;
}

.card.color-purple {
    background: #F9F8FE;
    transition: 0.2s all ease-in-out;
}

.card.color-purple h3,
.card.color-purple a {
    color: #745EC6;
}

.card.color-purple:hover {
    border-color: #745EC6;
}

.card.color-green {
    background: #F7FDF9;
}

.card.color-green h3,
.card.color-green a {
    color: #4BC16C;
}

.card.color-green:hover {
    border-color: #4BC16C;
}

.card-icon {
    width: 56px;
    margin-bottom: 56px;
}

.step {
    text-align: center;
    padding: 0 30px;
}

.step h3 {
    margin-top: 32px;
}

.simply-fast-container {
    padding: 120px 60px 0 60px;
}

.no-risk-container {
    padding: 60px;
}

.cta-style-1 {
    background-color: #060721 !important;
    background-image: url("../../../assets/images/forms/simplyrightplus-teaser-forms.png") !important;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    padding: 50px 84px;
    color: #FFF;
    border-radius: 32px;
    margin-top: -120px;
}

.cta-style-1 h2 {
    font-size: 46px;
}

.cta-style-1 .checklist {
    margin-top: 32px;
}

.cta-style-1 .checklist li:before {
    background: url("../../../assets/images/icons/checkwhitebg.svg") no-repeat;
}

.cta-logo {
    width: 257px;
    margin-bottom: 32px;
}

.cta-style-3 {
    padding: 40px 32px;
    background: #008EFF;
    color: #FFF;
    border-radius: 16px;
}

.cta-style-3 h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 16px;
}

.cta-style-3 .text-bigger {
    color: #FFF;
}

.cta-style-3 .text-small {
    margin-top: 12px;
}

.cta-style-3 .text-small img {
    width: 12px;
    margin-right: 4px;
}

.cta-style-3-button {
    text-align: center;
}

.cta-style-2 {
    text-align: center;
    margin-top: 60px;
}

.cta-style-2-text {
    background: #EFF6FF;
    color: #008EFF;
    font-weight: 500;
    font-size: 18px;
    padding: 12px 16px;
    border-radius: 9px;
    display: inline-block;
}

.trustpilot-headline {
    font-size: 18px;
    color: #24B47E;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    font-weight: 500;
}

.trustpilot-headline img {
    width: 144px;
    margin-right: 16px;
}

.testimonial-slider {
    margin-top: 64px;
    padding: 0;
    overflow: hidden;
}

.testimonial-slider .owl-carousel .owl-stage-outer {
    overflow: visible;
    position: relative;
}

.testimonial-slider .owl-carousel .owl-stage-outer:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #FFF;
    position: absolute;
    left: -100%;
    z-index: 1;
}
.owl-carousel .owl-stage::after{
    content: inherit !important;
}

.owl-item {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.testimonial-box {
    padding: 40px 32px;
    border: 1px solid #EAECEE;
    border-radius: 12px;
}

.testimonial-rating {
    width: 120px !important;
    margin-bottom: 28px;
}

.testimonial-customer {
    margin-top: 40px;
}

.testimonial-customer:after {
    content: "";
    display: block;
    clear: both;
}

.customer-avatar {
    width: 44px !important;
    float: left;
    margin-right: 18px;
}

.customer-name {
    font-size: 14px;
}

.customer-verify {
    font-size: 12px;
    color: #6F7680;
}

.customer-verify:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url("../../../assets/images/icons/checkmark-tiny.svg") no-repeat;
    background-size: 8px;
    margin-right: 4px;
}

.promise-step-container {
    padding: 0 120px;
}

.promise-step-img {
    padding: 0 30px;
}

.promise-step {
    margin-top: 140px;
}

.promise-step.first-step {
    margin-top: 100px;
}

.promise-step .text-small {
    color: #6F7680;
}

.promise-box p {
    color: #6F7680;
    margin-top: 4px;
}

.price-container {
    padding: 0 180px;
    margin-top: 84px;
}

.price-box {
    padding: 32px 16px;
    text-align: center;
    border-radius: 20px;
}

.price-box .price-option {
    margin: -57px auto 40px auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    font-size: 22px;
    font-weight: 600;
    color: #FFF;
}

.price-box.color-blue {
    background: #EFF6FF;
    color: #008EFF;
}

.price-box.color-blue .price-option {
    background: #008EFF;
}

.price-box.color-green {
    background: #F1FFF5;
    color: #4BC16C;
}

.price-box.color-green .price-option {
    background: #4BC16C;
}

.price-box-value {
    font-size: 46px;
    font-weight: 700;
    margin: 18px 0 20px 0;
}

.price-box-info {
    font-size: 14px;
}

.article-card {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(54, 63, 74, 0.25);
    overflow: hidden;
    color: #6F7680;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.article-card h3 {
    color: #363F4A;
}

.article-card .btn {
    margin-top: 6px;
}

.article-text {
    padding: 32px 16px 16px 16px;
}

.article-date {
    font-size: 14px;
    margin-bottom: 8px;
    color: #6F7680;
}

.article-slider-text {
    padding-right: 60px;
}

.article-slider-text .article-date {
    margin-bottom: 18px;
}

.article-slider-text h2 {
    margin-bottom: 16px;
}

.article-slider-text .btn {
    margin-top: 16px;
}

.article-slider-img {
    border-radius: 8px;
    overflow: hidden;
}

.article-slider .owl-carousel .owl-dots.disabled,
.article-slider .owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    background: #C8E1FF !important;
    margin: 0 4px !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #008EFF !important;
    border-radius: 100%;
}

.owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -80px !important;
}

.owl-dots {
    margin-top: 64px;
}

.owl-nav button {
    width: 56px !important;
    height: 56px !important;
    box-shadow: 0 3px 6px rgba(54, 63, 74, 0.25) !important;
    border-radius: 100% !important;
    position: absolute;
}

.owl-nav button span {
    display: none;
}

.owl-item {
    padding: 0;
}

.owl-prev {
    background: url("../../../assets/images/icons/chevron-prev.svg") no-repeat !important;
    background-size: 8px !important;
    background-position: center !important;
    left: -130px;
}

.owl-next {
    background: url("../../../assets/images/icons/chevron-next.svg") no-repeat !important;
    background-size: 8px !important;
    background-position: center !important;
    right: -130px;
    margin-top: -64px;
}

.article-detail-container {
    padding: 0 120px;
    font-size: 20px;
    color: #6F7680;
}

.article-detail-container h2,
.article-detail-container h3 {
    color: #363F4A;
}

.hero-article {
    position: relative;
    height: 370px;
    overflow: hidden;
    padding: 100px 0;
    border-radius: 12px;
    background: url("../../../assets/images/articles/article-hero.png") no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.hero-article .article-date {
    font-size: 20px;
    color: #FFF;
}

.hero-article-headline {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #FFF;
}

.hero-article-headline h1 {
    margin: 0;
}

.article-text-block {
    margin-top: 80px;
}

.article-text-block h2 {
    font-size: 38px;
}

.article-text-block h3 {
    font-size: 32px;
}

.article-text-img {
    padding: 0 60px;
    margin-top: 40px;
}

.article-text-img img {
    border-radius: 8px;
}

.img-description {
    text-align: center;
    font-size: 14px;
    margin-top: 16px;
    color: #6F7680;
}

.quote-container {
    display: inline-block;
    text-align: center;
    padding: 0 150px;
}

.quote-icon {
    width: 51px;
    margin: 0 auto 32px auto;
}

.quote-text {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
}

.quote-person {
    font-size: 18px;
    color: #6F7680;
    margin-top: 32px;
}

.headline-more-articles {
    margin-bottom: 40px;
    text-align: center;
}

.accordion {
    list-style: none;
    padding: 0 60px;
}

.accordion h3 {
    font-weight: 500;
    margin: 0;
}

.accordion li {
    padding-bottom: 22px;
}

.accordion-header {
    cursor: pointer;
    border-top: 1px solid #EAECEE;
    padding-top: 22px;
    padding-right: 35px;
    position: relative;
}

.accordion-header:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../../assets/images/icons/plus.svg") no-repeat;
    background-size: 16px !important;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin-top: 4px;
}

.open .accordion-header:after {
    background: url("../../assets/images/icons/minus.svg") no-repeat;
}

.accordion li:nth-child(1) .accordion-header {
    border: none;
}

.accordion-content {
    display: none;
    margin-top: 16px;
    color: #6F7680;
    font-weight: 500;
}

.login-header {
    font-size: 32px;
    font-weight: 500;
    color: #363F4A;
    margin-bottom: 25px;
}

.login-p {
    font-size: 16px;
    font-weight: 400;
    color: #363F4AEA;
    margin-bottom: 25px;
}

.card-body input {
    width: 100%;
    height: 44px;
    border-radius: 6px;
    font-size: 16px;
}

.card-body .form-group {
    /* row-gap: 10px; */
    display: grid;
}

.login-card {
    max-width: 450px;
    width: 100%;
    margin: 50px auto;
}

.login-card .btn {
    width: 100%;
}

.card-body label {
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}

.resend-link {
    padding: 20px;
    display: block;
    width: 100%;
    color: #008EFF;
    margin: 0 auto;
    text-align: center;
}

.otp-field {
    display: flex;
    column-gap: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Chrome, Safari, Edge, Opera */
.hide-arrow::-webkit-outer-spin-button,
.hide-arrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.hide-arrow {
    -moz-appearance: textfield;
}

.danger {
    color: #C71515;
}

.resend-link {
    border: none;
    background: #fff;
    padding: 10px;
    margin: 10px 0;
}

.otp-field input {
    height: 60px;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin: 1px;
    border: 1px solid #C0C2CB;
    background: #fff;
    outline: none;
    transition: all 0.1s;
}

.otp-field input:focus {
    border: 1px solid #C0C2CB;
}

.otp-field input {
    text-align: center;
    font-size: 24px;
    margin: 0 5px;
    transition: border-bottom 0.3s ease-in-out;
}

.otp-field input:focus {
    border-bottom: 1px solid #008EFF;
    animation: blinkUnderline 0.3s infinite alternate;
}

@keyframes blinkUnderline {
    0% {
        border-bottom-color: #008EFF;
    }

    100% {
        border-bottom-color: #C0C2CB;
    }
}

.fade-in-img {
    opacity: 0;
    animation: fadeIn 0.8s ease-in-out 0.5s forwards;
    /* 0.5s delay */
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.disabled {
    opacity: 0.5;
}

.space {
    margin-right: 1rem !important;
}

.search-area img {
    width: 16px;
}

.category-left .blue-heading {
    color: #008EFF;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 15px;
}

.search-area input {
    font-size: 14px;
    font-weight: 400;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.header-container .search-area .form-control:focus {
    border: 1px solid #008EFF;
    box-shadow: 0 0 5px #bfe3ff;
}

span#basic-addon2 {
    background: #008EFF;
    border-color: #008EFF;
    padding: 0.200rem .65rem;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

span#basic-addon2 img {
    margin-right: 0px;
}

.navbar-dropdown-1 {
    padding: 0;
}

/* .navbar-dropdown-1.mega-navbar-dropdown {
    width: 715px !important;
} */

.searcbox {
    /* background: #FAFCFF; */
    padding: 32px;
    height: 420px;
    /* width: 42% !important; */
    overflow-y: scroll;
    border-right: 1px solid #E5E7EB;
    border-left: 1px solid #E5E7EB;
}
.searcbox .cat-head img{
    filter: invert(38%) sepia(98%) saturate(5476%) hue-rotate(193deg) brightness(100%) contrast(101%);
    /* filter: invert(34%) sepia(88%) saturate(488%) hue-rotate(185deg) brightness(102%) contrast(101%); */
}
.searcbox .search-res a:hover, .searcbox .category-left a.cat-head:hover{
    border: 1px solid #008EFF;
    background: #EFF6FF;
}
#searchInput.form-control{
    border: 1px solid #008EFF;
}
.searcbox .text-color-black{
    margin-bottom: 20px;
}
.nav-sec-right .lawyer-emergency-assistance-img{
    width: 214px;
    box-shadow: 0px 2.15px 21.51px 0px #00000014;
    border-radius: 8px;
    margin-bottom: 18px;
}
.nav-sec-right{
    padding: 32px;
    width: min-content;
}
.nav-sec-right .anwalt-wrpper-content p{
    white-space: initial;
    color: #616161;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}
.nav-sec-right li{
    margin: 0 !important;
} 
.nav-sec-right li .text-color-black{
    font-size: 16px;
    font-weight: 500;
    color: #000000 !important;

    display: flex;
    align-items: center;
    justify-content: space-between;
}
.categories-inner{
    display: flex;
    gap: 50px;
}

.cat-head {
    border: 1px solid #E5E5E5;
    width: 100%;
    border-radius: 6px;
    padding: 3px 8px;
    margin: 7px 0;
    background: #fff;
    font-size: 14px;
    margin-right: 12px;
}

.cat-head img {
    max-width: 14px;
    max-height: 14px;
}

.cat-sec-right {
    padding-left: 24px;
    padding-right: 24px;
    height: 450px;
    overflow-y: scroll;
    /* width: 56% !important; */
    padding-top: 24px;
    padding-bottom: 24px;
    background: #fff;
}

.cat-sec-right h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cat-head-2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 18px;
}

.cat-head-2 img {
    width: 17px;
}

.cat-item {
    font-size: 14px;
    font-weight: 400;
    padding: 3px 8px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    margin: 7px 0;
    /* max-width: 265px; */
}

.cat-item-more {
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline !important;
}

.dropdown-menu {
    width: 145px !important;
    border-radius: 12px !important;
}

.dropdown-item {
    padding: 12px 24px !important;
    font-size: 16px;
    font-weight: 500;
}

.toggle-btn-icon,
.logout-wrap-item {
    display: none;
}

.labour-law-describe-headline .normal-title-text-lite.text-color-black {
    word-break: break-word;
}

.alert {
    border-radius: 8px;
}

@media screen and (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1440px;
    }
}

@media screen and (max-width: 1500px) {
    .hero-img-home {
        margin-right: -20px;
    }
}

@media screen and (max-width: 1399px) {
    .hero-img-home {
        margin-right: 0;
        margin-left: -100px;
    }

    .btn-whatsapp-horizontal {
        margin-left: 0 !important;
        margin-top: 8px;
    }
    .categories-inner {
        gap: 10px;
    }
}

@media screen and (max-width:1200px) {
    .navbar-toggler {
        width: 18px;
        height: 24px;
        display: block;
        padding: 0;
        position: absolute;
        right: 26px;
        top: 17px;
    }

    .navbar-toggler span {
        display: block;
        width: 18px;
        height: 2px;
        position: absolute;
        transition: ease .2s;
        background: #363F4A;
    }

    .navbar-toggler .line-1 {
        top: 5px;
    }

    .navbar-toggler .line-2 {
        top: 10px;
    }

    .navbar-toggler .line-3 {
        top: 15px;
    }

    .navbar-toggler.close .line-1 {
        top: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navbar-toggler.close .line-2 {
        opacity: 0;
    }

    .navbar-toggler.close .line-3 {
        top: 10px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .all-categories-wrpper, .searcbox, .nav-sec-right {
        padding: 24px;
    }
    .navbar-dropdown.mega-navbar-dropdown ul.searcbox{
        display: inherit;
        height: 380px;
        padding-top: 0;
    }
    .navbar-dropdown.mega-navbar-dropdown ul{
        padding-bottom: 0;
    }
    .navbar-dropdown.mega-navbar-dropdown ul:last-child{
        padding-bottom: 24px;
    }
}

@media screen and (max-width: 991px) {

    /* .header-container {
        padding: 16px 0 0 0;
    } */
    .header-top-container .header-title,
    .header-top-container .header-title-para,
    .sidebar-main-wapper .logo-container .logo {
        display: none !important;
    }

    .toggle-btn-icon,
    .logout-wrap-item {
        display: block;
    }

    .mobile-view-logo-header .header-title {
        font-size: 16px;
        font-weight: 600;
    }

    .sidebar-main-wapper .mobile-view-logo-header .header-title {
        width: 235px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .menu-dropdown-profile-wrapper {
        display: none;
    }

    .header-container {
        padding: 8px 0;
    }

    .header-container>.container {
        display: block;
        padding: 0;
    }

    .header-brand {
        height: 24px;
        /* margin-left: 16px; */
    }

    .navbar-dropdown,
    .navbar-dropdown-1 {
        position: static;
        box-shadow: none;
        padding: 0;
        width: auto;
    }



    .header-navbar {
        width: 100%;
        border-top: 1px solid #EAECEE;
        border-bottom: 1px solid #EAECEE;
        display: none;
        margin-top: 16px;
    }

    .header-navbar ul {
        padding: 1.5rem;
    }

    .header-navbar ul li {
        display: block;
        margin: 12px 0;
    }

    .header-contact {
        padding: 0;
        background: none;
        font-size: 16px;
        position: absolute;
        right: 128px;
        top: 11px;
    }

    .header-login {
        padding: 0;
        background: none;
        font-size: 16px;
        position: absolute;
        right: 50px;
        top: 11px;
    }

    .contact-2,
    .contact-3 {
        font-weight: 400;
        padding: 5px 10px;
    }


    .mobile-only {
        display: block !important;
    }

    /* .desktop-only {
        display: none;
    } */
    .section-hero {
        padding-top: 90px;
        /* overflow: hidden; */
    }

    .hero-img {
        margin-top: 40px;
    }

    .hero-img-home {
        margin: 0;
    }

    .hero-home {
        padding-right: 0;
    }

    .hero-img-kontogebuehren {
        margin: 20px -15px 0 -35px;
        overflow: hidden;
    }

    .hero-img-fitnessstudio {
        margin: 20px -15px 0 -35px;
        overflow: hidden;
    }

    .hero-promise {
        margin-top: 24px;
    }

    .hero-marketing {
        padding: 20px 0;
        margin-top: 40px;
    }

    .hero-headline {
        padding-right: 0;
    }

    .hero-topline {
        font-size: 18px;
    }

    .hero-subline {
        font-size: 18px;
    }

    .hero-emojis {
        width: 138px;
    }

    .marketing-box span {
        width: 100px;
        font-size: 32px;
    }

    .section-default {
        /* padding-top: 64px; */
        padding-top: 24px;
    }

    .section-light {
        padding: 64px 0;
        margin-top: 64px;
    }

    .section-headline {
        margin-bottom: 24px;
    }

    .card {
        padding: 24px 32px;
        margin: 0.75rem 0;
    }

    .card a {
        margin-top: 0;
    }

    .btn-simple .card-icon {
        margin-bottom: 12px;
    }

    .step {
        padding: 0 30px;
        margin-top: 64px;
    }

    .step h3 {
        margin-top: 15px;
    }

    .simply-fast-container {
        padding: 64px 0 0 0;
    }

    .simply-fast-container .simply-fast-icon {
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .simply-fast-container .simply-fast-icon.change-margin {
        margin: 20px 0 10px 0;
    }

    .simply-fast-container .no-risk-container {
        padding: 50px 0 0 0;
    }

    .simply-fast-container .row:last-child {
        align-items: end !important;
    }

    .cta-style-1 {
        padding: 50px 24px 160px 24px;
        margin: 0;
        background-image: url(../../../assets/images/forms/simplyrightplus-teaser-forms-mobile@2x.png) !important;
    }

    .section-cta.section-default .cta-style-1 {
        padding: 32px;
    }

    .cta-style-1 h2 {
        font-size: 28px;
        padding-right: 30px;
    }

    .cta-logo {
        width: 257px;
    }

    .section-cta .cta-logo {
        width: 200px;
    }

    .cta-style-2-text {
        font-size: 16px;
        padding: 16px 8px;
        font-weight: 400;
    }

    .cta-style-3 {
        padding: 24px;
    }

    .cta-style-3 h2 {
        font-size: 26px;
    }

    .testimonial-slider {
        margin-top: 40px;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .trustpilot-headline {
        display: block;
        font-size: 16px;
        margin-bottom: 6px;
    }

    .section-default .trustpilot-headline {
        margin-top: 30px;
        margin-bottom: 12px !important;
    }

    .trustpilot-headline span {
        display: block;
        margin-top: 12px;
    }

    .trustpilot-headline+h2 {
        font-size: 24px;
    }

    .testimonial-box {
        padding: 32px 24px;
    }

    .promise-step-container {
        padding: 0;
    }

    .promise-box {
        margin-bottom: 40px;
    }

    .promise-box p {
        font-size: 14px;
    }

    .promise-step-container:nth-child(1) .promise-step {
        margin-top: 50px !important;
    }

    .promise-step .order-2 {
        order: 0 !important;
    }

    .promise-step-img {
        padding: 0;
        margin: 40px 0 24px 0;
    }

    .promise-step.first-step .promise-step-img {
        margin-bottom: 0;
    }

    .price-container {
        padding: 0;
        margin-top: 50px;
    }

    .price-box.color-blue {
        background: #EFF6FF;
        color: #008EFF;
        margin-bottom: 56px;
    }

    .price-box .price-option {
        margin-bottom: 24px;
    }

    .price-box-value {
        margin: 10px 0 14px 0;
    }

    .article-slider .owl-carousel .owl-nav.disabled {
        display: none !important;
    }

    .article-slider .order-2 {
        order: 0 !important;
    }

    .article-slider-text {
        padding: 0;
    }

    .article-slider-text .btn {
        margin-top: 0;
    }

    .article-slider-img {
        margin-bottom: 32px;
    }

    .owl-dots {
        margin-top: 32px;
        text-align: left !important;
    }

    .article-detail-container {
        padding: 0;
        font-size: 18px;
    }

    .hero-article {
        position: relative;
        height: 340px;
        border-radius: 0;
        margin-right: -16px;
        margin-left: -16px;
    }

    .hero-article .article-date {
        font-size: 18px;
    }

    .article-text-block {
        margin-top: 40px;
    }

    .article-text-block h2 {
        font-size: 28px;
    }

    .article-text-block h3 {
        font-size: 26px;
    }

    .article-text-img {
        margin-top: 0;
        margin-right: -16px;
        margin-left: -16px;
        padding: 0;
    }

    .article-text-img img {
        border-radius: 0;
    }

    .img-description {
        font-size: 12px;
    }

    .quote-container {
        padding: 0;
    }

    .quote-text {
        font-size: 26px;
    }

    .quote-person {
        font-size: 18px;
        color: #6F7680;
        margin-top: 32px;
    }

    .accordion {
        padding: 0;
    }

    .accordion h3 {
        font-weight: 500;
        font-size: 18px;
    }

    .accordion li {
        padding-bottom: 16px;
    }

    .accordion-header {
        padding-top: 16px;
    }

    .section-hero .col-md-6 .btn.btn-primary {
        width: max-content;
    }

    .section-hero .col-md-6 .btn.btn-primary:nth-of-type(1) {
        margin-bottom: 0px !important;
    }

    .section-hero .col-md-6 .btn.btn-primary:nth-of-type(2) {
        margin-top: 8px !important;
    }
}

@media screen and (max-width: 576px) {
    .mobile-view-logo-header .header-title {
        font-size: 16px;
        font-weight: 600;
    }

    .header-top-container .logo-container a img {
        width: 185px;
    }

    .navbar-collapse .header-navbar ul.header-navbar-drower{
        padding-inline: 0;
    }

    /* .fallanfragen-main-wrap .fallanfragen-table-wrap td::before {
        content: attr(data-label);
        position: absolute;
        top: 12px;
        left: 16px;
        font-weight: bold;
        white-space: nowrap;
        color: #555;
        max-width: 140px;
        white-space: normal;
        word-break: break-word;
    } */

}


.footer-container {
    font-size: 12px;
    color: #6F7680;
    margin-top: 120px;
}

.footer-logo {
    width: 195px;
    float: left;
    margin-right: 24px;
}

.footer-social {
    text-align: right;
}

.footer-social li {
    display: inline-block;
    margin-left: 20px;
}

.footer-social a {
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
}

.footer-social a:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 0;
    background-size: 16px !important;
    background-position: center !important;
    opacity: 0;
}

.footer-social a:hover:after {
    opacity: 100;
}

/* .footer-social .facebook:after {
    background: url("../../../assets/images/icons/facebook-dark.svg") no-repeat;
} */

/* .footer-social .instagram:after {
    background: url("../../../assets/images/icons/instagram-dark.svg") no-repeat;
} */

/* .footer-social .twitter:after {
    background: url("../../../assets/images/icons/twitter-dark.svg") no-repeat;
} */

.footer-nav {
    text-align: right;
}

.footer-nav li {
    display: inline-block;
    margin-left: 20px;
}

.footer-nav a {
    color: #6F7680;
}

.footer-nav a:hover {
    color: #363F4A;
}

.footer-bottom {
    border-top: 1px solid #EAECEE;
    padding-top: 24px;
    margin-top: 40px;
    padding-bottom: 40px;
}

.header-contact-ln {
    padding: 10px 15px;
    /* background: #EFF6FF; */
    font-size: 16px;
    border-radius: 8px;
    color: #6F7680;
    align-items: center;
    display: block;
    background: #fff;
    border: 1px solid #EAECEE;
}

.header-contact-ln:hover,
.header-contact-ln.active {
    background: #EFF6FF;
    color: #0d6efd;
}

.center {
    margin: 10px 0;
}

.header-brand {
    display: inline-block;
}

.lang {
    color: #008eff !important;
}

.badge {
    background: #008EFF;
    color: #FFF;
    font-weight: normal;
    padding: 0.4em 0.7em;
    border-radius: 25px;
}

#services .col-md-4 {
    margin-bottom: 20px;
}

/* .color-yellow {
    background: #fffdea91;
} */

.card.color-yellow:hover {
    border-color: #EB9A00;
}

.color-yellow h3,
.color-yellow a {
    color: #EB9A00;
}

.color-blue {
    background: #f1f3ff70;
}

.card.color-blue:hover {
    border-color: #535EC7;
}

.color-blue h3,
.color-blue a {
    color: #535EC7;
}

.bold {
    font-weight: bold;
}

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

.tablepress-overflow {
    margin-top: 20px;
    margin-bottom: 40px;
    border: 1px solid #D7DADC;
    border-radius: 16px !important;
    padding: 24px;
    color: #363F4A !important;
    font-size: 14px;
    overflow: scroll;
}

.call-to {
    border: 1px solid #D7DADC;
    padding: 24px;
    margin-bottom: 40px;
    border-radius: 16px !important;
}

.ez-toc-list {
    margin: 15px 20px;
    line-height: 2;
}

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

.mb-50 {
    margin-bottom: 50px;
}

.text-after-table ol,
.text-after-table ul {
    line-height: 2;
}

.text-after-table,
.text-before-table {
    word-wrap: break-word;
    font-size: 16px;
}

tbody tr:nth-child(odd),
.table-body .row:nth-child(odd) {
    background-color: #f2f2f2;
}

.contact-2 {
    color: #fff;
    background-color: #008EFF;
    border: 1px solid #007bff;
}

.contact-3 {
    background-color: #fff;
    color: #008EFF;
    border: 1px solid #007bff;
}

.contact-2:hover,
.contact-2:active {
    color: #008EFF;
    background-color: #fff;
}

.contact-3:hover,
.contact-3:active {
    background-color: #008EFF;
    color: #fff;
}

/* .header-con {
  max-width: 1350px;
} */

.testimonial-slider .owl-carousel .owl-stage {
    display: flex;
    height: 100%;
}

.testimonial-slider .item {
    display: flex;
    height: 100%;
}

.testimonial-slider .testimonial-box {
    height: 100%;
}

.navbar-dropdown.mega-navbar-dropdown,
.navbar-dropdown-1.mega-navbar-dropdown {
    width: auto;
    white-space: nowrap;
}

.navbar-dropdown.mega-navbar-dropdown li,
.navbar-dropdown-1.mega-navbar-dropdown li {
    padding: 12px 25px 12px 0;
}

.navbar-dropdown.mega-navbar-dropdown ul,
.navbar-dropdown-1.mega-navbar-dropdown ul {
    display: inline-block;
    /* width: 49.5%; */
    vertical-align: top;
    /* border-radius: 8px; */
}
#email-form {
    margin-top: 39px;
}

.search_wrapper {
    width: 100%;
    max-width: 726px;
    position: relative;
}

.search_wrapper .search_input {
    width: 100%;
    height: 60px;
    padding: 0 60px 0 25px;
    border: 2px solid #008EFF;
    -webkit-border-radius: 8px;
    border-radius: 40px;
    background: #fff;
    position: relative;
    z-index: 111;
}

.search_wrapper .search-icon-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #008EFF url('../img/octicon_search.png') no-repeat center center;
    -webkit-border-radius: 0 6px 6px 0;
    /* border-radius: 0 41px 41px 0; */
    text-indent: -1000000px;
    z-index: 999;
}

.search_wrapper.search-div-display .search-icon-btn {
    -webkit-border-radius: 0 6px 0px 0px;
    border-radius: 0 6px 0px 0px;
}

.search-drop-down {
    position: relative;
}

.search-drop-down-list ul,
.search-drop-down-list li {
    list-style: none;
    padding: 0px;
    margin: 0;
}

.search_list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    z-index: 99;
    /* padding-bottom: 21px; */
    margin-top: 0;
    display: none;
    -webkit-border-radius: 0 0px 8px 8px;
    border-radius: 0 0px 8px 8px;
}

.search_wrapper.search-div-display .search_list {
    border: 1px solid #C4C5C7;
    background: #fff;
}

.search_wrapper.search-div-display .search_input {
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.search_list a {
    display: block;
    padding: 10px 26px;
    color: #363F4A;
    border-bottom: 1px solid #E9E9E9;
}

.search_list a:hover {
    background: #F2F9FF;
}


/* smart provider section */

.smrt-provider-bottom {
    /* background-image: linear-gradient(to right, #3579F6, #305DAE); */
    background-color: #008eff;
    color: #fff;
}

.smrt-provider-bottom {
    /* background-color: #fff; */
    padding: 35px 30px;
    border-radius: 15px;
}

.to-provider {
    max-width: 95%;
    width: 1050px;
    position: fixed;
    bottom: 10px;
    z-index: 99;
    align-items: center;
    column-gap: 15px;
    box-shadow: 0 5px 19px 0 rgb(0 0 0 / 32%);
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    /* max-width: 95%; */
}

.xicon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
}

.callicon {
    width: 35px;
}

.top-rated-name {
    font-size: 25px;
    font-weight: 700;
    margin-left: 20px;
}

.btnbox {
    width: 100%;
    gap: 10px;
    text-align: center;
    max-width: 336px;
    height: 100%;
    display: inline-flex;
    justify-content: flex-end;
}

.smrt-provider-bottom .button--primary {
    background-color: #fff;
    color: #008eff;
    padding: 12px 17px;
    gap: 10px;
    font-weight: 600;
    border-radius: 10px;
    text-align: center;
    /* font-size: 18px; */
}


/* smart provider section */

#services .card {
    height: 100%;
}

.seotext {
    font-size: 20px;
    max-width: 850px;
    margin: 0 auto;
}

.seotext .offset-md-2 {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.seotext img {
    border-radius: 8px;
    margin-bottom: 1em;
    width: 100%;
}

.seotext ul {
    font-size: 20px;
    margin-left: 4%;
}

.seotext ul li {
    margin-bottom: 30px;
}

.section-headline {
    text-align: left;
    margin: unset;
    margin-bottom: unset;
}

.button-flex {
    display: flex;
    column-gap: 10px;
}

.chat-help.section_term-header .grid-container .grid-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.chat-help.section_term-header .grid-item p {
    font-weight: 700;
    margin: 0;
    padding-inline-start: 10px;
    text-align: start;
}

.footer-social a:hover {
    transition: filter 0.2s ease;
}

.footer-social a.facebook:hover {
    filter: invert(42%) sepia(97%) saturate(1187%) hue-rotate(191deg) brightness(98%) contrast(105%);
}

.footer-social a.instagram:hover {
    filter: invert(35%) sepia(86%) saturate(748%) hue-rotate(314deg) brightness(93%) contrast(101%);
}

.footer-social a.twitter:hover {
    filter: invert(50%) sepia(94%) saturate(394%) hue-rotate(175deg) brightness(98%) contrast(103%);
}

.section-default #accordion .accordion-header::after {
    margin-top: 0px;
}

.section-default .accordion .accordion-content ul>li ::marker {
    list-style-type: none;
}

.service-breadcrumb-wrap .breadcrumb-item {
    font-weight: 500;
}

.service-breadcrumb-wrap .breadcrumb-item a {
    color: #272727;
}

.service_main_content .search_wrapper .search_input {
    border-radius: 12px !important;
    padding: 0 60px 0 18px !important;
}

.service_main_content .search_wrapper .search-icon-btn {
    border-radius: 0 12px 12px 0;
}

.section_main_accused_que .icon-title-text {
    font-size: 20px;
    font-weight: 500;
}

.section_main_accused_que .chat-ai-content-title-inner h3 {
    font-size: 30px;
    color: #272727;
}

.section_main_accused_que .chat-ai-content h3 {
    color: #272727;
}

.section_main_accused_que .chat-ai-content p {
    font-size: 18px;
    font-weight: 500;
    color: #272727;
}

.section_main_accused_que .chat-ai-content .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.section_main_accused_que .chat-ai-content .grid-container .grid-item p {
    color: #6F7680;
}

.section_main_accused_que .conform-btn.grid-item {
    background-color: #FFFFFF;
    border: 1px solid #EAECEE;
    box-shadow: 0 2px 0 2px #00000026;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    cursor: pointer;
    padding: 8px 32px;
}

.content-editor-wrap ul li::marker {
    color: #008EFF;
    font-size: 1.2em;
}

/* smart provider section */



/* simplyright pricing main start */
.simplyright-pricing-main {
    color: #363F4A;
}

.simplyright-pricing-main .pricing-hero-section {
    padding: 120px 0 100px 0;
    text-align: center;
    position: relative;
}

.hero-pricing-title {
    padding: 0px 80px;
}

.pricing-tabs-wrap {
    margin-top: 60px;
}


.pricing-hero-section .pricing-switcher {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.pricing-hero-section .tab-switcher {
    width: 250px;
    position: relative;
    display: flex;
    border: 2px solid #EAECEE;
    border-radius: 30px;
    overflow: hidden;
    background-color: #ffffff;
    cursor: pointer;
    user-select: none;
    margin-bottom: 30px;
}

.pricing-hero-section .tab {
    flex: 1;
    text-align: center;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 600;
    color: #A1A1AA;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}

.pricing-hero-section .tab.active,
.pricing-hero-section .tab.active span {
    color: #fff;
}

.pricing-hero-section .tab-indicator {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 50%;
    height: calc(100% - 4px);
    background-color: #0094ff;
    border-radius: 30px;
    z-index: 1;
    transition: all 0.4s ease;
}

.pricing-hero-section .save {
    font-weight: normal;
    font-size: 13px;
    color: #A1A1AA;
    margin-left: 5px;
}

.pricing-hero-section .pricing-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    transition: opacity 0.5s ease;
}

.pricing-hero-section .pricing-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 45px 32px;
    text-align: start;
    transition: background-color 0.4s ease, transform 0.4s ease;
}

.pricing-hero-section .pricing-card.highlight {
    background-color: #0094ff;
    color: #fff;
    border: 0;
    transform: scale(1.02);
}

.pricing-hero-section .pricing-card.highlight ul li {
    color: #fff;
}

.pricing-hero-section .pricing-price-title {
    margin: 25px 0px;
}

.pricing-hero-section .pricing-title-wraper {
    margin-block: 15px;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.pricing-hero-section .pricing-card p {
    font-size: 32px;
    font-weight: 700;
}

.pricing-hero-section .pricing-card span {
    font-size: 16px;
    font-weight: 500;
    color: #6F7680;
}

.pricing-hero-section .service-overview-content .pricing-card p {
    font-size: 36px;
}

.pricing-hero-section .pricing-card p span {
    font-size: 16px;
    font-weight: normal;
    color: #888;
    margin-left: 5px;
}

.pricing-hero-section .highlight p span {
    color: #fff;
    opacity: 0.8;
}

.pricing-hero-section .price-green {
    color: #28a745;
}

.pricing-hero-section .checklist-pricing li {
    list-style-type: none;
    position: relative;
    color: #6F7680;
    font-size: 16px;
    font-weight: 500;
    padding-left: 24px;
    margin-bottom: 20px;
}

.pricing-hero-section .checklist-pricing li::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
}

.pricing-hero-section .checklist-pricing li::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../../assets/images/icons/check-blue.svg") no-repeat;
    background-size: contain !important;
    position: absolute;
    left: 0;
    top: 6px;
}

.pricing-hero-section .pricing-monthly .checklist-pricing li:nth-child(n+3):before {
    background: url("../../assets/images/icons/decrease.svg") no-repeat;
    background-position: center;
}

.pricing-hero-section .pricing-yearly .checklist-pricing li:before {
    filter: brightness(0) invert(1);
}

.service-overview-wrap {
    margin-top: 120px;
}

.service-overview-content {
    padding-block: 64px 20px;
}

.advantages-plus-headline-logo {
    width: 203px;
    margin-bottom: 20px;
}

.advantages-plus-wrapper {
    background-color: #EFF6FF;
    border-radius: 20px;
}

.advantages-plus-headline {
    margin-inline: 60px;
}

.advantages-plus-section .modal-video-wrap {
    height: 516px;
    width: 100%;
    position: relative;
}

.advantages-plus-section .modal-video-wrap video {
    object-fit: cover;
}

.advantages-title {
    margin-bottom: 20px;
}

.advantages-plus-section .btn-wrap {
    gap: 12px;
}

.advantages-plus-section .btn-wrap .btn {
    padding: 10px 12px;
    margin-top: 40px;
}

.advantages-plus-section .btn-wrap .btn.btn-primary:hover {
    background-color: #e1eefd;
}

.legal-protection-table-wrap table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.legal-protection-table-wrap tbody tr:nth-child(2n+1),
.legal-protection-table-wrap .table-body .row:nth-child(2n+1) {
    background-color: #fff;
}

.legal-protection-table-wrap thead tr>th {
    background-color: #EFF6FF;
    color: #18181B;
    font-size: 20px;
    font-weight: 600;
}

.legal-protection-table-wrap thead tr>th:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.legal-protection-table-wrap thead tr>th:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.legal-protection-table-wrap th:last-child {
    border-right: none;
    border-bottom: none;
}

.legal-protection-table-wrap th,
.legal-protection-table-wrap td {
    padding: 20px 18px;
    text-align: left;
    border-bottom: 1px solid #E0E0E0;
    font-size: 15px;
    font-weight: 500;
    color: #363F4A;
}

.legal-protection-table-wrap th {
    border-bottom: none;
}

.legal-protection-table-wrap td {
    font-size: 18px;
    font-weight: 500;
    word-wrap: anywhere;
}

.legal-protection-table-wrap td:last-child {
    border-right: none;
}

.legal-protection-table-wrap th:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.legal-protection-table-wrap tr:nth-child(even) {
    background-color: #fdfdfd;
}

.legal-protection-table-wrap .check-icon img {
    width: 20px;
    height: 20px;
}

.legal-protection-table-wrap table tbody tr:last-child td {
    border-bottom: none;
}

/* simplyright pricing main end */

/* comments lawyer-ask-your-quest */
.comments-section .comment-profile-img img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    border-radius: 100px;
    object-fit: cover;
}

.reviews-about-lawyer-slider-main .reviews-img-cover img {
    border-radius: 100px;
}

/* .comments-section .comments-list{
    margin-top: 40px;
} */
.comments-section .comments-list .comment-content {
    max-width: 850px;
}

.comments-section .comment-item .comment-icon-class .law-toggle-btn:hover img {
    filter: invert(34%) sepia(96%) saturate(2754%) hue-rotate(199deg) brightness(98%) contrast(101%);
}

/* comments lawyer-ask-your-quest */

/* about lawyer profile */
.about-lawyer-profile .public-questions-page-inner .profile-img-cover {
    width: 160px;
    height: 160px;
}

.public-questions-page-inner .profile-img-cover img {
    border-radius: 100px;
}

.about-lawyer-profile .about-me-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 30px 50px !important;
}

.about-lawyer-profile .imprint-wrap {
    padding: 38px 32px !important;
}

.about-lawyer-profile .card-labour-law-describe.about-me-wrap .about-me-content p {
    padding-left: 30px;
}

.about-lawyer-profile .profile-content-cover .fa-certificate {
    font-size: 20px !important;
}

/* slider */
.reviews-about-lawyer-slider-main .reviews-img-cover {
    width: 42px;
    height: 42px;
}

.reviews-slider.card-labour-law-describe {
    flex: 0 0 calc((100% - 2 * 24px) / 3);
}

.reviews-about-lawyer-slider-main .card-labour-law-describe .verifiziertes-text {
    position: relative;
    padding-left: 16px;
    font-size: 12px;
}

.reviews-about-lawyer-slider-main .card-labour-law-describe .verifiziertes-text::before {
    content: "";
    display: block;
    background: url("../../../assets/images/icons/checkwhitebg.svg") no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.reviews-about-lawyer-slider-main .slick-initialized .slick-slide {
    display: block;
    margin-right: 20px;
}

.reviews-about-lawyer-slider-main ul.slick-dots {
    display: flex;
    gap: 8px;
    width: 100%;
    justify-content: center;
    margin-top: 12px;
}

.reviews-about-lawyer-slider-main .slick-dots li {
    list-style: none !important;
}

.reviews-about-lawyer-slider-main .slick-dots li button {
    width: 30px;
    height: 30px;
    color: #363F4A;
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
    display: flex;
    justify-content: center;
}

.reviews-about-lawyer-slider-main .slick-dots li.slick-active button {
    background-color: #EFF6FF;
    color: #008EFF;
}

/* slider */
/* about lawyer profile */

/* blog articles */
.blog-articles-section-main .right-icon-wrap i {
    font-size: 24px;
}

.blog-articles-section-main .blog-articles-card {
    border-bottom: 1px solid #E5E7EB;
    margin-bottom: 20px;
    transition: 0.2s all ease-in-out;
}

.blog-articles-section-main .blog-articles-card:last-child {
    border-bottom: none;
    margin-bottom: 0 !important;
}

.blog-articles-section-main .blog-articles-card:last-child .mb-3 {
    margin-bottom: 0 !important;
}

.blog-articles-section-main .blog-articles-card:hover .blog-articles-title {
    color: #008EFF;
}

/* blog articles */

/* new regulations law*/

.new-regulations-section-main .new-regulations-card {
    background-color: #EFF6FF;
    padding: 26px 24px;
    border-radius: 12px;
}

.new-regulations-section-main .new-regulations-wrap {
    display: flex;
    gap: 12px;
}

.new-regulations-section-main .regulations-icons-wrap {
    color: #008EFF;
}

.new-regulations-section-main .bg-lite-warning .regulations-icons-wrap {
    color: #D97706;
}

.new-regulations-section-main .bg-lite-gray .regulations-icons-wrap {
    color: #4B5563;
}

.new-regulations-section-main .bg-lite-purple .regulations-icons-wrap {
    color: #7C3AED;
}

.new-regulations-section-main .bg-lite-line-gray .regulations-icons-wrap {
    color: #008EFF;
}

.new-regulations-section-main .bg-lite-green .regulations-icons-wrap {
    color: #24B47E;
}

.new-regulations-section-main .bg-lite-green .regulations-icons-wrap i {
    font-size: 30px;
}

.new-regulations-section-main .new-regulations-card.bg-lite-warning {
    background-color: #FFFBEB;
}

.new-regulations-section-main .new-regulations-card.bg-lite-gray {
    background-color: #F9FAFB;
}

.new-regulations-section-main .new-regulations-card.bg-lite-purple {
    background-color: #F5F3FF;
}

.new-regulations-section-main .new-regulations-card.bg-lite-green {
    background-color: #4BC16C1A;
}

.new-regulations-section-main .new-regulations-card.bg-lite-line-gray {
    background-color: #fff;
    border: 1px solid #E5E7EB;
}

/* new regulations law*/


.modal-header {
    align-items: start;
}

/* #private-question-lesen .private-questions-wrap{
    margin-left: 28px;
} */
.blog-articles-section .card-labour-law-describe .blog-title-wrap-content {
    max-width: 90%;
}

.blog-articles-section .card-labour-law-describe .blog-title-wrap-content .blog-articles-title {
    flex: 1 1 auto;
    /* Grow/shrink responsively */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pricing-card.highlight.pricing-yearly .btn-lite:hover {
    background: #EFF6FF;
    color: #008EFF;
    box-shadow: rgba(255, 255, 255, 0.12) 0px 0.5px 0.5px 0.5px inset, rgba(0, 0, 0, 0.4) 0px 0.5px 3px 0px;
    backdrop-filter: blur(10px);
    outline-offset: -1px;
}

.pricing-card.highlight.pricing-yearly .btn:focus {
    box-shadow: 0 0;
    background-color: #DBEBFF;
    color: #008EFF;
    box-shadow: rgba(255, 255, 255, 0.12) 0px 0.5px 0.5px 0.5px inset, rgba(0, 0, 0, 0.4) 0px 0.5px 3px 0px;
    backdrop-filter: blur(10px);
    outline-offset: -1px;
}

.legal-protection .legal-protection-table-wrap .premium-wrap-icon img {
    width: 26px;
    height: 26px;
}

.simplyright-pricing-main .advantages-plus-section .modal-video-wrap video {
    border-radius: 0px 20px 20px 0px;
}

.check-mark-mobile-view-only {
    display: none !important;
}

.check-mark-desck-view-only {
    display: initial !important;
}

.card-labour-law-describe-mobile {
    display: none !important;
}

.mobile-view-text-kontakt {
    padding-inline-start: 22px;
}

.cancel-your-img-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 25px;
}

.inhaltsverzeichnis-section .inhaltsverzeichnis-list {
    padding-inline-start: 16px;
}

.inhaltsverzeichnis-content-section p.text-big {
    font-size: 16px;
    font-weight: 400;
}

.inhaltsverzeichnis-main-partials ol,
.inhaltsverzeichnis-main-partials ul {
    list-style: none;
}

.inhaltsverzeichnis-main-partials ul {
    padding-left: 18px;
}

.inhaltsverzeichnis-main-partials ol>li {
    margin-bottom: 12px;
}

.hero-img-trading-krypto img {
    max-width: 500px;
}

.section-default .who-simplyright-wrapper .no-risk-container {
    padding: 40px;
}

.inhaltsverzeichnis-main-partials .section-headline>h2 {
    margin-bottom: 80px;
}

.footer-content-mobile,
.footer-text-content-mobile {
    display: none;
}
.accordion .accordion-content ul{
    margin-block-start: 10px;
}
.accordion .accordion-content ul li{
    list-style: disc;
    margin-inline-start: 40px;
    padding-bottom: 12px;
}
/* .accordion .accordion-content {
	margin-inline: 24px;
} */
.btn-hover-effect:hover, .btn-hover-effect:focus{
    background: #48AEFF !important;
    color: #fff !important;
}

@media screen and (max-width: 1440px) {
    .navbar-toggler {
        top: 20px !important;
    }

    .discover-plus-features-item .discover-plus-features-content .title-text-liter {
        font-size: 16px;

    }

    .discover-plus-features-item .discover-plus-features-content .title-card-content {
        font-size: 18px;
    }

    .recommendations-for-you .discover-plus-features-content .btn {
        padding: 6px 8px !important;
    }
}

@media screen and (max-width: 1200px) {
    .advantages-plus-headline {
        margin-inline: 30px;
    }
}

@media screen and (max-width: 991px) {
    .container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .header-login {
        right: 60px !important;
        top: 22px !important;
    }

    header .container,
    header .container-md,
    header .container-sm {
        /* max-width: 790px; */
        max-width: 690px;
    }

    .chat-help.section_term-header .grid-item p {
        padding-inline-start: 0px;
    }

    .col-lg-4.order-first {
        order: 2 !important;
    }

    h1 {
        font-size: 34px;
        margin-bottom: 16px;
    }

    h2 {
        font-size: 28px;
    }

    h2+p {
        margin-top: 16px;
    }

    h3 {
        font-size: 20px;
    }

    .text-big,
    .number-list li {
        font-size: 16px;
    }

    .text-bigger {
        font-size: 18px;
    }

    .custom-list {
        font-size: 18px !important;
    }

    .hero-subline {
        font-size: 18px;
        font-weight: 500;
    }

    .checklist {
        font-size: 16px;
    }

    /* .main-container .section_term-header h3 {
        font-size: 24px;
    } */
    .marketing-box {
        font-size: 16px;
    }

    .footer-container {
        margin-top: 80px;
    }

    .footer-logo {
        float: none;
        margin-bottom: 16px;
    }

    .footer-social {
        text-align: left;
        margin-top: 24px;
    }

    .footer-container .footer-social {
        text-align: end;
    }

    .footer-social li {
        margin-right: 20px;
        margin-left: 0;
    }

    .footer-bottom {
        margin-top: 24px;
    }

    .footer-nav {
        margin-top: 0px;
        text-align: left;
    }

    .footer-nav li {
        margin-right: 20px;
        margin-left: 0;
    }

    .chat-help.section_term-header .grid-container .grid-item {
        display: grid !important;
        justify-items: center !important;
        gap: 8px;
    }

    .chat-help.section_term-header .grid-item p {
        text-align: center !important;
    }

    .section-hero ul+.btn.btn-primary {
        margin-bottom: 15px;
    }

    .hero-marketing .marketing-box span {
        width: max-content;
    }

    #services.section-default .col-md-4 {
        width: 50%;
    }

    #services.section-default .btn-simple .card.color-orange p {
        margin-bottom: 0;
    }

    #services.section-default a.btn-simple .card {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section-light .section-headline h2 {
        margin-top: 0px;
        margin-bottom: 12px !important;
    }

    section.section-light {
        padding: 38px 0;
        margin-top: 38px;
    }

    .service-breadcrumb-wrap {
        margin-bottom: 12px;
    }

    .bold-title-text-700 {
        font-size: 32px;
    }

    .title-text-lite-400 {
        font-size: 16px;
    }

    .bold-title-text-lite {
        font-size: 26px;
    }

    .title-text-bold {
        font-size: 14px;
    }

    .mobile-view-logo-header {
        display: block;
    }

    .details-ansehen-popup .modal-dialog,
    .viewDetailPopup .modal-dialog {
        margin: 1.75rem;
    }

    .font-title-700 {
        font-size: 28px;
    }

    .font-title-600 {
        font-size: 28px;
    }

    .benefits-premium-tab-wrap {
        padding: 15px 10px !important;
    }

    .viewDetailPopup .benefits-header {
        margin-inline: 30px !important;
    }

    .viewDetailPopup .benefits-section .container {
        padding: 30px 30px;
    }

    .benefits-section .benefits-premium-tab-box {
        font-size: 11px;
        font-weight: 600;
    }

    .left-side-banner-img {
        order: 1;
    }

    .right-side-banner-img {
        order: 0;
        text-align: center !important;
        margin-bottom: 40px !important;
    }

    .non-pre-new-legal-question .wizard-tab .step {
        margin-top: 0px;
    }

    .discover-plus-features-content .title-card-content {
        font-size: 20px;
        font-weight: 500;
    }

    .lable-title-text-600 {
        font-size: 16px;
    }

    .hero-title-text-700 {
        font-size: 42px;
        font-weight: 700;
    }

    .hero-pricing-title {
        padding: 0px 20px;
    }

    .simplyright-pricing-main .pricing-hero-section {
        padding: 60px 0 60px 0;
    }

    .service-overview-wrap {
        margin-top: 60px;
    }

    .service-overview-content {
        padding-block: 24px 0px;
    }

    .pricing-hero-section .pricing-card {
        padding: 28px 25px;
    }

    .bolder-hero-title-700 {
        font-size: 32px;
    }

    .pricing-hero-section .service-overview-content .pricing-card p {
        font-size: 34px;
    }

    .service-overview-wrap .btn {
        padding: 10px 20px;
    }

    .legal-protection-table-wrap th,
    .legal-protection-table-wrap td {
        padding: 18px 16px;
        font-size: 15px;
    }

    .legal-protection-table-wrap thead tr>th {
        font-size: 18px;
    }

    .advantages-plus-headline .d-flex.btn-wrap {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .advantages-plus-headline .d-flex.btn-wrap .w-50 {
        width: 100% !important;
        margin-top: 0;
    }

    .main-container .section-hero.dashboard-main-wapper-default {
        padding-top: 40px;
    }

    .inhaltsverzeichnis-main-partials,
    .inhaltsverzeichnis-content-section {
        display: none;
    }

    .who-simplyright-wrapper {
        margin-top: 20px !important;
    }
    .main-container section.section-hero {
        padding-top: 50px;
    }
}

@media screen and (max-width:767px) {
    .btn {
        min-width: 100%;
    }

    .btn {
        width: 100%;
    }

    .navbar-dropdown.mega-navbar-dropdown ul,
    .navbar-dropdown-1.mega-navbar-dropdown ul {
        width: 100%;
        display: block;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    /* .main-container .section_term-header h3 {
        font-size: 20px;
    } */
    .chat-ai-content-title-inner small {
        font-size: 14px;
    }

    .table-wrapper {
        font-size: 12px;
    }

    .table-wrapper .col-2,
    .table-wrapper .col-3,
    .table-wrapper .col-4,
    .table-wrapper .col-6 {
        padding: 0 4px;

    }

    .tablepress-overflow {
        font-size: 12px;
    }

    .chat-help.section_term-header .grid-container .grid-item {
        display: flex !important;
        align-items: center !important;
        cursor: pointer !important;
    }

    .chat-help.section_term-header .grid-item p {
        text-align: start !important;
    }

    .smrt-provider-bottom {
        display: grid !important;
        row-gap: 10px !important;
        justify-items: center;
        width: 100%;
        justify-content: center;
        padding: 15px 15px;
        /* background-image: linear-gradient(to bottom, #3579F6, #305DAE); */
        background-color: #008eff;
    }

    .to-provider {
        left: 0 !important;
        width: 94% !important;
    }

    .xicon {
        width: 16px;
        top: 10px;
        right: 10px;
    }

    .m-grid {
        display: grid !important;
        justify-content: center;
        text-align: center;
        justify-items: center;
        row-gap: 12px;
    }

    .callicon {
        display: none;
    }

    .callicon {
        width: 31px;
    }

    .top-rated-name {
        font-size: 15px;
        margin-left: 0;
        line-height: 1.4;
    }

    .btnbox {
        justify-content: center;
    }

    .smrt-provider-bottom .button--primary {
        font-size: 13px;
        padding: 12px;
        width: 45%;
        display: inline-block;
        text-align: center;
    }

    .section-headline h4,
    .section-headline h2,
    .section-headline h1 {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .seotext ul {
        font-size: 16px;
        margin-left: 4%;
    }

    .seotext ul li {
        margin-bottom: 20px;
    }

    h2 {
        font-size: 22px;
    }

    .login-header {
        font-size: 20px;
    }

    .login-p {
        font-size: 14px;
    }

    .otp-field {
        column-gap: 10px;
    }

    .otp-field input {
        height: 50px;
    }

    .login-card .btn {
        width: 100%;
        margin-top: 10px;
    }

    .login-card {
        margin: 50px auto;
    }

    .faq-container ul.accordion .accordion-content {
        font-size: 14px;
        font-weight: 500;
    }

    #services.section-default .col-md-4 {
        width: 100%;
    }

    #services.section-default .btn-simple .card {
        padding: 20px 78px;
    }

    .simply-fast-container .row:last-child {
        margin-top: 28px;
    }

    .simply-fast-container .no-risk-container {
        padding: 30px 0 0 0;
    }

    .section-cta .cta-logo {
        width: 185px;
        margin-bottom: 24px;
    }

    .cta-style-1 h2 {
        font-size: 22px;
        padding-right: 0px;
    }

    .cta-style-1 .checklist {
        margin-top: 26px;
    }

    .checklist li {
        margin: 12px 0;
    }

    .section-cta .cta-style-1 .btn.btn-primary {
        padding: 8px 32px;
        background: #FFF;
        color: #008EFF;
    }

    .section-cta .cta-style-1 .btn.btn-primary:hover {
        background: #008EFF;
        color: #FFF;
    }

    .footer-container .footer-social {
        text-align: start;
    }

    .section-hero {
        padding-top: 50px;
    }

    h1 {
        font-size: 28px;
    }

    .hero-subline {
        font-size: 16px;
    }

    .btn {
        padding: 8px 32px;
        font-size: 14px;
    }

    .service_main_content .search_wrapper .search_input {
        padding: 0 60px 0 16px !important;
    }

    .section_main_accused_que .chat-ai-content .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .normal-title-text {
        font-size: 20px;
    }

    .title-content-lighter-text {
        font-size: 14px;
    }

    .title-content-bolder-text {
        font-size: 14px;
    }

    .title-text-lite-bolder {
        font-size: 16px;
    }

    .bold-title-text-700 {
        font-size: 24px;
    }

    .title-text-lite-400 {
        font-size: 14px;
    }

    .section-hero .col-md-6 .btn.btn-primary:nth-of-type(1) {
        margin-top: 8px !important;
    }

    .section-hero .col-md-6 .btn.btn-primary {
        width: 100%;
    }

    .font-title-700 {
        font-size: 24px;
        font-weight: 600;
    }

    .normal-title-text-500 {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
    }

    .details-ansehen-popup .modal-body {
        padding: 22px;
    }

    .font-title-600 {
        font-size: 26px;
    }

    .next-btn-wrapper .btn {
        width: max-content;
    }

    .layout-section-wrap.non-pre-new-legal-question .card-body {
        padding: 0px 0;
    }

    .trustpilot-headline img {
        width: 110px;
    }

    .footer-social {
        margin-top: 4px !important;
    }

    .footer-bottom {
        margin-top: 20px !important;
    }

    .private-questions-content-wrap .private-questions-card-wrap a.text-primary {
        font-size: 14px;
    }

    .about-lawyer-profile .public-questions-page-inner .profile-img-cover {
        width: 120px;
        height: 120px;
        margin: auto;
    }

    .about-lawyer-profile .public-questions-page-inner .custom-card .flex-wrap {
        display: grid !important;
        text-align: center;
    }

    .title-text-liter-600 {
        font-size: 14px;
    }

    .title-text-liter-400 {
        font-size: 14px;
    }

    .new-regulations-section-main .new-regulations-card.bg-lite-green {
        display: grid !important;
        gap: 36px;
    }

    .hero-title-text-700 {
        font-size: 32px;
    }

    .pricing-tabs-wrap {
        margin-top: 30px;
    }

    .pricing-hero-section .tab-switcher {
        width: 210px;
        margin-bottom: 0px;
    }

    .pricing-hero-section .tab {
        padding: 6px 6px;
        font-size: 14px;
    }

    .title-text-liter-500 {
        font-size: 16px;
    }

    .hero-pricing-title {
        padding: 0px 6px;
    }

    .pricing-hero-section .pricing-card {
        padding: 25px 24px;
        margin-inline: 80px;
    }

    .bolder-hero-title-700 {
        font-size: 28px;
    }

    .pricing-hero-section .pricing-card p {
        font-size: 30px;
    }

    .pricing-hero-section .pricing-price-title {
        margin: 14px 0px;
    }

    .pricing-hero-section .checklist-pricing li {
        margin-bottom: 14px;
    }

    .pricing-hero-section .service-overview-content .pricing-card p {
        font-size: 30px;
    }

    .legal-protection-table-wrap th,
    .legal-protection-table-wrap td {
        padding: 14px 12px;
        font-size: 14px;
    }

    .legal-protection .legal-protection-table-wrap table td .d-flex>p {
        display: none;
    }

    .pricing-hero-section .pricing-card {
        padding: 20px 18px;
    }

    .advantages-title {
        margin-bottom: 12px;
    }

    .advantages-plus-headline-logo {
        margin-bottom: 18px;
        margin-top: 26px;
    }

    .advantages-plus-section .advantages-plus-wrapper .col-12.col-md-6:nth-child(1) {
        order: 1;
    }

    .advantages-plus-section .advantages-plus-wrapper .col-12.col-md-6:nth-child(2) {
        order: 0;
    }

    .advantages-plus-section .modal-video-wrap {
        height: 700px;
    }

    .title-text-liter {
        font-size: 16px;
    }

    .advantages-plus-headline {
        margin-bottom: 30px;
    }

    .simplyright-pricing-main .advantages-plus-section .modal-video-wrap video {
        border-radius: 20px 20px 0px 0px;
    }

    .main-container .section-hero.dashboard-main-wapper-default {
        padding-top: 30px;
    }

    .check-mark-mobile-view-only {
        display: initial !important;
    }

    .check-mark-desck-view-only {
        display: none !important;
    }

    .job-description-wrap,
    .card-labour-law-describe-dasboard {
        display: none !important;
    }

    .card-labour-law-describe-mobile {
        display: block !important;
    }

    .cancel-your-img-icon {
        width: 30px;
        height: 30px;
        margin-bottom: 15px;
    }

    .search_wrapper .search_input {
        height: 50px;
        padding: 0 50px 0 15px;
    }

    .search_wrapper .search-icon-btn {
        width: 50px;
        height: 50px;
    }

    .icon-40 {
        width: 30px;
        margin-bottom: 10px;
    }
    .main-container section.section-hero {
        padding-top: 40px;
    }
    header .container{
        max-width: 540px;
    }

}

@media screen and (max-width:576px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .toggle-btn-icon .toggle-btn-icon-wrap svg,
    .menu-dropdown-notification-wrapper .menu-dropdown-notification svg {
        width: 20px;
        height: 20px;
    }

    .header-login {
        right: 55px !important;
        top: 23px !important;
        font-size: 12px !important;
    }

    .header-brand {
        margin-left: 16px;
    }

    .navbar-dropdown li:after {
        right: 5px !important;
    }

    .otp-field {
        column-gap: 0px;
    }

    .chat-input-container .search_input {
        font-size: 14px !important;
        padding-right: 50px !important;

        min-width: 250px;
        padding-inline-end: 50px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .chat-ai-content-title-inner small {
        font-size: 12px;
        display: none;
    }

    .chat-ai-content-title-inner .main-chat-icon {
        width: 80px;
    }

    .chat-help.section_term-header .grid-item p {
        padding-inline-start: 0px !important;
    }

    .section-hero {
        padding-top: 30px;
    }

    .hero-subline,
    .checklist,
    .marketing-box,
    .text-big {
        font-size: 12px;
    }

    .checklist li {
        margin: 10px 0;
    }

    .section-hero ul+.btn.btn-primary {
        margin-bottom: 30px;
        margin-top: 16px;
    }

    .marketing-box span {
        font-size: 24px;
    }

    .section-headline h4,
    .section-headline h2,
    .section-headline h1 {
        margin-bottom: 12px;
        margin-top: 12px;
    }

    #services.section-default .btn-simple .card {
        padding: 12px 24px;
    }

    section.section-light {
        padding: 28px 0;
        margin-top: 28px;
    }

    .step {
        padding: 0 50px;
        margin-top: 24px;
    }

    .simply-fast-container h2+p {
        margin-top: 8px;
    }

    h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 20px;
    }

    .btn {
        padding: 8px 10px !important;
    }

    .hero-marketing {
        margin-top: 10px;
    }

    .btn-simple .card-icon {
        width: 45px;
        margin-bottom: 8px;
    }

    #services.section-default a.btn-simple .card {
        font-size: 14px;
    }

    .section-default {
        padding-top: 24px;
    }

    .section-cta .cta-logo {
        width: 150px;
        margin-bottom: 18px;
    }

    .cta-style-1 h2 {
        font-size: 20px;
    }

    .checklist li::before {
        background-size: 14px !important;
        top: 65% !important;
    }

    .checklist li {
        padding-left: 20px;
    }

    .section-cta .cta-style-1 .btn.btn-primary {
        padding: 8px 14px;
    }

    .cta-style-1 {
        border-radius: 22px;
    }

    .trustpilot-headline+h2 {
        font-size: 20px;
    }

    .cta-style-3 h2 {
        font-size: 20px;
    }

    .text-bigger {
        font-size: 14px;
    }

    .cta-style-2 {
        margin-top: 20px;
    }

    .testimonial-customer {
        margin-top: 18px;
    }

    .testimonial-box {
        padding: 26px 18px;
    }

    .testimonial-rating {
        margin-bottom: 18px;
    }

    section.section-default:last-child {
        padding-top: 40px;
    }

    #accordion h3 {
        font-size: 15px;
    }

    #accordion .accordion-content {
        font-size: 13px;
    }

    .service-breadcrumb-wrap .breadcrumb-item {
        font-size: 14px;
    }

    .service-breadcrumb-wrap .breadcrumb-item span i {
        font-size: 12px;
    }

    .service-sub-option-title {
        display: none;
    }

    .section_main_accused_que .chat-ai-content p {
        font-size: 14px;
    }

    .section_main_accused_que .icon-title-text {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .section_main_accused_que .conform-btn.grid-item {
        padding: 4px 14px;
    }

    .normal-title-text {
        font-size: 18px;
    }

    .title-text-bold {
        font-size: 14px;
    }

    .normal-title-text-lite {
        font-size: 16px;
        font-weight: 600;
    }

    .details-ansehen-popup .modal-dialog,
    .viewDetailPopup .modal-dialog {
        margin: 0.5rem;
    }

    .font-title-700 {
        font-size: 20px;
    }

    #successModal.modal-screen-md .modal-body {
        margin-bottom: 0px;
    }

    #successModal .modal-body {
        padding: 20px 20px 20px;
    }

    .normal-title-text-500 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
    }

    .font-title-600 {
        font-size: 24px;
        margin-bottom: 6px !important;
    }

    .top-section.layout-section-wrap.non-pre-new-legal-question {
        padding-top: 80px !important;
    }

    .recommendations-for-you .font-title-liter,
    .normal-title-text-500.content-para-liter-gray {
        font-weight: 600 !important;
        font-size: 26px !important;
        line-height: 30px;
    }

    .private-questions-section .private-questions-title-section {
        order: 1;
    }

    .private-questions-section .neue-frage-anwalt-btn-wrap {
        width: 100%;
        margin-bottom: 15px;
    }

    .private-questions-section .private-questions-content-wrap .lawyerQuestionPageLinks .pagination {
        flex-wrap: wrap;
    }

    .pagination .page-item .page-link {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }

    .private-questions-section label.title-content-lighter-text {
        width: 100px;
    }

    .title-card-content {
        font-size: 20px;
    }

    #private-question-lesen .private-questions-wrap {
        margin-left: 0px;
    }

    .private-questions-wrap .private-questions-title-section .private-questions-title {
        /* margin-left: 28px; */
    }

    .private-questions-wrap .private-questions-title-section .back-button-wrap {
        left: 0px;
    }

    .wizard-content .ask-your-question-card .normal-title-text {
        font-size: 14px;
    }

    .wizard-content .ask-your-question-card .title-content-lighter-text {
        font-size: 12px;
    }

    .get-in-touch .contact-section1 .font-title-600 {
        font-size: 20px;
    }

    .private-questions-lesen .card-labour-law-describe .confidential-pay-ment .title-content-lighter-text {
        line-height: 20px;
    }

    .about-lawyer-profile .public-questions-page-inner .profile-img-cover {
        width: 100px;
        height: 100px;
    }

    .bold-title-text-700 {
        font-size: 18px;
    }

    .new-regulations-section-main .new-regulations-card {
        padding: 14px 16px;
    }

    .hero-title-text-700 {
        font-size: 24px;
    }

    .title-text-liter-500 {
        font-size: 14px;
    }

    .simplyright-pricing-main .pricing-hero-section {
        padding: 20px 0 30px 0;
    }

    .bolder-hero-title-700 {
        font-size: 24px;
    }

    .pricing-hero-section .pricing-card p {
        font-size: 26px;
    }

    .pricing-hero-section .pricing-price-title {
        margin: 10px 0px;
    }

    .pricing-hero-section .checklist-pricing li {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .pricing-hero-section .checklist-pricing li::before {
        content: "";
        display: inline-block;
        width: 14px;
        height: 14px;
        background: url("../../assets/images/icons/check-blue.svg") no-repeat;
        background-size: contain !important;
        position: absolute;
        left: 0;
        top: 6px;
    }

    .pricing-hero-section .pricing-card {
        margin-inline: 10px;
    }

    .pricing-hero-section .service-overview-content .pricing-card p {
        font-size: 28px;
    }

    .legal-protection-table-wrap th {
        padding: 12px 12px;
        font-size: 14px !important;
    }

    .advantages-plus-section .modal-video-wrap {
        height: 500px;
    }

    .advantages-plus-section .advantages-plus-wrapper {
        background-color: transparent;
    }

    .advantages-plus-section .advantages-plus-wrapper .col-12.col-md-6:nth-child(1) .advantages-plus-headline {
        margin-inline: 0px;
    }

    .title-text-liter {
        font-size: 14px;
    }

    .advantages-plus-headline {
        margin-bottom: 0px;
    }

    .footer-logo {
        width: 165px !important;
    }

    .simplyright-pricing-main .advantages-plus-section .modal-video-wrap video {
        border-radius: 20px;
    }

    .bold-title-text-700 {
        font-size: 24px;
    }

    .main-container .section-hero.dashboard-main-wapper-default {
        padding-top: 10px;
    }

    .title-card-content-16-600 {
        font-size: 16px;
    }

    .public-questions-section-wrap.public-questions-main-class .title-content-text {
        font-size: 14px;
    }

    .public-questions-section-wrap.public-questions-main-class .comment-author {
        font-size: 12px;
    }

    .public-questions-section-wrap.public-questions-main-class .comment-author {
        font-size: 12px;
    }

    .public-questions-section-wrap.public-questions-main-class .title-card-content {
        font-weight: 700;
    }

    .title-card-content-600 {
        font-size: 16px;
    }

    .public-questions-section-wrap.public-questions-main-class .similar-questions-wrap .title-card-content-600.text-color-black {
        font-size: 20px;
        font-weight: 700;
    }

    .public-questions-section-wrap.public-questions-main-class .similar-questions-wrap .card-labour-law-describe p {
        font-size: 12px;
        font-weight: 400;
    }

    .public-questions-section-wrap.public-questions-main-class .similar-questions-wrap .labour-law-describe-profile img {
        width: 32px;
        height: 32px;
    }

    .public-questions-section-wrap.public-questions-main-class .similar-questions-wrap .labour-law-describe-headline .normal-title-text-lite {
        font-size: 14px;
        font-weight: 700;
    }

    .private-questions-card-btn-wrap textarea {
        font-size: 14px;
    }

    .comments-section .comment-profile-img img {
        width: 32px;
        height: 32px;
    }

    .comments-section .comment-edit-btns .law-toggle-btn img {
        width: 18px;
    }

    /* .cancel-your-immediately{
        display: none;
    } */
    .cta-style-2-text {
        padding: 6px 8px;
        font-size: 12px;
        font-weight: 500;
    }

    .section-hero.trading-krypto-main-section {
        padding-top: 20px !important;
    }

    main.main-container .section-hero .container .hero-marketing .row {
        gap: 12px;
    }

    .who-simplyright-wrapper .no-risk-container {
        padding: 20px;
    }

    .section-default .who-simplyright-wrapper .no-risk-container {
        padding: 0px;
        padding-top: 30px;
    }

    .no-risk-container {
        padding: 0px;
        padding-top: 30px;
    }

    .krypto-abzocke-stoppen {
        display: none;
    }

    .m-top-default {
        margin-top: 20px;
    }

    .hero-topline img {
        width: 30px;
        margin-right: 10px;
    }

    .search_wrapper .search_input {
        height: 42px;
        font-size: 12px;
    }

    .search_wrapper .search-icon-btn {
        width: 42px;
        height: 42px;
    }

    .search_wrapper .search-icon-btn {
        background-size: 20px;
    }

    .footer-content-mobile,
    .footer-text-content-mobile {
        display: block;
    }

    .footer-content-title-desk,
    .footer-text-content-desk {
        display: none;
    }
    .accordion .accordion-content {
        margin-inline: 0px;
    }
    .accordion .accordion-content ul li {
        margin-inline-start: 30px;
    }
    .main-container section.section-hero {
        padding-top: 20px;
    }
    .hero-topline {
        font-size: 14px;
    }
    

}

@media (max-width: 440px) {
    .grid-container {
        grid-template-columns: repeat(1, 1fr) !important;
        max-width: 100% !important;
    }

    .section_main_accused_que .chat-ai-content .grid-container {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .grid-item {
        display: flex;
        padding: 10px !important;
        align-items: center;
        text-align: start;
        /* gap: 0px; */
        padding-inline-start: 6px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .grid-item img {
        margin-bottom: 0px !important;
        width: 30px !important;
        height: 28px !important;
    }

    .chat-input-container .search_input {
        min-width: 200px !important;
    }

    .search_wrapper_chat {
        width: 92% !important;
    }

    .public-questions-page-inner .public-questions-btn .btn.btn-primary.btn-mini {
        font-size: 10px;
    }

    .advantages-plus-section .modal-video-wrap {
        height: 350px;
    }
}
