/* Opmaak van het oorspronkelijke WordPress-thema (mijnbrokervergelijken).
 *
 * Dit bestand wordt gegenereerd door `manage.py bouw_thema`. Handmatige
 * wijzigingen gaan bij de volgende generatie verloren; eigen opmaak hoort in
 * `aanvulling.css`.
 *
 * Het filter bewaart alleen regels waarvan een selector steunt op klassen die
 * onze eigen pagina's daadwerkelijk gebruiken. Selectors blijven ongemoeid:
 * knippen binnen een selector levert regels op die iets anders raken dan
 * bedoeld.
 */

@charset "utf-8";

 

@font-face {
    font-family: "MyriadPro-Regular";
    src: url("../fonts/MyriadPro-Regular.51d840c24903.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.0bb9ae4262cc.otf") format("opentype"), url("../fonts/MyriadPro-Regular.72294c878340.woff") format("woff"), url("../fonts/MyriadPro-Regular.b71c316f282d.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.606a61a7c74f.svg#MyriadPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}
html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, .kop-als-h1, h2, .kop-als-h2, h3, .kop-als-h3, h4, .kop-als-h4, h5, .kop-als-h5, h6, .kop-als-h6, p, blockquote, q, address, small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label, input, textarea, option, .nobox {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
blockquote, q {
    quotes: none;
}
br {
    height: 0;
}
ul, ol, dl, li {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
    border: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
.cf:after, .cf:before {
    display: table;
    content: "";
}
.cf:after {
    clear: both;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    color: #5a7088;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    overflow-x: hidden;
}
h1, .kop-als-h1, h2, .kop-als-h2, h3, .kop-als-h3, h4, .kop-als-h4, h5, .kop-als-h5, h6, .kop-als-h6 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #414e5c;
}
h1, .kop-als-h1, .category_h1 {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 21px;
}
h2, .kop-als-h2 {
    margin-bottom: 15px;
    font-size: 45px;
    line-height: 54px;
    font-weight: 500;
}
h2 span, .kop-als-h2 span, h2 strong, .kop-als-h2 strong {
    color: #0b7ec2;
    font-weight: inherit;
    position: relative;
    display: inline-block;
    margin-right: 56px;
}
h2 span:after, .kop-als-h2 span:after, h2 strong:after, .kop-als-h2 strong:after {
    position: absolute;
    top: 29px;
    content: "";
    height: 3px;
    width: 34px;
    right: -56px;
    background-color: #0b7ec2;
}
h3, .kop-als-h3 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
p+h3, p+.kop-als-h3 {
    padding-top: 37px;
}
h4, .kop-als-h4 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 30px;
}
h5, .kop-als-h5 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
}
h6, .kop-als-h6 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
}
blockquote {
    padding: 4px 15px 7px;
    margin: 0 auto 20px;
    font-size: 18px;
    line-height: 31px;
    color: #05385f;
    font-weight: 700;
    font-style: italic;
    max-width: 800px;
}
p {
     
    font-size: 16px;
     
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 28px;
    margin-bottom: 28px;
    color: rgba(5, 56, 95, 0.70);
}
p a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: #009fb7;
}
p a:hover {
    text-decoration: underline;
    color: #009fb7;
}
ul {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    margin-left: 30px;
}
ul li {
    padding: 0;
    margin: 0 0 13px 0;
    font-size: 16px;
    line-height: 24px;
    color: #516373;
    font-weight: 400;
    position: relative;
}
.main-body ul li, .lorem-body ul li {
    list-style: none;
    background-image: url("../images/check-green.bf3cbaf971e9.svg");
    background-position: top 8px left 0px;
    background-repeat: no-repeat;
    background-size: 12px;
    -webkit-background-size: 12px;
    -moz-background-size: 12px;
    -o-background-size: 12px;
    padding-left: 34px;
}
.main-body ul li.crossmark, .lorem-body ul li.crossmark {
    background-image: url("../images/delete.2a3732b6efe5.svg");
}
ol {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    margin-left: 18px;
}
ol li {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #5a7088;
    font-weight: 400;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
img {
    display: block;
    max-width: 100%;
    vertical-align: middle;
    border: none;
    border-style: none;
}
a {
    color: #009fb7;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a:hover, a:focus {
    color: #51c075;
     
    outline: none;
}
input, button, select, textarea {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: inherit;
    line-height: inherit;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    -webkit-text-size-adjust: none;
    outline: none;
}
input[type="email"], input[type="text"], input[type="search"], input[type="tel"], input[type="password"], textarea, .jcf-select {
    font-family: "Ubuntu", sans-serif;
    padding: 0 30px 0 11px;
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1;
    color: #a2a2a2;
    background-color: #fff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
}
textarea {
    padding: 7px 13px;
    height: 95px;
    line-height: 24px;
    overflow: auto;
    resize: vertical;
    font-size: 13px;
    color: rgba(5, 56, 95, 0.6);
    font-weight: 600;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    display: inline-block;
    padding: 12px 20px;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #fff;
    border: 0;
    background-color: #009fb7;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-appearance: none;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    color: #fff;
    background-color: #51c075;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: #a2a2a2;
}
::-moz-placeholder {
    color: #a2a2a2;
}
:-ms-input-placeholder {
    color: #a2a2a2;
}
:-moz-placeholder {
    color: #a2a2a2;
}
@-moz-document url-prefix() {
     ::-webkit-input-placeholder {
        opacity: 1;
    }
     ::-moz-placeholder {
        opacity: 1;
    }
     :-ms-input-placeholder {
        opacity: 1;
    }
     :-moz-placeholder {
        opacity: 1;
    }
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td {
    text-align: left;
    font-weight: normal;
}
.container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
}
.container-small {
    max-width: 1000px;
}
.btn {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 17px 23px 19px 23px;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #fff!important;
    cursor: pointer;
    background-color: #009fb7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.btn i {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 15px;
    margin-right: 10px;
}
.btn:hover, .btn:focus {
    color: #fff!important;
     
    background-color: #6e9e24;
    text-decoration: none;
}
.btn-green {
    background-color: #80ba27;
}
.btn-grad {
    background-image: -moz-linear-gradient( 5deg, rgb(21, 185, 237) 0%, rgb(75, 186, 138) 49%, rgb(128, 186, 39) 100%);
    background-image: -webkit-linear-gradient( 5deg, rgb(21, 185, 237) 0%, rgb(75, 186, 138) 49%, rgb(128, 186, 39) 100%);
    background-image: -ms-linear-gradient( 5deg, rgb(21, 185, 237) 0%, rgb(75, 186, 138) 49%, rgb(128, 186, 39) 100%);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn-grad:hover {
    background-image: -moz-linear-gradient( 5deg, rgb(21, 185, 237) 0%, rgb(75, 186, 138) 49%, rgb(128, 186, 39) 100%);
    background-image: -webkit-linear-gradient( 5deg, rgb(75, 186, 138) 0%, rgb(128, 186, 39) 60%, rgb(21, 185, 237) 100%);
    background-image: -ms-linear-gradient( 5deg, rgb(21, 185, 237) 0%, rgb(75, 186, 138) 49%, rgb(128, 186, 39) 100%);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.more-info-btn {
    background-color: transparent;
    border: 1px solid #0b7ec1;
    color: #0b7ec1!important;
}
.more-info-btn:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/right-arrow-blue.fd97c1d6aa09.svg");
    background-repeat: no-repeat;
    width: 16px;
    height: 12px;
    margin-left: 15px;
}
.more-info-btn:focus, .more-info-btn:hover {
    background-color: #0b7ec1;
}
.more-info-btn:focus:after, .more-info-btn:hover:after, a.btn.more-info-btn.btn-arrow:hover:after, a.btn.more-info-btn.btn-arrow:focus::after {
    background-image: url("../images/right-arrow-white.59f275400f45.svg");
}
.back-btn {
    display: inline-block;
    border: solid 1px #85bee0;
    border-radius: 5px;
    font-size: 14px;
    color: #0b7ec2!important;
    min-width: max-content;
    height: 50px;
    text-align: center;
    line-height: 47px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
    position: relative;
    left: -1px;
    letter-spacing: 0.2px;
    padding: 0 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.back-btn::before {
    content: "";
    width: 12px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 9px 0 0;
    background-image: url("../images/left-arrow.a226a7f2bf33.svg");
    background-repeat: no-repeat;
}
.back-btn:focus, .back-btn:hover {
    background-color: #0b7ec2;
    color: #fff!important;
    border-color: #0b7ec2;
}
.back-btn:focus:before, .back-btn:hover:before {
    background-image: url("../images/left-arrow-white.1144cf9f6ae2.svg");
}
.header {
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    padding: 0;
    box-shadow: 5px 4px 5px 0 rgba(47, 44, 44, 0.1);
}
.header ul {
    margin: 0;
}
.brand a, .brand a:visited {
    color: #ffffff!important;
    text-decoration: none;
}
.nav-container {
    position: relative;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.brand {
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}
.brand a img {
    max-width: 275px;
    width: 275px;
    height: 29px;
}
.brand a {
    padding: 36px 0 35px 0;
    display: -moz-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -2px;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu ul.menu {
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    margin: 0 -20px 0 0;
}
#menu ul li {
    position: relative;
    padding: 0;
    padding-bottom: 23px;
    margin-right: 60px;
    margin-top: 34px;
}
#menu ul.menu>li:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 22px;
    content: "";
    background-color: #80ba27;
    display: none;
}
#menu ul.menu>li:hover:after {
    display: block;
}
#menu ul li.menu-item-has-children:hover:after {
    display: none;
}
#menu ul.sub-menu li {
    padding: 0;
    min-width: 190px;
}
#menu ul li a, #menu ul li a:visited {
    font-weight: 400;
    font-size: 14px;
    display: block;
    line-height: 16px;
    position: relative;
    color: rgb(65, 78, 92)!important;
    letter-spacing: 0.045em;
}
#menu>ul>li.menu-item-has-children>a {
    padding-right: 16px;
}
#menu>ul>li.menu-item-has-children>a:after, #menu ul li ul li.menu-item-has-children>a:after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    width: 8px;
    height: 8px;
    background-image: url("../images/arrow-down.cbe3d5eda8b1.svg");
    background-repeat: no-repeat;
}
#menu ul li ul li.menu-item-has-children>a:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 50%;
    margin-top: -4px;
    right: 20px;
}
#menu ul.sub-menu li a, #menu ul.sub-menu li a:visited {
    padding: 10px 28px 9px;
}
#menu ul li a:hover, #menu ul li a:visited:hover {
    color: #0b7ec2!important;
}
#menu>ul>li:hover>a:before {
    content: "";
    width: 100%;
    height: 28px;
    background-color: transparent;
    display: block;
    position: absolute;
    top: 100%;
}
#menu ul li ul.sub-menu>li:hover>a:before {
    content: "";
    width: 28px;
    height: 100%;
    background-color: transparent;
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
}
#menu>ul>li>ul {
    margin-top: 6px;
}
#menu ul li ul {
    position: absolute;
    z-index: 3;
    left: -28px;
    background-color: #fff;
    min-width: 232px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #f3f3f3;
    padding: 17px 0 11px;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(30, 63, 77, 0.08);
    box-shadow: 0px 10px 20px 0px rgba(30, 63, 77, 0.08);
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
}
#menu ul li ul.sub-menu {
    margin-top: 20px;
}
#menu ul li ul li ul.sub-menu {
    left: 100%;
    top: 0;
    margin: 0;
}
#menu ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
#menu .sub-menu:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    left: 73px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 8px 9px;
    border-color: transparent transparent #f3f3f3 transparent;
}
#menu .sub-menu:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    left: 73px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 8px 9px;
    border-color: transparent transparent #fff transparent;
}
#menu ul li ul .sub-menu:before, #menu ul li ul .sub-menu:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -13px;
}
#menu ul li ul .sub-menu:before {
    top: 17px;
}
#menu ul li ul .sub-menu:after {
    top: 16px;
}
#menu .sub-menu li {
    margin: 0;
}
#menu .sub-menu li a, #menu .sub-menu li a:visited {
    padding: 10px 35px 11px 29px;
    display: block;
    position: relative;
    font-weight: 500;
}
nav ul li a:not(:only-child):hover .sub-menu {
    display: block;
}
.header ul.search-details {
    display: flex;
    align-items: center;
    margin-right: -6px;
}
.header ul.search-details li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header ul.search-details li a.compare-btn {
    display: inline-block;
    background-color: #80ba27;
    color: #fff!important;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 15px 13px;
    min-width: 200px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.header ul.search-details li a.compare-btn:hover {
    background-color: #6e9e24;
}
.header ul.search-details li:last-child {
    padding-right: 0;
}
ul.search-details .language {
    -webkit-box-shadow: 0 0 20px 0px rgba(65, 78, 92, 0.05);
    box-shadow: 0 0 20px 0px rgba(65, 78, 92, 0.05);
    margin: 0 0 0 30px;
    float: right;
    position: relative;
    width: 64px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    padding-right: 22px;
}
ul.search-details li .flags {
    display: none;
    position: absolute;
    left: 5px;
    top: 62px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    padding: 20px 0px;
    -webkit-box-shadow: 0px 30px 20px 20px rgba(30, 63, 77, 0);
    box-shadow: 0px 30px 20px 20px rgba(30, 63, 77, 0);
    height: auto;
    width: 52px;
    text-align: center;
    z-index: 9;
}
ul.search-details li .flags .flags-flg {
    text-align: center;
    margin: 10px 0;
}
ul.search-details li .flags .flags-flg a {
    display: block;
    text-align: center;
}
ul.search-details li .flags .flags-flg a img {
    float: none;
    margin: 0 auto;
}
ul.search-details li .flags::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 16px;
    width: 16px;
    height: 8px;
    background-image: url("../images/lang-sub-arrow.21f6297c5b15.png");
    background-repeat: no-repeat;
}
ul.search-details li img {
    width: 20px;
    display: inline-block;
     
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
ul.search-details li .language:hover:after {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: 20px;
    display: block;
}
ul.search-details li .language .lng-arrow {
    position: absolute;
    top: 50%;
    right: 13px;
    width: 8px;
    height: 6px;
    background-image: url("../images/arrow-down.cbe3d5eda8b1.svg");
    background-repeat: no-repeat;
}
.banner-section {
    padding: 95px 0 95px;
    background-position: bottom center;
    background-image: url("../images/home_banner_new.6b8a6c35e007.png");
    background-size: cover;
}
.banner-section2 {
    padding: 70px 0 70px;
    background-position: bottom center;
    background-image: url("../images/banner-bg-img.8ac758f205d5.png");
    background-size: cover;
}
.banner-section.inner-banner {
     
    padding: 55px 0 60px;
    margin-bottom: 30px;
}
.banner-section2.inner-banner {
    padding: 55px 0 123px;
}
.inner-banner .banner-content {
     
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
}
.inner-banner .banner-content h1, .inner-banner .banner-content .kop-als-h1, .category_h1 {
    font-weight: 400;
    display: inline;
}
.inner-banner .banner-content h1 span, .inner-banner .banner-content .kop-als-h1 span, .category_h1 span {
    position: relative;
    display: inline-block;
}
.inner-banner .banner-content h1 span:after, .inner-banner .banner-content .kop-als-h1 span:after, .category_h1 span:after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    height: 3px;
    width: 34px;
    background-color: #fff;
    margin: 0 0 0 22px;
}
.banner-section * {
    color: #fff;
}
.banner-section2 * {
    color: #fff;
}
.banner-section .banner-left-box {
    float: left;
    width: 51%;
    padding-top: 9px;
}
.banner-section .banner-left-box h1, .banner-section .banner-left-box .kop-als-h1 {
    margin-bottom: 9px;
    margin-left: -1px;
}
.banner-section .banner-left-box p {
    font-size: 18px;
    line-height: 32.51px;
    margin-bottom: 30px;
    font-weight: 400;
}
.banner-section .banner-left-box .btn {
    padding: 22px 54px 22px 53px;
    font-size: 16px;
    letter-spacing: 0.01em;
}
.banner-section .banner-right-box {
    float: right;
    width: 49%;
    max-width: 472px;
}
@media only screen and (min-width: 1250px) {
  .home-banner .banner-right-box {
        margin-right: 20px;
    }
}
.banner-right-box .banner-right-top {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 38px 32px 40px 41px;
    position: relative;
    margin-right: 3px;
    -webkit-box-shadow: 0px 10px 27px 2px rgba(15, 14, 16, 0.14);
    -moz-box-shadow: 0px 10px 27px 2px rgba(15, 14, 16, 0.14);
    box-shadow: 0px 10px 27px 2px rgba(15, 14, 16, 0.14);
    z-index: 2;
}
.banner-right-box .banner-right-top:after {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.302);
    left: 27px;
    right: -20px;
    bottom: 31px;
    top: -18px;
    z-index: -1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.banner-right-box .banner-right-top:before {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.302);
    left: -21px;
    right: 0px;
    bottom: -25px;
    top: 19px;
    z-index: -1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.banner-right-box>div>p {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #414e5c;
    margin-bottom: 5px;
    margin-left: 2px;
}
.banner-right-box>div>p span {
    font-weight: 700;
    color: #0b7ec2;
    margin-left: 2px;
    position: relative;
}
.banner-right-box>div>p span::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    content: "";
    background-color: #0b7ec2;
}
.banner-right-box .link-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 12px;
}
.banner-right-box .link-wrapper ul li {
    display: flex;
    margin-bottom: 9px;
}
.banner-right-box .link-wrapper ul li:last-child {
    margin-bottom: 0;
}
.banner-right-box .link-wrapper ul li span {
    width: 30px;
    display: block;
}
.banner-right-box .link-wrapper ul li span div {
    height: 30px;
    width: 30px;
    border: 2px solid #83bc2c;
    border-radius: 100%;
    margin-top: 1px;
    position: relative;
}
.banner-right-box .link-wrapper ul li span img {
    height: 15px;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.banner-right-box .link-wrapper ul li p {
    width: 91%;
    color: #414e5c;
    margin-bottom: 0;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding-left: 16px;
    line-height: 30px;
}
footer {
    width: 100%;
    float: left;
    background-color: #0b7ec2;
}
footer p, footer a {
    font-family: "ubuntu", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 34px;
    color: #dcf2ff!important;
}
footer a:hover {
    color: #5d677e!important;
}
footer .footer-top {
    padding: 35px 0 30px;
}
@media only screen and (max-width: 991px) {
  footer .footer-top {
        padding: 4px 0 30px;
    }
}
footer .footer-block {
    float: left;
    width: 18.5%;
    padding: 2px 15px 0 0;
}
footer .footer-block:last-child {
    padding-right: 0;
}
.footer-block p, .footer-block p a {
    color: #dcf2ff!important;
}
.footer-contct-info .contact-link a {
    word-break: break-all;
}
.footer-block.category-block {}
.footer-block.company-block {
    padding-left: 2px;
}
.footer-block.company-block {
    width: 14%;
}
.footer-block.footer-contct-info {
    width: 20%;
}
.footer-block.footer-contct-info .footer-title {
    padding-left: 3px;
}
footer .footer-block.footer-logo-block {
    width: 29%;
}
footer .footer-block.footer-logo-block>img {
    max-width: 260px;
    margin-left: -6px;
}
footer .footer-block.footer-logo-block p {
    font-size: 14px;
    line-height: 20px;
    margin-left: -2px;
}
.footer-block .footer-title {
    font-family: "ubuntu", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 21px;
    text-transform: uppercase;
    color: #dcf2ff;
    letter-spacing: 0.02em;
}
.footer-logo-block p {
    font-family: "ubuntu", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #dff3ff;
}
.footer-contct-info p, .abn-block p {
    position: relative;
    line-height: 30px;
    letter-spacing: 0.02em;
}
.abn-block p {
    line-height: 34px;
}
.abn-block .footer-text {
    margin-left: -2px;
    margin-top: -1px;
}
.footer-links ul {
    margin: 0;
}
.footer-links ul li {
    font-family: "Poppins", serif;
    font-weight: 400;
    list-style-type: none;
    font-size: 14px;
    line-height: 35px;
    padding-right: 10px;
    margin-bottom: 5px;
    color: #dcf2ff;
    letter-spacing: 0.02em;
}
.footer-links ul li a {
    font-family: "Poppins", serif;
    font-weight: 400;
    list-style-type: none;
    font-size: 14px;
    color: #dcf2ff!important;
    letter-spacing: 0.02em;
}
.footer-links ul li a:hover {
    color: #ffffff!important;
}
.footer-contct-info .contact-link {
    padding-top: 9px;
}
.footer-contct-info .contact-link span {
    display: block;
}
.footer-bottom {
    border-top: 2px solid #3a97ce;
    padding: 12px 0 30px;
    text-align: center;
}
.footer-bottom ul {
    margin: 0;
     
    list-style: none;
}
.footer-bottom ul li a:hover {
    color: #fff!important;
}
.footer-bottom .terms {
    float: right;
    width: auto;
}
.footer-bottom .terms ul li {
    padding: 0;
    margin-bottom: 0;
    padding-left: 32px;
    color: #dcf2ff;
    display: inline-block;
}
.footer-bottom .terms ul li:first-child {
    padding-left: 0;
}
.footer-bottom ul li a {
    color: #dcf2ff;
    font-size: 14px;
}
.home .point-carousel-section .point-carousel {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
}
@media only screen and (min-width: 992px) {
  .home .point-carousel-section>.container {
        max-width: 1200px;
    }
}
@media only screen and (min-width: 992px) {
  .home .point-carousel-section .point-carousel .item {
        width: calc(calc(100% - 60px)/3)
    }
}
@media only screen and (min-width: 1550px) {
  .home .point-carousel-section>.container {
        max-width: 1580px;
    }
}
@media only screen and (min-width: 1550px) {
  .home .point-carousel-section .point-carousel .item {
        width: calc(calc(100% - 90px)/4)
    }
}
@media only screen and (max-width: 991px) {
  .home .point-carousel-section .point-carousel .item {
        width: calc(calc(100% - 30px)/2)
    }
}
@media only screen and (max-width: 599px) {
  .home .point-carousel-section .point-carousel .item {
        width: 100%;
    }
}
.point-carousel-section {
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}
.point-carousel-section:after {
    position: absolute;
    bottom: 0;
    right: 50px;
    content: "";
    width: 658px;
    height: 656px;
    opacity: 0.2;
    z-index: -1;
    background-image: url("../images/benefit-section-bg.58e039ab3294.png");
    background-size: 100%;
}
.point-carousel-wrapper h2, .point-carousel-wrapper .kop-als-h2 {
    margin-bottom: 0;
}
.point-carousel-wrapper .point-carousel {
    position: relative;
    margin: 0 -15px;
}
.point-carousel-wrapper .point-carousel:after {
    position: absolute;
    bottom: 3px;
    right: -30px;
    height: 157px;
    width: 157px;
    content: "";
    background-image: url("../images/dotted-pattern.f1b509b373ee.png");
    background-size: 100%;
    z-index: -1;
}
.point-carousel-wrapper .point-carousel .single-block {
    padding: 0 15px 15px 15px;
    background-color: #daf1fa;
    margin: 50px 0 0;
    border-radius: 10px;
    box-shadow: 0px 10px 50px 0px rgba(73, 73, 73, 0.05);
     
    height: auto;
    border: 1px solid #bddcef;
    position: relative;
}
.point-carousel-wrapper .point-carousel .single-block .ref-logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: 82px;
    background-color: #fff;
    padding: 20px 15px 20px 20px;
    margin: 0 -15px;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -ms-border-radius: 10px 10px 0px 0px;
    -o-border-radius: 10px 10px 0px 0px;
}
.point-carousel-wrapper .point-carousel .single-block .rating {
    padding: 9px 13px;
    height: auto;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    color: #516373;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 5px 15px 0 rgba(142, 142, 142, 0.13);
    box-shadow: 0 5px 15px 0 rgba(142, 142, 142, 0.13);
    margin-left: auto;
    margin-top: 0px;
    min-width: auto;
    width: fit-content;
    margin-left: 0px;
    position: absolute;
    bottom: 80px;
    right: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.point-carousel-wrapper .point-carousel .single-block .rating img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px;
}
.tag-active .info-label {
    margin: 0px 0 0 0px;
    margin-left: 0px;
    float: right;
}
.tag-active {
     
    display: block;
    min-height: 26px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    width: 100%;
    justify-content: space-between;
    margin-top: -12px;
}
.point-carousel-wrapper .point-carousel .single-block .ref-logo img {
     
    height: auto;
    max-height: 50px;
    object-fit: contain;
    max-width: 175px;
}
.point-carousel-wrapper .point-carousel .single-block .ref-logo>div {
    width: 50%;
     
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.point-carousel-wrapper .point-carousel .single-block .ref-logo>div>img {
    max-height: 45px;
    width: 175px;
    max-width: 100%;
     
}
.point-carousel-wrapper .point-carousel .single-block .ref-logo .star {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    height: 26px;
    color: #516373;
    background-color: #ffffff;
    box-shadow: 0px 5px 15px 0px rgba(142, 142, 142, 0.13);
    border-radius: 5px;
    position: relative;
    padding: 0px 17px 0px 19px;
    margin-left: auto;
     
    width: auto;
    padding: 0 8px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.point-carousel-wrapper .point-carousel .single-block .ref-logo .star-mobile {
    display: none;
}
.point-carousel-wrapper .point-carousel .single-block .ref-logo .star:before {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 6px 0 0px;
    content: "";
    height: 16px;
    width: 16px;
    background-image: url("../images/bookmark-star-yellow.0e1343fc16d2.svg");
    background-size: 16px;
}
.point-carousel-wrapper .point-carousel .single-block .link-wrapper {
    padding-bottom: 0px;
    border-bottom: none;
}
.point-carousel-wrapper .point-carousel .single-block .link-wrapper ul {
    margin: 0;
    margin-top: 12px;
    padding-right: 0 !important;
}
.point-carousel-wrapper .point-carousel .single-block .link-wrapper ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 1px;
}
.point-carousel-wrapper .point-carousel .single-block .link-wrapper ul li:last-child {
    margin-bottom: 0;
    padding-right: 70px;
}
.point-carousel-wrapper .point-carousel .single-block .link-wrapper ul li span {
    width: auto;
    display: block;
}
.point-carousel-wrapper .point-carousel .single-block .link-wrapper ul li span div {
    height: 20px;
    width: 20px;
    border: 1px solid #15b9ed;
    border-radius: 100%;
    position: relative;
}
.point-carousel-wrapper .point-carousel .single-block .link-wrapper ul li span img {
    height: 10px;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.point-carousel-wrapper .point-carousel .single-block .link-wrapper ul li p {
    width: 90%;
    margin-bottom: 0;
    color: #414e5c;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    padding-left: 15px;
}
.point-carousel-wrapper .point-carousel .single-block .btn-wrapper {
    margin-top: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.point-carousel-wrapper .point-carousel .single-block .btn-wrapper .btn-green {
    background-color: #80ba27;
    padding: 17px 15px 17px;
    border: 1px solid #80ba27;
    -webkit-box-shadow: 0 8px 18px 0 rgba(39, 70, 8, 0.15);
    box-shadow: 0 8px 18px 0 rgba(39, 70, 8, 0.15);
    width: 50%;
}
.point-carousel-wrapper .point-carousel .single-block .btn-wrapper .btn-green:hover {
    background-color: #6e9e24;
}
.point-carousel-wrapper .point-carousel .single-block .btn-wrapper .more-info {
     
    margin-left: 18px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #0b7ec2;
    position: relative;
    border: 1px solid #0b7ec2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 15px 15px 15px;
    text-align: center;
    width: 50%;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.point-carousel-wrapper .point-carousel .single-block .btn-wrapper .more-info:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: -24px;
    content: "";
    margin-top: 1px;
    height: 12px;
    width: 16px;
    background-image: url("../images/left-arrow.a226a7f2bf33.svg");
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: none;
}
.point-carousel-wrapper .point-carousel .single-block .btn-wrapper .more-info:hover:after {
    right: -30px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.table-section-main {
    padding: 60px 0 120px;
}
.table-section-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.table-section-wrapper .content-wrapper {
    width: 42%;
    padding-right: 73px;
    padding-top: 29px;
    margin-left: -1px;
}
.table-section-wrapper .content-wrapper h2, .table-section-wrapper .content-wrapper .kop-als-h2 {
    margin-bottom: 42px;
}
.table-section-wrapper .content-wrapper p {
    font-size: 16px;
    line-height: 30px;
    color: #516373;
    margin-bottom: 30px;
}
.table-section-wrapper .content-wrapper p:last-child {
    margin-bottom: 0;
}
.table-section-wrapper .content-wrapper p>span {
    display: block;
}
.table-section-wrapper .table-wrapper {
    width: 58%;
    border-radius: 10px;
    position: relative;
    padding-left: 8px;
}
.table-section-wrapper .table-wrapper .dotted-bg {
    position: absolute;
    left: -50px;
    top: -30px;
    content: "";
    height: 157px;
    width: 157px;
    background-image: url("../images/dotted-pattern.f1b509b373ee.png");
    z-index: 0;
}
.table-section-wrapper .table-wrapper .row-wrapper {
    box-shadow: 0px 20px 35px 0px rgba(15, 6, 35, 0.1);
    background-color: #ffffff;
    position: relative;
    z-index: 9;
    border-radius: 10px;
}
.table-section-wrapper .table-wrapper .row-wrapper:after {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.302);
    left: 15px;
    right: -15px;
    bottom: -13px;
    top: 22px;
    z-index: -2;
    box-shadow: 0px 20px 35px 0px rgba(15, 6, 35, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.table-section-wrapper .table-wrapper .row-wrapper:before {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.302);
    left: 30px;
    right: -30px;
    bottom: -29px;
    top: 38px;
    z-index: -1;
    box-shadow: 0px 20px 35px 0px rgba(15, 6, 35, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.table-section-wrapper .table-wrapper .table-header {
    padding: 15px 32px 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-color: #ffffff;
    border-bottom: 1px solid #dcdfe4;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.table-section-wrapper .table-wrapper .table-header p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 36px;
    color: #0b7ec2;
}
.table-section-wrapper .table-wrapper .table-header .btn-grad {
    margin-left: auto;
    padding: 14px 23px 15px 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
}
.table-section-wrapper .table-wrapper .row-container {
    background-color: #ffffff;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-bottom: 14px;
}
.table-section-wrapper .table-wrapper .row-container .title-row {
    padding: 0 28px 0 31px;
}
.table-section-wrapper .table-wrapper .row-container .all-row {
    padding: 0 29px 0px 30px;
    margin-bottom: 14px;
    height: 410px;
    overflow: hidden;
}
.table-section-wrapper .table-wrapper .row-container .title-row, .table-section-wrapper .table-wrapper .row-container .row, .table-section-wrapper .table-wrapper .row-container .row div div.rating-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.table-section-wrapper .table-wrapper .row-container .title-row .index {
    width: 10%;
}
.table-section-wrapper .table-wrapper .row-container .title-row .logo {
    width: 21%;
}
.table-section-wrapper .table-wrapper .row-container .title-row .rating {
    width: 69%;
}
.table-section-wrapper .table-wrapper .row-container .title-row p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
    padding: 21px 0 18px 3px;
    color: #a0a6ad;
}
.table-section-wrapper .table-wrapper .row-container .title-row .rating p {
    padding-left: 8px;
}
.table-section-wrapper .table-wrapper .row-container .row {
    border-radius: 5px;
    border: 1px solid #aed6ee;
    background-color: #f5fbfd;
    margin-bottom: 10px;
    height: 60px;
    align-items: center;
}
.table-section-wrapper .table-wrapper .row-container .row:last-child {
    margin-bottom: 0;
}
.table-section-wrapper .table-wrapper .row-container .row>.index {
    width: 7%;
    text-align: center;
}
.table-section-wrapper .table-wrapper .row-container .row>.index p {
    margin-bottom: 0;
    line-height: 34px;
    padding-left: 7px;
    font-weight: 700;
    font-size: 15px;
    color: #0a1f44;
}
.table-section-wrapper .table-wrapper .row-container .row>.logo {
    width: 23%;
    height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.table-section-wrapper .table-wrapper .row-container .row>.logo img {
     
}
.table-section-wrapper .table-wrapper .row-container .row>.rating {
    width: 26%;
}
.table-section-wrapper .table-wrapper .row-container .row div div.rating-wrapper {
    padding-left: 8px;
}
.table-section-wrapper .table-wrapper .row-container .row>.open_btn {
    width: 21%;
    padding-left: 6px;
    align-self: flex-start;
}
.table-section-wrapper .table-wrapper .row-container .row>.open_btn .btn.btn-green {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 12px;
    margin-left: auto;
    padding: 10px 16px 9px 15px;
    background-color: #80ba27;
    letter-spacing: 0.01em;
    margin-top: 13px;
    min-width: 122px;
}
.table-section-wrapper .table-wrapper .row-container .row>.open_btn .btn.btn-green:hover {
    background-color: #648f22;
}
.table-section-wrapper .table-wrapper .row-container .row>.view_btn {
    width: 23%;
    align-self: flex-start;
}
.table-section-wrapper .table-wrapper .row-container .row>.view_btn .btn {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 12px;
    padding: 8px 17px 8px 20px;
    margin-left: 10px;
    margin-top: 13px;
}
.table-section-wrapper .table-wrapper .row-container .row div div.rating-wrapper img {
    padding: 0 4px;
}
.table-section-wrapper .table-wrapper .row-container .row div div.rating-wrapper p {
    padding-left: 3px;
    margin-bottom: 0;
}
.btn.btn-bordered {
    border: 1px solid #15b9ed;
    background-color: transparent;
    padding: 8px 15px;
    color: #15b9ed!important;
}
.btn.btn-bordered:hover {
    background-color: #15b9ed;
    color: #ffffff!important;
}
.testimonial-section {
    padding: 60px 0;
    position: relative;
}
.testimonial-section:before {
    content: "";
    position: absolute;
    width: 658px;
    height: 656px;
    left: 50px;
    top: 20px;
    background-size: 100%;
    background-image: url("../images/benefit-section-bg.58e039ab3294.png");
    opacity: 0.15;
}
.testimonial-section h2, .testimonial-section .kop-als-h2 {
    text-align: center;
}
.testimonial-section h2 span, .testimonial-section .kop-als-h2 span, .testimonial-section h2 strong, .testimonial-section .kop-als-h2 strong {
    display: block;
    margin: 0;
}
.testimonial-section h2 strong:after, .testimonial-section .kop-als-h2 strong:after, .testimonial-section h2 span:after, .testimonial-section .kop-als-h2 span:after {
    display: none;
}
.testimonial-section p {
    font-weight: 400;
    color: #516373;
    text-align: center;
    line-height: 22px;
    margin-bottom: 0;
    font-size: 18px;
    margin-left: 1px;
}
.testimonial-section .testimonial-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -67px;
    position: relative;
    z-index: 10;
    justify-content: center;
}
.testimonial-section .testimonial-wrapper:after {
    position: absolute;
    content: "";
    background-image: url("../images/quote-bordered-img.f3da1d68e1ce.png");
    height: 217px;
    width: 277px;
    top: -47px;
    right: -143px;
    background-size: 100%;
    z-index: -1;
}
.testimonial-wrapper .single-testimonial {
    width: 50%;
    margin-left: 67px;
    margin-top: 58px;
    background-color: #ffffff;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 10px 32px 0px rgba(65, 78, 92, 0.05);
    max-width: 553px;
}
.testimonial-wrapper .single-testimonial .dotted-bg {
    position: absolute;
    right: -42px;
    bottom: -44px;
    content: "";
    height: 157px;
    width: 157px;
    background-image: url("../images/dotted-pattern.f1b509b373ee.png");
    z-index: -1;
}
@media only screen and (max-width: 991px) {
  .testimonial-wrapper .single-testimonial .dotted-bg {
        bottom: -25px;
    }
}
.testimonial-detail {
    background-color: #ffffff;
    position: relative;
    border-radius: 10px;
    padding: 26px 0px 33px 0px;
}
.testimonial-wrapper .single-testimonial .author-img {
    position: absolute;
    left: 0;
    transform: translateX(-50%);
    top: 30px;
}
.testimonial-wrapper .single-testimonial .author-img img {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    position: relative;
    margin-left: 5px;
}
.testimonial-wrapper .single-testimonial .author-img .bg-square {
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    background-image: -moz-linear-gradient( 5deg, rgb(21, 185, 237) 0%, rgb(75, 186, 138) 70%, rgb(128, 186, 39) 100%);
    background-image: -webkit-linear-gradient( 5deg, rgb(21, 185, 237) 0%, rgb(75, 186, 138) 70%, rgb(128, 186, 39) 100%);
    background-image: -ms-linear-gradient( 5deg, rgb(21, 185, 237) 0%, rgb(75, 186, 138) 70%, rgb(128, 186, 39) 100%);
    left: 29px;
    top: 0;
    transform: rotate(-9deg);
    width: 84px;
    height: 91px;
}
.testimonial-wrapper .single-testimonial:nth-child(even) .author-img .bg-square {
    background-image: -moz-linear-gradient( 5deg, rgb(11, 126, 194) 0%, rgb(16, 156, 216) 49%, rgb(21, 185, 237) 100%, rgb(21, 185, 237) 100%);
    background-image: -webkit-linear-gradient( 5deg, rgb(11, 126, 194) 0%, rgb(16, 156, 216) 49%, rgb(21, 185, 237) 100%, rgb(21, 185, 237) 100%);
    background-image: -ms-linear-gradient( 5deg, rgb(11, 126, 194) 0%, rgb(16, 156, 216) 49%, rgb(21, 185, 237) 100%, rgb(21, 185, 237) 100%);
}
.testimonial-wrapper .single-testimonial .words {
    margin-bottom: 15px;
    padding-top: 5px;
    padding-left: 130px;
    padding-right: 80px;
}
.testimonial-wrapper .single-testimonial .words p {
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 0;
}
.testimonial-wrapper .single-testimonial .author {
    position: relative;
    padding-top: 2px;
    margin-left: 130px;
    padding-right: 80px;
}
.testimonial-wrapper .single-testimonial .author:before {
    position: absolute;
    left: -54px;
    top: -8px;
    content: "";
    height: 25px;
    width: 32px;
    background-image: url("../images/quote-icon.66b0b0dd6611.png");
    background-size: cover;
}
.testimonial-wrapper .single-testimonial .author h4, .testimonial-wrapper .single-testimonial .author .kop-als-h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #414e5c;
    margin-bottom: 0;
}
.testimonial-wrapper .single-testimonial .author p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #516373;
    text-align: left;
    padding-top: 1px;
    margin-bottom: 0;
}
.testimonial-wrapper .single-testimonial .client-rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 3px;
    padding-left: 128px;
    padding-right: 41px;
}
.testimonial-wrapper .single-testimonial .client-rating>div {
    width: auto;
    margin-left: auto;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #161616;
}
.testimonial-wrapper .single-testimonial .client-rating .star {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 11px;
    width: 50%;
    margin-left: 0;
}
.testimonial-wrapper .single-testimonial .client-rating .star svg {
    margin-right: 5px;
    width: 13px;
    height: auto;
}
.testimonial-wrapper .single-testimonial .client-rating .star>p {
     
}
.testimonial-wrapper .single-testimonial .client-rating .star p {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #161616;
    padding-right: 10px;
    margin: 0;
}
.testimonial-wrapper .single-testimonial .client-rating .star img {
    margin-right: 5px;
    width: 13px;
}
.why-work-with-section {
    padding: 60px 0;
    background-size: 100%;
}
.why-work-with-section .container {
    max-width: 1700px;
}
.why-work-with-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.why-work-with-wrapper .left-box {
    width: 42%;
    padding-left: 35px;
    margin-bottom: -20px;
    position: relative;
}
.why-work-with-wrapper .left-box:after {
    position: absolute;
    top: -43px;
    right: -10px;
    height: 157px;
    width: 157px;
    content: "";
    background-image: url("../images/dotted-pattern.f1b509b373ee.png");
    background-size: 100%;
    z-index: 0;
}
.why-work-with-wrapper .right-box {
    width: 58%;
    padding: 72px 0 0 51px;
    max-width: 770px;
}
.why-work-with-wrapper .right-box h2, .why-work-with-wrapper .right-box .kop-als-h2 {
    margin-bottom: 10px;
}
.why-work-with-wrapper .right-box p {
    margin-bottom: 51px;
    font-size: 18px;
    line-height: 30px;
    margin-left: -1px;
    max-width: 570px;
}
.why-work-with-wrapper .right-box .icon-with-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
     
    margin: 0 -15px;
}
.why-work-with-wrapper .right-box .icon-with-text>div {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 42px;
}
.why-work-with-wrapper .right-box .icon-with-text .icn-wt {
    width: 43px;
    height: 43px;
    background-color: #caeefb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 14px;
    margin-left: -1px;
    text-align: center;
    line-height: 43px;
}
.why-work-with-wrapper .right-box .icon-with-text img {
     
    display: inline-block;
    max-width: 26px;
}
.why-work-with-wrapper .right-box .icon-with-text>div p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #414e5c;
     
    max-width: 170px;
}
.why-work-with-wrapper .right-box .btn.btn-grad {
    padding: 22px 60px 22px 60px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    margin-top: -3px;
    margin-left: -1px;
    letter-spacing: 0.01em;
    box-shadow: 0px 8px 18px 0px rgba(39, 70, 8, 0.15);
}
.client-logo-section {
    padding: 60px 0;
    overflow: hidden;
}
.client-logo-wrapper h2, .client-logo-wrapper .kop-als-h2 {
    margin-bottom: 17px;
}
.client-logo-wrapper .logo-slider {
    margin: 0 -29px;
}
.client-logo-wrapper .logo-slider .single-block {
    padding: 29px 15px;
    width: 25%;
    display: table;
}
.client-logo-wrapper .logo-slider .single-block>div {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 29px 0px rgba(0, 30, 48, 0.05);
    padding: 35px 30px 24px 30px;
    display: table-cell;
    height: 140px;
    vertical-align: middle;
}
.client-logo-wrapper .logo-slider .single-block img {
     
     
    width: auto;
    margin: 0 auto;
    max-height: 80px;
}
.client-logo-wrapper .logo-slider .single-block p {
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}
.client-logo-wrapper .logo-slider .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.client-logo-wrapper .logo-slider:before {
    position: absolute;
    left: -32px;
    bottom: -23px;
    content: "";
    height: 157px;
    width: 157px;
    background-image: url("../images/dotted-pattern.f1b509b373ee.png");
    z-index: 0;
}
.accordian-section {
    padding: 60px 0;
    position: relative;
    background-image: url("../images/overview-section-bg-top.c0fdd211a27d.png");
    background-repeat: no-repeat;
    background-position: left 13px bottom -335px;
}
.accordian-section>img {
    position: absolute;
    width: 658px;
    height: 656px;
    opacity: 0.4;
    top: 50%;
    left: 50px;
}
.accordian-section h2, .accordian-section .kop-als-h2 {
    text-align: center;
    margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .accordian-section h2, .accordian-section .kop-als-h2 {
        margin-bottom: 30px;
    }
}
.accordian-section h2 span, .accordian-section .kop-als-h2 span {
    display: block;
    margin: 0;
}
.accordian-section h2 span:after, .accordian-section .kop-als-h2 span:after {
    display: none;
}
.accordian-section .accordion-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.accordian-section .accordion-row .accordion-block {
    width: 50%;
    padding: 0 15px;
}
.accordian-section .accordion-row .ask-content {}
.accordian-section .accordion-row h3, .accordian-section .accordion-row .kop-als-h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #0b7ec2;
    position: relative;
    padding: 31px 142px 0 27px;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 0;
    align-items: center;
    height: 78px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
}
.accordian-section .accordion-row h3:after, .accordian-section .accordion-row .kop-als-h3:after {
    content: "";
    position: absolute;
    height: 36px;
    width: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    right: 29px;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #d6eaf6;
    background-image: url("../images/arrow-down-blue.3aa5cf17c06f.svg");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center center;
}
.accordian-section .accordion-row .ask-content p {
    margin-bottom: 32px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #05385f;
    margin-bottom: 28px;
}
.accordian-section .accordion-row .ask-content p:last-child {
    margin-bottom: 0;
}
.accordion-block .accordion-content-block {
    margin-bottom: 29px;
    background-color: #fff;
    border: 1px solid #aed6ee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 30px 40px 0 rgba(2, 29, 56, 0.07);
    box-shadow: 0 30px 40px 0 rgba(2, 29, 56, 0.07);
}
.accordian-section .accordion-row .ask-content {
    padding: 16px 30px 27px;
    display: none;
}
.section-bg-shape {
    background-color: #f7fbfe;
    position: relative;
     
     
}
.section-bg-shape:before, .section-bg-shape:after {
    content: "";
    position: absolute;
    width: 100%;
    display: none;
}
.section-bg-shape:before {
    height: 159px;
    top: -159px;
    background-image: url("../images/section-bg-shape-top.b3a62b8e9504.png");
}
.section-bg-shape:after {
    height: 105px;
    bottom: -105px;
    background-image: url("../images/section-bg-shape-bottom.32548256a2b9.png");
}
.section-bg-shape.top {
    margin-bottom: 0;
}
.section-bg-shape.top:after {
    display: none;
}
.banner-right-box .link-wrapper ul li {
    position: relative;
    color: #414e5c;
    list-style: none;
    position: relative;
    padding-left: 45px;
    font-size: 16px;
    line-height: 30px;
}
.banner-right-box .link-wrapper ul li:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #83bc2c;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    background-image: url("../images/tick-green.ab57ec3f683f.svg");
    background-size: 15px;
    background-position: center center;
    background-repeat: no-repeat;
}
.single-block .link-wrapper ul li {
    list-style: none;
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    line-height: 30px;
}
.single-block .link-wrapper ul li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #15b9ed;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    background-image: url("../images/tick-light-blue.4dd877b2089d.svg");
    background-size: 9px;
    background-position: center center;
    background-repeat: no-repeat;
}
.sidebar {
    float: left;
    width: 30%;
    max-width: 270px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 120px 0px rgba(15, 14, 16, 0.13);
    box-shadow: 0px 10px 120px 0px rgba(15, 14, 16, 0.13);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-top: 13px;
}
.sidebar+.content-right {
    float: left;
    width: calc(100% - 300px);
    margin-left: 30px;
}
.sidebar-header {
    padding: 22px 30px 35px;
    background-image: url("../images/sidebar-title-bg.88d15966aafd.png");
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    min-height: 92px;
    position: relative;
}
.sidebar-header #sub-toggle {
    display: none;
    position: absolute;
    top: 25px;
    right: 30px;
    width: 23px;
    height: 25px;
}
#sub-toggle span:nth-child(1), #sub-toggle span:nth-child(2), #sub-toggle span:nth-child(3) {
    cursor: pointer;
    border-radius: 50px;
    height: 2px;
    width: 21px;
    top: 2px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: "";
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    right: 0;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
#sub-toggle span:nth-child(2) {
    top: 9px;
}
#sub-toggle span:nth-child(3) {
    top: 16px;
}
.sidebar-header h5, .sidebar-header .kop-als-h5 {
    margin: 0;
    color: #fff;
    font-weight: 500;
}
.sidebar ul {
    padding: 0;
    margin: 0;
}
.sidebar ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.filter-block>ul>li {
    padding: 23px 24px 28px 24px;
    position: relative;
    border-top: 1px solid #dcdfe4;
}
.filter-block>ul>li:first-child {
    border-top: 0;
    padding-top: 7px;
}
.filter-block ul li .filter-title {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #0b7ec2;
    cursor: pointer;
    letter-spacing: 0.04em;
    padding-right: 20px;
    word-wrap: break-word;
}
.filter-block ul li.parent .filter-title:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 17.48px;
}
.filter-block ul li ul.filter-option {
    display: block;
    padding: 22px 0 0 0;
    margin: 0;
}
.filter-block ul li ul li {
    padding: 0;
    margin-bottom: 16px;
}
.filter-block ul li ul li:last-child {
    margin-bottom: 0;
}
.filter-block .filter-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    color: #414e5c;
    letter-spacing: 0.04em;
}
.filter-block .filter-label input {
    display: none;
}
.filter-block .filter-label .radio-btn, .filter-block .filter-label .checkmark {
    line-height: 1;
    cursor: pointer;
}
.filter-block .filter-label .checkmark+span {
    font-weight: 700;
    float: right;
}
.filter-block .filter-label .checkmark:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 1px;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(11, 126, 194, 0.3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.filter-block .filter-label input:checked~.checkmark:before {
    background-image: url("../images/icon-check.955bada48e8a.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 13px;
}
.sidebar-left .filter-block ul li a {
    color: #05385f;
    font-weight: bold;
    font-size: 16px;
    padding: 7px 25px;
    display: inline-block;
    width: 100%;
    opacity: 0.8;
    cursor: pointer;
}
.sidebar ul.menu {
    padding-bottom: 10px;
}
.sidebar ul.menu>li {
    padding: 0;
    position: relative;
    border-top: 0;
    background-image: none;
}
.sidebar ul.menu>li a {
    padding-left: 30px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #0b7ec2;
    position: relative;
}
.sidebar ul.menu li ul.sub-menu {
    display: none;
    margin: 0;
    padding: 0;
}
.sidebar ul.menu li ul.sub-menu li {
    margin: 0;
    background-image: none;
}
.sidebar ul.menu ul li a {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #0b7ec2;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sidebar ul.menu li.menu-item-has-children i:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17.48px;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    line-height: 10px;
}
.sidebar ul.menu li ul.sub-menu li a {
    background-color: #f7fbfe;
    display: block;
    font-size: 16px;
    padding-left: 45px;
    padding-right: 27px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 400;
    color: #414e5c;
}
.sidebar ul.menu li ul.sub-menu li li a {
    padding-left: 55px;
}
.sidebar ul.menu li ul.sub-menu li li li a {
    padding-left: 65px;
}
.sidebar ul.menu li ul.sub-menu li a:hover {
    background-color: #e8f7fc;
    color: #0b7ec2;
}
.content-right>ul li {
    list-style: none;
    background-image: url("../images/check-green.bf3cbaf971e9.svg");
    background-position: top 8px left 0px;
    background-repeat: no-repeat;
    background-size: 12px;
    -webkit-background-size: 12px;
    -moz-background-size: 12px;
    -o-background-size: 12px;
    padding-left: 34px;
}
.content-right>ul li.crossmark {
    background-image: url("../images/delete.2a3732b6efe5.svg");
}
.content-right ul li:last-child {
    margin: 0;
}
.tax-kennisbank_cat .info-box-inner {
    width: 100%;
}
.tax-kennisbank_cat .banner-btm-info {
    display: inline-block;
     
}
.tax-kennisbank_cat .banner-btm-info .info-box-text h2, .tax-kennisbank_cat .banner-btm-info .info-box-text .kop-als-h2 {
    margin-bottom: 25px;
}
.tax-kennisbank_cat .banner-btm-info .info-box-text {
    border-bottom: 0;
    padding-bottom: 28px;
}
.tax-kennisbank_cat .banner-btm-info .info-box-text .rdmr-div {
    display: none;
}
@-webkit-keyframes popup_loader {
    from {
        stroke-dashoffset: 106;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes popup_loader {
    from {
         
        stroke-dashoffset: 106;
    }
    to {
        stroke-dashoffset: 0;
    }
}
.overview-content-section {
    padding-bottom: 20px;
}
.overview-content {
    position: relative;
    overflow: hidden;
}
.page-template-tmp-cfd-brokers .overview-content, .tax-kennisbank_cat .overview-content {
    overflow: visible;
}
.overview-content:before {
    content: "";
    width: 576px;
    height: 820px;
    background-image: url("../images/overview-section-bg-top.c0fdd211a27d.png");
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    top: -150px;
    right: calc(100% - 200px);
    z-index: -1;
}
.overview-content:after {
    content: "";
    width: 658px;
    height: 656px;
    background-image: url("../images/overview-section-bg-bottom.d44242468597.png");
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    bottom: -150px;
    left: 63%;
    z-index: -1;
}
.content-right h2, .content-right .kop-als-h2 {
    margin-bottom: 20px;
     
    font-size: 36px;
}
.card-block-filter {
    padding: 32px 0 20px;
}
.card-block-filter .left-filter, .card-block-filter .right-filter {
    width: 50%;
    float: left;
}
.card-block-filter .left-filter {
    padding: 5px 0;
}
.card-block-filter .left-filter p {
    font-size: 16px;
     
    font-weight: 600;
    letter-spacing: 0.04em;
    margin: 0;
}
.card-block-filter .right-filter .filter-sorting {
    float: right;
}
.card-block-filter .right-filter .filter-sorting .label {
    font-weight: 500;
    margin-top: -5px;
    letter-spacing: 0.04em;
    display: inline-block;
    vertical-align: middle;
}
.info-label {
    background-color: #15b9ed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    padding: 5px 25px 5px 14px;
    min-width: 89px;
    margin: 4px 0 0 32px;
    position: relative;
    -webkit-box-shadow: 0 5px 15px 0 rgba(142, 142, 142, 0.13);
    box-shadow: 0 5px 15px 0 rgba(142, 142, 142, 0.13);
}
.info-label .info-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #fff;
    color: #15b9ed;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    cursor: default;
}
.info-tooltip {
    position: absolute;
    background-color: #fff;
    width: 140px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 25px 0 rgba(2, 26, 39, 0.05);
    box-shadow: 0 10px 25px 0 rgba(2, 26, 39, 0.05);
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-align: left;
    color: #516373;
    padding: 7px 20px 6px;
    right: -55px;
    margin-top: 15px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.info-tooltip:before {
    content: "";
    position: absolute;
    top: -5px;
    right: 57px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent;
}
.info-label .info-icon:hover .info-tooltip {
    opacity: 1;
    visibility: visible;
}
.card-block-main {
    display: inline-block;
    width: 100%;
    padding-right: 32px;
    position: relative;
}
.card-block-main .card-block-right {
    float: left;
    width: calc(100% - 180px);
    padding-left: 32px;
}
.card-block-main {
    padding-right: 0;
}
.card-block-main .card-block-right .content-feaueres-rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(202, 235, 254, 0.5);
    padding-bottom: 14px;
}
.card-block-main .card-block-right .content-feaueres-rating .feaueres-list, .card-block-main .card-block-right .content-feaueres-rating .ratings-list {
    width: 50%;
}
.card-block-main .card-block-right .content-feaueres-rating .ratings-list>ul {
    margin-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.card-block-main .card-block-right .content-feaueres-rating .ratings-list>ul>li::marker {
    display: none;
}
.card-block-main .card-block-right .content-feaueres-rating .ratings-list>ul>li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
    list-style: none;
    position: relative;
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 24px;
    color: #516373;
    font-weight: 400;
}
.card-block-main .card-block-right .content-feaueres-rating .ratings-list>ul>li:last-child {
    margin-bottom: 0;
}
.card-block-main .card-block-right .content-feaueres-rating .ratings-list>ul>li .star-rate {
    flex-shrink: 0;
}
.card-block-main .card-block-right .content-feaueres-rating .ratings-list>ul>li .star-rating {
    padding-right: 20px;
}
.card-block-main .card-block-right .content-feaueres-rating .ratings-list>ul>li .star-rating li {
    margin-bottom: 0;
}
.card-block-main .card-block-right .content-feaueres-rating .ratings-list>ul>li .star-rating li i {
    cursor: pointer;
}
@keyframes contentLoader {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}
.text-area-section {
    padding: 60px 0;
    position: relative;
    background-image: url("../images/overview-section-bg-top.c0fdd211a27d.png");
    background-repeat: no-repeat;
    background-position: left 13px bottom -335px;
}
.text-area-section h2, .text-area-section .kop-als-h2 {
    text-align: center;
    margin: 0 auto 41px;
    max-width: 900px;
}
.text-area-section h2 span, .text-area-section .kop-als-h2 span {
    display: inline-block;
    margin-right: 0;
}
.text-area-section h2 span:after, .text-area-section .kop-als-h2 span:after {
    display: none;
}
.text-blocks-row .text-block-col {
    float: left;
    width: 50%;
    padding: 0 57px 0 13px;
}
.text-blocks-row ul li a:hover {
    color: #3a97ce;
}
.text-blocks-row .text-block-col:first-child {
    padding-left: 0;
}
.text-blocks-row .text-block-col p {
    font-family: "Lato", sans-serif;
    line-height: 28px;
    margin-bottom: 28px;
    color: rgba(5, 56, 95, 0.7);
}
.text-page-wrapper {
    padding-top: 0px;
    padding-bottom: 93px;
    position: relative;
}
.text-page-wrapper:before {
    content: "";
    width: 576px;
    height: 820px;
    background-image: url("../images/overview-section-bg-top.c0fdd211a27d.png");
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    top: -200px;
    right: calc(100% - 286px);
    z-index: -1;
}
.text-page-wrapper:after {
    content: "";
    width: 658px;
    height: 656px;
    background-image: url("../images/overview-section-bg-bottom.d44242468597.png");
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    top: 44%;
    left: 58%;
    z-index: -1;
}
.blog-social {
    width: 100%;
    display: block;
    text-align: center;
     
    padding: 59px 0 60px 0;
}
.blog-social ul {
    width: 100%;
    display: inline-block;
    margin: 8px 0 8px 0;
}
.blog-social ul li {
    display: inline-block;
    margin: 0 8.5px;
    vertical-align: middle;
    background-image: none;
    padding-left: 0;
}
.blog-social ul li a {
    display: block;
}
.blog-social ul li a:hover {
    opacity: 0.7;
}
.blog-details img, .blog-details .elementor img, .single-kennisbank img, .single-kennisbank .elementor img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.blog-detail-carosial {
    display: block;
    padding-bottom: 60px;
    padding-top: 60px;
}
.blog-detail-carosial h2 span::after, .blog-detail-carosial .kop-als-h2 span::after {
    content: none;
}
.blog-listing-main {
    margin-top: 50px;
}
.blog-listing {
    margin: 0 -15px;
}
.blog-listing-main .blog-listing {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 0;
}
.blog-listing-main .blog-listing::before, .blog-listing-main .blog-listing::after {
    display: none;
}
.blog-listing .blog-col {
    float: left;
    width: 33.33%;
    padding: 0 15px;
    min-height: 0.1px;
    display: block;
}
.blog-block {
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 27px 0 rgba(15, 14, 16, 0.06);
    box-shadow: 0 6px 27px 0 rgba(15, 14, 16, 0.06);
    cursor: pointer;
    margin-bottom: 30px;
    position: relative;
    display: block;
    min-height: 0.1px;
}
.blog-block .img-block {
    position: relative;
}
.blog-block .img-block .img {
    position: relative;
}
.blog-block .img-block .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: -moz-radial-gradient( center, ellipse cover, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-radial-gradient( center, ellipse cover, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: radial-gradient( ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#26000000', endColorstr='#4d000000', GradientType=1);
}
.blog-block .img-block .img img {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    width: 100%;
}
.date-n-author .date {
    width: 126px;
}
.blog-block .date-n-author .author {
    width: calc(100% - 164px);
    width: auto;
    text-align: right;
    padding-left: 5px;
    margin-left: -4px;
    color: #a5d0dd;
    float: right;
}
.blog-block .content-block {
     
    padding: 13px 22px 13px 13px;
}
.blog-block .content-block p {
    color: #909ba6;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-block .date-n-author {
    color: rgba(0, 0, 0, 0.6);
    padding-top: 7px;
    padding-bottom: 18px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
}
.blog-block .date-n-author span {
    vertical-align: top;
    color: rgba(65, 78, 92, 0.6);
     
}
.blog-block .date-n-author .icon {
    color: #009fb7;
    opacity: 0.5;
}
.blog-block .title {
    margin-bottom: 14px;
}
.blog-block .title h4, .blog-block .title .kop-als-h4 {
    display: inline;
    margin-bottom: 0;
    margin-top: 3px;
}
.blog-block .title h4, .blog-block .title .kop-als-h4, .blog-block .title h4 a, .blog-block .title .kop-als-h4 a {
    color: #313131;
    text-transform: uppercase;
    position: relative;
    font-size: 24px;
    font-weight: 600;
     
}
.blog-block .content-bottom {
    padding-top: 6px;
}
@media only screen and (max-width: 767px) {
  .blog-block .content-bottom {
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
}
.blog-block .content-bottom .read-more {
    float: left;
    padding-top: 2px;
}
.blog-block .content-bottom .read-more .cta-link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #0b7ec2;
    position: relative;
    text-shadow: 0 0 0 #0b7ec2;
    -webkit-text-shadow: 0 0 0 #0b7ec2;
    -moz-text-shadow: 0 0 0 #0b7ec2;
    -o-text-shadow: 0 0 0 #0b7ec2;
}
.blog-block:hover .cta-link:before {
    border-bottom: 2px solid #0b7ec2;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    content: "";
    bottom: -1px;
    display: inline-block;
    max-width: 70px;
}
.blog-block .content-bottom .read-more .cta-link img {
    display: inline-block;
    margin-left: 10px;
    width: 16px;
    height: 12px;
}
.blog-block:hover svg {
    fill: #0b7ec2;
}
.blog-block .full_blog_section {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.blog-block:hover .title h4 a, .blog-block:hover .title .kop-als-h4 a, .blog-block:hover .title h4, .blog-block:hover .title .kop-als-h4 {
    color: #0b7ec2;
}
.blog-block:hover .title h4 a:after, .blog-block:hover .title .kop-als-h4 a:after, .blog-block:hover .title h4:after, .blog-block:hover .title .kop-als-h4:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #0b7ec2;
    position: absolute;
    left: 0px;
    bottom: 0;
}
.date-n-author .date, .date-n-author .author {
    display: inline-block;
    vertical-align: top;
}
.date-n-author .date img {
    display: inline-block;
    height: 14px;
    width: 14px;
}
.date-n-author .author img {
    display: inline-block;
}
.date-n-author img {
    margin-right: 4px;
}
.minjo-details {
    padding: 56px 0 142px 0;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.minjo-details .banner-box-info {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 30px;
}
.minjo-details .banner-box-info .logo-left {
    float: left;
    width: 19.7%;
    background-color: #f8f8f8;
    border-radius: 10px;
    height: 120px;
    line-height: 115px;
    text-align: center;
}
.minjo-details .banner-box-info .logo-left img {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    width: 170px;
}
.minjo-details .banner-box-info .banner-detial-text {
    float: left;
    width: 80%;
    padding-left: 67px;
}
.minjo-details .banner-box-info .banner-detial-text p {
    margin: 0 0 0 0;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.1px;
}
.banner-box-detail h1, .banner-box-detail .kop-als-h1 {
    display: inline-block;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.1px;
    margin: 0 0 0 0;
}
.banner-box-detail h1+p, .banner-box-detail .kop-als-h1+p {
    display: inline-block;
}
.minjo-details .banner-box-info .banner-detial-text p span {
    font-weight: 600;
    margin-right: 6px;
}
.minjo-details .banner-box-info .banner-detial-text .star-rate {
    width: 158px;
    height: 26px;
    background-color: #fff;
    border-radius: 5px;
    float: left;
    margin-top: 11px;
    margin-left: 3px;
    box-shadow: 0px 1px 4px #868686;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.minjo-details .banner-box-info .banner-detial-text .star-rate img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 19px;
    position: relative;
    top: -2px;
}
.minjo-details .banner-box-info .banner-detial-text .star-rate span {
    color: #516373;
    font-size: 14px;
    display: inline-block;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    margin-left: 6px;
}
.banner-btm-info {
     
}
.banner-btm-info .info-box-text {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 0 auto;
    border-bottom: solid 1px #dee2e5;
    padding-bottom: 10px;
}
.banner-btm-info .info-box-text .info-box-inner {
     
    max-height: 150px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
}
.banner-btm-info .info-box-text h2, .banner-btm-info .info-box-text .kop-als-h2 {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 40px;
}
.banner-btm-info .info-box-text h2 span:not(:first-child), .banner-btm-info .info-box-text .kop-als-h2 span:not(:first-child) {
    margin-left: 8px;
}
.banner-btm-info .info-box-text h2 span::after, .banner-btm-info .info-box-text .kop-als-h2 span::after {
    bottom: 14px;
    top: auto;
}
.banner-btm-info .info-box-text .rdmr-div {
    text-align: center;
}
.banner-btm-info .info-box-text .read-more-btn {
    color: #0b7ec2;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
    display: inherit;
    float: none;
    display: inline-block;
    position: relative;
    top: -3px;
    left: -16px;
    cursor: pointer;
    margin-top: 20px;
    text-transform: capitalize;
}
.banner-btm-info .info-box-text .read-more-btn:hover {
    opacity: 0.7;
}
.banner-btm-info .info-box-text .read-more-btn i {
    margin-left: 6px;
    vertical-align: sub;
    transition: 0.5s all;
    position: relative;
    top: -3px;
    font-weight: 500;
    left: 0px;
}
.detial-table {
    padding-top: 78px;
    margin-bottom: 250px;
    position: relative;
}
.detial-table::bfore, .detial-table::after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.3;
    background-image: url("../images/benefit-section-bg.58e039ab3294.png");
}
.detial-table::after {
    left: -280px;
    top: 10px;
    background-position: top center;
}
.detial-table::before {
    right: 0px;
    bottom: -160px;
    top: auto;
    background-position: top right -140px;
}
.detial-table .mian-body {
    width: 100%;
    display: block;
    border: solid 1px #aed6ee;
    border-radius: 10px;
    z-index: 9;
    position: relative;
}
.detial-table .top-title {
    border-bottom: solid 1px #dfdfdf;
    background-color: #fff;
    padding: 19px 45px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.detial-table .top-title h3, .detial-table .top-title .kop-als-h3 {
    color: #0b7ec2;
    margin: 0;
    line-height: 26px;
}
.detial-table .main-content-box {
    display: block;
    padding: 20px 24px 20px 24px;
    background-color: #fff;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
.detial-table .main-content-box .box-inner {
    border: solid 1px #aed6ee;
    border-radius: 4px;
    margin-bottom: 20px;
}
.detial-table .main-content-box .box-inner-title {
    background-color: #e2f4fa;
    border-bottom: solid 1px #aed6ee;
    border-radius: 4px 4px 0 0;
}
.detial-table .main-content-box .box-inner-title h5, .detial-table .main-content-box .box-inner-title .kop-als-h5 {
    color: #0a1f44;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    padding: 21px 19px;
    margin: 0;
    text-shadow: 0 0 0 #0a1f44;
    border-radius: 4px 4px 0 0;
}
.detial-table .main-content-box .box-inner:hover h5, .detial-table .main-content-box .box-inner:hover .kop-als-h5 {
    background-color: #0a7fc2;
    color: #fff;
}
.detial-table .box-inner-title h5:hover a i, .detial-table .box-inner-title .kop-als-h5:hover a i {
    color: #fff;
}
.detial-table .box-inner .box-row-wise {
    background-color: #f5fbfd;
    border-radius: 0 0 4px 4px;
}
.detial-table .box-row-wise .box-row {
    display: flex;
}
.detial-table .box-row-wise .box-row:not(:last-child) {
    border-bottom: solid 1px #aed6ee;
}
.detial-table .box-row .box-col {
    display: inline-flex;
    padding: 15px 0 14px 0;
    line-height: normal;
    position: relative;
    vertical-align: middle;
    border-left: solid 1px #aed6ee;
    width: 28%;
}
.detial-table .box-row .box-col:first-child {
    width: 44%;
    border-left: 0;
}
.detial-table .box-row .box-col .tooltip_content {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 5px;
    width: 60%;
    position: relative;
    padding-right: 47px;
}
.detial-table .box-row .box-col .icons {
    display: inline-block;
    vertical-align: middle;
    color: #5a7088;
    padding-left: 10px;
    padding-right: 20px;
    width: 40%;
}
.detial-table .box-row .box-col .icons img {
    width: 12px;
    height: auto;
    margin: 3px auto;
    margin-left: 20%;
}
.detial-table .box-row .box-col p {
    margin: 0;
    color: #5a7088;
    text-shadow: 0 0 0 #5a7088;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    word-break: break-word;
}
.detial-table .box-row .box-col p:not(:last-child) {
     
    margin-right: 0px;
     
}
.detial-table .box-row .box-col .info-icon-block {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 0;
    left: auto;
}
.detial-table .box-row .box-col .info-icon-block .info-tooltip {
    margin-top: 0;
}
.detial-table .mian-body .main-content-box .box-inner-title h5 img, .detial-table .mian-body .main-content-box .box-inner-title .kop-als-h5 img {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 6px;
    width: 17px;
}
.detial-table .box-row .box-col .icons .star-rating {
    margin: 0;
    padding: 0;
     
    text-align: center;
}
.detial-table .box-row .box-col .icons .star-rating li {
    margin-right: 5px;
    padding: 0;
    margin-bottom: 0;
    float: none;
    display: inline-block;
}
.detial-table .box-row .box-col .icons .star-rating li i {
    font-size: 13px;
    color: #f7b643;
}
.detial-table .main-content-box .box-inner-title h5 i, .detial-table .main-content-box .box-inner-title .kop-als-h5 i {
    display: none;
}
.single-brokers .single-block .link-wrapper ul li:before {
    top: 2px;
}
.single-brokers .single-block .link-wrapper ul li {
    line-height: 25px;
}
.single-brokers .point-carousel-wrapper .point-carousel .single-block .ref-logo .star {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.single-brokers .point-carousel-wrapper .point-carousel .single-block {
    padding: 0 14px 14px 14px;
}
.single-brokers .point-carousel-wrapper .point-carousel .single-block .ref-logo {
    margin: 0 -14px;
}
.single-brokers .point-carousel-wrapper .point-carousel .single-block .ref-logo .star {
    margin-top: 12px;
    width: 142px;
    font-size: 14px;
    box-shadow: 0 5px 15px 0 rgba(142, 142, 142, 0.28);
}
.single-brokers .point-carousel-wrapper .point-carousel .single-block .btn-wrapper .more-info, .single-brokers .point-carousel-wrapper .point-carousel .single-block .btn-wrapper .btn-green {
    font-size: 16px;
}
.header .container {
    max-width: none;
    padding: 0 40px;
}
#menu ul.menu {
    margin: 0 0px 0 0;
}
.single-kennisbank .floating-box-design {
    display: none;
}
.single-kennisbank .banner-btm-info .left-sidebar {
    width: 224px;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
}
.single-kennisbank .banner-btm-info .back-btn {
    width: 224px;
}
.single-kennisbank .banner-btm-info .left-sidebar .ad-block {
    margin-top: 29px;
}
.single-kennisbank .banner-btm-info .left-sidebar .ad-block img {
    width: 160px;
    height: 600px;
    object-fit: cover;
}
.tax-kennisbank_cat .library-page-section .sidebar>div.ad-block, .single-kennisbank .banner-btm-info .left-sidebar .ad-block, .single-kennisbank .banner-btm-info .info-box-text .adsanity-parent-horizontal {
    margin-top: 29px;
    width: 100%;
    background: #f1f7fa;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 29px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.single-kennisbank .banner-btm-info .left-sidebar .ad-block>div {
    margin-bottom: 0 !important;
}
.tax-kennisbank_cat .library-page-section .sidebar>div.ad-block>div, .single-kennisbank .banner-btm-info .left-sidebar .ad-block .adsanity-alignleft, .single-kennisbank .banner-btm-info .info-box-text .adsanity-parent-horizontal {
    margin: 0;
}
.tax-kennisbank_cat .library-page-section .sidebar>div.ad-block::after, .tax-kennisbank_cat .library-page-section .sidebar>div.ad-block::before, .single-kennisbank .banner-btm-info .left-sidebar .ad-block::before, .single-kennisbank .banner-btm-info .left-sidebar .ad-block::after, .single-kennisbank .banner-btm-info .info-box-text .adsanity-parent-horizontal::before, .single-kennisbank .banner-btm-info .info-box-text .adsanity-parent-horizontal::after {
    height: 157px;
    width: 157px;
    content: "";
    background-image: url("../images/dotted-pattern.f1b509b373ee.png");
    background-size: 100%;
    position: absolute;
    right: 6px;
    top: 6px;
}
.tax-kennisbank_cat .library-page-section .sidebar>div.ad-block::after, .single-kennisbank .banner-btm-info .left-sidebar .ad-block::after, .single-kennisbank .banner-btm-info .info-box-text .adsanity-parent-horizontal::after {
    right: auto;
    top: auto;
    left: -97px;
    bottom: 6px;
}
.single-kennisbank .banner-btm-info .left-sidebar .ad-block img {
    width: 160px;
    height: 600px;
    object-fit: cover;
}
.single-kennisbank .banner-btm-info .info-box-text {
    max-width: 100%;
    padding-left: 65px;
    float: right;
    width: 80%;
    border-bottom: none;
    margin: 0;
}
.single-kennisbank .banner-btm-info .info-box-text {
    max-width: 100%;
    padding-left: 65px;
    float: right;
    width: 80%;
    margin: 0;
}
.single-kennisbank .info-box-text .text-page-wrapper p {
     
    margin-bottom: 20px;
}
.single-kennisbank .text-page-wrapper p+h3, .single-kennisbank .text-page-wrapper p+.kop-als-h3 {
    padding-top: 22px;
}
.tax-kennisbank_cat .library-page-section .sidebar {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.tax-kennisbank_cat .library-page-section .sidebar>div:first-child {
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 120px 0px rgba(15, 14, 16, 0.13);
    box-shadow: 0px 10px 120px 0px rgba(15, 14, 16, 0.13);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.tax-kennisbank_cat .library-page-section .sidebar>div.ad-block {
    margin-top: 54px;
    padding: 54px;
}
.back-btn-block {
    margin-bottom: 50px;
    margin-top: -21px;
}
.info-icon-boxs {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.info-icon-boxs:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #0b7ec2;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    background-image: url("../images/information-symbol.6f31098af2c0.svg");
    background-size: 9px;
    background-position: center center;
    background-repeat: no-repeat;
}
.info-icon-block .info-tooltip {
    position: absolute;
    top: -7px;
    left: 31px;
    width: 214px;
    background-color: #f5fbfd;
    border: 1px solid #aed6ee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    z-index: 1;
    font-size: 14px;
    line-height: 22px;
    color: #05385f;
    padding: 8px 15px 7px;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
}
.info-icon-block .info-tooltip:before {
    content: "";
    position: absolute;
    top: 11px;
    left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent #aed6ee transparent transparent;
}
.info-icon-block .info-tooltip:after {
    content: "";
    position: absolute;
    top: 12px;
    left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #f5fbfd transparent transparent;
}
.info-icon-block:hover .info-tooltip {
    opacity: 1;
    visibility: visible;
    word-break: break-word;
}
.overview-content-section.library-page-section {
    padding-top: 45px;
}
.library-page-content .card-blocks {
    background: #f5fbfd;
    padding: 40px 50px;
    border: 1px solid #aed6ee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.card-blocks .card-block-col {
    padding-left: 70px;
    position: relative;
}
.card-blocks .card-block-col:not(:last-child) {
    border-bottom: 1px solid #dde7ed;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.card-block-col .card-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    background: #c7edf8;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.card-head {
    min-height: 45px;
    padding-bottom: 10px;
}
.card-head h5, .card-head .kop-als-h5 {
    padding-top: 10px;
}
.card-block-col .card {
    border-bottom: 1px solid #dde7ed;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.card-block-col .card:last-child {
    border-bottom: 0;
}
.card-block-col .card .title a {
    font-size: 18px;
    color: #0b7ec2;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid transparent;
}
.card-block-col .card .title a:hover {
    border-bottom: 1px solid #acd4ea;
    text-decoration: none;
}
.card-block-col .card .title+div {
    color: #5a7088;
    margin-bottom: 10px;
}
.card-block-col .card .title+div a {
    color: #5a7088;
}
.card-block-col .card p {
    color: #5a7088;
}
.tax-kennisbank_cat .text-area-section h2, .tax-kennisbank_cat .text-area-section .kop-als-h2 {
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
}
.page-template-tmp-library-main .banner-section {
    background-position: top center;
    padding: 0px 0 160px;
}
.page-template-tmp-library-main .blog-slide {
    padding-top: 58px;
    max-width: 800px;
    margin: 0 auto;
}
.page-template-tmp-library-main .blog-slide h1, .page-template-tmp-library-main .blog-slide .kop-als-h1 {
    text-align: center;
    margin-bottom: 40px;
}
.page-template-tmp-library-main .blog-slide ul {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}
.page-template-tmp-library-main .blog-slide ul li {
    margin: 0;
    list-style: none;
}
.page-template-tmp-library-main .blog-slide ul li:first-child {
    width: 100%;
    max-width: 500px;
    margin-right: 5px;
}
.page-template-tmp-library-main .blog-slide ul li:last-child {
    text-align: left;
    padding-left: 5px;
}
.page-template-tmp-library-main .main-body {
    padding: 11px 0 68px;
}
.page-template-tmp-library-main .features_wrapper {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #dcdfe4;
    padding-bottom: 5px;
}
.library_themes ul {
    margin: 0 -15px 20px;
}
.library_themes ul:before, .library_themes ul:after {
    content: "";
    display: table;
}
.library_themes ul:after {
    clear: both;
}
.library_themes ul li {
    list-style: none;
    margin-bottom: 18px;
    width: 33.33%;
    float: left;
    padding: 0 15px;
}
.features_wrapper ul li .icon {
    position: relative;
    min-height: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.features_wrapper ul li .icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #15b9ed;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    background-image: url("../images/tick-light-blue.4dd877b2089d.svg");
    background-size: 15px;
    background-position: center center;
    background-repeat: no-repeat;
}
.features_wrapper ul li .icon a {
    color: #05385f;
    font-weight: 500;
    font-size: 16px;
    color: #05385f;
    vertical-align: middle;
    margin-bottom: 0;
    display: inline-block;
    padding-left: 46px;
    pointer-events: none;
}
.page-template-tmp-library-main .themes_wrapper {
    width: 100%;
    display: inline-block;
    padding-top: 45px;
    padding-bottom: 0;
}
.page-template-tmp-library-main .themes_wrapper h2, .page-template-tmp-library-main .themes_wrapper .kop-als-h2 {
    padding-bottom: 24px;
    font-size: 36px;
    line-height: 42px;
}
.themes_wrapper ul li .icon {
    width: 45px;
    height: 45px;
    background-color: #d0f1fb;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.themes_wrapper ul li .icon a {
    display: block;
    height: 100%;
}
.themes_wrapper ul li .icon a img {
    margin: 0 auto;
    max-width: 100%;
    width: 22px;
    display: inline-block;
}
.themes_wrapper ul li p {
    color: #05385f;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    padding-left: 18px;
    width: calc(100% - 49px);
    margin-bottom: 0;
}
.themes_wrapper ul li p a {
    color: #516373;
    font-size: 18px;
    line-height: 32px;
    text-decoration: none;
    font-weight: normal;
}
.box-container {
    max-width: 970px;
    margin: 0 auto;
}
.text-area-section .box-container h2, .text-area-section .box-container .kop-als-h2 {
    font-size: 36px;
    margin-bottom: 24px;
    line-height: 38px;
    max-width: 100%;
    text-align: left;
}
.text-area-section p.subtitle {
    color: #414e5c;
    font-size: 24px;
    line-height: 45px;
    margin-bottom: 0;
    font-weight: 500;
    word-spacing: 0.5px;
}
.page-template-tmp-library-main .text-blocks-row .text-block-col {
    width: 100%;
}
.breadcrumbs>span {
    margin: 0 5px;
    color: #80ba27;
}
.breadcrumbs-wrapper .breadcrumbs a {
    color: #0b7ec2;
    margin: 0 3px;
    font-weight: 500;
}
.breadcrumbs-wrapper .breadcrumbs a:hover {
    color: #80ba27;
}
.breadcrumbs-wrapper .breadcrumbs {
    color: #0b7ec2;
}
.single-kennisbank .banner-btm-info {
    margin-top: 20px;
}
.breadcrumbs-wrapper .breadcrumbs span:nth-child(2) {
    margin-left: 0;
}
.tax-kennisbank_cat .content-right .card-block-filter.cf {
    padding-top: 0;
}
.filter-block .filter-label label span {
    float: right;
    font-weight: 700;
    padding-top: 2px;
    line-height: normal;
    position: absolute;
    top: 0;
    right: -14px;
}
.floating-box-design {
    position: fixed;
    right: 20px;
     
    bottom: 20px;
    border: 2px solid #83bc2f;
    background-color: #ffffff;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    width: 436px;
    padding: 43px 42px 37px;
    z-index: 1000;
    box-shadow: 0 0 15px rgba(80, 103, 129, 0.25);
    -moz-box-shadow: 0 0 15px rgba(80, 103, 129, 0.25);
    -webkit-box-shadow: 0 0 15px rgba(80, 103, 129, 0.25);
}
.floating-box-design p {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #506781;
    margin: 0px 0 26px 0;
    padding: 0px;
}
.floating-box-design p u {
    text-decoration: none;
    color: #80ba27;
}
.floating-box-design ul {
    margin: 0px 0 24px 0;
    padding: 0px;
}
.floating-box-design ul li {
    position: relative;
    color: #506781;
    list-style: none;
    position: relative;
    padding-left: 43px;
    font-size: 14px;
    line-height: 34px;
    display: flex;
    margin-bottom: 0px;
    font-weight: 500;
}
.floating-box-design ul li:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #83bc2c;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
    border-radius: 26px;
    background-image: url("../images/tick-green.ab57ec3f683f.svg");
    background-size: 13px;
    background-position: center center;
    background-repeat: no-repeat;
}
.floating-box-design .btn-green {
    background-color: #80ba27;
    display: inline-block;
    width: auto;
    font-size: 18px;
    margin: 15px 0 0 0px;
    padding: 17px 40px;
}
.floating-box-design .btn-green:hover {
    background-color: #6e9e24;
}
.features_wrapper ul li {
    background-image: none;
}
.library_themes ul li {
    background-image: none;
}
.field_type-star_rating_field ul.star-rating {
    margin: 0;
    padding: 0;
}
.field_type-star_rating_field ul.star-rating li {
    padding: 0 4px;
    display: inline-block;
    padding-right: 0;
    cursor: default;
}
.field_type-star_rating_field ul.star-rating li i {
    cursor: pointer;
    font-size: 14px;
    color: #f9ae08;
    cursor: default;
}
.field_type-star_rating_field+p {
    display: inline-block;
}
.single-kennisbank .banner-btm-info .info-box-text .text-page-wrapper p {
    font-family: "Lato", sans-serif;
    line-height: 28px;
    color: rgba(5, 56, 95, 0.7);
    font-size: 16px;
    font-weight: 400;
}
.single-kennisbank .banner-btm-info .info-box-text .text-page-wrapper h1, .single-kennisbank .banner-btm-info .info-box-text .text-page-wrapper .kop-als-h1, .single-kennisbank .banner-btm-info .info-box-text .text-page-wrapper h2, .single-kennisbank .banner-btm-info .info-box-text .text-page-wrapper .kop-als-h2, .single-kennisbank .banner-btm-info .info-box-text .text-page-wrapper h3, .single-kennisbank .banner-btm-info .info-box-text .text-page-wrapper .kop-als-h3, .single-kennisbank .banner-btm-info .info-box-text .text-page-wrapper h4, .single-kennisbank .banner-btm-info .info-box-text .text-page-wrapper .kop-als-h4, .single-kennisbank .banner-btm-info .info-box-text .text-page-wrapper h5, .single-kennisbank .banner-btm-info .info-box-text .text-page-wrapper .kop-als-h5 {
    font-family: "Lato", sans-serif;
    margin-bottom: 5px;
}
.single-kennisbank .banner-btm-info .info-box-text .text-page-wrapper li {
    font-family: "Lato", sans-serif;
    line-height: 28px;
    color: rgba(5, 56, 95, 0.7);
    font-size: 16px;
    font-weight: 400;
}
.single-kennisbank .banner-btm-info .breadcrumbs-wrapper .breadcrumbs span a {
    font-family: "Lato", sans-serif;
}
.archive.tax-kennisbank_cat .text-area-section .text-blocks-row ul li a {
    color: #0b7ec2;
}
.cstm-link .title {
    font-size: 18px;
    color: #0b7ec2;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid transparent;
}
.cstm-link .title:hover {
    border-bottom: 1px solid #acd4ea;
    text-decoration: none;
}
.cstm-link .card {
    border-bottom: 1px solid #dde7ed !important;
}
.filter-top .filter-row {
    display: inline-block;
    width: 100%;
}
.filter-top .filter-row .left-colum {
    float: left;
}
.filter-top .filter-row .left-colum ul.tag-listing {
    margin: 0;
    padding: 0;
}
.filter-top .filter-row .left-colum ul.tag-listing li:first-child {
    margin-left: 0;
}
.filter-top .filter-row .left-colum ul.tag-listing li {
    display: inline-block;
    margin: 0 12px 12px 0;
    vertical-align: middle;
    font-size: 14px;
    line-height: 2;
}
.filter-top .filter-row .left-colum ul.tag-listing li a {
    padding: 2px 22px;
    border-radius: 5px;
    padding-left: 32px;
    vertical-align: middle;
    color: #fff;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.filter-top .filter-row .left-colum ul.tag-listing li a::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    background-color: #ffffff;
    border-radius: 50%;
}
.filter-top .filter-row .left-colum ul.tag-listing li .color-white {
    border: solid 1px #313131;
    color: #313131;
}
.filter-top .filter-row .left-colum ul.tag-listing li .color-white::before {
    background-color: #313131;
}
.filter-top .filter-row .left-colum ul.tag-listing li a.active-cls {
    border: solid 1px #bad9ec;
    background-color: transparent !important;
    color: #313131;
}
.filter-top .filter-row .left-colum ul.tag-listing li a.active-cls:before {
    background-color: #313131;
}
.sidebar-header {
    margin: 0 !important;
}
.single-kennisbank .banner-btm-info .info-box-text .text-page-wrapper p a, .single-kennisbank .banner-btm-info .info-box-text .text-page-wrapper li a {
    color: #0b7ec2;
     
}
.single-kennisbank .banner-btm-info .info-box-text .text-page-wrapper p a:hover, .single-kennisbank .banner-btm-info .info-box-text .text-page-wrapper li a:hover {
    color: #80ba27;
}
.more-info-btn:after {
    content: none;
}
.app-andr.rating img {
    margin: 0 1px;
}
a.btn.more-info-btn.btn-arrow:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/right-arrow-blue.fd97c1d6aa09.svg");
    background-repeat: no-repeat;
    width: 16px;
    height: 12px;
    margin-left: 15px;
}
a.btn.more-info-btn.btn-arrow {
    padding: 17px 20px 17px;
}
.card-blocks-sections {
    margin-bottom: 50px;
}
.content-right .desk-up p {
    font-family: 'Lato', sans-serif;
    line-height: 28px;
    margin-bottom: 28px;
    color: rgba(5, 56, 95, 0.70);
}
.inner-banner .banner-content .rating {
    padding: 5px 10px;
    height: 33px;
    min-width: 100px;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    color: #516373;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    -webkit-box-shadow: 0 5px 15px 0 rgba(142, 142, 142, 0.13);
    box-shadow: 0 5px 15px 0 rgba(142, 142, 142, 0.13);
    margin-left: auto;
    margin-top: -15px;
    display: inline-block;
    vertical-align: middle;
}
.inner-banner .banner-content .rating img {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    margin: -5px 12px 0px 0;
}
.ft-txt-block h2, .ft-txt-block .kop-als-h2 {
    text-align: left;
    margin-left: 0;
}
@media only screen and (max-width: 991px) {
  .ft-txt-block h2, .ft-txt-block .kop-als-h2 {
        margin-bottom: 30px;
    }
}
.ft-txt-block .text-blocks-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px;
}
.ft-txt-block .text-blocks-row::before, .ft-txt-block .text-blocks-row::after {
    display: none;
}
.ft-txt-block .text-blocks-row .btm-lcntnt, .ft-txt-block .text-blocks-row .btm-rcntnt {
    padding: 0 40px;
    width: 50%;
}
.banner-section2.inner-banner .banner-content {
    max-width: 900px;
}
.banner-section2.inner-banner .banner-content .review-broke-img {
    float: left;
    width: 25%;
    background-color: #f8f8f8;
    border-radius: 10px;
    height: 120px;
    line-height: 115px;
    text-align: center;
}
.banner-section2.inner-banner .banner-content .review-broke-img img {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    width: 150px;
    margin: 0;
}
.banner-section2.inner-banner .banner-content .review-broke-info {
    width: 75%;
    padding-left: 50px;
    float: left;
}
.banner-section2.inner-banner .banner-content {
    max-width: 900px;
}
header {
    color: #516373;
    padding: 21px 134px 19px 48px;
    background-color: #ffffff;
}
header .logo {
    position: relative;
    top: 0px;
    left: -1px;
    margin-right: 5.8%;
}
header .logo img {
    width: 250px;
}
footer {
    padding: 25px 155px 30px 50px;
    background-color: #0b7ec2;
}
.single-kennisbank .point-carousel-section {
    width: 100%;
    float: left;
    margin-top: 80px;
    overflow: visible;
    position: relative;
}
.single-kennisbank .point-carousel-section::before {
    height: 91px;
    top: -50px;
    background-image: url("../images/section-bg-shape-top-white.67932600105e.png");
    content: "";
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
}
.single-kennisbank .point-carousel-section:after {
    content: none;
}
.single-kennisbank .point-carousel-section .single-block {
    padding: 66px 32px 50px 28px;
    background-color: #F5FBFD;
    overflow: visible;
    position: relative;
}
.single-kennisbank .point-carousel-section .single-block .content-bottom.cf {
    position: absolute;
    bottom: 29px;
}
.single-kennisbank .point-carousel-section .single-block .img-block {
    position: absolute;
    top: -45px;
    left: 30px;
    background-color: #D0F1FB;
    border-radius: 10px;
    border: solid 1px #AED6EE;
    padding: 22px 20px;
    width: 86px;
    height: 88px;
}
.single-kennisbank .point-carousel-section .point-carousel-wrapper h2, .single-kennisbank .point-carousel-section .point-carousel-wrapper .kop-als-h2 {
    margin-bottom: 44px;
}
.single-kennisbank .point-carousel-section .single-block .img-block img {
    max-width: 43px;
     
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.single-kennisbank .point-carousel-section .single-block .content-block h4, .single-kennisbank .point-carousel-section .single-block .content-block .kop-als-h4 {
    font-size: 24px;
    color: #0b7ec2;
    line-height: 30px;
    min-height: 60px;
    font-weight: 500;
}
.single-kennisbank .point-carousel-section .single-block .content-block h4 a, .single-kennisbank .point-carousel-section .single-block .content-block .kop-als-h4 a {
    color: #0b7ec2;
}
.single-kennisbank .point-carousel-section .single-block .content-block p {
    margin-bottom: 18px;
    color: #516373;
    font-size: 16px;
    line-height: 25px;
     
}
.single-kennisbank .point-carousel-section .single-block .content-block .read-more .cta-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #0b7ec2;
    display: inline-block;
}
.single-kennisbank .point-carousel-section .single-block .content-block .read-more .cta-link img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    position: relative;
    top: -1px;
}
.tax-kennisbank_cat .library-page-section .sidebar>div.ad-block, .single-kennisbank .banner-btm-info .left-sidebar .ad-block {
    position: sticky;
    top: 130px;
}
.tax-kennisbank_cat .library-page-section .sidebar>div.ad-block {
    margin-bottom: 60px;
}
.single-kennisbank .banner-btm-info .left-sidebar .ad-block {
    margin-bottom: 100px;
}
.single-kennisbank .banner-btm-info>.container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.single-kennisbank .banner-btm-info>.container>div {
    float: none;
}
.single-kennisbank footer .footer-top, .single-kennisbank footer .footer-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.single-kennisbank footer .footer-bottom {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.single-kennisbank .inner-banner .banner-content {
    float: none;
}
.single-kennisbank .text-page-wrapper:after {
    display: none;
}
.single-kennisbank .cf::before, .single-kennisbank .cf::after, .single-kennisbank footer .footer-top::before, .single-kennisbank footer .footer-top::after, .single-kennisbank footer .footer-bottom::before, .single-kennisbank footer .footer-bottom::after {
    display: none;
}
@media (max-width: 1900px) {
  header {
        padding-right: 34px;
    }
}
@media screen and (max-width: 1600px) {
  .review-main-content .review-detail-left-banner, .elementor-section-wrap .review-main-content .review-right-add>.elementor-column-wrap, .tax-kennisbank_cat .library-page-section .sidebar>div.ad-block {
        top: 110px;
    }
}
@media screen and (max-width: 1500px) {
  header .logo {
        margin-right: 3%;
    }
}
@media screen and (min-width: 1471px) and (max-width: 1550px) {
  .detial-table .box-row .box-col:nth-child(3n) .info-icon-block .info-tooltip {
        width: 200px;
    }
}
@media screen and (min-width: 1371px) and (max-width: 1400px) {
  .detial-table .box-row .box-col:nth-child(3n) .info-icon-block .info-tooltip {
        width: 130px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1470px) {
  .detial-table .box-row .box-col:nth-child(3n) .info-icon-block .info-tooltip {
        width: 230px;
        right: -7px;
        left: auto;
        top: 100%;
        margin-top: 6px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1470px) {
  .detial-table .box-row .box-col:nth-child(3n) .info-icon-block .info-tooltip::before {
        top: -6px;
        left: auto;
        right: 10px;
        border-width: 0px 6px 6px 6px;
        border-color: transparent transparent #aed6ee transparent;
    }
}
@media screen and (min-width: 992px) and (max-width: 1470px) {
  .detial-table .box-row .box-col:nth-child(3n) .info-icon-block .info-tooltip::after {
        top: -4px;
        left: auto;
        right: 11px;
        border-width: 0px 5px 5px 5px;
        border-color: transparent transparent #f5fbfd transparent;
    }
}
@media screen and (max-width: 1200px) {
  footer {
        padding: 26px 100px 33px 50px;
    }
}
@media screen and (max-width: 992px) {
  .ft-txt-block .text-blocks-row {
        margin: 0 -20px;
    }
}
@media screen and (max-width: 992px) {
  .ft-txt-block .text-blocks-row .btm-lcntnt, .ft-txt-block .text-blocks-row .btm-rcntnt {
        padding: 0 20px;
    }
}
@media screen and (max-width: 767px) {
  .card-block-main {
        position: relative;
    }
}
@media screen and (max-width: 767px) {
  .card-block-main .card-block-right {
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
  .app-andr.rating {
        position: absolute;
        right: 15px;
        bottom: 170px;
        padding: 0 0;
        height: 34px;
        line-height: 34px;
        border-radius: 35px;
        box-shadow: none;
    }
}
@media screen and (max-width: 767px) {
  .card-block-main {
        padding: 0 15px;
    }
}
@media screen and (max-width: 767px) {
  .home .rating {
        display: block;
    }
}
@media screen and (max-width: 767px) {
  .rating {
        display: none;
    }
}
@media screen and (max-width: 767px) {
  a.btn.more-info-btn.btn-arrow {
        padding: 9px 15px 10px;
         
    }
}
@media screen and (max-width: 767px) {
  .ft-txt-block .text-blocks-row .btm-lcntnt, .ft-txt-block .text-blocks-row .btm-rcntnt {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
  footer {
        padding: 3px 17px 23px;
    }
}
@media screen and (max-width: 767px) {
  header {
        position: relative;
        padding: 19px 16px 18px 17px;
    }
}
@media screen and (max-width: 767px) {
  header .logo img {
        width: 190px;
    }
}
@media screen and (max-width: 600px) {
  .card-block-main .card-block-right .content-feaueres-rating .ratings-list>ul>li {
        margin-bottom: 2px;
    }
}
@media screen and (max-width: 600px) {
  .card-block-main .card-block-right .content-feaueres-rating .feaueres-list, .card-block-main .card-block-right .content-feaueres-rating .ratings-list {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
  .card-block-main .card-block-right .content-feaueres-rating .ratings-list {
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 600px) {
  .inner-banner .banner-content .rating img {
        margin: -2px 12px 0px 0;
    }
}
@media screen and (max-width: 400px) {
  .app-andr.rating {
        bottom: 60px;
    }
}
section.overview-content-section .lander-progressbar ul {
    margin: 0;
    list-style: none;
}
section.overview-content-section .lander-progressbar ul li {
    margin: 0 0 6px 0;
    line-height: 0;
}
section.overview-content-section .lander-progressbar ul li span {
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 19px;
    color: #516373;
    font-weight: 400;
    width: 140px;
    display: inline-block;
}
section.overview-content-section .lander-progressbar ul li .progresses {
    width: 100px;
    height: 10px;
    background-color: #C9E6F5;
    border-radius: 14px;
    border: solid 1px #BED6ED;
    float: right;
    position: relative;
    top: 4px;
    z-index: 1;
    border-left: 0px;
    border-right: 0px;
}
section.overview-content-section .lander-progressbar ul li .progresses span.bar {
     
    width: 55%;
    height: 10px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 14px 0 0 14px;
    position: relative;
    left: -1px;
    top: -1px;
    z-index: 99;
    overflow: hidden;
}
section.overview-content-section .lander-progressbar ul li .progresses p {
    margin: 0;
    font-size: 13px;
    color: #516373;
    line-height: 19px;
    font-weight: 700;
    padding-left: 0px;
    font-family: "Ubuntu", sans-serif;
    float: right;
    position: absolute;
    top: -6px;
    right: -28px;
    width: 18px;
    text-align: left;
}
section.overview-content-section .lander-progressbar ul li .progresses span.bar:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    left: 1px;
    background-image: url("../images/while-line-new.89e2b1b12ef3.png");
    background-position: top 0px left 0;
    background-repeat: repeat-x;
    width: 110px;
    height: 100%;
    opacity: 0.8;
}
section.overview-content-section .overview-content.cfd-brokers .card-block-right .ratings-list {
    width: 51%;
    padding-left: 0;
    padding-right: 50px;
}
.banner-btm-info.text-adver-sect .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.banner-btm-info.text-adver-sect .leftdummy-contbox {
    width: calc(100% - 360px);
    padding-right: 50px;
    margin-bottom: 0;
    margin-top: auto;
}
.banner-btm-info.text-adver-sect .right-adv-div {
    max-width: 360px;
    width: 100%;
    background: #f1f7fa;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}
.banner-btm-info.text-adver-sect .right-adv-div iframe {
    display: block;
}
.banner-btm-info.text-adver-sect .leftdummy-contbox .info-box-text {
    border: none;
}
.banner-btm-info.text-adver-sect .leftdummy-contbox .info-box-text .rdmr-div a.read-more-btn {
    font-size: 16px;
}
section.banner-btm-info.text-adver-sect {
    margin-top: -20px;
}
.banner-btm-info.text-adver-sect .leftdummy-contbox .info-box-inner p {
    font-size: 16px;
    line-height: 26px;
    color: #516373;
}
.banner-btm-info.text-adver-sect .leftdummy-contbox .info-box-text {
    margin-top: 100px;
}
section.filter-fullsection {
    padding: 40px 0;
}
section.filter-fullsection .lefttitle-withtag {
    width: calc(100% - 330px);
}
section.filter-fullsection .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
section.filter-fullsection .lefttitle-withtag .check_box_search_cat_tag {
    width: 100%;
}
section.filter-fullsection .lefttitle-withtag .check_box_search_cat_tag span {
    display: inline-block;
    background-color: #afafaf;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.gridview-div .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -15px;
}
.gridview-div .col-sm-3 {
    width: 33.33%;
    padding: 0 15px;
    margin: 15px 0;
}
.gridview-div .item {
    border: 1px solid #bddcef;
    position: relative;
    background-color: #daf1fa;
     
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 50px 0px rgb(73 73 73 / 5%);
    box-shadow: 0px 10px 50px 0px rgb(73 73 73 / 5%);
    padding: 0 15px 88px 15px;
    height: 100%;
}
.gridview-div .item .single-block .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 0px);
    bottom: 18px;
    position: absolute;
    left: 0;
    padding: 0 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.gridview-div .item .ref-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 82px;
    background-color: #fff;
    padding: 20px 15px 20px 20px;
    margin: 0 -15px;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}
.gridview-div .item .ref-logo>div {
    width: 50%;
     
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gridview-div .item .ref-logo>div img {
    max-height: 45px;
    width: 175px;
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}
.gridview-div .item .ref-logo .star {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    height: 26px;
    color: #516373;
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
    padding: 0px 17px 0px 19px;
    margin-left: auto;
    width: auto;
    padding: 0 8px;
    display: inline-block;
    margin-top: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.gridview-div .item .ref-logo .star:before {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 6px 0 0px;
    content: "";
    height: 16px;
    width: 16px;
    background-image: url("../images/bookmark-star-yellow.0e1343fc16d2.svg");
    background-size: 16px;
}
.gridview-div .item .tag-active {
    display: block;
    min-height: 26px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -12px;
}
.gridview-div .item .link-wrapper ul {
    margin: 0;
    margin-top: 19px;
}
.gridview-div .item .link-wrapper ul li {
    margin-bottom: 6px;
}
.gridview-div .item .single-block .btn-wrapper a.bekdetail-link {
    color: #0b7ec2;
    font-weight: 500;
    margin-left: 10px;
    font-size: 14px;
    -webkit-text-decoration: 2px underline;
    text-decoration: 2px underline;
}
.gridview-div .item .single-block .btn-wrapper a.bekdetail-link:hover {
    text-decoration: none;
}
.gridview-div .item .single-block .btn-wrapper a.bekdetail-link {
    color: #0b7ec2;
    font-weight: 700;
    margin-left: 7px;
    -webkit-text-decoration: 2px underline;
    text-decoration: 2px underline;
}
.gridview-div .item .single-block .btn-wrapper a.bekdetail-link:hover {
    text-decoration: none;
}
.gridview-div .item .single-block .btn-wrapper a.more-info {
    color: #0b7ec2;
    font-weight: 700;
    border: 2px solid #0b7ec2;
    border-radius: 5px;
    padding: 10px 15px;
    display: inline-block;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.gridview-div .item .single-block .btn-wrapper a.more-info:hover {
    background-color: #0b7ec2;
    color: #fff;
}
.gridview-div .item .single-block .btn-wrapper a.btn-green {
    padding: 17px 20px 19px 20px;
    margin-right: 6px;
}
section.filter-blksection {
    padding-bottom: 50px;
}
.gridview-div .item .single-block a {
    display: block;
}
.box-inner .box-col .tooltip_content a.info-icon-block .info-tooltip {
    z-index: 9;
}
.banner-section2.inner-banner .banner-content {
    max-width: 100%;
}
.banner-section2.inner-banner {
    padding: 40px 0 40px;
}
.banner-section2.inner-banner .banner-content .review-broke-img {
    width: 100%;
    max-width: 270px;
    margin-top: auto;
    margin-bottom: auto;
}
.banner-section2.inner-banner .banner-content .review-broke-info {
    width: calc(100% - 270px);
    margin-top: auto;
    margin-bottom: auto;
}
.banner-section2.inner-banner .banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.banner-section2.inner-banner .banner-content .review-broke-info .rating {
    font-size: 16px;
    padding: 6px 10px;
    height: auto;
}
.banner-section2.inner-banner .banner-content .review-broke-info .rating img {
    margin-right: 6px;
}
section.overview-content-section .lander-progressbar ul li .progresses:after {
    position: absolute;
    content: "";
    right: auto;
    top: 0;
    left: 0px;
    background-image: url("../images/progress-line-new.89598df7162b.svg");
    background-position: top 2px left 10px;
    background-repeat: repeat;
    width: 96px;
     
    height: 8px;
    z-index: 9;
}
section.overview-content-section .lander-progressbar ul li .progresses span[data-percent="100"] {
    border-radius: 14px;
}
section.banner-section2.inner-banner .container {
    padding: 0;
}
.banner-section.inner-banner {
    margin-bottom: 0px;
}
.overview-content.cfd-brokers {
    padding-top: 15px;
}
.filter-top {
    padding-top: 30px;
}
.back-btn-block {
    margin-top: 30px;
}
section.banner-section.home-banner.minjo-details {
    padding: 40px 0;
}
section.banner-section.home-banner.minjo-details .banner-box-info {
    padding-bottom: 0;
}
.banner-btm-info {
     
}
@media (max-width: 1649px) {
  .banner-section2.inner-banner .banner-content .review-broke-img {
        max-width: 270px;
    }
}
@media (max-width: 1649px) {
  .banner-section2.inner-banner .banner-content .review-broke-info {
        width: calc(100% - 270px);
        padding-left: 30px;
    }
}
@media (max-width: 1649px) {
  .banner-section2.inner-banner .banner-content .review-broke-info h1, .banner-section2.inner-banner .banner-content .review-broke-info .kop-als-h1 {
        font-size: 40px;
    }
}
@media (max-width: 1649px) {
  .card-block-main .card-block-right {
        padding-left: 22px;
    }
}
@media (max-width: 1600px) {
  .card-block-main .card-block-right .content-feaueres-rating .ratings-list {
        width: 42%;
    }
}
@media (min-width: 1550px) {
  section.blog-detail-carosial .container {
        max-width: 1580px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1919px) {
  .floating-box-design {
        max-width: 240px;
        left: inherit !important;
        right: 0 !important;
        bottom: 20px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1919px) {
  .floating-box-design a.btn.btn-green {
        right: 0;
        bottom: 0;
        max-width: 200px;
        left: inherit;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1919px) {
  .floating-box-design a.btn.btn-green a.btn.more-info-btn.btn-arrow {
        width: 100%;
    }
}
@media (max-width:1280px) {
  section.banner-section2.inner-banner .container {
        padding: 0 15px;
    }
}
@media (max-width:1200px) {
  section.overview-content-section .overview-content.cfd-brokers .card-block-main .card-block-right {
        width: calc(100% - 160px);
        padding-left: 20px;
    }
}
@media (max-width:1200px) {
  section.overview-content-section .overview-content.cfd-brokers .card-block-main .card-block-right .ratings-list .lander-progressbar ul li span {
        font-size: 13px;
        width: 100px;
    }
}
@media (max-width:1200px) {
  .banner-section2.inner-banner .banner-content .review-broke-info h1, .banner-section2.inner-banner .banner-content .review-broke-info .kop-als-h1 {
        font-size: 34px;
    }
}
@media (max-width:1200px) {
  .card-block-main .card-block-right .content-feaueres-rating .ratings-list {
        width: 50%;
    }
}
@media (max-width:1200px) {
  .card-block-main .card-block-right {
        padding-left: 15px;
    }
}
@media (max-width:1200px) {
  section.overview-content-section .overview-content.cfd-brokers .card-block-right .ratings-list {
        padding-right: 40px;
    }
}
@media (max-width:1100px) {
  section.overview-content-section .overview-content.cfd-brokers .card-block-main .card-block-right .ratings-list .lander-progressbar ul li span {
        width: 93px;
        word-break: break-all;
    }
}
@media (max-width:1100px) {
  section.overview-content-section .overview-content.cfd-brokers .card-block-right .ratings-list {
        width: 54%;
    }
}
@media (max-width:1033px) {
  .banner-section2.inner-banner .banner-content .review-broke-info h1, .banner-section2.inner-banner .banner-content .review-broke-info .kop-als-h1 {
        display: block;
        margin-bottom: 8px;
        font-size: 30px;
    }
}
@media (max-width:1033px) {
  .banner-section2.inner-banner .banner-content .review-broke-img {
        max-width: 220px;
    }
}
@media (max-width:1033px) {
  .banner-section2.inner-banner .banner-content .review-broke-info {
        width: calc(100% - 220px);
    }
}
@media (max-width:1033px) {
  .card-block-main .card-block-right {
        padding-left: 10px;
    }
}
@media (max-width:991px) {
  section.overview-content-section .overview-content.cfd-brokers .card-block-main .card-block-right .ratings-list .lander-progressbar ul li span {
        width: 123px;
    }
}
@media (max-width:767px) {
  section.overview-content-section .overview-content.cfd-brokers .card-block-main .card-block-right {
        width: 100%;
        padding-left: 0;
        margin-top: 5px;
    }
}
@media (max-width:767px) {
  .page-template-tmp-cfd-brokers .inner-banner .banner-content {
        padding-bottom: 15px !important;
    }
}
@media (max-width:767px) {
  .overview-content.cfd-brokers .overview-content-wrape .sidebar .sidebar-header {
        margin-left: -15px !important;
        margin-right: -15px !important;
        width: auto;
        border-radius: 0px;
    }
}
@media (max-width:767px) {
  .overview-content.cfd-brokers .overview-content-wrape .sidebar {
        margin-top: 0px;
    }
}
@media (max-width:767px) {
  section.banner-section.inner-banner {
        padding-bottom: 0;
         
    }
}
@media (max-width:767px) {
  .banner-section2.inner-banner .banner-content .review-broke-img {
        max-width: 100%;
    }
}
@media (max-width:767px) {
  .banner-section2.inner-banner .banner-content .review-broke-info {
        padding-left: 0;
        width: calc(100% - 0px);
    }
}
@media (max-width:767px) {
  .banner-section2.inner-banner {
        padding: 20px 0 20px !important;
    }
}
@media (max-width:767px) {
  .banner-section2.inner-banner .banner-content .review-broke-info h1, .banner-section2.inner-banner .banner-content .review-broke-info .kop-als-h1 {
        margin-bottom: 12px;
    }
}
@media (max-width:767px) {
  .banner-section2.inner-banner .banner-content .review-broke-info .rating {
        margin-left: 0px;
    }
}
@media (max-width:767px) {
  section.banner-section.inner-banner h1, section.banner-section.inner-banner .kop-als-h1 {
        display: block;
        margin-bottom: 0;
    }
}
@media (max-width:767px) {
  section.banner-section.inner-banner {
        padding-top: 15px;
    }
}
@media (max-width:767px) {
  section.banner-section.inner-banner .banner-content {
        padding-bottom: 15px;
    }
}
@media (max-width:767px) {
  .overview-content.text-page-wrapper {
        padding-top: 15px;
    }
}
@media (max-width:767px) {
  .overview-content-section .overview-content .overview-content-wrape .sidebar.sidebar-left {
        margin-top: -10px;
    }
}
@media (max-width:767px) {
  section.overview-content-section .overview-content .sidebar.sidebar-left {
        margin-top: 0 !important;
    }
}
@media (max-width:767px) {
  .filter-top {
        padding-top: 15px;
    }
}
@media (max-width:767px) {
  .overview-content.cfd-brokers {
        padding-top: 0px;
    }
}
@media (max-width:767px) {
  .top10-lander .lander-left .sidebar.sidebar-left .sidebar-header, .overview-content-section.library-page-section .sidebar-left .sidebar-header {
        margin-left: -15px !important;
        margin-right: -15px !important;
        border-radius: 0px !important;
    }
}
@media (max-width:767px) {
  .back-btn-block {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
}
@media (max-width:767px) {
  footer.site-footer .footer-top.cf .footer-block.footer-logo-block p {
        position: relative;
        bottom: 0;
    }
}
@media (max-width:639px) {
  section.overview-content-section .overview-content.cfd-brokers .card-block-right .ratings-list, .cfd-brokers .content-right .card-block.cf .card-block-right .ratings-list {
        width: 100%;
        padding-left: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 40px;
        border-bottom: 0px solid rgb(174, 214, 238);
        padding-bottom: 10px;
    }
}
@media (max-width:639px) {
  section.overview-content-section .lander-progressbar ul li .progresses {
        width: 80px;
    }
}
@media (max-width:639px) {
  .card-block-main .card-block-right .content-feaueres-rating .ratings-list {
        width: 100%;
        padding-right: 35px;
        padding-left: 7px;
        padding-bottom: 0;
    }
}
@media (max-width:639px) {
  .info-tooltip {
        z-index: 9;
    }
}
@media (max-width:415px) {
  section.overview-content-section .overview-content.cfd-brokers .card-block-main .card-block-right .ratings-list .lander-progressbar ul li:before, section.overview-content-section .overview-content.cfd-brokers .card-block-main .card-block-right .ratings-list .lander-progressbar ul li:after {
        content: "";
        display: table;
    }
}
@media (max-width:415px) {
  section.overview-content-section .overview-content.cfd-brokers .card-block-main .card-block-right .ratings-list .lander-progressbar ul li:after {
        clear: both;
    }
}
@media (max-width:415px) {
  section.overview-content-section .overview-content.cfd-brokers .card-block-main .card-block-right .ratings-list .lander-progressbar ul li span {
        width: 140px;
        float: left;
    }
}
@media (max-width:380px) {
  section.overview-content-section .lander-progressbar ul li .progresses span.bar:before {
        width: 97px;
        background-size: 10px;
        left: 0px;
    }
}
@media (max-width:380px) {
  section.overview-content-section .overview-content.cfd-brokers .card-block-right .ratings-list {
        padding-right: 27px;
    }
}
@media (max-width:360px) {
  section.overview-content-section .overview-content.cfd-brokers .card-block-main .card-block-right .ratings-list .lander-progressbar ul li span {
        width: 125px;
    }
}
body.single.single-post section.main-body .blog-social {
    padding: 20px 0 7px;
}
.single.single-post.blog-details h3, .single.single-post.blog-details .kop-als-h3, body.single.single-kennisbank h3, body.single.single-kennisbank .kop-als-h3 {
    padding: 0 !important;
    margin-bottom: 5px;
}
p+h3, p+.kop-als-h3 {
    padding-top: 0px;
}
.accordian-section .accordion-row h3, .accordian-section .accordion-row .kop-als-h3 {
    padding: 0px 142px 0 27px !important;
}
.tax-kennisbank_cat .library-page-section .sidebar>div.ad-block::after, .single-kennisbank .banner-btm-info .left-sidebar .ad-block::after, .single-kennisbank .banner-btm-info .info-box-text .adsanity-parent-horizontal::after {
    left: 10px;
    z-index: -9;
}
@media (max-width:991px) {
  .accordian-section .accordion-row h3, .accordian-section .accordion-row .kop-als-h3 {
        padding-right: 75px !important;
    }
}
@media (max-width:767px) {
  .page-kennisbank.page-template-tmp-library-main .banner-section.inner-banner, body.home section.banner-section.home-banner {
        background-image: url("../images/mobile-banner-img.56d2b73c6280.jpg") !important;
        padding: 30px 0;
    }
}
@media (max-width:767px) {
  .single-kennisbank .point-carousel-section .single-block .content-block h4, .single-kennisbank .point-carousel-section .single-block .content-block .kop-als-h4 {
        min-height: inherit;
    }
}
@media (max-width:767px) {
  body.single.single-post section.main-body .blog-social {
        padding: 15px 0 4px;
    }
}
@media (max-width:767px) {
  body.single.single-post section.main-body .blog-social h1, body.single.single-post section.main-body .blog-social .kop-als-h1 {
        margin-bottom: 0;
    }
}
@media (max-width:639px) {
  section.overview-content-section .overview-content.cfd-brokers .card-block-right .ratings-list, .cfd-brokers .content-right .card-block.cf .card-block-right .ratings-list {
        padding-right: 25px;
    }
}
@media (max-width:639px) {
  .single-kennisbank .point-carousel-section .single-block .content-block p {
        margin-bottom: 0px;
    }
}
@media (max-width:639px) {
  .single-kennisbank .point-carousel-section .single-block {
        padding-bottom: 30px !important;
        height: auto !important;
    }
}
@media (max-width:639px) {
  .single-kennisbank .point-carousel-section .single-block .content-bottom {
        bottom: 15px !important;
    }
}
@media (max-width:639px) {
  .single-kennisbank .point-carousel-section .single-block .title h4, .single-kennisbank .point-carousel-section .single-block .title .kop-als-h4 {
        min-height: 40px;
        margin-bottom: 5px;
    }
}
@media (max-width:600px) {
  .accordian-section .accordion-row h3, .accordian-section .accordion-row .kop-als-h3 {
        padding: 16px 65px 16px 20px !important;
    }
}
.desk-up h1, .desk-up .kop-als-h1 {
    font-size: 36px;
    font-weight: 500;
}
.desk-up h1 strong, .desk-up .kop-als-h1 strong {
    color: #0b7ec2;
    font-weight: 500;
    position: relative;
}
.desk-up h1 strong:after, .desk-up .kop-als-h1 strong:after {
    content: "";
    position: absolute;
    top: 24px;
    content: "";
    height: 3px;
    width: 34px;
    right: -56px;
    background-color: #0b7ec2;
}
@media (max-width:991px) {
  .desk-up h1, .desk-up .kop-als-h1 {
        font-size: 30px;
    }
}
.flex-cont {
    display: flex;
    flex-wrap: wrap;
}
.flex-cont .banner-content {
    width: calc(100% - 250px);
    padding-right: 20px;
    margin-top: auto;
    margin-bottom: auto;
}
.single-block .link-wrapper ul li:before {
    content: "";
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #15b9ed;
    border-radius: 30px;
    background-image: url("../images/tick-light-blue.4dd877b2089d.svg");
    background-size: 9px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
body .single-block .link-wrapper ul li, .point-carousel-wrapper .point-carousel .single-block .link-wrapper ul li {
    line-height: 25px;
    margin-bottom: 4px;
}
@media only screen and (min-width: 1920px) and (max-width: 5000px) {
  .floating-box-design {
        bottom: 10px !important;
        background-size: 360px !important;
        width: 360px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1919px) {
  .floating-box-design .bottom-sti-buton {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1919px) {
  .floating-box-design .bottom-sti-buton a.btn {
        margin: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1919px) {
  .floating-box-design .bottom-sti-buton a.btn {
        min-width: 170px;
        font-size: 14px;
        text-align: left;
        padding: 17px 40px 17px 23px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1919px) {
  .floating-box-design {
        padding-right: 15px !important;
    }
}
@media (max-width:767px) {
  .floating-box-design {
        display: block !important;
        border: none !important;
        border-radius: 0px !important;
        padding: 10px !important;
    }
}
@media (max-width:767px) {
  .floating-box-design p, .floating-box-design ul {
        display: none !important;
    }
}
@media (max-width:767px) {
  .floating-box-design .bottom-sti-buton {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media (max-width:767px) {
  .single-kennisbank .banner-btm-info .info-box-text .text-page-wrapper h3, .single-kennisbank .banner-btm-info .info-box-text .text-page-wrapper .kop-als-h3 {
        margin-bottom: 12px;
        font-size: 18px;
    }
}
@media (max-width:767px) {
  .flex-cont .banner-content {
        width: calc(100% - 0px);
        padding-right: 0px;
        order: 2;
    }
}
@media (max-width:380px) {
  body .floating-box-design {
        max-width: 100% !important;
    }
}
body.single.single-post section.main-body .blog-social {
    padding: 20px 0 0px;
}
.single.single-post.blog-details h3, .single.single-post.blog-details .kop-als-h3, body.single.single-kennisbank h3, body.single.single-kennisbank .kop-als-h3 {
    padding: 0 !important;
    margin-bottom: 5px;
}
p+h3, p+.kop-als-h3 {
    padding-top: 0px;
}
.accordian-section .accordion-row h3, .accordian-section .accordion-row .kop-als-h3 {
    padding: 0px 142px 0 27px !important;
}
.tax-kennisbank_cat .library-page-section .sidebar>div.ad-block::after, .single-kennisbank .banner-btm-info .left-sidebar .ad-block::after, .single-kennisbank .banner-btm-info .info-box-text .adsanity-parent-horizontal::after {
    left: 10px;
    z-index: -9;
}
@media (max-width:991px) {
  .accordian-section .accordion-row h3, .accordian-section .accordion-row .kop-als-h3 {
        padding-right: 75px !important;
    }
}
@media (max-width:767px) {
  .page-kennisbank.page-template-tmp-library-main .banner-section.inner-banner, body.home section.banner-section.home-banner {
        background-image: url("../images/mobile-banner-img.56d2b73c6280.jpg") !important;
        padding: 30px 0;
    }
}
@media (max-width:767px) {
  .single-kennisbank .point-carousel-section .single-block .content-block h4, .single-kennisbank .point-carousel-section .single-block .content-block .kop-als-h4 {
        min-height: inherit;
    }
}
@media (max-width:767px) {
  body.single.single-post section.main-body .blog-social {
        padding: 15px 0 4px;
    }
}
@media (max-width:767px) {
  body.single.single-post section.main-body .blog-social h1, body.single.single-post section.main-body .blog-social .kop-als-h1 {
        margin-bottom: 0;
    }
}
@media (max-width:639px) {
  section.overview-content-section .overview-content.cfd-brokers .card-block-right .ratings-list, .cfd-brokers .content-right .card-block.cf .card-block-right .ratings-list {
        padding-right: 25px;
    }
}
@media (max-width:639px) {
  .single-kennisbank .point-carousel-section .single-block .content-block p {
        margin-bottom: 0px;
    }
}
@media (max-width:639px) {
  .single-kennisbank .point-carousel-section .single-block {
        padding-bottom: 30px !important;
        height: auto !important;
    }
}
@media (max-width:639px) {
  .single-kennisbank .point-carousel-section .single-block .content-bottom {
        bottom: 15px !important;
    }
}
@media (max-width:639px) {
  .single-kennisbank .point-carousel-section .single-block .title h4, .single-kennisbank .point-carousel-section .single-block .title .kop-als-h4 {
        min-height: 40px;
        margin-bottom: 5px;
    }
}
@media (max-width:600px) {
  .accordian-section .accordion-row h3, .accordian-section .accordion-row .kop-als-h3 {
        padding: 16px 65px 16px 20px !important;
    }
}
body .floating-box-design ul {
    display: none;
}
body .floating-box-design>p {
    display: none;
}
body .floating-box-design .bottom-sti-buton {
    display: flex;
}
body .floating-box-design {
    padding: 0 !important;
    background: transparent !important;
    right: 25px !important;
    bottom: 25px !important;
    width: auto! important;
}
body .floating-box-design .bottom-sti-buton a.btn {
    min-width: 190px !important;
    width: 100% !important;
    margin: 0 0 0 12px;
    padding: 15px 20px 15px !important;
}
body .floating-box-design .bottom-sti-buton a.btn.btn-green {
    box-shadow: 0px 1px 3px 1px rgb(237 255 210 / 40%);
    font-size: 16px;
    font-weight: 500;
}
body .floating-box-design .bottom-sti-buton a.btn.btn-arrow {
    font-weight: 500;
}
body .floating-box-design .bottom-sti-buton a.btn.more-info-btn:after {
    top: 18px;
}
.banner-section.inner-banner {
    padding: 36px 0;
}
.single.single-brokers .broker_single_wrap .broker_single_main_content .detial-table {
    margin-bottom: 30px;
}
.tax-kennisbank_cat .overview-content-section.library-page-section {
    padding-top: 0;
}
.banner-btm-info.text-adver-sect .leftdummy-contbox .info-box-text .rdmr-div a.read-more-btn {
    font-weight: 500;
}
section.filter-fullsection .lefttitle-withtag .check_box_search_cat_tag span.cat_tag_select.select_cat.color-white a {
    border: 1px solid #cd2653;
    border-radius: 30px;
    padding: 4px 15px;
    display: inline-block;
}
section.filter-fullsection .lefttitle-withtag .check_box_search_cat_tag span.cat_tag_select.select_cat.color-white {
    padding: 0;
    margin-right: 5px;
    margin-bottom: 5px;
}
section.filter-fullsection .lefttitle-withtag .check_box_search_cat_tag span.cat_tag_select.select_cat.color-white a {
    border: 1px solid #0b7ec2;
    border-radius: 5px;
    padding: 4px 15px 4px 29px;
    display: inline-block;
    color: #0b7ec2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
section.filter-fullsection .lefttitle-withtag .check_box_search_cat_tag span.cat_tag_select.select_cat.color-white {
    padding: 0;
    margin-right: 11px;
    margin-bottom: 11px;
}
section.filter-fullsection .lefttitle-withtag .check_box_search_cat_tag span.select_cat {
    padding-left: 29px;
    padding-right: 16px;
    position: relative;
}
section.filter-fullsection .lefttitle-withtag .check_box_search_cat_tag span.select_cat:before {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #ffffff;
    border-radius: 50%;
    left: 14px;
    top: 13px;
}
section.filter-fullsection .lefttitle-withtag .check_box_search_cat_tag span.cat_tag_select.select_cat.color-white a:before {
    background-color: #0b7ec2;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    left: 14px;
    top: 13px;
    position: absolute;
}
section.filter-fullsection .lefttitle-withtag .check_box_search_cat_tag span.cat_tag_select.select_cat.color-white:before {
    display: none;
}
section.filter-fullsection .lefttitle-withtag .check_box_search_cat_tag span {
    margin-right: 20px;
    margin-bottom: 11px;
}
section.filter-blksection div#my_cat .gallery-grid.gridview-div {
    padding-top: 12px;
}
section.filter-blksection #my_cat .gridview-div .single-progress .item {
    padding-bottom: 70px;
}
section.filter-blksection #my_cat .gridview-div .single-progress .item .btn-wrapper a.more-info, section.filter-blksection #my_cat .gridview-div .single-progress .item .btn-wrapper a.btn-green {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    line-height: normal;
}
section.filter-blksection #my_cat .gridview-div .single-progress .item .btn-wrapper a {
    margin-right: 5px;
    margin-left: 0;
}
section.filter-blksection #my_cat .gridview-div .single-progress .item .btn-wrapper a:last-child {
    margin-right: 0;
}
section.filter-blksection #my_cat .gridview-div .single-progress .item .btn-wrapper a.btn-green {
    border: 2px solid #0b7ec2;
    color: #0b7ec2 !important;
    background-color: transparent;
}
section.filter-blksection #my_cat .gridview-div .single-progress .item .btn-wrapper a.more-info {
    background-color: #80ba27;
    border-color: #80ba27;
    color: #fff;
}
section.filter-blksection #my_cat .gridview-div .single-progress .item .btn-wrapper a.btn-green:hover {
    color: #fff !important;
    background-color: #0b7ec2;
}
section.filter-blksection #my_cat .gridview-div .single-progress .item .btn-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    width: calc(100% - 20px);
    background-color: #bddcee;
    top: -9px;
    height: 1px;
    right: 0;
    margin: 0 auto;
}
section.filter-blksection #my_cat .gridview-div .single-progress .item .info-label .info-tooltip {
    z-index: 9;
}
section.filter-blksection #my_cat .gridview-div .single-progress .item .card-block-right .ratings-list .lander-progressbar ul li:before {
    display: none;
}
div#my_cat .container {
    position: relative;
}
section.filter-blksection #my_cat .gridview-div .single-progress .item .content-feaueres-rating h3, section.filter-blksection #my_cat .gridview-div .single-progress .item .content-feaueres-rating .kop-als-h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    display: none;
}
.page-template-onzereviews .banner-btm-info.text-adver-sect .leftdummy-contbox {
    margin-top: 0;
}
.page-template-onzereviews .banner-btm-info.text-adver-sect .leftdummy-contbox .info-box-text {
    margin-top: 60px;
}
.page-template-onzereviews section.filter-fullsection {
    padding: 10px 0 15px;
}
section.filter-blksection #my_cat .gridview-div .single-progress .item .btn-wrapper a.more-info:hover {
    background-color: #6ea717 !important;
    border-color: #6ea717 !important;
}
section.filter-blksection #my_cat .gridview-div .single-progress .item .app-andr.rating {
    bottom: 88px;
}
section.filter-fullsection .lefttitle-withtag .check_box_search_cat_tag .rdmr-div {
    text-align: center;
    padding-top: 15px;
    display: none;
}
.broker_single_wrap {
    position: relative;
}
.tax-kennisbank_cat .banner-section.inner-banner {
    margin-bottom: 30px;
}
.single-progress .ratings-list .lander-progressbar ul li .progresses {
    width: 100px;
    height: 10px;
    background-color: #C9E6F5;
    border-radius: 14px;
    border: solid 1px #AED6EE;
    float: right;
    position: relative;
    top: 4px;
    z-index: 1;
    border-left: 0px;
    border-right: 0px;
}
.single-progress .ratings-list .lander-progressbar ul li .progresses span.bar {
    box-sizing: border-box;
    border-radius: 14px 0 0 14px;
    position: relative;
    left: -1px;
    top: -1px;
    z-index: 99;
    overflow: hidden;
    display: inline-block;
}
.single-progress .ratings-list .lander-progressbar ul li {
    padding-left: 0;
    margin: 0 0 6px 0;
    line-height: 0;
}
.single-progress .single-block .link-wrapper {
    padding-right: 95px;
}
.single-progress .ratings-list .lander-progressbar ul li>span {
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 19px;
    color: #516373;
    font-weight: 400;
    width: 140px;
    display: inline-block;
}
.single-progress .ratings-list .lander-progressbar ul li .progresses p {
    margin: 0;
    font-size: 13px;
    color: #516373;
    line-height: 15px;
    font-weight: 600;
    padding-left: 0px;
    font-family: "Ubuntu", sans-serif;
    float: right;
    position: absolute;
    top: -3px;
    right: -28px;
    width: 18px;
    text-align: left;
}
.single-progress .ratings-list .lander-progressbar ul li .progresses span[data-percent="100"] {
    border-radius: 14px;
}
.single-progress .ratings-list .lander-progressbar ul li .progresses span.bar:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    left: 1px;
    background-image: url("../images/darkline-new.15f26cb131e3.png");
    background-position: top 0px left 0;
    background-repeat: repeat-x;
    width: 110px;
    height: 100%;
    opacity: 0.8;
}
.single-progress .single-block .app-andr.rating {
    position: absolute;
    right: 15px;
    bottom: 100px;
    background-color: #fff;
    min-width: 50px;
    border-radius: 5px;
    display: flex;
    padding: 9px 10px;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.single-progress .ratings-list .lander-progressbar ul li .progresses:after {
    position: absolute;
    content: "";
    right: auto;
    top: 0;
    left: 0px;
    background-image: url("../images/progress-line-new.89598df7162b.svg");
    background-position: top 2px left 10px;
    background-repeat: repeat;
    width: 96px;
     
    height: 8px;
}
section.filter-fullsection .lefttitle-withtag .check_box_search_cat_tag span.cat_select, section.filter-fullsection .lefttitle-withtag .check_box_search_cat_tag span.select_cat {
    cursor: pointer;
}
body .floating-box-design .bottom-sti-buton a.btn.btn-green {
    position: relative;
}
body .floating-box-design .bottom-sti-buton a.btn.btn-green:after {
    content: "";
    content: "";
    background-image: url("../images/right-arrow-white.59f275400f45.svg");
    background-repeat: no-repeat;
    width: 25px;
    height: 16px;
    position: absolute;
    right: 25px;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}
body .floating-box-design .bottom-sti-buton a.btn.more-info-btn.btn-arrow:after {
    position: absolute;
    right: 25px;
}
body .floating-box-design .bottom-sti-buton a.btn.btn-arrow {
    font-size: 16px;
}
body .floating-box-design .bottom-sti-buton a.btn.more-info-btn.btn-arrow {
    position: relative;
}
body .floating-box-design .bottom-sti-buton a.btn {
    height: 48px;
}
.page-template-tmp-cfd-brokers .overview-content.cfd-brokers .content-right .desk-up h1, .page-template-tmp-cfd-brokers .overview-content.cfd-brokers .content-right .desk-up .kop-als-h1 {
    margin-bottom: 0;
    line-height: 51px;
}
.page-template-tmp-cfd-brokers .overview-content.cfd-brokers .content-right .card-block-filter {
    padding-top: 20px;
}
@media (max-width: 1250px) {
  body .floating-box-design {
        width: 100%! important;
        max-width: 1198px;
        left: 0 !important;
        justify-content: right;
        display: flex;
        padding: 0 15px !important;
        margin: 0 auto;
    }
}
@media (max-width: 1250px) {
  body .floating-box-design {
        padding: 0 25px !important;
    }
}
@media (max-width: 1250px) {
  section.filter-fullsection .lefttitle-withtag {
        width: calc(100% - 200px);
    }
}
@media (max-width: 1250px) {
  section.filter-blksection div#my_cat .gallery-grid.gridview-div .col-sm-3 {
        width: 50%;
    }
}
@media (max-width: 991px) {
  section.filter-fullsection .lefttitle-withtag {
        width: calc(100% - 0px);
    }
}
@media (max-width: 991px) {
  section.filter-blksection div#my_cat .gallery-grid.gridview-div .col-sm-3 {
        width: 100%;
    }
}
@media (max-width: 767px) {
  body .floating-box-design .bottom-sti-buton a.btn {
        margin: 0 0px;
        width: auto !important;
    }
}
@media (max-width: 767px) {
  body .floating-box-design .bottom-sti-buton {
         
        padding-left: 0px;
    }
}
@media (max-width: 767px) {
  body .floating-box-design {
        padding: 10px 15px !important;
        background-color: #fff !important;
        bottom: 0 !important;
    }
}
@media (max-width: 767px) {
  body .floating-box-design .bottom-sti-buton a.btn.more-info-btn {
        min-width: inherit !important;
        border: none;
        box-shadow: none;
        padding: 0 !important;
        border-bottom: 1px solid;
        height: 20px !important;
        line-height: normal;
        display: inline-block;
        border-radius: 0;
        margin-right: 0;
        margin-left: auto !important;
        margin-top: 11px;
    }
}
@media (max-width: 767px) {
  body .floating-box-design .bottom-sti-buton a.btn.btn-green {
        min-width: inherit !important;
        width: calc(100% - 95px) !important;
    }
}
@media (max-width: 767px) {
  body .floating-box-design .bottom-sti-buton a.btn.more-info-btn:after {
        display: none;
    }
}
@media (max-width: 767px) {
  body .floating-box-design a.btn-green:after {
        right: 20px;
    }
}
@media (max-width: 767px) {
  .single.single-post.blog-details .floating-box-design a.btn.btn-green:after, .single.single-kennisbank .floating-box-design a.btn.btn-green:after {
        right: 30px;
    }
}
@media (max-width: 767px) {
  body .floating-box-design a.btn-green:after {
        display: none;
    }
}
@media (max-width: 767px) {
  body .floating-box-design a.btn-green {
        text-align: center;
    }
}
@media (max-width: 767px) {
  .single.single-brokers .floating-box-design .bottom-sti-buton a.btn.btn-green {
        width: calc(100% - 108px) !important;
    }
}
@media (max-width: 767px) {
  section.banner-btm-info.text-adver-sect .leftdummy-contbox {
        width: 100%;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
  section.banner-btm-info.text-adver-sect .leftdummy-contbox .info-box-text {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
  section.banner-btm-info.text-adver-sect .right-adv-div {
        max-width: inherit;
        border-radius: 0px;
        padding: 0;
        width: 100%;
        background-color: transparent;
    }
}
@media (max-width: 767px) {
  section.filter-blksection #my_cat .gridview-div .single-progress .item .btn-wrapper a.bekdetail-link {
        display: none;
    }
}
@media (max-width: 767px) {
  section.filter-blksection #my_cat .gridview-div .single-progress .item .btn-wrapper {
        bottom: 13px;
    }
}
@media (max-width: 767px) {
  section.filter-blksection #my_cat .gridview-div .single-progress .item .btn-wrapper {
        bottom: 13px;
    }
}
@media (max-width: 767px) {
  section.filter-blksection #my_cat .gridview-div .single-progress .item .btn-wrapper a.more-info, section.filter-blksection #my_cat .gridview-div .single-progress .item .btn-wrapper a.btn {
        text-align: center;
        width: 49%;
    }
}
@media (max-width: 767px) {
  section.filter-blksection #my_cat .gridview-div .single-progress .item .btn-wrapper a.btn {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (max-width: 767px) {
  section.filter-blksection #my_cat .gridview-div .single-progress .item .btn-wrapper a {
        margin-right: 10px;
    }
}
@media (max-width: 767px) {
  section.filter-blksection #my_cat .gridview-div .single-progress .item .btn-wrapper a.btn {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (max-width: 767px) {
  section.filter-blksection #my_cat .gridview-div .single-progress .item .link-wrapper {
        padding-right: 0;
    }
}
@media (max-width: 767px) {
  section.filter-blksection #my_cat .gridview-div .single-progress .item .btn-wrapper:before {
        top: -14px;
    }
}
@media (max-width: 767px) {
  section.filter-blksection #my_cat .gridview-div .single-progress .item .link-wrapper .card-block-right .lander-progressbar .progresses {
        right: 28px;
        margin-right: 0;
    }
}
@media (max-width: 767px) {
  section.filter-blksection #my_cat .gridview-div .single-progress .item .app-andr.rating {
        bottom: 186px;
        padding: 6px 10px;
        height: 25px;
        line-height: 25px;
    }
}
@media (max-width: 767px) {
  section.filter-blksection #my_cat .gridview-div .single-progress .item .lander-progressbar ul {
        margin-top: 7px;
    }
}
@media (max-width: 767px) {
  section.filter-blksection #my_cat .gridview-div .single-progress .item .single-block .ref-logo .star {
        font-size: 13px;
        text-align: right;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
  section.filter-blksection #my_cat .gridview-div .single-progress .item .content-feaueres-rating h3, section.filter-blksection #my_cat .gridview-div .single-progress .item .content-feaueres-rating .kop-als-h3 {
        display: block;
        font-size: 14px;
        line-height: 30px;
        padding-top: 3px !important;
    }
}
@media (max-width: 767px) {
  section.filter-blksection #my_cat .gridview-div .single-progress .item .link-wrapper .card-block-right .lander-progressbar ul li {
        margin-bottom: 2px;
    }
}
@media (max-width: 767px) {
  section.banner-btm-info.text-adver-sect .right-adv-div {
        display: none;
    }
}
@media (max-width: 767px) {
  section.banner-btm-info.text-adver-sect {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
  section.filter-fullsection .lefttitle-withtag .check_box_search_cat_tag span {
        margin-right: 5px;
        margin-bottom: 7px;
        font-size: 15px;
    }
}
@media (max-width: 767px) {
  section.filter-fullsection .lefttitle-withtag .check_box_search_cat_tag span.cat_tag_select.select_cat.color-white {
        margin-right: 5px;
        margin-bottom: 7px;
    }
}
@media (max-width: 767px) {
  section.filter-blksection div#my_cat .gallery-grid.gridview-div {
        padding-top: 0px;
    }
}
@media (max-width: 767px) {
  section.filter-fullsection {
        padding: 10px 0;
    }
}
@media (max-width: 767px) {
  section.banner-btm-info.text-adver-sect .leftdummy-contbox .info-box-text .rdmr-div a.read-more-btn {
        left: 0;
    }
}
@media (max-width: 767px) {
  section.filter-fullsection {
        padding-top: 20px;
    }
}
@media (max-width: 767px) {
  section.filter-fullsection .lefttitle-withtag .check_box_search_cat_tag .rdmr-div {
        display: block;
        padding-top: 5px;
    }
}
@media (max-width: 767px) {
  .page-template-onzereviews .banner-btm-info.text-adver-sect .leftdummy-contbox .info-box-text {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
  .tax-kennisbank_cat .banner-section.inner-banner {
        margin-bottom: 0px;
    }
}
@media (max-width: 767px) {
  .table-section-wrapper .table-wrapper .row-container .row>.logo img {
        max-height: 40px;
        max-width: 100px;
    }
}
@media (max-width: 767px) {
  body .floating-box-design .bottom-sti-buton a.btn {
        height: auto;
    }
}
@media (max-width: 767px) {
  .single-brokers .broker_single_main_content .banner-btm-info .info-box-text .info-box-inner {
        min-height: 200px;
    }
}
@media (max-width: 767px) {
  .page-template-onzereviews section.filter-blksection {
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
  .single.single-brokers .broker_single_wrap .broker_single_main_content .detial-table {
        margin-bottom: 60px !important;
    }
}
@media (max-width:550px) {
  .table-section-wrapper .table-wrapper .row-container .row>.logo {
        width: 100%;
        max-width: 100px;
        height: auto;
        padding-left: 0;
    }
}
@media (max-width:550px) {
  .table-section-wrapper .table-wrapper .row-container .row>.logo img {
        height: auto;
        max-height: initial !important;
    }
}
@media (max-width:550px) {
  .table-section-wrapper .table-wrapper .row-container .row div div.rating-wrapper p {
        font-size: 12px !important;
    }
}
@media (max-width:550px) {
  .table-section-wrapper .table-wrapper .row-container .row>.index p {
        font-size: 13px !important;
    }
}
@media (max-width:550px) {
  .table-section-wrapper .table-wrapper .row-container .row>.index {
        width: 12% !important;
    }
}
@media (max-width:550px) {
  .table-section-wrapper .table-wrapper .row-container .row>.rating {
        width: calc(100% - 170px) !important;
        float: right;
    }
}
@media (max-width:550px) {
  .table-section-wrapper .table-wrapper .row-container .row>.rating .rating-wrapper p {
        margin: 0 0 0 5px;
        vertical-align: top;
        line-height: 22px;
    }
}
@media (max-width:550px) {
  .table-section-wrapper .table-wrapper .row-container .row>.rating .field_type-star_rating_field ul li {
        margin: 0;
    }
}
@media (max-width:550px) {
  .table-section-wrapper .table-wrapper .row-container .row>.rating .rating-wrapper {
        justify-content: right;
        padding-right: 0;
    }
}
@media (max-width:550px) {
  .main-body .blog-social ul li.author-img {
        padding-right: 5px;
    }
}
@media (max-width:550px) {
  .main-body .blog-social ul li.author-img img {
        margin-right: 10px;
    }
}
@media (max-width:550px) {
  .main-body .blog-social ul li {
        margin: 0 3px;
    }
}
@media (max-width:550px) {
  .table-section-wrapper .table-wrapper .row-container .row>.logo img {
        max-height: 35px !important;
        height: auto;
        width: auto;
    }
}
@media (max-width:420px) {
  .table-section-wrapper .table-wrapper .row-container .row>.rating {
        width: 100% !important;
        margin-right: 5px;
        margin-left: auto;
        max-width: 129px;
    }
}
@media (max-width:420px) {
  .main-body .blog-social ul li.author-img img {
        width: 35px !important;
    }
}
@media (max-width:420px) {
  .main-body .blog-social ul li.author-img span {
        font-size: 15px;
    }
}
@media (max-width:420px) {
  .main-body .blog-social ul li.author-img {
        display: inline-block !important;
        vertical-align: middle;
        margin-bottom: 0 !important;
        margin-right: 5px !important;
    }
}
@media (max-width:340px) {
  .table-section-wrapper .table-wrapper .row-container .row>.logo {
        width: 100%;
        max-width: 70px;
    }
}
@media (max-width:340px) {
  .table-section-wrapper .table-wrapper .row-container .row>.logo img {
        max-width: 90px;
    }
}
.tax-nieuws_tag section.blog-listing-main .container, .page-nieuws section.blog-listing-main .container, .page-template-tmp-cfd-brokers section.overview-content-section .container, .page-template-tmp-blog-overview section.blog-listing-main .container, .page-template-tmp-text-wihout-sidebar .overview-content .container, .blog-overview-cat section.blog-listing-main .container {
    position: relative;
}
.tax-nieuws_tag section.blog-listing-main .blog_sticky_banner, .page-nieuws section.blog-listing-main .blog_sticky_banner, .page-template-tmp-cfd-brokers section.overview-content-section .blog_sticky_banner, .page-template-tmp-blog-overview section.blog-listing-main .blog_sticky_banner, .page-template-tmp-text-wihout-sidebar .overview-content .blog_sticky_banner, .blog-overview-cat section.blog-listing-main .blog_sticky_banner {
    position: absolute;
    top: 0;
    z-index: 10;
}
.tax-nieuws_tag section.blog-listing-main .right-onez-banner.blog_sticky_banner, .page-nieuws section.blog-listing-main .right-onez-banner.blog_sticky_banner, .page-template-tmp-cfd-brokers section.overview-content-section .right-onez-banner.blog_sticky_banner, .page-template-tmp-blog-overview section.blog-listing-main .right-onez-banner.blog_sticky_banner, .page-template-tmp-text-wihout-sidebar .overview-content .right-onez-banner.blog_sticky_banner, .blog-overview-cat section.blog-listing-main .right-onez-banner.blog_sticky_banner {
    right: -280px;
}
.tax-nieuws_tag section.blog-listing-main .left-onez-banner.blog_sticky_banner, .page-nieuws section.blog-listing-main .left-onez-banner.blog_sticky_banner, .page-template-tmp-cfd-brokers section.overview-content-section .left-onez-banner.blog_sticky_banner, .page-template-tmp-blog-overview section.blog-listing-main .left-onez-banner.blog_sticky_banner, .page-template-tmp-text-wihout-sidebar .overview-content .left-onez-banner.blog_sticky_banner, .blog-overview-cat section.blog-listing-main .left-onez-banner.blog_sticky_banner {
    left: -280px;
}
.page-template-tmp-library-main section.banner-section.inner-banner .container {
    position: relative;
}
.page-template-tmp-library-main section.banner-section.inner-banner .container .right-adv-div.library-right {
    position: absolute;
    left: 100%;
    top: 0;
    width: 360px;
    background: #f1f7fa;
    padding: 30px;
    border-radius: 10px;
}
.page-template-tmp-library-main section.banner-section.inner-banner .container .blog-slide {
    position: relative;
    padding-top: 19px;
}
.page-template-tmp-library-main section.banner-section.inner-banner .container .right-adv-div.library-right:before, .page-template-tmp-library-main section.banner-section.inner-banner .container .right-adv-div.library-right:after {
    content: "";
    height: 157px;
    width: 157px;
    content: "";
    background-image: url("../images/dotted-pattern.f1b509b373ee.png");
    background-size: 157px;
    position: absolute;
}
.page-template-tmp-library-main section.banner-section.inner-banner .container .right-adv-div.library-right:before {
    right: 0;
    content: "";
    top: 0;
}
.page-template-tmp-library-main section.banner-section.inner-banner .container .right-adv-div.library-right:after {
    content: "";
    left: 0;
    bottom: 0;
}
.page-template-tmp-library-main section.banner-section.inner-banner .container .blog-slide form#search-fromtxt {
    padding-top: 50px;
}
.page-template-tmp-library-main section.banner-section.inner-banner {
    padding-bottom: 63px;
}
.single-kennisbank .banner-btm-info .container {
    position: relative;
}
.single-kennisbank .banner-btm-info .container .left-sidebar.right-sidebar {
    position: absolute;
    right: 15px;
}
.single-kennisbank .banner-btm-info .container .left-sidebar {
    margin-left: -270px;
}
.single-kennisbank .banner-btm-info .container .info-box-text {
    padding-left: 40px;
}
.single-kennisbank .banner-btm-info .container .breadcrumbs-wrapper {
    position: relative;
    padding-left: 0;
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
}
.single-kennisbank .banner-btm-info .container .breadcrumbs-wrapper a.back-btn {
    display: inline-block;
}
.single-kennisbank .banner-btm-info .container .breadcrumbs-wrapper .breadcrumbs {
    display: inline-block;
    border: none;
    margin: 0;
    padding: 0;
}
.single-kennisbank .banner-btm-info .container .breadcrumbs-wrapper .breadcrumbs>:first-child, .single-kennisbank .banner-btm-info .container .breadcrumbs-wrapper .breadcrumbs>:first-child a {
    margin-left: 0;
}
.blog-listing-main .blog-listing .blog-block {
    margin-bottom: 0;
     
}
.blog-listing-main .blog-listing .blog-col:first-child .blog-block, .blog-listing-main .blog-listing .blog-col:nth-child(2) .blog-block, .blog-listing-main .blog-listing .blog-col:nth-child(3) .blog-block {
    margin-top: 0;
}
.single-kennisbank .banner-btm-info .container .info-box-text .text-page-wrapper p:last-child {
    margin-bottom: 0;
}
.single-kennisbank .banner-btm-info .container, .single-kennisbank .banner-section .container {
    padding-left: 70px;
    padding-right: 70px;
}
@media (min-width:1650px) {
  .single-kennisbank .banner-btm-info .container .left-sidebar {
        position: absolute;
        left: -230px;
        margin-left: 0;
    }
}
@media (min-width:1650px) {
  .single-kennisbank .banner-btm-info .container .left-sidebar.right-sidebar {
        left: inherit;
        right: -230px;
    }
}
@media (min-width:1650px) {
  .single-kennisbank .banner-btm-info .container .info-box-text {
        width: 100%;
        padding-left: 0;
    }
}
@media (max-width:1649px) {
  .page-template-tmp-compare-all .blog_sticky_banner, .page-template-tmp-cfd-brokers section.overview-content-section .blog_sticky_banner, .page-template-tmp-blog-overview section.blog-listing-main .blog_sticky_banner, .page-template-tmp-text-wihout-sidebar .overview-content .blog_sticky_banner, .blog-overview-cat section.blog-listing-main .blog_sticky_banner {
        display: none !important;
    }
}
@media (max-width:1649px) {
  .single-kennisbank .banner-btm-info .container .left-sidebar {
        margin-left: 0;
    }
}
@media (max-width:1649px) {
  .single-kennisbank .banner-btm-info .container .left-sidebar.right-sidebar {
        display: block;
    }
}
@media (max-width:1649px) {
  .single-kennisbank .banner-btm-info .container .left-sidebar {
        display: none;
    }
}
@media (max-width:1649px) {
  .single-kennisbank .banner-btm-info .container .info-box-text {
        padding-right: 40px;
        padding-left: 0px;
    }
}
@media (max-width:1649px) {
  .single-kennisbank .banner-btm-info .container, .single-kennisbank .banner-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width:1600px) {
  .page-template-tmp-library-main section.banner-section.inner-banner .container .blog-slide {
        max-width: 700px;
    }
}
@media (max-width:1600px) {
  .page-template-tmp-library-main section.banner-section.inner-banner .container .blog-slide h1, .page-template-tmp-library-main section.banner-section.inner-banner .container .blog-slide .kop-als-h1 {
        font-size: 42px;
    }
}
@media (max-width:1500px) {
  .page-template-tmp-library-main section.banner-section.inner-banner .container .blog-slide {
        margin-right: 300px;
    }
}
@media (max-width:1500px) {
  .page-template-tmp-library-main section.banner-section.inner-banner .container .right-adv-div.library-right {
        left: 105%;
    }
}
@media (max-width:1280px) {
  .page-template-tmp-library-main section.banner-section.inner-banner .container .right-adv-div.library-right {
        width: 330px;
        padding: 20px;
    }
}
@media (max-width:1140px) {
  .page-template-tmp-library-main section.banner-section.inner-banner .container .blog-slide {
        margin: 0px;
        max-width: 100%;
        padding-right: 380px;
    }
}
@media (max-width:1140px) {
  .page-template-tmp-library-main section.banner-section.inner-banner .container {
        max-width: 100%;
    }
}
@media (max-width:1140px) {
  .page-template-tmp-library-main section.banner-section.inner-banner .container .blog-slide h1, .page-template-tmp-library-main section.banner-section.inner-banner .container .blog-slide .kop-als-h1 {
        text-align: left;
    }
}
@media (max-width:1140px) {
  .page-template-tmp-library-main section.banner-section.inner-banner .container .right-adv-div.library-right {
        left: inherit;
        right: 0;
    }
}
@media (max-width:1080px) {
  .page-template-tmp-library-main section.banner-section.inner-banner .container .right-adv-div.library-right {
        display: none;
    }
}
@media (max-width:1080px) {
  .page-template-tmp-library-main section.banner-section.inner-banner .container .blog-slide {
        padding-right: 0px;
    }
}
@media (max-width:1080px) {
  .page-template-tmp-library-main section.banner-section.inner-banner .container .blog-slide h1, .page-template-tmp-library-main section.banner-section.inner-banner .container .blog-slide .kop-als-h1 {
        text-align: center;
        font-size: 40px;
    }
}
@media (max-width:1080px) {
  .page-template-tmp-library-main section.banner-section.inner-banner .container .blog-slide form#search-fromtxt {
        padding-top: 0;
    }
}
@media (max-width:1080px) {
  .page-template-tmp-library-main section.banner-section.inner-banner {
        padding-bottom: 36px;
    }
}
@media (max-width:1023px) {
  .single-kennisbank .banner-btm-info .container .info-box-text {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width:1023px) {
  .single-kennisbank .banner-btm-info .container .info-box-text .breadcrumbs-wrapper {
         
    }
}
@media (max-width:1023px) {
  .single-kennisbank .banner-btm-info .container .left-sidebar.right-sidebar {
        display: none;
    }
}
@media (max-width:991px) {
  .single-kennisbank .banner-btm-info .container .left-sidebar {
        padding-bottom: 0px;
    }
}
@media (max-width:991px) {
  .blog-listing-main .blog-listing .blog-col:nth-child(3) .blog-block {
        margin-top: 30px;
    }
}
@media (max-width:991px) {
  .page-template-tmp-cfd-brokers .overview-content.cfd-brokers .content-right .desk-up h1, .page-template-tmp-cfd-brokers .overview-content.cfd-brokers .content-right .desk-up .kop-als-h1 {
        margin-bottom: 0;
        line-height: 38px;
    }
}
@media (max-width:767px) {
  .page-template-tmp-library-main section.banner-section.inner-banner .container .blog-slide form#search-fromtxt {
        padding-top: 15px;
    }
}
@media (max-width:767px) {
  .page-template-tmp-library-main section.banner-section.inner-banner .container .blog-slide h1, .page-template-tmp-library-main section.banner-section.inner-banner .container .blog-slide .kop-als-h1 {
        font-size: 36px;
        line-height: 40px;
    }
}
@media (max-width:767px) {
  .single-kennisbank .banner-btm-info .container .breadcrumbs-wrapper a.back-btn {
        display: none;
    }
}
@media (max-width:767px) {
  .single-kennisbank .banner-btm-info .container .breadcrumbs-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (max-width:767px) {
  .single-kennisbank .banner-btm-info .container .info-box-text {
        padding-right: 0;
    }
}
@media (max-width:767px) {
  .page-template-tmp-cfd-brokers .overview-content.cfd-brokers .content-right .desk-up h1 strong:after, .page-template-tmp-cfd-brokers .overview-content.cfd-brokers .content-right .desk-up .kop-als-h1 strong:after {
        display: none;
    }
}
@media (max-width:767px) {
  .page-template-tmp-cfd-brokers .overview-content.cfd-brokers .content-right .desk-up h1, .page-template-tmp-cfd-brokers .overview-content.cfd-brokers .content-right .desk-up .kop-als-h1 {
        margin-bottom: 17px;
        line-height: 34px;
        font-size: 26px;
    }
}
@media (max-width:767px) {
  .page-template-tmp-cfd-brokers .overview-content.cfd-brokers .content-right .desk-up {
        display: none !important;
    }
}
@media (max-width:767px) {
  section.filter-blksection #my_cat .gridview-div .single-progress .item .app-andr.rating {
        top: 103px;
        bottom: inherit;
    }
}
@media (max-width:600px) {
  .blog-listing-main .blog-listing .blog-col:nth-child(2) .blog-block {
        margin-top: 30px;
    }
}
h1, .kop-als-h1, .desk-up h1, .desk-up .kop-als-h1 {
    font-size: 35px;
}
.tax-kennisbank_cat .overview-content-section.library-page-section .overview-content-wrape .content-right {
    margin-top: 10px;
}
.overview-content.cfd-brokers {
    padding-top: 20px;
}
.overview-content.cfd-brokers .overview-content-wrape .content-right .desk-up {
    padding-top: 10px;
}
.overview-content.cfd-brokers .overview-content-wrape .content-right .card-block-filter .right-filter .filter-sorting span.label {
    color: rgba(5, 56, 95, 0.70);
}
.banner-btm-info.text-adver-sect .leftdummy-contbox .info-box-text .info-box-inner h2, .banner-btm-info.text-adver-sect .leftdummy-contbox .info-box-text .info-box-inner .kop-als-h2 {
    font-weight: 400;
}
.banner-btm-info.text-adver-sect .leftdummy-contbox .info-box-text .info-box-inner h2 strong:after, .banner-btm-info.text-adver-sect .leftdummy-contbox .info-box-text .info-box-inner .kop-als-h2 strong:after {
    display: none;
}
.page-template-tmp-blog-overview .filter-top .left-colum .rdmr-div, body.blog-overview-cat .filter-top .left-colum .rdmr-div {
    display: none;
}
.banner-btm-info.text-adver-sect .leftdummy-contbox .info-box-text .rdmr-div a {
    font-weight: 400 !important;
}
.full_resp .filter-blksection .cst_tes .gallery-grid.gridview-div .single-progress .btn-wrapper a {
    font-size: 13px;
    border-width: 1px !important;
}
.full_resp .filter-blksection .cst_tes .gallery-grid.gridview-div .single-progress .btn-wrapper a.bekdetail-link {
    -webkit-text-decoration: 1px underline;
    text-decoration: 1px underline;
}
section.filter-blksection #my_cat .gridview-div .single-progress .item .btn-wrapper a.bekdetail-link {
    margin-right: 0;
    margin-left: auto;
}
section.filter-blksection #my_cat .gridview-div .single-progress .item .btn-wrapper a.more-info, section.filter-blksection #my_cat .gridview-div .single-progress .item .btn-wrapper a.btn.btn-green {
    margin-right: 13px;
}
.single.single-kennisbank .banner-section.inner-banner .banner-content {
    width: 100%;
    flex: 1;
}
.banner-section.inner-banner .banner-content h1 span:after, .banner-section.inner-banner .banner-content .kop-als-h1 span:after {
    display: none;
}
@media (min-width:840px) {
  .banner-section.inner-banner {
        padding: 20px 0;
    }
}
@media (max-width:991px) {
  h1, .kop-als-h1, .desk-up h1, .desk-up .kop-als-h1 {
        font-size: 32px !important;
        line-height: 38px !important;
    }
}
@media (max-width:767px) {
  h1, .kop-als-h1, .desk-up h1, .desk-up .kop-als-h1 {
        font-size: 28px !important;
        line-height: 33px !important;
    }
}
@media (max-width:767px) {
  .single-kennisbank .point-carousel-section .single-block .content-block h4 a, .single-kennisbank .point-carousel-section .single-block .content-block .kop-als-h4 a {
        font-size: 20px;
        display: block;
    }
}
@media (max-width:767px) {
  .page-template-tmp-blog-overview .filter-top .left-colum ul.tag-listing li, body.blog-overview-cat .filter-top .left-colum ul.tag-listing li {
        margin-bottom: 10px;
    }
}
@media (max-width:767px) {
  .page-template-tmp-blog-overview .filter-top .left-colum .rdmr-div, body.blog-overview-cat .filter-top .left-colum .rdmr-div {
        text-align: center;
        display: block;
    }
}
@media (max-width:767px) {
  .page-template-onzereviews .banner-btm-info.text-adver-sect {
        display: none;
    }
}
@media (max-width:767px) {
  section.overview-content-section .overview-content.cfd-brokers {
        padding-top: 0;
    }
}
@media (max-width:640px) {
  .page-template-tmp-blog-overview .filter-top .left-colum ul.tag-listing, body.blog-overview-cat .filter-top .left-colum ul.tag-listing {
        height: 78px;
        overflow: hidden;
    }
}
.blog-social ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.blog-details img, .blog-details .elementor img, .single-kennisbank img, .single-kennisbank .elementor img {
    border-radius: 10px;
}
.d-flex {
    display: flex;
    flex-wrap: nowrap;
}
.align-center {
    align-items: center;
}
.banner-right-box .banner-right-top {
    padding: 31px 40px 29px 40px;
}
.banner-right-box>div>p {
    margin-bottom: 15px;
}
.banner-right-top-subtitle {
    display: block;
    font-family: var(--ubuntu);
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 21px;
    color: #516373;
}
.home-banner .banner-right-box .link-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 20px;
}
.sb-slidebar .btn.compare-broker-btn, .home-banner .banner-right-box .link-wrapper .btn {
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-position: left 26px center;
    background-repeat: no-repeat;
    border: 1px solid;
}
.sb-slidebar .btn.compare-broker-btn, .home-banner .banner-right-box .link-wrapper .btn.compare-broker-btn {
    background-color: #80ba27;
    border-color: #80ba27;
}
.sb-slidebar .btn.compare-broker-btn:hover, .home-banner .banner-right-box .link-wrapper .btn.compare-broker-btn:hover {
    background-color: #6e9e24;
    border-color: #6e9e24;
}
.sb-slidebar .btn.compare-broker-btn::after, .home-banner .banner-right-box .link-wrapper .btn::after {
    content: "";
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background-image: url("../images/arrow-right-blue.41910a87fb5b.svg");
}
.sb-slidebar .btn.compare-broker-btn::before, .home-banner .banner-right-box .link-wrapper .btn::before {
    content: "";
    position: absolute;
    left: 26px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-repeat: no-repeat;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
}
.sb-slidebar .btn.compare-broker-btn::after, .home-banner .banner-right-box .link-wrapper .compare-broker-btn::after, .home-banner .banner-right-box .link-wrapper .btn:hover::after {
    background-image: url("../images/arrow-right-broker.8b8f678d4cda.svg");
}
.home-banner .link-wrapper .less-broker-btn, .home-banner .link-wrapper .read-invest-btn {
    background-color: #FFFFFF;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
}
.sb-slidebar .btn.compare-broker-btn::before, .home-banner .banner-right-box .link-wrapper .compare-broker-btn::before {
    background-image: url("../images/broker-chart-icon.863cfe669377.svg");
    background-size: 20px auto;
    width: 20px;
    height: 20px
}
.home-banner .link-wrapper .less-broker-btn {
    color: #0B7EC2!important;
    border-color: #0B7EC2;
}
.home-banner .link-wrapper .less-broker-btn::before {
    background-image: url("../images/man_star_icon.daaa4b494ce2.svg");
    background-size: 24px auto;
    width: 24px;
    height: 24px;
}
.home-banner .link-wrapper .less-broker-btn:hover {
    color: #FFFFFF!important;
    background-color: #0B7EC2;
}
.home-banner .link-wrapper .read-invest-btn {
    color: #1DA1F2!important;
    border-color: #1DA1F2;
}
.home-banner .link-wrapper .read-invest-btn::before {
    background-image: url("../images/search-icon-read.251a1632424e.svg");
    background-size: 21px auto;
    width: 21px;
    height: 21px;
}
.home-banner .link-wrapper .read-invest-btn:hover {
    color: #FFFFFF!important;
    background-color: #1DA1F2;
}
.home-banner .banner-right-box .link-wrapper .btn:not(.compare-broker-btn):hover::before {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.feedback-wrapper {
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 58px;
    max-width: max-content;
    box-shadow: 0px 14px 23px -15px rgba(0, 0, 0, 0.05);
    min-height: 76px;
    min-width: 312px;
}
.banner-section .banner-left-box .feedback-wrapper>p {
    color: #414e5c;
    margin-bottom: 5px;
    font-family: var(--ubuntu);
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.feedback-wrapper .rating {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    min-width: auto;
    min-height: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.banner-section .banner-left-box .feedback-wrap-inner p {
    margin-bottom: 0;
    color: #414e5c;
    margin-right: 5px;
    font-family: var(--ubuntu);
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}
.feedback-wrapper .rating-wrapper {
    margin-right: 30px;
}
.feedback-wrapper .field_type-star_rating_field ul.star-rating li {
    margin-bottom: 0;
}
.feedback-wrapper .field_type-star_rating_field ul.star-rating li i {
    font-size: 20px;
    color: #FAC917;
}
.feedback-wrapper .view {
    margin-right: 12px;
}
.feedback-wrapper .view span {
    color: rgba(65, 78, 92, 0.5);
    font-family: Ubuntu;
    font-size: 10px;
    font-weight: 500;
    line-height: 11px;
}
.feedback-wrapper .view img {
    width: 13px;
    height: 11px;
    margin-right: 5px;
}
.feedback-company-logo img {
    width: 60px;
}
@media only screen and (max-width: 1200px) {
  .feedback-wrapper {
        margin-top: 0;
    }
}
@media only screen and (max-width: 991px) {
  .feedback-wrapper {
        margin-top: 59px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
  .feedback-wrapper {
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
  .home .feedback-wrapper .rating {
        display: flex;
    }
}
@media only screen and (max-width: 767px) {
  .banner-right-box .banner-right-top:before {
        bottom: -10px;
    }
}
ul:not(.sorting-options, .search-details, .acc_lists, .footer-social-links, .tag-listing) li:not(.menu-item, .team-mail-link, .team-tel-link, .team-li-link) span:not(.icon)>a:not(.drp-cat, .sort, .btn, .compare-btn), ol:not(.sorting-options, .search-details, .acc_lists, .footer-social-links, .tag-listing) li:not(.menu-item, .team-mail-link, .team-tel-link, .team-li-link) span:not(.icon)>a:not(.drp-cat, .sort, .btn, .compare-btn), ul:not(.sorting-options, .search-details, .acc_lists, .footer-social-links, .tag-listing) li:not(.menu-item, .team-mail-link, .team-tel-link, .team-li-link)>a:not(.drp-cat, .sort, .btn, .compare-btn, .ab-item, :has(>img)), ol:not(.sorting-options, .search-details, .acc_lists, .footer-social-links, .tag-listing) li:not(.menu-item, .team-mail-link, .team-tel-link, .team-li-link)>a:not(.drp-cat, .sort, .btn, .compare-btn, .ab-item, :has(>img)), * p:not(.contact-link) a:not(.btn, .compare-btn) {
    display: inline;
    background-image: linear-gradient( to bottom, #1DA1F2, #1DA1F2);
    background-repeat: no-repeat;
    background-position: top 19px center;
    background-size: 100% 2px;
    text-decoration: none;
    transition: 0.3s all ease;
    padding-bottom: 2px;
}
ul:not(.sorting-options, .search-details, .acc_lists, .footer-social-links, .tag-listing) li:not(.menu-item, .team-mail-link, .team-tel-link, .team-li-link) span:not(.icon)>a:not(.drp-cat, .sort, .btn, .compare-btn):hover, ol:not(.sorting-options, .search-details, .acc_lists, .footer-social-links, .tag-listing) li:not(.menu-item, .team-mail-link, .team-tel-link, .team-li-link) span:not(.icon)>a:not(.drp-cat, .sort, .btn, .compare-btn):hover, ul:not(.sorting-options, .search-details, .acc_lists, .footer-social-links, .tag-listing) li:not(.menu-item, .team-mail-link, .team-tel-link, .team-li-link)>a:not(.drp-cat, .sort, .btn, .compare-btn, .ab-item, :has(>img)):hover, ol:not(.sorting-options, .search-details, .acc_lists, .footer-social-links, .tag-listing) li:not(.menu-item, .team-mail-link, .team-tel-link, .team-li-link)>a:not(.drp-cat, .sort, .btn, .compare-btn, .ab-item, :has(>img)):hover, * p:not(.contact-link) a:not(.btn, .compare-btn):hover {
    color: white!important;
    background-size: 100% 100%;
    background-position: left bottom;
}
.features_wrapper ul li a:hover {
    color: inherit!important;
}
.back-btn-con {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.back-btn-con .back-btn-block {
    margin: 0 0 0 auto;
}
.back-btn-con .back-btn:focus, .back-btn-con .back-btn, .back-btn-con .back-btn:hover {
    background-color: transparent;
    border-color: transparent;
    color: #ffffff!important;
    padding: 0;
}
.back-btn-con .back-btn:focus:before, .back-btn-con .back-btn:hover:before, .back-btn-con .back-btn:before {
    background-image: url("../images/left-arrow-white.1144cf9f6ae2.svg");
}
.back-btn-con .banner-box-detail h1, .back-btn-con .banner-box-detail .kop-als-h1, .back-btn-con .banner-box-detail p {
    display: inline;
}
@media only screen and (max-width: 991px) {
  .back-btn-con .back-btn-block {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
  .blog-listing-main .blog-listing .blog-block {
        margin-top: 0;
    }
}
@media only screen and (max-width: 991px) {
  .blog-listing-main .blog-listing {
        gap: 30px 0;
    }
}
@media only screen and (max-width: 767px) {
  .single-kennisbank .back-btn-con, .tax-kennisbank_cat .back-btn-con {
        flex-direction: column;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1149px) {
  .page-template-onzereviews .banner-section.inner-banner, .single-kennisbank .banner-section.inner-banner {
        margin-top: 26px;
    }
}
@media only screen and (min-width: 768px) {
  .single-brokers .broker_single_main_content {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 991px) {
  @keyframes buttonLeftToRight {
        0% {}
        100% {
            transform: translateX(0);
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
        }
    }
}
.blog-details img, .single-nieuws img, .blog-details .elementor img, .single-kennisbank img, .single-kennisbank .elementor img {
    border-radius: 10px;
}
.blog-block .date-n-author .author i {
    margin-right: 7px;
}
.broker_single_wrap {
    position: relative;
}
.floating-box-design .btn-arrow.more-info-btn {
    background-color: #fff;
    -webkit-box-shadow: 0 9px 9px 0px rgba(11, 126, 194, 0.11);
    box-shadow: 0 9px 9px 0px rgba(11, 126, 194, 0.11);
}
.floating-box-design .btn-arrow.more-info-btn:hover {
    background-color: #0b7ec1;
}
.point-carousel-wrapper .point-carousel .single-block .link-wrapper {
    position: relative;
    z-index: 1;
}
.single-post .blog-social {
    padding: 35px 0 15px;
}
.single-post .overview-content {
    overflow: unset;
}
.single-post .blog_sticky_banner {
    position: absolute;
    top: 0;
    z-index: 10;
}
.single-post .left-blog-banner {
    left: -15px;
}
.single-post .right-blog-banner {
    right: -15px;
}
.info-icon-boxs {
    cursor: pointer;
}
@media only screen and (max-width:1649px) {
  .single-post .blog-social {
        padding: 30px 0 15px;
    }
}
@media only screen and (max-width:1649px) {
  .single-post .blog-social h1, .single-post .blog-social .kop-als-h1 {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width:1649px) {
  .single-post .right-blog-banner {
        display: none;
    }
}
@media only screen and (max-width:1649px) {
  .single-post .left-blog-banner {
        left: 15px;
    }
}
@media only screen and (max-width:1500px) {
  .single-brokers .point-carousel-wrapper .point-carousel .single-block .rating {}
}
@media only screen and (max-width:1500px) {
  .single-brokers .point-carousel-wrapper .point-carousel .single-block .btn-wrapper .more-info, .single-brokers .point-carousel-wrapper .point-carousel .single-block .btn-wrapper .btn-green {
        font-size: 13px;
        line-height: 1;
        padding: 10px;
        word-break: break-all;
    }
}
@media only screen and (max-width:1500px) {
  .point-carousel-wrapper .point-carousel .single-block .btn-wrapper .more-info {
        margin-left: 10px;
    }
}
@media only screen and (max-width:1200px) {
  .broker_single_main_content {
        padding: 0px;
    }
}
@media only screen and (max-width:1200px) {
  .single-post .left-blog-banner {
        display: none;
    }
}
@media only screen and (max-width:767px) {
  .single-post .blog-social {
        padding: 30px 0 10px;
    }
}
.white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap .broker_item:first-child, .white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap .broker_item:nth-child(2), child, .white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap .broker_item:nth-child(4) {
    margin-top: 0;
}
.footer-logos {
    padding-bottom: 40px;
}
.footer-logos {
    padding-bottom: 40px;
}
.footer-block.footer-contct-info .footer-text p.contact-link a:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url("../images/mail-icon.95dba445a4f5.png");
    background-size: 15px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    top: 3px;
}
.footer-block.footer-contct-info .footer-text p.contact-link span:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    background-image: url("../images/telephone-icon.02ada08a8a3a.png");
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    top: 2px;
}
.footer-block.footer-contct-info .footer-text p.contact-link a {
    position: relative;
    padding-left: 22px;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 7px;
}
.footer-block.footer-contct-info .footer-text p.contact-link span {
    padding-left: 22px;
    position: relative;
    line-height: 20px;
}
.footer-block.company-block {
    width: 11%;
}
.footer-block.footer-contct-info {
    width: 23%;
}
.footer-contct-info .contact-link {
    padding-top: 6px;
}
.footer-bottom .terms ul li {
    padding-left: 92px;
}
footer .footer-block.footer-logo-block {
    width: 26%;
}
footer .footer-block.abn-block {
    width: 21%;
}
.banner-detial-text .banner-box-detail h1+p, .banner-detial-text .banner-box-detail .kop-als-h1+p {
    display: inline;
}
c .rating {
    height: auto;
}
.wc_text_ad_left .wc_text_sec h2, .wc_text_ad_left .wc_text_sec .kop-als-h2, .cfd_article_sec.library_themes .themes_wrapper h2, .cfd_article_sec.library_themes .themes_wrapper .kop-als-h2, .table-section-wrapper h2, .table-section-wrapper .kop-als-h2, .blog-detail-carosial.blog3-section-box h2, .blog-detail-carosial.blog3-section-box .kop-als-h2 {
    font-weight: 400;
}
@media (max-width:1649px) {
  .white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap .broker_item:first-child, .white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap .broker_item:nth-child(2), child, .white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap .broker_item:nth-child(4), .white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap .broker_item {
        margin-top: 0px;
        margin-bottom: 30px;
    }
}
@media (max-width:1340px) {
  footer {
        padding: 26px 50px 33px 50px !important;
    }
}
@media (max-width:1280px) {
  .footer-bottom .terms ul li {
        padding-left: 50px;
    }
}
@media (max-width:1200px) {
  footer.site-footer .footer-top .footers-links-part .footer-block {
        width: 25%;
    }
}
@media (max-width:1200px) {
  footer.site-footer .footer-top .footers-links-part .footer-block.company-block {
        width: 20%;
    }
}
@media (max-width:1200px) {
  footer.site-footer .footer-top .footers-links-part .footer-block.footer-contct-info {
        width: 30%;
    }
}
@media (max-width:1200px) {
  footer.site-footer .footer-top .footers-links-part .footer-block.footer-logo-block {
        width: 100%;
        max-width: 470px;
        margin: 0 auto;
        float: left;
        display: block;
        flex-wrap: wrap;
        padding-top: 30px;
    }
}
@media (max-width:1200px) {
  footer.site-footer .footer-top .footers-links-part {
        display: flex;
        flex-wrap: wrap;
    }
}
@media (max-width:1140px) {
  footer {
        padding: 26px 0px 33px 0px !important;
    }
}
@media (max-width:1140px) {
  footer.site-footer .footer-bottom .footer-block.terms {
        width: auto;
    }
}
@media (max-width:991px) {
  footer.site-footer .footer-top .footers-links-part .footer-block, footer.site-footer .footer-top .footers-links-part .footer-block.company-block, footer.site-footer .footer-top .footers-links-part .footer-block.footer-contct-info {
        width: 50%;
    }
}
@media (max-width:767px) {
  footer.site-footer .footer-top .footers-links-part .footer-block.footer-contct-info {
        width: 100%;
    }
}
@media (max-width:767px) {
  footer.site-footer .footer-top .footers-links-part .footer-block.abn-block {
        width: 100%;
    }
}
@media (max-width:767px) {
  footer.site-footer .footer-top .footers-links-part .footer-block {
        width: 65%;
    }
}
@media (max-width:767px) {
  footer.site-footer .footer-top .footers-links-part .footer-block.company-block {
        width: 35%;
    }
}
@media (max-width:767px) {
  footer.site-footer .footer-top .footers-links-part .footer-block.footer-logo-block {
        order: 1;
    }
}
@media (max-width:767px) {
  footer.site-footer .footer-top .footers-links-part .footer-block {
        order: 2;
    }
}
@media (max-width:767px) {
  .footer-logos {
        padding-bottom: 0;
    }
}
@media (max-width:767px) {
  .footer-bottom .terms ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
}
@media (max-width:767px) {
  .footer-bottom .terms ul li {
        width: 50%;
        text-align: left;
        padding: 0 0 0 0 !important;
    }
}
@media (max-width:767px) {
  .white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap .broker_item:first-child, .white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap .broker_item:nth-child(2), child, .white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap .broker_item:nth-child(4), .white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap .broker_item {
        width: 100%;
    }
}
@media (max-width:767px) {
  footer.site-footer .footer-bottom .footer-block.terms {
        width: 100%;
    }
}
nav#menu ul.menu li ul.sub-menu {
    z-index: 99;
}
.blog-listing-main .blog-listing .blog-col:nth-of-type(1) .blog-block, .blog-listing-main .blog-listing .blog-col:nth-of-type(2) .blog-block, .blog-listing-main .blog-listing .blog-col:nth-of-type(3) .blog-block, .blog-listing-main .blog-listing .blog-col:nth-of-type(4) .blog-block {
    margin-top: 0px;
}
.page-template-tmp-library-main .main-body {
    padding-top: 40px;
}
@media (max-width:991px) {
  .blog-listing-main .blog-listing .blog-col:nth-of-type(3) .blog-block {
         
    }
}
@media (max-width:991px) {
  .page-template-tmp-library-main .main-body {
        padding-top: 20px;
    }
}
@media (max-width:600px) {
  .blog-listing-main .blog-listing .blog-col:nth-of-type(1) .blog-block, .blog-listing-main .blog-listing .blog-col:nth-of-type(2) .blog-block {
        margin-top: 30px;
    }
}
body {
    padding-top: 100px;
}
.header {
    position: fixed;
    top: 0px !important;
    left: 0;
    right: 0;
    transition: none !important;
}
@media (max-width: 1150px) {
  body {
        padding-top: 72px;
    }
}
@media (max-width:1023px) {
  body {
        padding-top: 72px;
    }
}
@media (max-width:1023px) {
  .header {
        position: fixed;
        top: 0 !important;
    }
}
@media only screen and (min-width: 768px) {
  .card-block-main .card-block-right .content-feaueres-rating .feaueres-list>h3, .card-block-main .card-block-right .content-feaueres-rating .feaueres-list>.kop-als-h3, .card-block-main .card-block-right .content-feaueres-rating .ratings-list>h3, .card-block-main .card-block-right .content-feaueres-rating .ratings-list>.kop-als-h3 {
        display: none;
    }
}
@media (min-width: 1400px) {
  .minjo-details {
        padding: 56px 0 190px 0;
    }
}
@media (min-width: 1510px) {
  .floating-box-design {
        padding: 40px 8% 40px 8% !important;
    }
}
@media (min-width: 1650px) {
  .elementor-section-wrap .review-main-content>.elementor-container.elementor-column-gap-default, .banner-section2.inner-banner>.container {
        max-width: 1470px !important;
    }
}
@media (min-width: 1690px) {
  .floating-box-design {
        padding: 40px 10% 40px 10% !important;
    }
}
@media only screen and (min-width: 768px) {
  .card-block-main .card-block-right .content-feaueres-rating .feaueres-list>h3, .card-block-main .card-block-right .content-feaueres-rating .feaueres-list>.kop-als-h3, .card-block-main .card-block-right .content-feaueres-rating .ratings-list>h3, .card-block-main .card-block-right .content-feaueres-rating .ratings-list>.kop-als-h3 {
        display: none;
    }
}
@media only screen and (max-width: 3000px) {
  .why-work-with-wrapper .left-box {
        padding-left: 0;
    }
}
@media only screen and (max-width: 3000px) {
  .why-work-with-wrapper .left-box>div {
        margin-left: -20px
    }
}
@media only screen and (min-width: 1920px) and (max-width: 5000px) {
  .section-bg-shape:before, .section-bg-shape:after {
        background-size: 100%;
    }
}
@media only screen and (min-width: 1920px) and (max-width: 5000px) {
  .floating-box-design {
        width: 345px;
         
        height: auto;
        background-image: url("../images/frame.249e9aee3def.svg");
        background-size: contain;
        background-repeat: no-repeat;
        border: none;
        box-shadow: none;
        background-color: transparent;
        background-position: center;
         
         
         
        padding: 38px 34px !important;
        right: 12px;
        bottom: 31px;
    }
}
@media only screen and (min-width: 1920px) and (max-width: 5000px) {
  .single-kennisbank .floating-box-design {
        background: none;
    }
}
@media only screen and (min-width: 1920px) and (max-width: 5000px) {
  .floating-box-design .btn-green {
        display: inline-block;
        width: 76%;
         
        margin: 15px 0 0;
    }
}
@media only screen and (min-width: 1920px) and (max-width: 5000px) {
  .floating-box-design p {
        padding: 0px;
        word-break: break-word;
        font-size: 16px;
        min-height: 0px;
         
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1920px) and (max-width: 5000px) {
  .floating-box-design ul li {
        line-height: 24px;
        padding-bottom: 10px;
        padding-right: 10px;
    }
}
@media only screen and (min-width: 1920px) and (max-width: 5000px) {
  .floating-box-design ul li::before {
        top: 0;
        background-size: 17px;
    }
}
@media only screen and (min-width: 1920px) and (max-width: 5000px) {
  .floating-box-design ul {
        max-height: 185px;
         
        margin: 0 0 10px;
         
        height: auto;
    }
}
@media only screen and (min-width: 1920px) and (max-width: 5000px) {
  .point-carousel-wrapper .point-carousel .single-block .link-wrapper ul {
        padding-right: 70px;
    }
}
@media only screen and (min-width: 1024px) {
  .detial-table .box-row .box-col .icons.title_with_text span, .detial-table .box-row .box-col.full_width_last_div .icons.title_with_text span {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1919px) {
  .floating-box-design {
        display: table;
        width: 100%;
        right: 0;
        left: 0;
        border: none;
        bottom: 0px;
        border-radius: 0;
         
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1919px) {
  .floating-box-design .mCustomScrollbar._mCS_1, .floating-box-design p {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1919px) {
  .floating-box-design p {
        display: table-cell;
        vertical-align: middle;
        padding-right: 10px;
        width: 24%;
        font-size: 18px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1919px) {
  .floating-box-design ul {
        display: table-cell;
        vertical-align: middle;
        width: 53%;
        padding-left: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1919px) {
  .floating-box-design ul li {
        width: 50%;
        display: inline-block;
        float: left;
        font-weight: normal;
        font-size: 13px;
        margin-bottom: 6px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1919px) {
  .floating-box-design .btn-green {
        white-space: nowrap;
        position: fixed;
        bottom: 26px;
        right: 95px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1919px) {
  .point-carousel-wrapper .point-carousel .single-block .link-wrapper ul {
        padding-right: 70px;
    }
}
@media only screen and (max-width: 1350px) {
  .header .container {
        max-width: none;
        padding: 0 15px;
    }
}
@media only screen and (max-width: 1350px) {
  #menu ul li {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 1350px) {
  .floating-box-design {
        padding: 40px 2% 40px 2%;
    }
}
@media only screen and (max-width: 1350px) {
  .floating-box-design ul {
        width: 57%;
    }
}
@media only screen and (max-width: 1240px) {
  .banner-right-box .banner-right-top {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 1240px) {
  .info-tooltip {
        right: -20px;
    }
}
@media only screen and (max-width: 1240px) {
  .info-tooltip:before {
        right: 22px;
    }
}
@media only screen and (max-width: 1200px) {
  .header ul.search-details .language {
        width: 54px;
        margin-left: 10px;
    }
}
@media only screen and (max-width: 1200px) {
  .header ul.search-details li .language .lng-arrow {
        right: 8px;
    }
}
@media only screen and (max-width: 1200px) {
  .header ul.search-details li a.compare-btn {
        min-width: auto;
        padding: 13px 12px 13px;
        font-size: 14px;
        white-space: nowrap;
    }
}
@media only screen and (max-width: 1200px) {
  #menu ul li {
        margin-right: 12px;
    }
}
@media only screen and (max-width: 1200px) {
  #menu ul li a, #menu ul li a:visited {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1200px) {
  .point-carousel-wrapper .point-carousel .single-block .btn-wrapper .more-info, .point-carousel-wrapper .point-carousel .single-block .btn-wrapper .btn-green {
        font-size: 13px;
        padding: 15px 10px 15px;
    }
}
@media only screen and (max-width: 1200px) {
  .minjo-details .banner-box-info .logo-left {
        width: 25%;
    }
}
@media only screen and (max-width: 1200px) {
  .minjo-details .banner-box-info .banner-detial-text {
        width: 75%;
        padding-left: 30px;
    }
}
@media only screen and (max-width: 1200px) {
  .detial-table {
        padding-top: 50px;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 1200px) {
  .detial-table .top-title {
        padding: 15px 30px;
    }
}
@media only screen and (max-width: 1200px) {
  .detial-table .box-row .box-col:first-child {
        width: 40%;
    }
}
@media only screen and (max-width: 1200px) {
  .detial-table .box-row .box-col {
        width: 30%;
    }
}
@media only screen and (max-width: 1200px) {
  .detial-table .box-row .box-col .tooltip_content {
        padding-left: 15px;
    }
}
@media only screen and (max-width: 1200px) {
  .detial-table .main-content-box .box-inner-title h5, .detial-table .main-content-box .box-inner-title .kop-als-h5 {
        padding: 20px 15px;
    }
}
@media only screen and (max-width: 1200px) {
  .detial-table .box-row .box-col .icons {
        padding-left: 5px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 1200px) {
  .detial-table .box-row .box-col .icons, .detial-table .box-row .box-col p {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1200px) {
  .single-kennisbank .banner-btm-info .left-sidebar {
        width: 23%;
    }
}
@media only screen and (max-width: 1200px) {
  .single-kennisbank .banner-btm-info .info-box-text {
        width: 77%;
    }
}
@media only screen and (max-width: 1200px) {
  .card-block-main {
        padding-right: 0;
    }
}
@media only screen and (max-width: 1200px) {
  .single-brokers .point-carousel-wrapper .point-carousel .single-block .btn-wrapper .more-info, .single-brokers .point-carousel-wrapper .point-carousel .single-block .btn-wrapper .btn-green {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1200px) {
  .floating-box-design ul {
        width: 59%;
    }
}
@media only screen and (max-width: 1200px) {
  .floating-box-design ul li {
        width: 45%;
    }
}
@media only screen and (max-width: 1194px) {
  .testimonial-section .testimonial-wrapper {
        margin: 0;
    }
}
@media only screen and (max-width: 1194px) {
  .why-work-with-wrapper .left-box {
        margin-left: 0;
        width: 40%;
    }
}
@media only screen and (max-width: 1194px) {
  .why-work-with-wrapper .right-box {
        width: 60%;
    }
}
@media only screen and (max-width: 1194px) {
  .why-work-with-wrapper .right-box .icon-with-text>div p {
        padding-right: 0;
    }
}
@media only screen and (max-width: 1194px) {
  .blog-block .content-block {
        padding: 13px 15px 32px 15px;
    }
}
@media only screen and (max-width: 1194px) {
  .date-n-author img {
        margin-right: 2px;
    }
}
@media only screen and (max-width: 1150px) {
  .brand a img {
        width: 260px;
        height: 27px;
    }
}
@media only screen and (max-width: 1150px) {
  .table-section-wrapper .content-wrapper {
        width: 100%;
    }
}
@media only screen and (max-width: 1150px) {
  .table-section-wrapper .table-wrapper {
        margin-top: 30px;
        width: 100%;
    }
}
@media only screen and (max-width: 1080px) {
  footer .footer-block.footer-logo-block {
        width: 50%;
    }
}
@media only screen and (max-width: 1080px) {
  footer .footer-block {
        width: 30%;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 1080px) {
  .footer-block.company-block {
        width: 20%;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 1080px) {
  .footer-block.footer-contct-info, footer .footer-block:last-child {
        width: 50%;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1080px) {
  .floating-box-design {
        padding: 30px 15px;
    }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  footer .footer-block.footer-logo-block p {
        padding-right: 23px;
    }
}
@media only screen and (max-width: 1023px) {
  #menu, .top-bar {
        display: none;
    }
}
@media only screen and (max-width: 1023px) {
  .header ul.search-details li a.compare-btn {
        display: none;
    }
}
@media only screen and (max-width: 1023px) {
  .header ul.search-details {
        display: block;
        align-items: center;
        margin-right: 15px;
        width: -webkit-fill-available;
        text-align: right;
    }
}
@media only screen and (max-width: 1023px) {
  .brand a {
        padding: 23px 0 22px;
    }
}
@media only screen and (max-width: 1023px) {
  .header {
        border-bottom: 1px solid #c4e7ed;
    }
}
@media only screen and (max-width: 1023px) {
  .banner-section .banner-left-box {
        padding-right: 22px;
    }
}
@media only screen and (max-width: 1023px) {
  .banner-right-box .banner-right-top {
        margin-right: 20px;
        padding: 38px 20px 40px 20px;
    }
}
@media only screen and (max-width: 1023px) {
  .footer-bottom .terms ul li {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 1023px) {
  .blog-social {
        padding: 40px 0 50px 0;
    }
}
@media only screen and (max-width: 1023px) {
  .banner-btm-info .info-box-text h2, .banner-btm-info .info-box-text .kop-als-h2 {
        margin-top: 0;
    }
}
@media only screen and (max-width: 1023px) {
  .minjo-details .banner-box-info .logo-left {
        width: 30%;
    }
}
@media only screen and (max-width: 1023px) {
  .minjo-details .banner-box-info .banner-detial-text {
        width: 70%;
    }
}
@media only screen and (max-width: 1023px) {
  .detial-table .main-content-box {
        padding: 20px;
    }
}
@media only screen and (max-width: 1023px) {
  .detial-table .top-title {
        padding: 15px 20px;
    }
}
@media only screen and (max-width: 1023px) {
  .detial-table .top-title h3, .detial-table .top-title .kop-als-h3 {
        font-size: 20px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 1023px) {
  .detial-table .main-content-box .box-inner:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1023px) {
  .detial-table .main-content-box .box-inner-title h5, .detial-table .main-content-box .box-inner-title .kop-als-h5 {
        padding: 15px;
    }
}
@media only screen and (max-width: 1023px) {
  .detial-table .box-row-wise .box-row {
        display: block;
        border: none;
    }
}
@media only screen and (max-width: 1023px) {
  .detial-table .box-row .box-col:first-child {
        width: 100%;
    }
}
@media only screen and (max-width: 1023px) {
  .detial-table .box-row .box-col {
        width: 100%;
        border-top: solid 1px #aed6ee;
        display: inline-block;
        border-left: none;
    }
}
@media only screen and (max-width: 1023px) {
  .detial-table .box-row .box-col:first-child {
        border-top: 0;
    }
}
@media only screen and (max-width: 1023px) {
  .detial-table .box-row .box-col .icons {
        margin-left: -4px;
    }
}
@media only screen and (max-width: 1023px) {
  .single-kennisbank .banner-btm-info .back-btn {
        display: block;
    }
}
@media only screen and (max-width: 1023px) {
  .single-kennisbank .banner-btm-info .info-box-text {
        padding-left: 0;
        width: 100%;
        margin: 0;
    }
}
@media only screen and (max-width: 1023px) {
  .detial-table .box-row .box-col .icons.title_with_text span {
        width: 100%;
    }
}
@media only screen and (max-width: 992px) {
  .tax-kennisbank_cat .library-page-section .sidebar>div.ad-block {
        display: none;
    }
}
@media only screen and (max-width: 992px) {
  .single-kennisbank .banner-btm-info .info-box-text .text-page-wrapper {
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 991px) {
  .blog-detail-carosial {
        padding-bottom: 10px;
        padding-top: 30px;
    }
}
@media only screen and (max-width: 991px) {
  h1, .kop-als-h1, .banner-section .banner-left-box h1, .banner-section .banner-left-box .kop-als-h1, .category_h1 {
        font-size: 40px;
        line-height: 50px;
    }
}
@media only screen and (max-width: 991px) {
  h2, .kop-als-h2, .related-blog-section-title h2, .related-blog-section-title .kop-als-h2 {
        margin-left: 0;
        font-size: 36px;
        line-height: 48px;
    }
}
@media only screen and (max-width: 991px) {
  .point-carousel-wrapper h2 span:after, .point-carousel-wrapper .kop-als-h2 span:after, .table-section-wrapper .content-wrapper h2 span:after, .table-section-wrapper .content-wrapper .kop-als-h2 span:after, .why-work-with-wrapper .right-box h2 span:after, .why-work-with-wrapper .right-box .kop-als-h2 span:after {
        top: 50%;
    }
}
@media only screen and (max-width: 991px) {
  .client-logo-wrapper h2, .client-logo-wrapper .kop-als-h2 {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 991px) {
  .client-logo-section {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 991px) {
  .testimonial-wrapper .single-testimonial .words {
        margin-bottom: 15px;
        padding-top: 5px;
        padding-left: 80px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 991px) {
  .point-carousel-section {
        padding: 30px 0 10px;
    }
}
@media only screen and (max-width: 991px) {
  .table-section-main {
        padding: 30px 0 60px;
    }
}
@media only screen and (max-width: 991px) {
  .table-section-wrapper .content-wrapper {
        padding-right: 45px;
        padding-top: 0
    }
}
@media only screen and (max-width: 991px) {
  .table-section-wrapper .content-wrapper, .table-section-wrapper .table-wrapper {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
  .table-section-wrapper .content-wrapper p>span {
        display: inline;
    }
}
@media only screen and (max-width: 991px) {
  .testimonial-section {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 991px) {
  .testimonial-wrapper .single-testimonial .author {
        margin-left: 80px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 991px) {
  .testimonial-wrapper .single-testimonial .client-rating {
        padding-left: 80px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 991px) {
  .why-work-with-section {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 991px) {
  .why-work-with-wrapper .right-box {
        width: 100%;
        padding-top: 0;
        padding-left: 0
    }
}
@media only screen and (max-width: 991px) {
  .why-work-with-wrapper .left-box {
        margin-top: 40px;
        width: 100%;
        order: 2;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 991px) {
  .accordian-section {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 991px) {
  .accordian-section .accordion-row h3, .accordian-section .accordion-row .kop-als-h3 {
        padding-right: 75px;
    }
}
@media only screen and (max-width: 991px) {
  footer .footer-block.footer-logo-block>img {
        margin-left: 0;
        max-width: 194px;
    }
}
@media only screen and (max-width: 991px) {
  .sidebar {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
}
@media only screen and (max-width: 991px) {
  .sidebar+.content-right {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 991px) {
  .sidebar-header {
        background-image: url("../images/sidebar-title-bg-mobile.1e60080573b7.png");
        background-position: center bottom;
        padding: 20px 30px 70px;
    }
}
@media only screen and (max-width: 991px) {
  .sidebar-header #sub-toggle {
        display: block;
    }
}
@media only screen and (max-width: 991px) {
  .sidebar .filter-block {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
  .text-page-wrapper {
        padding-top: 0;
    }
}
@media only screen and (max-width: 991px) {
  .blog-listing .blog-col {
        width: 50%;
    }
}
@media only screen and (max-width: 991px) {
  .blog-block .content-block {
        padding: 20px;
    }
}
@media only screen and (max-width: 991px) {
  .blog-block .title h4, .blog-block .title .kop-als-h4, .blog-block .title h4 a, .blog-block .title .kop-als-h4 a {
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px) {
  .library_themes ul li {
        width: 50%;
    }
}
@media only screen and (max-width: 991px) {
  .text-area-section {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 991px) {
  .text-blocks-row .text-block-col {
        width: 100%;
        padding: 0px;
    }
}
@media only screen and (max-width: 991px) {
  .overview-content-section {
        padding-top: 0px;
    }
}
@media only screen and (max-width: 991px) {
  section.overview-content-section.library-page-section {
        padding-top: 0;
    }
}
@media only screen and (max-width: 991px) {
  .card-block-filter {
        padding: 15px 0 20px;
    }
}
@media only screen and (max-width: 991px) {
  .banner-section2.inner-banner .banner-content .review-broke-info {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 991px) {
  .single-kennisbank .banner-btm-info .left-sidebar {
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 991px) {
  .single-kennisbank .banner-btm-info .left-sidebar .ad-block {
        display: none;
    }
}
@media only screen and (max-width: 960px) {
  .banner-right-box .link-wrapper ul li span div {
        margin-top: 3px;
    }
}
@media only screen and (max-width: 960px) {
  .overview-content-wrape {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
}
@media only screen and (max-width: 840px) {
  .testimonial-wrapper .single-testimonial .client-rating .star {
        width: 100%;
    }
}
@media only screen and (max-width: 840px) {
  .testimonial-wrapper .single-testimonial .client-rating>div {
        margin-left: 0;
        margin-top: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1033px) {
  .floating-box-design p {
        font-size: 15px;
        width: 23%
    }
}
@media only screen and (min-width: 768px) and (max-width: 1033px) {
  .floating-box-design ul li {
        font-size: 12px;
        padding-left: 21px;
        line-height: 22px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1033px) {
  .floating-box-design .btn-green {
        font-size: 12px;
        padding: 10px;
        word-break: normal;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1033px) {
  .floating-box-design ul li:before {
        width: 18px;
        height: 18px;
        background-size: 9px;
    }
}
@media only screen and (max-width: 767px) {
  h1, .kop-als-h1, .category_h1 {
        font-size: 36px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 767px) {
  h2, .kop-als-h2, .content-right h2, .content-right .kop-als-h2, .blog-overview .text-area-section h2, .blog-overview .text-area-section .kop-als-h2, .banner-btm-info .info-box-text h2, .banner-btm-info .info-box-text .kop-als-h2, .page-template-tmp-library-main .themes_wrapper h2, .page-template-tmp-library-main .themes_wrapper .kop-als-h2, .related-blog-section-title h2, .related-blog-section-title .kop-als-h2 {
        font-size: 32px;
        line-height: 40px;
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
  h3, .kop-als-h3 {
        font-size: 22px;
        line-height: 30px
    }
}
@media only screen and (max-width: 767px) {
  .section-bg-shape {
         
         
         
         
    }
}
@media only screen and (max-width: 767px) {
  .section-bg-shape:before {
        height: 105px;
        top: -95px;
        background-image: url("../images/section-bg-shape-top-tab.628f623b818d.png");
        background-repeat: no-repeat;
        background-position: left bottom
    }
}
@media only screen and (max-width: 767px) {
  .section-bg-shape:after {
        height: 74px;
        bottom: -74px;
        background-image: url("../images/section-bg-shape-bottom-tab.2da412da5d48.png");
    }
}
@media only screen and (max-width: 767px) {
  .banner-section {
        padding: 36px 0 115px;
        background-size: cover;
        background-position: center right;
        background-image: url("../images/banner-bg-mobile.253b3332d91b.png");
    }
}
@media only screen and (max-width: 767px) {
  .banner-section2 {
        padding: 36px 0 115px;
        background-size: cover;
        background-position: center right;
        background-image: url("../images/banner-bg-mobile.253b3332d91b.png");
    }
}
@media only screen and (max-width: 767px) {
  .banner-section .banner-left-box, .banner-section .banner-right-box {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
  .banner-section .banner-right-box {
        padding-top: 50px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
  .banner-right-box .banner-right-top {
        margin-right: 9px;
        margin-left: 9px;
        padding: 29px 25px 25px 30px;
    }
}
@media only screen and (max-width: 767px) {
  .banner-right-box .banner-right-top:before {
        left: -10px;
    }
}
@media only screen and (max-width: 767px) {
  .banner-right-box .banner-right-top:after {
        right: -10px;
        top: -10px;
    }
}
@media only screen and (max-width: 767px) {
  .banner-section .banner-left-box h1, .banner-section .banner-left-box .kop-als-h1 {
        padding-right: 0px;
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 767px) {
  .banner-section .banner-left-box p {
        margin-bottom: 23px;
    }
}
@media only screen and (max-width: 767px) {
  .banner-right-box>div>p {
        font-size: 20px;
        margin-left: 0
    }
}
@media only screen and (max-width: 767px) {
  .banner-right-box>div>p span {
        margin-left: 0;
        border-width: 3px
    }
}
@media only screen and (max-width: 767px) {
  .banner-right-box .link-wrapper ul li span div {
        height: 24px;
        width: 24px;
        border-width: 1px;
        margin-top: 0px;
    }
}
@media only screen and (max-width: 767px) {
  .banner-right-box .link-wrapper ul {
        margin-top: 17px;
    }
}
@media only screen and (max-width: 767px) {
  .banner-right-box .link-wrapper ul li {
        margin-bottom: 7px;
        font-size: 14px;
        line-height: 22px;
        padding-left: 41px;
    }
}
@media only screen and (max-width: 767px) {
  .banner-right-box .link-wrapper ul li:before {
        width: 24px;
        height: 24px;
        background-size: 10px;
        border: 1px solid #83bc2c;
    }
}
@media only screen and (max-width: 767px) {
  .banner-right-box .link-wrapper ul li span img {
        height: 10px;
        width: 10px;
    }
}
@media only screen and (max-width: 767px) {
  .banner-right-box .link-wrapper ul li p {
        font-size: 14px;
        line-height: 22px;
        padding-left: 17px;
        padding-right: 17px;
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-section {
         
        background-size: 35%;
        background-position: right 90%;
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper h2, .point-carousel-wrapper .kop-als-h2 {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper h2 br, .point-carousel-wrapper .kop-als-h2 br {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
  h2 span:after, .kop-als-h2 span:after, h2 strong:after, .kop-als-h2 strong:after {
        top: 24px;
        content: "";
        height: 2px;
        width: 24px;
        right: -35px;
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper .point-carousel .single-block .ref-logo>div {
        width: 61%;
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper .point-carousel .single-block .ref-logo .star-mobile {
        display: block;
        height: auto;
        font-size: 18.49px;
        color: rgb(81, 99, 115);
        font-weight: bold;
        line-height: 26.42px;
        text-align: right;
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper .point-carousel .single-block .ref-logo .star-mobile h3, .point-carousel-wrapper .point-carousel .single-block .ref-logo .star-mobile .kop-als-h3 {
        font-size: 14px;
        margin: 0;
        color: rgb(81, 99, 115);
        font-weight: bold;
        line-height: 15px;
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper .point-carousel .single-block .ref-logo .star-mobile img {
        max-width: 20px !important;
        display: inline-block;
        margin: -3px 4px 0 0;
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper .point-carousel .single-block .ref-logo .star {
        padding: 7px 8px;
        width: auto;
        margin-right: 0;
        line-height: 14px;
        box-shadow: none;
        -webkit-box-shadow: none;
        display: none;
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper .point-carousel .single-block .ref-logo img {
        max-width: 100%;
        height: 36px;
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper .point-carousel .single-block .link-wrapper ul li span div {
        border-width: 1px;
        margin-top: 4px;
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper .point-carousel .single-block .link-wrapper ul li span img {
        height: 7px;
        width: 9px;
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper .point-carousel .single-block .link-wrapper ul {
        margin-top: 9px;
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper .point-carousel .single-block .link-wrapper ul li {
        margin-bottom: 0px;
         
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper .point-carousel .single-block .link-wrapper ul li p {
        padding-left: 12px;
        font-size: 14px;
        line-height: 20px;
        padding-right: 24px;
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper .point-carousel .single-block .link-wrapper {
        padding-bottom: 6px;
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper .point-carousel .single-block .btn-wrapper .btn-green {
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper .point-carousel .single-block .btn-wrapper .more-info {
        margin-left: 12px;
         
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper .point-carousel .single-block .btn-wrapper .more-info:after {
        right: -22px;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-main {
         
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .content-wrapper, .table-section-wrapper .table-wrapper {
        width: 100%;
        padding-left: 0;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .content-wrapper {
        padding-right: 0;
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .table-wrapper .table-header {
        padding: 20px 20px 16px;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .table-wrapper .table-header p {
        font-size: 16px;
        line-height: 18px;
        letter-spacing: -0.02em;
        width: auto;
        padding-top: 3px;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .table-wrapper .table-header .btn-grad {
        width: auto;
        padding: 13px 22px 15px 21px;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .table-wrapper .row-container .title-row .index {
        width: 17%;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .table-wrapper .row-container .title-row .logo {
        width: 41%;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .table-wrapper .row-container .title-row {
        padding: 0 23px 0 20px;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .table-wrapper .row-container .all-row {
        padding: 0 23px 14px 20px;
        height: 795px;
         
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .table-wrapper .row-container .title-row p {
        padding: 17px 0 9px 0px;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .table-wrapper .row-container .title-row .rating {
        width: auto;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .table-wrapper .row-container .row {
        position: relative;
        height: 123px;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .table-wrapper .row-container .row:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 1px;
        margin-top: -5px;
        content: "";
        background-color: #d9ecf7;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .table-wrapper .row-container .row>.index {
        width: 16%;
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .table-wrapper .row-container .row>.index p {
        padding-left: 0;
        margin-top: -5px;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .table-wrapper .row-container .row>.logo {
        width: 42%;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 4px;
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .table-wrapper .row-container .row>.logo img {
        max-height: 100%;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .table-wrapper .row-container .row>.rating {
        width: 42%;
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .table-wrapper .row-container .row div div.rating-wrapper img {
        margin: 0 2px;
        height: 12px;
        width: 13px;
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .table-wrapper .row-container .row div div.rating-wrapper {
        justify-content: center;
        padding-top: 6px;
        padding-left: 8px;
        padding-right: 8px;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .table-wrapper .row-container .row div div.rating-wrapper p {
        margin: 0 auto;
        font-size: 14px;
        padding-left: 5px;
        line-height: 23px;
        padding-right: 5px;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .table-wrapper .row-container .row>.open_btn {
        width: 50%;
        text-align: right;
        padding-right: 15px;
        margin-top: 4px;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .table-wrapper .row-container .row>.open_btn .btn.btn-green {
        font-size: 11px;
        padding: 10px 13px 11px 13px;
        margin-left: 9px;
        margin-top: 15px;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .table-wrapper .row-container .row>.view_btn {
        width: 50%;
        margin-top: 4px;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .table-wrapper .row-container .row>.view_btn .btn {
        font-size: 11px;
        padding: 12px 13px 11px 13px;
        margin-left: 15px;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .table-wrapper .dotted-bg {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .content-wrapper h2, .table-section-wrapper .content-wrapper .kop-als-h2 {
        margin-bottom: 8px;
    }
}
@media only screen and (max-width: 767px) {
  .testimonial-section h2, .testimonial-section .kop-als-h2 {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
  .testimonial-section p {
        line-height: 30px;
    }
}
@media only screen and (max-width: 767px) {
  .testimonial-section .testimonial-wrapper {
        flex-wrap: wrap;
        margin: 0;
    }
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper .single-testimonial {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper .single-testimonial:first-child {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper .single-testimonial .words {
        padding-top: 6px;
        padding-left: 4px;
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper .testimonial-detail {
        padding: 120px 19px 20px;
    }
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper .single-testimonial .author {
        position: absolute;
        top: 38px;
        left: -11px;
        margin-left: 129px;
    }
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper .single-testimonial .author:before {
        left: 0;
        top: -26px;
        height: 18px;
        width: 23px;
    }
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper .single-testimonial .author-img {
        left: 20px;
        transform: translateX(0%);
        top: 14px;
    }
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper .single-testimonial .author-img img {
        height: 60px;
        width: 60px;
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper .single-testimonial .author p {
        padding-top: 1px;
    }
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper .single-testimonial .author-img .bg-square {
        height: 60px;
        width: 60px;
        left: 16px;
        top: 0px;
    }
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper .single-testimonial .client-rating {
        padding: 0 4px;
    }
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper .single-testimonial .client-rating .star {
        width: 50%;
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper .single-testimonial .client-rating>div:nth-child(2) {
        width: auto;
        margin-left: auto;
    }
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper .single-testimonial .dotted-bg {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper .single-testimonial .client-rating>div:nth-child(2) img:nth-child(2) {
        height: 17px;
    }
}
@media only screen and (max-width: 767px) {
  .why-work-with-section {
         
    }
}
@media only screen and (max-width: 767px) {
  .why-work-with-wrapper .right-box h2 span:after, .why-work-with-wrapper .right-box .kop-als-h2 span:after {
        top: 16px;
        content: "";
        height: 2px;
        width: 24px;
        right: -35px;
    }
}
@media only screen and (max-width: 767px) {
  .why-work-with-wrapper .right-box p {
        line-height: 30px;
        padding: 0;
        font-size: 16px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
  .why-work-with-wrapper .right-box .icon-with-text>div {
        width: 50%;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 767px) {
  .why-work-with-wrapper .right-box .icon-with-text img {
        height: 44px;
        width: 44px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
  .why-work-with-wrapper .right-box .icon-with-text>div p {
        font-size: 14px;
        line-height: 27px;
    }
}
@media only screen and (max-width: 767px) {
  .why-work-with-wrapper .right-box .btn.btn-grad {
        margin-top: 5px;
    }
}
@media only screen and (max-width: 767px) {
  .why-work-with-wrapper .right-box .btn.btn-grad {
        font-size: 16px;
        padding: 21px 60px 22px 60px;
        letter-spacing: 0.01em;
        margin-top: 8px;
    }
}
@media only screen and (max-width: 767px) {
  .client-logo-section {
         
    }
}
@media only screen and (max-width: 767px) {
  .client-logo-wrapper h2, .client-logo-wrapper .kop-als-h2 {
        margin-bottom: 21px;
    }
}
@media only screen and (max-width: 767px) {
  .client-logo-wrapper .logo-slider .item {
        padding: 29px 0 20px;
    }
}
@media only screen and (max-width: 767px) {
  .client-logo-wrapper .logo-slider .item .single-block {
        width: 50%;
        padding: 0px 10px;
        display: table;
        margin: 10px 0;
    }
}
@media only screen and (max-width: 767px) {
  .client-logo-wrapper .logo-slider:before {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
  .client-logo-wrapper .logo-slider .item .single-block>div {
        padding: 15px 12px 9px 15px;
        margin-top: 10px;
        margin-bottom: 10px;
         
        display: table-cell;
        height: 100px;
        vertical-align: middle;
    }
}
@media only screen and (max-width: 767px) {
  .client-logo-wrapper .logo-slider .single-block img {
        vertical-align: middle;
    }
}
@media only screen and (max-width: 767px) {
  .client-logo-wrapper .logo-slider .single-block p {
        font-size: 12px;
    }
}
@media only screen and (max-width: 767px) {
  .accordian-section {
         
        background-image: none;
    }
}
@media only screen and (max-width: 767px) {
  .accordian-section h2, .accordian-section .kop-als-h2 {
        text-align: left;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 767px) {
  .accordian-section .accordion-row .accordion-block {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
  .accordian-section .accordion-row .ask-content {
        padding: 0px 18px 18px 20px;
    }
}
@media only screen and (max-width: 767px) {
  footer .footer-top {
        position: relative;
         
    }
}
@media only screen and (max-width: 767px) {
  footer .footer-block.footer-logo-block>img {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
  footer .footer-block.footer-logo-block {
        width: 100%;
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
  footer .footer-block {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
  .footer-block.footer-contct-info, footer .footer-block:last-child {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
  footer .footer-block.footer-logo-block p {
        position: absolute;
        bottom: 30px;
        font-size: 12px;
        line-height: 1;
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
  .footer-block .footer-title {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
  .footer-links ul li {
        margin-bottom: 0;
        line-height: 31px;
    }
}
@media only screen and (max-width: 767px) {
  .footer-contct-info p, footer .footer-block:nth-child(5) p {
        line-height: 24px;
    }
}
@media only screen and (max-width: 767px) {
  footer .footer-block:nth-child(5) .footer-text {
        padding-top: 3px;
    }
}
@media only screen and (max-width: 767px) {
  .footer-contct-info .contact-link {
        margin-top: 4px;
        line-height: 19px;
        margin-bottom: 7px;
    }
}
@media only screen and (max-width: 767px) {
  .footer-bottom {
        padding-bottom: 21px;
        padding-top: 32px;
    }
}
@media only screen and (max-width: 767px) {
  footer .footer-bottom .footer-block {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
  .footer-bottom .terms {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}
@media only screen and (max-width: 767px) {
  .footer-bottom ul {
        margin-top: 13px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
  .footer-bottom .terms ul li:first-child, .footer-bottom .terms ul li {
        padding: 0 15px;
        line-height: 1;
    }
}
@media only screen and (max-width: 767px) {
  .sidebar.sidebar-left {
        margin-top: -60px;
        margin-top: -80px;
        margin-bottom: 15px;
         
    }
}
@media only screen and (max-width: 767px) {
  .sidebar .sidebar-header {
        padding: 15px 20px 10px;
        position: relative;
        background-size: 200%;
        background-position: 0 0;
        min-height: auto;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }
}
@media only screen and (max-width: 767px) {
  .sidebar-header #sub-toggle {
        top: 21px;
        right: 20px;
    }
}
@media only screen and (max-width: 767px) {
  .sidebar-header #sub-toggle span {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
  .sidebar-header #sub-toggle {
        background-position: center center;
        background-color: transparent;
        background-image: url("../images/filter-ico.770202bdf67a.svg");
        background-size: 28px auto;
        background-repeat: no-repeat;
        width: 28px;
        height: 20px;
        top: 18px;
    }
}
@media only screen and (max-width: 767px) {
  .tax-kennisbank_cat .banner-btm-info .info-box-text .rdmr-div {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
  .tax-kennisbank_cat .banner-btm-info {
         
        display: none;
    }
}
@media only screen and (max-width: 767px) {
  .tax-kennisbank_cat .banner-btm-info .info-box-text h2, .tax-kennisbank_cat .banner-btm-info .info-box-text .kop-als-h2 {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
  .tax-kennisbank_cat .banner-btm-info .info-box-text .info-box-inner {
        max-height: 140px;
    }
}
@media only screen and (max-width: 767px) {
  .overview-content-wrape .sidebar+.content-right {
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
  .card-block-filter {
        padding: 10px 0;
        display: none;
    }
}
@media only screen and (max-width: 767px) {
  .card-block-filter .left-filter {
        width: auto;
        float: right;
    }
}
@media only screen and (max-width: 767px) {
  .card-block-filter .right-filter {
        width: auto;
        float: left;
    }
}
@media only screen and (max-width: 767px) {
  .banner-section.inner-banner, .banner-section2.inner-banner, .advertorial .banner-section.inner-banner {
        padding: 30px 0 50px;
    }
}
@media only screen and (max-width: 767px) {
  .content-right>ul {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
  .filter-block>ul>li:first-child {
        padding-top: 23px;
    }
}
@media only screen and (max-width: 767px) {
  .text-area-section h2, .text-area-section .kop-als-h2 {
        text-align: left;
    }
}
@media only screen and (max-width: 767px) {
  .page-template-tmp-cfd-brokers .banner-section.inner-banner {
        padding-top: 15px;
    }
}
@media only screen and (max-width: 767px) {
  .text-page-wrapper:before {
        top: 0;
    }
}
@media only screen and (max-width: 767px) {
  .blog-listing-main {
         
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
  .blog-block .content-block {
        padding: 15px 15px 50px 15px;
        height: 100%;
    }
}
@media only screen and (max-width: 767px) {
  .blog-social {
         
        padding: 30px 0 20px 0;
    }
}
@media only screen and (max-width: 767px) {
  .blog-social ul li {
        margin: 0 5px;
    }
}
@media only screen and (max-width: 767px) {
  .blog-detail-carosial {
         
         
         
    }
}
@media only screen and (max-width: 767px) {
  .minjo-details .banner-box-info {
        left: 0;
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
  .minjo-details .banner-box-info .logo-left {
        width: 100%;
        max-width: 290px;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 767px) {
  .minjo-details .banner-box-info .banner-detial-text {
        width: 100%;
        padding: 0;
         
    }
}
@media only screen and (max-width: 767px) {
  .banner-btm-info {
        width: 100%;
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
  .banner-btm-info .info-box-text h5 span::after, .banner-btm-info .info-box-text .kop-als-h5 span::after {
        height: 2px;
        width: 24px;
        right: -35px;
        top: 15px;
    }
}
@media only screen and (max-width: 767px) {
  .banner-btm-info .info-box-text h5, .banner-btm-info .info-box-text .kop-als-h5 {
        font-size: 26px;
        line-height: 33px;
        margin-bottom: 12px;
    }
}
@media only screen and (max-width: 767px) {
  .banner-btm-info .info-box-text p {
        margin-bottom: 32px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 767px) {
  .banner-btm-info .info-box-text p:nth-child(3) {
        margin-bottom: 27px;
    }
}
@media only screen and (max-width: 767px) {
  .banner-btm-info .info-box-text {
        border-bottom: solid 1px#cee5f3;
        padding-bottom: 10px;
        margin: 30px auto 0 auto;
    }
}
@media only screen and (max-width: 767px) {
  .detial-table .main-content-box .box-inner-title h5, .detial-table .main-content-box .box-inner-title .kop-als-h5 {
        cursor: pointer;
        font-size: 13.5px;
        padding: 22px 15px;
        padding-right: 50px;
        position: relative;
    }
}
@media only screen and (max-width: 767px) {
  .detial-table .main-content-box .box-inner {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
  .detial-table .box-inner .box-row-wise {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
  .detial-table .main-content-box .box-inner-title {
        border-bottom: none;
    }
}
@media only screen and (max-width: 767px) {
  .detial-table .main-content-box .box-inner-title a {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 34px;
        height: 34px;
        line-height: 31px;
        text-align: center;
        border: solid 2px #c9e5f4;
        border-radius: 50%;
        color: #0b7ec2;
        font-size: 21px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 767px) {
  .detial-table .main-content-box .box-inner-title a i {
        font-weight: normal;
    }
}
@media only screen and (max-width: 767px) {
  .detial-table .main-content-box {
        padding: 20px 18px;
    }
}
@media only screen and (max-width: 767px) {
  .detial-table .box-row .box-col .tooltip_content {
        width: 62%;
        vertical-align: top;
        display: inline-block;
        padding-right: 33px;
    }
}
@media only screen and (max-width: 767px) {
  .detial-table .box-row .box-col .info-icon-block {
        right: 8px;
    }
}
@media only screen and (max-width: 767px) {
  .detial-table .box-row .box-col .icons {
         
        width: 38%;
        text-align: right;
        display: inline-block;
    }
}
@media only screen and (max-width: 767px) {
  .detial-table .box-row .box-col .icons img {
        margin-right: 69%;
    }
}
@media only screen and (max-width: 767px) {
  .detial-table .top-title {
        padding: 15px 20px;
        border-color: #dcdfe4;
    }
}
@media only screen and (max-width: 767px) {
  .detial-table .top-title h3, .detial-table .top-title .kop-als-h3 {
        font-size: 16px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 767px) {
  .detial-table .mian-body {
        box-shadow: 0 13px 24px rgba(15, 6, 35, 0.16);
        border: none;
    }
}
@media only screen and (max-width: 767px) {
  .detial-table::before, .detial-table::after {
        content: none;
    }
}
@media only screen and (max-width: 767px) {
  .detial-table .main-content-box .box-inner-title h5 i, .detial-table .main-content-box .box-inner-title .kop-als-h5 i {
        display: inline-block;
    }
}
@media only screen and (max-width: 767px) {
  .detial-table {
        margin-bottom: 100px;
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper h2 br, .point-carousel-wrapper .kop-als-h2 br {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
  .minjo-details {
        padding: 53px 0 164px 0;
    }
}
@media only screen and (max-width: 767px) {
  .banner-btm-info .info-box-text h2 span::after, .banner-btm-info .info-box-text .kop-als-h2 span::after {
        bottom: 12px;
        top: auto;
        width: 26px;
        right: -41px;
        height: 2px;
    }
}
@media only screen and (max-width: 767px) {
  .minjo-details .banner-box-info .logo-left {
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
  .single .banner-section {
        padding: 36px 0 90px;
    }
}
@media only screen and (max-width: 767px) {
  .minjo-details .banner-box-info .logo-left img {
        width: 210px;
    }
}
@media only screen and (max-width: 767px) {
  .back-btn-block {
        margin-bottom: 30px;
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
  .page-template-tmp-library-main .banner-section.inner-banner {
        padding: 30px 0 115px;
    }
}
@media only screen and (max-width: 767px) {
  .page-template-tmp-library-main .blog-slide {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
  .page-template-tmp-library-main .blog-slide ul {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
  .page-template-tmp-library-main .blog-slide ul li:first-child, .page-template-tmp-library-main .blog-slide .select-search {
        max-width: 100%;
        width: 100%;
        margin-right: 0px;
    }
}
@media only screen and (max-width: 767px) {
  .page-template-tmp-library-main .blog-slide ul li:last-child {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
  .page-template-tmp-library-main .library_themes.features_wrapper {
        margin-top: -15px;
    }
}
@media only screen and (max-width: 767px) {
  .page-template-tmp-library-main .themes_wrapper {
        padding-top: 25px;
    }
}
@media only screen and (max-width: 767px) {
  .page-template-tmp-library-main .themes_wrapper h2, .page-template-tmp-library-main .themes_wrapper .kop-als-h2 {
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
  .page-template-tmp-library-main .main-body {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
  .page-template-tmp-library-main .box-container h2, .page-template-tmp-library-main .box-container .kop-als-h2 {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 767px) {
  .page-template-tmp-library-main .text-area-section p.subtitle {
        font-size: 18px;
        line-height: inherit;
    }
}
@media only screen and (max-width: 767px) {
  .page-template-tmp-library-main .text-blocks-row .text-block-col {
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px) {
  .card-block-main .card-block-right {
        width: 100%;
        padding-left: 0;
        margin-top: 1px;
    }
}
@media only screen and (max-width: 767px) {
  .card-block-filter .right-filter .filter-sorting .label {
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
  section.overview-content-section.library-page-section {
        padding-top: 0;
    }
}
@media only screen and (max-width: 767px) {
  .library-page-section .overview-content-wrape .content-right {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 767px) {
  .overview-content-section {
        padding-top: 0;
    }
}
@media only screen and (max-width: 767px) {
  .card-blocks-sections {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
  .overview-content .content-right .desk-up {
        display: none;
        padding-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
  .banner-btm-info .info-box-text .info-box-inner {
        max-height: 200px;
    }
}
@media only screen and (max-width: 767px) {
  .floating-box-design {
        position: fixed;
        right: 0;
        bottom: 0;
        border: 2px solid #83bc2f;
        background-color: #ffffff;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        width: 100%;
        padding: 20px 20px 20px;
        z-index: 1000;
        display: none;
    }
}
@media only screen and (max-width: 767px) {
  .floating-box-design ul:before {
        content: '';
        display: table;
    }
}
@media only screen and (max-width: 767px) {
  .floating-box-design ul:after {
        clear: both;
        display: table;
        content: "";
    }
}
@media only screen and (max-width: 767px) {
  .floating-box-design ul li {
        line-height: 22px;
        margin-bottom: 10px;
        width: 50%;
        display: inline-block;
        float: left;
        margin: 5px 0px;
        word-break: break-word;
    }
}
@media only screen and (max-width: 767px) {
  .floating-box-design ul li:before {
        top: -4px;
    }
}
@media only screen and (max-width: 767px) {
  .info-box-text .breadcrumbs-wrapper .breadcrumbs {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
  .single-kennisbank .banner-btm-info {
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
  .single-kennisbank .banner-btm-info .back-btn {
        width: auto;
        margin-bottom: 20px;
        display: none;
    }
}
@media only screen and (max-width: 767px) {
  .field_type-star_rating_field ul.star-rating li {
        padding: 0;
        margin: 0 0 5px 0;
    }
}
@media only screen and (max-width: 767px) {
  .detial-table .box-row .box-col p {
        word-break: normal;
    }
}
@media only screen and (max-width: 767px) {
  .home .accordian-section {
         
    }
}
@media only screen and (max-width: 767px) {
  .table-section-wrapper .table-wrapper .row-container .row:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper .point-carousel .single-block .rating {
        display: block;
         
        bottom: 60px;
        width: auto;
        display: flex;
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper .point-carousel .single-block .rating img {
        margin: 0 2px;
        width: 15px;
        height: 15px;
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper .point-carousel .single-block {
        position: relative;
        padding-bottom: 55px !important;
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper .point-carousel .single-block .link-wrapper ul li:last-child {
        padding-right: 70px;
        word-break: break-word;
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper .point-carousel .single-block .link-wrapper ul li {
        font-size: 13px;
        line-height: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
@media only screen and (max-width: 767px) {
  .tag-active .info-label {
        min-width: auto;
        font-size: 12px;
        line-height: 1.3;
    }
}
@media only screen and (max-width: 767px) {
  a.btn.more-info-btn.btn-arrow:after {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper .point-carousel .single-block .btn-wrapper a:first-child {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
  .single-brokers .point-carousel-wrapper .point-carousel .single-block .btn-wrapper a:first-child {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper .point-carousel .single-block .btn-wrapper .btn-green {
         
        padding: 10px 10px;
        font-size: 13px;
         
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper .point-carousel .single-block .btn-wrapper .more-info {
        padding: 8px 6px 7px;
         
        font-size: 13px;
         
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper .point-carousel .single-block .btn-wrapper {
        margin-top: 14px;
         
        justify-content: space-between;
        position: absolute;
        left: 12px;
        width: calc(100% - 24px);
        bottom: 12px;
    }
}
@media only screen and (max-width: 767px) {
  .point-carousel-wrapper .point-carousel .single-block {
        padding: 0 15px 9px 15px;
    }
}
@media only screen and (max-width: 767px) {
  .single-brokers .point-carousel-wrapper .point-carousel .single-block {
        padding: 0 15px 9px 15px;
    }
}
@media only screen and (max-width: 767px) {
  .single-kennisbank .banner-btm-info .left-sidebar .ad-block {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
  .card-block-main {
        padding: 0 16px;
        padding-right: 16px;
    }
}
@media only screen and (max-width: 767px) {
  .card-block-main .card-block-right {
        margin-top: 3px;
    }
}
@media only screen and (max-width: 767px) {
  .field_type-star_rating_field ul.star-rating li {
        padding-right: 4px!important;
    }
}
@media only screen and (max-width: 767px) {
  .field_type-star_rating_field ul.star-rating li:last-child {
        padding-right: 0!important;
    }
}
@media only screen and (max-width: 767px) {
  .card-block-main .card-block-right .content-feaueres-rating .ratings-list>ul>li .star-rating {
        padding-right: 11px;
    }
}
@media only screen and (max-width: 767px) {
  .card-block-main .card-block-right .content-feaueres-rating .ratings-list {
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 3px;
    }
}
@media only screen and (max-width: 767px) {
  .card-block-main .card-block-right .content-feaueres-rating .ratings-list>ul>li {
        font-size: 12px;
        align-items: center;
        line-height: 16px;
        margin-bottom: 0!important;
    }
}
@media only screen and (max-width: 767px) {
  .card-block-main .card-block-right .content-feaueres-rating .ratings-list>ul>li .star-rate {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 92px;
        -ms-flex: 0 0 92px;
        flex: 0 0 92px;
    }
}
@media only screen and (max-width: 767px) {
  .card-block-main .card-block-right .content-feaueres-rating .ratings-list>h3, .card-block-main .card-block-right .content-feaueres-rating .ratings-list>.kop-als-h3, .card-block-main .card-block-right .content-feaueres-rating .feaueres-list>h3, .card-block-main .card-block-right .content-feaueres-rating .feaueres-list>.kop-als-h3 {
         
        font-size: 14px;
        color: rgb(81, 99, 115);
        font-weight: bold;
         
        line-height: 32px;
        text-align: left;
        margin: 0;
    }
}
@media only screen and (max-width: 767px) {
  .tax-kennisbank_cat .card-blocks {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
  .tax-kennisbank_cat .card-blocks .card-block-col {
        padding-left: 0;
    }
}
@media only screen and (max-width: 767px) {
  .tax-kennisbank_cat .card-blocks .card-block-col .card-icon {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
  .detial-table .box-row .box-col .tooltip_content p {
        word-break: break-all;
        word-break: break-word;
    }
}
@media only screen and (max-width: 767px) {
  .tax-kennisbank_cat .inner-banner .banner-content, .page-template-tmp-cfd-brokers .inner-banner .banner-content {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
  .overview-content.text-page-wrapper {
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
  .section-bg-shape .testimonial-section {
        padding: 20px 0 30px 0px;
    }
}
@media only screen and (max-width: 767px) {
  .banner-section2.inner-banner .banner-content .review-broke-img {
        width: 100%;
        height: 95px;
        line-height: 85px;
    }
}
@media only screen and (max-width: 767px) {
  .banner-section2.inner-banner .banner-content .review-broke-info {
        width: 100%;
        padding: 15px 0 0 0;
        float: left;
    }
}
@media only screen and (max-width: 767px) {
  .blog-block .date-n-author {
        padding-bottom: 5px;
    }
}
@media only screen and (max-width: 767px) {
  .blog-block .content-block .title {
        height: auto !important;
    }
}
@media only screen and (max-width: 767px) {
  .single-kennisbank .point-carousel-section .single-block {
        padding: 50px 16px 50px 15px !important;
         
    }
}
@media only screen and (max-width: 767px) {
  .single-kennisbank .point-carousel-section .single-block .content-block p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
  .single-kennisbank .banner-btm-info .info-box-text .text-page-wrapper {
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
  .single-kennisbank .point-carousel-section::before {
        height: 40px;
        top: -21px;
    }
}
@media only screen and (max-width: 767px) {
  .single-kennisbank .point-carousel-section {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
  .single-kennisbank .floating-box-design {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 99;
        padding: 20px 0px 15px;
        padding: 20px 0px 10px 0px;
        -webkit-box-shadow: 5px -4px 5px 0 rgb(47 44 44 / 10%);
        box-shadow: 5px -4px 5px 0 rgb(47 44 44 / 10%);
        text-align: center;
        z-index: 9999999999;
        border: none;
        border-radius: 0;
    }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .single-kennisbank .banner-btm-info .left-sidebar .ad-block {
        display: none;
    }
}
@media handheld,
only screen and (max-width: 640px) {
  .info-tooltip {
        right: -15px;
    }
}
@media handheld,
only screen and (max-width: 640px) {
  .info-tooltip:before {
        right: 17px;
    }
}
@media handheld,
only screen and (max-width: 640px) {
  .more-info-btn::after {
        margin-left: 10px;
    }
}
@media handheld,
only screen and (max-width: 640px) {
  .library-page-content .card-blocks.cf {
        padding: 40px 15px;
    }
}
@media handheld,
only screen and (max-width: 640px) {
  .tax-kennisbank_cat .card-blocks.cf {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media handheld,
only screen and (max-width: 640px) {
  .filter-top .filter-row .left-colum ul.tag-listing li a {
        padding: 2px 18px 2px 30px;
    }
}
@media handheld,
only screen and (max-width: 640px) {
  .filter-top .filter-row .left-colum ul.tag-listing li {
        font-size: 13px;
        margin: 0 5px 5px 0;
    }
}
@media only screen and (max-width: 600px) {
  h1, .kop-als-h1, .banner-section h1, .banner-section .kop-als-h1, .banner-section2 h1, .banner-section2 .kop-als-h1, .category_h1 {
        font-size: 30px;
        line-height: 36px;
    }
}
@media only screen and (max-width: 600px) {
  .inner-banner .banner-content h1 span::after, .inner-banner .banner-content .kop-als-h1 span::after {
        width: 26px;
        margin: 0 0 0 12px;
    }
}
@media only screen and (max-width: 600px) {
  .page-template-tmp-library-main .blog-slide h1, .page-template-tmp-library-main .blog-slide .kop-als-h1 {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 600px) {
  .banner-section .banner-left-box {
        padding-right: 0px;
        padding-top: 8px;
    }
}
@media only screen and (max-width: 600px) {
  h2, .kop-als-h2, .point-carousel-wrapper h2, .point-carousel-wrapper .kop-als-h2, .table-section-wrapper .content-wrapper h2, .table-section-wrapper .content-wrapper .kop-als-h2, .testimonial-section h2, .testimonial-section .kop-als-h2, .why-work-with-wrapper .right-box h2, .why-work-with-wrapper .right-box .kop-als-h2, .client-logo-wrapper h2, .client-logo-wrapper .kop-als-h2, .accordian-section h2, .accordian-section .kop-als-h2, .overview-content .content-right h2, .overview-content .content-right .kop-als-h2, .banner-btm-info .info-box-text h2, .banner-btm-info .info-box-text .kop-als-h2, .related-blog-section-title h2, .related-blog-section-title .kop-als-h2 {
        font-size: 26px;
        line-height: 32px;
        margin-left: 0;
        letter-spacing: -0.03em;
    }
}
@media only screen and (max-width: 600px) {
  h3, .kop-als-h3 {
        font-size: 18px;
        line-height: 26px
    }
}
@media only screen and (max-width: 600px) {
  .brand a {
        padding: 17px 0 15px 0;
    }
}
@media only screen and (max-width: 600px) {
  .brand a img {
         
        width: 245px;
        height: 40px;
    }
}
@media only screen and (max-width: 600px) {
  .banner-right-box .banner-right-top {
        margin-right: 0;
        margin-left: 0;
    }
}
@media only screen and (max-width: 600px) {
  .banner-right-box .link-wrapper ul li span div {
        height: 24px;
        width: 24px;
        border-width: 1px;
         
    }
}
@media only screen and (max-width: 600px) {
  .point-carousel-section:after, .testimonial-section:before, .text_page .testimonial-section>img {
        width: 255px;
        height: 255px;
    }
}
@media only screen and (max-width: 600px) {
  .point-carousel-section:after {
        left: 110px;
        right: auto;
    }
}
@media only screen and (max-width: 600px) {
  .testimonial-section:before {
        left: -116px;
    }
}
@media only screen and (max-width: 600px) {
  .testimonial-section .testimonial-wrapper:after {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
  .banner-right-box .link-wrapper ul li p {
        padding-left: 11px;
        padding-right: 7px;
    }
}
@media only screen and (max-width: 600px) {
  .point-carousel-wrapper .point-carousel {
        margin-top: -34px
    }
}
@media only screen and (max-width: 600px) {
  .point-carousel-wrapper .point-carousel .single-block .ref-logo .star:before {
        left: 22px;
    }
}
@media only screen and (max-width: 600px) {
  .point-carousel-wrapper .point-carousel .single-block .link-wrapper ul li span div {
         
        margin-top: 0;
    }
}
@media only screen and (max-width: 600px) {
  .single-block .link-wrapper ul li:before {}
}
@media only screen and (max-width: 600px) {
  .point-carousel-wrapper .point-carousel .single-block {
        margin-bottom: 27px;
        height: calc(100% - 73px);
    }
}
@media only screen and (max-width: 600px) {
  .table-section-wrapper .table-wrapper {
        margin-top: 0;
    }
}
@media only screen and (max-width: 600px) {
  .table-section-main {
         
    }
}
@media only screen and (max-width: 600px) {
  .table-section-wrapper .table-wrapper .row-container .title-row .index {
        width: 25%;
    }
}
@media only screen and (max-width: 600px) {
  .table-section-wrapper .table-wrapper .row-container .title-row .logo {
        width: 37%;
    }
}
@media only screen and (max-width: 600px) {
  .table-section-wrapper .table-wrapper .row-container .row>.logo {
        margin-top: 0;
        padding-top: 5px;
    }
}
@media only screen and (max-width: 600px) {
  .table-section-wrapper .table-wrapper .row-container .row>.open_btn {
        width: 50%;
        text-align: right;
        padding-right: 0;
        margin-top: 6px;
    }
}
@media only screen and (max-width: 600px) {
  .table-section-wrapper .table-wrapper .row-container .row>.open_btn .btn.btn-green {
        font-size: 11px;
        padding: 12px 13px 12px 13px;
        margin-right: 2px;
        margin-top: 13px;
        margin-left: 0;
    }
}
@media only screen and (max-width: 600px) {
  .table-section-wrapper .table-wrapper .row-container .row>.view_btn {
        margin-top: 6px;
    }
}
@media only screen and (max-width: 600px) {
  .table-section-wrapper .table-wrapper .row-container .row>.view_btn .btn {
        margin-left: 14px;
    }
}
@media only screen and (max-width: 600px) {
  .table-section-wrapper .table-wrapper .row-container .row div div.rating-wrapper img {
        margin: 0 1px;
    }
}
@media only screen and (max-width: 600px) {
  .testimonial-section h2, .testimonial-section .kop-als-h2 {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 600px) {
  .testimonial-wrapper .single-testimonial:first-child {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 600px) {
  .testimonial-wrapper .testimonial-detail {
        padding: 109px 15px 20px;
    }
}
@media only screen and (max-width: 600px) {
  .testimonial-wrapper .single-testimonial .client-rating {
        margin-top: -1px;
    }
}
@media only screen and (max-width: 600px) {
  .testimonial-wrapper .single-testimonial .client-rating .star {
        padding-top: 0;
    }
}
@media only screen and (max-width: 600px) {
  .testimonial-wrapper .single-testimonial .client-rating .star p {
        padding-right: 9px;
    }
}
@media only screen and (max-width: 600px) {
  .testimonial-wrapper .single-testimonial .author {
        top: 49px;
        left: -11px;
        padding-right: 0;
    }
}
@media only screen and (max-width: 600px) {
  .testimonial-wrapper .single-testimonial .author-img {
        top: 25px;
    }
}
@media only screen and (max-width: 600px) {
  .why-work-with-section {
         
    }
}
@media only screen and (max-width: 600px) {
  .why-work-with-wrapper .right-box h2, .why-work-with-wrapper .right-box .kop-als-h2 {
        margin-bottom: 9px
    }
}
@media only screen and (max-width: 600px) {
  .why-work-with-wrapper .left-box>div {
        margin-left: -10px;
    }
}
@media only screen and (max-width: 600px) {
  .why-work-with-wrapper .right-box .icon-with-text {
        margin: 0
    }
}
@media only screen and (max-width: 600px) {
  .why-work-with-wrapper .right-box .icon-with-text>div {
        padding: 0
    }
}
@media only screen and (max-width: 600px) {
  .why-work-with-wrapper .right-box .icon-with-text>div p {
        padding-right: 27px
    }
}
@media only screen and (max-width: 600px) {
  .client-logo-section {
         
    }
}
@media only screen and (max-width: 600px) {
  .client-logo-wrapper .logo-slider {
        margin: 0;
    }
}
@media only screen and (max-width: 600px) {
  .accordian-section {
         
    }
}
@media only screen and (max-width: 600px) {
  .accordion-block .accordion-content-block {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 600px) {
  .accordian-section .accordion-row h3, .accordian-section .accordion-row .kop-als-h3 {
        height: auto;
        padding: 16px 65px 16px 20px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 600px) {
  .accordian-section .accordion-row h3:after, .accordian-section .accordion-row .kop-als-h3:after {
        width: 34px;
        height: 34px;
        right: 19px;
        background-size: 11px;
    }
}
@media only screen and (max-width: 600px) {
  footer .footer-block.footer-logo-block>img {
        max-width: 260px;
    }
}
@media only screen and (max-width: 600px) {
  footer .footer-block {
        width: 65%;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 600px) {
  .footer-block.company-block {
        width: 35%;
        padding-right: 0;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 600px) {
  .footer-block.footer-contct-info, footer .footer-block:last-child {
        width: 100%;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 600px) {
  footer .footer-block:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 600px) {
  .blog-listing .blog-col {
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
  .overview-content .breadcrumbs-wrapper .breadcrumbs {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 600px) {
  .date-n-author .date {
        width: auto;
    }
}
@media only screen and (max-width: 600px) {
  .blog-block .date-n-author .author {
        width: calc(100% - 114px);
    }
}
@media only screen and (max-width: 600px) {
  .date-n-author .date, .date-n-author .author {
        font-size: 13px;
    }
}
@media only screen and (max-width: 600px) {
  .tag-active .info-label {
        font-size: 13px;
    }
}
@media only screen and (max-width: 600px) {
  .card-block-main .card-block-right .content-feaueres-rating .ratings-list:after {
        content: '';
        background-color: rgb(174, 214, 238);
        opacity: 0.4;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 1px;
        height: 1px;
        width: 100%;
        width: calc(100% + 14px);
    }
}
@media only screen and (max-width: 600px) {
  .blog-block .date-n-author {
        padding-bottom: 5px;
    }
}
@media only screen and (max-width: 600px) {
  .blog-block .content-block .title {
        height: auto !important;
    }
}
@media only screen and (max-width: 479px) {
  .table-section-wrapper .table-wrapper .table-header .btn-grad {
        padding: 12px 15px 13px 15px;
        font-size: 11px;
    }
}
@media only screen and (max-width: 479px) {
  .table-section-wrapper .table-wrapper .table-header p {
        font-size: 12px;
        padding-top: 8px;
    }
}
@media only screen and (max-width: 479px) {
  .point-carousel-wrapper .point-carousel .single-block {
         
         
         
    }
}
@media only screen and (max-width: 479px) {
  .detial-table .box-row-wise .box-row .box-col .info-icon-block .info-tooltip {
        margin-top: 15px;
        font-size: 13px;
        line-height: 15px;
        word-wrap: normal;
    }
}
@media only screen and (max-width: 479px) {
  .info-icon-block .info-tooltip {
        left: 50%;
        width: 200px;
        top: 15px;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%);
    }
}
@media only screen and (max-width: 479px) {
  .info-icon-block .info-tooltip:before, .info-icon-block .info-tooltip:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 50%;
    }
}
@media only screen and (max-width: 479px) {
  .info-icon-block .info-tooltip:before {
        top: -10px;
        border-width: 7px 6px 6px 0;
    }
}
@media only screen and (max-width: 479px) {
  .info-icon-block .info-tooltip:after {
        top: -7px;
    }
}
@media only screen and (max-width: 479px) {
  .library_themes ul li {
        width: 100%;
    }
}
@media only screen and (max-width: 479px) {
  .field_type-star_rating_field ul.star-rating li {
        padding-right: 3px !important;
    }
}
@media only screen and (max-width: 479px) {
  .header ul.search-details {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 479px) {
  .brand a img {
        width: 205px;
    }
}
@media only screen and (max-width: 479px) {
  .detial-table .box-row .box-col .icons .star-rating li {
        margin-right: 1px;
    }
}
@media only screen and (max-width: 347px) {
  h1, .kop-als-h1, .banner-section h1, .banner-section .kop-als-h1, .banner-section2 h1, .banner-section2 .kop-als-h1, .category_h1 {
        font-size: 26px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 320px) {
  .section-bg-shape {
        margin-top: 44px;
        margin-bottom: 41px;
    }
}
@media only screen and (max-width: 320px) {
  .section-bg-shape:before {
        height: 44px;
        top: -44px;
        background-image: url("../images/section-bg-shape-top-mobile.03628341fbdf.png");
    }
}
@media only screen and (max-width: 320px) {
  .section-bg-shape:after {
        height: 41px;
        bottom: -41px;
        background-image: url("../images/section-bg-shape-bottom-mobile.cbb805365f63.png");
    }
}
@media only screen and (max-width: 320px) {
  .table-section-wrapper .table-wrapper .row-container .row div div.rating-wrapper {
        padding-left: 4px;
        padding-right: 5px;
    }
}
