.faq-section-banner {
    background-color: #f1f4f7;
    display: inline-block;
    width: 100%;
}
.help-div {
    padding: 60px 0 40px 0;
}
div#carouselExampleIndicators {
    background: #F5D063;
    background: linear-gradient(180deg, rgba(245, 208, 99, 1) 0%, rgba(237, 190, 52, 1) 100%);
    padding: 0;
}
.help-div h2 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 25px;
    color: #111;
}
.help-div h4 {
    font-weight: normal;
    font-size: 21px;
    color: #666;
    margin: 0;
    max-width: 450px;
    line-height: 32px;
}
ul.domain-take {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 25px 0 0 0;
    list-style: none;
}
ul.domain-take li {
    display: inline-block;
    width: 100%;
    padding: 0 0 12px 0;
}
ul.domain-take li u {
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #f3cc59;
}
ul.domain-take li svg {
    margin-right: 10px;
}
.slider-faq h3 {
    color: #111;
    font-weight: 700;
    width: 100%;
    margin-bottom: 20px;
    font-size: 31px;
}
.team-authr-top {
    display: flex;
    flex-wrap: wrap;
}
span.aktuelle-white {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    border-radius: 50px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 10px;
}


/*online status section css start*/

.time-green .dot-wrapper {    position: relative;    width: 8px;    height: 11px;    margin-right: 6px;}
.time-green .dot {  width: 8px; height: 8px; background-color: #417545;  border-radius: 50%;  position: absolute;  top: 2px;  left: 2px;  z-index: 2;  }
.time-green .dot::before {  content: '';  position: absolute;  top: -3px;  left: -3px;  width: 14px;  height: 14px;  background-color: rgba(76, 175, 80, 0.9);  border-radius: 50%;  animation: pulse 1.5s infinite ease-out;  z-index: 1;}

@keyframes pulse { 
	0% { transform: scale(0.5);    opacity: 0.7; } 
	100%  { transform: scale(1.8); opacity: 0;  }
}

.time-green {
    color: green;
    display: flex;
    align-items: center;
}
span.aktuelle-white svg {
    width: 18px;
}
.slider-faq h2 {
    color: #000;
    font-weight: 700;
    font-size: 36px;
    margin: 0 0;
    width: 100%;
    margin-top: auto;
}
 
 .carousel-main-col {
    display: flex;
}
.carousel-left-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 50px 50px 50px;
    padding-right: 20px;
    width: 55%;
}
.carousel-fade .carousel-item {
    display: block;
}
.team-pics {
    width: 45%;
    text-align: right;
    padding: 20px 00px 0 0;
}
.team-pics img {
    max-height: 340px;
    width: auto;
    position: relative;
    right: -30px;
    transition: 1.5s;
}
.active .team-pics img { right: 0px; }

.carousel-indicators-main {
    display: inline-block;
   background-color: #fff;
    position: absolute;
    border-radius: 50px;
    padding: 5px;
    right: 20%;
    bottom: 11%;
    z-index: 9;
}

.carousel-indicators [data-bs-target] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-indent: 0;
    overflow: hidden;
    opacity: 1;
    border: 2px solid transparent;
}
.carousel-indicators .active {
    border-color: #f1c74c;
}
.carousel-indicators-main .carousel-indicators {
    position: static;
    margin: 0;

}


div#carouselExampleIndicators::after {
    content: "";
    background: linear-gradient(180deg, rgba(245, 208, 99, 1) 0%, rgba(237, 190, 52, 1) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
}
.team-authr {
    margin-top: auto;
}


.faqpage-section .faq-inner {
    border: 1px solid #d3d4d9;
    border-radius: 20px;
    padding: 50px 40px 20px 50px;
    position: relative;
    margin-bottom: 72px;
}
.faq-sections-head svg {
    position: absolute;
    left: -15px;
    top: -30px;
    width: 80px;
    height: 80px;
}
.faqpage-section.faq-section .accordion-item {
    border-color: #d3d4d9;
}
.faqpage-section.faq-section button.accordion-button h3, 
.faqpage-section.faq-section button.accordion-button {
    font-size: 18px;
}
.faqpage-section.faq-section .accordian-inner-top .faqsub-head {    font-size: 20px;}
.faq-sections-head h2 {
    margin-bottom: 30px;
}
.faqpage-section.faq-section .accordian-main {
    margin-top: 10px;
}
.faq-section.faqpage-section {
    padding: 40px 0;
}

body , html {overflow-x: hidden;}


@media (max-width: 1290px) {
.faq-section.faqpage-section {
    padding-left: 10px;
    padding-right: 10px;
}
.faq-sections-head svg {
    left: -15px;
    top: -20px;
    width: 60px;
    height: 60px;
}
.faqpage-section .faq-inner {
    padding: 40px 30px 10px 40px;
}
.faq-sections-head h2 {
    font-size: 27px;
    font-weight: 600;
}
}

@media (max-width: 1199px) {
.help-div h2 {    font-size: 30px;}
.help-div h4 {    font-size: 17px;    max-width: 360px;    line-height: 27px;}
.carousel-left-col {
    padding-left: 30px;
}
.slider-faq h2 {
    font-size: 26px;
}
}

@media (max-width: 991px) {
.slider-faq {
    padding: 0;
}
div#carouselExampleIndicators::after { display: none; }
.team-pics {
    padding-right: 20px;
}
.help-div {
    padding: 50px 20px;
}

}

@media (max-width: 767px) {
.help-div {
    padding: 40px 0;
}
.carousel-main-col {
    flex-direction: column;
}
.carousel-left-col {
    width: 100%;
    padding: 20px;
}
.slider-faq h3 {
    font-size: 26px;
}
.team-authr {
    margin-top: 20px;
}
.team-authr p {
    margin: 0;
}
.team-pics {
    width: 100%;
    text-align: center;
    padding: 0 0;
    height: 360px;
}

.team-pics img {
    max-height: 390px;
}
.carousel-indicators-main {
    right: 27vw;
    bottom: 7%;
}
.faq-section-banner .row {
    margin: 0 -20px;
}

.faqpage-section.faq-section button.accordion-button h3, .faqpage-section.faq-section button.accordion-button {
    font-size: 16px;
}
.faq-section.faqpage-section {
    padding-left: 0;
    padding-right: 0;
}
.faqpage-section .faq-inner {
    padding: 45px 20px 10px 20px;
}
.faq-sections-head h2 {
    font-size: 22px;
    font-weight: 700;
}
}