body {
	padding: 0px;
	margin: 0px;
	color: rgba(18, 18, 18, 0.75);
    font-family: 'ArticulatCF-Normal';
    font-size: 1.6rem;
	background-color: #fff;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/****custom_pointer****/
.cursor {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1000;
	pointer-events: none;
}
.cursor:before {
	content: "";
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 96px;
	height: 40px;
	background-color: #FFF2EB;
    background-image: url(../images/both-side-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
	/* filter: drop-shadow(0px 10px 50px rgba(91, 182, 231, 0.30));
	backdrop-filter: blur(10px);
	border-radius: 100%; */
    border-radius: 5px;
	border: 1px solid #FFF2EB;;
	transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	line-height: 24px;
	letter-spacing: 0.7px;
	color: #fff;
    font-family: 'montserratmedium';
	z-index: 99;
	text-transform: uppercase;
}
.cursor.hover:after {
	opacity: 0;
}
.cursor.hover:before {
	opacity: 1;
}
.hover {
	overflow: visible;
}
.custom_pointer a {
	/* cursor: none !important; */
}
/* ============================================== index ============================================== */
/****fix-wp****/
.fix-wp a {
    position: fixed;
    right: 35px;
    bottom: 12%;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #25D366;
    z-index: 98;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp a img {
    width: 26px;
}
/****header****/
.header-area {
    padding: 38px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	z-index: 99;
}
.header_inner .col-lg-3 {
    width: 27%;
}
.header_inner .col-lg-6 {
    width: 46%;
}
.logo img {
    width: 290px;
}
.menu-mid>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
}
.menu-right {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 18px;
}
.menu-mid li {
    position: relative;
}
.menu-mid li a {
    font-family: 'ArticulatCF-Normal';
	font-size: 2rem;
	color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-mid li a:hover {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-weight: 700;
}
.menu-mid .active .dropdown-menu li a::after {
    display: none;
}
.menu-right-first-btn {
	background-color: #087852;
	border-color: #fff;
}
.menu-right-first-btn:hover {
	background-color: #86411D;
	color: #fff;
}
.menu-right-first-btn:hover::after {
    filter: brightness(0) invert(1);
}
.header-area .nav_menu_right_part {
    cursor: pointer;
    border: 1.5px solid #fff;
    padding: 8px 21px;
    border-radius: 5px;
    overflow: hidden;
}
.header-area .nav_menu_right_part a:hover {
	color: #fff;
}
.menu-icon {
    width: 50px;
    margin-left: 20px;
}
.menu-icon:after,
.menu-icon:before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 8px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-icon div {
	display: none;
}
.menu-icon::after {
    margin-left: auto;
}
.menu-icon.active::after,
.menu-icon.active::before {
    width: 45px;
}
.menu-icon.active:after {
    transform: translateY(-9px) rotate(-135deg);
    display: none;
}
.menu-icon.active div {
    display: none;
}
.menu-icon.active:before {
    transform: translateY(2px) rotate(135deg);
    display: none;
}
.menu-items.active .menu-close-btn {
    position: relative;
    top: 28px;
    left: -36px;
    border: 1.5px solid #fff;
    padding: 10px 20px;
    text-align: end;
    max-width: max-content;
    margin-right: 0;
    margin-left: auto;
}
.sticky-hidden {
    position: fixed;
    z-index: 99;
    background: #86411D;
    border-bottom: 1px solid #fff;
}
.header-area li a {
    position: relative;
}
.header-area li a::after {
    position: absolute;
    top: 33%;
    right: -13px;
    content: '';
    width: 10px;
    height: 10px;
    background: url(../images/dropdown-arrow.svg) no-repeat center / 10px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}
.header-area li.active a::after {
    opacity: 1;
}
.menu-mid .dropdown-menu.show {
    border: 0;
    display: block;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area li.active.dropdown .dropdown-menu {
    pointer-events: all;
    opacity: 1;
    top: 28px;
    border-radius: 10px;
    background: #86411D;
    padding: 0;
    /* z-index: -1; */
    min-width: 160px;
    overflow: hidden;
}
.header-area li.active.dropdown .dropdown-menu li {
    padding: 10px 20px 0;
    border-bottom: 1px solid rgba(134, 65, 29, 0.4);
}
.header-area li.active.dropdown .dropdown-menu li:last-child {
    border: 0;
    padding-bottom: 10px;
}
.header-area li.active.dropdown:hover .dropdown-menu {
    display: block;
    max-width: max-content;
}
.menu-mid .dropdown-menu li a {
    color: #fff;
    font-size: 1.6rem;
    font-family: 'ArticulatCF-Medium';
}
.menu-mid .dropdown-menu li a:hover {
    color: rgb(255, 255, 255, 0.5);
	font-family: 'ArticulatCF-Normal';
    font-weight: normal;
}
.menu-mid .dropdown-menu.show li a::after {
    display: none;
}
/****side-menu****/
.side-menu {
    position: relative;
    z-index: 99;
}
.menu-items {
    background: #86411D;
}
.panel-left {
    background: rgba(134, 65, 29, 0.70);
}
.menu-items.active {
    width: 787px;
    background-color: #86411D;
}
.menu-items .menu-items-arw::after {
    position: absolute;
    top: 40%;
    left: 35%;
    content: '';
    width: 8px;
    height: 8px;
    background: url(../images/dropdown-arrow.svg) no-repeat center / 10px;
    display: inline-block;
}
.menu-items .dropdown-menu.show {
    min-width: max-content;
    padding: 21px 22px;
    border: 0;
    border-radius: 0;
    display: block;
    pointer-events: none;
    top: 60px;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items.active .dropdown-menu.show {
    pointer-events: all;
    opacity: 1;
    top: 37px;
    background: #fff;
    z-index: -1;
    border-radius: 5px;
    overflow: hidden;
}
.menu-items li {
    border-bottom: 0;
    margin-bottom: 42px;
    z-index: 1;
}
.mobile_menu_items {
    position: relative;
}
.mobile_menu_items ul {
    padding-left: 18px;
}
.menu-items a {
    font-family: 'ArticulatCF-Normal';
    text-transform: none;
    font-size: 3rem;
    color: #fff;
    padding-bottom: 0;
    display: inline-block;
    line-height: 44px;
}
.menu-items a:hover {
    color: rgba(255,255,255,0.5);
}
.mobile_menu_items .dropdown-menu.show li {
	margin-bottom: 10px;
}
.mobile_menu_items .dropdown-menu.show li:last-child {
	margin-bottom: 0;
}
.mobile_menu_items .dropdown-menu.show li a {
	color: #86411D;
	font-size: 2.4rem;
}
.mobile_menu_items .dropdown-menu.show li a:hover {
	color: rgb(134, 65, 29, 0.5);
}
.menu-items.active .menu-close-btn a {
	font-size: 2.4rem;
}
.menu-close-btn img {
    width: 37px;
    margin-top: 0px;
}
.menu-items li.active {
	z-index: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
    -o-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
    animation-delay: calc(0.1s * attr(data-animation-offset number 1));
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.menu-items ul {
    text-align: left;
}
.menu-navigation {
    padding: 22px 73px 78px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.mobile_menu_items-wrap {
    padding-top: 70px;
}
/****banner-sec****/
.banner-sec {
    position: relative;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner,
.banner-video {
	height: 915px;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-content { 
    position: absolute;
    bottom: 165px;
    width: 100%;
    left: 0;
    z-index: 2;
}
.banner-content .white-btn {
	margin-left: 18px;
}
.banner-content h1 {
	max-width: 630px;
	width: 100%;
}
.banner-content p {
	margin: 20px 0 30px;
	color: #fff;
	max-width: 460px;
	width: 100%;
}
/****banner-info-sec****/
.banner-info-sec {
	background-color: #86411D;
	position: relative;
	padding: 28px 0;
}
.banner-info-sec::after {
	background: linear-gradient(90deg, #86411D 0%, #66290A 100%), #86411D;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.banner-info-wrap {
    position: relative;
    z-index: 1;
}
.banner-info-right p {
    color: #FFF2EB;
	margin-bottom: 16px;
}
.banner-info-right {
	max-width: 435px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
}
.banner-info-right a {
	position: relative;
	font-size: 1.6rem;
	font-family: 'ArticulatCF-Medium';
}
.banner-info-right a::after {
	content: '';
	position: absolute;
	right: -70px;
	top: -5px;
	width: 55px;
    height: 25px;
	background-image: url(../images/btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
	transition: all 0.5s;
	-webkit-transition: 0.5s;
}
.banner-info-left a:hover {
	color: rgba(255, 242, 235, 0.5);
}
.banner-info-right a:hover {
	color: rgba(255,255,255,0.5);
}
.banner-info-right a:hover::after {
	right: -80px;
}
.banner-info-left li img {
	width: 30px;
	height: 30px;
}
.banner-info-left ul {
    display: flex;
    align-items: center;
}
.banner-info-left li {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 0 80px;
}
.banner-info-left li a {
	color: #FFF2EB;
	margin-top: 4px;
}
.banner-info-left li::after {
	background-color: #FFF2EB;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
}
.banner-info-left li:last-child::after {
	display: none;
}
.banner-info-left li:last-child {
	padding-right: 0;
}
.banner-info-left li:first-child {
	padding-left: 0;
}
/****service-sec****/
.service-sec {
    padding-top: 125px;
    position: relative;
    /* overflow: hidden; */
}
.service-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 42%;
    width: 100%;
}
.service-title {
    text-align: center;
    margin-bottom: 75px;
    position: relative;
    z-index: 1;
}
/* .service-title::after {
    content: '';
    position: absolute;
    left: 30.9%;
    top: -110%;
    background-color: #121212;
    height: 100vh;
    width: 1.5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-title::before {
    content: '';
    position: absolute;
    right: 30.7%;
    top: -110%;
    background-color: #121212;
    height: 100vh;
    width: 1.5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
} */
.service-slider {
    position: relative;
}
.each-service-part {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 75px 112px;
    height: 100%;
}
.each-service-part::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    height: 100%;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-slider a {
    position: relative;
}
/* .service-slider a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #121212;
    height: 100%;
    width: 1.5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
} */
.service-btn {
    position: relative;
}
.service-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
    background-color: #121212;
}
.each-service-part:hover::after {
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-part-block {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.each-service-part:hover .service-vector {
    filter: brightness(0) invert(1);
}
.each-service-part:hover h3,
.each-service-part:hover p,
.each-service-part:hover .service-btn {
    color: #fff;
}
.each-service-part:hover .service-btn::before {
    background-color: #fff;
}
.each-service-part:hover .service-btn::after {
    filter: brightness(0) invert(1);
}
.service-vector {
    height: 58px;
    width: 53px;
}
.each-service-part h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
}
.each-service-part-info p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 24px;
}
.service-btn {
    color: #121212;
    font-family: 'ArticulatCF-Medium';
    font-size: 1.6rem;
    line-height: normal;
    position: relative;
    text-align: end;
    padding-right: 70px;
    padding-top: 35px;
}
.service-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 55px;
    height: 25px;
    background-image: url(../images/less-meer-btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
    right: 0;
    top: 80%;
    transform: translateY(-50%);
    transition: all 0.5s;
}
.service-slider .swiper {
    height: 100%;
}
.service-slider .swiper-slide {
    height: auto;
}
/****home-mid-block****/
.home-mid-block {
    background-color: #FFF2EB;
    padding: 100px 0 75px;
}
.home-mid-block-img img {
    border-radius: 10px;
    overflow: hidden;
}
.home-mid-block-info {
    padding-right: 166px;
}
.home-mid-block-info .common-btn {
    margin-top: 6px;
}
.home-mid-block-info h2 {
    margin-bottom: 35px;
}
/****usp-marquee-sec****/
.usp-marquee-sec {
	position: relative;
	overflow-x: clip;
	width: 100%;
	padding: 29px 0;
	background-color: #86411D;
}
.usp-marquee-sec::after {
	background: linear-gradient(90deg, #86411D 0%, #66290A 100%), #86411D;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 65px;
	/* padding: 9px 0; */
	position: relative;
	z-index: 1;
	/* background-color: #1D1D1B; */
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 65px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
	color: #FFF2EB;
	font-size: 1.6rem;
	line-height: 17px;
    font-family: 'ArticulatCF-Medium';
	padding-left: 35px;
	position: relative;
}
.usp-marquee-wrap li::after {
	content: "";
    position: absolute;
    width: 28px;
    height: 22px;
    background-image: url(../images/marquee-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    left: 0;
    top: -3px;
}
.usp-marquee-sec .sec-mark {
	right: 0;
	left: auto;
	z-index: -1;
}
/****about-sec****/
.about-sec {
    background-color: #fff;
    position: relative;
    padding: 86px 0 90px;
}
.about-mark {
    position: absolute;
    left: 0;
    top: 0;
    height: 42%;
    width: 100%;
}
.about-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 49%;
    height: 100%;
}
.about-img img {
    height: 100%;
    object-fit: cover;
}
.about-info {
    padding: 30px 50px 23%;
    position: relative;
    z-index: 1;
    max-width: 733px;
    margin-left: auto;
}
.about-women {
	position: absolute;
	bottom: 0;
	left: 45%;
	transform: translateX(-50%);
	/* width: 433.6px;
	height: 560px; */
}
.about-women img{
	height: 100%;
	object-fit: cover;
}
.about-btm-mark {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.about-info p {
    margin: 33px 0 62px;
}
.about-women-info h4 {
    font-size: 2.4rem;
    color: #86411D;
    font-family: 'NeftaliPro-ThinItalic';
    line-height: 29px;
}
.about-women-info {
    margin-left: 33%;
    position: relative;
    z-index: 1;
}
.about-women-info h4 strong {
    color: #121212;
    font-weight: normal;
    font-family: 'ArticulatCF-DemiBold';
    font-size: 1.6rem;
}
.about-women-info h4 img {
    margin-right: 20px;
}
/****client-review-sec****/
.client-review-sec {
    background-color: #FFF2EB;
    padding: 123px 0 118px;
}
.client-review-title {
    margin-bottom: 75px;
}
.client-review-slider-wrap {
    padding: 0 80px;
}
.each-client-review-info {
    border-radius: 10px;
    background-color: #FFF;
    padding: 29px 49px;
    padding-right: 86px;
}
.each-client-review-info p {
    margin-bottom: 0;
}
.each-client-img {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    overflow: hidden;
    margin: 0 auto;
}
.each-client-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.each-client-info {
    margin-top: 14px;
}
.each-client-info h5 {
    font-family: 'Poppins-SemiBold';
    color: #121212;
    font-size: 1.6rem;
    line-height: 21px;
}
.each-client-area {
    text-align: center;
    padding-top: 61px;
    position: relative;
}
.client-mark {
    position: absolute;
    top: 6%;
    right: 13%;
    width: 60px;
    height: 60px;
}
/****footer-area****/
.footer-area {
    background: linear-gradient(90deg, #86411D 0%, #66290A 100%), #86411D;
    padding: 70px 0 0;
}
.footer-logo img {
    width: 386px;
}
.footer-right {
    display: flex;
    column-gap: 92px;
    justify-content: end;
    padding-top: 30px;
}
.each-footer-contact h6 {
    font-family: 'ArticulatCF-DemiBold';
    font-size: 1.6rem;
    line-height: normal;
    color: #fff;
    margin-bottom: 8px;
}
.each-footer-contact li {
    margin-bottom: 6px;
}
.each-footer-contact li a {
    line-height: normal;
}
.each-footer-contact p {
    margin-bottom: 6px;
}
.footer-area a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.footer-btm {
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    margin-top: 29px;
    padding: 42px 0 20px;
}
.footer-social ul {
    display: flex;
    justify-content: end;
    column-gap: 7px;
}
.footer-social li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}
.footer-social li img {
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social li:hover {
    background-color: #fff;
}
.footer-social li:hover img {
    filter: none;
}
.footer-btm-left a {
    line-height: normal;
}
/* ============================================== Symptomen ============================================== */
/****list-sec****/
.list-sec {
    padding: 120px 0;
    position: relative;
}
.list-mark {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
}
.list-sec .each-service-part {
    border-radius: 10px;
    overflow: hidden;
}
.list-sec .row {
    row-gap: 20px;
}
/* ============================================== faq ============================================== */
/****faq-top****/
.faq-top {
    position: relative;
    padding: 84px 0 120px;
}
.faq-mark {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 1;
}
.faq-top-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.faq-top-info {
    text-align: center;
    position: relative;
    z-index: 1;
}
.faq-top-info h2 {
    color: #121212;
    margin-bottom: 32px;
}
.faq-top-info p {
    max-width: 930px;
    margin: 0 auto;
    height: 100%;
}
/****faq-block****/
.faq-block {
    padding-bottom: 120px;
}
.acc-block ul {
	padding: 0 ;
	margin: 0;
	list-style: none;
}
.acc-block h4 {
    position: relative;
    cursor: pointer;
    padding-right: 28px;
    color: #121212;
    font-size: 2.4rem;
    line-height: normal;
    font-family: 'ArticulatCF-Medium';
}
.acc-block li {
	border-radius: 10px;
	border: 1px solid rgba(18, 18, 18, 0.10);
    background-color: #F3F3F3;
	padding: 52px 120px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.acc-block li:hover {
    background-color: #662A0A;
}
.acc-block li:hover h4 {
    color: #fff;
}
.acc-block li:hover p {
    color: rgba(255, 255, 255, 0.75);
}
.acc-block p {
	margin-top: 30px;
	margin-bottom: 0;
	max-width: 830px;
	width: 100%;
}
.acc-block li>*:not(:first-child) {
	display: none;
}
.acc-block li.show_accordian {
    background-color: #66290A;
}
.acc-block li.show_accordian h4 {
    color: #fff;
}
.acc-block li.show_accordian p {
    color: rgba(255, 255, 255, 0.75);
}
.acc-block li h4::after {
	position: absolute;
	height: 23px;
	width: 23px;
	background-image: url(../images/acc-down-arrow.svg);
	background-size: 23px;
	content: "";
	top: 4px;
	right: 0;
	transition: all 0.5s;
}
.show_accordian h4::after {
    background-image: url(../images/acc-down-arrow.svg) !important;
    transform: rotate(180deg);
    filter: brightness(1) invert(1);
}
.acc-block li:hover h4::after {
	transform: rotate(180deg);
    filter: brightness(1) invert(1);
}
/* ============================================== Stress ============================================== */
.inner-header .header-area {
    background: #662A0A;
}
/****back-btn****/
.back-btn {
    position: relative;
    padding: 232px 0 24px;
}
.back-btn-mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.back-top-mark {
    position: absolute;
    top: 46%;
    left: 24%;
    pointer-events: none;
}
.back-btn .common-btn {
    padding-left: 100px;
    padding-right: 24px;
}
.back-btn .common-btn::after {
    right: auto;
    left: 22px;
    transform: translateY(-50%) rotate(180deg);
}
.back-btn .common-btn:hover::after {
    left: 16px;
}
/****stress-top-sec****/
.stress-top-sec {
    position: relative;
}
.stress-top-img {
    border-radius: 10px;
    overflow: hidden;
}
.stress-top-info {
    padding-right: 20px;
    max-width: 600px;
    width: 100%;
}
.stress-top-info img {
    width: 52px;
    height: 58px;
}
.stress-top-info h2 {
    color: #121212;
    line-height: normal;
    margin: 22px 0 25px;
}
.stress-top-info p {
    color: #121212;
    margin-bottom: 0;
}
/****stress-mid-sec****/
.stress-mid-sec {
    padding: 120px 0;
}
.stress-mid-img {
    border-radius: 10px;
    overflow: hidden;
}
.stress-mid-info {
    padding-left: 62px;
    width: 100%;
    max-width: 600px;
}
.stress-mid-info h3 {
    margin-bottom: 25px;
}
.stress-mid-info p:last-child {
    margin-bottom: 0;
}
/****stress-table-block****/
.stress-table-block {
    background: linear-gradient(90deg, #86411D 0%, #66290A 100%);
    padding: 79px 0 70px;
}
.stress-table-wrap {
    padding: 0 154px;
}
.stress-table-area table {
    width: 100%;
}
.stress-table-area tr {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.stress-table-area tr::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background: linear-gradient(0deg, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 1) 50%, hsla(0, 0%, 100%, 0) 100%);
}
.stress-table-area h4 {
    color: #FFF;
    font-family: 'ArticulatCF-Medium';
    font-size: 2.4rem;
    line-height: normal;
    margin-bottom: 26px;
}
.stress-table-area li {
    line-height: 24px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 16px;
    position: relative;
    padding-left: 17px;
}
.stress-table-area li:last-child {
    margin-bottom: 0;
}
.stress-table-area li::after {
    position: absolute;
    top: 6px;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 50px;
    content: '';
}
/****form-sec****/
.form-sec {
    padding: 88px 0 91px;
}
.form-wrap {
    border-radius: 10px;
    background: rgba(102, 42, 10, 0.40);
    backdrop-filter: blur(16px);
    padding: 24px;
}
.form-left-part {
    padding: 60px 36px;
    width: 100%;
    max-width: 515px;
}
.form-left-title {
    margin-bottom: 70px;
}
.form-left-title h3,
.form-left-title p {
    color: #fff;
}
.form-left-title h3 {
    margin-bottom: 22px;
}
.form-left-title p {
    margin-bottom: 0;
}
.form-left-contact-dtls {
    display: flex;
    column-gap: 80px;
}
.each-form-left-contact-dtls h5 {
    font-family: 'ArticulatCF-DemiBold';
    font-size: 1.6rem;
    line-height: normal;
    color: #fff;
    margin-bottom: 10px;
}
.each-form-left-contact-dtls p,
.each-form-left-contact-dtls a {
    line-height: normal;
}
.each-form-left-contact-dtls p {
    margin-bottom: 10px;
}
.each-form-left-contact-dtls a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.form-left-social {
    margin-top: 56px;
}
.form-left-social ul {
    display: flex;
    column-gap: 7px;
}
.form-left-social li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}
.form-left-social li img {
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-left-social li:hover {
    background-color: #fff;
}
.form-left-social li:hover img {
    filter: none;
}
.form-block {
    border-radius: 10px;
    background: #FFF;
    padding: 60px;
    max-width: 806px;
    margin-right: 0;
    margin-left: auto;
}
.form-block .form-group {
    margin-bottom: 20px;
}
.form-block label {
    line-height: 28px;
    margin-bottom: 13px;
    color: #121212;
}
.form-block .row {
    margin: 0 -7px;
}
.form-block .col-lg-6,
.form-block .col-lg-12 {
    padding: 0 7px;
}
.form-block .form-style {
    resize: none;
    border: 0;
    border-radius: 5px;
    background-color: #FFFFFF;
    font-size: 1.6rem;
    line-height: 28px;
    padding: 15px 28px;
    color: #121212;
    border: 1px solid rgba(18, 18, 18, 0.60);
}
.form-block .form-style:placeholder {
    color: rgba(18, 18, 18, 0.60);
}
.form-block .form-style:-ms-input-placeholder {
    color: rgba(18, 18, 18, 0.60);
}
.form-block .form-style::placeholder {
    color: rgba(18, 18, 18, 0.60);
}
.form-block .form-style:focus {
    color: #121212;
    border-color: #121212;
    box-shadow: none;
}
.form-block .form-style.photo_upload,
.form-block .form-style.foto_upload {
    color: rgba(18, 18, 18, 0.60);
}
.form-block textarea.form-style {
    height: 147px;
}
.form-btn {
    margin-top: 22px;
}
.symptomen-service-sec {
    padding: 120px 0;
}
.symptomen-service-slider .swiper-slide {
    height: auto;
}
.symptomen-service-slider .service-title {
    margin-bottom: 81px;
}
.symptomen-service-slider .each-service-part:hover {
    border-radius: 10px;
    overflow: hidden;
}
.symptomen-service-slider .each-service-part {
    padding-top: 33px;
    padding-left: 69px;
    padding-right: 69px;
}
.symptomen-service-slider .service-vector {
    height: 52px;
    width: 52px;
}
/* ============================================== Wat-is-het ============================================== */
/****haptotherapie-about-sec****/
.haptotherapie-about-sec {
    position: relative;
    padding-top: 91px;
}
.haptotherapie-about-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.haptotherapie-about-bg img {
    height: 100%;
    object-fit: cover;
}
.haptotherapie-about-mark {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.haptotherapie-about-title {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
}
.haptotherapie-about-title h2 {
    color: #121212;
    line-height: normal;
    margin-bottom: 22px;
}
.haptotherapie-about-title p {
    margin-bottom: 16px;
}
/****haptotherapie-top-sec****/
.haptotherapie-top-sec {
    padding-top: 128px;
}
.haptotherapie-top-img {
    border-radius: 10px;
    overflow: hidden;
}
.haptotherapie-top-info {
    width: 100%;
    max-width: 639px;
    padding-right: 20px;
    padding-left: 120px;
}
/****haptotherapie-mid-sec****/
.haptotherapie-mid-sec {
    padding: 80px 0 120px;
    position: relative;
}
.haptotherapie-mid-mark {
    position: absolute;
    bottom: 16%;
    right: 0;
    pointer-events: none;
}
.haptotherapie-mid-area {
    position: relative;
    z-index: 1;
}
.haptotherapie-mid-img {
    max-width: 683px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.haptotherapie-mid-info {
    padding-left: 36px;
}
.haptotherapie-mid-info h4 {
    color: #121212;
    font-family: 'ArticulatCF-Medium';
    font-size: 2.4rem;
    line-height: normal;
    margin-bottom: 25px;
}
.haptotherapie-mid-info {
    padding-left: 36px;
    width: 100%;
    max-width: 664px;
}
.haptotherapie-mid-info p {
    /* color: #121212; */
    margin-bottom: 17px;
}
.haptotherapie-mid-info ul {
    padding-left: 12px;
}
.haptotherapie-mid-info li {
    position: relative;
    padding-left: 14px;
    line-height: 24px;
    margin-bottom: 7px;
}
.haptotherapie-mid-info li::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: rgba(18, 18, 18, 0.75);
    border-radius: 50px;
}
/* ============================================== contact ============================================== */
/****inner-banner****/
.inner-banner {
    position: relative;
}
.inner-banner-img {
    position: relative;
}
.inner-banner-content {
    position: absolute;
    bottom: 13%;
}
/****contact-form-sec****/
.contact-form-sec {
    padding: 115px 0 61px;
}
.contact-form-sec .form-left-part {
    max-width: 613px;
    padding-left: 51px;
}
.contact-form-sec .form-wrap {
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    padding: 0;
}
.contact-form-sec .form-left-title h3,
.contact-form-sec .form-left-title p,
.contact-form-sec .each-form-left-contact-dtls h5,
.contact-form-sec .each-form-left-contact-dtls p,
.contact-form-sec .each-form-left-contact-dtls a {
    color: #121212;
}
.contact-form-sec .form-left-social li {
    background-color: transparent;
    border-color: #121212;
}
.contact-form-sec .form-left-social li img {
    filter: brightness(100) invert(1);
}
.contact-form-sec .form-left-social li:hover {
    background-color: #121212;
}
.contact-form-sec .form-left-social li:hover img {
    filter: brightness(0) invert(1);
}
.contact-form-sec .each-form-left-contact-dtls a:hover {
    color: #86411D;
}
.contact-form-content {
    margin-top: 62px;
}
.contact-form-content h3 {
    margin-bottom: 24px;
}
.contact-form-sec .form-left-social {
    margin-top: 34px;
}
.contact-form-sec .form-left-contact-dtls {
    column-gap: 21px;
}
/* ============================================== Voor-vocalisten ============================================== */
/****voor-vocalisten-top-sec****/
.voor-vocalisten-top-sec {
    padding-bottom: 80px;
}
/***line-fill***/
.line-fill{
    position: relative;
}
.line {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    background-color: #D2D2D2;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.line-inner {
    height: 0%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #662A0A;
    border-radius: 10px;
    overflow: hidden;
}
/****voor-vocalisten-mid-sec****/
.voor-vocalisten-mid-sec {
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}
.voor-vocalisten-mid-mark {
    position: absolute;
    bottom: 3%;
    right: 0;
    pointer-events: none;
}
.voor-vocalisten-mid-area {
    position: relative;
    z-index: 1;
}
.voor-vocalisten-left-img,
.voor-vocalisten-right-img {
    border-radius: 10px;
    overflow: hidden;
}
.voor-vocalisten-left-img {
    max-width: 683px;
    width: 100%;
}
.voor-vocalisten-left-info {
    padding: 7px 20px 56px 123px;
    max-width: 631px;
    width: 100%;
    margin-bottom: 88px;
}
.voor-vocalisten-left-info .line {
    left: 13%;
}
.voor-vocalisten-left-info h4,
.voor-vocalisten-right-info h4 {
    font-family: 'ArticulatCF-Medium';
    font-size: 2.4rem;
    line-height: normal;
    color: #121212;
    margin-bottom: 24px;
}
.voor-vocalisten-left-info p,
.voor-vocalisten-right-info p {
    margin-bottom: 15px;
}
.voor-vocalisten-right-info {
    padding-top: 7px;
    padding-left: 26px;
    padding-bottom: 8px;
    width: 100%;
    max-width: 532px;
    margin-top: 38px;
}
/****voor-vocalisten-btm-sec****/
.voor-vocalisten-btm-sec {
    padding: 120px 0;
}
.voor-vocalisten-btm-mid-info {
    padding-left: 35px;
    padding-right: 25px;
}
.voor-vocalisten-btm-mid-info h3 {
    margin-bottom: 18px;
}
.voor-vocalisten-btm-mid-info ul {
    margin-bottom: 40px;
}
.voor-vocalisten-btm-mid-info li {
    line-height: 24px;
    color: #121212;
    position: relative;
    padding-left: 16px;
}
.voor-vocalisten-btm-mid-info li::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: rgba(18, 18, 18, 0.75);
    border-radius: 50px;
}
.voor-vocalisten-btm-mid-info h4 {
    font-family: 'ArticulatCF-Medium';
    color: #121212;
    font-size: 2.4rem;
    line-height: normal;
    margin-bottom: 18px;
}
.voor-vocalisten-btm-left-img {
    max-width: 233px;
    width: 100%;
}
.voor-vocalisten-btm-mid-info p {
    margin-bottom: 0;
}
.voor-vocalisten-btm-left-img,
.voor-vocalisten-btm-right-img {
    border-radius: 10px;
    overflow: hidden;
}
.mob-voor-vocalisten-btm-right-img,
.mob-voor-vocalisten-btm-left-img {
    display: none;
}
/* ============================================== Tarieven ============================================== */
/****tarieven-top****/
.tarieven-top {
    position: relative;
}
.tarieven-top-mark {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.tarieven-top-info {
    text-align: center;
}
.tarieven-top-info h2 {
    color: #121212;
    margin-bottom: 29px;
}
.tarieven-top-info p {
    max-width: 690px;
    margin: 0 auto 24px;
}
.tarieven-top {
    padding: 82px 0;
}
/* ============================================== bedankt ============================================== */
/****bedankt-banner-sec****/
.bedankt-banner-sec {
    position: relative;
}
.bedankt-banner-sec .banner-content h1 {
    max-width: 680px;
    margin-bottom: 62px;
}
/* ============================================== popup ============================================== */
.modal-area .modal-dialog {
    max-width: 69%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(102, 42, 10, 0.40);
    backdrop-filter: blur(16px);
}
.modal-area .modal-content {
    border: 0;
    background: #662A0A;
    position: relative;
    border-radius: 10px;
}
.modal-area .popup-content {
    padding: 63px;
}
.modal-area .popup-content h3 {
    color: #fff;
}
.modal-area .popup-content p{
    letter-spacing: 0.32px;
    line-height: 26.4px;
    color: #fff;
    margin-bottom: 0;
}
.modal-content .col-lg-5 {
    width: 47%;
}
.modal-content .col-lg-7 {
    width: 53%;
}
.pop-up-image {
    height: 100%;
}
.pop-up-image img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    overflow: hidden;
}
.modal-area .popup-content ul {
    margin: 36px 0 25px;
}
.modal-area .popup-content li {
    position: relative;
    font-size: 1.6rem;
    color: #fff;
    line-height: 26px;
    letter-spacing: 0.32px;
    font-family: 'ArticulatCFRegular';
}
.modal-area .popup-content li {
    padding-left: 15px;
    margin-bottom: 15px;
}
.modal-area .popup-content li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    background-image: url(../images/bullet.svg);
    background-size: 8px;
    height: 8px;
    width: 8px;
    background-position: center;
    background-repeat: no-repeat;
}
.modal-content .close-img {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}
.modal-content .close-img img {
    width: 28px;
}
/* ============================================== Over-mij ============================================== */
/****over-mij-usp-marquee-sec****/
.over-mij-usp-marquee-sec::after {
    background: #fff;
}
.over-mij-usp-marquee-sec .usp-marquee-wrap li::after {
    filter: invert(1);
}
.over-mij-usp-marquee-sec .usp-marquee-wrap li {
    color: #121212;
}
.over-mij-about-sec .about-img {
    left: auto;
    right: 0;
    width: 47%;
}
.over-mij-about-sec .about-info {
    margin-left: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 8px;
    max-width: 614px;
}
.over-mij-about-sec h2 {
    margin-bottom: 20px;
}
.over-mij-about-sec .about-info p {
    margin-top: 0;
    margin-bottom: 15px;
    color: #121212;
}
.over-mij-about-sec .about-women-info {
    margin-left: 13%;
}
.over-mij-about-sec .about-women {
    left: 51%;
}
.over-mij-about-sec {
    padding-bottom: 72px;
}
/****over-mij-mid-sec****/
.over-mij-mid-sec {
    background: linear-gradient(0deg, #662A0A 0%, #662A0A 100%), #86411D;
    padding: 82px 0;
}
.over-mij-mid-area td {
    position: relative;
    padding: 50px;
}
.over-mij-mid-area td::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: linear-gradient(0deg, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 1) 50%, hsla(0, 0%, 100%, 0) 100%);
}
.over-mij-mid-area td h4 {
    font-family: 'ArticulatCF-Medium';
    font-size: 2.4rem;
    line-height: normal;
    color: #fff;
    margin-bottom: 26px;
}
.over-mij-mid-area td p {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0;
}
.over-mij-mid-area td:first-child {
    padding-left: 0;
}
.over-mij-mid-area td:last-child {
    padding-right: 0;
}
.over-mij-mid-area td:last-child::after {
    display: none;
}
/****over-mij-btm-sec****/
.over-mij-btm-sec {
    padding-top: 120px;
}
.over-mij-btm-area .col-lg-7 {
    width: 50.55%;
}
.over-mij-btm-area .col-lg-5 {
    width: 49.45%;
}
.over-mij-btm-info {
    max-width: 669px;
    width: 100%;
    padding-left: 22px;
}
.over-mij-btm-info h4 {
    font-family: 'ArticulatCF-Medium';
    font-size: 2.4rem;
    line-height: normal;
    color: #121212;
    margin-bottom: 28px;
}
.over-mij-btm-info p {
    color: #121212;
    margin-bottom: 15px;
}
.over-mij-btm-info h6 {
    color: #121212;
    font-family: 'ArticulatCF-DemiBold';
    font-size: 1.6rem;
    line-height: 24px;
}
/****over-mij-service-sec****/
.over-mij-service-sec {
    padding: 120px 0;
    position: relative;
}
.over-mij-service-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.over-mij-service-area {
    position: relative;
    z-index: 1;
}
.over-mij-service-title h2 {
    margin-bottom: 81px;
}
.over-mij-service-slider .each-service-part:hover {
    border-radius: 10px;
    overflow: hidden;
}
.over-mij-service-slider .each-service-part {
    padding-top: 33px;
    padding-left: 71px;
    padding-right: 71px;
}
.over-mij-service-slider .common-arrow {
    filter: brightness(100) invert(1);
}
.over-mij-service-slider .common-arrow:hover {
    filter: none;
}
.over-mij-service-slider .common-arrow img {
    width: 16px;
}
.over-mij-service-slider .swiper-button-prev {
    left: -3%;
}
.over-mij-service-slider .swiper-button-next {
    right: -3%;
}




/* ================================================================================= STYLE FOR DEVELOPER ============================================================================================ */


/*******loader*****/
#loader_section{
    display:none;
    width:100%;
    position: fixed;
    top: 0;
    background: #000000b8;
    z-index: 9999999;
    height: 100vh;
    padding: 30vh 0px;
  }
  #loader_section p{
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
  }
  #loader_section img{
    width: 100px;
    margin-bottom: 25px;
  }
  
  /*********Morgen Footer************/
  .morgeninternet-footer {
      background: #000000;
      width: 100%;
      height: 50px;
      display: block;
      text-align: center;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer:hover {
      background: #202020;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer > img {
      height: 35px;
      padding-top: 15px;
  }
  
  
  /****aanbod dtl****/
  .kenteken_np{
      background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
      background-repeat: no-repeat;
      background-position: left;
      padding: 4px 10px 6px 20px;
      color: #000;
      background-size: contain;
  }
  .star_icon{
      margin-bottom: 30px;
  }
  .star_icon h4{
      padding-bottom: 10px;
      text-transform: uppercase;
      padding-top: 15px;
      margin-bottom: 15px;
     /* color: #1c1c1c;*/
      border-bottom: 1px solid #181716;
      padding-bottom: 10px;
  }
  .star_icon p img{
      width: 15px;
      margin-top: -3px;
      margin-right: 5px;
  }
  .star_icon p{
      padding-bottom: 6px;
      word-break: break-word;
  }
  .photo_contnt li img{
      width: 15px;
      margin-left: 5px;
  }
  .star_icon h3 {
      margin: 40px 0 30px;
  }
  .aanbod-detail-tab-sec .tab-content .star_icon p {
      margin: 0;
  }
  .bullet-panel h3 {
      margin-bottom: 30px;
  }
  .cursor{
      cursor:pointer;
  }
  .aanbod-loader {
      width: 45px;
      height: 40px;
      background: linear-gradient(#1F221F calc(1*100%/6),#0162AF 0 calc(3*100%/6),#1F221F 0),
                linear-gradient(#1F221F calc(2*100%/6),#0162AF 0 calc(4*100%/6),#1F221F 0),
                linear-gradient(#1F221F calc(3*100%/6),#0162AF 0 calc(5*100%/6),#1F221F 0);
      background-size: 10px 400%;
      background-repeat: no-repeat;
      animation: matrix 1s infinite linear;
    }
    @keyframes matrix {
      0% {
        background-position: 0% 100%, 50% 100%, 100% 100%
      }
    
      100% {
        background-position: 0% 0%, 50% 0%, 100% 0%
      }
    }
    .load_aanbod{
      justify-content: center;
      display: flex;
      column-gap: 30px;
      align-items: center;
      color: #1F221F;
    }
  
  
  .carpass-img {
      width: 115px;
  }
  
  .popup .popuptext {
      display: none;
      width: 200px;
      background-color: #25D366;
      color: #fff;
      text-align: center;
      border-radius: 20px;
      padding: 8px 0;
      position: absolute;
      z-index: 1;
      bottom: 3px;
      right: 71px;
      font-size: small;
  }
  
  .notifcation {
      position: relative;
  }
  
  .alert-number {
      display: none;
      position: absolute;
      bottom: 47px;
      right: 20px;
      top: -12px;
      border-radius: 50%;
      width: 17px;
      height: 17px;
      background-color: red;
      color: white;
      text-align: center;
      font-size: small;
      animation: shake 0.5s;
      animation-iteration-count: 1;
  }
  
  @media screen and (max-width: 600px) {
      .popuptext {
          right: 60px !important;
      }
  }
  @media (max-width : 767.98px){
      .fixed-whatsapp-icon{
          display: none;
      }
  }
.over-mij-service-title
{
    position: relative;
    z-index: 1;
}

.privacy_section{
    padding-top: 170px;
}


.common-btn {
    padding: 7px 100px 7px 24px;
}
.banner-info-left li img {
    width: 42px;
    height: 28px;
}
.banner-info-left a br {
    display: none;
}
.banner-info-left li a {
    margin-top: 8px;
}
.each-service-part:hover .each-service-part-block-wrap img {
    filter: brightness(0) invert(1);
}
.home-mid-block-info h2 {
    max-width: 200px;
    width: 100%;
}
.about-info {
    padding: 30px 50px 19%;
}
.about-btm-mark {
    bottom: -13px;
}
.each-client-review-info p {
    font-family: 'Poppins-Regular';
    color: #121212;
    line-height: 21px;
}
.stress-table-area tr {
    flex-wrap: wrap;
}
.stress-table-area td {
    width: 50%;
}
.stress-table-area td:last-child {
    padding-left: 142px;
}
.haptotherapie-about-mark {
    top: 78px;
}
.each-form-left-contact-dtls p, .each-form-left-contact-dtls a {
    line-height: 27px;
}
.each-form-left-contact-dtls p {
    margin-bottom: 0;
}
.acc-block li {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.faq-block {
    padding-top: 12px;
}
.faq-top {
    padding: 84px 0 106px;
}
.acc-block li.show_accordian {
    padding-bottom: 111px;
}
.over-mij-service-sec .each-service-part {
    border-radius: 10px; 
    overflow: hidden;
}
.service-sec {
    position: relative;
}
.service-sec::after,
.service-sec::before {
  position: absolute;
  left: 33.33%;
  top: 0;
  width: 2px;
  height: 100%;
  content: "";
  background-color: #121212;
  z-index: 2;
}
.service-sec::after {
    left: auto;
    right: 33.33%;
}
.symptomen-service-sec::after,
.symptomen-service-sec::before,
.over-mij-service-sec::after,
.over-mij-service-sec::before {
    display: none;
}
.menu-mid .dropdown-menu li a:hover {
    font-family: 'ArticulatCF-Medium';
}
.show_accordian p{
    display: block !important;
}