/* General */
.gform_fileupload_rules {
	display: none !important;
}

body {
	margin: 0;
	overflow-x: hidden;
	max-width: 100%;
	background-color: #FFF;
	font-family: "TeXGyreRegular", sans-serif;
	color: #7F7F7F;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
	position: relative;
	min-height: 100%;
} 

a {
  color: #0358FE;
  outline: 0;
  text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #FE571D;
}

button, button:active, button:focus,
input, input:active, input:focus,
textarea, textarea:active, textarea:focus,
select, select:active, select:focus {
	outline: none;
}

input::-webkit-input-placeholder {
  color: #A3A3A3;
}

input:-moz-placeholder {
  color: #A3A3A3;
  opacity: 1;
  font-weight: normal;
}

input::-moz-placeholder {
	color: #A3A3A3;
  opacity: 1;
  font-weight: normal;
}

input:-ms-input-placeholder {
	color: #A3A3A3;
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  color: #A3A3A3;
}

textarea:-moz-placeholder {
  color: #A3A3A3;
}

textarea::-moz-placeholder {
  color: #A3A3A3;
}

textarea:-ms-input-placeholder {
  color: #A3A3A3;
}

ul {
	padding-left: 0;
	margin-bottom: 0;
}

@-moz-document url-prefix() {
  .taxatie_form ul#gform_fields_1 .left_position textarea {
    	min-height: 205px !important;
	}
}

@media not all and (min-resolution:.001dpcm) { @media {

    .taxatie_form ul#gform_fields_1 .left_position textarea {
    	min-height: 205px !important;
	}
}}

.more {
  top: -24px;
  position: relative;
}

.morecontent span {
  display: none;
}

.morelink {
  display: block;
}

.title_st {
  margin-top: -22px;
}

.title {
  font-family: "GilroyLight", sans-serif;
}

.title b, .title strong {
  font-family: "GilroyBold", sans-serif;
}

.subtitle {
  font-family: "TeXGyreBold", sans-serif;
  font-size: 18px;
}

