/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@import "package-tabs.css";
/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #c5a974;
}
.d-none {
  display: none !important;
}
.d-inline-b{
    display: inline-block !important;
}
.order-summary-body .item.d-none {
  display: none;
}
#offshore-prices.d-none,
#non-offshore-prices.d-none {
  display: none !important;
  /*display: flex;*/
  /* width: 100%; */
  /*flex-basis: 0 0 50%;*/
}
.d-flex {
  display: flex;
}
.cmpreg-form {
  display: flex;
}
.cmpreg-form-field {
  display: flex;
  margin-right: 5px;
}

.company_setup_container {
  overflow: hidden;
}

.cmpreg-field {
  width: 100%;
  position: relative;
}
.company_setup_container .cmpreg-field {
  margin-bottom: 20px;
}
.cmpreg-field input[type="text"],
.cmpreg-field input[type="email"],
.cmpreg-field select,
.cmpreg-field textarea,
.cmpreg-field input[type="number"] {
	box-shadow: none;
	border: 1px solid #E4E4E4 !important;
	transition: all 150ms ease-in-out;
	border-radius: 0px;
	height: 58px;
	background: #F6F6F6;
	padding: 15px 25px;
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: -0.03em;
	color: #7B7B7B;
  outline:none !important;
}
.cmpreg-field textarea{
	height: 94px;
}
.addons-list ul {
  display: flex;
  flex-wrap: wrap;
}
.addons-list ul > li {
  background: #fff;
  margin: 10px;
  border-radius: 20px;
  width: 25%;
  height: 131px;
  padding: 20px 20px 30px 20px;
  position: relative;
}
.shareholders .cmpreg-field {
  flex: 33.33%;
  padding: 10px 0;
}
.cmpreg-field label {
	font-weight: 600;
	display: block;
	width: 100%;
	color: #808080;
	font-family: 'Poppins';
	font-size: 16px;
	line-height: 27px;
	letter-spacing: -0.03em;
	color: #34383D;
}
.cmpreg-field > select,
.cmpreg-field > input {
  width: 100% !important;
}
.cmpreg-fields-group.shareholders .cmpreg-field input:not(.share_percent) {
}
.select2-search--dropdown .select2-search__field {
  width: 100% !important;
}

.cmpreg-field .share_percent_group {
  position: relative;
  width: 100%;
  display: inline-block;
}

.cmpreg-field .share_percent {
  padding-left: 20px;
}

.cmpreg-field .btn.btn-danger.remove_shareholder {
  background: #303741;
  border-radius: 50%;
  padding: 16px;
  height: 40px;
  width: 40px;
  line-height: 0px;
}
.cmpreg-field span.unit {
  position: absolute;
  display: block;
  right: -4px;
  top: 7px;
  z-index: 9;
}

.cmpreg-field > textarea {
  width: 100%;
  margin-bottom: 5px;
}

.cmpreg-section input.invalid,
.cmpreg-section textarea.invalid,
.cmpreg-section select.invalid {
  background-color: #ffdddd;
}

#select2-freezone_activity-container,
#select2-mainland_activity-container {
  margin: 0;
}

.select2-container.invalid {
  border: 1px solid #ffdddd;
}
.select2-container.invalid .select2-selection {
  background: #ffdddd;
}

.cmpreg-field
.select2-container
.select2-search--inline
.select2-search__field {
    min-height: 18px;
    line-height: 18px;
}
.cmpreg-field
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-bottom: 0;
}
.cmpreg-field
  .select2-container--default
  .select2-search--inline
  .select2-search__field {
  display: inline-block;
  margin: 0;
}

section.addons-container {
  margin-top: 35px;
}

#order-summary-addons-block span {
  display: flex;
}
select#addon-option {
  position: absolute;
  right: 0;
  width: 300px;
  border: solid 1px #E4E4E4;
  background-color: #F6F6F6;
  padding: 14px 25px;
  color: #7B7B7B;
  font-size: 16px;
  font-family: 'Poppins';
  line-height: 22px;
  border-radius: 3px;
  outline: none !important;
  margin-top: -64px;
}
.cmpreg-section .addons-container ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.cmpreg-section .addons-container ul li input {
  margin-right: 10px;
}
.cmpreg-section .addons-container ul li input[type="number"] {
  width: 30%;
}

