@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
@font-face {font-family: 'PolySans Bulky';src: url('../fonts/PolySans-BulkyWide.woff2') format('woff2'),url('../fonts/PolySans-BulkyWide.woff') format('woff'),url('../fonts/PolySans-BulkyWide.svg#PolySans-BulkyWide') format('svg');font-weight: bold;font-style: normal;font-display: swap;}

/* font-family: 'Open Sans', sans-serif; */
/* font-family: 'PolySans Bulky'; */

:root {
    --OpenSans: 'Open Sans', sans-serif;
    --PolySans: 'PolySans Bulky';
    --Montserrat: 'Montserrat', sans-serif;
    scroll-behavior: initial !important;
}

* {margin: 0;padding: 0;box-sizing: border-box;}
body {margin: 0;padding: 0;padding-top: 135px;background: #fff;font-size: 13px;-webkit-text-size-adjust: 100%;font-family: var(--PolySans);position: relative;color: #000000;}
::-moz-selection {background: #fff;color: #000;}
img {border: none !important;outline: none;max-width: 100%;height: auto;}
input {transition: all 0.4s ease 0s;-webkit-transition: all 0.4s ease 0s;text-decoration: none;outline: none;border: none;}
input:focus, select:focus, textarea:focus {outline: 0 !important;box-shadow: none !important;opacity: 1;}
a {transition: 0.3s ease;}
a:hover, a:focus {outline: none;text-decoration: none;text-decoration: none;color: #FF0000;}
select::-ms-expand {display: none;}
strong {font-weight: 700;}
select:focus {outline: none;border: none;}
button:focus {outline: none !important;outline: none !important;}
button {cursor: pointer;transition: all 0.4s ease 0s;-webkit-transition: all 0.4s ease 0s;text-decoration: none;outline: none;border: none;}
textarea {outline: none !important;resize: none;}
ul li, ol li, ul, ol {list-style: none;margin: 0;padding: 0;}
html {overflow-x: hidden;}
html, body {width: 100%;max-width: 100%;min-height: 100vh;}
.mobile {display: none;}
.desktop {display: block;}
p {font-size: 16px;line-height: 20px;font-weight: 400;color: #323232;font-family: var(--OpenSans);}
body a {text-decoration: none;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-left {text-align: left;}

h1 {font-family: var(--PolySans);font-size: 46px;line-height: 50px;color: #19191E;}
h1 > span {position: relative;display: inline-block;}
h1 > span::before {content: '';width: calc(100% + 8px);height: 18px;position: absolute;left: -5px;bottom: -6px;background-color: #FF0000;}
h1 > span > span {position: relative;display: inline-block;}

h2 {font-family: var(--PolySans);font-size: 46px;line-height: 50px;color: #19191E;}
h2 > span {position: relative;display: inline-block;}
h2 > span::before {content: '';width: calc(100% + 8px);height: 18px;position: absolute;left: -5px;bottom: -6px;background-color: #FF0000;}
h2 > span > span {position: relative;display: inline-block;}

h3 > span {position: relative;display: inline-block;}
h3 > span::before {content: '';width: calc(100% + 8px);height: 13px;position: absolute;left: -5px;bottom: -2px;background-color: #FF0000;}
h3 > span > span {position: relative;display: inline-block;}

h4 > span {position: relative;display: inline-block;}
h4 > span::before {content: '';width: calc(100% + 8px);height: 12px;position: absolute;left: -5px;bottom: -2px;background-color: #FF0000;}
h4 > span > span {position: relative;display: inline-block;}

h5 > span {position: relative;display: inline-block;}
h5 > span::before {content: '';width: calc(100% + 8px);height: 10px;position: absolute;left: -5px;bottom: -2px;background-color: #FF0000;}
h5 > span > span {position: relative;display: inline-block;}

h6 > span {position: relative;display: inline-block;}
h6 > span::before {content: '';width: calc(100% + 8px);height: 8px;position: absolute;left: -5px;bottom: -2px;background-color: #FF0000;}
h6 > span > span {position: relative;display: inline-block;}

.row-wrp {display: flex;flex-wrap: wrap;width: 100%;}

body .container {max-width: 1300px;}

body .lines {background-color: #000000;}
body .lines:before, body .lines:after {background: #000000;}

/* custom common button */

.btn-red-black {width: 300px;height: 42px;position: relative;font-size: 20px;font-weight: 700;line-height: 24px;color: #FFFFFF;display: flex;align-items: center;padding: 5px 45px 5px 26px;border-radius: 50px;background-color: #19191E;}
.btn-red-black:hover {color: #FFFFFF;background-color: #FF0000;}
.btn-red-black span {position: absolute;right: 0;top: 0;width: 42px;height: 42px;border-radius: 45px;background-color: #FF0000;display: flex;align-items: center;justify-content: center;transition: 0.3s ease;}
.btn-red-black span img {width: 25px;height: auto;}
.btn-red-black:hover span {background-color: #19191E;}

.outline-btn-black {width: 280px;display: inline-flex;border: 1px solid #19191F;background-color: transparent;border-radius: 20px;height: 40px;font-family: var(--PolySans);font-size: 20px;line-height: 24px;color: #19191F;align-items: center;justify-content: center;}
.outline-btn-black:hover {background-color: #19191F;color: #FFFFFF;}
.outline-btn-white {width: 280px;display: inline-flex;border: 1px solid #FFFFFF;background-color: transparent;border-radius: 20px;height: 40px;font-family: var(--PolySans);font-size: 20px;line-height: 24px;color: #FFFFFF;align-items: center;justify-content: center;}
.outline-btn-white:hover {background-color: #FFFFFF;color: #19191E;}
.outline-btn-red {border: 1px solid #FF0000;background-color: transparent;color: #FF0000;border-radius: 50px;padding: 1px 19.5px;font-family: var(--PolySans);font-size: 18px;line-height: 28px;display: block;width: max-content;}
.outline-btn-red:hover {background-color: #FF0000;color: #FFFFFF;}

/* custom common button end */

/* Header css start*/

header {position: fixed;width: 100%;z-index: 9999;background-color: #FFFFFF;top: 0;padding-top: 35px;}
body.fixnav header {box-shadow: 0px 3px 10px rgba(0,0,0,0.2);}
.top-header {background-color: #000000;}
header .top-header {padding: 7.5px 0px;position: fixed;top: 0;left: 0;width: 100%;}
header .top-header .wrper {display: flex;align-items: center;width: 100%;}
header .top-header .col-left {display: flex;align-items: center;max-width: 59.6%;width: 100%;}
header .top-header .col-right {display: flex;align-items: center;max-width: 40.4%;width: 100%;}
header .top-header .col-left .logo {max-width: 256px;width: 100%;min-width: 256px;height: 100%;}
header .top-header .col-left ul {display: flex;align-items: center;column-gap: 30px;}
header .top-header .col-left ul li a {font-family: var(--OpenSans);font-size: 14px;line-height: 16px;letter-spacing: 0.56px;color: #FFFFFF;}
header .top-header .col-left ul li a:hover, header .top-header .col-left ul li a.active {color: #FF0000;}
header .top-header .col-right ul li a:hover span, header .top-header .col-right ul li a.active span {color: #FF0000;}
header .top-header .col-right .rating-wrp {display: flex;align-items: center;}
header .top-header .col-right .rating-wrp span {font-family: var(--OpenSans);font-size: 14px;line-height: 16px;letter-spacing: 0.56px;color: #FFFFFF;margin-left: 12px;}
header .top-header .col-right ul {margin-left: auto;}
header .top-header .col-right ul li a {display: flex;align-items: center;}
header .top-header .col-right ul li a img {max-width: 20px;max-height: 20px;width: 100%;height: 100%;}
header .top-header .col-right ul li a span {font-family: var(--OpenSans);font-size: 14px;line-height: 16px;letter-spacing: 0.56px;color: #FFFFFF;font-weight: 700;margin-left: 8px;transition: 0.3s ease;}

header .main-menu-wrp {display: flex;align-items: center;}
header .main-menu-wrp .logo {margin-top: 8px;}
header .main-menu-wrp .menuwrap {margin-left: 82px;}
header .main-menu-wrp .button {margin-left: auto;max-width: 209px;width: 100%;}
header .main-menu-wrp .button a, .button a {display: flex;align-items: center;justify-content: center;width: 100%;padding: 3px 14px;height: 30px;background-color: #FFFFFF;border: 1px solid #FF0000;color: #FF0000;margin-top: -5px;border-radius: 30px;font-size: 18px;font-weight: 700;letter-spacing: 0.72px;line-height: 26px;}
header .main-menu-wrp .button a:hover, .button a:hover {background-color: #FF0000;color: #FFFFFF;}

.button a {display: flex;align-items: center;justify-content: center;width: 300px;padding: 14px 14px;height: 35px;background-color: #FFFFFF;border: 1px solid #FF0000;color: #FF0000;margin-top: -5px;border-radius: 30px;font-size: 18px;font-weight: 700;letter-spacing: 0.72px;line-height: 26px;}
.button a:hover {background-color: #FF0000;color: #FFFFFF;}

/* Header css end*/

/* hero banner css start */

.hero-banner {max-height: 600px;height: 100%;overflow: hidden;}

/* hero banner css end */

.mybuddy-een-section {margin-top: 58px;margin-bottom: 67px;}
.mybuddy-een-section .left-col {max-width: 57.09%;width: 100%;}
.mybuddy-een-section .left-col h1 {margin-bottom: 49px;}
.mybuddy-een-section .left-col p {font-size: 18px;line-height: 30px;color: #000000;font-weight: 400;max-width: 98%;width: 100%;margin-bottom: 30px;}
.mybuddy-een-section .left-col a.btn-red-black {margin-top: 64px;width: 300px;}
.mybuddy-een-section .right-col {max-width: 42.906%;width: 100%;padding-left: 127px;}
.mybuddy-een-section .right-col .solutions-for-wrp {background-color: #FF0000;border-radius: 25px;padding: 27px 35px 44px 35px;margin-top: 12px;}
.mybuddy-een-section .right-col .solutions-for-wrp h2 {font-family: var(--PolySans);font-size: 28px;line-height: 32px;color: #FFFFFF;}
.mybuddy-een-section .right-col .solutions-for-wrp h2 > span {position: relative;display: inline-block;}
.mybuddy-een-section .right-col .solutions-for-wrp h2 > span::before {content: '';width: calc(100% + 8px);height: 12.2px;background-color: #19191E;position: absolute;left: -2px;bottom: -3px;}
.mybuddy-een-section .right-col .solutions-for-wrp h2 > span > span {position: relative;}
.mybuddy-een-section .right-col .solutions-for-wrp ul {list-style: none;padding: 0;margin-top: 30px;}
.mybuddy-een-section .right-col .solutions-for-wrp ul li a {font-family: var(--PolySans);font-size: 18px;line-height: 35px;color: #FFFFFF;border-bottom: 1px solid #000000;display: block;}
.mybuddy-een-section .right-col .solutions-for-wrp ul li a:hover {color: #000000;}

.home-product-sec {margin-top: 67px;padding-top: 73px;padding-bottom: 70px;background-color: #EDECE3;}
.home-product-sec .product-slider-wrp .product-slider.off {display: flex;column-gap: 23px;row-gap: 23px;flex-wrap: wrap;justify-content: center;}
.home-product-sec .product-slider-wrp .product-slider .item {max-width: calc(33.33% - 15.5px);width: 100%;}
.home-product-sec .product-slider-wrp .product-slider.four-grid-view .item {max-width: calc(25% - 17.5px);width: 100%;}
.home-product-sec .product-slider-wrp .product-slider .img-wrp {width: 100%;height: 350px;background-color: #FFFFFF;border-radius: 22px;display: flex;align-items: center;justify-content: center;}
/* .home-product-sec .product-slider-wrp .product-slider .img-wrp img {width: 240px;height: auto;} */
.home-product-sec .product-slider-wrp .product-slider .content {margin-top: 16px;}
.home-product-sec .product-slider-wrp .product-slider .content h2 {font-size: 28px;line-height: 32px;color: #19191F;hyphens: auto;}
.home-product-sec .product-slider-wrp .product-slider .content h2 > span {position: relative;display: inline-block;padding: 0 2px;}
.home-product-sec .product-slider-wrp .product-slider .content h2 > span::before {content: '';width: calc(100% + 1px);height: 12.2px;background-color: #FF0000;position: absolute;left: 0;bottom: -3px;}
.home-product-sec .product-slider-wrp .product-slider .content h2 > span > span {position: relative;}
.home-product-sec .product-slider-wrp .product-slider .content ul {margin: 0;list-style: none;margin-top: 23px;}
.home-product-sec .product-slider-wrp .product-slider .content ul li {font-size: 18px;line-height: 32px;color: #19191F;position: relative;padding-left: 23px;}
.home-product-sec .product-slider-wrp .product-slider .content ul li::before {content: '';background: url(../images/right-mark-icon.svg) no-repeat center;width: 14px;height: 10px;position: absolute;left: 0;top: 12px;}
.home-product-sec .product-slider-wrp .content-with-btn {margin-top: 26px;}
.home-product-sec .product-slider-wrp .content-with-btn p {font-family: var(--OpenSans);font-size: 18px;line-height: 30px;color: #000000;}
.home-product-sec .product-slider-wrp .content-with-btn a.btn-red-black {margin-top: 65px;width: 280px;}

.team-behind-section {margin-top: 104px;margin-bottom: 69px;}
.team-behind-section .left-col {max-width: 52%;width: 100%;padding-right: 150px;}
.team-behind-section .right-col {max-width: 48%;width: 100%;padding-top: 5px;}
.team-behind-section .left-col .img-wrp {width: 450px;height: 450px;border-radius: 110px;overflow: hidden;}
.team-behind-section .left-col .img-wrp img {width: 100%;height: 100%;}
.team-behind-section .right-col h2 {margin-bottom: 53px;}
.team-behind-section .right-col h2 > span::before {content: '';width: calc(100% + 12px);height: 18px;position: absolute;left: -2px;bottom: -6px;background-color: #FF0000;}
.team-behind-section .right-col p {margin-bottom: 62px;font-family: var(--OpenSans);font-size: 18px;line-height: 30px;color: #000000;max-width: 522px;width: 100%;}

.partners-section {margin-top: 72px;margin-bottom: 73px;}
.partners-section h4 {font-family: var(--PolySans);font-size: 20px;line-height: 24px;color: #19191F;padding-left: 38px;}
.partners-section .partners-slider {padding: 32px 60px;border: 1px solid #E3E2D8;border-radius: 46px;overflow: hidden;}
.partners-section .partners-slider.less-then-five {display: flex;align-items: center;justify-content: space-between;border: 1px solid #E3E2D8;border-radius: 46px;}
.partners-section .partners-slider .owl-stage {display: flex;}
.partners-section .partners-slider .owl-stage .item {display: flex;align-items: center;height: 100%;}
.partners-section .partners-slider .owl-nav.disabled {display: none;}
.partners-section .partners-slider .owl-dots.disabled {display: none;}

.partners-section {margin-top: 72px;margin-bottom: 73px;}
.partners-section h4 {font-family: var(--PolySans);font-size: 20px;line-height: 24px;color: #19191F;padding-left: 38px;}
.partners-section .partners-slides-logo {padding: 54px 60px;border: 1px solid #E3E2D8;border-radius: 46px;overflow: hidden;}
.partners-section .partners-slides-logo.less-then-five {display: flex;align-items: center;justify-content: space-between;border: 1px solid #E3E2D8;border-radius: 46px;}
.partners-section .partners-slides-logo .owl-stage {display: flex;}
.partners-section .partners-slides-logo .owl-stage .item {display: flex;align-items: center;height: 100%;}
.partners-section .partners-slides-logo .owl-nav.disabled {display: none;}
.partners-section .partners-slides-logo .owl-dots.disabled {display: none;}

.why-choose-mybuddy {background-color: #19191E;padding-top: 60px;padding-bottom: 100px;}
.why-choose-mybuddy .heading {padding-bottom: 53px;}
.why-choose-mybuddy .heading h2 {color: #FFFFFF;margin-bottom: 0px;}
.why-choose-mybuddy .heading h2 > span::before {width: 100%;left: -2px;height: 12.2px;bottom: 0px;}
.why-choose-mybuddy .heading h2 + p {font-family: var(--OpenSans);font-size: 18px;line-height: 30px;color: #FFFFFF;margin-top: 45px;margin-bottom: 20px;}

.why-choose-mybuddy-slider {margin-bottom: 51px;}
.why-choose-mybuddy-slider.off {display: flex;flex-wrap: wrap;column-gap: 22px;row-gap: 22px;justify-content: center;}
.why-choose-mybuddy-slider .item {max-width: calc(33.33% - 15px);width: 100%;}
.why-choose-mybuddy-slider.four-grid-view .item {max-width: calc(24.8% - 15px);}
.why-choose-mybuddy-slider .item {padding: 39px 35px 60px 35px;background-color: #FFFFFF;border-radius: 22px;}
.why-choose-mybuddy-slider .item h2 {font-family: var(--PolySans);font-size: 22px;line-height: 26px;color: #FF0000;margin-bottom: 22px;text-align: center;}
.why-choose-mybuddy-slider .item h2 span {display: block;}
.why-choose-mybuddy-slider .item h2 span:before {display: none;}
.why-choose-mybuddy-slider .item p {font-family: var(--OpenSans);font-size: 16px;line-height: 20px;font-weight: 400;text-align: center;color: #19191F;margin-bottom: 20px;}
.why-choose-mybuddy-slider .item p strong {font-weight: 700;}
.why-choose-mybuddy-slider .item > strong {font-family: var(--OpenSans);font-size: 16px;line-height: 20px;font-weight: 700;text-align: center;color: #19191F;display: block;word-wrap: break-word;}
.why-choose-mybuddy-slider .item > strong a {color: #FF0000;text-decoration: underline;}
.why-choose-mybuddy-slider .item > strong a:hover {text-decoration: none;}
.why-choose-mybuddy-slider .item p:last-child {margin-bottom: 0;}
.why-choose-wrp {padding-bottom: 100px;}
.why-choose-wrp .outline-btn-white {width: 310px;}


.video-section > h2 {font-family: var(--PolySans);font-size: 28px;line-height: 32px;color: #FFFFFF;margin-top: 2px;margin-bottom: 13px;}
.video-section > p {color: #FFFFFF;}
.video-section .our-short-videos-slider {margin-top: 45px;}
.video-section .our-short-videos-slider.off {display: flex;column-gap: 25px;row-gap: 27px;flex-wrap: wrap;justify-content: center;}
.video-section .our-short-videos-slider .item {max-width: calc(33.33% - 17px);width: 100%;border-radius: 20px;overflow: hidden;position: relative;}
.video-section .our-short-videos-slider .item > span {display: block;position: absolute;top: 50%;left: 50%;width: 70px;height: 70px;transform: translate(-50%, -50%);pointer-events: none;z-index: 1;}
.video-border{border: 1px solid #ff0200;}

.works-for-section .back-image {max-height: 800px;height: 100%;overflow: hidden;}
.works-for-section .back-image img {width: 100%;height: 100%;}

.works-for-section .works-for-others-wrp {margin-top: -307px;z-index: 1;}
.works-for-section .works-for-others-wrp > a.btn-red-black {display: none;}
.works-for-others-wrp {background-color: #EDECE3;border-radius: 53px;padding: 43px 118px 56px 118px;position: relative;}
.works-for-others-wrp .heading {margin-bottom: 54px;}
.works-for-others-wrp .heading h2 {font-size: 28px;line-height: 44px;color: #19191F;text-align: center;margin-bottom: 0;}
.works-for-others-wrp .heading h2 > span::before {content: '';width: calc(100% + 2px);height: 10px;position: absolute;left: 0;bottom: 5px;background-color: #FF0000;}
.works-for-others-wrp .works-for-others-slider .owl-stage {display: flex;}
.works-for-others-wrp .works-for-others-slider .item {padding: 33px 22px 42px 22px;background-color: #FFFFFF;border-radius: 25px;display: flex;flex-direction: column;height: 100%;}
.works-for-others-wrp .works-for-others-slider .item h2 {font-family: var(--PolySans);font-size: 18px;line-height: 21px;color: #000000;margin-bottom: 19px;}
.works-for-others-wrp .works-for-others-slider .item p {font-family: var(--OpenSans);color: #000000;margin-bottom: 22px;}
.works-for-others-wrp .works-for-others-slider .item a {display: block;width: max-content;margin-top: auto;font-family: var(--PolySans);font-size: 18px;line-height: 21px;color: #000000;position: relative;}
.works-for-others-wrp .works-for-others-slider .item a:hover {color: #FF0000;}
.works-for-others-wrp .works-for-others-slider .item a::before {content: '';position: absolute;left: -1px;bottom: 1px;width: 100%;height: 3px;background-color: #FF0000;transition: 0.3s ease;}
.works-for-others-wrp .works-for-others-slider .item a:hover::before {background-color: transparent;}
.works-for-others-wrp .works-for-others-slider .item a span {position: relative;}
.works-for-others-wrp .works-for-others-slider .owl-nav button {width: 50px;height: 50px;border-radius: 50px;background-color: #FF0000;display: flex;align-items: center;justify-content: center;position: absolute;top: 30%;}
.works-for-others-wrp .works-for-others-slider .owl-nav button.owl-prev {left: -88px;}
.works-for-others-wrp .works-for-others-slider .owl-nav button.owl-prev img {transform: rotate(180deg);}
.works-for-others-wrp .works-for-others-slider .owl-nav button.owl-next {right: -88px;}
.works-for-others-wrp .works-for-others-slider .owl-nav button img {width: 30px;height: auto;}
.works-for-others-wrp .works-for-others-slider .owl-dots {display: flex;justify-content: center;column-gap: 6px;margin-top: 49px;}
.works-for-others-wrp .works-for-others-slider .owl-dots .owl-dot {width: 10px;height: 10px;border-radius: 10px;background-color: #808080;}
.works-for-others-wrp .works-for-others-slider .owl-dots .owl-dot.active {background-color: #19191F;}

.how-much-safety-section {margin-top: 52px;margin-bottom: 72px;}
.how-much-safety-section .section-heading {margin-bottom: 79px;}
.how-much-safety-section .section-heading h2 {margin-bottom: 34px;}
.how-much-safety-section .section-heading h2 > span::before {content: '';width: calc(100% + 4px);height: 18px;position: absolute;left: 0;bottom: -1px;background-color: #FF0000;}
.how-much-safety-section .section-heading p {font-size: 18px;line-height: 30px;color: #000000;margin-bottom: 0px;}
.how-much-safety-section .row-wrp {column-gap: 25px;}
/*.how-much-safety-section .left-col {max-width: 36.3%;width: 100%;display: flex;align-items: center;justify-content: end;}*/
.how-much-safety-section .right-col {max-width: 61.5%;width: 100%;}
/*
.how-much-safety-section .left-col ul {margin-top: -80px;}
.how-much-safety-section .left-col ul li {font-family: var(--PolySans);font-size: 18px;line-height: 30px;text-align: right;color: #19191F;}
*/
.how-much-safety-section .left-col {
    max-width: 100%;
    display: none;}





.pricing-table {display: flex;column-gap: 30px;}
.pricing-table li {width: 400px;}
.pricing-table li .heading {min-height: 90px;background-color: #DBDBD9;border: 1px solid #E3E2D8;border-radius: 25px;display: flex;align-items: center;justify-content: center;position: relative;}
.pricing-table li:nth-child(2) .heading > span {position: absolute;top: 0;left: 50%;background-color: #19191F;color: #FFFFFF;border-radius: 10px;font-family: var(--PolySans);font-size: 14px;line-height: 90%;padding: 5px 15.8px;width: max-content;transform: translate3d(-50%, -10px, 0px);z-index: 999;display: flex;align-items: center;}
.pricing-table li:nth-child(2) {border-color: #FF0000;}
.pricing-table li:nth-child(2) .heading {border: 1px solid #FF0000;}
.pricing-table li .heading p {font-family: var(--PolySans);font-size: 22px;line-height: 90%;color: #19191F;text-align: center;margin-bottom: 0;position: relative;}
.pricing-table li .heading p > span {position: relative;}
.pricing-table li .heading p > span::before {content: '';width: calc(100% + 4px);height: 5px;position: absolute;left: -2px;bottom: 3px;background-color: #FF0000;}
.pricing-table li .heading p > span > span {position: relative;z-index: 1;}
.pricing-table li .middel-content {border: 1px solid #E3E2D8;border-top: none;border-bottom: none;padding-top: 56px;margin-top: -28px;}
.pricing-table li:nth-child(2) .middel-content {border-color: #FF0000;}
.pricing-table li .middel-content p {font-family: var(--OpenSans);font-size: 13px;line-height: 100%;font-weight: 700;text-align: center;color: #19191F;margin-bottom: 0px;min-height: 30px;display: flex;align-items: center;justify-content: center;}
/* .pricing-table li:nth-child(2) .middel-content p:nth-child(6) {display: none;} */
/* .pricing-table li:nth-child(3) .middel-content p:nth-child(6) {display: none;} */
.pricing-table li .middel-content p span {font-family: var(--OpenSans);font-size: 14px;line-height: 24px;font-weight: 400;}
.pricing-table li .middel-content p:nth-child(odd) {background-color: rgba(237, 236, 227, 0.20);}
.pricing-table li .middel-content p:nth-child(even) {background-color: #FFFFFF;}
.pricing-table li .bottom-footer {padding-top: 40px;display: flex;flex-direction: column;align-items: center;border: 1px solid #E3E2D8;border-top: none;border-radius: 0px 0px 25px 25px;} 
.pricing-table li:nth-child(2) .bottom-footer {border-color: #FF0000;}
.pricing-table li:nth-child(1) .bottom-footer, .pricing-table li:nth-child(3) .bottom-footer {padding-bottom: 30px;}
.pricing-table li .bottom-footer .price {margin-bottom: 33px;}
.pricing-table li .bottom-footer .price h2 {font-family: var(--PolySans);font-size: 22px;color: #19191F;margin-bottom: 2px;line-height: 30px;}
.pricing-table li .bottom-footer .price h2 > span {position: relative;}
.pricing-table li .bottom-footer .price h2 > span::before {content: '';width: calc(100% + 4px);height: 5px;position: absolute;left: -2px;bottom: 3px;background-color: #EDECE3;}
.pricing-table li .bottom-footer .price h2 > span > span {position: relative;z-index: 1;}
.pricing-table li .bottom-footer .price > span {text-align: right;display: block;font-family: var(--OpenSans);font-size: 14px;line-height: 13px;color: #000000;}
.pricing-table li .bottom-footer a {font-family: var(--PolySans);font-size: 16px;line-height: 19px;color: #FF0000;display: flex;width: max-content;border: 1px solid #FF0000;padding: 4px 27px 5px 27px;border-radius: 30px;}
.pricing-table li .bottom-footer a:hover {color: #FFFFFF;background-color: #FF0000;}
.pricing-table li .bottom-footer a + p {font-family: var(--OpenSans);font-size: 13px;line-height: 14px;color: #000000;margin-top: 10px; padding-left: 12px;}
.pricing-table li:nth-child(2) .bottom-footer a {color: #FFFFFF;background-color: #FF0000;margin-bottom: 9px;}
.pricing-table li:nth-child(2) .bottom-footer a:hover {background-color: transparent;color: #FF0000;}

.have-any-questions {background-color: #EDECE3;padding: 43px 0 50px 0;}
.have-any-questions .row-wrp {column-gap: 15px;justify-content: space-between;}
.have-any-questions .left-col {max-width: 59.4%;width: 100%;}
.have-any-questions .right-col {max-width: 38.3%;width: 100%;}
.have-any-questions .left-col h2 > span::before {content: '';width: calc(100% + 2px);height: 18px;position: absolute;left: -2px;bottom: -7px;background-color: #FF0000;}
.have-any-questions .right-col ul {margin-bottom: 23px;margin-top: 10px;}
.have-any-questions .right-col ul li {display: flex;width: max-content;align-items: center;column-gap: 13px;margin-bottom: 17px;}
.have-any-questions .right-col ul li a {font-family: var(--OpenSans);font-size: 18px;line-height: 100%;color: #000000;}
.have-any-questions .right-col ul li a img {max-width: 20px;width: 100%;}
.have-any-questions .right-col ul li a:hover {color: #FF0000;}
.have-any-questions .right-col > a {width: 290px;}

footer {background-color: #19191F;padding: 45px 0px 35px 0px;}
footer .col-one {max-width: 20.5%;width: 100%;padding-right: 20px;}
footer .col-two {max-width: 20.5%;width: 100%;padding-right: 20px;}
footer .col-three {max-width: 20.5%;width: 100%;padding-right: 20px;}
footer .col-four {max-width: 23.5%;width: 100%;padding-right: 20px;}
footer .col-five {max-width: 15%;width: 100%;padding-top: 6px;}
footer a:hover {color: #FF0000;}
footer a.active {color: #FF0000;}
footer .col-one ul {margin-bottom: 25px;}
footer .col-one ul li a {font-family: var(--OpenSans);font-size: 15px;line-height: 28px;color: #FFFFFF;}
footer .col-one ul li a:hover {color: #FF0000;}
footer ul li {font-family: var(--PolySans);font-size: 15px;line-height: 28px;color: #FFFFFF;}
footer ul li a {font-family: var(--OpenSans);color: #FFFFFF;}
footer ul li a.active {color: #FF0000;}
footer .col-five h6 {font-family: var(--PolySans);font-size: 17px;line-height: 18px;text-align: right;color: #FFFFFF;max-width: 179px;margin-left: auto;margin-bottom: 8px;}
footer .col-five img {display: block;margin-left: auto;width: 132px;margin-bottom: 12px;}
footer .col-five a {font-family: var(--OpenSans);font-size: 15px;line-height: 28px;color: #FFFFFF;display: block;width: max-content;margin-left: auto;}
footer .col-five a:hover {color: #FF0000;}

.bottom-footer {padding: 7.5px 0px;}
.bottom-footer .row-wrp {justify-content: space-between;}
.bottom-footer ul {display: flex;align-items: center;}
.bottom-footer ul:first-child li:nth-child(1) {margin-right: 34px;}
.bottom-footer ul:first-child li:nth-child(2) {margin-right: 41px;}
.bottom-footer ul:first-child li p, .bottom-footer ul:first-child li a {font-family: var(--OpenSans);font-size: 14px;line-height: 16px;color: #19191F;margin-bottom: 0;}
.bottom-footer ul:first-child li a:hover {color: #FF0000;}
.bottom-footer ul:last-child {column-gap: 15px;}
.bottom-footer ul:last-child li a {position: relative;display: block;width: 30px;height: 30px;}
.bottom-footer ul:last-child li a img {position: absolute;top: 0;left: 0;width: 30px;height: 30px;transition: 0.3s ease;}
.bottom-footer ul:last-child li a img:nth-child(2) {opacity: 0;}
.bottom-footer ul:last-child li a:hover img:nth-child(1) {opacity: 0;}
.bottom-footer ul:last-child li a:hover img:nth-child(2) {opacity: 1;}

.inner-banner {max-height: 500px;height: 100%;overflow: hidden;}
.inner-banner img {height: 100%;width: 100%;}

.team-goal {margin-top: 61px;margin-bottom: 116px;}
.team-goal .row-wrp {justify-content: space-between;}
.team-goal .left-col {max-width: 49%;width: 100%;}
.team-goal .right-col {max-width: 50%;width: 100%;padding-left: 132px;}
.team-goal .left-col h1 {margin-bottom: 53px;}
.team-goal .left-col h1 > span {margin-bottom: 5px;}
.team-goal .left-col h1 > span::before {bottom: -4px;}
.team-goal .left-col p {font-family: var(--OpenSans);font-size: 18px;line-height: 30px;color: #000000;margin-bottom: 30px;}
.team-goal .left-col p:last-child {margin-bottom: 0px;}
.team-goal .right-col .img-wrp {margin-top: 91px;border: 1px solid #E1E0D6;border-radius: 23%;overflow: hidden;}

.mybuddy-vertrouwd {background-color: #EDECE3;padding: 92px 0 84px 0;}
.mybuddy-vertrouwd .row-wrp {align-items: center;}
.mybuddy-vertrouwd .left-col {max-width: 50%;width: 100%;}
.mybuddy-vertrouwd .right-col {max-width: 49%;width: 100%;padding-right: 50px;}
.mybuddy-vertrouwd .right-col p {font-family: var(--OpenSans);font-size: 18px;line-height: 30px;color: #000000;margin-bottom: 43px;}

.the-team-section {padding-top: 85px;padding-bottom: 113px;}
.the-team-section .heading h3 {font-family: var(--PolySans);font-size: 32px;line-height: 38px;color: #000000;margin-bottom: 31px;}
.the-team-section .row-wrp {display: grid;grid-template-columns: repeat(3, 1fr);column-gap: 20px;}
.the-team-section .row-wrp .grid {display: flex;flex-direction: column;}
.the-team-section .grid .img-wrp {border-radius: 30px 30px 0px 0px;max-height: 283px;overflow: hidden;}
.the-team-section .grid .img-wrp {width: 100%;height: 100%;}
.the-team-section .grid .content-wrp {border: 1px solid #FF0000;border-radius: 0 0 30px 30px;padding: 34px 27px 48px 27px;height: 100%;display: flex;flex-direction: column;}
.the-team-section .grid .content-wrp h3 {font-family: var(--PolySans);font-size: 32px;line-height: 35px;color: #19191F;margin-bottom: 25px;}
.the-team-section .grid .content-wrp h3 > span {position: relative;}
.the-team-section .grid .content-wrp h3 > span::before {content: '';position: absolute;bottom: 2px;left: 0;width: 100%;height: 10px;background-color: #FF0000;}
.the-team-section .grid .content-wrp h3 > span > span {position: relative;}
.the-team-section .grid .content-wrp p {font-size: 16px;line-height: 20px;color: #19191F;max-width: 304px;width: 100%;margin-bottom: 53px;}
.the-team-section .grid .content-wrp ul {display: flex;align-items: center;justify-content: space-between;column-gap: 15px;margin-top: auto;}
.the-team-section .grid .content-wrp ul li a {font-family: var(--OpenSans);font-size: 16px;line-height: 20px;color: #19191F;display: flex;align-items: center;column-gap: 12px;}
.the-team-section .grid .content-wrp ul li a:hover {color: #FF0000;}
.the-team-section .grid .content-wrp ul li a p {width: 24px;height: 24px;position: relative;margin-bottom: 0px;}
.the-team-section .grid .content-wrp ul li a p img {position: absolute;top: 50%;left: 0;width: 24px;height: auto;transform: translateY(-50%);transition: 0.3s ease;}
.the-team-section .grid .content-wrp ul li a p img:nth-child(2) {opacity: 0;}
.the-team-section .grid .content-wrp ul li a:hover p img:nth-child(1) {opacity: 0;}
.the-team-section .grid .content-wrp ul li a:hover p img:nth-child(2) {opacity: 1;}
.the-team-section .grid.logos {border: 1px solid #F4F4F2;border-radius: 30px;}
.the-team-section .grid.logos .content-wrp {border: none;}
.the-team-section .grid.logos .content-wrp ul {flex-direction: column;row-gap: 98px;margin-top: 60px;}
.the-team-section .grid.logos .content-wrp ul li img {height: auto;width: 100%;}

body.over-mybuddy .why-choose-wrp {padding-bottom: 0px;}
body.over-mybuddy .have-any-questions {margin-top: 0px;}

.how-mybuddy-work {margin-top: 61px;margin-bottom: 145px;}
.how-mybuddy-work .heading {margin-bottom: 60px;}
.how-mybuddy-work .row-wrp:nth-child(odd) .left-col {order: 2;padding-left: 38px;}
.how-mybuddy-work .row-wrp:nth-child(odd) .right-col {order: 1;padding-left: 122px;}
.how-mybuddy-work .row-wrp:nth-child(even) .left-col {padding-left: 17px;padding-right: 30px;}
.how-mybuddy-work .row-wrp:nth-child(even) .right-col {padding-left: 9px;padding-right: 122px;}
.how-mybuddy-work .row-wrp:not(:last-child) {margin-bottom: 60px;}
.how-mybuddy-work .left-col {max-width: 40%;width: 100%;}
.how-mybuddy-work .right-col {max-width: 60%;width: 100%;display: flex;flex-direction: column;justify-content: center;}
.how-mybuddy-work .right-col h3 {font-size: 40px;font-family: var(--PolySans);line-height: 44px;color: #000000;margin-bottom: 24px;}
.how-mybuddy-work .right-col p {font-family: var(--OpenSans);font-size: 18px;line-height: 30px;color: #000000;margin-bottom: 0px;}
.how-mybuddy-work .row-wrp:nth-child(1) .right-col {margin-top: -63px;}
.how-mybuddy-work .row-wrp:nth-child(3) {justify-content: space-between;}
.how-mybuddy-work .row-wrp:nth-child(3) .right-col {margin-top: -70px;max-width: 54%;}
.how-mybuddy-work .row-wrp:nth-child(3) .left-col {padding-left: 10px;}
.how-mybuddy-work .row-wrp:nth-child(4) .left-col {max-width: 50%;margin-top: 30px;}
.how-mybuddy-work .row-wrp:nth-child(4) .right-col {margin-top: 14px;max-width: 50%;padding-left: 10px;}
.how-mybuddy-work .row-wrp:nth-child(5) {margin-top: 119px;justify-content: space-between;}
.how-mybuddy-work .row-wrp:nth-child(5) .right-col {margin-top: 58px;max-width: 50%;}

.also-watch-video-sec {background-color: #EDECE3;padding-top: 95px;padding-bottom: 118px;}
.also-watch-video-sec .heading h2 {font-family: var(--PolySans);font-size: 40px;line-height: 48px;color: #19191F;margin-bottom: 52px;text-align: center;}
.also-watch-video-sec .heading h2 > span::before {bottom: 0px;}
.also-watch-video-sec .video-box {max-width: 931px;max-height: 521px;overflow: hidden;position: relative;cursor: pointer;margin-left: auto;margin-right: auto;}
.also-watch-video-sec .video-box > span {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);pointer-events: none;}

.hoe-het-werkt-page .how-much-safety-section {margin-top: 133px;margin-bottom: 60px;}
.hoe-het-werkt-page .how-much-safety-section .section-heading h2 {margin-bottom: 50px;}
.hoe-het-werkt-page .how-much-safety-section .section-heading p {max-width: 1000px;}

.our-products-sec {background-color: #F4F4F2;padding-top: 56px;margin-top: 60px;}
.our-products-sec .heading h2 {margin-bottom: 75px;}
.our-products-sec .row-wrp.with-slider .left-col {max-width: 50%;width: 100%;padding-right: 75px;}
.our-products-sec .row-wrp.with-slider .left-col .outline-btn-black {font-family: var(--PolySans);font-size: 14px;line-height: 80%;width: 195px;height: 24px;margin-bottom: 7px;}
.our-products-sec .row-wrp.with-slider .left-col .outline-btn-black:hover {background-color: transparent;color: inherit;}
.our-products-sec .row-wrp.with-slider .left-col h2 {font-family: var(--PolySans);font-size: 28px;line-height: 32px;color: #19191F;margin-bottom: 38px;}
.our-products-sec .row-wrp.with-slider .left-col p {font-family: var(--OpenSans);font-size: 18px;line-height: 30px;color: #000000;margin-bottom: 0px;}
.our-products-sec .row-wrp.with-slider .right-col {max-width: 50%;width: 100%;padding-left: 10px;padding-right: 120px;margin-top: 30px;}
.our-products-sec .product-img-slider {border-radius: 23%;overflow: hidden;background-color: #ffffff;max-height: 450px;max-width: 450px;margin: 0 auto;}
.our-products-sec .product-img-slider .item {border-radius: 13%;overflow: hidden;}
.our-products-sec .product-img-slider .owl-dots {display: flex;align-items: center;justify-content: center;pointer-events: none;position: relative;bottom: 34px;column-gap: 6px;}
.our-products-sec .product-img-slider .owl-dots .owl-dot {width: 12px;height: 12px;border: 1px solid #19191F;border-radius: 12px;background-color: transparent;pointer-events: all;}
.our-products-sec .product-img-slider .owl-dots .owl-dot:not(.active):hover {background-color: #FF0000;border-color: #FF0000;}
.our-products-sec .product-img-slider .owl-dots .owl-dot.active {background-color: #19191F;}

.always-on-speaks-listens {display: grid;grid-template-columns: repeat(3, 1fr); column-gap: 22px;margin-top: 72px;}
.always-on-speaks-listens .item {width: 100%;padding: 39px 37px 46px 37px;border: 1px solid #FF0000;border-radius: 20px;}
.always-on-speaks-listens .item h2 {font-family: var(--PolySans);font-size: 22px;line-height: 26px;color: #FF0000;margin-bottom: 20px;text-align: center;min-height: 56px;}
.always-on-speaks-listens .item p {font-family: var(--OpenSans);font-size: 16px;line-height: 20px;color: #19191F;margin-bottom: 0px;text-align: center;}

.product-with-feature {margin-top: 70px;padding-bottom: 70px;}
.product-with-feature .row-wrp {justify-content: space-between;}
.product-with-feature .left-col {max-width: 50%;}
.product-with-feature .right-col {max-width: 50%;width: 100%;margin-top: 34px;padding-left: 10px;}
.product-with-feature .right-col {max-width: 50%;width: 100%;}
.product-with-feature .left-col .img-wrp {max-width: 450px;max-height: 450px;width: 100%;border-radius: 110px;overflow: hidden;}
.product-with-feature .right-col h2 {font-family: var(--PolySans);font-size: 28px;line-height: 32px;color: #19191F;margin-bottom: 36px;}
.product-with-feature .right-col ul {max-width: 400px;margin-bottom: 35px;}
.product-with-feature .right-col ul li {font-family: var(--OpenSans);font-size: 18px;line-height: 30px;color: #000000;display: flex;column-gap: 18px;}
.product-with-feature .right-col ul li::before {content: '';background: url(../images/right-mark-icon.svg) no-repeat center;background-size: 14px;display: inline-block;width: 14px;height: 10px;margin-top: 12px;}

.listing ul li {font-family: var(--OpenSans);font-size: 18px;line-height: 30px;color: #000000;display: flex;column-gap: 18px;}
.listing ul li::before {content: '';background: url(../images/right-mark-icon.svg) no-repeat center;background-size: 14px;display: inline-block;width: 14px;height: 10px;margin-top: 12px;}

.have-any-questions.red-bg {position: relative;left: 50%;right: 50%;width: 100vw;margin-left: -50vw;margin-right: -50vw;background-color: #FF0000;}
.have-any-questions.red-bg .left-col h2 {color: #FFFFFF;}
.have-any-questions.red-bg .left-col h2 > span::before {background-color: #000000;}
.have-any-questions.red-bg .right-col > p {font-family: var(--OpenSans);font-size: 18px;line-height: 30px;color: #FFFFFF;margin-bottom: 40px;}
.have-any-questions.red-bg .right-col strong {font-family: var(--OpenSans);font-weight: 700;}
.have-any-questions.red-bg .right-col ul li a:hover {color: #FFFFFF;}
.have-any-questions.red-bg .right-col > p a {color: #FFFFFF;}
.have-any-questions.red-bg .right-col > p a:hover {color: #000000;}
.have-any-questions.red-bg .right-col > a {background-color: #19191E;color: #FFFFFF;}
.have-any-questions.red-bg .right-col > a:hover {background-color: #FFFFFF;color: #19191E;}
.have-any-questions.red-bg .right-col > a span {background-color: #FFFFFF;}
.have-any-questions.red-bg .right-col > a:hover span {background-color: #19191E;}

.hoe-het-werkt-page .have-any-questions + .row-wrp.with-slider {margin-top: 100px;}
.product-with-feature.repeat {margin-bottom: 0px;}

.man-running-image {max-height: 500px;overflow: hidden;}

.mybuddy-key-solutions {margin-top: 58px;margin-bottom: 82px;}
.mybuddy-key-solutions .heading {margin-bottom: 57px;}
.mybuddy-key-solutions .only-content {margin-bottom: 73px;}
.mybuddy-key-solutions .only-content h2 {font-family: var(--PolySans);font-size: 28px;line-height: 32px;color: #19191F;margin-bottom: 38px;}
.mybuddy-key-solutions .only-content ul {display: flex;column-gap: 80px;margin-bottom: 73px;}
.mybuddy-key-solutions .only-content ul li p {font-family: var(--OpenSans);font-size: 18px;line-height: 30px;color: #000000;margin-bottom: 0px;}

.mybuddy-key-solutions .row-wrp-main .row-wrp:nth-child(even) .left-col {order: 2;}
.mybuddy-key-solutions .row-wrp-main .row-wrp:nth-child(even) .right-col {order: 1;}
.mybuddy-key-solutions .row-wrp-main .full-col {order: 3;}
.mybuddy-key-solutions .row-wrp-main .only-one-img {margin-bottom: 100px;}
.mybuddy-key-solutions .row-wrp-main .left-col {max-width: 50%;padding-right: 40px;width: 100%;}
.mybuddy-key-solutions .row-wrp-main .right-col {max-width: 50%;width: 100%;padding-left: 60px;}
.mybuddy-key-solutions .row-wrp-main .left-col h2 {font-family: var(--PolySans);font-size: 28px;line-height: 32px;color: #19191F;margin-bottom: 38px;}
.mybuddy-key-solutions .row-wrp-main .left-col p {font-family: var(--OpenSans);font-size: 18px;line-height: 30px;color: #000000;margin-bottom: 0px;}
.mybuddy-key-solutions .row-wrp-main .right-col .img-wrp {border-radius: 110px;overflow: hidden;max-width: 450px;border: 1px solid #F4F4F2;}
.mybuddy-key-solutions .row-wrp-main .full-col {margin-top: 70px;border: 1px solid #FF0000;border-radius: 22px;padding: 33px 28px;max-width: 100%;width: 100%;position: relative;display: flex;flex-wrap: wrap;justify-content: space-between;column-gap: 20px;}
.mybuddy-key-solutions .row-wrp-main .full-col > span {padding: 5px 13px 7px 13px;background-color: #19191F;color: #FFFFFF;font-size: 14px;font-family: var(--PolySans);line-height: 100%;border-radius: 10px;position: absolute;top: -13px;left: 27px;}
.mybuddy-key-solutions .row-wrp-main .full-col ul {display: flex;flex-direction: column;}
.mybuddy-key-solutions .row-wrp-main .full-col ul:nth-child(2) {max-width: 375px;width: 100%;}
.mybuddy-key-solutions .row-wrp-main .full-col ul:nth-child(3) {max-width: 300px;width: 100%;}
.mybuddy-key-solutions .row-wrp-main .full-col ul li {font-family: var(--OpenSans);font-size: 18px;line-height: 30px;color: #000000;position: relative;display: flex;}
.mybuddy-key-solutions .row-wrp-main .full-col ul li::before {content: '';background: url(../images/right-mark-icon.svg) no-repeat center;background-size: 14px;display: block;min-width: 14px;height: 10px;margin-top: 12px;margin-right: 20px;}
.mybuddy-key-solutions .row-wrp-main .full-col .price {max-width: 300px;width: 100%;display: flex;flex-direction: column;justify-content: end;}
.mybuddy-key-solutions .row-wrp-main .full-col .price span {font-family: var(--OpenSans);font-size: 14px;line-height: 20px;color: #19191F;display: block;margin-bottom: 2px;}
.mybuddy-key-solutions .row-wrp-main .full-col .price h2 {font-family: var(--PolySans);font-size: 32px;line-height: 38px;color: #19191F;margin-bottom: 0px;}

.mybuddy-key-solutions .row-wrp.with-slider {margin-top: 100px;margin-bottom: 100px;}
.mybuddy-key-solutions .row-wrp.with-slider .left-col {max-width: 50%;width: 100%;padding-right: 75px;}
.mybuddy-key-solutions .row-wrp.with-slider .left-col a.outline-btn-black {font-family: var(--PolySans);font-size: 14px;line-height: 20px;width: 195px;height: 24px;margin-bottom: 7px;}
.mybuddy-key-solutions .row-wrp.with-slider .left-col h2 {font-family: var(--PolySans);font-size: 28px;line-height: 32px;color: #19191F;margin-bottom: 38px;}
.mybuddy-key-solutions .row-wrp.with-slider .left-col p {font-family: var(--OpenSans);font-size: 18px;line-height: 30px;color: #000000;margin-bottom: 0px;}
.mybuddy-key-solutions .row-wrp.with-slider .right-col {max-width: 50%;width: 100%;padding-left: 10px;padding-right: 120px;margin-top: 30px;}
.mybuddy-key-solutions .product-img-slider {border-radius: 110px;overflow: hidden;background-color: #ffffff;max-height: 450px;max-width: 450px;margin: 0 auto;border: 1px solid #F4F4F2;}
.mybuddy-key-solutions .product-img-slider .owl-dots {display: flex;align-items: center;justify-content: center;pointer-events: none;position: relative;bottom: 34px;column-gap: 6px;}
.mybuddy-key-solutions .product-img-slider .owl-dots .owl-dot {width: 12px;height: 12px;border: 1px solid #19191F;border-radius: 12px;background-color: transparent;pointer-events: all;}
.mybuddy-key-solutions .product-img-slider .owl-dots .owl-dot:not(.active):hover {background-color: #FF0000;border-color: #FF0000;}
.mybuddy-key-solutions .product-img-slider .owl-dots .owl-dot.active {background-color: #19191F;}
.mybuddy-key-solutions .row-wrp-main .only-one-img:last-child .full-col {margin-top: 0px;}
.mybuddy-key-solutions .row-wrp-main .only-one-img:last-child {margin-bottom: 0px;}

.mybuddy-key-solutions + .have-any-questions.red-bg .right-col {max-width: 42.3%;width: 100%;}
.mybuddy-key-solutions + .have-any-questions.red-bg .left-col {max-width: 56.4%;width: 100%;}

.how-simon-uses-section {margin-top: 61px;}
.how-simon-uses-section .row-wrp:not(:last-child) {margin-bottom: 60px;}
.how-simon-uses-section .row-wrp:nth-child(even) .left-col {order: 2;}
.how-simon-uses-section .row-wrp:nth-child(even) .right-col {order: 1;padding-left: 0;padding-right: 155px;}
.how-simon-uses-section .left-col {max-width: 48.1%;width: 100%;padding-bottom: 32px;}
.how-simon-uses-section .full-col {max-width: 100%;width: 100%;}
.how-simon-uses-section .left-col h2 {margin-bottom: 53px;margin-right: -40px;}
.how-simon-uses-section .left-col a.outline-btn-black{font-size: 18px;height: auto;padding: 3px 10px;margin-top: 53px;}
.how-simon-uses-section .row-wrp:nth-child(even) .left-col h2 {margin-right: 0px;}
.how-simon-uses-section .left-col p {font-family: var(--OpenSans);font-size: 18px;line-height: 30px;color: #000000;margin-bottom: 20px;}
.how-simon-uses-section .left-col p:last-child {margin-bottom: 0px;}
.how-simon-uses-section .left-col .img-wrp {max-width: 450px;height: 450px;display: flex;border-radius: 110px;overflow: hidden;}
.how-simon-uses-section .right-col .img-wrp {max-width: 450px;height: 450px;display: flex;border-radius: 110px;overflow: hidden;}
.how-simon-uses-section .right-col .img-wrp img {border-radius: 110px;}
.how-simon-uses-section .right-col h2 {margin-bottom: 53px;margin-right: -40px;}
.how-simon-uses-section .right-col {max-width: 51.9%;width: 100%;padding-left: 155px;/*display: flex;margin-top: auto;*/}
.how-simon-uses-section .right-col p {font-family: var(--OpenSans);font-size: 18px;line-height: 30px;color: #000000;margin-bottom: 20px;}
.how-simon-uses-section .right-col p:last-child {margin-bottom: 0px;}
.how-simon-uses-section .container .row-wrp:nth-child(2n){position: relative;padding-top: 94px;padding-bottom: 94px;}
.how-simon-uses-section .container .row-wrp:nth-child(2n) h2{margin-right: -22px;}
.how-simon-uses-section .container .row-wrp:nth-child(2n) > div{z-index: 1;margin-top: 0;padding-bottom: 0;}
.how-simon-uses-section .container .row-wrp:nth-child(2n)::after { width: 100vw; position: absolute; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; content: ""; background: #F4F4F2;top: 0;height: 100%;}
.how-simon-uses-section.persoonsalarmering .right-col {padding-left: 50px;}

.how-simon-uses-section.persoonsalarmering .right-col .outline-btn-black {padding: 1px 19.5px;font-family: var(--PolySans);font-size: 18px;line-height: 28px;display: block;width: max-content;height: auto;}

.how-simon-uses-section.seniorenalarm .right-col {padding-left: 0;}

.our-products-sec.persoonsalarmering .left-col .img-wrp {max-width: 450px;height: 450px;display: flex;border-radius: 110px;overflow: hidden;}
.our-products-sec.persoonsalarmering .row-wrp.with-slider .right-col {padding-right: 0px;}
.our-products-sec.persoonsalarmering {padding-bottom: 56px;}
.our-products-sec.persoonsalarmering .right-col h2 {margin-bottom: 53px;}
.our-products-sec.persoonsalarmering .right-col p {font-family: var(--OpenSans);font-size: 18px;line-height: 30px;color: #000000;margin-bottom: 20px;}
.our-products-sec.persoonsalarmering .right-col ul {margin-bottom: 30px;}
.our-products-sec.persoonsalarmering .right-col ul li, .ul_landings ul li{font-family: var(--OpenSans);font-size: 18px;line-height: 30px;color: #000000;margin-bottom: 0px;display: flex;}
.our-products-sec.persoonsalarmering .right-col ul li::before, .ul_landings ul li::before{content: '';background: url(../images/right-mark-icon.svg) no-repeat center;background-size: 14px;display: inline-block;min-width: 15px;height: 10px;margin-top: 12px;margin-right: 15px;}

.mybuddy-seniors-section.persoonsalarmering .left-col h2 {margin-bottom: 53px;}
.mybuddy-seniors-section.persoonsalarmering .left-col p {font-family: var(--OpenSans);font-size: 18px;line-height: 30px;color: #000000;margin-bottom: 20px;}
.mybuddy-seniors-section.persoonsalarmering .left-col ul {margin-bottom: 30px;}
.mybuddy-seniors-section.persoonsalarmering .left-col ul li {font-family: var(--OpenSans);font-size: 18px;line-height: 30px;color: #000000;margin-bottom: 0px;display: flex;}
.mybuddy-seniors-section.persoonsalarmering .left-col ul li::before {content: '';background: url(../images/right-mark-icon.svg) no-repeat center;background-size: 14px;display: inline-block;min-width: 15px;height: 10px;margin-top: 12px;margin-right: 15px;}
.mybuddy-seniors-section.persoonsalarmering .right-col .product-img-slider {max-width: 450px;height: 450px;border-radius: 110px;overflow: hidden;margin-left: auto;}
.mybuddy-seniors-section .product-img-slider .owl-dots {display: flex;align-items: center;justify-content: center;pointer-events: none;position: relative;bottom: 34px;column-gap: 6px;}
.mybuddy-seniors-section .product-img-slider .owl-dots .owl-dot {width: 12px;height: 12px;border: 1px solid #19191F;border-radius: 12px;background-color: transparent;pointer-events: all;}
.mybuddy-seniors-section .product-img-slider .owl-dots .owl-dot:not(.active):hover {background-color: #FF0000;border-color: #FF0000;}
.mybuddy-seniors-section .product-img-slider .owl-dots .owl-dot.active {background-color: #19191F;}
.mybuddy-seniors-section.persoonsalarmering .left-col .outline-btn-black {font-family: var(--PolySans);font-size: 14px;line-height: 80%;width: 195px;height: 24px;margin-bottom: 7px;}

.felt-like-my-wife-sec {background-color: #EDECE3;margin-top: 73px;padding-top: 61px;padding-bottom: 45px;}
.felt-like-my-wife-sec .left-col {max-width: 46%;width: 100%;}
.felt-like-my-wife-sec .right-col {max-width: 54%;width: 100%;padding-left: 60px;padding-top: 9px;}
.felt-like-my-wife-sec .left-col h2 {font-size: 40px;line-height: 48px;color: #000000;margin-bottom: 0px;}
.felt-like-my-wife-sec .left-col .outline-btn-black {font-family: var(--PolySans);font-size: 14px;line-height: 19px;color: #19191F;height: auto;width: max-content;margin-top: 15px;padding: 2px 14px 2px 14px;user-select: none;-webkit-user-select: none;}
.felt-like-my-wife-sec .left-col .outline-btn-black:hover {color: inherit;background-color: inherit;}
.felt-like-my-wife-sec .right-col p {font-family: var(--OpenSans);font-size: 18px;line-height: 30px;color: #19191F;}
.felt-like-my-wife-sec .right-col p:last-child {margin-bottom: 0px;}

.rest-worth-lot-sec {margin-top: 68px;margin-bottom: 0;}
.rest-worth-lot-sec .left-col {max-width: 50%;width: 100%;padding-right: 15px;}
.rest-worth-lot-sec .right-col {max-width: 50%;width: 100%;padding-left: 15px;}
.rest-worth-lot-sec h5 {font-family: var(--PolySans);font-size: 18px;line-height: 120%;color: #000000;margin-bottom: 4px;}
.rest-worth-lot-sec p {font-family: var(--OpenSans);font-size: 19px;line-height: 29px;color: #000000;margin-bottom: 20px;}
.rest-worth-lot-sec p:last-child {margin-bottom: 0px;}


.ervaringen-page .testimonial-section {margin-top: 162px;margin-bottom: 130px;}
.ervaringen-page .works-for-others-wrp {padding-top: 60px;padding-bottom: 80px;}
.works-for-others-wrp > .btn-red-black {display: none;}


.faq-section {margin-top: 60px;margin-bottom: 60px;}
.faq-section .heading {margin-bottom: 78px;}
.faq-section .faq-main {margin-top: 78px;}
.faq-section .faq-main .faq-title {margin-bottom: 30px;}
.faq-section .faq-main .faq-title h2 {font-family: var(--PolySans);font-size: 32px;line-height: 38px;margin-bottom: 30px;color: #19191F;}
.faq-section .faq-main .faq-title p:last-child {margin-bottom: 0px;}
.faq-section .faq-main .faq-wrp {border-bottom: 1px solid #E3E2D8;}
.faq-section .faq-main .faq-wrp .faq-header {position: relative;padding: 26px 35px 30px 0px;cursor: pointer;user-select: none;}
.faq-section .faq-main .faq-wrp .faq-header::before {content: '';position: absolute;right: 0px;top: 50%;width: 25px;height: 25px;background: url(../images/plus-icon.svg) no-repeat center;background-size: 100%;transform: translateY(-50%);}
.faq-section .faq-main .faq-wrp .faq-header.active-faq::before {background: url(../images/minus-icon.svg) no-repeat center;background-size: 100%;}
.faq-section .faq-main .faq-wrp .faq-header h4 {font-family: var(--PolySans);font-size: 20px;line-height: 24px;color: #19191F;margin-bottom: 0px;position: relative;}
.faq-section .faq-main .faq-wrp .faq-content {max-width: 925px;width: 100%;padding-right: 35px;padding-bottom: 21px;display: none;}
.faq-section .faq-main .faq-wrp .faq-content p {font-family: var(--OpenSans);font-size: 18px;line-height: 23px;margin-bottom: 20px;color: #000000;}
.faq-section .faq-main .faq-wrp .faq-content p:last-child {margin-bottom: 0px;}

body.faq-page .have-any-questions.red-bg .left-col {max-width: 53.4%;width: 100%;}
body.faq-page .have-any-questions.red-bg .right-col {max-width: 44.3%;width: 100%;}

.ask-question-section {margin-top: 88px;margin-bottom: 140px;}
.ask-question-section .row-wrp {justify-content: space-between;}
.ask-question-section .left-col {max-width: 40%;width: 100%;padding-top: 82px;}
.ask-question-section .right-col {max-width: 50%;width: 100%;display: flex;}
.ask-question-section .left-col > p {font-family: var(--OpenSans);font-size: 19px;line-height: 35px;color: #000000;margin-bottom: 25px;}
.ask-question-section .left-col .btn-red-black {width: 280px;margin-top: 55px;}
.ask-question-section .right-col .img-wrp {max-width: 394px;height: auto;margin-left: auto;}

.doelgroepen-page .felt-like-my-wife-sec {padding-bottom: 65px;}
.doelgroepen-page .felt-like-my-wife-sec .left-col h2 > span::before {bottom: -3px;}

.mybuddy-seniors-section {margin-top: 77px;margin-bottom: 77px;}
.mybuddy-seniors-section .row-wrp:nth-child(1) {margin-bottom: 129px;}
.mybuddy-seniors-section .row-wrp:nth-child(2) {margin-bottom: 170px;}
.mybuddy-seniors-section .left-col {max-width: 50%;width: 100%;}
.mybuddy-seniors-section .right-col {max-width: 50%;width: 100%;}
.mybuddy-seniors-section .full-col {max-width: 100%;width: 100%;order: 3;}
.mybuddy-seniors-section .left-col h2 {font-family: var(--PolySans);font-size: 28px;line-height: 32px;margin-bottom: 53px;color: #19191F;}
.mybuddy-seniors-section .left-col h3 {margin-bottom: 36px;}
.mybuddy-seniors-section .left-col p {font-family: var(--OpenSans);font-size: 18px;line-height: 30px;color: #000000;margin-bottom: 20px;}
.mybuddy-seniors-section .left-col p:last-child {margin-bottom: 0px;}
.mybuddy-seniors-section .left-col p a {font-family: var(--OpenSans);font-size: 18px;line-height: 30px;color: #FF0000;font-weight: 500;}
.mybuddy-seniors-section .left-col p a:hover {text-decoration: underline;}
.mybuddy-seniors-section .right-col .img-wrp {max-width: 450px;margin-left: auto;border-radius: 110px;overflow: hidden;}
.mybuddy-seniors-section .full-col .faq-section {margin-top: 66px;margin-bottom: 0px;}
.mybuddy-seniors-section .full-col .faq-section .faq-main {margin-top: 0px;}

.mybuddy-seniors-section .row-wrp:nth-child(odd) .right-col {padding-left: 20px;}
.mybuddy-seniors-section .row-wrp:nth-child(even) .left-col {order: 2;}
.mybuddy-seniors-section .row-wrp:nth-child(even) .right-col {order: 1;padding-right: 20px;}
.mybuddy-seniors-section .row-wrp:nth-child(2) .left-col {max-width: 54%;}
.mybuddy-seniors-section .row-wrp:nth-child(2) .right-col {max-width: 46%;}
.mybuddy-seniors-section .row-wrp:nth-child(2) .right-col .img-wrp {max-width: 537px;margin-right: auto;margin-left: 0;}

.contact-section {margin-top: 60px;margin-bottom: 140px;}
.contact-section .left-col {max-width: 58%;width: 100%;}
.contact-section .right-col {max-width: 42%;width: 100%;height: 100%;position: sticky;top: 150px;}
.contact-section .left-col .heading {margin-bottom: 62px;}
.contact-section .left-col .heading h1 {margin-bottom: 49px;}
.contact-section .left-col .heading p {font-family: var(--OpenSans);font-size: 18px;line-height: 30px;color: #000000;max-width: 610px;width: 100%;}
.contact-section .left-col .heading p a {font-weight: 700;color: #FF0000;}
.contact-section .left-col .heading p a:hover {text-decoration: underline;}
.contact-section form .form-row {display: flex;flex-wrap: wrap;}
.contact-section form .form-group {max-width: 100%;width: 100%;}
.contact-section form .form-group.half {max-width: 50%;width: 100%;}
.contact-section form .form-group.half:nth-child(odd) {padding-right: 15px;}
.contact-section form .form-group.half:nth-child(even) {padding-left: 15px;}
.contact-section form .form-group {padding: 0 0;}
.contact-section form .form-group:not(:last-child) {margin-bottom: 23px;}
.contact-section form .form-group label {font-family: var(--PolySans);font-size: 18px;line-height: 25px;color: #000000;margin-bottom: 8px;display: block;}
.contact-section form .form-group label span {color: #FF0000;}
.contact-section form .form-group .form-control {font-family: var(--OpenSans);font-size: 16px;line-height: 100%;color: #000000;padding: 5px 15px;height: 40px;border: 1px solid #E3E2D8;border-radius: 7px;}
.contact-section form .form-group textarea.form-control {height: 217px;padding: 17px 15px;}
.contact-section form .form-group .form-control::placeholder {color: #858585;font-size: 16px;line-height: 100%;}
.contact-section form .form-group .chosen-select {height: 40px;font-family: var(--OpenSans);font-size: 16px;line-height: 100%;color: #000000;padding: 5px 35px 5px 15px;height: 40px;border: 1px solid #E3E2D8;border-radius: 7px;display: flex;align-items: center;width: 100%;}
.contact-section form .form-group .chosen-container {height: 40px;font-family: var(--OpenSans);font-size: 16px;line-height: 100%;color: #000000;padding: 5px 35px 5px 15px;height: 40px;border: 1px solid #E3E2D8;border-radius: 7px;display: flex;align-items: center;}
.contact-section form .form-group .chosen-container.chosen-with-drop {border-radius: 7px 7px 0px 0px;}
.contact-section form .form-group .chosen-container .chosen-single {color: #858585;font-size: 16px;line-height: 100%;}
.contact-section form .form-group .chosen-container .chosen-single::before {content: '';width: 100%;height: 100%;position: absolute;top: 0;right: 0;}
.contact-section form .form-group .chosen-container::before {content: '';width: 17px;height: 8px;position: absolute;top: 15px;right: 25px;background: url(../images/select-down-arrow.svg) no-repeat center;background-size: 100%;pointer-events: none;}
.contact-section form .form-group .chosen-container .chosen-drop {right: 0;top: 39px;min-width: 100%;font-size: 12px;left: -1px;width: calc(100% + 2px);}
.contact-section form .form-group .chosen-container .chosen-drop ul {max-height: 295px;height: 100%;overflow-y: auto;}
.contact-section form .form-group .chosen-container .chosen-drop ul::-webkit-scrollbar {width: 5px;}
.contact-section form .form-group .chosen-container .chosen-drop ul::-webkit-scrollbar-track {background-color: #e6e6e6;}
.contact-section form .form-group .chosen-container .chosen-drop ul::-webkit-scrollbar-thumb {background-color: #3d3d3d;}::-webkit-scrollbar-thumb:hover {background-color: #555;}
.contact-section form .form-group .chosen-container .chosen-drop ul li {font-size: 16px;line-height: 24px;color: #000000;text-transform: capitalize;}
.contact-section form .checkbox-wrp {margin-top: 25px;display: flex;align-items: center;position: relative;width: max-content;column-gap: 10px;margin-bottom: 45px;}
.contact-section form .checkbox-wrp label {position: relative;font-family: var(--OpenSans);font-size: 18px;line-height: 100%;color: #000000;}
.contact-section form .checkbox-wrp label a {text-decoration: underline;color: #000000;}
.contact-section form .checkbox-wrp label a:hover {color: #FF0000;}
.contact-section form .checkbox-wrp .box-checked {width: 25px;height: 25px;position: relative;}
.contact-section form .checkbox-wrp .box-checked input {position: absolute;top: 0;left: 0;opacity: 0;width: 100%;height: 100%;cursor: pointer;}
.contact-section form .checkbox-wrp .box-checked input + span {border: 1px solid #E3E2D8;border-radius: 4px;background-color: #FFFFFF;width: 100%;height: 100%;display: block;}
.contact-section form .checkbox-wrp .box-checked input:checked + span {background: url(../images/right-mark-white.svg) no-repeat #19191F;background-size: 17px;background-position: 4px 6px;}
.contact-section form .btn-red-black {width: 260px;}
.contact-section .right-col .contact-card {max-width: 375px;border: 1px solid #FF0000;border-radius: 21px;padding: 30px 37px 60px 37px;margin: 12px 10px 0 auto;}
.contact-section .right-col .contact-card h4 {font-family: var(--PolySans);font-size: 20px;line-height: 24px;margin-bottom: 18px;}
.contact-section .right-col .contact-card p {font-family: var(--OpenSans);font-size: 14px;line-height: 20px;margin-bottom: 20px;color: #19191F;max-width: 226px;}
.contact-section .right-col .contact-card ul {margin-top: 60px;}
.contact-section .right-col .contact-card ul li:not(:last-child) {margin-bottom: 16px;}
.contact-section .right-col .contact-card ul li {display: flex;align-items: center;column-gap: 12px;}
.contact-section .right-col .contact-card ul li img {max-width: 20px;width: 100%;}
.contact-section .right-col .contact-card ul li a {font-family: var(--OpenSans);font-size: 18px;line-height: 100%;color: #000000;}

.steps-page form .row-wrp > .full-col {max-width: 100%;width: 100%;position: sticky;top: 135px;margin-bottom: 66px;z-index: 1000;}
.steps-page .left-col {max-width: 59%;width: 100%;}
.steps-page .right-col {max-width: 41%;width: 100%;position: sticky;top: -15%;height: 100%;}
.steps-page .step-progress {display: grid;grid-template-columns: repeat(6, 1fr);counter-reset: my-sec-counter;z-index: 10;}
.steps-page .step-progress li {display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 13px;background-color: #19191F;user-select: none;-webkit-user-select: none;pointer-events: none;}
.steps-page .step-progress li.disabled {pointer-events: auto;}
.steps-page .step-progress li.active {background-color: #FF0000;}
.steps-page .step-progress li:first-child {border-radius: 11px 0px 0px 11px;}
.steps-page .step-progress li:last-child {border-radius: 0px 11px 11px 0px;}
.steps-page .step-progress li > span {display: flex;width: 30px;height: 30px;border: 2.5px solid #FFFFFF;border-radius: 50px;color: #FFFFFF;font-family: var(--PolySans);font-size: 20px;line-height: 100%;position: relative;}
.steps-page .step-progress li > span::before {content: counter(my-sec-counter);counter-increment: my-sec-counter;position: absolute;top: 0;left: 0;width: 100%;height: 90%;display: flex;align-items: center;justify-content: center;}
.steps-page .step-progress li.disabled > span::after {content: '';background: url(../images/right-mark-white.svg) no-repeat;background-size: 17px;background-position: 5px 8px;width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.steps-page .step-progress li.disabled > span::before {opacity: 0;visibility: hidden;}
.steps-page .step-progress li > p {font-family: var(--OpenSans);font-size: 14px;line-height: 24px;color: #FFFFFF;margin-bottom: 0px;}
.steps-page .all-step-wrp {max-width: 100%;width: 100%;}
.steps-page .all-step-wrp .all-step:not(:first-child) {display: none;}
.steps-page .all-step-wrp .all-step .acordian_content > span {font-family: var(--PolySans);font-size: 14px;line-height: 100%;color: #19191F;padding: 3px 10px 5px 10px;border: 1px solid #19191F;border-radius: 12px;display: inline-block;margin-bottom: 10px;}
.steps-page .all-step-wrp .all-step .acordian_content > h2 {font-family: var(--PolySans);font-size: 32px;line-height: 38px;color: #19191E;margin-bottom: 35px;}
.steps-page .all-step-wrp .all-step .acordian_content > p {font-family: var(--OpenSans);font-size: 16px;line-height: 22px;color: #000000;margin-bottom: 58px;}
.steps-page .all-step-wrp .all-step.step-one {margin-bottom: 70px;}
.steps-page .all-step-wrp .all-step.step-one .radio-button-group {display: grid;grid-template-columns: repeat(2, 1fr);column-gap: 30px;}
.steps-page .all-step-wrp .all-step.step-one .select-plan {position: relative;cursor: pointer;}
.steps-page .all-step-wrp .all-step.step-one .select-plan > input {position: absolute;top: 0;width: 100%;left: 0;height: 100%;opacity: 0;cursor: pointer;transition: 0.3s ease;}
.steps-page .all-step-wrp .all-step.step-one .select-plan > input:hover + .content-wrp .content .outline-btn-red {background-color: #FF0000;color: #FFFFFF;}
.steps-page .all-step-wrp .all-step.step-one .select-plan .content-wrp {border: 1px solid #E3E2D8;display: flex;flex-direction: column;align-items: center;border-radius: 25px;}
.steps-page .all-step-wrp .all-step.step-one .select-plan > input:checked + .content-wrp {border-color: #FF0000;}
.steps-page .all-step-wrp .all-step.step-one .select-plan > input:checked + .content-wrp .heading {border-color: #FF0000;}
.steps-page .all-step-wrp .all-step.step-one .select-plan > input:checked + .content-wrp .content .outline-btn-red {background-color: #FF0000;color: #FFFFFF;}
.steps-page .all-step-wrp .all-step.step-one .select-plan .content-wrp .heading {width: calc(100% + 2px);height: 90px;display: flex;align-items: center;justify-content: center;border: 1px solid #E3E2D8;margin: -1px 0px 0 0px;border-radius: 25px;}
.steps-page .all-step-wrp .all-step.step-one .select-plan .content-wrp .heading p {font-family: var(--PolySans);font-size: 22px;line-height: 90%;color: #19191F;text-align: center;margin-bottom: 0;position: relative;}
.steps-page .all-step-wrp .all-step.step-one .select-plan .content-wrp .heading p > span {position: relative;}
.steps-page .all-step-wrp .all-step.step-one .select-plan .content-wrp .heading p > span::before {content: '';width: calc(100% + 4px);height: 5px;position: absolute;left: -2px;bottom: 3px;background-color: #FF0000;}
.steps-page .all-step-wrp .all-step.step-one .select-plan .content-wrp .heading p > span > span {position: relative;z-index: 1;}
.steps-page .all-step-wrp .all-step.step-one .select-plan .content-wrp .heading > span {position: absolute;top: 0;left: 50%;background-color: #19191F;color: #FFFFFF;border-radius: 10px;font-family: var(--PolySans);font-size: 14px;line-height: 100%;padding: 4px 16px 6px 16px;width: max-content;transform: translate3d(-50%, -10px, 0px);z-index: 999;display: flex;align-items: center;}
.steps-page .all-step-wrp .all-step.step-one .select-plan .content-wrp .content {padding: 25px 23px;}
.steps-page .all-step-wrp .all-step.step-one .select-plan .content-wrp .content > h2 {font-family: var(--PolySans);font-size: 22px;color: #19191F;line-height: 30px;margin-bottom: 30px;text-align: center;width: max-content;margin-left: auto;margin-right: auto;pointer-events: none;}
.steps-page .all-step-wrp .all-step.step-one .select-plan .content-wrp .content > h2 > span::before {content: '';width: calc(100% + 4px);height: 5px;position: absolute;left: -2px;bottom: 3px;background-color: #EDECE3;}
.steps-page .all-step-wrp .all-step.step-one .select-plan .content-wrp .content > h2 > p {text-align: right;display: block;font-family: var(--OpenSans);font-size: 14px;line-height: 13px;color: #000000;margin-bottom: 0;}
.steps-page .all-step-wrp .all-step.step-one .select-plan .content-wrp .content .outline-btn-red {font-family: var(--PolySans);font-size: 16px;line-height: 19px;color: #FF0000;display: flex;width: max-content;border: 1px solid #FF0000;padding: 4px 27px 5px 27px;border-radius: 30px;margin: 0 auto;transition: 0.3s ease;}
.steps-page .all-step-wrp .all-step.step-two .select-product > input:checked + .content-wrp .content .outline-btn-red {background-color: #FF0000;color: #FFFFFF;}


.steps-page .all-step-wrp .all-step.step-two {margin-bottom: 60px;}
.steps-page .all-step-wrp .all-step.step-two .radio-button-group {display: grid;grid-template-columns: repeat(3, 1fr);column-gap: 30px;}
.steps-page .all-step-wrp .all-step.step-two .select-product {position: relative;}
.steps-page .all-step-wrp .all-step.step-two .select-product > input {position: absolute;top: 0;width: 100%;left: 0;height: 100%;opacity: 0;cursor: pointer;}
.steps-page .all-step-wrp .all-step.step-two .select-product .content-wrp {border: 1px solid #E3E2D8;display: flex;flex-direction: column;align-items: center;padding: 0 0 0 0;border-radius: 25px;}
.steps-page .all-step-wrp .all-step.step-two .select-product > input:checked + .content-wrp {border-color: #FF0000;}
.steps-page .all-step-wrp .all-step.step-two .select-product > input:checked + .content-wrp .heading {border-color: #FF0000;}
.steps-page .all-step-wrp .all-step.step-two .select-product .content-wrp .heading {width: calc(100% + 2px);height: 210px;display: flex;align-items: center;justify-content: center;border: 1px solid #E3E2D8;margin: -1px 0px 0 0px;border-radius: 25px;}
.steps-page .all-step-wrp .all-step.step-two .select-product .content-wrp .heading p {font-family: var(--PolySans);font-size: 22px;line-height: 90%;color: #19191F;text-align: center;margin-bottom: 0;position: relative;}
.steps-page .all-step-wrp .all-step.step-two .select-product .content-wrp .heading p > span {position: relative;}
.steps-page .all-step-wrp .all-step.step-two .select-product .content-wrp .heading p > span::before {content: '';width: calc(100% + 4px);height: 5px;position: absolute;left: -2px;bottom: 3px;background-color: #FF0000;}
.steps-page .all-step-wrp .all-step.step-two .select-product .content-wrp .heading p > span > span {position: relative;z-index: 1;}
.steps-page .all-step-wrp .all-step.step-two .select-product .content-wrp .heading > span {position: absolute;top: 0;left: 50%;background-color: #19191F;color: #FFFFFF;border-radius: 10px;font-family: var(--PolySans);font-size: 14px;line-height: 100%;padding: 4px 16px 6px 16px;width: max-content;transform: translate3d(-50%, -10px, 0px);z-index: 999;display: flex;align-items: center;}
.steps-page .all-step-wrp .all-step.step-two .select-product .content-wrp .content {padding: 25px 23px;}
.steps-page .all-step-wrp .all-step.step-two .select-product .content-wrp .content > h2 {font-family: var(--PolySans);font-size: 22px;color: #19191F;margin-bottom: 2px;line-height: 30px;margin-bottom: 30px;max-width: max-content;margin-left: auto;margin-right: auto;pointer-events: none;}
.steps-page .all-step-wrp .all-step.step-two .select-product .content-wrp .content > h2 > span::before {content: '';width: calc(100% + 4px);height: 5px;position: absolute;left: -2px;bottom: 3px;background-color: #EDECE3;}
.steps-page .all-step-wrp .all-step.step-two .select-product .content-wrp .content > h2 > p {text-align: right;display: block;font-family: var(--OpenSans);font-size: 14px;line-height: 13px;color: #000000;margin-bottom: 0;}
.steps-page .all-step-wrp .all-step.step-two .select-product .content-wrp .content > p {font-family: var(--OpenSans);font-size: 13px;line-height: 14px;text-align: center;margin-bottom: 0px;margin-top: 14px;}
.steps-page .all-step-wrp .all-step.step-two .select-product .content-wrp .content .outline-btn-red {font-family: var(--PolySans);font-size: 16px;line-height: 19px;color: #FF0000;display: flex;width: max-content;border: 1px solid #FF0000;padding: 4px 27px 5px 27px;border-radius: 30px;margin: 0 auto;transition: 0.3s ease-in;}
.steps-page .all-step-wrp .all-step.step-two .select-product > input:hover + .content-wrp .content .outline-btn-red {background-color: #FF0000;color: #FFFFFF;}

.steps-page .all-step-wrp .all-step.step-three #fourth_step {width: 361px;margin-top: 61px;}
.extra-option-group:nth-child(3), .extra-option-group:nth-child(4), .extra-option-group:nth-child(6) {padding: 0px 25px 0 25px;}
.extra-option-group:nth-child(3) .extra-option .left-cnt .img-wrp {width: 60px;}
.extra-option-group:nth-child(4) .extra-option .left-cnt .img-wrp {width: 60px;}
.extra-option-group:nth-child(6) .extra-option .left-cnt .img-wrp {width: 65px;}

.extra-option-group {border: 1px solid #E3E2D8;padding: 0 25px 0px 12px;border-radius: 45px;margin-bottom: 61px;display: flex;flex-direction: column;justify-content: center;min-height: 90px;}
.extra-option-group.checked {border-color: #FF0000;}
.extra-option-group:not(:last-child) {margin-bottom: 52px;}
.extra-option-group .extra-option {display: flex;align-items: center;width: 100%;column-gap: 15px;justify-content: space-between;overflow: hidden;height: 90px;}
.extra-option-group .extra-option .left-cnt {display: flex;align-items: center;}
.extra-option-group .extra-option .left-cnt .img-wrp {width: 80px;height: 80px;margin-right: 26px;display: flex;align-items: center;}
.extra-option-group .extra-option .left-cnt .img-wrp img {width: 100%;}
.extra-option-group .extra-option .left-cnt .product-content h4 {font-family: var(--PolySans);font-size: 16px;line-height: 23px;color: #000000;margin-bottom: 0px;}
.extra-option-group .extra-option .left-cnt .product-content span {font-family: var(--OpenSans);font-size: 14px;line-height: 20px;color: #000000;margin-bottom: 0px;}
.extra-option-group .extra-option .check-buttons {position: relative;}
.extra-option-group .extra-option .check-buttons input {position: absolute;width: 100%;height: 100%;opacity: 0;top: 0;left: 0;z-index: 1;}
.extra-option-group .extra-option .check-buttons label {font-family: var(--PolySans);font-size: 16px;line-height: 23px;color: #000000;margin-bottom: 0px;display: flex;align-items: center;position: relative;}
.extra-option-group .extra-option .check-buttons label:after {content: '';display: flex;width: 48px;height: 48px;background: url(../images/white-plus-icon.svg) no-repeat center #FF0000;background-size: 25px;border-radius: 50px;margin-left: 18px;}
.extra-option-group .extra-option .check-buttons input:checked + label::after {background: url(../images/white-mark-select-icon.svg) no-repeat center #FF0000;background-size: 25px;background-position: 11px 12px;}
.extra-option-group .product-info {padding: 20px 70px 40px 105px;}
.extra-option-group .product-info:empty {display: none !important;}
.extra-option-group .product-info h4 {font-family: var(--PolySans);font-size: 16px;line-height: 24px;margin-bottom: 0px;color: #000000;}
.extra-option-group .product-info h4 span {color: #FF0000;}
.extra-option-group .product-info h4 span::before {display: none;}
.extra-option-group .product-info p {font-family: var(--OpenSans);font-size: 14px;line-height: 20px;color: #000000;margin-bottom: 30px;}
.extra-option-group .product-info .intro-video {display: flex;align-items: center;column-gap: 19px;margin-bottom: 30px;}
.extra-option-group .product-info .intro-video p {font-family: var(--OpenSans);font-size: 14px;line-height: 20px;color: #FF0000;margin-bottom: 0px;}
.extra-option-group .product-info .intro-video p strong {font-weight: 700;}
.extra-option-group:nth-child(2) {padding: 0px 25px 0 25px;}
.extra-option-group:nth-child(2) .extra-option .left-cnt .img-wrp {width: 60px;}
.extra-option-group .product-info .selection > span {font-family: var(--OpenSans);font-size: 14px;line-height: 20px;color: #000000;margin-bottom: 5px;display: block;}
.extra-option-group .select-more-amount {position: relative;width: 246px;}
.extra-option-group .select-more-amount .select-amount {font-family: var(--OpenSans);font-size: 16px;line-height: 100%;color: #808080;padding: 5px 45px 5px 15px;height: 40px;border: 1px solid #E3E2D8;border-radius: 7px;display: flex;align-items: center;cursor: pointer;background-color: #FFFFFF;width: 100%;justify-content: space-between;}
.extra-option-group .select-more-amount .select-amount::before {content: '';width: 17px;height: 8px;position: absolute;top: 17px;right: 20px;background: url(../images/select-down-arrow.svg) no-repeat center;background-size: 100%;pointer-events: none;}
.extra-option-group .select-more-amount .amount-option {height: 220px;overflow-y: auto;display: none;position: absolute;list-style: none;padding: 0;margin: 0;background-color: #FFFFFF;border: 1px solid #E3E2D8;border-radius: 7px 7px 0px 0px;width: 100%;}
.extra-option-group .select-more-amount .amount-option.show-option {border-radius: 0;}
.extra-option-group .select-more-amount .select-amount.clicked {border-radius: 7px 7px 0px 0px;}
.extra-option-group .select-more-amount .amount-option::-webkit-scrollbar {width: 5px;}
.extra-option-group .select-more-amount .amount-option::-webkit-scrollbar-track {background-color: #e6e6e6;}
.extra-option-group .select-more-amount .amount-option::-webkit-scrollbar-thumb {background-color: #3d3d3d;}::-webkit-scrollbar-thumb:hover {background-color: #555;}
.extra-option-group .select-more-amount .amount-option li {padding: 10px;cursor: pointer;font-size: 16px;line-height: 24px;color: #000000;text-transform: capitalize;}
.extra-option-group .select-more-amount .amount-option li {font-family: var(--OpenSans);font-size: 16px;line-height: 100%;display: flex;align-items: center;cursor: pointer;background-color: #FFFFFF;justify-content: space-between;}
.extra-option-group .select-more-amount .amount-option li.selected-option,.extra-option-group .select-more-amount .amount-option li.selected-option:hover {background-color: #000000;color: #FFFFFF;}
.extra-option-group .select-more-amount .amount-option li:hover {background-color: #f0f0f0;}

.steps-page .all-step-wrp .all-step.step-three {margin-bottom: 61px;}


.contact-card {max-width: 375px;border: 1px solid #FF0000;border-radius: 21px;padding: 30px 37px 60px 37px;margin: 12px 10px 0 auto;}
.contact-card h4 {font-family: var(--PolySans);font-size: 20px;line-height: 24px;margin-bottom: 18px;}
.contact-card p {font-family: var(--OpenSans);font-size: 14px;line-height: 20px;margin-bottom: 20px;color: #19191F;max-width: 226px;}
.contact-card ul {margin-top: 60px;}
.contact-card ul li:not(:last-child) {margin-bottom: 16px;}
.contact-card ul li {display: flex;align-items: center;column-gap: 12px;}
.contact-card ul li img {max-width: 20px;width: 100%;}
.contact-card ul li a {font-family: var(--OpenSans);font-size: 18px;line-height: 100%;color: #000000;}

.steps-page{ margin-bottom: 67px; }
.bestelling_card {max-width: 375px;background-color: #DBDBD9;border-radius: 21px;padding: 30px 37px 40px 37px;margin: 50px 10px 0 auto;}
.bestelling_card .bestelling_card_title{display: flex;align-items: center;gap: 10px;}
.bestelling_card h2{font-family: var(--PolySans);font-size: 32px;line-height: 44px;color: #19191E;display: flex;align-items: center;}
.bestelling_card .bestelling_card_title h2 > span::before{height: 8px;bottom: 5px;}
.bestelling_card p {font-family: var(--OpenSans);font-size: 14px;line-height: 20px;margin-bottom: 0;color: #19191F;}
.bestelling_card > ul{ margin-top: 40px; }
.bestelling_card ul li{ font-size: 18px; line-height: 28.7px; color: #19191F; position: relative;padding-left: 25px;margin-bottom: 5px;}
.bestelling_card ul li ul {margin-top: 10px;}
.bestelling_card ul li:empty {display: none;}
.bestelling_card ul li:before {content: '';background: url(../images/right-mark-red.svg);position: absolute;left: 0;top: 10px;width: 14px;height: 10px;background-size: 100%;}
.bt_count .count_item {padding-block: 15px;}
.bt_count .count_item h2{line-height: 38.4px;}
.bt_count .count_item:first-child {margin-top: 15px;}
.bt_count .count_item {border-top:1px solid #FF0000;}
.bt_count p{margin-top: 5px;}


.steps-page .all-step.step-three .acordian_content .delivery-option {padding: 20px 70px 40px 105px;}
.phase2 .steps-page .all-step.step-three .acordian_content .delivery-option {padding: 20px 0 40px 0;}
.steps-page .all-step.step-three .acordian_content .radio-select-group {display: flex;flex-wrap: wrap;margin-top: 10px;}
.steps-page .all-step.step-three .acordian_content .radio-select-group .radio-error {display: none;width: 100%;background-color: rgba(255, 0, 0, 0.10);border-radius: 5px;color: #FF0000;}
.steps-page .all-step.step-three .acordian_content .radio-select-group .radio-error.show {display: block;width: 100%;margin-bottom: 10px;border: 1px solid #FF0000;padding: 10px 10px;font-size: 15px;line-height: 100%;font-family: 'Open Sans';color: #FF0000;border-radius: 4px;}
.steps-page .all-step.step-three .acordian_content .radio-select-group .delivery-radio-options {max-width: 50%;width: 100%;}
.steps-page .all-step.step-three .acordian_content .radio-select-group .delivery-radio-options:nth-child(1) {padding-right: 15px;}
.steps-page .all-step.step-three .acordian_content .radio-select-group .delivery-radio-options:nth-child(2) {padding-left: 15px;}
.steps-page .all-step.step-three .acordian_content .radio-select-group .radio-select {border: 1px solid #E3E2D8;border-radius: 7px;position: relative;}
.steps-page .all-step.step-three .acordian_content .radio-select-group .radio-select input {position: absolute;top: 0;left: 0;opacity: 0;}
.steps-page .all-step.step-three .acordian_content .radio-select-group .radio-select label {display: flex;align-items: center;flex-wrap: wrap;padding: 7.5px 11px;position: relative;font-family: var(--PolySans);font-size: 14px;line-height: 100%;cursor: pointer;}
.steps-page .all-step.step-three .acordian_content .radio-select-group .radio-select label span {width: 20px;height: 20px;border: 1px solid #E3E2D8;border-radius: 25px;position: relative;margin-right: 14px;display: flex;align-items: center;justify-content: center;}
.steps-page .all-step.step-three .acordian_content .radio-select-group .radio-select label p {font-family: var(--PolySans);font-size: 14px;line-height: 120%;cursor: pointer;margin-bottom: 0px;max-width: 80%;width: 100%;}
.steps-page .all-step.step-three .acordian_content .radio-select-group .radio-select label span::after {content: '';width: 12px;height: 12px;background-color: #FF0000;border-radius: 25px;opacity: 0;display: block;}
.steps-page .all-step.step-three .acordian_content .radio-select-group .radio-select input:checked + label span::after {opacity: 1;}

.steps-page .all-step.step-four .acordian_content h2 {margin-bottom: 8px;}
.steps-page .all-step.step-four .acordian_content p {margin-bottom: 36px;}
.steps-page .all-step.step-four .acordian_content .radio-select-group {display: flex;column-gap: 30px;flex-wrap: wrap;margin-bottom: 35px;}
.steps-page .all-step.step-four .acordian_content .radio-select-group .radio-error {display: none;width: 100%;background-color: rgba(255, 0, 0, 0.10);border-radius: 5px;color: #FF0000;}
.steps-page .all-step.step-four .acordian_content .radio-select-group .radio-error.show {display: block;width: 100%;margin-bottom: 10px;border: 1px solid #FF0000;padding: 10px 10px;font-size: 15px;line-height: 100%;font-family: 'Open Sans';color: #FF0000;border-radius: 4px;}
.steps-page .all-step.step-four .acordian_content .radio-select-group .radio-select {border: 1px solid #E3E2D8;border-radius: 7px;position: relative;max-width: 30.433%;width: 100%;}
.steps-page .all-step.step-four .acordian_content .radio-select-group .radio-select input {position: absolute;top: 0;left: 0;opacity: 0;}
.steps-page .all-step.step-four .acordian_content .radio-select-group .radio-select label {display: flex;align-items: center;padding: 7.5px 11px;position: relative;font-family: var(--PolySans);font-size: 18px;line-height: 26px;cursor: pointer;}
.steps-page .all-step.step-four .acordian_content .radio-select-group .radio-select label span {width: 25px;height: 25px;border: 1px solid #E3E2D8;border-radius: 25px;position: relative;margin-right: 14px;display: flex;align-items: center;justify-content: center;}
.steps-page .all-step.step-four .acordian_content .radio-select-group .radio-select label span::after {content: '';width: 15px;height: 15px;background-color: #FF0000;border-radius: 25px;opacity: 0;display: block;}
.steps-page .all-step.step-four .acordian_content .radio-select-group .radio-select input:checked + label span::after {opacity: 1;}
.steps-page .all-step.step-four .acordian_content .row-wrp:not(:last-child) {margin-bottom: 25px;}
.steps-page .all-step.step-four .acordian_content .row-wrp .half-col {max-width: 50%;width: 100%;}
.steps-page .all-step.step-four .acordian_content .row-wrp .half-col:nth-child(odd) {padding-right: 15px;}
.steps-page .all-step.step-four .acordian_content .row-wrp .half-col:nth-child(even) {padding-left: 15px;}
.steps-page .all-step.step-four .acordian_content .row-wrp .half-col label {font-family: var(--PolySans);font-size: 18px;line-height: 25px;display: block;color: #000000;margin-bottom: 8px;}
.steps-page .all-step.step-four .acordian_content .row-wrp .half-col label span {color: #FF0000;}
.steps-page .all-step.step-four .acordian_content .row-wrp .half-col input {padding: 8px 15px;height: 40px;border: 1px solid #E3E2D8;border-radius: 7px;font-family: var(--OpenSans);font-size: 16px;line-height: 22px;color: #000000;width: 100%;}
.steps-page .all-step.step-four .acordian_content .row-wrp .half-col input::placeholder {color: #808080;}
.steps-page .all-step.step-four .acordian_content .row-wrp .half-col > span {color: #FF0000;font-family: var(--OpenSans);font-size: 16px;line-height: 100%;margin-top: 10px;display: none;padding-left: 5px;font-weight: 500;}
.steps-page .all-step.step-four .acordian_content .row-wrp .half-col.error-show > span {display: block;}
.steps-page .all-step.step-four .acordian_content .row-wrp .full-col {margin-bottom: 0px;position: inherit;z-index: 0;max-width: 100%;width: 100%;}
.steps-page .all-step.step-four .acordian_content .row-wrp .full-col label {font-family: var(--PolySans);font-size: 18px;line-height: 25px;display: block;color: #000000;margin-bottom: 8px;}
.steps-page .all-step.step-four .acordian_content .row-wrp .full-col textarea {padding: 8px 15px;height: 217px;border: 1px solid #E3E2D8;border-radius: 7px;font-family: var(--OpenSans);font-size: 16px;line-height: 22px;color: #000000;width: 100%;}
.steps-page .all-step.step-four .acordian_content .row-wrp .full-col textarea::placeholder {color: #808080;}

.steps-page .all-step.step-four .acordian_content .checkbox-wrp {margin-top: 25px;display: flex;align-items: center;position: relative;width: max-content;column-gap: 10px;margin-bottom: 45px;}
.steps-page .all-step.step-four .acordian_content .checkbox-wrp label {position: relative;font-family: var(--OpenSans);font-size: 18px;line-height: 100%;color: #000000;}
.steps-page .all-step.step-four .acordian_content .checkbox-wrp label a {text-decoration: underline;color: #000000;}
.steps-page .all-step.step-four .acordian_content .checkbox-wrp label a:hover {color: #FF0000;}
.steps-page .all-step.step-four .acordian_content .checkbox-wrp .box-checked {width: 25px;height: 25px;position: relative;}
.steps-page .all-step.step-four .acordian_content .checkbox-wrp .box-checked input {position: absolute;top: 0;left: 0;opacity: 0;width: 100%;height: 100%;cursor: pointer;}
.steps-page .all-step.step-four .acordian_content .checkbox-wrp .box-checked input + span {border: 1px solid #E3E2D8;border-radius: 4px;background-color: #FFFFFF;width: 100%;height: 100%;display: block;}
.steps-page .all-step.step-four .acordian_content .checkbox-wrp .box-checked input:checked + span {background: url(../images/right-mark-white.svg) no-repeat #19191F;background-size: 17px;background-position: 4px 6px;}

.steps-page .all-step.step-five .payment-option .radio-select-group {margin-bottom: 50px;}
.steps-page .all-step.step-five .acordian_content .radio-select-group .radio-select {border: 1px solid #E3E2D8;border-radius: 7px;position: relative;max-width: 30.433%;width: 100%;}
.steps-page .all-step.step-five .acordian_content .radio-select-group .radio-select input {position: absolute;top: 0;left: 0;opacity: 0;}
.steps-page .all-step.step-five .acordian_content .radio-select-group .radio-select label {display: flex;align-items: center;padding: 7.5px 11px;position: relative;font-family: var(--PolySans);font-size: 18px;line-height: 26px;cursor: pointer;}
.steps-page .all-step.step-five .acordian_content .radio-select-group .radio-select label span {width: 25px;height: 25px;border: 1px solid #E3E2D8;border-radius: 25px;position: relative;margin-right: 14px;display: flex;align-items: center;justify-content: center;}
.steps-page .all-step.step-five .acordian_content .radio-select-group .radio-select label span::after {content: '';width: 15px;height: 15px;background-color: #FF0000;border-radius: 25px;opacity: 0;display: block;}
.steps-page .all-step.step-five .acordian_content .radio-select-group .radio-select input:checked + label span::after {opacity: 1;}
.steps-page .all-step.step-five .acordian_content .radio-select-group .radio-error {display: none;width: 100%;background-color: rgba(255, 0, 0, 0.10);border-radius: 5px;color: #FF0000;}
.steps-page .all-step.step-five .acordian_content .radio-select-group .radio-error.show {display: block;width: 100%;margin-bottom: 10px;border: 1px solid #FF0000;padding: 10px 10px;font-size: 15px;line-height: 100%;font-family: 'Open Sans';color: #FF0000;border-radius: 4px;}
.checkout_payment{max-width: 48.433% !important;}
.kbw-signature { width: 400px; height: 200px; }
.payment_section_document_block{border: 1px solid lightgray;padding: 15px;margin-bottom: 15px;}
.loader-container {display: none;justify-content: center;align-items: center;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;height: 100%;background: rgba(255,255,255,0.5);z-index: 9999;}
.loader {border: 8px solid #f3f3f3;border-top: 8px solid #FF0000;border-radius: 50%;width: 50px;height: 50px;animation: spin 1s linear infinite;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);}
@keyframes spin {0%{ transform: rotate(0deg);} 100% {transform: rotate(360deg);}}


body.mission-page .mybuddy-seniors-section {margin-bottom: 100px;}
body.mission-page .mybuddy-seniors-section .row-wrp {margin-bottom: 70px;}
body.mission-page .mybuddy-seniors-section .row-wrp:last-child {margin-bottom: 0px;}
body.mission-page .mybuddy-seniors-section .left-col {display: flex;flex-direction: column;justify-content: center;}
body.mission-page .mybuddy-seniors-section .row-wrp:nth-child(2) .left-col {max-width: 54%;align-items: end;}

body.mission-page .felt-like-my-wife-sec h2 > span::before {width: calc(100% + 2px);left: 0;bottom: -4px;}
body.mission-page .how-simon-uses-section .right-col .img-wrp img {border-radius: 0;}

.confirmation-order .order-details-wrp {margin-bottom: 30px;}
.confirmation-order .order-details-wrp .title {margin-bottom: 25px;}
.confirmation-order .order-details-wrp .title h2 {font-family: var(--OpenSans);font-size: 25px;line-height: 100%;font-weight: 700;color: #000000}
.confirmation-order .order-details {border: 1px solid #E0E0E0;border-radius: 10px;overflow: hidden;}
.confirmation-order .order-details h2 {font-family: var(--OpenSans);font-size: 15px;font-weight: 700;line-height: 100%;color: #000000;margin-bottom: 0px;}
.confirmation-order .order-details > div {display: flex;flex-wrap: nowrap;padding: 15px;}
.confirmation-order .order-details > div:nth-child(odd) {background-color: #F5F5F5;}
.confirmation-order .order-details > div h2 {min-width: 220px;max-width: 220px;width: 100%;padding-right: 15px;}
.confirmation-order .order-details > div.order-number p {font-weight: 700;color: #FF0000;}
.confirmation-order .order-details > div p {font-family: var(--OpenSans);font-size: 16px;color: #000000;margin-bottom: 0px;}

.confirmation-order .order-info-table .title {margin-bottom: 25px;}
.confirmation-order .order-info-table .title h2 {font-family: var(--OpenSans);font-size: 25px;line-height: 100%;font-weight: 700;color: #000000}
.confirmation-order .order-info-table ul {border: 1px solid #E0E0E0;border-radius: 10px;overflow: hidden;}
.confirmation-order .order-info-table ul li {display: flex;flex-wrap: nowrap;padding: 15px;}
.confirmation-order .order-info-table ul li:nth-child(odd) {background-color: #F5F5F5;}
.confirmation-order .order-info-table .heading {min-width: 220px;max-width: 220px;width: 100%;}
.confirmation-order .order-info-table .heading h2 {font-family: var(--OpenSans);font-size: 15px;font-weight: 700;line-height: 100%;color: #000000;margin-bottom: 0px;padding-right: 15px;}
.confirmation-order .order-info-table .content p {font-family: var(--OpenSans);font-size: 16px;color: #000000;margin-bottom: 0px;}

.steps-page .all-step.step-four .acordian_content .checkbox-wrp {flex-wrap: wrap;}
.all-step.step-four .shipping-form .checkbox-wrp > span {color: #FF0000;font-family: var(--OpenSans);font-size: 16px;line-height: 100%;margin-top: 10px;padding-left: 5px;font-weight: 500;width: 100%;display: none;}
.all-step.step-four .shipping-form .checkbox-wrp.error-show > span {display: block;}

.payment_section_document_block {border: none;padding: 0px;margin-bottom: 25px;}
.payment_section_document_block .heading {margin-bottom: 30px;}
.payment_section_document_block .heading h3 {font-size: 25px;line-height: 130%;font-weight: 700;}
.payment_section_document_block .row-wrp:not(:last-child) {margin-bottom: 15px;}
.payment_section_document_block .row-wrp:not(:last-child) {margin-bottom: 25px;}
.payment_section_document_block .row-wrp .half-col {max-width: 50%;width: 100%;}
.payment_section_document_block .row-wrp .half-col:nth-child(odd) {padding-right: 15px;}
.payment_section_document_block .row-wrp .half-col:nth-child(even) {padding-left: 15px;}
.payment_section_document_block .row-wrp label {font-family: var(--PolySans);font-size: 18px;line-height: 25px;display: block;color: #000000;margin-bottom: 8px;}
.payment_section_document_block .row-wrp input {padding: 8px 15px;height: 40px;border: 1px solid #E3E2D8;border-radius: 7px;font-family: var(--OpenSans);font-size: 16px;line-height: 22px;color: #000000;width: 100%;}
.payment_section_document_block .row-wrp input::placeholder {color: #808080;font-family: var(--OpenSans);font-size: 16px;line-height: 22px;}
.payment_section_document_block .row-wrp textarea {padding: 8px 15px;height: 40px;border: 1px solid #E3E2D8;border-radius: 7px;font-family: var(--OpenSans);font-size: 16px;line-height: 22px;color: #000000;width: 100%;}
.payment_section_document_block .row-wrp textarea::placeholder {color: #808080;font-family: var(--OpenSans);font-size: 16px;line-height: 22px;}
.payment_section_document_block .row-wrp .error-message {color: #FF0000;font-family: var(--OpenSans);font-size: 16px;line-height: 100%;margin-top: 10px;padding-left: 5px;font-weight: 500;}
.payment_section_document_block .row-wrp .full-col {margin-bottom: 20px !important;position: unset !important;z-index: 1 !important;display: block !important;}
.payment_section_document_block .row-wrp .full-col label {font-family: var(--PolySans);font-size: 18px;line-height: 25px;display: block;color: #000000;margin-bottom: 20px;}
.payment_section_document_block .row-wrp .full-col .kbw-signature {padding: 8px 15px;height: 40px;border: 1px solid #E3E2D8;border-radius: 7px;font-family: var(--OpenSans);font-size: 16px;line-height: 22px;color: #000000;width: 100%;height: 200px;max-width: 332px;display: block;}
.payment_section_document_block .row-wrp .full-col .kbw-signature canvas {width: 100%;height: 100%;}
.payment_section_document_block .row-wrp .full-col .resetsign {padding: 10px 15px;background-color: #19191E;border-radius: 5px;color: #FFFFFF;font-family: var(--OpenSans);font-size: 16px;font-weight: 500;line-height: 100%;margin-top: 20px;display: inline-block;}
.payment_section_document_block .row-wrp .full-col .resetsign:hover {background-color: #FF0000;color: #FFFFFF;}




/* phase 2 header change */
.phase2-header {	padding: 0;	background: #FF0000;}
.phase2-header .main-menu-wrp {	min-height: 100px;}
.phase2-header .main-menu-wrp .button.without-border a {	border: none;	background: transparent;	color: #fff;	width: auto;	height: auto;	padding: 0;}
/* phase 2 footer change */
.footer-phase2 {	padding: 0;}
.footer-phase2 .bottom-footer ul:first-child li p, .footer-phase2 .bottom-footer ul:first-child li a {color: #fff;	letter-spacing: 0.28px;}
.footer-phase2 .bottom-footer ul.call-dtls li:first-child {	margin-right: 34px; }
.footer-phase2 .bottom-footer ul.call-dtls {	margin-right: -80px;}

/* phase 2 login page */
body.phase2 {padding-top: 100px;}
.padd-div {	padding: 105px 0 116px; position: relative;}
.login-wrp .login-form .row-wrp .full-col input { padding: 8px 15px;height: 40px;border: 1px solid #E3E2D8;border-radius: 7px;font-family: var(--OpenSans);font-size: 16px;line-height: 22px;color: #000000;width: 100%;}
.login-wrp .login-form .row-wrp .full-col {	margin-bottom: 0px;	position: inherit;	z-index: 0;	max-width: 100%;	width: 100%;}
.phase2 h1 span::before {	z-index: -9;}
.login-wrp .login-form .row-wrp:not(:last-child) {	margin-bottom: 25px;}
.login-wrp .login-form .row-wrp-btn { margin-top: 50px;}
.wdth-box {	width: calc(100% - (22px * 2)); max-width: 690px;	border: 1px solid #E3E2D8;	border-radius: 42px;	margin: auto;	padding: 50px;}
.login-foam-dv h1{ margin-bottom: 50px;margin-left: 5px;    }
.login-wrp .login-form .row-wrp p { margin: 30px 0;	font-family: var(--OpenSans);	font-size: 14px;	line-height: 30px;	color: #808080;	width: 100%;}
.login-wrp .login-form .row-wrp p a{	color: #FF0000; font-weight: 700;}
.login-wrp .login-form .row-wrp .full-col label{    font-family: var(--PolySans); font-size: 18px; line-height: 28.7px; color: #000000; margin-bottom: 8px; display: block;}
.login-wrp .login-form .row-wrp .full-col label > span { color: #FF0000; }
.login-form .btn-red-black { min-width: 221px; }

/* phase 2 user page */
.phs-row {	display: flex;}
.user-wrp .wdth-box {	padding: 30px 60px;}
.user-wrp .right {margin: 0 0px 0 auto;}
.user-wrp .prof-img {max-width: 157px;max-height: 200px;margin: 0 0 0 auto;height: auto;width: 100%;overflow: hidden;border-radius: 25px;}
.user-wrp .prof-img img {	object-fit: cover;	object-position: center;	height: 100%;	width: 100%;}
.user-inner-div .left p {	font-family: var(--PolySans);	font-size: 18px;	line-height: 28.7px;	display: block;	color: #000000;	margin-bottom: 25px;}
.user-inner-div .left p span{ font-family: var(--OpenSans);	font-size: 14px;	line-height: 30px;	color: #808080;	width: 100%;}
.user-inner-div h1 {	margin-bottom: 24px;}
.user-inner-div .red-bg {	background: #FF0000;	width: calc(100% + 120px);	margin: 0 -60px;	padding: 12px 20px 26px;	text-align: center;}
.user-inner-div .red-bg p{ font-family: var(--PolySans);display: flex;align-items: center;justify-content: center;width: 100%;color: #fff;	border-radius: 30px;font-size: 18px;letter-spacing: 0px;line-height: 21.6px; margin-bottom: 12px;}
.btns-div {	display: flex;	flex-wrap: wrap;	grid-gap: 10px;	justify-content: center;}
.button-wht-brdr a {    font-family: var(--PolySans);	display: flex;	align-items: center;	justify-content: center; width: 100%; padding: 3px 14px; height: 30px; background-color: transparent; border: 1px solid #fff; color: #fff; border-radius: 30px; font-size: 16px; letter-spacing: 0px; line-height: 19.2px;}
.button-wht-brdr a:hover {	background-color: #fff;	color: #FF0000;}
.prdsingle { padding: 40px 0 36px; }
.prdsingle:not(:last-child)  {    border-bottom: 0.5px solid #19191E;  }
.prdsingle  h2 { margin-bottom: 13px; font-size: 32px; line-height: 38.4px; }
.prdsingle p {    font-size: 18px;    line-height: 30px;    color: #000000; margin-bottom: 28px;}
.prdsingle p a{ color: #FF0000; }
.prdsingle .number{font-family: var(--PolySans);font-size: 14px;line-height: 19.71px;color: #19191F;border: 1px solid #19191F;border-radius: 12px; min-width: 40px;display: inline-flex;text-align: center;justify-content: center;align-items: center;height: 24px;}
.prdsingle p a {    color: #FF0000;    font-size: inherit;    font-weight: bold;}
.btn-red-black { width: auto;    padding: 5px 65px 5px 26px;}
.user-inner-div .btn-red-black {min-width: 300px;}
.prdsingle:last-child { padding-bottom: 0;}
.user-inner-div.wdth-box > .phs-row { margin-bottom: 20px; }

/* phase 2 user-details page */
.user-details .user-inner-div .left { width:100%; }
.user-wrp .prof-img img {   object-fit: contain;  object-position: center;    height: 100%;   width: 100%;}
.red-border-btn {font-family: var(--PolySans); font-size: 16px; line-height: 19px; color: #FF0000; display: flex; width: max-content; border: 1px solid #FF0000; padding: 4px 27px 5px 11px; border-radius: 30px;}
.red-border-btn img{ width: 16px;height: 16px; margin-right: 15px;}


/* phase 2 Klantgegevens */
.cust-profielfoto { display: grid; grid-template-columns: 157px 1fr; grid-column-gap: 44px; align-items: center; }
.custdata-steps-wrap > form { display: grid; grid-row-gap: 65px; }
.custdata-steps-wrap .prdsingle { border-bottom: none; padding: 0; }
.custdata-steps-wrap .cust-profielfoto .prof-img{border-radius: 25px}
.custdata-steps-wrap .prdsingle p { font-size: 16px; line-height: 24px; }
.cust-profilefoto-blk > p { max-width: 383px;    margin-bottom: 40px; }
.cust-profielfoto .img-upload-btn input[type="file"] { display: none; }
.cust-profielfoto .img-upload-btn .red-border-btn{cursor: pointer;}
.cust-profielfoto .btnwrap .img-upload-btn { margin-bottom: 16px; }
.cust-profielfoto .btnwrap .red-border-btn { min-width: 215px; align-items: center; }
.phase-frm--wrap { display: grid; --form-item: 12; grid-template-columns: repeat(var(--form-item), 1fr); grid-gap:16px 21px; }
.phase-frm--wrap > * { grid-column: 1 / -1; }
.phase-frm--wrap .form-group.half{grid-column: span 6;}
.phase-frm--wrap  .form-group label { font-family: var(--PolySans); font-size: 18px; line-height: 25px; color: #000000; margin-bottom: 8px; display: block; }
.phase-frm--wrap  .form-group .form-control { font-family: var(--OpenSans); font-size: 16px; line-height: 100%; color: #000000; padding: 5px 15px; height: 40px; border: 1px solid #E3E2D8; border-radius: 7px; }
.phase-frm--wrap .form-group label span { color: #FF0000; }
.prdsingle .persoon-label{ padding: 0 15px;}
.prdsingle .persoon-label { padding: 0 15px; margin-bottom: 11px; }
.phase-frm--wrap .form-group select.form-control{background: url("../images/select-down-arrow.svg") no-repeat;background-position: right 13px center;}
.voeg-extrabtn-wrp .red-border-btn { display: inline-grid; grid-template-columns: auto 1fr; align-items: center; padding: 0; min-height: 30px; padding-right: 24px; border-radius: 15px; box-sizing: border-box; line-height: 1; }
.voeg-extrabtn-wrp .red-border-btn i img { width: auto; height: auto; margin-right: 13px; }
.custdata-steps-wrap .voeg-extrabtn-wrp { margin-top: 32px; }
.custdata-steps-wrap .prdsingle .head--part { margin-bottom: 30px; }
.custdata-steps-wrap .cust-profilefoto-blk .head--part { margin-bottom: 40px; }
.phase-frm--wrap .form-group textarea.form-control { height: 147px; }
.key-solution-btmpart .tools-btns-wrap { display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 17px; }
.key-solution-btmpart .tools-btns-wrap .red-border-btn{margin-right: 15px;align-items: center;}
.key-solution-btmpart .office-hvr-txt { margin-bottom: 49px; }
.key-solution-btmpart { margin-top: 42px; }
.phase-frm--wrap hr { border-color: #8D8D8F; opacity: 1; margin: 10px 0; }
.Terug-btn .terug-link-action { display: flex; align-items: center; font-family: var(--OpenSans); font-size: 18px; font-weight: 700; color: #FF0000; }
.Terug-btn .terug-link-action img { margin-right: 12px; }
.user-inner-div .Terug-btn .terug-link-action{justify-content: flex-end;}
.custdata-steps-wrap .cust-profilefoto-blk > .head--part > p{max-width: 383px;}
.user-wrp .wdth-box .Terug-btn { margin-right: -20px; }
.key-solution-btmpart .tools-btns-wrap .red-border-btn:hover{background: #19191E; color: #fff;border-color: #fff;}
.key-solution-btmpart .tools-btns-wrap .red-border-btn:hover img{filter: brightness(0) invert(1);}
.voeg-extrabtn-wrp .red-border-btn:hover{background: #19191E;color: #fff;border-color: #19191E;}
.login-form .full-col > span {color: #FF0000;font-family: var(--OpenSans);font-size: 16px;line-height: 100%;margin-top: 10px;display: none;padding-left: 5px;font-weight: 500;}
.login-form .full-col.error-show > span {display: block;}
.persoon-frm-wrap{margin-top: 35px;}
.order-cntprg-wrap {display: flex;flex: 1 0;justify-content: space-between;}
.ord-cntprice-wrp {flex: 1 0;}

.order-cntprg-wrap .price p {margin-bottom: 0;margin-left: 15px;}

.membership-wrp {max-width: 690px;width: 100%;border: 1px solid #E3E2D8;border-radius: 42px;margin: 105px auto 95px auto;padding: 30px 60px 69px 60px;}
.membership-wrp .phs-row .left h1 {margin-bottom: 24px;}
.membership-wrp .back-to-btn {display: flex;justify-content: end;align-items: center;}
.membership-wrp .back-to-btn a {font-family: var(--OpenSans);font-size: 18px;font-weight: 700;color: #FF0000;}
.membership-wrp .back-to-btn a img {margin-right: 11px;}
.membership-wrp .phs-row .left p {font-family: var(--PolySans);font-size: 18px;line-height: 28.7px;display: block;color: #000000;margin-bottom: 25px;}
.membership-wrp .phs-row .left p span {font-family: var(--OpenSans);font-size: 14px;line-height: 100%;color: #808080;width: 100%;display: block;margin-top: 5px;}
.change-membership .membership-title h2 {font-family: var(--PolySans);font-size: 32px;line-height: 38px;color: #19191E;margin-bottom: 8px;}
.change-membership .change-plan-buttons {display: flex;flex-wrap: wrap;margin-top: 100px;}
.change-membership .change-plan-buttons .change-plan {max-width: 100%;width: 100%;position: relative;margin-bottom: 60px;}
.change-membership .change-plan-buttons .change-plan > input {position: absolute;top: 0;left: 0;opacity: 0;width: 0;height: 0;}
.change-membership .change-plan-buttons .change-plan > input:checked + .content-wrp .content .outline-btn-red {background-color: #FF0000;color: #FFFFFF;}
.change-membership .change-plan-buttons .change-plan .content {display: flex;flex-direction: column;border: 0.5px solid #E3E2D8;border-radius: 0px 0px 28px 28px;padding-top: 60px;margin-top: -30px;padding-bottom: 32px;}
.change-membership .change-plan-buttons .heading {padding: 30px 20px;background-color: #DFDFDD;border: 0.5px solid #E3E2D8;border-radius: 28px;min-height: 100px;display: flex;align-items: center;justify-content: center;}
.change-membership .change-plan-buttons .heading h3 {font-family: var(--PolySans);font-size: 29px;line-height: 90%;color: #19191F;text-align: center;margin-bottom: 0;position: relative;max-width: 300px;width: 100%;}
.change-membership .change-plan-buttons .heading h3 > span::before {content: '';width: calc(47% + 4px);height: 8px;position: absolute;left: 26%;bottom: -2px;background-color: #FF0000;}
.change-membership .change-plan-buttons .heading > span {position: absolute;top: 0;left: 50%;background-color: #19191F;color: #FFFFFF;border-radius: 10px;font-family: var(--PolySans);font-size: 14px;line-height: 100%;padding: 4px 16px 6px 16px;width: max-content;transform: translate3d(-50%, -10px, 0px);z-index: 999;display: flex;align-items: center;}
.change-membership .change-plan-buttons .content ul {margin-bottom: 16px;position: relative;}
.change-membership .change-plan-buttons .content ul li {padding: 10px 10px;text-align: center;font-family: var(--OpenSans);font-size: 14px;color: #19191F;line-height: 100%;}
.change-membership .change-plan-buttons .content ul li span {font-family: var(--OpenSans);font-size: 14px;color: #19191F;line-height: 100%;display: block;text-align: center;}
.change-membership .change-plan-buttons .content ul li strong {font-weight: 700;display: block;}
.change-membership .change-plan-buttons .content ul li:nth-child(odd) {background-color: rgba(237, 236, 227, 20%);}
.change-membership .change-plan-buttons .content > h2 {font-family: var(--PolySans);font-size: 22px;color: #19191F;line-height: 30px;margin-bottom: 22px;text-align: center;width: max-content;margin-left: auto;margin-right: auto;pointer-events: none;}
.change-membership .change-plan-buttons .content > h2 > span::before {content: '';width: calc(100% + 4px);height: 5px;position: absolute;left: -2px;bottom: 3px;background-color: #EDECE3;}
.change-membership .change-plan-buttons .content > h2 > p {text-align: right;display: block;font-family: var(--OpenSans);font-size: 14px;line-height: 13px;color: #000000;margin-bottom: 0;}
.change-membership .change-plan-buttons .content .outline-btn-red {margin-left: auto;margin-right: auto;font-size: 15px;line-height: 18px;padding: 7px 17px;}
.change-membership .change-plan-buttons .content .outline-btn-red + p {font-family: var(--OpenSans);font-size: 14px;line-height: 100%;text-align: center;display: block;color: #000000;margin-top: 10px;margin-bottom: 0;}
.change-membership .change-plan-buttons .content .outline-btn-red + p span {font-weight: 700;}
.membership-bottom-text .member-bottom-text {padding: 27px 0px 38px 0px;border-top: 0.5px solid #19191E;}
.membership-bottom-text .member-bottom-text h2 {font-family: var(--PolySans);font-size: 32px;line-height: 38px;color: #19191E;margin-bottom: 15px;}
.membership-bottom-text .member-bottom-text p {font-family: var(--OpenSans);font-size: 16px;line-height: 24px;margin-bottom: 0px;color: #000000;}
.membership-bottom-text .member-bottom-text p a {font-weight: 700;color: #FF0000;}

.change-membership .change-plan-buttons .content .outline-btn-red {margin-left: auto;margin-right: auto;font-size: 15px;line-height: 18px;padding: 7px 17px;}
body.phase2 .steps-page {margin-top: 80px;}
body.phase2 .steps-page .left-col .row-wrp .all-step .acordian_content {display: block;}
body.phase2 .steps-page .bottom-buttons {display: flex;align-items: center;}
body.phase2 .steps-page .bottom-buttons .back-to-btn {margin-left: auto;}
body.phase2 .steps-page .all-step-wrp .all-step.step-three #fourth_step {margin-top: 0px;}
body.phase2 .steps-page .bottom-buttons .back-to-btn a {font-family: var(--OpenSans);font-size: 18px;font-weight: 700;color: #FF0000;}
body.phase2 .steps-page .bottom-buttons .back-to-btn a img {margin-right: 10px;}

.phase2-header .main-menu-wrp .button {display: flex;max-width: max-content;}
.phase2-header .main-menu-wrp .button.without-border a.logout-btn {border: 1px solid #F4F4F2; font-size: 18px;line-height: 21px;letter-spacing: 0.71px;color: #F4F4F2;background-color: transparent;border-radius: 50px;padding: 5px 22px;width: auto;margin: 0 0 0 30px;}


/* Cancel Subscription CSS */
body {padding-left: 0px !important;padding-right: 0px !important;}
#cancel_subscription {padding: 0px !important;z-index: 99999;}
.modal-backdrop {z-index: 9999;}
#cancel_subscription .modal-content {border: none;}
#cancel_subscription .modal-dialog {max-width: 400px;}
#cancel_subscription .modal-header {border-bottom: none;padding: 24px;}
#cancel_subscription .modal-header .image {width: 40px;height: 40px;border-radius: 50px;display: flex;align-items: center;justify-content: center;position: relative;}
#cancel_subscription .modal-header .image span:nth-of-type(1) {width: 100%;height: 100%;background-color: #fEE4E2;position: absolute;top: 0;left: 0;border-radius: 50px;z-index: 2;}
#cancel_subscription .modal-header .image span:nth-of-type(2) {width: 100%;height: 100%;background-color: #ffe6e8;position: absolute;top: 0;left: 0;border-radius: 50px;z-index: 1;transform: scale(1.3);animation: pulls-blink 1s infinite alternate;}
#cancel_subscription .modal-header .image img {width: 25px;height: 25px;margin: -1px -1px 0 0;position: relative;z-index: 3;}
@keyframes pulls-blink {
  0% {transform: scale(1);opacity: 1;}
  50% {transform: scale(1.4);opacity: 0.5;}
  100% {transform: scale(1);opacity: 1;}
}
#cancel_subscription .modal-header button {background: url(../images/close-red.svg) no-repeat center;background-size: 17px;opacity: 1;margin: 0;padding: 5px;width: 25px;height: 25px;background-color: #FFE7E7;}
#cancel_subscription .modal-header button:hover {background: url(../images/close-white.svg) no-repeat center;background-size: 17px;background-color: #000000;}
#cancel_subscription .modal-body {padding: 0px 20px 0px 20px;}
#cancel_subscription .modal-body .content h5 {font-size: 25px;font-family: var(--OpenSans);line-height: 130%;color: #000000;font-weight: 600;text-transform: capitalize;margin-bottom: 10px;}
#cancel_subscription .modal-body .content p {font-family: var(--OpenSans);font-size: 15px;line-height: 130%;color: #475467;margin-bottom: 0px;}
#cancel_subscription .modal-body .content span.success {font-family: var(--OpenSans);font-size: 15px;line-height: 130%;color: #027A48;margin-bottom: 0px;font-weight: 700;margin-top: 10px;display: block;}
#cancel_subscription .modal-footer {border-top: none;margin-top: 20px;padding: 20px;}
#cancel_subscription .modal-footer button {margin: 0;padding: 0;font-family: var(--OpenSans);font-size: 16px;font-weight: 600;padding: 10px;width: calc(50% - 6px);border-radius: 8px;text-transform: capitalize;}
#cancel_subscription .modal-footer button:first-child {margin-right: 6px;background-color: #FEE4E2;color: #000000;}
#cancel_subscription .modal-footer button:first-child:hover {background-color: #000000;color: #FFFFFF;}
#cancel_subscription .modal-footer button:last-child {margin-left: 6px;background-color: #FF0000;color: #FFFFFF;}
#cancel_subscription .modal-footer button:last-child:hover {background-color: #000000;}


.change-membership .payment-option {margin-bottom: 45px;}
.change-membership .payment-option .radio-select-group {display: flex;flex-wrap: wrap;margin-top: 10px;margin-bottom: 20px;}
.change-membership .payment-option .radio-select-group .radio-error {display: none;width: 100%;background-color: rgba(255, 0, 0, 0.10);border-radius: 5px;color: #FF0000;}
.change-membership .payment-option .radio-select-group .radio-error.show {display: block;width: 100%;margin-bottom: 10px;border: 1px solid #FF0000;padding: 10px 10px;font-size: 15px;line-height: 100%;font-family: 'Open Sans';color: #FF0000;border-radius: 4px;}
.change-membership .payment-option .radio-select-group .delivery-radio-options {max-width: 50%;width: 100%;}
.change-membership .payment-option .radio-select-group .delivery-radio-options:nth-child(1) {padding-right: 15px;}
.change-membership .payment-option .radio-select-group .delivery-radio-options:nth-child(2) {padding-left: 15px;}
.change-membership .payment-option .radio-select-group .radio-select {border: 1px solid #E3E2D8;border-radius: 7px;position: relative;}
.change-membership .payment-option .radio-select-group .radio-select input {position: absolute;top: 0;left: 0;opacity: 0;}
.change-membership .payment-option .radio-select-group .radio-select label {display: flex;align-items: center;flex-wrap: wrap;padding: 7.5px 11px;position: relative;font-family: var(--PolySans);font-size: 14px;line-height: 100%;cursor: pointer;}
.change-membership .payment-option .radio-select-group .radio-select label span {width: 20px;height: 20px;border: 1px solid #E3E2D8;border-radius: 25px;position: relative;margin-right: 14px;display: flex;align-items: center;justify-content: center;}
.change-membership .payment-option .radio-select-group .radio-select label p {font-family: var(--PolySans);font-size: 14px;line-height: 120%;cursor: pointer;margin-bottom: 0px;max-width: 80%;width: 100%;}
.change-membership .payment-option .radio-select-group .radio-select label span::after {content: '';width: 12px;height: 12px;background-color: #FF0000;border-radius: 25px;opacity: 0;display: block;}
.change-membership .payment-option .radio-select-group .radio-select input:checked + label span::after {opacity: 1;}

#prodOptionFrom .payment-option {	margin-bottom: 30px;}
/* print css */
@media print {
    body { visibility: hidden;}
    #printarea{visibility: visible; position: absolute;left: 0;top: 0;}
    header,footer{display: none;}
    .padd-div{padding: 0;}
    .custdata-steps-wrap .cust-profielfoto .btnwrap{visibility: hidden;}
    .voeg-extrabtn-wrp .red-border-btn,
    .key-solution-btmpart .tools-btns-wrap .red-border-btn,
    .user-inner-div .btn-red-black,
    .user-wrp .wdth-box .Terug-btn{display: none; }
    .custdata-steps-wrap .cust-profielfoto .prof-img { float: left;margin-left: 0;}
    .phase-frm--wrap .form-group .form-control{border-width: 0;padding: 0;}
    body.phase2 {padding-top: 0;    }
    .phase-frm--wrap .form-group textarea.form-control {height: 90px;}
    .custdata-steps-wrap .cust-profielfoto .prof-img { margin:0; padding: 0;}
    .cust-profielfoto{display: flex;width: 100%;justify-content: flex-start;}
    .phase-frm--wrap{display: block;}
    .phase-frm--wrap .form-group.half { max-width: 50%; float: none; width: 100%;}
    .phase-frm--wrap .form-group label{margin-bottom: 0;}
    .phase-frm--wrap .form-group.half{  padding: 0 5px 0 10px;}
    .phase-frm--wrap .form-group:not(.half) { max-width: 100%;width: 100%;display: block;}
    ::-webkit-input-placeholder {  font-size: 0px;}
    :-moz-placeholder {  font-size: 0px;}
    ::-moz-placeholder {  font-size: 0px;}
    :-ms-input-placeholder {  font-size: 0px;}
}
.no-border-radius{
  border-radius: 0 !important;
}
.m-0{
  margin-bottom: 0px !important;
  margin-top: 60px !important;
}
.noneshow{
display: none;
}
.p-t-40px{
  margin-top:60px !important;
}
.how-much-safety-section .right-col {max-width: 100%;display: flex;justify-content: center;margin-top: 50px;}
.how-much-safety-section .right-col {max-width: 100%;}
.how-much-safety-section .right-col {
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.pricing-table li .middel-content p img {
    display: none;
}

.mybuddy-een-section{background-color: #EDECE3;padding-top: 58px;margin-top: 0;margin-bottom: 0;}
.home-product-sec{margin-top: 0;}
.hero-banner{display: grid;grid-template-columns: 50% 50%;max-height: unset;}
.hero-banner .leftblock {background: #18181C; display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; padding-bottom: 105px; padding-top: 46px;}
.hero-banner .leftblock .cnt {max-width: 606px;width: 100%; align-items: center;padding-right: 63px;padding-left: 20px}
.hero-banner .leftblock .cnt h2{font-size: 46px;color: #fff;line-height: 50px;margin-bottom: 34px;padding-right: 20px;}
.hero-banner .leftblock .cnt h2 span:before{height: 12px;bottom: 0;}
.hero-banner .leftblock .cnt ul li{font-size: 18px;color: #fff;line-height: 30px;margin-bottom: 19px;font-weight: normal;font-family: var(--OpenSans);padding-left: 36px;position: relative;}
.hero-banner .leftblock .cnt ul li::before {content: ''; background: url(../images/right-mark-red.svg) no-repeat center; width: 18px; height: 21px; position: absolute; left: 0; top: 7px; background-size: 18px;}
.hero-banner .leftblock .cnt .btn-red-black {width: auto; padding: 5px 65px 5px 26px; max-width: max-content; background: #fff; color: #000; min-width: 300px;margin-top: 69px;}
.hero-banner .leftblock .cnt .btn-red-black:hover{background-color: #FF0000;color:#fff;}
.hero-banner .leftblock .cnt .btn-red-black span img{filter: brightness(0) invert(1);}
.hero-banner .leftblock .cnt .btn-red-black:hover span img{filter:inherit;}
.hero-banner .leftblock .cnt .btn-red-black:hover span{background-color: #fff;}
.hero-banner .rightblock img {height: 100%;width: 100%;object-fit: cover;object-position: left;}
.mybuddy-een-section .three-col {display: flex; width: 100%; justify-content: space-between; flex-wrap: wrap; margin-top: -104px; margin-bottom: 86px;}
.mybuddy-een-section .three-col .item {width: calc(33.33% - 35px); background: #fff;border-radius: 15px;display: flex;align-items: center;padding: 9px;position: relative;}
.mybuddy-een-section .three-col .item .img {width: 137px;text-align: center;min-width: 128px;}
.mybuddy-een-section .three-col .item:last-child .img img {width: 104px;}
.mybuddy-een-section .three-col .item h4{font-size: 18px;line-height:25px;}
.mybuddy-een-section .three-col .item h4 span:before {height: 8px; left: -3px; width: calc(100% + 6px); bottom: 0;}
.mybuddy-een-section .three-col .item a::after {position: absolute; top: 0; width: 100%; content: "";height: 100%; left: 0;z-index: 9}

.mybuddy-een-section .four-col {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -104px;
    margin-bottom: 86px;
}

.mybuddy-een-section .four-col .item {
    width: calc(25% - 26.25px);
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 9px;
    position: relative;
    text-align: center; /* Optioneel, zodat tekst beter uitgelijnd is */
}

/* Extra padding als er geen afbeelding aanwezig is */
.mybuddy-een-section .four-col .item:not(:has(.img)) {
    padding: 20px;
}


.mybuddy-een-section .four-col .item .img {
    width: 137px;
    text-align: center;
    min-width: 128px;
}

.mybuddy-een-section .four-col .item:last-child .img img {
    width: 104px;
}

.mybuddy-een-section .four-col .item h4 {
    font-size: 18px;
    line-height: 25px;
}

.mybuddy-een-section .four-col .item h4 span:before {
    height: 8px;
    left: -3px;
    width: calc(100% + 6px);
    bottom: 0;
}

.mybuddy-een-section .four-col .item a::after {
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    z-index: 9;
}


.mpt {padding-top: 170px; margin-top: -170px;}
@media (max-width: 768px) {
    .portal5-row {
        display: flex;
        flex-direction: column;
    }

    .portal5-row .left-col {
        order: -1 !important; /* Zorgt ervoor dat left-col als eerste komt */
    }

    .portal5-row .right-col {
        order: 1 !important; /* Zorgt ervoor dat right-col als tweede komt */
    }
}
.app-links {
    display: flex;
    gap: 10px; /* Ruimte tussen de knoppen */
    margin-top: 10px;
}

.app-links a img {
    height: 50px; /* Pas de grootte aan indien nodig */
    width: auto;
}