.btn {
  font-family: "TeXGyreBold", sans-serif;
  color: #FFF;
  font-size: 15px;
  display: inline-block;
  background: red;
  background: linear-gradient(225.97deg, #FF772B 0%, #FD4213 100%);
  box-shadow: inset 0 0 0 0 #E23E0F, 0 2px 0 0 #DB390C;
  padding: 10px 20px 12px;
  transition: 0.3s;
}

.btn:focus, .btn:active {
  color: #FFF;
}

.btn:hover {
  background: linear-gradient(225.97deg, #FFF 0%, #FFF 100%);
  color: #FE571D
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

header {
  background-color: #FFF;
  border: 1px solid #EBEBEB;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

header .header_container {
  position: relative;
  padding-left: 35px;
  height: 85px;
}

header .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .header .header_logo {
  font-family: "TeXGyreBold", sans-serif;
  font-size: 20px;
  padding: 12px 0;
}

header .header .header_logo a:hover {
  color: #0358FE;
}

header .header .header_logo img {
  position: relative;
  top: 11px;
  padding-right: 3px;
}

header .header_menu {
  font-size: 16px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

header .header_menu ul {
  padding: 13px 0;
}

header .header_menu ul li {
  list-style: none;
  display: inline-block;
  padding: 0 35px 0 0;
}

header .header_menu ul li a {
  color: #222222;
  font-family: "GilroyMedium", sans-serif;
  transition: 0.2s;
}

header .header_menu ul li.current-menu-item a {
  color: #0257FE;
}

header .header_menu ul li a:hover {
  color: #FE571D;
  /*font-family: "GilroySemibold", sans-serif;*/
}

header .header_link a {
  background: linear-gradient(225.97deg, #FF772B 0%, #FD4213 100%);
  color: #FFF;
  font-size: 20px;
  font-family: "GilroySemibold", sans-serif;
  padding: 29px 30px 33px;
  line-height: 4;
}

header .header_link a, header .header_link a:hover {
  color: #FFF;
}

.mobile_header, .mobile_menu,
.mobile_banner, .mobile_banner_image {
  display: none;
}

footer {
  background-color: #F9F9F9;
  color: #222222;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
   -webkit-align-items: center;
      -moz-box-align: center;
       -ms-flex-align: center;
           align-items: center;
  position: relative;
  padding: 8px 30px;
}

footer .footer_copyright span {
  color: #0257FE;
}

footer .footer_copyright a, footer .footer_menu ul li a {
  color: #222222;
}

footer .footer_copyright a:hover, footer .footer_menu ul li a:hover {
  color: #FE571D;
}

footer .footer_copyright img {
  width: 35px;
  position: relative;
  top: 2px;
}

footer .footer_menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

footer .footer_menu ul {
  margin: 0;
}

footer .footer_menu ul li {
  list-style: none;
  display: inline-block;
  padding-right: 27px;
}

footer .footer_logo img {
  width: 35px;
  margin-bottom: -5px;
}

.fixed_number {
  display: inline-block;
  position: fixed;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  background-color: #252525;
  font-size: 21px;
  right: -90px;
  padding: 9px 37px 11px 30px;
  font-family: "TeXGyreBold", sans-serif;
  z-index: 9;
}

.fixed_number a, .fixed_number i::before {
  color: #FFF;
}

.fixed_number i::before {
  transform: rotate(-180deg);
}

.mobile_fixed_axatie {
  display: none;
}

/* Home page */
.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box; 
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  padding: 210px 0 50px;
}

body.logged-in .banner {
  padding: 185px 0 10px;
}

.banner .banner_image {
  width: 52%;
}

.banner .banner_details {
  width: 45%;
}

.banner .banner_image img {
  width: 100%;
}

.banner .banner_circles {
  position: relative;
}

.banner .banner_container {
  padding-left: 91px;
  padding-right: 145px;
}

.banner .banner_container .title {
  font-size: 42px;
  margin-bottom: 0;
}

.banner .banner_head_circle {
  position: relative;
  z-index: 1;
  background: url(../img/header-circle.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: 470px;
  padding: 60px 0 200px;
  color: #FFF;
}

.banner .banner_content {
  width: 90%;
  margin: 15px 0 25px;
  line-height: 22px;
}

.banner .banner_container .title p, .banner .banner_content p {
  margin: 0;
}

.banner .banner_circle_logo {
  background: url(../img/header-light-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0 130px;
  color: #0156FE;
  position: absolute;
  top: -80px;
  right: -5px;
  width: 278px;
}

.banner .banner_circle_logo .banner_logo_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "GilroyBold", sans-serif;
}

.banner .banner_circle_logo .banner_logo_content span {
  position: relative;
  left: 54px;
  top: -16px;
}

.banner .banner_circle_logo .banner_logo_content img {
  width: 75px;
  height: 75px;
  position: relative;
  right: -67px;
  top: -41px;
}

.banner .banner_circle {
  background: url(../img/blue-small.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 110px;
  height: 220px;
  background-size: contain;
}

.after_banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 100px 0 55px;
}

.after_banner.before_form {
  padding: 10px 0px 70px;
}

.after_banner.before_form .title_afbanner img {
  top: -23px;
}

.after_banner .content_afbanner b, .after_banner .content_afbanner strong {
  font-family: "TeXGyreBold", sans-serif;
}

.after_banner .title_afbanner {
  width: 30%;
  position: relative;
}

.after_banner .content_afbanner {
  width: 70%;
}

.after_banner .title_afbanner .title {
  font-size: 40px;
  margin: 0;
  color: #505050;
  position: relative;
  z-index: 1;
}

.after_banner .title_afbanner img {
  position: absolute;
  top: -2px;
  left: -31px;
  width: 95px;
}

.after_banner .title_afbanner .title p {
  margin: 0;
}

.after_banner .content_afbanner ul {
  -webkit-column-count: 2;
    -moz-column-count: 2;
         column-count: 2;
  margin-top: 8px;
}

.after_banner .content_afbanner ul li {
  -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
                 break-inside: avoid;
  list-style: none;
  line-height: 25px;
  padding: 0 15px;
}

.work_with_us {
  padding: 117px 0;
  overflow: hidden;
}

.work_with_us_block {
  position: relative;
}

.work_with_us_block::after {
  content: '';
  background: url(../img/vectorpaint.svg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
  background-position: center center;
}

.work_with_us .work_with_us_container {
  background-color: #0257FE;
}

.work_with_us .work_with_us_container::before, .work_with_us .work_with_us_container::after {
  content: '';
  display: block;
  background-color: #0257FE;
  width: 105%;
  height: 108px;
  transform: rotate(2.5deg);
  position: relative;
  left: -7px;
}

.work_with_us .work_with_us_container::before {
  top: -53px;
}

.work_with_us .work_with_us_container::after {
  bottom: -45px;
}

.work_with_us .work_with_us_content {
  text-align: center;
  top: -80px;
  position: relative;
  color: #FFF;
  max-width: 600px;
  margin: 0 auto;
}

.work_with_us .work_with_us_content .title {
  font-size: 42px;
  letter-spacing: 0.5px;
  margin: 0;
}

.work_with_us .work_with_us_content .subtitle {
  margin-top: 0;
  margin-bottom: -40px;
}

.work_with_us .work_with_us_content .details {
  line-height: 25px;
  margin-bottom: 24px;
  margin-top: -35px;
}

.work_with_us .work_with_us_content .details p {
  margin-bottom: 19px;
}

.work_with_us .work_with_us_content .work_with_us_btn {
  position: relative;
  z-index: 1;
  margin-bottom: -160px;
}

.valuation .valuation_container {
  max-width: 80%;
  margin: 0 auto;
}

.valuation .head_valuation {
  text-align: center;
  color: #505050;
  max-width: 600px;
  margin: 0 auto;
}

.valuation .head_valuation .subtitle {
  margin-bottom: 0;
}

.valuation .head_valuation .title {
  font-size: 39px;
  letter-spacing: 0.5px;
  margin-top: 8px;
}

.valuation .valuation_steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  margin-top: 40px;
}

.valuation_mobile_steps {
  display: none;
}

.valuation .valuation_steps .valuation_step {
  width: 23%;
  text-align: center;
  color: #0257FE;
}

.valuation .valuation_steps .valuation_step img {
  max-width: 115px;
  margin-bottom: 8px;
}

.valuation .valuation_steps .valuation_step .step_title {
  font-family: "TeXGyreBold", sans-serif;
  margin-bottom: -10px;
}

.valuation .valuation_description {
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
  line-height: 25px;
  padding: 64px 0 96px;
}

.taxatie_blform {
  background-color: #0257FE;
}

.taxatie_blform .taxatie_form_head {
  text-align: center;
  color: #FFF;
  padding: 63px 0 24px;
}

.taxatie_blform .taxatie_form_head .subtitle {
  margin: 0;
}

.taxatie_blform .taxatie_form_head .title {
  font-size: 39px;
  margin: 0;
  padding-top: 4px;
}

.taxatie_blform .taxatie_form_container {
  width: 82%;
  margin: 0 auto;
}

.taxatie_blform .taxatie_form label {
  font-family: "TeXGyreBold", sans-serif;
  color: #FFF;
  padding-bottom: 5px;
}

.taxatie_blform .taxatie_form span.gfield_required,
.taxatie_blform .taxatie_form span.screen-reader-text {
  display: none;
}

.taxatie_form ul#gform_fields_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.taxatie_form ul#gform_fields_1 .left_position {
  width: 65%;
}

.taxatie_form ul#gform_fields_1 .right_position {
  width: 35%;
}

.taxatie_form ul#gform_fields_1 .left_position input, .taxatie_form .jq-selectbox__select {
  height: 48px;
}

.taxatie_form .jq-selectbox__select  {
  border-radius: 0;
  border: 1px solid #FFF;
  background: #FFF;
  box-shadow: none;
  text-shadow: none;
  font-family: "TeXGyreRegular", sans-serif;
  line-height: 3;
}  

.taxatie_form ul#gform_fields_1 .left_position input, .taxatie_form ul#gform_fields_1 .left_position textarea {
  border: 1px solid #FFF;
  padding-left: 10px;
  -webkit-appearance: none;
  border-radius: 0;
}

.taxatie_form ul#gform_fields_1 .left_position textarea {
  min-height: 200px;
}

.taxatie_form .gform_wrapper.gravity-theme .gfield {
  margin-top: 11px;
  color: #2C2C2C;
	width: 100%;
}

.taxatie_form .gform_wrapper.gravity-theme .gfield input {
    min-height: 50px;
    border: 0;
    border-radius: 0;
    padding: 10px;
}

p.gform_required_legend {
    display: none!important;
}

.taxatie_form .jq-selectbox.jqselect.gfield_select {
  width: 100%;
}

.taxatie_form ul#gform_fields_1 .right_position li#field_1_10 {
  color: #FFF;
  font-family: "TeXGyreBold", sans-serif;
}

