/* ---------------------------------- */
/* Pricing Plans
------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

.pricing-plan-label strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

/* Pricing Plans Container */
.pricing-plans-container {
  border-radius: 4px;
  box-shadow: 0 0 25px rgba(0,0,0,0.1);
  display: flex;
  font-size: 15px;
}

.pricing-plan {
  flex: 1;
  padding: 35px 17px;
  position: relative;
}

.pricing-plan:first-of-type {
  padding-left: 35px;
}

.pricing-plan:last-of-type {
  padding-right: 35px;
}

.pricing-plan h3 {
  font-size: 19px;
  font-weight: 600;
  margin: 0;
}

.pricing-plan p {
  margin: 0;
  font-size: 15px;
}

/* Label Switcher */
.billed-yearly-label { display: none; }
.billed-yearly .billed-yearly-label { display: block; }
.billed-yearly .billed-monthly-label { display: none; }

/* Pricing Plan Label */
.pricing-plan-label {
  background: #f6f6f6;
  border-radius: 4px;
  font-size: 18px;
  color: #888;
  text-align: center;

  padding: 15px;
  margin: 22px 0;
}

.pricing-plan-label strong {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  margin-right: 5px;
  line-height: 40px;
}


/* Pricing Plan Features */
.pricing-plan-features strong {
  color: #333;
  font-weight: 600;
  display: inline-block;
}

.pricing-plan-features ul {
  padding: 0;
  margin: 0;
}

.pricing-plan-features ul li {
  display: block;
  margin: 0;
  padding: 6px 0;
  line-height: 25px;
  position: relative;
  padding-left: 30px;
}


.pricing-plan-features ul li img {
  color: #26ae61;
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 18px;
  height: 19px;
  width: auto;
}
 
.pricing-plan-features ul li.not-included img {
  height: 25px;
  top: 4px;
  opacity: 0.7;
  left: -2px;
}

.pricing-plan-features ul li.not-included {
  opacity: 0.4;
}

strong.up-to {
    color: #26ae61;
    text-decoration: none;
    background: #26ae6115;
    font-weight: 600;
    border-radius: 3px;
    padding: 4px 7px;
    line-height: 16px;
    display: inline-block;
    position: relative;
    margin-bottom: -5px;
}

.pricing-plan-features ul li a {
  color: #26ae61;
  text-decoration: underline;
}

.pricing-plan-features ul li a.redesign {
    color: #26ae61;
    text-decoration: none;
    background: #26ae6115;
    border-radius: 3px;
    padding: 4px 7px;
    line-height: 20px;
    margin: 5px 0 10px 0;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    position: relative;
}
 
.pricing-plan-features ul li a.redesign:after {
/*    background: #26ae61;
    content: "";
    width: calc(100% - 12px);
    height: 1px;
    display: block;
    position: absolute;
    bottom: 7px;
    left: 6px;
    opacity: 0.5;*/
}


/* Pricing Plan Button */
.pricing-plan .button {
  display: block;
  text-align: center;
  padding: 8px;
  border-radius: 4px;
  transition: 0.3s;
}

.pricing-plan .button {
  color: #66676b;
  background-color: #fff;
  border: 1px solid #66676b;
  box-shadow: 0 4px 12px rgba(102,103,107,0.1);
  font-size: 14px;
  font-weight: 600;
}

.excl-vat {
  display: block;
  font-size: 15px;
  margin-top: -5px;
}


/* Recommended Plan */
.pricing-plan.recommended {
  box-shadow: 0 0px 45px rgba(0,0,0,0.09);
  padding: 35px;
  margin: 0 15px;
}

.pricing-plan .button {
    color: #111;
    border: 1px solid #111;
    background: #fff;
  box-shadow: 0 4px 12px rgba(102,103,107,0.15);
}

.pricing-plan .button:hover {
    color: #fff;
    border: 1px solid #111;
    background: #111;
}

.pricing-plan .recommended-badge {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 45px;
  top: -45px;
  left: 0;
  text-align: center;
  border-radius: 4px 4px 0 0;
  font-weight: 600;
  line-height: 45px;
  font-size: 14px;
}

.pricing-plan .recommended-badge.gray {
  background-color: #e8e8e8;
  color: #666;
}

.pricing-plan .recommended-badge { border-radius: 0; }
.pricing-plan:first-child .recommended-badge {
  border-radius: 4px 0 0 0;
  width: calc(100% + 15px)
}

.pricing-plan:last-child .recommended-badge {
  border-radius: 0 4px 0 0;
  width: calc(100% + 15px);
  left: -15px;
  background-color: #222;
  color: #fff;
}

