@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*===========================================================
Custom Variable
============================================================*/
:root {
    /* Hamber menu icon style */
    --hamWidth: 40px;
    --hamHeight: 4px;
    --hamMargin: 6px;
    /* summation of --hamMargin adn --hamHeight */
    --hamTranslate: 10px;
    /* summation of --hamMargin adn --hamHeight */
    --hamTranslate3: -10px;
    /* --preloaderBg:  green; */

}


/*===========================================================
 Common CSS
============================================================*/

body {
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #575b6a;
    background: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

ul {
    padding: 0;
    margin: 0;
}


li,
li:hover,
a:hover,
.btn,
.btn:hover {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover {
    text-decoration: none !important;
}

*:active,
*:focus {
    outline: none;
    border: 0;
}

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

img.lazy {
    background-image: url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50px auto;
    height: auto;
}

strong {
    font-weight: 700;
}

u {
    border-bottom: 1px solid #fff;
    line-height: 1;
    text-decoration: unset;
}

.cboth {
    overflow: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

button {
    background-color: transparent;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 600;
    margin: 0;
}

p {
    margin: 0;
}

button:active,
button:focus {
    outline: 0;
    outline: 0;
}

#npreOverlay {
    background: var(--preloaderBg);
}

/*===========================================================
 Placeholder Style
============================================================*/

::-webkit-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

::-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-ms-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}



/*===========================================================
 Scroll To Top
============================================================*/

.go-top {
    bottom: 15px;
    display: none;
    position: fixed;
    right: 15px;
    z-index: 999;
}

.go-top img {
    width: 35px;
}

.go-top span {
    /*background-color: #4285F4;*/
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 10px;
}

.go-top span:hover {
    color: #fff;
}


/*===========================================================
 Navigation Menu Desktop
============================================================*/
.header-area {
    padding: 32px 0;
    background-color: #e9f6fe;

    position: relative;

    z-index: 10;
}

.header {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu ul li a {
    display: block;
    color: #3e3e3e;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
}

.menu ul li:hover > a,
.menu ul li.current-page-ancestor > a,
.menu ul li.current-menu-ancestor > a,
.menu ul li.current_page_ancestor > a,
.menu ul li.current-menu-item > a,
.menu ul li.current_page_item > a {
    color: #c1272d;
}

.logo img {
    width: 150px;
}

.call {
    margin-left: 38px;
    padding-left: 0 !important;

}

.call:hover span {
    color: #c1272d;
}



/*===========================================================
 Navigation Menu slideout
============================================================*/
main .mobileMenuOpener {
    display: none;
}

.panel-header {
    display: none;
}

.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    background-color: #FFF;
    min-height: 100vh;

}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.slideout-open .slideout-menu {
    background: rgba(205, 4, 22, .8);
}

.btn-hamburger {
    cursor: pointer;
}

.menu-section-list {
    padding: 25px 10px;
}

.menu-section-list li a:hover {
    color: #bdc3c7;
}

.menu-section-list li a {
    line-height: 2;
    color: #fff;
}

.menu-section-list li {
    display: block;
}

.btn-hamburger img {
    width: 27px;
}

/*Hamburger Menu Icon*/
.hamburger .line {
    width: 40px;
    height: 5px;
    background-color: #34495e;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

.hamburger:hover .line {
    opacity: .8;
}

.slideout-open .line:nth-child(2) {
    opacity: 0;
}

.slideout-open .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}

.slideout-open .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}



/*===========================================================
 Hamberger
===========================================================*/


.hamburger .line {
    width: var(--hamWidth);
    height: var(--hamHeight);
    background-color: #cd0416;
    display: block;
    margin: var(--hamMargin) auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

/* ONE */

.slideout-open .line:nth-child(2) {
    opacity: 0;
}

.slideout-open .line:nth-child(1) {
    -webkit-transform: translateY(var(--hamTranslate)) rotate(45deg);
    -ms-transform: translateY(var(--hamTranslate)) rotate(45deg);
    transform: translateY(var(--hamTranslate)) rotate(45deg);
}

.slideout-open .line:nth-child(3) {
    -webkit-transform: translateY(var(--hamTranslate3)) rotate(-45deg);
    -ms-transform: translateY(var(--hamTranslate3)) rotate(-45deg);
    transform: translateY(var(--hamTranslate3)) rotate(-45deg);
}




.menu ul li .dropdown-menu li {
    display: block;
}

.menu ul li .dropdown-menu li a {
    padding: 5px 15px;
    line-height: 1.2;
    display: block;
}

.dropdown-menu {
    margin: 0;
    border: 0;
    border-radius: 0;
}

.dropdown a {
    position: relative;
}

.dropdown>a:hover::after {
    color: #d25419;
}

.dropdown>a::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    list-style: none;
}