.taxatie_form .file_container {
  background-color: #FFF;
}

.taxatie_form #gform_fields_1 .right_position .file_container {
  margin-top: 10px;
  padding: 37px 20px 0;
}

.taxatie_form #gform_fields_1 .right_position .file_container li {
  margin-top: -20px;
  padding-right: 0;
}

.taxatie_form #gform_fields_1 .right_position .file_container li:first-child {
  margin-bottom: 33px;
}

.taxatie_form #gform_fields_1 .right_position .file_container li:last-child {
  padding: 62px 0 21px;
  color: #a8a8a8;
}

.taxatie_form #gform_fields_1 .right_position .file_container li:nth-child(3),
.taxatie_form #gform_fields_1 .right_position .file_container li:nth-child(5),
.taxatie_form #gform_fields_1 .right_position .file_container li:nth-child(7) {
  margin-top: -10px;
  margin-bottom: 39px;
}

.taxatie_form #gform_fields_1 .right_position .gform_fileupload_multifile .gform_drop_area {
  padding: 12px;
}

.taxatie_form .jq-selectbox__trigger {
  border-left: 0;
}

.taxatie_form .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  display: none;
}

.taxatie_form .jq-selectbox__trigger::after {
  font-family: "Icons";
  content: '\e800';
  font-size: 19px;
  position: relative;
  top: -5px;
  color: #0257FE;
  font-weight: 900;
  right: -6px;
}

.taxatie_form .jq-selectbox__dropdown {
  font-family: "TeXGyreRegular", sans-serif;
  border-radius: 0;
  border: 1px solid #dadada;
  margin-top: -1px;
  box-shadow: none;
}

.taxatie_form .jq-selectbox li.selected {
  color: #FFF !important;
  background-color: #ff6100;
}

.taxatie_form .jq-selectbox li:hover {
  color: #FFF !important;
  background-color: #A3ABB1;
}

.taxatie_form .jq-selectbox li {
  margin-top: 0 !important;
  padding: 9px 10px 12px;
}

.taxatie_form .gform_footer.top_label {
  text-align: center;
  padding: 13px 0 54px;
}

.taxatie_form .gform_wrapper {
  margin: 16px 0 0;
}