/* .pricing-plan .recommended-badge {
  background-color: #26ae61;
}
.recommended .pricing-plan-label {
  background-color: #26ae6114;
  color: #26ae61;
}
.recommended .pricing-plan-label strong {
  color: #26ae61;
} 

.pricing-plan .button:hover,
.pricing-plan.recommended .button {
  color: #fff;
  background-color: #26ae61;
  box-shadow: 0 4px 12px rgba(102,103,107,0.15);
}


.pricing-plan.recommended .button {
  color: #26ae61;
  background-color: #26ae6108;
  border: 1px solid #26ae61;
  box-shadow: 0 4px 12px #26ae6112;;
}

.pricing-plan.recommended .button:hover {
  color: #fff;
  background-color: #26ae61;
  border: 1px solid #26ae61;
  box-shadow: 0 4px 12px #26ae6112;;
}

*/

.best .pricing-plan-label {
  background-color: #26ae6114;
  color: #26ae61;
}
.best .pricing-plan-label strong {
  color: #26ae61;
} 

.pricing-plan .recommended-badge {
  background-color: #333;
}

.pricing-plan.best .recommended-badge {
  background-color: #26ae61;
}
.recommended.best .pricing-plan-label {
  background-color: #26ae6114;
  color: #26ae61;
}
.recommended.best .pricing-plan-label strong {
  color: #26ae61;
} 

.pricing-plan.best .button:hover,
.pricing-plan.best .button {
  color: #fff;
  background-color: #26ae61;
  box-shadow: 0 4px 12px rgba(102,103,107,0.15);
}

.pricing-plan.best .button {
  color: #26ae61;
  background-color: #26ae6108;
  border: 1px solid #26ae61;
  box-shadow: 0 4px 12px #26ae6112;;
}

.pricing-plan.best .button:hover {
  color: #fff;
  background-color: #26ae61;
  border: 1px solid #26ae61;
  box-shadow: 0 4px 12px #26ae6112;;
}





/* Media Queries for Pricing Plans */
@media (max-width: 992px) {
  .pricing-plans-container {
    box-shadow: none;
    display: block;
    margin-top: -40px;
  }

  .pricing-plan {
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    margin-bottom: 40px;
    flex: auto;
    width: 100%;
    border-radius: 4px;
    padding: 35px;
  }

  .pricing-plan.recommended {
    padding: 35px;
    margin: 0 0 40px 0;
  }

  .recommended.pricing-plan {
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    margin-top: 80px;
  }
}

.pricing-plans-container { background-color: #fff; }


.top-section.customs {
  background: #f8f8f8;
}
.top-section.customs:before {
  display: none;
}

.customs-intro h3 {
  color: #333;
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 20px 0;
  background-color: #222;
  color: #fff;
  display: inline-block;
  padding: 6px 8px;
  border-radius: 4px;
}

.customs-intro p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  color: #777;
}

.customs-intro {
  display: block;
  text-align: center;
  padding: 100px 15%;
  text-align: left;
  padding: 100px;
  padding-right: 55%;
  padding-left: 0;
}

strong.simple-pricing {
  font-weight: 600;
    background-color: #e8e8e8;
    color: #666;
  border-radius: 4px;
  padding: 10px;
  font-size: 15px;
  margin-top: -3px;
  display: inline-block;
  line-height: 20px;
}

.customs-clipart {
    background-image: url(pics/customs-clipart.svg);
    background-repeat: no-repeat;
    background-position: 100% 35%;
    background-size: 35%;
}

.gray-footer {
  background-color: #f8f8f8;
}

/* FAQ Section */
.faq-section {
  padding: 50px 0;
}
.faq-section h3 {
  font-size: 30px;
  font-weight: 600;
}


@media (max-width: 992px) {
  .container.customs-clipart { background-image: none; }
  .customs-intro { padding: 50px 0; zoom: 0.8;}
  .pricing-plan .recommended-badge { border-radius: 4px 4px 0 0 !important; }
  .pricing-plan:first-child .recommended-badge,
  .pricing-plan:last-child .recommended-badge { width: 100%; left: 0; right: 0;}
  .pricing-plan:last-child  { margin-top: 80px;}
  .logo-white { display: block !important; }
  .navigation { zoom: 0.9; }
}

/* ---------------------------------- */
/* Accordion
------------------------------------- */
.accordion {
  font-size: 16px;
    width: 100%;
    margin: 0 auto;
    border-radius: 4px;
/*    overflow: hidden;*/
/*    box-shadow: 0 4px 16px rgba(0,0,0,0.08);*/
}

.accordion__item {
  margin-bottom: 20px;
}