.owl-carousel .owl-item img {
  display: block;
  height: auto;
  width: 100%;
}

.setup-step {
  transform: translate(9999px);
  opacity: 0;
  transition: opacity 1s linear;
  height: 0;
  display: none;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}
/* Mark the active step: */
.step.active {
  opacity: 1;
  display: inline-block;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04aa6d;
}

/*Modal window css*/
.cmpreg-modal-open {
  overflow: hidden;
}

.cmpreg-modal-header-demo {
  position: relative;
  z-index: 1000;
  height: 15px;
}

.cmpreg-modal-header-demo .close {
  margin: 5px 8px 0 0;
}

.cmpreg-modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.cmpreg-modal.fade .cmpreg-modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.cmpreg-modal.in .cmpreg-modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.cmpreg-modal-open .cmpreg-modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.cmpreg-modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.cmpreg-modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.cmpreg-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.cmpreg-modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.cmpreg-modal-backdrop.in {
  display: none;
  opacity: 0;
  filter: alpha(opacity=50);
}

.cmpreg-modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

.cmpreg-modal-header .close {
  margin-top: -2px;
}

.cmpreg-modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.cmpreg-modal-body {
  position: relative;
  padding: 15px;
}

.cmpreg-modal-body.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6)
    url(https://telr.com/wp-content/themes/blade-child/assets/images/ajax-loader.gif)
    no-repeat;
  background-position: center center;
}

.cmpreg-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.cmpreg-modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.cmpreg-modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.cmpreg-modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.cmpreg-modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.cmpreg-modal .close {
  float: right;
  font-size: 21px !important;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.cmpreg-modal button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.cmpreg-modal .close:hover,
.cmpreg-modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.company_setup_container .cmpreg-field span.select2 {
}

.company_setup_container .cmpreg-field span.select2 .selection {
}

.company_setup_container
  .cmpreg-field
  span.select2
  .selection
  .select2-selection {
  border: 1px solid #c7ab7b !important;
  border-radius: 4px !important;
}
@media (min-width: 768px) {
  .cmpreg-modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .cmpreg-modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    margin-top: 50px;
  }

  .cmpreg-modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .cmpreg-modal-lg {
    width: 900px;
  }
}

.cmpreg-modal-footer:before,
.cmpreg-modal-footer:after {
  content: " ";
  display: table;
}

.cmpreg-modal-footer:after {
  clear: both;
}