.taxatie_form .gform_footer #gform_submit_button_1 {
  font-family: "TeXGyreBold", sans-serif;
  color: #FFF;
  border: none;
  font-size: 15px;
  display: inline-block;
  background: linear-gradient(225.97deg, #FF772B 0%, #FD4213 100%);
  box-shadow: inset 0 0 0 0 #E23E0F, 0 2px 0 0 #DB390C;
  padding: 10px 20px 12px;
  transition: 0.3s;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

.taxatie_form .gform_footer #gform_submit_button_1:hover {
  background: linear-gradient(225.97deg, #FFF 0%, #FFF 100%);
  color: #FE571D;
}

body img.gform_ajax_spinner {
  display: none !important;
}

.taxatie_form #gform_preview_1_11,  .taxatie_form #gform_preview_1_14 {
  margin-bottom: 14px;
}

li#field_1_11, li#field_1_14, li#field_1_16 {
  position: relative;
}

.ginput_preview {
  position: absolute;
  width: 100%;
  background: #FFF;
  margin-top: -11px;
}

/* Over ons page */
.head_over_ons {
  padding: 130px 0 0;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.head_over_ons img {
  width: 120px;
  margin-bottom: 12px;
}

.head_over_ons .title {
  font-size: 39px;
  color: #0257FE;
  max-width: 550px;
  margin: 0 auto;
}

.head_over_ons .title p {
  margin: 0;
}

.head_over_ons .over_ons_content {
  line-height: 24px;
}

.head_over_ons .over_ons_content p {
  margin-bottom: 20px
}

.over_ons_block {
  position: relative;
}

.over_ons_block .over_ons {
  padding: 117px 0 0;
  overflow: hidden;
}

.over_ons .over_ons_container {
  background-color: #0257FE;
}

.over_ons .over_ons_container::before {
  content: '';
  display: block;
  background-color: #0257FE;
  width: 105%;
  height: 108px;
  transform: rotate(1.5deg);
  position: relative;
  left: -7px;
  top: -53px;
}

.over_ons .over_ons_container .over_ons_blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #FFF;
  padding: 0 80px;
  margin-top: -92px;
  position: relative;
  padding-bottom: 68px;
}

.over_ons .over_ons_container .over_ons_blue .over_ons_l {
  width: 60%;
}

.over_ons .over_ons_container .over_ons_blue .over_ons_r {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.over_ons .over_ons_description {
  line-height: 24px;
}

.over_ons .over_ons_description p {
  margin-bottom: 23px;
}

.over_ons .over_ons_description a {
  color: #FFF;
  text-decoration: underline;
  font-family: "GilroyBold", sans-serif;
}
 
.over_ons .over_ons_container .over_ons_blue .over_ons_r img {
  width: 320px;
  height: 350px;
  object-fit: contain;
}

.over_ons .over_ons_btn {
  margin-top: 20px;
}

/* Waarom verkopen page */
.selling_reasons {
  background-color: #0257FE;
  color: #FFF;
  margin-top: 110px;
  position: relative;
}

.selling_reasons .selling_reasons_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 55px 60px;
}

.selling_reasons_container .selling_reasons_l {
  width: 30%;
}

.selling_reasons_container .selling_reasons_r {
  width: 65%;
}

.selling_reasons .selling_reasons_container .title {
  font-size: 39px;
  margin: 0;
  line-height: 45px;
}

.selling_reasons .selling_reasons_container .title::before {
  content: '';
  background: #FFF;
  display: block;
  height: 4px;
  width: 20px;
  margin: 20px 0 12px;
}

.selling_reasons .selling_reasons_container .title p {
  margin: 0;
}

.selling_reasons_content a {
  color: #FFF;
  text-decoration: underline;
  font-family: "TeXGyreBold", sans-serif;
}

.selling_reasons_content b, .selling_reasons_content strong {
  font-family: "TeXGyreBold", sans-serif;
  font-size: 15px;
}

.selling_reasons_content .span {
  font-family: "TeXGyreBold", sans-serif;
}

.selling_reasons_content p {
  margin-bottom: 20px;
}

.selling_reasons .selling_reasons_content {
  line-height: 23px;
  width: 90%;
}

.selling_reasons .selling_reasons_btn {
  margin: 27px 0 40px;
}

.selling_reasons .selling_reasons_img {
  opacity: 0.1;
  position: absolute;
  top: 50px;
  left: -50px;
}

.selling_reasons_img img {
  width: 400px;
}

/* 404 page */
.page_404 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  color: #0257FE;
}

.page_404 img {
  max-width: 470px;
  margin: 0 auto;
  margin-bottom: -13px;
}

.page_404 .subtitle {
  margin: 0;
  font-family: "GilroyBold", sans-serif;
}

.page_404 .title {
  font-size: 39px;
  max-width: 500px;
  margin: 0 auto;
  line-height: 46px;
  margin-top: 4px;
}

.page_404 .btn_404 {
  margin: 27px 0 0;
}

.btn_404 .btn {
  padding: 10px 30px 12px;
}

/* Default pages */
.page_content {
  margin: 120px 0 100px;
  line-height: 25px;
}

.page_content a {
  color: #0257FE;
}

.page_content p {
  margin-bottom: 20px;
}

.page_content b, .page_content strong {
  font-family: "GilroyBold", sans-serif;
}

.page_content h1, .page_content h2, .page_content h3, .page_content h4, .page_content h5, .page_content h6 {
  color: #505050;
  font-family: "GilroyLight", sans-serif;
  margin: 25px 0;
}

.page_content h1, .page_content h2 {
  line-height: 33px;
}