.call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.call img {
    width: 36px;
    height: 36px;
    padding: 9px 8px 7px;
    background-color: #fff;
    border-radius: 50%;
}

.call span {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.09;
    color: #000;
    margin-left: 10px;
}

.erfahren-area {
    padding: 24px 0;
}

.erfahren {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.erfahren-left {}

.erfahren-left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.erfahren-left ul li {
    list-style: none;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.67;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}

.erfahren-left ul li img {
    margin-right: 5px;
}

.erfahren-bttn {}

.erfahren-bttn input,
.erfahren-bttn a,
.erfahren-bttn.wpforms-container input {
    display: inline-block !important;
    font-size: 16px !important;
    font-weight: normal !important;
    text-decoration: none !important;
    width: 230px !important;
    line-height: 52px !important;
    padding: 0 20px !important;
    display: inline-block !important;
    border-radius: 5px 0 0 5px !important;
    border: solid 1px #000 !important;
    background-color: #fff !important;
    color: #000 !important;
    margin-right: -5px !important;
    border-right: 0 !important;
}

.erfahren-bttn button,
.erfahren-bttn a.active {
    line-height: 52px !important;
    display: inline-block !important;
    color: #fff !important;
    background-color: #cd0416 !important;
    border: solid 1px #cd0416 !important;
    margin-right: 0 !important;
    border-radius: 0 5px 5px 0 !important;
}

.dbl-arrow img {
    margin-right: 20px;
}


/*===========================================================
 Header
===========================================================*/
.logo {
    max-width: 120px;
}


.banner-area {
    border: solid 1px #e9f6fe;
    background-color: #e9f6fe;
    margin-bottom: 140px;

}

.banner {
    position: relative;
}

.banner-text {
    max-width: 540px;
    width: 100%;
    padding-top: 54px;
    padding-bottom: 70px;
}

.banner-text h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.25;
    color: #000;
    margin-bottom: 22px;
}

.banner-text p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.56;
    color: #575b6a;
    margin-bottom: 15px;
}

.banner-img {
    position: absolute;
    right: -110px;
    top: 0;
}

.bttn a:nth-child(2) {
    margin-left: 15px;
}


.greiz-area {
    padding-bottom: 80px;
}

.greiz-left {
    max-width: 480px;
    width: 100%;
}

.greiz-left h2 {
    font-size: 38px;
    font-weight: normal;
    line-height: 1.21;
    color: #000;
}

.greiz-left p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #575b6a;
    margin-top: 11px;
}

.greiz-right {
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 45px;
    margin-left: 20px;
    width: calc(50% - 20px);
}

.greiz-right .bttn {
    margin-top: 14px;
}

.greiz-right h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    color: #000;
}

.greiz-right p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #575b6a;
    margin-top: 7px;
}

.greiz-right ul {
    margin-bottom: 5px;
}

.greiz-right ul li {
    list-style: none;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    color: #575b6a;
    position: relative;
    padding-left: 22px;
    margin: 5px 0;
}

.greiz-right ul li:before {
    position: absolute;
    content: '';
    background-image: url(../img/check.svg);
    width: 16px;
    height: 100%;
    left: 0;
    top: 2px;
    background-repeat: no-repeat;
}

.help-area {
  margin-bottom: 30px;
}

.help-text {
    background: #f2c130;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 35px;
    position: relative;
}

.help-text:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/contact.png);
    left: 0;
    top: 0;
    background-size: cover;
}

.help-text h2 {
    position: relative;
    z-index: 10;
    font-size: 38px;
    font-weight: 600;
    line-height: 0.84;
    color: #000;
    margin-bottom: 33px;
}

.help-text a img {
    margin-right: 26px;
}