/*Alert messages*/
.cmsetup_error_message {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.text_success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.text_error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.text_warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.text_notice {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/*loading animation css*/
.response-loading {
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.response-loading .lds-ellipsis {
  display: inline-block;
}
.response-loading #page {
  opacity: 0.3;
}
.response-loading #Wrapper {
  opacity: 0.3;
}
.lds-ellipsis {
  display: none;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 45%;
  left: 45%;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.liens_infos {
  font-size: 11px;
  font-style: italic;
  color: #fff;
  font-weight: 700;
}
.liens_infos ul {
  text-align: left;
}
.liens_infos ul > li {
  padding: 0 0 0 5px;
}

/*Pricing Table CSS*/
@media only screen and (min-width: 800px) {
  /* section#buy-now {
    width: 80%;
    margin: auto;
  } */
}
.purchase {
  /* border-top: 8px solid #c5a974; */
  /* padding: 0 0px 0px 0px; */
  text-align: center;
  /*font-family: "Lato";*/
  /* padding-top: 10px; */
  overflow-x: auto;
}
.purchase h1 {
  font-size: 26px;
  letter-spacing: 3px;
  line-height: 40px;
  text-transform: uppercase;
}
.purchase p {
  font-size: 14px;
  line-height: 23px;
  /* max-width: 750px; */
  padding: 10px;
  margin: 0 auto;
}

.purchase ul {
  /* display: table; */
  margin: 0px !important;
  width: 100%;
  max-width: 1100px;
  display: none;
}
.purchase li {
  display: flex;
  flex-direction: column;
  /* flex-basis: 100%; */
  /* padding: 5px 0 0; */
  margin-bottom: 0px !important;
  flex: 1;
  -webkit-transition: 0;
  -webkit-transition: all 0.25s, color 0s !important;
  -moz-transition: all 0.25s, color 0s !important;
  -o-transition: all 0.25s, color 0s !important;
  transition: all 0.25s, color 0s !important;
  /* position: relative; */
  z-index: 0;
  border: 1px solid #c5a974;
  background-color: #fff;
}

.purchase li:first-child {
  position: relative;
  right: -1px;
}
.purchase li:last-child {
  position: relative;
  left: -1px;
}

.purchase li:hover,
.purchase li.active_package {
  /* box-shadow: 0 13px 48px rgb(0 0 0 / 20%); */
  color: #000;
  background: rgba(197, 169, 116, 0.2);
  border-color: #c5a974;
}
.purchase li.active_package strong {
  /* border-color: #c5a974 !important; */
  /* border-bottom: 1px solid #c5a974; */
}
.purchase li:hover .purchase-button span,
.purchase li:hover strong {
  background: #c5a974;
  color: #fff;
}
.purchase li.active_package .purchase-price {
  color: #fff !important;
}
.purchase li * {
  -webkit-transition: 0 !important;
  -moz-transition: 0 !important;
  -o-transition: 0 !important;
  transition: 0 !important;
}

.purchase li.active_package .purchase-button span,
.purchase li.active_package strong {
  background-color: #c5a974;
  color: #fff;
}

.purchase li strong {
  font-size: 12px;
  text-transform: uppercase;
  color: #2f3740;
  letter-spacing: 2.4px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 0px;
  display: block;
  border-bottom: 1px solid #c5a974;
}

.purchase ul .purchase-description {
  font-size: 12px;
  line-height: 12px;

  display: flex;
  justify-content: center;
  padding: 5px;
  height: 40px;
  align-items: center;
  border: none;
}
.purchase ul .purchase-description .visa_multiple {
  display: contents;
}
.cross-price i.fa-times {
  color: #c5a974;
  font-size: 14px;
  line-height: normal;
  font-family: "FontAwesome";
}
.left-align-flex {
  text-align: left;
  justify-content: flex-start !important;
}
.purchase .purchase-price {
  font-size: 18px;
  letter-spacing: 2px;
  display: block;
  font-weight: bold;
  background-color: #c5a974;
  height: 88px;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.purchase .purchase-price-discount {
  font-size: 14px;
  letter-spacing: 2px;
  /* padding-top: 20px; */
  /* display: block; */
  font-weight: 400;
  border: none;
  /* display: flex; */
}
.purchase-description .fa-check {
  color: #c5a974;
  padding-right: 10px;
}
.purchase .purchase-button {
  font-size: 18px;
  color: #34383D;
  text-decoration: none;
  line-height: 1;
  padding: 18px 26px;
  width: 100%;
  display: inline-block;
  display: block;
}
.purchase li:hover .purchase-button {
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  transition: 0;
}

.purchase ul a:hover {
  color: #e85700;
}

.purchase ul a {
  color: #000 !important;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* align-content: space-between; */
  /* height: -webkit-fill-available; */
  /* height: 100%; */
}
.h-100 {
  height: 100%;
}
.purchase-button span {
  font-size: 18px;
  font-weight: 600;
  color: #34383D;
  padding: 18px 26px;
  border: 1px solid #DADADA;
  border-radius: 3px;
  cursor: pointer;
  width: 100%;
  display: block;
}
.purchase-button span:hover,
.purchase-button.active_package span {
  background: #c5a974;
  color: #fff;
}
span.price-table-help {
  text-align: center;
  background-color: #000;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  margin-left: 10px;
  border: 0px;
}
span.price-table-help:before {
  content: "?";
  font-weight: bold;
  color: #fff;
}
.cmpreg-heading-container h3 {
	margin-bottom: 40px !important;
/* 	text-transform: uppercase; */
	letter-spacing: 1px;
	margin-top: 40px;
	font-family: 'Neue Haas Grotesk Display Pro';
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 35px;
	letter-spacing: -0.02em;
	color: #34383D !important;

}
.reg-heading p {
  font-size: 18px;
  line-height: 26px;
}
.order_summary_box h3 {
	margin-bottom: 40px;
/* 	color: #fff; */
	font-weight: 600;
	text-transform: uppercase;
/* 	letter-spacing: 0.5px; */
	font-family: 'Neue Haas Grotesk Display Pro';
	font-size: 32px;
	line-height: 35px;
	letter-spacing: -0.02em;
	color: #34383D;
}
.order-summary-body h5 {
  color: #fff;
  margin-bottom: 10px;
}
.order-summary-body > div {
  margin-bottom: 20px !important;
}
.order_summary_box span,
.order_summary_box strong {
/*   color: #c7ab7b; */
	color: #34383D;
}
.order_summary_box .order-box-summary-container {
  /* width: 85%; */
  margin: 0 auto;
  margin-bottom: 40px;
  /* margin-top: 40px; */
  overflow-x: auto;
}

input#phone {
  width: 100%;
}
.flex-item-custom {
  margin-top: 40px;
}
.bg-grey {
  background-color: #f3f3f3;
}
.flex-item-three {
	/*   background-color: #303741; */
	/*   border-top-left-radius: 30px; */
	/*   border-bottom-left-radius: 30px; */
	flex-direction: column;
	padding: 30px 25px;
	display: flex;
	height: 89vh;
	overflow-y: auto;
	border: 1px solid #E4E4E4;
	max-width: 320px;
	width: 100%;
	margin-left: auto;
}
.flex-item-one {
/*   background-color: #303741; */
/*   width: 130px; */
	width: 100%;
  display: flex;
  /* padding: 13px; */
  align-items: center;
  /* margin-bottom: 20px; */
/*   flex-direction: column; */
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 22px 2px;
/*   height: 89vh; */
	height: auto;
	justify-content: space-between;
}
.flex-item-two {
}
.custom-tabs-wizard {
  width: 95%;
  margin: 0 auto;
  /* margin-top: 15px; */
  margin-bottom: 50px;
}
.custom-table-wizard {
  /* width: 95%; */
  /* margin: 0 auto; */
  /* margin-top: 15px; */
  /* margin-bottom: 50px; */
}
.item-tab {
/*   justify-content: center; */
/*   align-items: center; */
  display: flex !important;
  flex-direction: column;
  margin-bottom: 60px;
  text-align: center;
/*   margin: 0 0 40px 0 !important; */
  margin: 0 !important;
}
.item-tab .circle-check {
	color: #BDBDBD;
	background-color: #EAEAEA;
	width: 55px;
	height: 55px;
	display: flex;
	border-radius: 90px;
	justify-content: center;
	align-items: center;
	font-weight: bolder;
	font-size: 20px;
	margin-bottom: 10px;
	border: 5px solid #FFFFFF;
	border-style: double;
}
.item-tab-detail{ max-width: 170px; width: 100%; text-align: left; }
.item-tab-detail span {
	font-family: "Poppins", sans-serif;
	color: #34383D;
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
	/* text-transform: uppercase; */
}
.item-tab .item-tab-detail span {
/*   color: #fafafa7a; */
}
.item-tab.active .item-tab-detail span {
  color: #34383D;
}
.item-tab.active .circle-check {
	background-color: #c7ab7b !important;
	color: #fff !important;
	font-weight: bold;
	border: 5px solid #FFFFFF;
	border-style: double;
}
.order_summary_box h5 {
  background-color: #c7ab7b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 15px;
}
.order-summary-body .item,
.order-summary-total-block,
.order-summary-total-vat-block{
    display: flex;
}
.order-summary-body .item span:first-child,
.order-summary-total-block .item-name,
.order-summary-total-vat-block .item-name{
    width: 70%;
}
.order-summary-total-block .item-detail,
.order-summary-total-vat-block .item-detail,
.order-summary-body .item span:last-child {
  width: 30%;
}

ul#non-offshore-prices {
  margin: 0;
}
.cmpreg-form-field button[type="submit"] {
  padding: 11px 15px;
}
.tipso_bubble {
  background-color: #c5a974 !important;
}
.tipso_bubble.top > .tipso_arrow {
  border-color: #c5a974 transparent transparent !important;
}
span.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  /* color: #acacac !important; */
  line-height: 40px !important;
}
.select2-container .select2-selection--single,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px !important;
  border: none !important;
  border-radius: 0 !important;
}
.select2-container .select2-selection--single {
  border: none !important;
  border-bottom: 1px solid #c5a974 !important;
  border: none !important;
  border-bottom: 1px solid #c5a974 !important;
  border-radius: 0px !important;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: none !important;
  border-bottom: 1px solid #c5a974 !important;
  border-radius: 0px !important;
}
.select2-container--default .select2-selection--multiple {
  border: none !important;
  border-bottom: 1px solid #c5a974 !important;
  border-radius: 0px !important;
}
select#business_type {
  -webkit-appearance: auto !important;
}
/*activity details table*/
#b_activity_details .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  background-color: #fff;
  /* box-shadow: -5px 3px 21px #0000001f; */
}
/*#b_activity_details .row:after {*/
/*  content:'X';*/
/*  position:absolute;*/
/*  right:6px;*/
/*  font-size:20px;*/
/*  font-weight:bolder;*/
/*  padding:5px;*/
/*}*/
.select2-container--default .select2-results > .select2-results__options {
  max-height: 350px !important;
}
#b_activity_details .column {
  flex: 30%;
  /* padding: 10px; */
  /* border: 1px solid #c7ab7b; */
  background: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
}
#b_activity_details .column.activity-table-desc {
  flex: 0 1 100%;
}
/*activity details table*/
/* custom checkbox */
.custom-checkbox {
  /* display: block; */
  position: relative;
  /* padding-left: 35px; */
  /* margin-bottom: 12px; */
  cursor: pointer;
  /* font-size: 22px; */
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding-top: 8px;
  font-weight: 400;
  user-select: none;
  /* width: 25%; */
  font-weight: bold;
  font-size: 12px;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -14px;
  right: -11px;
  height: 25px;
  width: 25px;
  background-color: #cbced2;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  border-color: #c5a974;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  border-color: #c5a974;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* custom checkbox */
.addons-list .tipso_style {
  border-bottom: none !important;
}
i.fas.fa-question-circle.desc-tipso {
  color: #c5a974;
}

.cmpreg-heading-container h4,
.addons-list strong {
  color: #616161;
  padding: 10px;
}
#non-offshore-prices li:first-child {
  /* flex-basis: 20%; */
}