.page_content ul, .page_content ol {
  margin-left: 20px;
}

body .form_thanks {
  min-height: calc(100vh - 120px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
}

body.logged-in .form_thanks {
  min-height: calc(100vh - 150px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
}

.form_thanks .form_thanks_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/bedanktpage-circles.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #FFF;
  padding: 92px 0;
}

.form_thanks .form_thanks_row .form_thanks_l {
  width: 40%;
  position: relative;
  left: 140px;
  top: 20px;
}

.form_thanks .form_thanks_row .form_thanks_l .title {
  max-width: 240px;
  font-size: 34px;
  margin: 0;
  line-height: 40px;
}

.form_thanks .form_thanks_row .form_thanks_l .title  p, .form_thanks .form_thanks_row .form_thanks_l h5 p {
  margin: 0;
  padding-top: 5px;
}

.form_thanks .form_thanks_row .form_thanks_l h5 {
  font-size: 15px;
  max-width: 250px;
  font-weight: normal;
  margin: 0;
  padding-top: 14px;
}

.form_thanks .form_thanks_row .form_thanks_r {
  width: 60%;
  padding-right: 70px;
  position: relative;
  top: 20px;
}

.form_thanks .form_thanks_row .form_thanks_r_content {
  max-width: 95%;
  line-height: 23px;
} 

.form_thanks .form_thanks_row .form_thanks_r_content .form_thanks_btn {
  margin-top: -7px;
}

.form_thanks .form_thanks_row .form_thanks_r_content p {
  margin-bottom: 28px;
}








/* Media queries */
@media (max-width: 1350px) {

  header .header_menu {
    left: 54%;
  }

}

@media (max-width: 1200px) {

  .container {
    margin: 0 40px;
  }

  body.page-template-form_bedankt .container {
    margin: 0;
  }

  .form_thanks {
    min-height: calc(100vh - 100px);
  }

  .banner .banner_container {
    padding-left: 84px;
    padding-right: 30px;
  }

  .banner .banner_circle_logo .banner_logo_content img {
    width: 60px;
    height: 60px;
    right: -80px;
  }

  .banner .banner_circle_logo .banner_logo_content span {
    top: -22px;
  }

  .after_banner {
    padding: 0 0 45px;
    margin-top: -30px;
  }

  .after_banner .title_afbanner .title {
    font-size: 34px;
  }

  footer {
    font-size: 11px;
  }

  .footer {
    padding: 8px 20px;
  }

  footer .footer_menu ul li {
    padding-right: 10px;
  }

  header .header .header_logo, .header .header_link a {
    font-size: 16px;
  }

  .header .header_link a {
    padding: 32px 30px 34px;
    line-height: 5.2;
  }

  header .header_menu {
    font-size: 15px;
    margin-top: 3px;
  }

  body.logged-in .head_over_ons {
    padding: 90px 0 0;
  }

  .after_banner .content_afbanner ul {
    margin-top: 0;
  }

}

@media (max-width: 1130px) {

  .banner .banner_head_circle {
    background-size: contain;
  }

  .banner {
    padding: 185px 0 10px;
  }

  .banner .banner_circle {
    height: 245px;
  }

  .after_banner .title_afbanner .title {
    font-size: 31px;
  }

  .after_banner .content_afbanner ul li {
    padding: 0 10px;
  }

  .valuation .valuation_container {
    max-width: 100%;
  }

  .valuation .valuation_description {
    max-width: 500px;
  }

  .taxatie_blform .taxatie_form_container {
    width: 93%;
  }

  .gform_wrapper li#field_1_20.gfield_html {
    font-size: 11px;
  }

  .taxatie_form ul#gform_fields_1 .left_position textarea {
    min-height: 237px !important;
  }

  header .header_menu {
    left: 56%;
  }

  .over_ons .over_ons_container::before {
    transform: none;
  }

  .over_ons .over_ons_container .over_ons_blue .over_ons_r img {
    width: 280px;
    height: 380px;
    margin-left: 60px;
  }

  .selling_reasons {
    margin-top: 90px;
  }

  .selling_reasons .selling_reasons_container .title {
    font-size: 32px;
    line-height: 39px;
  }

  .selling_reasons .selling_reasons_img {
    left: -90px;
    top: 100px;
  }

}