.help-text a {
    position: relative;
    z-index: 10;
    font-size: 34px;
    font-weight: 500;
    line-height: 0.94;
    color: #000;
    text-decoration: none;
    display: inline-block;
}


.content-area {
    padding: 55px 0;
}

.content-title {}

.content-title h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.21;
    color: #000;
    margin-bottom: 25px;
}

.single-content {}

.service-area {
    padding-bottom: 100px;
    padding-top: 80px;
}

.service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

}

.service-text {
    max-width: 475px;
    width: 100%;
}

.service-text h2 {
    font-weight: 600;
    font-stretch: normal;
    line-height: 1;
    color: #000;
    font-size: 38px;
}

.service-text p {
    margin: 25px 0;

}

.service-img {
    max-width: calc(100% - 475px);
    width: 100%;
    text-align: right;
}



/*===========================================================
Slider
===========================================================*/


.testimonial-area {
    border: solid 1px #fff;
    background-color: #000;
    padding: 95px 0;
}

.testimonial-title {}

.testimonial-title h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.21;
    text-align: center;
    color: #fff;
    margin-bottom: 35px;
}

.single-testimonial {
    padding: 35px;
    text-align: center;
    position: relative;
}

.quote {
    width: 25px;
    position: absolute;
    top: 10px;
    left: 20px;
}

.single-testimonial.slick-slide.slick-current.slick-active.slick-center {
    background: #fff;
    border-radius: 6px;
}

.single-testimonial p {
    font-size: 21px;
    font-weight: normal;
    line-height: 1.38;
    text-align: center;
    color: #575b6a;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}


.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    bottom: -70px;
}

.slick-dots li button {
    border-radius: 0;
    height: 10px;
}

.slick-dots li {
    margin: 0;
    background: #fff;
    height: 10px;
    width: 50px;
    overflow: hidden;
}

.slick-dots li:first-child {
    border-radius: 5px 0 0 5px;
}

.slick-dots li:last-child {
    border-radius: 0 5px 5px 0;
}

.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: orange;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #f2c130;
    width: 50px;
}

/*===========================================================
 Accordion
===========================================================*/

.accordion-area {
    border: solid 1px #e9f6fe;
    background-color: #e9f6fe;
    padding: 85px 0;
}

.accordion-title {
    text-align: center;
    margin-bottom: 25px;
}

.accordion-title h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.21;
    color: #000;
    margin-bottom: 18px;
}

.accordion-title p {
    line-height: 1.63;
    max-width: 590px;
    width: 100%;
    margin: 0 auto;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    color: #000;

}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.accordion-item {
    border: 0;
    background: transparent;
    border-top: 1px solid #575b6a;
    border-bottom: 1px solid #575b6a;
    border-radius: 0;
}

.accordion-button {
    background: transparent;
    padding: 24px 0;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 1.13;
    color: #000;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-body {
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.69;
    color: #575b6a;
    padding-bottom: 20px;
    margin-top: -10px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-button {
    position: relative;

}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/minus.svg);
    position: absolute;
    right: 0;
    top: 62%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion-button::after {
    background-image: url(../img/plus.svg);
}


.footer-area {
    background: #000;
}

.footer-area {
    padding-top: 48px;
}

.footer-menu {}

.footer-menu ul {}

.footer-menu ul li {
    list-style: none;
    margin-bottom: 17px;
}

.footer-menu ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
}

.footer-contact {
    margin-top: 30px;
}

.footer-contact a img {
    margin-right: 5px;
}

.footer-contact a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 18px;
}

.footer-btm {
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px;
}

.footer-btm ul {}

.footer-btm ul li {
    list-style: none;
    display: inline-block;
}

.footer-btm ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
    margin-left: 38px;
}

.footer-menu ul li a:hover {
    color: #c1272d;
}

.footer-btm ul li a:hover {
    color: #c1272d;
}

.footer-btm p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
}