span.select2-selection.select2-selection--multiple {
  min-height: 40px;
  max-height:100px;
  overflow-y:auto;
}
.setup-checkout {
  font-weight: bold;
  margin-bottom: 10px;
}
.viewOrderNav {
  text-align: center;
  clear: both;
  font-size: 16px;
  color: #f8f8f8;
  width: 100%;
  padding: 10px;
  background: #c5a974;
  display: none;
}
.viewOrderNav i {
  font-size: 19px;
  padding: 3px 5px 5px 5px;
  color: #ffffff;
}
.demo-ifr.text-right {
  text-align: right !important;
}
.cmpreg-field-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0px !important;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mn-4P-0 {
  padding: 0 !important;
  margin-bottom: 5px !important;
}
.cmpreg-field-2 {
  flex: 1;
}
.cmpreg-field-2 label {
  font-size: 20px;
  color: #303741;
}
.cmpreg-field-10 {
  flex: 10;
}
.cmpreg-field-row input[type="text"] {
  width: 100%;
}
.remove_shareholder {
  font-size: 35px;
  margin-top: 50px;
  background: none;
  color: black;
  padding: 0;
  display: inline-block;
}
#currency_sel,#currency_sel:hover,#currency_sel:focus{
    background: none !important;
    color: #c7ab7b;
    border: 0;
    cursor: pointer;
    text-align: left;
    padding: 0 !important;
    margin: 0 !important;
        font-weight: bold;
    }