.accordion__item .accordion__item {
  margin-bottom:0px;
}
.accordion .accordion {
  border-radius: 0px;
  box-shadow: none;
}

.accordion-header,
.accordion-body {
  background: #fff;
}

.accordion-header {
  padding: 15px 25px;
  background: #f0f0f0;
  color: #222;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  transition: all .3s;
  position: relative;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.15);
  border-radius: 4px;
}

.accordion__item.js-accordion-item.active .accordion-header {
  border-radius: 4px 4px 0 0;
  background-color: #222;
  color: #fff;
}

.accordion__item .accordion__item .accordion-header {
    background: #eee !important;
    color: #666 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    font-size: 14px;
    padding: 12px 20px;
}

.accordion__item .accordion__item {
    padding: 0 25px;
    padding-bottom: 15px;
}

.accordion__item .accordion__item:last-child {
    padding-bottom: 25px;
}

.accordion__item .accordion__item.active > .accordion-header:after,
.accordion__item .accordion__item > .accordion-header:after {
  opacity: 0.5;
  width: 24px;
  height: 20px;
  line-height: 0;
  background: url(pics/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  right: 17px;
  top: 16px;
}

.accordion-body {box-shadow: 0 4px 16px rgba(0,0,0,0.08);}
.accordion .accordion .accordion-header {
  box-shadow: 0 -1px 0 rgba(0,0,0,0.07);
}

.accordion-header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  opacity: 0;
  transition: 0.3s;
}

.accordion-body__contents p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*.accordion__item.active .accordion-header:before,
.accordion-header:hover:before { opacity: 0.04; }*/

.accordion-body {
  background: #fff;
  color: #666;
  display: none;
}

.accordion-body__contents {
  padding: 25px;
  font-size: 16px;
  line-height: 28px;
  border-radius: 0 0 4px 4px;
}

.accordion-body__contents a {
color: #26ae61;
text-decoration: underline;
}

.accordion-body__contents,
.accordion-body__contents p{
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}
.accordion-body__contents strong{
  color: #555; font-weight: 600;
}

.accordion__item.active:last-child .accordion-header { border-radius: none; }
.accordion:first-child > .accordion__item > .accordion-header { border-bottom: 1px solid transparent; }

.accordion__item.active > .accordion-header:after,
.accordion__item > .accordion-header:after {
  content: "";
  font-size: 19px;
  position: absolute;
  top: 18px;
  right: 25px;
  transition: .3s all;
  transform: rotate(0deg);
  background: url(pics/arrow-down.svg);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}

.accordion__item.active > .accordion-header:after {
  background: url(pics/arrow-down-white.svg);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}

.accordion-header:hover {
  padding-left: 29px;
}

.accordion__item.active > .accordion-header:after { transform: rotate(-180deg); }
.accordion__item.active .accordion .accordion-header:before { opacity: 0 }


/* Modal Popup */
.modal-popup-wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(10,10,10,0.8);
  top: 0;
  left: 0;
  display: block;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-popup-container {
  width: 600px;
  border-radius: 4px;
  padding: 35px;
  padding-bottom: 25px;
  height: auto;
  background: #fff;
  display: flex !important;
  flex-direction: column !important;
}

/* Show/Hide Popup */
.modal-popup-wrapper {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s;
}

.modal-popup-wrapper .modal-popup-container {
  transform: translateY(-35px);
  transition: 0.4s;
}

