*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.kleur_blauw{
    color: #233D63;
}

.section_CC_reviews{
    padding-top: 100px;
    padding-bottom: 100px;
}

.bbb_viewed_slider .owl-item:first-child {
    width: 100%;
}

.bbb_viewed_slider .owl-item {
    width: calc((100% - 30px) / 5);
}

.section_klachtenformulier_button{
    background-color: #233D63;
    font-size: 18px;
    width: 150px;
}
.section_klachtenformulier_button:hover{
    background-color: #F49B21;
    transition: all .1s ease-in-out;
}


/*SECTION M HEADING*/

.section_M_heading{
    height: 100vh;
    padding: 290px 0 258px 0px;
    background-color:#FEFAF4;
    width: 100%;

}
.section_M_heading h1 , .section_M_heading p{
    color: #122460;
}

.button {
    background-color: #F49B21;
    color: white;
    border-radius: 2px;
    font-size: larger;
    padding: 10px;
    width: 240px;
    font-weight: bold;
    border: 2px solid #F49B21;
    transition: all .1s ease-in-out;
}

.button:hover {
    background-color: transparent;
    color: #F49B21;
    border: 2px solid #F49B21;
    transition: all .1s ease-in-out;
    cursor: pointer;
}


.button2 {
    background-color: transparent;
    color: #F49B21;
    border-radius: 2px;
    border: 2px solid #F49B21;
    width: 240px;
    padding: 10px;
    font-size: larger;
    font-weight: bold;
    transition: all .1s ease-in-out;
}

.button2:hover {
    background-color: #F49B21;
    color: white;
    border-radius: 2px;
    border: 2px solid #F49B21;
    font-size: larger;
    font-weight: bold;
    transition: all .1s ease-in-out;
    cursor: pointer;
}



/*SECTION TABLETALKER*/
.section_TableTalker{
    padding-top: 150px;
    padding-bottom: 150px;
}

.fa-circle-down{
    color: #F49B21;
    font-size: 70px;
}

/*SECTION BIRTHDAY MARKETING*/

.section_Birthday{
    padding-bottom: 150px;
    padding-top: 150px;
    background-color: #FEFAF4;
}
.fa-comment-sms{
    font-size: 100px;
    color: #F49B21;
    position: absolute;
    right: 0;
    top: -72px;

}

/*SECTION M DATA*/
.section_M_data{
    padding-top: 100px;
    padding-bottom: 100px;
}

.section_M_data img{
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24)  0px 10px 8px;

}


/*SECTION M CARDSDATA*/
.section_M_CardsData{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #FEFAF4;
}
.card{
    height: 475px;
    border-radius: 10px;
    border:none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
}

.single-chart {
    width: 33%;
    justify-content: space-around ;
}

.circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    max-height: 250px;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}

.circle {
    fill: none;
    stroke-width: 3.5;
    stroke-linecap: butt;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.orange .circle {
    stroke: #FE6687;
}

.circular-chart.green .circle {
    stroke: #30C990;
}

.circular-chart.blue .circle {
    stroke: #7A7AFE;
}
.circular-chart.purple .circle {
    stroke: #8654E2;
}

.percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}


/*SECTION REGISTER*/
.section_register_1{
    padding-top: 150px;
    padding-bottom: 150px;
    background-color:#1E202D;
}

.section_register  {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color:#1E202D;
}
.section_register h2{
    color: white;
}
.section_register p{
    color: #a7abad;
    font-weight: bold;
    font-style: italic;
}

.button_register_1 {
    background-color: #F49B21;
    color: white;
    width: 180px;
    border-radius: 2px;
    padding: 12px 15px 12px 15px;
    font-size: larger;
    font-weight: bold;
    transition: all .1s ease-in-out;
}

.button_register_1:hover{
    background-color: white;
    color: #F49B21;
    padding: 12px 15px 12px 15px;
    font-size: larger;
    text-decoration: none;
    font-weight: bold;
    transition: all .1s ease-in-out;
}

.button_register {
    background-color: #F49B21;
    color: white;
    width: 180px;
    border-radius: 2px;
    padding: 12px 15px 12px 15px;
    font-size: larger;
    font-weight: bold;
    transition: all .1s ease-in-out;
}

.button_register:hover {
    background-color: white;
    color: #F49B21;
    padding: 12px 15px 12px 15px;
    font-size: larger;
    font-weight: bold;
    transition: all .1s ease-in-out;
    text-decoration: none;
}

.span_bold {
    font-weight: 800;
}

/*SECTION BENEFITS*/
.section_benefits {
    background-color: #FEFAF4;
    padding-top: 150px;
    padding-bottom: 60px;
}

.image_col2_benefits {
    position: absolute;
    right: 0;
    bottom: -295px;
    width: 600px;
}

.icon_M_benefits{
    font-size: 25px;
    color: #F49B21;
    padding-bottom: 15px;
}