/* bootstrap 3 */
.reset-inputGroup {
  width: 100% !important;
  margin-bottom: 0px !important;
}
.reset-inputGroupaddone {
}
/* bootstrap 3 */

.order_summary_box .order-summary-body span.item-name {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: -0.03em;
	color: #34383D;
}

button#add_shareholder{
	background: #CBB282;
	padding: 8px 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.03em;
	color: #FFFFFF;
	border: 1px solid #CBB282;
}

button#paymentProcess {
	background: #CBB282;
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 18px;
	line-height: 31px;
	letter-spacing: -0.03em;
	color: #FFFFFF;
	border: 1px solid #CBB282;
	width: 100%;
	padding: 19px 25px;
}

button#prevBtn{
	background: #FFFFFF;
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 18px;
	line-height: 31px;
	letter-spacing: -0.03em;
	color: #34383D;
	border: 1px solid #B3B4B7;
	width: 100%;
	padding: 19px 25px;
}
button#nextBtn {
  background: #CBB282;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  border: 1px solid #CBB282;
  width: 100%;
  padding: 19px 25px;
}
@media only screen and (max-width: 1200px) {
  .row.border.main-reg-wrap {
    padding: 0px 30px;
  }
}
 @media only screen and (max-width: 767px) {
  .reg-heading {
      margin-top: 0px !important;
  }
  .reg-heading h2 {
    font-size: 32px !important;
    line-height: 45px !important;
  }
  .item-tab-detail span {
    font-size: 14px !important;
    line-height: 20px !important;
    width: 100px;
    display: inline-block;
  }
  button#add_shareholder {
    position: relative;
    top: 0px;
  }
  select#addon-option {
    position: relative;
    margin: 10px 0px 20px;
    float: right;
    width: 100%;
  }
  .addons-list ul > li {
    width: 45%;
  }
 /* .remove_shareholder {
    margin-top: 34px;
  }
  .flex-item-custom {
    margin-top: 0px;
    border-radius: 0;
  }
  .responsive-container .section_wrapper {
    padding: 0px !important;
  }
  .responsive-container .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
  .item-tab .circle-check {
    width: 30px;
    height: 30px;
    font-size: 14px;
    margin-bottom: 4px;
  }
  .item-tab {
    margin: 8px;
  }
  .item-tab-detail span {
    font-size: 10px;
  }
  .order_summary_box h3 {
    margin-bottom: 10px;
  
  }

  .order-summary-body .item span:first-child,
  .order-summary-total-block .item-name,
  .order-summary-total-vat-block .item-name{
   
    flex: 0 1 100%;
    font-size: 16px;
    margin-bottom: 6px;
  }
  .order-summary-total-block .item-detail,
  .order-summary-total-vat-block .item-detail,
  .order-summary-body .item span:last-child {
 
    flex: 0 1 100%;
    font-size: 16px;
    font-weight: bold;
  }
  .order_summary_box .order-box-summary-container {
    width: 96%;
  }
  .order-summary-total-block strong,
  .order-summary-total-vat-block strong {
    font-size: 16px;
  }
  .liens_infos ul {
    margin: 0;
  }
  .tipso_bubble {
    max-width: 200px;
  }
  .select2-container {
    width: 100% !important;
  }
  .cmpreg-subheading-container h5 {
    font-size: 10px;
  }
  #add_shareholder {
    font-size: 14px;
    padding: 10px 10px;
    margin: 0;
    margin-bottom: 10px;
  }
  .share_percent_group input {
    width: 100% !important;
  }
  .cmpreg-field span.unit {
    right: 20px;
  }
  .section_wrapper {
    padding: 0px !important;
  }
  #b_activity_details .column {
    flex: 50%;
  }
  .purchase .container {
    padding: 0 !important;
  }
  .purchase li strong {
    font-size: 8px;
  }
  .purchase p,
  .purchase .purchase-price-discount,
  .purchase .purchase-price,
  .purchase-button span,
  .purchase ul .purchase-description {
    border-radius: 0;
  }
  div#non-offshore-prices p ,div#non-offshore-prices h5 {font-size: 14px !Important;padding-bottom:10px;}

  span.price-table-help {
    width: 24px;
    height: 24px;
    font-size: 6px;
  }
  .purchase li {
    min-width: 80px;
  }
  .company_setup_container .cmpreg-field,
  .shareholders .cmpreg-field {
    flex: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
  .addons-list ul > li {
    flex: 100%;
  }
  .flex-item-three {
    background-color: #303741;
    flex: 0 1 100%;
    padding: 20px 10px;
  }
  .order-summary-body > div {
    margin-bottom: 20px !important;
    background: #3c4450;
  }
  .order-summary-body .item,
  .order-summary-total-block,
  .order-summary-total-vat-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 10px !important;
    padding: 20px;
    background: #3c4450;
  }
  select#business_type {
    -webkit-appearance: auto;
  }

  .order_summary_box h5 {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 0;
  }
  .flex-item-one {
    background-color: #303741;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    height: auto;
    margin-top: 0px;
    justify-content: space-between;
    align-items: center;
    padding: 22px 10px;
    border-radius: 0;
  }
  .flex-item-one div.item-tab {
    justify-content: center;
    align-items: center;
    display: flex !important;
    margin-bottom: 0px !important;
  }
  .flex-custom {
    display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .flex-item-two {
    background-color: #f3f3f3;
    width: 100%;
    padding: 15px 10px;
  }
  .cmpreg-fields-group {
    margin: 0px;
  }
  .viewOrderNav {
    display: block;
    margin-top: 20px;
  }
  span.price-table-help {
    width: 22px;
    height: 22px;
    font-size: 10px;
    margin-left: 6px;
  }
  .custom-checkbox,.addons-list label ~ span{
      font-size: 16px !important;
      }*/
} 
/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 475px) {
  #b_activity_details .row {
    flex-direction: column;
  }
}