.modal-popup-wrapper.popup-enabled {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.modal-popup-wrapper .eapps-form { pointer-events: none; }
.modal-popup-wrapper.popup-enabled .eapps-form { pointer-events: all; }

.modal-popup-wrapper.popup-enabled .modal-popup-container {
  transform: translateY(0px);
}

.modal-popup-headline h3 {
  font-size: 24px;
  font-weight: 600;
  flex: 1;
  margin: 0;
  padding: 0;
}

.modal-popup-headline {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-close{
  height: 38px;
  width: 38px;
  display: inline-block;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  font-size: 18px;
  background-color: #222;
  color: #fff;
}

.popup-close:hover {
  background-color: #363636;
  color: #fff;
}

.modal-popup-content {
  margin-top: 20px;
  display: block;
}


/* Contact Form */
/* body #eapps-form-1 .eapps-form-button, 
body #eapps-form-1 .eapps-form-element-checkbox-options-item input:checked ~ .eapps-form-element-checkbox-options-item-checkmark, 
body #eapps-form-1 .eapps-form-element-radio-options-item input:checked ~ .eapps-form-element-radio-options-item-checkmark, 
body #eapps-form-1 .eapps-form-steps-progress-bar-inner, #eapps-form-1 .eapps-form-element-scale-numbers-options-item-input:checked + .eapps-form-element-scale-numbers-options-item-label,
body #eapps-form-1 .eapps-form-element-scale-numbers-options-item-input:not(:checked):hover + .eapps-form-element-scale-numbers-options-item-label,
.eapps-form-floating-button {
    background-color: #26ae61;
}

#eapps-form-1 .eapps-form-element-label {
    font-size: 13px;
    color: #222;
}

#eapps-form-1 .eapps-form textarea,
#eapps-form-1 .eapps-form input {
  box-shadow: none !important;
  font-size: 14px !important;
}

#eapps-form-1 .eapps-form input::placeholder,
#eapps-form-1 .eapps-form textarea::placeholder {
  font-size: 13px !important;
  color: #888;
  font-weight: 500;
}
 */
/*
#eapps-form-1 .eapps-form input:focus::placeholder,
#eapps-form-1 .eapps-form textarea:focus::placeholder {
  opacity: 0;
}*/

/* 
.eapps-form-error.eapps-form-error-show {
    background: #d7180014;
    color: #d71800;
    font-size: 14px;
    font-weight: 500;
    padding: 12px;
    line-height: 20px;
    height: auto;
    border-radius: 3px;
}

#eapps-form-1 .eapps-form-element-label { margin-top: 0; }

.eapps-form, .eapps-form input { font-family: Montserrat; }

 .eapps-form input { font-size: 14px; }

.eapps-form-element-label { font-size: 13px; }

.eapps-form-element-label-required-indicator {  color: #de260f; }

.eapps-form-element-radio-options-item-checkmark:after {
    width: 10px;
    height: 10px;
}

body .eapps-form-actions-button {
  font-size: 14px;
}

#eapps-form-1 .eapps-form-element-radio-options-item input:checked ~ .eapps-form-element-radio-options-item-checkmark {
  transition: 0.3s;
}

body .eapps-form-element-radio-options-item-checkmark {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    min-width: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 8px;
    border: 2px solid #d6d6d6;
    background: #fff;
}

body #eapps-form-1 .eapps-form-element-radio-options-item-checkmark::after {
    width: 10px;
    height: 10px;
}


body .eapps-form-success-text {
    font-size: 15px;
    padding: 0 24px;
    background: #0e9f3d1f;
    color: #11a742;
    padding: 12px;
    border-radius: 3px;
}

body .eapps-form-success-button {
  background: #222 !important;
  border-radius: 3px;
  font-weight: 600;
  font-size: 15px;
}

body .eapps-form-element-radio-options-item {
    background-color: #fff;
    transition: 0.3s;
    margin: 0;
    padding: 5px 8px;
}

body .eapps-form-element-radio-options-item:hover {
    background-color: #f8f8f8;
    background-color: transparent;
}


.radio-package {
  margin-left: 3px;
  display: inline-block;
  border-radius: 3px;
  color: #26ae61;
  background: #26ae6112;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  top: -2px;
}

body .eapps-form-element-radio-options-item-caption {
  font-weight: 500;
  font-size: 14px;
  top: 2px;
  position: relative;
}

body .eapps-form-style-flat .eapps-form-element-input-textarea,
body .eapps-form-style-flat .eapps-form-element-input-text {
  background-color: #f2f2f2 !important;
  border-radius: 3px !important;
  padding: 16px 14px !important;
  color: #666;
}

body .eapps-form-style-flat .eapps-form-element-input-textarea {
  max-height: 300px;
  overflow-y: auto !important;
  line-height: 24px;
}

body .eapps-form-fieldset { margin-bottom: 10px; }


body .eapps-form-inner { background-color:  #fff; }

 */


.modal-popup-container input,
.modal-popup-container input[type="email"] { line-height:  28px; }

.modal-popup-container input:focus, .modal-popup-container input[type="text"]:focus, .modal-popup-container input[type="password"]:focus, .modal-popup-container input[type="email"]:focus, .modal-popup-container input[type="number"]:focus, .modal-popup-container textarea:focus {
    color: #808080;
    transition: none;
    box-shadow: none;
    border: none;
    opacity: 1;
}

.modal-popup-container input[type="radio"] { display:  none; }
.modal-popup-container label { font-weight:  500 !important; }
div[class^='Choice__OptionsContainer'] label, div[class*='Choice__OptionsContainer'] label{
  font-weight:  500 !important;
  color: #555;
}

.modal-popup-content {
    background-image: none;
    min-height: auto;
}

div[class*='SubmitMessage__Text'] {
    padding: 25px;
    background-color: #e8f7ea;
    color: #5b9a64;
    margin: 20px 0;
    line-height: 24px;
    border-radius: 5px;
}