@media (max-width: 991px) {
	
	.after_banner.before_form {
    padding: 10px 0px 0;
  }

  .after_banner.before_form .title_afbanner img {
    top: -19px;
    width: 70px;
  }
	
	.selling_reasons_button {
		margin-top: 40px;
	}

	#wpadminbar {
    display: none;
  }

  .container {
    margin: 0;
  }

  body, html {
    overflow-x: hidden;
    color: #5a5a5a;
  }

  .btn {
    font-size: 14px;
  }

  .btn:hover {
    background: linear-gradient(225.97deg, #FF772B 0%, #FD4213 100%);
    color: #FFF;
  }

  header, 
  .fixed_number,
  .banner {
    display: none;
  }

  footer {
    position: relative;
    margin: 0 10px 60px;
    font-size: 13px;
    padding-bottom: 27px;
  }

  .footer {
    display: block;
    padding: 12px 10px 20px;
    position: static;
  }

  footer .footer_menu {
    position: static;
    left: 0;
    transform: none;
    margin-top: -8px;
    margin-bottom: 9px;
  }

  footer .footer_menu ul li {
    padding-right: 8px;
  }

  footer .footer_logo {
    display: inline-block;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
  }

  footer .footer_copyright, footer .footer_copyright a {
    color: #0257FE;
  }

  footer .footer_copyright span {
    display: none;
  }

  footer .footer_copyright img {
    width: 57px;
  }

  footer .mbu {
    position: absolute;
    left: 11px;
    bottom: 24px;
  }

  .mobile_fixed_axatie {
    font-size: 14px;
    display: block;
    background: linear-gradient(225.97deg, #FF772B 0%, #FD4213 100%);
    position: fixed;
    left: 0;
    bottom: -2px;
    width: 100%;
    font-family: "TeXGyreBold", sans-serif;
    text-align: center;
    z-index: 99;
  }

  .mobile_fixed_axatie a {
    color: #FFF;
    display: block;
    padding: 14px 0 16px;
  }

  .mobile_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    background: #FFF;
    border-bottom: 1px solid #f5f5f5;
    z-index: 99;
  }

  .mobile_header .mobile_header_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .mobile_header .mobile_logo_container {
    background-color: #0357fe;
    padding: 10px;
  }

  .mobile_header .mobile_logo_container img {
    width: 35px;
  }

  .mobile_header .mobile_icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .mobile_header .mobile_icons .mobile_icon_phone {
    padding-right: 9px;
  }

  .mobile_header .mobile_icons .mobile_icon_phone i::before {
    color: #0357fe;
    font-size: 24px;
    transform: rotate(-270deg);
  }

  .mobile_header .patty {
    width: 28px;
    background: #0357fe;
    height: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
    margin-right: 12px;
    margin-top: -9px;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
  }

  .mobile_header .patty::before {
    content: "";
    width: 28px;
    background: #0357fe;
    height: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
    margin-top: 7px;
    display: block;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
  }

  .mobile_header .patty::after {
    content: "";
    width: 21px;
    background: #0357fe;
    height: 2px;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 5px;
    display: block;
  }

  .mobile_header .patty.active {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); 
    margin-top: 0px;
    height: 3px;
  }

  .mobile_header .patty.active::before {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg); 
    -webkit-transform: rotate(-90deg); 
    margin-top: 0px;
    height: 3px;
  }

  .mobile_header .patty.active::after {
    display: none;
  }

  .mobile_menu {
    display: block;
    position: fixed;
    top: 47px;
    left: 120%;
    width: 100%;
    background-color: #FFF;
    transition: 0.3s;
    z-index: 98;
  }

  .mobile_menu.active {
    left: 0;
  }

  .mobile_menu .main_menu {
    padding: 0 12px 9px;
  }

  .mobile_menu .main_menu li {
    position: relative;
    list-style: none;
    display: block;
    border-bottom: 1px solid #eaeaea;
    padding: 0;
  }

  .mobile_menu .main_menu li:last-child {
    border-bottom: 0;
  }

  .mobile_menu .main_menu li::after {
    content: "\e802";
    font-family: "Icons";
    color: #fd531b;
    float: right;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
  }

  .mobile_menu .main_menu li a {
    color: #505050;
    width: 100%;
    display: inline-block;
    padding: 18px 0 23px;
  }

  .mobile_banner {
    position: relative;
    display: block;
    left: -52px;
    margin-top: 98px;
    width: 123%;
  }

  body.logged-in .mobile_banner {
    margin-top: 55px;
  }

  .mobile_banner .mobile_banner_content img {
    width: 100%;
  }

  .mobile_banner .mobile_banner_description {
    position: absolute;
    top: 46%;
    left: 47%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    text-align: center;
    color: #FFF;
  }

  .mobile_banner .mobile_banner_description .title {
    margin-bottom: -6vw;
    font-size: 7vw;
  }

  .mobile_banner .mobile_banner_description .btn {
    font-size: 2.5vw;
    padding: 1.5vw 2.5vw 2vw;
  }

  .mobile_banner_image {
    display: block;
    width: 82%;
    margin: 0 auto;
    padding-top: 13px;
  }

  .mobile_banner_image img {
    width: 100%;
  }

  .mobile_banner_contain {
    overflow: hidden;
  }

  .mobile_banner .banner_content {
    margin: 0 auto;
    font-size: 3vw;
  }

  .after_banner {
    display: block;
    text-align: center;
    padding: 50px 0 0;
    margin: 0;
  }

  .after_banner .title_afbanner, .after_banner .content_afbanner {
    width: 100%;
  }

  .after_banner .content_afbanner {
    max-width: 600px;
    margin: 0 auto;
  }

  .after_banner .content_afbanner ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin-top: 30px;
  }

  .after_banner .content_afbanner ul li {
    margin-bottom: 35px;
  }

  .after_banner .title_afbanner .title {
    font-size: 27px;
    max-width: 300px;
    margin: 0 auto;
    line-height: 30px;
  }

  .after_banner .title_afbanner img {
    top: -7px;
    left: 50%;
    width: 75px;
    transform: translateX(-50%);
  }

  .work_with_us_block {
    margin-top: -15px;
    padding: 0 10px;
  }

  .work_with_us .work_with_us_content {
    padding: 0 15px;
  }

  .work_with_us .work_with_us_content .subtitle {
    font-size: 16px;
    margin-bottom: -20px;
  }

  .work_with_us .work_with_us_content .title {
    font-size: 27px;
    letter-spacing: 0;
    line-height: 30px;
  }

  .work_with_us .work_with_us_content .details {
    margin-top: -10px;
  }

  .work_with_us .work_with_us_container::after {
    height: 130px;
  }

  .work_with_us_block::after {
    background-size: cover;
  }

  .valuation .head_valuation .subtitle {
    font-size: 16px;
  }

  .valuation .head_valuation .title {
    font-size: 27px;
    letter-spacing: 0;
    line-height: 33px;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 8px;
  }

  .valuation {
    margin-top: -30px;
  }

  .work_with_us .work_with_us_container::before, .work_with_us .work_with_us_container::after {
    transform: rotate(5.5deg);
  }

  .valuation .valuation_steps {
    display: none;
  }

  .valuation_mobile_steps {
    display: block;
  }

  .valuation_mobile_steps .mobile_steps_slider_item img {
    max-width: 150px;
    margin: 0 auto;
    width: 65%;
    padding-bottom: 8px;
  }

  .valuation_mobile_steps .owl-dots {
    text-align: center;
    margin-top: 5px;
  }

  .valuation_mobile_steps .owl-dots button {
    padding: 0 3px !important;
  }

  .valuation_mobile_steps .owl-dots button span {
    display: inline-block;
    background-color: #0357fe;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    opacity: 0.3;
  }

  .valuation_mobile_steps .owl-dots button.active span {
    opacity: 1;
  }

  .valuation_mobile_steps .mobile_steps_slider_item {
    text-align: center;
    color: #0257FE;
  }

  .valuation_mobile_steps .mobile_steps_slider_item .step_title {
    font-family: "TeXGyreBold", sans-serif;
    margin-bottom: -9px;
    font-size: 17px;
  }

  .valuation .head_valuation .title {
    margin-bottom: 35px;
  }

  .valuation .valuation_container {
    max-width: 100%;
  }

  .valuation_mobile_steps .owl-stage .owl-item.center {
    opacity: 1;
  }

  .valuation_mobile_steps .owl-stage .owl-item {
    opacity: 0.3;
  }

  .valuation .valuation_description {
    max-width: 500px;
    padding: 20px 0 80px;
    width: 85%;
  }

  .taxatie_blform .taxatie_form_head .subtitle {
    font-size: 16px;
  }

  .taxatie_blform .taxatie_form_head .title {
    font-size: 30px;
  }

  .taxatie_blform .taxatie_form_head {
    padding: 45px 0 7px;
  }

  .taxatie_form ul#gform_fields_1 {
    display: block;
  }

  .taxatie_form ul#gform_fields_1 .left_position {
    width: 102%;
  }

  .taxatie_form ul#gform_fields_1 .right_position {
    width: 100%;
  }

  .taxatie_form ul#gform_fields_1 .right_position {
    margin-top: 30px;
  }

  .taxatie_blform .taxatie_form_container {
    width: 90%;
  }

  .taxatie_blform .gform_wrapper .top_label div.ginput_container {
    margin-top: 3px;
  }

  .taxatie_form ul#gform_fields_1 li {
    margin-top: 5px;
  }

  .taxatie_form .screen-reader-text {
    display: none !important;
  }

  .taxatie_form #gform_fields_1 .right_position .file_container li:nth-child(3), .taxatie_form #gform_fields_1 .right_position .file_container li:nth-child(5), .taxatie_form #gform_fields_1 .right_position .file_container li:nth-child(7) {
    margin-bottom: 9px;
  }

  .taxatie_form #gform_fields_1 .right_position .file_container li:last-child {
    padding: 50px 0 30px;
  }

  .taxatie_form .gform_footer #gform_submit_button_1 {
    width: auto;
    font-size: 14px;
    margin-top: 4px;
  }

  .taxatie_form .gform_footer.top_label {
    padding: 10px 0 33px;
  }

  .taxatie_blform {
    margin: 0 10px;
  }

  body.logged-in .head_over_ons {
    padding: 55px 0 0;
  }

  .head_over_ons {
    padding: 97px 0 0;
  }

  .head_over_ons img {
    width: 130px;
    margin-bottom: 7px;
  }

  .head_over_ons .title {
    font-size: 27px;
    max-width: 500px;
  }

  .head_over_ons .over_ons_content {
    padding: 0 15px;
    margin-top: 18px;
    font-size: 14px;
    line-height: 25px;
  }

  .head_over_ons .over_ons_content p {
    margin-bottom: 30px;
  }

  .over_ons .over_ons_container::before {
    transform: rotate(-6.5deg);
    top: -56px;
  }

  .over_ons_block {
    margin: 0 11px;
    padding-top: 37px;
    margin-bottom: 10px;
  }

  .over_ons .over_ons_container .over_ons_blue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 20px;
    margin-top: -255px;
  }

  .over_ons .over_ons_container .over_ons_blue .over_ons_r img {
    width: 220px;
    height: 220px;
    margin-bottom: 17px;
    margin-left: 0;
  }

  .over_ons .over_ons_container .over_ons_blue .over_ons_l, .over_ons .over_ons_container .over_ons_blue .over_ons_r {
    width: 100%;
  }

  .over_ons_block .over_ons {
    padding: 150px 0 0;
  }

  .over_ons .over_ons_description {
    line-height: 25px;
    text-align: center;
    font-size: 14px;
  }

  .over_ons .over_ons_btn {
    text-align: center;
    margin-bottom: 55px;
  }

  .over_ons .over_ons_description a {
    font-size: 15px;
  }

  .selling_reasons .selling_reasons_container {
  	display: block;
  	padding: 45px 25px;
  	text-align: center;
  }

  .selling_reasons_container .selling_reasons_r, .selling_reasons_container .selling_reasons_l, .selling_reasons .selling_reasons_content {
  	width: 100%;
  }

  .selling_reasons .selling_reasons_content {
    line-height: 24px;
    font-size: 14px;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 41px;
    margin-bottom: -17px;
  }

  .selling_reasons_container .selling_reasons_r {
    margin-top: 35px;
  }

  .selling_reasons {
    margin-top: 110px;
  }

  .selling_reasons .selling_reasons_container .title::before {
   	display: none;
  }

  .selling_reasons .selling_reasons_container .title {
    font-size: 32px;
    line-height: 35px;
    max-width: 350px;
    margin: 0 auto;
  }

  .selling_reasons .selling_reasons_img {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .selling_reasons .selling_reasons_img img {
    width: 112px;
  }

  .selling_reasons_content br, .selling_reasons_content strong {
    font-size: 18px;
    position: relative;
    top: -10px;
  }

  .selling_reasons_content p {
    margin-bottom: 45px;
  }

  .selling_reasons .selling_reasons_btn {
    margin: 0 0 15px;
  }

  body.error404 .mobile_fixed_axatie {
    display: none;
  }

  body .page_404 {
    width: 100%;
    top: 50%;
  }

  body.logged-in .page_404 {
    top: calc(50% - 56px);
    width: 100%;
  }

  body .page_content {
    margin: 90px 0;
  }

  body .page_content  {
    margin: 105px 0;
  }

  body.logged-in .page_content {
      margin: 60px 0;
  }

  .page_content {
    padding: 0 20px;
  }

  .page_404 img {
    max-width: 450px;
    width: 90%;
  }

  .page_404 .subtitle {
    font-size: 23px;
  }

  .page_404 .title {
    font-size: 29px;
    line-height: 36px;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 4px;
    padding: 0 15px;
  }

  .page_content h1, .page_content h2 {
    margin: 25px 0 18px 0;
  }

  body.page-template-form_bedankt footer, body.page-template-form_bedankt .mobile_fixed_axatie {
    display: none;
  }

  .form_thanks .form_thanks_row {
    display: block;
    padding: 45px 0;
  }

  .form_thanks .form_thanks_row .form_thanks_l {
    width: 100%;
    position: static;
    left: 0;
    top: 0;
    text-align: center;
  }

  .form_thanks .form_thanks_row .form_thanks_r {
    width: 100%;
    padding-right: 0;
    position: static;
    top: 0;
    text-align: center;
  }

  .form_thanks .form_thanks_row .form_thanks_l .title {
    margin: 0 auto;
    font-size: 30px;
    line-height: 33px;
  }

  .form_thanks .form_thanks_row .form_thanks_l h5 {
    display: none;
  }

  .form_thanks .form_thanks_row .form_thanks_r_content p {
    margin-bottom: 20px;
  }

  body.logged-in .form_thanks {
    min-height: 100vh;
    padding-top: 0;
  }

  body .form_thanks {
    min-height: 100vh;
    padding-top: 0;
  }

  .form_thanks .form_thanks_row .form_thanks_r_content {
    max-width: 80%;
    margin: 0 auto;
  }

}