.active-check {
  box-shadow: 1px 2px 14px 6px #c5a974;
}
.pricingTable {
  background: #fff;
	border: 1px solid #E4E4E4;
/*   border-radius: 10px; */
  padding: 40px 30px 30px 30px;
  display: flex;
  width: 100%;
  flex-direction: column;
  min-height: 702px;
  overflow: hidden;
  display: flex !important;
}
/* .pricingTable-header {
  border-bottom: 1px solid #c3bfbf;
} */
.pricingTable-header div.start {
  text-align: start;
}
.pricingTable-header div.end {
	text-align: left;
	/*   background-color: #c3bfbf5c; */
	/*   padding: 3px 5px; */
	margin-top: 46px;
	margin-bottom: 10px;
	font-family: 'Neue Haas Grotesk Display Pro';
	font-weight: 600;
	font-size: 28px;
	line-height: 31;
	letter-spacing: -0.02em;
	color: #34383D;
}

.pricingTable-header div.end .aed {
  color: gray;
}
.pricingTable-body {
  text-align: left;
}
.pricingTable-body div.feature {
  color: #c5a974;
  font-weight: 500;
  font-size: 20px;
}
.pricingTable-list div {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.addons-list label ~ span {
  position: absolute;
  bottom: 15px;
  z-index: 1;
  font-weight: bold;
  left: 19px;
  font-size: 12px;
}
.pricingTable-list div:before {
  content: " ";
  /* width: 10px; */
  /* height: 10px; */
  color: #c5a974;
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  /* margin-top: 5px; */
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 16px;
}
.pricingTable-footer {
  padding-top: 10px;
}
.pricingTable-footer button {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.start {
	font-family: 'Neue Haas Grotesk Display Pro';
	font-weight: 600;
	font-size: 28px;
	line-height: 31px;
	letter-spacing: -0.02em;
	color: #34383D;
}
.pricingTable-body {
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 1;
  overflow-y: auto;
  max-height: 343px;
}
.pricingTable {
  margin-bottom: 60px !important;
}
.pricingTable:hover {
  cursor: pointer;
}
#prevBtn{
    background-color: #303741;}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .addons-list ul > li {
    width: 45%;
  }
}
.reg-heading {
  margin-top: 100px;
}
.additional-company {
  display: none;
}
a#add_more_comp {
  padding-left: 10px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Poppins';
  color: #34383D;
  margin-top: 10px;
}
.details-box {
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
}

.details-box h4 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins';
  color: #34383D;
}

.detail-header {
  border-bottom: solid 1px #E4E4E4;
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.details-box h4 span {
  color: #CBB282;
  margin-right: 10px;
}

.detail-body label {
  font-weight: 600;
  display: block;
  width: 100%;
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.03em;
  color: #34383D;
}

.detail-body p {
  font-family: 'Poppins';
  font-size: 15px;
  line-height: 23px;
  margin: 0px;
  padding: 0px;
}

button.remove_shareholder {
  position: absolute;
  right: 0;
  margin: auto;
}
div#package-block strong {
  font-weight: 400;
  font-family: 'Poppins';
}

div#order-summary-addons-block h5 {
  font-weight: 600;
  display: block;
  width: 100%;
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.03em;
  color: #34383D;
}

#order-summary-addons-block .item {
  margin-bottom: 18px;
  font-size: 15px;
  justify-content: space-between;
}
.order-summary-jurisdiction-block.clearfix {
  display: none;
}
option[value="licenseservices"], option[value="bankingassistance"], option[value="financialservices"] {
  display: none;
}