/*===========================================================
 Responsive Menu
===========================================================*/
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 991px) {
    .menu ul li a:hover {
        color: #eee;
    }

    .call:hover span {
        color: #eee;
    }

    .header-area {
        display: none;
    }

    .mobile-logo {
        width: 100px;
    }

    .dropdown-menu {
        padding-top: 0;
    }

    .menu ul li .dropdown-menu li {
        padding-left: 10px;

    }

    .menu ul li .dropdown-menu li a {
        padding-left: 0;
        padding-right: 0;
    }

    .dropdown-menu {
        width: 100%;
        background-color: transparent;
        background-clip: padding-box;
        border: none;
        position: unset;
        top: unset;
    }

    main .mobileMenuOpener {
        display: block;
        position: absolute;
        width: 20px;
        height: 100%;
        z-index: 10;
    }

    .menu ul li {
        display: block;

    }

    .menu ul li a {
        color: #fff;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        line-height: 2;
    }

    .menu ul li .dropdown-menu li a {
        line-height: 2;
    }

    .dropdown>a::after {
        right: 10px;
        position: absolute;
        top: 50%;
        margin-top: -1px;
    }

    /*Menu Activation*/
    .panel-header {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fff;
        -webkit-box-shadow: 0px 1px 3px #eee;
        box-shadow: 0px 1px 3px #eee;
        padding: 20px 15px;
    }

    #main {
      margin-top: 78px;
    }
}

/*===========================================================
 Responsive
============================================================*/

@media (max-width: 1599px) {
    .banner-img {
        right: 0;
    }

    .banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .banner-text {
        max-width: 500px;
    }

    .banner-img {
        max-width: calc(100% - 500px);
        position: unset;
    }
}

@media (max-width: 1299px) {
    .service-img {
        max-width: calc(100% - 505px);
    }
}