/*LG*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
    /*SECTION MARKETING HEADING*/
    .section_M_heading{
        height: 100vh;
        padding: 270px 0 258px 0px;
    }
    .section_M_heading h1{
        font-size: 38px;
    }

    .button {

        padding: 8px 6px 8px 6px;
        font-size: 17px;
        width: 200px;

    }
    .button2 {
        padding: 8px 6px 8px 6px;
        font-size: 17px;
        width: 200px;
    }


    /*SECTION BENEFITS*/
    .section_benefits {
        background-color: #FEFAF4;
        padding-top: 150px;
        padding-bottom: 0;
    }

    .image_col2_benefits {
        position: absolute;
        right: 0;
        bottom: -48px;
        width: 550px;
    }

    .icon_M_benefits{
        font-size: 25px;
        color: #F49B21;
        padding-bottom: 15px;
    }

    .section_Birthday{
        padding-bottom: 150px;
        padding-top: 150px;
        background-color: #FEFAF4;
    }
    .fa-comment-sms{
        font-size: 65px;
        color: #F49B21;
        position: absolute;
        right: -48px;
        top: -38px;
    }

}


/*MD*/
@media screen and (min-width: 768px) and (max-width: 991px) {
    /*SECTION MARKETING HEADING*/
    .section_M_heading{
        padding: 300px 0 270px 0px;
        height: 100vh;
    }
    .section_M_heading h1{
        font-size: 55px;
    }

    .button {
        width: 220px;
        padding: 8px 5px 8px 5px;

    }
    .button2 {
        width: 220px;
        padding: 8px 5px 8px 5px;
    }


    /*SECTION BENEFITS*/
    .section_benefits {
        padding-top: 100px;
        padding-bottom: 200px;
    }

    .image_col2_benefits {
        width: 58%;
        position: absolute;
        right: 0;
        top: -90px;


    }
    .icon_benefits{
        font-size: 30px;
        color: #F49B21;
        padding-bottom: 15px;
    }

    /*SECTION TABLETALKER*/

    .section_TableTalker {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    /*SECTION BIRTHDAY MARKETING*/

    .section_Birthday{
        padding-bottom: 100px;
        padding-top: 100px;
    }
    .section_Birthday img{
        width: 100%;
    }

    /*SECTION REGISTER*/
    .section_register{
        padding-top: 100px;
        padding-bottom: 100px;
    }


}


/*SM*/
@media screen and (min-width: 576px) and (max-width: 767px) {
    /*SECTION MARKETING HEADING*/

    .section_M_heading{
        padding: 270px 0 270px 0px;
    }
    .section_M_heading h1{
        font-size: 40px;
    }

    .button {
        width: 220px;
        padding: 8px 5px 8px 5px;

    }
    .button2 {
        width: 220px;
        padding: 8px 5px 8px 5px;
    }


    /*SECTION BENEFITS*/
    .section_benefits {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .image_col2_benefits {
        width: 45%;
        position: absolute;
        right: 0;
        top: 328px;


    }
    .icon_benefits{
        font-size: 30px;
        color: #F49B21;
        padding-bottom: 15px;
    }

    /*SECTION TABLETALKER*/

    .section_TableTalker {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section_TableTalker img{
        width: 90%;
    }


    /*SECTION BIRTHDAY MARKETING*/

    .section_Birthday{
        padding-bottom: 75px;
        padding-top: 75px;
    }
    .section_Birthday img{
        width: 90%;
    }


    /*SECTION REGISTER*/
    .section_register{
        padding-top: 75px;
        padding-bottom: 75px;
    }

}

/*XS*/
@media screen and (max-width: 575px){


    /*SECTION MARKETING HEADING*/
    .section_M_heading{
        padding: 160px 0 270px 0px;
        height: 100vh;
    }
    .section_M_heading h1{
        font-size: 30px;
    }

    .button {
        width: 260px;
        padding: 8px 5px 8px 5px;

    }
    .button2 {
        width: 260px;
        padding: 8px 5px 8px 5px;
    }

    /*SECTION M DATA*/

    .section_M_data h1{
        font-size: 28px;
    }

    /*SECTION REGISTER 1*/
    .section_register_1 h1{
        font-size: 35px;
    }


    /*SECTION BENEFITS*/
    .section_benefits {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .image_col2_benefits {
        display: none;


    }
    .icon_benefits{
        font-size: 30px;
        color: #F49B21;
        padding-bottom: 15px;
    }


    /*SECTION TABLETALKER*/

    .section_TableTalker {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section_TableTalker img{
        width: 100%;
    }


    /*SECTION BIRTHDAY MARKETING*/

    .section_Birthday{
        padding-bottom: 75px;
        padding-top: 75px;
    }
    .section_Birthday img{
        width: 100%;
    }

    /*SECTION REGISTER*/
    .section_register{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section_register h2{
        font-size: 25px;
    }
}