/* 17/02/2021 */

.custom-pricing > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  overflow: hidden;
}
.pricingBox.rounded-unit {
  border-radius: 8px;
  background-color: #F2F2F2;
}
.pricingBox.rounded-unit.priceMarginmid {
  background-color: #1793A4;
}
.pricingBox.shadowRow {
  -webkit-box-shadow: 0px 0px 25px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 25px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 25px rgba(0,0,0,0.22);
}
.pricingBox.priceMarginfirst,
.pricingBox.priceMarginlast,
.pricingBox.priceMarginmid {
  padding: 0 !important;
}
.pricingBox.priceMarginmid {
  position: relative;
  z-index: 1;
}
.pricingBox > .vc_column-inner,
.pricingBox > .vc_column-inner,
.pricingBox > .vc_column-inner{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pricingBox > .vc_column-inner > .wpb_wrapper > .wpb_text_column{
  padding: 0 30px;
}
.pricingBox > .vc_column-inner > .wpb_wrapper > .wpb_text_column.bg-white{
  padding-top: 37px;
  padding-bottom: 18px;
  margin-bottom: 0 !important;
  background-color: #ffffff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.pricingBox > .vc_column-inner > .wpb_wrapper > .wpb_text_column.bg-white + .wpb_text_column{
  padding-bottom: 24px;
  padding-top: 37px;
  /*border-top-left-radius: 8px;
  border-top-right-radius: 8px;*/
  -webkit-box-shadow: 0px -10px 0px #fff;
  -moz-box-shadow: 0px -10px 0px #fff;
  box-shadow: 0px -10px 0px #fff;
}
.pricingBox > .vc_column-inner > .wpb_wrapper > .wpb_text_column:last-child{
  padding-bottom: 46px;
}
.pricingBox {
  text-align: center;
  position: relative;
}
.heading-tooltip svg.eapps-pricing-table-hint-icon-not-active {
  fill: #1693a4;
}
.pricingBox .pricingPrice {
  font-size: 64px;
  line-height: 1.36;
  font-weight: 700;
  margin-bottom: 0;
}
.pricingBox .pricingPrice strong {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
}
.pricingBox .pricingPrice.title {
  font-size: 35px;
  margin-bottom: 30px;
}

.pricingBox .pricingTitle {
  font-size: 30px;
  line-height: 1.33;
  margin-bottom: 5px;
  color: #207184;
  font-weight: 700;
}

.pricingBox .pricingText {
  font-size: 16px;
  line-height: 1.375;
  color: #207184;
/*  height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;*/
}

.pricingBox .meestGekozen {
  position: absolute;
  margin: 0 auto;
  margin-left: -90px;
  top: -15px;
  background-color: #1793A4;
  z-index: 2;
}

.pricingBox .pricingChecklist {
  width: 100%;
  max-width: 265px;
  margin: 0 auto;
}

.pricingChecklist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pricingChecklist li{
  font-size: 16px;
  line-height: 1.375;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 10px;
}
.pricingChecklist li:last-child{
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.priceMarginmid .pricingChecklist li {
  color: #fff;
  border-bottom-color: #33AEBF;
}
.priceMarginmid .glyphicon.glyphicon-info-sign.bs-tooltip {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.pricingChecklist .tooltip { 
  padding: 0 25px; 
} 

.priceMarginmid .tooltip .tooltip-inner {
  background-color: #fff;
  color: #207184;
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.05);
}

.pricingBox .wpb_button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pricingBox .wpb_button.oranjeC2A {
  background-color: #FF8106 !important;
  color: #fff !important;
}

.priceMarginmid .bg-white {
  position: relative;
  z-index: 1;
}
.priceMarginmid .bg-white:before {
  content: '';
  position: absolute;
  left: -10%;
  bottom: -25px;
  height: 105px;
  width: 120%;
  border-radius: 0 0 100% 100%;
  background-color: #ffffff;
}
.priceMarginmid .bg-white > .wpb_wrapper {
  position: relative;
  z-index: 1;
}
/*.priceMarginmid .bg-white:after{
  -webkit-transform: skew(0, -5.5deg);
  -moz-transform: skew(0, -5.5deg);
  transform: skew(0, -5.5deg);  
}*/
.pricingBox.priceMarginmid .bg-white +.wpb_text_column {
  padding-top: 58px !important;
}
.pricingBox a.wpb_button_a{
  display: inline-block;
  width: 100%;
  max-width: 270px;
}
.pricingBox.priceMarginmid a.wpb_button_a{
  max-width: 100%;
}
.pricingTitle {
  color:#f27a05;
  font-size:20px;
  font-weight:600;
  text-transform:uppercase;
}
.pricingPrice {
  color:#207184;
  font-size:20px;
  font-weight:600;
}
.meestGekozen {
  position: unset;
  float:none;
  top:0;
  left:50%;
  width:180px;
  background: #f27a05;
  border-radius: 8px;
  color: #fff;
  text-transform:uppercase;
  font-weight: 600;
  font-size:14px;
  line-height: 14px;
  padding:10px 24px;
  text-align:center;
  margin:0 auto;
  margin-left:0;
  margin-bottom:15px !important;
}
.pricingBox .wpb_content_element {
  margin-bottom: 0;
}
.pricingChecklist .tooltip{
  left: 0;
  visibility: hidden;
  margin-top: -24px;
  border-bottom: 6px solid transparent;
  -webkit-transform: translate(0%, -100%);
  -moz-transform: translate(0%, -100%);
  -o-transform: translate(0%, -100%);
  -ms-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.pricingChecklist .bs-tooltip:hover + .tooltip{
  opacity: 1;
  visibility: visible;
}

/* New Package CSS */

.new-pricing-table .shadowRow {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 0 1px rgb(0 0 0 / 5%);
  max-width: 320px;
}

.new-pricing-table .pricingBox .pricingTitle {
  color: #1693a4;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  text-transform: capitalize;
  padding-bottom: 36px;
}

.new-pricing-table p.pricingPrice {
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
}

.new-pricing-table .pricingChecklist li {
  font-size: 14px;
  color: rgb(87, 87, 87);
  text-align: left;
  font-weight: 400;
  line-height: 18px;
  border: unset;
  padding: 6px 0;
  margin: 0;
}
.new-pricing-table .pricingChecklist li svg {
  fill: rgb(183, 183, 183);
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.new-pricing-table .pricingBox.rounded-unit.priceMarginmid {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 6px 20px rgb(0 0 0 / 15%);
}
.new-pricing-table sup.eapps-price-currency {
  font-size: 15px;
  opacity: .7;
  font-weight: 400;
  font-style: normal;
  color: rgb(17, 17, 17);
  padding-right: 3px;
}

.new-pricing-table span.price_in {
  color: rgb(17, 17, 17);
}

.new-pricing-table span.price_in_msg {
  font-size: 15px;
  opacity: .7;
  color: rgb(17, 17, 17);
  font-weight: 400;
}
.new-pricing-table .wpb_wrapper >.wpb_text_column.wpb_feature_box {
  padding-top: 14px !important;
}
.new-pricing-table .wpb_wrapper > .centered a.wpb_button_a span{
    width: auto !important;
	border-width:1px;
}
.new-pricing-table.custom-pricing > .vc_column_container > .vc_column-inner > .wpb_wrapper{
  overflow: visible;
}
.new-pricing-table .meestGekozen_in .meestGekozen {
  background-color: #1693a4;
  color: rgb(255, 255, 255);
  position: absolute;
  display: block;
  top: 17px;
  left: 67%;
  width: 140px;
  padding: 10px 20px 10px;
  margin: 0;
  transform: rotate(45deg);
  height: 32px;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  font-size: 13px;
  border-radius: unset;
  margin-bottom: 0 !important;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
  font-weight: 400;
}

.new-pricing-table .meestGekozen_in > .wpb_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 143px;
  overflow: hidden;
}

.wpb_text_column.meestGekozen_in.wpb_content_element.vc_custom_1546881247361 {
  width: 100%;
  height: auto;
}
.new-pricing-table .pricingBox.rounded-unit.priceMarginmid .wpb_text_column.wpb_feature_box {
  padding-top: 14px !important;
}
.new-pricing-table .pricingBox.rounded-unit.priceMarginmid .wpb_text_column.wpb_content_element.bg-white {
  padding-top: 60px;
}

.new-pricing-table .priceMarginmid .bg-white:before,
.new-pricing-table .pricingBox.rounded-unit.priceMarginmid .wpb_text_column.wpb_content_element.bg-white::before{
  content: unset;
}

.new-pricing-table .priceMarginmid .bg-white > .wpb_wrapper{
  position: unset;
}
.new-pricing-table  .pricingBox > .vc_column-inner > .wpb_wrapper > .wpb_text_column.bg-white{
  background-color: unset;
}
.new-pricing-table .shadowRow.priceMarginmid .wpb_text_column.bottom_button {
  padding-bottom: 52px;
}
.new-pricing-table .pricingBox > .vc_column-inner > .wpb_wrapper > .wpb_text_column:last-child{
  padding-bottom: 34px;
  margin-top: 0px !important;
}
.new-pricing-table .pricingBox.priceMarginfirst .wpb_button.oranjeC2A , .new-pricing-table .pricingBox.priceMarginlast .wpb_button.oranjeC2A {
    background-color: #fff !important;
    color: #FF8106 !important;
}

.new-pricing-table .pricingBox.priceMarginfirst .wpb_button.oranjeC2A:hover, .new-pricing-table .pricingBox.priceMarginlast .wpb_button.oranjeC2A:hover {
    background-color: #FF8106 !important;
    color: #fff !important;
}
/* .new-pricing-table .pricingBox .wpb_text_column > .wpb_wrapper .wpb_button.oranjeC2A {
  border-radius: 4px !important;
  line-height: 24px;
  padding: 6px 30px !important;
  font-size: 17px !important;
  border: 1px solid;
  text-transform: unset;
 
} */
/* .new-pricing-table .pricingBox:not(.priceMarginmid) .wpb_text_column > .wpb_wrapper .wpb_button.oranjeC2A {
  border-color: #ff8106;
  color: #ff8106 !important;
  text-transform: unset;
  transform: unset;
  background: transparent !important;
}*/
.new-pricing-table .pricingBox.priceMarginmid a.wpb_button_a{
  transform: scale(0.9);
}
.new-pricing-table .pricingBox.rounded-unit.priceMarginmid span.wpb_button.wpb_btn-large {
  margin-top: 7px;
}
.new-pricing-table  .pricingBox .pricingText {
  color: rgb(17, 17, 17, 0.7);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.new-pricing-table .pricingBox .pricingText span.price_per {
  font-size: 20px;
  font-weight: 700;
  color: rgb(17, 17, 17, 0.7);
}
.new-pricing-table .pricingBox.priceMarginmid .wpb_text_column > .wpb_wrapper .wpb_button.oranjeC2A:hover {
  background-color: transparent !important;
  border: 1px solid #ff8106;
  color: #ff8106 !important;
}
.new-pricing-table .pricingBox .pricingPrice.title {
  font-size: 28px;
}
.new-pricing-table .pricingChecklist .tooltip{
  margin-top: -16px;
}
.new-pricing-table .pricingChecklist .tooltip:hover {
  opacity: 1;
  visibility: visible;
}
.new-pricing-table .shadowRow.rounded-unit.priceMarginmid{
  border-radius: 16px;
}
.new-pricing-table .pricingBox.priceMarginmid > .vc_column-inner > .wpb_wrapper > .wpb_text_column.bg-white{
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.new-pricing-table .shadowRow.rounded-unit.priceMarginfirst {
  border-top-left-radius: 16px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 0;
}
.new-pricing-table .shadowRow.rounded-unit.priceMarginlast {
  border-top-right-radius: 16px;
  border-top-left-radius: 0;
}
.new-pricing-table .shadowRow.priceMarginfirst > .vc_column-inner > .wpb_wrapper > .wpb_text_column.bg-white {
  border-top-left-radius: 16px;
  border-top-right-radius: 0;
}
.new-pricing-table .shadowRow.priceMarginlast > .vc_column-inner > .wpb_wrapper > .wpb_text_column.bg-white {
  border-top-right-radius: 16px;
  border-top-left-radius: 0;
  padding-top: 32px;
}
.new-pricing-table .shadowRow.rounded-unit.priceMarginlast {
  border-top-right-radius: 16px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 16px;
}
.new-pricing-table .pricingBox a.wpb_button_a{
	display:inline;
}
/* .new-pricing-table .pricingBox:not(.priceMarginmid) .wpb_text_column > .wpb_wrapper .wpb_button.oranjeC2A:hover {
  background-color: #ff8106 !important;
  color: #ffffff !important;
} */
li.pack_feature span.bs-tooltip svg {
  position: relative;
  top: 3px;
  margin-left: 2px;
}
.new-pricing-table .tooltip .tooltip-inner {
  position: relative;
  background: #343738;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 20%);
  padding: 12px 20px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}
.new-pricing-table .tooltip .tooltip-inner p {
    color: #fff;
}
@media (max-width: 991.5px){
  .new-pricing-table .meestGekozen_in .meestGekozen{
    left: 55%;
  }
}

@media (max-width: 767px){
  .new-pricing-table .shadowRow.rounded-unit.priceMarginfirst {
      border-radius: 16px;
  }
  .new-pricing-table .shadowRow.priceMarginfirst > .vc_column-inner > .wpb_wrapper > .wpb_text_column.bg-white {
      border-top-left-radius: 16px;
      border-top-right-radius: 16px;
  }
  .new-pricing-table .shadowRow {
      margin-bottom: 30px;
      max-width: 100%;
  }
  .new-pricing-table .shadowRow.rounded-unit.priceMarginlast {
      border-bottom-left-radius: 16px;
  }
  .new-pricing-table .meestGekozen_in .meestGekozen {
      left: unset;
      margin: 0 auto;
      top: 36px;
      width: 180px;
      right: -37px;
  }
  .pricingBox.priceMarginlast{
      margin-top: 0px !important;
  }
  .new-pricing-table .shadowRow.priceMarginmid .wpb_text_column.bottom_button {
      padding-bottom: 46px;
  }
}
@media (max-width: 480px){
  .new-pricing-table .meestGekozen_in .meestGekozen{
    right: -49px;
    top: 24px;
  }
}
/* New Package CSS End */


@media (max-width: 991px){
  .pricingBox .pricingPrice {
    font-size: 50px;
  }
  .pricingBox .pricingTitle {
    font-size: 22px;
  }
  .pricingBox .pricingPrice.title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .pricingBox > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
    padding: 0 15px;
  }
}

@media (min-width: 768px){
  .custom-pricing {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px !important;
  }
  .custom-pricing:before,
  .custom-pricing:after {
    display: none;
  }
  .custom-pricing.wpb_row {
    margin-top: 75px !important;
      margin-bottom: 60px !important;
  }
  .custom-pricing > .vc_column_container > .vc_column-inner,
  .custom-pricing > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    height: 100%;
  }
  .custom-pricing > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
  }
  .custom-pricing > .vc_column_container > .vc_column-inner > .wpb_wrapper > .wpb_text_column:last-child{
    margin-top: auto;
  }
  .pricingBox.priceMarginmid {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .pricingBox.priceMarginmid .bg-white +.wpb_text_column {
    padding-top: 65px !important;
  }
}

@media (max-width: 767px){
  .custom-pricing {
    display: flex;
    flex-direction: column;
  }
  .pricingBox.priceMarginfirst {
    order: 1;
  }
  .pricingBox.priceMarginlast {
    order: 2;
  }
  .pricingBox.priceMarginmid {
    order: 0;
  }
}


/*24-03-2021*/
.pricingBox a.wpb_button_a {
  max-width: 250px;
}

.pricingBox a.wpb_button_a {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
}

.pricingBox.priceMarginmid a.wpb_button_a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.pricingBox .wpb_button.oranjeC2A:hover {
    color: #ff8106 !important;
    background-color: transparent !important;
}
.custom-pricing.container {
  width: 100% !important;
}

.pricingBox.priceMarginmid a.wpb_button_a:hover .oranjeC2A {
  color: #fff !important;
  border-color: #fff;
}
.custom-pricing.wpb_row {
  justify-content: center;
}

@media (min-width: 768px){
  .custom-pricing.wpb_row {
    margin-top: 45px !important;
  }
}