@media (max-width: 1199px) {
    .single-testimonial p {
        font-size: 18px;
    }

    .menu ul li a {
        padding-left: 10px;
        font-size: 15px;
    }

    .logo {
        max-width: 100px;
    }

    .call span {
        font-size: 20px;
        margin-left: 7px;
    }

    .call img {
        width: 31px;
        height: 31px;
        padding: 6px 6px 6px;
    }

    .call {
        margin-left: 10px;
        padding-left: 0 !important;
    }

    .erfahren-bttn a {
        font-size: 15px;
        width: 210px;
        line-height: 45px;
        padding: 0 15px;
        background-color: #fff;
        color: #000;
        margin-right: -5px;
        border-right: 0;
    }

    .dbl-arrow a {
        margin-right: 5px;
    }

    .erfahren-left ul li {
        list-style: none;
        font-size: 16px;
        line-height: 1.67;
        color: #000;
        margin-right: 10px;
    }

    .banner-text h2 {
        font-size: 38px;
        margin-bottom: 15px;
    }

    .banner-area {
        padding-bottom: 40px;
    }

    .banner-text {

        padding: 0;
        padding-top: 30px;
    }

    .banner-area {
        margin-bottom: 100px;
    }

    .greiz-left h2 {
        font-size: 32px;
    }

    .help-text h2 {
        font-size: 36px;
        margin-bottom: 28px;
    }

    .help-text a {
        font-size: 27px;
    }

    .help-text a img {
        margin-right: 16px;
        width: 50px;
    }

    .service-text p {
        margin: 15px 0;
    }

    .service-text h2 {
        font-size: 32px;
    }

    .service-img {
        max-width: calc(100% - 465px);
    }

    .service-text {
        max-width: 455px;
        width: 100%;
    }

    .service-area {
        padding: 80px 0;
    }

    .accordion-title h2 {
        font-size: 32px;
    }

    .accordion-area {
        padding: 80px 0;
    }

    .bttn a {
        padding: 0 14px;
    }

    .content-title h2 {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .menu ul {
        display: block;
    }

    .call {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .call span {
        color: #fff;
    }

    .banner-area {
        margin-bottom: 60px;
        padding: 40px 0;
    }

    .banner-text h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .banner-text p {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .banner-text {
        padding: 0;
    }

    .banner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .banner-text {
        max-width: 50%;
    }

    .banner-img {
        max-width: 50%;
        position: unset;
        padding-left: 15px;
    }

    .bttn a {
        padding: 0 12px;
    }

    .bttn a:nth-child(2) {
        margin-left: 5px;
    }

    .erfahren-bttn {
        margin-top: 20px;
    }

    .erfahren-bttn a {
        line-height: 40px;
    }

    .greiz-left {
        max-width: 100%;
        width: 100%;
        margin-bottom: 35px;
    }

    .greiz-left h2 {
        margin-bottom: 15px;
    }

    .greiz-right {
        padding: 30px 40px;
    }

    .greiz-right h3 {
        margin-bottom: 15px;
    }

    .greiz-right ul {
        margin: 10px 0;

    }

    .greiz-area {
        padding-bottom: 70px;
    }

    .single-testimonial {
        padding: 30px 15px;
    }

    .quote {
        top: 5px;
        left: 8px;
    }

    .testimonial-area {
        padding: 70px 0;
    }

    .testimonial-title h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .content-title h2 {
        font-size: 28px;
        margin-bottom: 0;
    }

    .single-content {
        margin-top: 15px;
    }

    .service {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .service-img {
        max-width: 100%;
    }

    .service-text {
        max-width: 100%;
        margin-top: 35px;
    }

    .service-img img {
        width: 100%;
    }

    .service-area {
        padding: 70px 0;
    }

    .accordion-area {
        padding: 70px 0;
    }

    .accordion-title h2 {
        font-size: 28px;
    }

    .help-text h2 {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .help-text a {
        font-size: 25px;
    }

    .help-text a img {
        margin-right: 12px;
        width: 44px;
    }
}


@media (max-width: 767px) {
    .banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .banner-img {
        max-width: 100%;
        padding-left: 0;
    }

    .banner-text {
        max-width: 100%;
        margin-top: 26px;
    }

    .banner-text h2 {
        font-size: 27px;
    }

    .greiz-left h2 {
        font-size: 27px;
    }

    .banner-area {
        margin-bottom: 50px;
    }

    .content-area {
        padding: 50px 0;
    }

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

    .service-area {
        padding: 50px 0;
    }

    .accordion-area {
        padding: 50px 0;
    }

    .accordion-title h2 {
        margin-bottom: 12px;
    }

    .accordion-button {
        font-size: 20px;
    }

    .footer-menu {
        margin-bottom: 10px;
    }

    .footer-menu ul li {
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .erfahren-bttn input, .erfahren-bttn a{
        width: calc(100% - 200px);
    }
    .erfahren {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .erfahren-left {
        width: 100%;
    }

    .erfahren-left ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 5px;
    }

    .erfahren-left ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
    }

    .erfahren-left ul li img {
        font-size: 16px;
    }

    .banner-text h2 {
        font-size: 24px;
    }

    .bttn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .bttn a {
        padding: 0 12px;
        width: 48%;
        text-align: center;
        margin-top: 10px;
    }

    .banner-text p {
        margin-bottom: 5px;
    }

    .greiz-left h2 {
        font-size: 25px;
    }

    .greiz-right {
        padding: 30px 20px;
    }

    .greiz-right h3 {
        font-size: 18px;
    }

    .help-text h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .help-text a {
        font-size: 22px;
    }

    .help-text a img {
        margin-right: 7px;
        width: 34px;
    }

    .greiz-area {
        padding-bottom: 50px;
    }

    .content-title h2 {
        font-size: 25px;
        margin-bottom: 0;
    }

    .testimonial-title h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .testimonial-title h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .testimonial-area {
        padding: 50px 0;
    }

    .slick-dots {
        bottom: -55px;
    }

    .footer-btm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-btm ul li {
        display: block;
        text-align: center;
    }

    .footer-btm ul li a {
        margin: 0;
        margin-top: 5px;
        display: block;
    }

    .erfahren-left ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
/*
    .erfahren-bttn a {
        width: 48%;
        margin-top: 10px;
        text-align: center;
        border: solid 1px #000;
        border-radius: 5px;
    }

    .erfahren-bttn a.active {
        border-radius: 5px;
    } */

    .erfahren-bttn {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .bttn a:nth-child(2) {
        margin-left: 0;
    }

    .erfahren-left ul li {
        margin: 10px 0;
    }

    .erfahren-bttn {
        margin-top: 10px;
    }
}

@media (max-width: 470px) {
    .erfahren-bttn button{
        margin-top: 15px;
    }
    .erfahren-bttn input, .erfahren-bttn a {
        width: 100%;
        border-right: solid 1px #000;
        border-radius: 5px;
    }
    .bttn a {
        width: 100%;
    }

    .bttn,
    .erfahren-bttn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .erfahren-bttn a {
        width: 100%;
    }
}