@media (max-width: 767px) {

   .form_thanks .form_thanks_row .form_thanks_r_content {
      max-width: 95%;
    }

  .mobile_banner .mobile_banner_description {
    max-width: 400px;
  }

}

@media (max-width: 641px) {

  .taxatie_form ul#gform_fields_1 .left_position {
    width: 100%;
  }

}

@media (max-width: 600px) {

  .valuation .head_valuation .title {
    max-width: 300px;
  }

  footer {
    font-size: 10px;
  }

  footer .footer_copyright img {
    width: 47px;
  }

  footer .footer_menu {
    margin-top: -4px;
    margin-bottom: 4px;
  }

  .mobile_banner .mobile_banner_description {
    left: 50%;
  }

  .head_over_ons .title {
    max-width: 300px;
  }

}

@media (max-width: 450px) {

  .mobile_banner .mobile_banner_description .btn {
    font-size: 13px;
    padding: 10px 14px 12px;
  }

}

@media (max-width: 400px) {

  .mobile_banner .mobile_banner_description .title {
    font-size: 26px;
  }

  .mobile_banner {
    width: 125%;
  }

}

@media (max-width: 350px) {

  .mobile_banner_description .title {
    font-size: 25px;
    line-height: 27px;
  }

  .mobile_banner .mobile_banner_description {
    font-size: 11px;
  }

}












