* {
  box-sizing: border-box;
}

body {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: left;
  text-transform: none;
  color: #767171;
}

body.core-override {
  overflow: auto;
}

a,
a:hover,
a:focus {
  text-decoration: none !important;
  color: #767171;
}

.panel-title a:hover {
  text-decoration: none;
}

br.br {
  clear: both;
}

p {
  color: #000;
  line-height: 1.4;
}

.c-button {
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 35px;
  background-color: #7f7f7f;
  border: 1px solid #7f7f7f;
  cursor: pointer;
  color: #fff;
  outline: none;
  transition: all 0.2s linear;
}

.custom-checkbox-wrapper .custom-checkbox {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  right: 37px;
  z-index: 9;
  opacity: 0;
}

.custom-checkbox-wrapper .custom-checkbox.domain-checkbox {
    right: 56px;
}

.custom-checkbox-wrapper span.domain-info {
    right: 51px;
}

.custom-checkbox-wrapper .custom-checkbox {
    right: 50px;
}

.custom-checkbox-wrapper span.question-info-span {
    right: 42px;
}

.custom-checkbox-wrapper label {
  color: #000 !important;
}

.custom-checkbox-wrapper span {
  position: absolute;
  right: 30px;
  top: 3px;
}

.c-button:hover {
  background-color: #fff;
  color: #7f7f7f;
}

.c-button.button-free.brochure-button {
  font-size: 13px;
  padding: 10px 30px;
  margin-left: 25px;
}

.a-details .col-md-5.field-input.checkbox-wrap.is-medium.register-sp.custom-checkbox-wrapper {
    margin: 20px 0;
}

.power-launch-q.core-override .a-details .col-md-5 {
    padding: 0;
}

/****************************************************************************************** ONLINE QUESTIONNAIRE ******************************************************************************************/

/* generalCorrection */

.img-title-one {
  height: 60px;
  margin-left: 30px;
}

.img-title-two {
  /*height: 95px;*/
  text-align: center;
  float: right;
  /*margin-right: 30px;*/
}

.img-title-two a:first-child {
    display: block;
    cursor: unset;
}

.img-title-two a.img-two-contact {
  display: inline-block;
  /*padding-top: 12px;*/
  padding-left: 15px;
}

.img-title-two a.img-two-contact:active,
.img-title-two a.img-two-contact:focus,
.img-title-two a.img-two-contact:visited {
    color: #18afff;
}

.img-title-two img,
.img-title-one img {
  height: 100%;
  display: block;
  margin: 0 auto;
}

.img-title-two img {
    width: 100%;
    max-width: 200px;
    height: auto;
    padding: 0 10px 10px 10px;
}

.img-title-one a {
  display: block;
}

.img-title-one a img {
  width: 100%;
  padding-right: 20px;
}

/****** Main ********/

/* radioInput */

.radio-checked {
  padding-bottom: 20px;
  margin-top: 30px;
}

.radio-checked span {
  padding-left: 25px;
  margin-right: 60px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.radio-checked input[type="radio"],
.radio-checked input[type="checkbox"] {
  /* position: absolute; */
  opacity: 0;
}

.radio-checked label {
  display: unset;
  position: relative;
  cursor: pointer;
  font-size: 15px;
}

.radio-checked label:before {
  content: " ";
  position: absolute;
  top: -4px;
  left: -15px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border: 1px solid #7f7f7f;
  border-radius: 20%;
}

.radio-checked label:after {
  content: " ";
  position: absolute;
  left: -12px;
  top: -1px;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20%;
}

.radio-checked input:checked + label:after {
  background: #18afff;
}

/* .panel-body p:first-child {
  padding-top: 20px;
  } */

/* section-oq-1 */

.main {
  padding-top: 0;
}

.wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.media .col-md-10 {
  padding-left: 30px;
}

.main-media-left {
  padding-right: 0;
}

.main-media-left a {
  display: inline-block;
}

.main .media-heading {
  font-size: 14px;
  line-height: 1.2;
  padding-right: 99px;
  color: #000;
}

.main-media-left a:last-child img {
  height: 100px;
}

.main-media-left a:last-child {
  float: right;
}

.main-media-left a:first-child img {
  height: 33px;
}

.main-media-left a:first-child {
  padding-left: 10px;
}

.main .media {
  background-color: #f7f7f7;
}

.section-oq-1,
.section-oq-1-completed {
  margin-top: 40px;
  margin-bottom: 30px;
}

.section-oq-1 .media,
.section-oq-1-completed .media {
  padding-bottom: 30px;
  padding-top: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-oq-1 h3,
.section-oq-1-completed h3 {
  color: #b5afa3;
  font-size: 21px;
  padding-bottom: 15px;
}

.button-2-bnr {
  background-color: #18afff;
  display: inline-block;
  margin-top: 50px;
}

.button-2-bnr a {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  padding: 5px 25px;
}

.button-2-bnr a > p {
  padding: 0;
  margin: 0;
}

/* section-oq-2 */

.section-oq-2 .panel {
  margin-bottom: 15px;
  border: none;
  border-radius: 0;
  width: 100%;
}

.section-oq-2 .panel-default > .panel-heading {
  background-color: #f7f7f7;
  padding: 0;
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
}

.section-oq-2 .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

.section-oq-2 .panel-title a {
  display: flex;
  align-items: center;
  height: 100%;
}

.section-oq-2 .span-status::after {
  content: "\25bc";
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 20px;
  color: #ccc;
}

.section-oq-2 .span-status-completed {
  border-color: #97c322;
  margin-left: auto;
}

.section-oq-2 .span-num {
  height: 30px;
  width: 30px;
  color: #18afff;
  align-self: center;
}

.section-oq-2 .span-num-completed {
  background-color: #97c322;
}

.span-num,
.span-title {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
}

.span-title,
.span-subtitle {
  margin-left: 20px;
  color: #18afff;
}

.section-oq-2 .span-status p {
  margin: 0;
  padding: 3px 0 0 0;
  text-align: center;
  line-height: 1.2;
}

.section-oq-2 .span-status p:first-child {
  color: #000;
  font-size: 12px;
}

.section-oq-2 .span-status p:last-child {
  color: #000;
  font-size: 13px;
  font-weight: 900;
}

.checked-container {
  margin-left: auto;
  padding-top: 17px;
}

.green-checked {
  margin: 0 10px;
}

.green-checked img {
  height: 19px;
  margin-right: 5px;
}

.green-checked p {
  color: #000;
  font-size: 13px;
}

.green-checked img,
.green-checked p {
  display: inline-block;
}

/* 2 */

.wrapper-inputs {
  padding-left: 80px;
  padding-right: 50px;
}

.wrapper-inputs h2,
.wrapper-inputs h4 {
  color: #18afff;
  padding: 0;
}

.wrapper-inputs div h2 {
  margin: 23px 0;
}

.wrapper-inputs div h4 {
  font-size: 20px;
  /*margin: 30px 0;*/
}

.d-first p,
#collapseFour .panel-body p.note-domain {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-right: 80px;
  color: #000;
  padding-left: 10px;
}

.d-second p {
  font-size: 14px;
  color: #000;
  margin-bottom: 67px;
}

/*.wrapper-inputs .col-md-6.d-first,*/
/*.wrapper-inputs .col-md-6.d-first,*/
/*.field-input {*/
/*  padding: 0;*/
/*}*/

.field-input input,
.f-input input,
.option-3b select {
  text-align: left;
  border-radius: 5px;
  border: 1px solid #767171;
  padding: 4px 1px 4px 10px;
  width: 100%;
  transition: 0.5s;
  position: relative;
  color: #000;
  outline: none;
  margin-bottom: 40px;
}

textarea::placeholder,
input::placeholder {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1;
  color: #767171;
  font-style: italic;
  font-family: 'Quicksand', sans-serif !important;
}

.f-input input::placeholder {
  font-size: 15px;
  color: #767171;
}

.field-input ion-icon:after {
  content: "\f375";
  cursor: pointer;
  position: absolute;
  font-family: "Ionicons";
  top: -2px;
  right: 25px;
  color: #363636;
  font-size: 27px;
}

.wrapper-inputs .c-button {
  font-size: 13px;
  font-weight: 400;
  padding: 10px 30px;
  margin-bottom: 30px;
  margin-right: 15px;
}

.panel-body {
  background-color: #fff;
}

.d-first {
  padding: 0;
}

.two-main .d-first .field-input input,
.f-input input {
  margin-bottom: 3px;
}

.d-first .button-check .c-button {
  margin-right: 0;
}

.button-check .c-button {
  margin: 0 auto;
  display: block;
}

.wrapper-inputs .buttons-12.button-check {
  padding-top: 0;
}

.two-main .c-button2 {
  margin-top: 40px;
}

.two-main .buttons-122 {
  background-color: #fbfbfb;
}

.two-main .panel.panel-info {
  padding: 0;
  border: 1px solid #18afff;
}

.two-main .radio-checked label:before {
  top: -3px;
}

.two-main .radio-checked label:after {
  top: 0;
}

.two-main p.five-blue-p {
  position: relative;
  margin-left: 30px;
  margin-bottom: 0;
  font-size: 17px;
}

.two-main .panel-info p.five-blue-p {
  margin-bottom: 20px;
}

.two-main h3 {
  padding: 0;
  margin: 5px 0;
  font-weight: 500;
  font-size: 17px;
}

.two-main .panel-heading {
  padding: 15px 20px;
}

.two-main .panel-info p.five-blue-p:before {
  content: "\f2bc";
  position: absolute;
  font-family: "Ionicons";
  color: #18afff;
  left: -25px;
  bottom: 15px;
  font-size: 25px;
  font-weight: 600;
}

.two-main .radio-checked {
  background-color: #fbfbfb;
  padding-bottom: 0;
}

.two-main .panel-info > .panel-heading {
  border-bottom: 1px solid #18afff;
}

.two-main .panel-danger > .panel-heading {
  border-bottom: 1px solid #a44544;
}

.two-main .panel.panel-danger {
  padding: 0;
  border: 1px solid #a44544;
}

.two-main .panel-danger h3.five-blue-p,
.two-main .panel-danger > .panel-heading {
  color: #a44544;
}

.two-main .panel-danger p.five-blue-p {
  position: relative;
  margin-left: 30px;
  font-size: 17px;
  color: #a44544;
}

.two-main .panel-danger p.five-red-p {
  color: #a44544;
  padding: 5px 0;
}

.two-main .panel-warning p.five-yellow-p {
  color: #8a6d3b;
  padding: 5px 0;
}

.two-main .panel-danger p.five-blue-p-title:before {
  content: "\f2c0";
  color: #a44544;
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  font-family: "Ionicons";
  left: -25px;
  bottom: 15px;
}

.two-main .panel {
  margin-bottom: 40px;
}

.two-main .panel-warning p,
.two-main .panel-danger p {
  font-size: 17px;
}

.two-main .panel-body {
  padding-left: 40px;
}

.two-main .panel-danger .radio-checked input:checked + label:after {
  background-color: #a44544;
}

.two-main .panel-danger .radio-checked {
  padding-top: 20px;
}

.two-main .panel-warning h3.five-blue-p {
  color: #8a6d3b;
}

.two-main .panel.panel-warning {
  border: 1px solid #8a6d3b;
}

.two-main .panel-warning > .panel-heading {
  border-bottom: 1px solid #8a6d3b;
}

.two-main .panel.panel-warning {
  padding: 0;
}

.two-main .panel.panel-warning .five-blue-p-title {
  color: #8a6d3b;
}

.two-main .panel-warning p.five-blue-p-title:before {
  content: "\f3a5";
  color: #8a6d3b;
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  font-family: "Ionicons";
  left: -25px;
  bottom: 15px;
}

.two-main .panel-warning .radio-checked input:checked + label:after {
  background: #8a6d3b;
}

.panel-info > .panel-heading {
  background-color: #f0cab0;
}

/* 3 */

#collapseThree div > h4 {
  margin: 30px 0 20px 0;
}

#collapseThree div > p:first-child {
  color: #000;
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.4;
}

#collapseThree div .p-input-title {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}

#collapseThree .field-input.abn-input {
  margin-top: 0;
}

.wrapper-inputs .buttons-12 {
  padding: 30px 0 0 0;
  /*margin-top: 40px;*/
}

.field-input .c-card,
.field-input .c-card::placeholder,
.field-input .date,
.field-input .date::placeholder,
.field-input .tax,
.field-input .tax::placeholder {
  font-weight: 400;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3px;
  padding-top: 5px;
  font-size: 18px;
  letter-spacing: 6px;
  color: #000;
}

/*.field-input .c-card,*/
/*#questions .abn-input input {*/
/*  width: 90%;*/
/*}*/

.abn-input {
  margin-top: 20px;
}

.field-input .c-card::placeholder,
.field-input .date::placeholder,
.field-input .tax::placeholder {
  color: #bfbfbf;
  font-weight: 900;
}

.field-input .c-card::placeholder {
  font-size: 23px;
}

.field-input .date::placeholder,
.field-input .tax::placeholder {
  font-size: 20px;
}

/* 3a */

/* .option-3a {
	display: none;
	} */
#questions .option-3a .radio-checked label:before {
  top: -2px;
  width: 20px;
  height: 20px;
}

#questions .option-3a .radio-checked label:after {
  top: 1px;
  width: 14px;
  height: 14px;
}

#questions .option-3a i.ion-information-circled:before {
  content: "\f311";
  font-family: "Ionicons";
  color: #18afff;
  font-size: 20px;
  font-style: normal;
  padding-top: 6px;
}

#questions .option-3a .radio-checked {
  margin-top: 30px;
  margin-bottom: 35px;
}

/* 3b */

/* .option-3b-hide {
	display: none;
	} */
.option-3b {
  padding-right: 80px;
}

/* .option-3b h2, 
.option-3b h4, 
.option-3b p {
	color: #000;
	} */
#collapseThree div.option-3b > h4 {
  margin: 20px 0 20px 0;
}

.option-3b p {
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
}

.option-3b hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #ccc;
}

.option-3b ul {
  margin: 0;
  padding-left: 15px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
}

.option-3b li.li-indented {
  margin-left: 80px;
}

#questions .option-3b p.p-last {
  padding-top: 20px;
  padding-bottom: 40px;
}

.radio-checked label.check5:before {
  top: -2px;
}

.radio-checked label.check5:after {
  top: 1px;
}

/*.prev-name-check {*/
/*  padding-left: 0;*/
/*}*/

.col-md-12.if-no-red {
  padding-left: 0;
}

/* 3c */

/*3c-1 - sole trader*/
/* .option-3c-opt1 {
	display: none;
	} */
.option-3c-opt1-p {
  padding-bottom: 20px;
}

.option-3c-opt1-check {
  padding-top: 10px;
}

.wrapper-inputs div.option-3c-opt1-check h4 {
  font-size: 18px;
}

#questions .group {
  margin: 10px 0 30px 0;
  padding: 0;
}

#questions select {
  border-radius: 5px;
  color: #000;
  padding: 0 10px;
  width: 100%;
  outline: none;
}

.option-3c-opt1-check ul,
.option-3c-opt1 .col-md-12 {
  padding-left: 0;
}

#collapseThree div.select-row p {
  margin: 10px 0;
}

.a-details h4,
.d-details h4 {
  font-weight: 700;
}

.ad-company > div {
    margin-bottom: 1.5rem;
}

.option-3b label,
.option-3a label,
.a-details label,
.d-details label,
.end-details label {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.a-details .field-input {
  margin-right: 50px;
}

/* .a-details .field-input input {
	margin-bottom: 20px;
	} */
.a-details .field-input input.date {
  text-align: center;
}

.a-details .field-input input.tax {
  text-align: center;
}

.a-details {
  padding-bottom: 0;
}

/*.a-details,*/
/*.field-input {*/
/*  padding-left: 0;*/
/*}*/

.option-3c-opt1 .buttons-12 {
  margin-top: 40px;
}

/*.b-details,*/
/*.c-details,*/
/*.d-details,*/
/*.d-details .col-md-12,*/
/*.f-details,*/
/*.f-details ul li,*/
/*.g-details,*/
/*.end-details,*/
/*.end-details p {*/
/*  padding-left: 0;*/
/*  padding-right: 0;*/
/*}*/

.required-radio:before {
  border-color: red !important;
} 

.end-details {
  padding-top: 30px;
  padding-bottom: 30px;
}

.b-details p {
  padding-bottom: 10px;
}

#collapseThree .d-details div > p.subtitle {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 8px 0;
}

/*.d-details .field-input {*/
/*  padding-right: 30px;*/
/*}*/

#questions select {
  border-color: #dbdbdb;
}

.d-details-1 input {
  margin-bottom: 20px;
}

#questions .f-details .radio-checked span,
#questions .f-details .radio-checked p {
  display: inline-block;
}

#questions .f-details .radio-checked span {
  margin-right: 40px;
}

#questions .f-details .radio-checked p {
  font-weight: 300;
}

#collapseThree .f-details > h4 {
  margin-bottom: 40px;
}

#collapseThree .f-details > p {
  margin-bottom: 20px;
}

.g-details p {
  color: #08bff1;
  font-weight: 400;
  margin-bottom: 30px;
}

.end-details .input-group {
  margin-right: 40px;
  width: 90%;
}

.end-details .field-input .input-group input {
  width: 60%;
  border-radius: 10px 0 0 10px;
}

.end-details .field-input .input-group button {
  width: 40%;
  font-size: 15px;
  color: #18afff;
  background-color: #fff;
  border: 1px solid #767171;
  border-radius: 0 10px 10px 0;
  padding-bottom: 5px;
  padding-top: 8px;
  outline: none;
}

.end-details ion-icon.calendar:after {
  content: "\f2d1";
  position: absolute;
  font-family: "Ionicons";
  top: 31px;
  right: 25px;
  color: #363636;
  font-size: 27px;
}

.panel-title .span-status-completed:before {
  content: "\f2bc";
  position: absolute;
  font-family: "Ionicons";
  color: #97c322;
  font-size: 30px;
  font-weight: 900;
  top: 5px;
  right: 48px;
}

.img-two-contact {
  color: #18afff;
  font-size: 14px;
  font-weight: 900;
  position: relative;
}

.img-two-contact:before {
  content: "\f2ac";
  position: absolute;
  font-family: "Ionicons";
  color: #18afff;
  font-size: 16px;
  left: -3px;
  top: -2px;
}

.img-two-contact:hover {
    text-decoration: none;
    color: #18afff;
}

/*3c-2 - partner*/
/* .option-3c-opt2 {
	display: none;
	} */
.option-3c-opt2 .select-row,
.option-3c-opt2 ul.b-onboarding__services {
  padding-left: 0;
}

.end-details input {
  margin-bottom: 20px;
}

.end-details p {
  margin-bottom: 30px;
}

/*3c-3 - company*/
/* .option-3c-opt3 {
	display: none;
	} */
.option-3c-opt3 .field-input-3c label {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.field-input-3c .input-3c.col-md-7 {
  padding-left: 0;
  padding-right: 50px;
}

/* 4 */

.four-blue-background {
  background-color: #18afff;
  padding: 20px 35px 30px;
  margin-bottom: 50px;
}

#collapseFour .panel-body > h4 {
  font-size: 20px;
  padding-top: 20px;
}

#collapseFour .panel-body p {
  color: #000;
  font-size: 17px;
}

#collapseFour .part-a-p {
  padding: 10px 0;
}

#collapseFour .part-b {
  padding-left: 0;
}

#collapseFour .panel-body .four-blue-background .d-second p {
  color: #fff;
  margin-bottom: 15px;
  font-size: 15px;
}

.wrapper-inputs .four-blue-background .d-second h4 {
  font-size: 25px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
}

.d-second .field-input input {
  margin-bottom: 0;
}

/* 5 */
/* colorPicker */

.five-blue-p {
  color: #18afff;
  font-size: 20px;
  padding: 20px 0;
  line-height: 1.4;
}

#collapseFive .blue-title-logos > .five-blue-p {
  padding: 50px 0 0 0;
}

.color-picker {
  display: flex;
  justify-content: space-around;
}

.color-picker .color1 {
  -webkit-appearance: none;
  padding: 0;
  border: none;
  border-radius: 20%;
  width: 70px;
  height: 70px;
  outline: none;
  margin: 10px 125px 20px 70px;
  cursor: pointer;
}

.color-picker .color1::-webkit-color-swatch,
.color-picker .color1::-webkit-color-swatch-wrapper {
  border: none;
  border-radius: 10px;
  padding: 0;
}

/* logoStyle */

.logo-part-five {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

.logo-five {
  margin: 30px 0 70px 0;
  flex: 1 1 25%;
}

#collapseFive .logo-five p {
  margin: 0;
  padding: 30px 0;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #363636;
}

.five-logo-img {
  height: 80px;
  display: block;
  margin: 0 auto;
}

.logo-part-five .logo-five .radio-checked span {
  margin-right: 0;
}

/* 6 */

#collapseSix .choose-design {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.choose-design-item {
  flex: 1 1 25%;
  padding-right: 10px;
  padding-bottom: 30px;
}

.choose-design-item img {
  max-width: 100%;
}

.gallery-six {
  margin: 10px 50px;
}

.gallery-six img {
  width: 230px;
  padding: 5px;
  filter: grayscale(100%);
  transition: 1s;
}

.gallery-six img:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}

/* 7 */

.mail-item input {
  width: 350px;
}

.seven-main #btn_1step {
    margin-top: 0;
}

.payment-verification .wrapper-inputs .seven-mailContainer h4 {
    padding-bottom: 0;
    padding-top: 20px;
}

.payment-verification .wrapper-inputs h4.h4-title {
    padding-bottom: 0;
    margin-bottom: 0;
}

.seven-small-letters {
  font-size: 11px;
  color: #7f7f7f;
  padding-top: 10px;
  padding-bottom: 30px;
}

.seven-small-letters.g_continueInfo {
    padding-bottom: 0;
}

#collapseTos h4 {
    padding-bottom: 30px;
}

.acceptTos {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 500;
}

.mail-item label {
    display: block;
    font-weight: 500;
}

.user-exists,
.password-exists {
    padding-bottom: 20px; 
    color: #18afff; 
}

h4 .openPopup {
    color: #18afff !important;
}

/* gallery */

.gallery-six {
  display: flex;
  margin: 0;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #767171;
}

.contact-select {
  margin-bottom: 20px;
}

.contact-select.area-code-select {
  margin-bottom: 18px;
}

select::-ms-expand {
  display: none;
}

.default {
  padding: 0;
  background: url(img/drop_down-24px.svg) no-repeat right center;
}

.bni-names {
  height: 30px;
  overflow: hidden;
  position: relative;
  clear: both;
}

.bni-names ul {
  height: 30px;
}

.bni-names ul li {
  padding: 0 17px;
}

.js-marquee-wrapper {
  margin-right: -5000px
}

.bni-names ul:nth-child(2) {
  width: auto;
}

/*select-fields*/

select.select-small,
select.select-small option,
select.select-small,
select.select-small option {
  width: 120px !important;
  height: 40px !important;
  background-color: #fff;
}

select.select-big,
select.select-big option,
select.select-big,
select.select-big option {
  height: 40px !important;
  background-color: #fff;
  border-radius: 5px;
}

select {
    border-radius: 5px;
    display: block;
    padding-left: 10px !important;
    width: 100%;
}

/*#questions select.abn-select {*/
/*  width: 90%;*/
/*}*/

.min-width-label {
  min-width: 60px;
}

/* 8 */

/* eightMain */

.text-eight {
  outline: none;
  resize: none;
  padding: 5px 10px;
  width: 100%;
  border-radius: 5px;
}

#collapseEight .text-eight::placeholder {
  font-size: 16px;
}

#collapseEight h4.five-blue-p {
  padding-bottom: 0;
}

.field-eight-mails input {
  width: 90%;
}

.field-eight-mails input::placeholder {
  /* font-style: normal; */
  color: #000;
}

.mail-item-eight {
  padding-right: 20px;
}

.mail-item-eight input {
  width: 100%;
}

/* fileInput */

.fileUploaders {
  padding: 0;
}

.fileupload-container {
  margin: 10px 0 40px 0;
}

.control-fileupload input[type="file"] {
  display: block;
  height: 40px;
  opacity: 0;
  width: 100%;
  background: none;
  position: absolute;
  overflow: hidden;
  z-index: 12;
  cursor: pointer;
}

.fileupload-container {
  padding-left: 0;
}

.control-fileupload input[type="text"] {
  height: 38px;
  outline: none;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 5px;
  position: absolute;
  z-index: 10;
  padding-left: 10px;
}

.control-fileupload {
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  position: relative;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.control-fileupload label {
  color: #999999;
  font-weight: normal;
  position: relative;
  right: -60px;
  z-index: 1;
  cursor: pointer;
  background-color: #363636;
  padding: 0 13px;
  border-radius: 50%;
  float: right;
  margin-bottom: 0;
}

.control-fileupload label::before {
  content: "\f28e";
  cursor: pointer;
  font-family: "Ionicons";
  color: #fff;
  font-size: 23px;
}

.fileDelete {
  position: absolute;
  right: 0;
  background-color: transparent;
  color: #363636;
  border-radius: 50%;
  outline: none;
  border: 1px solid transparent;
  padding: 3px 13px;
  font-weight: 500;
  z-index: 20;
  font-size: 18px;
}

.fileDeleteNew {
  position: absolute;
  right: 0;
  background-color: transparent;
  color: #363636;
  border-radius: 50%;
  outline: none;
  border: 1px solid transparent;
  padding: 3px 13px;
  font-weight: 500;
  z-index: 19;
  font-size: 18px;
}

.eight-mailText {
  margin: 40px 0;
}

.eight-mailContainer .field-input {
  margin-top: 20px;
}

.eight-mailContainer input::placeholder {
  /* font-style: normal; */
  color: #000;
}

.eight-mailContainer .field-input span {
  margin-right: 60px;
}

.eight-mailContainer .field-input input {
  margin-bottom: 20px;
  width: 50%;
}

.eight-seo h3 {
  margin-bottom: 30px;
}

.eight-seo p {
  margin-bottom: 20px;
}

.eight-keyword {
  margin: 20px 0 40px;
}

/* eight_option-a */

.eight-txt-example {
  margin: 20px 0;
  border: 1px solid rgb(169, 169, 169);
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
}

.eight-txt-example span,
.eight-txt-example span strong {
  font-size: 15px;
  padding: 0;
}

.eight-option-a .fileupload-container,
.eight-option-b .fileupload-container {
  padding-right: 60px;
}

.eight-option-a .control-fileupload label,
.eight-option-b .fileupload-container label {
  right: -50px;
}

.eight-option-a .buttons-12,
.eight-option-b .buttons-12 {
  padding-top: 40px;
}

/* eight_option-b */

.eight-txt-input {
  margin-top: 20px;
  padding: 0;
}

.eight-txt-input input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 0;
}

.eight-txt-input input::placeholder,
.eight-txt-example p {
  font-size: 15px;
}

/* 9 */

.nine-main div.col-md-12,
.nine-main div.col-md-6 {
  padding: 0;
}

.nine-b-name h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #000;
}

.nine-b-name p {
  padding-right: 30px;
  color: #000;
  line-height: 1.4;
}

td.short-name {
  display: none;
}

.nine-a,
.nine-b {
  margin-top: 30px;
}

.nine-b-name .par-nine {
  position: relative;
}

.nine-b-name .par-nine::before {
  content: "\f284";
  font-family: "Ionicons";
  font-size: 200px;
  position: absolute;
  right: -40px;
  top: -70px;
  color: #18afff;
}

.nine-main div.nine-b-img {
  padding-left: 50px;
}

.nine-main div.nine-b-img img {
  height: auto;
  padding: 20px;
}

.nine-main .control-fileupload {
  margin: 0;
}

.input-gap-right {
  padding-right: 15px;
}

.txt-white {
  color: #fff;
}

.nine-main .table > thead > tr > th {
  vertical-align: middle;
}

.nine-main .table {
  font-size: 15px;
}

.nine-main .table .table-input {
  padding: 0;
}

.nine-main .table input {
  outline: none;
  border: transparent;
  height: 38px;
  width: 100%;
  text-align: center;
}

#collapseThirteen div.buttons-12,
#collapseTwelve div.buttons-12,
#collapseEleven div.buttons-12,
.nine-main div.buttons-12 {
  padding-top: 30px;
}

.table-input div.input-group {
  width: 100%;
}

/* 10 */

.ten-main {
  padding-top: 30px;
}

.ten-main .field-input {
  margin-top: 20px;
}

.declaration-btn {
    margin-top: 20px;
}
.declaration-btn button {
    margin: 10px 20px 10px 0;
    background: #18afff;
    color: #fff;
    border: none;
    padding: 8px 20px;
    font-size: 14px;
    outline: none;
    box-shadow: none;
    font-weight: 600;
}

#show-director, 
#show-shareholder, 
#other-address-field {
    display: none;
}

/* 11 */

#collapseEleven .eleven-content {
  padding-top: 30px;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

#collapseEleven .five-blue-p {
  font-size: 15px;
  color: #18afff;
}

#collapseEleven .control-fileupload {
  width: 85%;
}

.option-field {
  border: 1px solid #767171;
  margin: 10px 0;
  border-radius: 5px;
}

.option-field p {
  display: inline-block;
  padding: 5px;
  margin-bottom: 0;
}

.option-field .option-item {
  background-color: #767171;
  color: #fff;
  border-radius: 4px 0 0 4px;
}

#collapseEleven .control-fileupload label {
  right: -47px;
}

.eleven-item img {
  width: 60px;
}

/* 12 */

.twelve-main h3 {
  font-size: 21px;
  margin-bottom: 20px;
  color: #000;
}

.twelve-main h4 {
  padding: 20px 0;
}

#collapseTwelve .logo-part-five {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#collapseTwelve .logo-five {
  flex: 1 1 25%;
  padding-right: 10px;
  padding-bottom: 30px;
  margin: 0;
}

#collapseTwelve .radio-checked {
  text-align: left;
}

#collapseTwelve .logo-five img {
  width: 100%;
  height: auto;
}

#collapseTwelve .fileupload-container {
  margin-bottom: 20px;
  padding-right: 60px;
}

#collapseTwelve .control-fileupload label {
  right: -45px;
}

/* 13 */

.thirteen-main h2 {
  margin-bottom: 30px;
}

.thirteen-main h3 {
  display: inline;
  color: #18afff;
  padding-left: 40px;
}

.service-field img {
  width: 100%;
  /* padding-top: 20px; */
  padding-right: 20px;
}

.service-field {
  padding: 20px 0;
}

.additional-services {
  margin-top: 40px;
  margin-bottom: 40px;
}

.additional-services,
.additional-services div.col-md-1,
.additional-services div.col-md-10 {
  padding: 0;
}

#collapseThirteen .radio-checked label:before {
  top: -7px;
}

#collapseThirteen .radio-checked label:after {
  top: -4px;
}

/* ----------------------------------------------------------------------- Changes - 19/11/2018 ------------------------------------------------------------------------------------------ */

.option-3-main .if-no-explain {
  font-size: 14px;
  display: inline-block;
}

.radio-checked span.if-no {
  margin-right: 10px;
}

.option-3a .col-md-6,
.option-3a .col-md-12 {
  /*padding-left: 0;*/
  padding-bottom: 10px;
}

#questions .option-3a .radio-checked {
  margin-bottom: 0;
}

.field-input input.old-abn {
  margin-bottom: 0;
}

#questions .option-3a .buttons-12 {
  padding-top: 40px;
}

#questions .option-3a .if-past em {
  font-size: 14px;
}

#questions .option-3a .group {
  margin-top: 0;
}

.field-input input:focus,
.f-input input:focus {
  border: 1px solid #18afff;
}

#questions .b-details div p.red-info {
  color: #db2929;
  font-size: 14px;
  margin: 0;
}

.radio-checked.prev-name-check {
  padding-bottom: 10px;
}

.home-partner input {
  margin-bottom: 0;
}

.home-partner div.address-info {
  line-height: normal;
}

.home-partner div em {
  font-size: 13px;
}

#collapseFour .table > tbody > tr > td,
#collapseFour .table > tbody > tr > th,
#collapseFour .table > tfoot > tr > td,
#collapseFour .table > tfoot > tr > th,
#collapseFour .table > thead > tr > td {
  vertical-align: middle;
  padding: 25px;
  font-size: 15px;
  font-weight: 500;
}

#collapseFour .table > thead > tr > th {
  padding: 15px 15px 15px 25px;
}

#collapseFour .table-domain {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
}

#collapseFour .wrapper-inputs div h4.table-domain-title {
  border-bottom: 1px solid #767171;
  margin-bottom: 0;
  padding: 5px 5px 5px 25px;
  background-color: #f7f7f7;
}

#collapseFour .table {
  background-color: #fff;
}

#collapseFour .table-title {
  font-size: 15px;
}

#collapseFour .table > tbody > tr > td.table-select {
  padding: 0 25px;
}

.t-available,
.t-unavailable {
  position: relative;
}

.t-available > span {
  background-color: #e5f8b0;
  color: #84a32e;
  font-weight: 500;
  display: block;
  padding: 3px;
}

.t-unavailable > span {
  color: #9b3836;
  font-weight: 500;
  background-color: #f89896;
  display: block;
  padding: 3px;
}

.t-available > span::before {
  content: "\f2bc";
  position: absolute;
  font-family: "Ionicons";
  color: #84a32e;
  font-size: 21px;
  left: -30px;
  top: 12px;
  font-weight: 500;
}

.t-unavailable > span::before {
  content: "\f2c0";
  position: absolute;
  font-family: "Ionicons";
  color: #9b3836;
  font-size: 21px;
  left: -30px;
  top: 12px;
  font-weight: 500;
}

#collapseFour .table > tbody > tr > td:first-child {
  width: 285px;
}

#collapseFour .a-details h4 {
  font-weight: 500;
}

#questions .col-md-12.select-fields {
  padding: 0;
  margin-bottom: 40px;
}

.website .radio-checked {
  max-width: 160px;
}

.website .radio-checked label {
  padding-left: 15px;
  font-weight: normal;
  color: #949494;
  font-size: 15px;
}

.website .pack-links .pack-sample {
  padding-bottom: 42px;
  padding-right: 10px;
}
/****************************************** Brands-logos styles *****************************************/
.paginate_button {
  padding: 0 !important;
}
#brands-table_length label select {
  width: 60px;
  text-align: center;
  margin-top: 1rem;
}
.brand-categories-search {
  float: left;
  width: 90px;
  height: 40px;
  margin-left: 15px;
}
.comboTreeInputWrapper {
  width: auto;
  float: left;
}
.comboTreeDropDownContainer {
  width: auto;
}
.buy-button {
  border: 1px solid #18afff;
  border-radius: 20px;
  padding: 7px 15px;
  color: #18afff;
  font-size: 13px;
  transition: 0.3s;
  display: block;
  margin: auto;
  width: 150px;
  text-align: center;
  transition: 0.3s;
  background-color: #fff;
}

.buy-button:hover {
  background-color: #18afff;
  color: #fff;
}
.dataTables_wrapper {
  padding-top: 15px;
}
.dataTables_filter {
  position: relative;
  bottom: 4px;
}
.dataTables_filter input {
  border-radius: 5px;
  border: 1px solid #767171;
  padding: 4px 1px 4px 10px;
  transition: 0.3s;
  position: relative;
  color: #000;
  border-color: #dbdbdb;
  font-family: Arial;
}
table.dataTable.no-footer {
  border: 1px solid #dbdbdb;
  border-right: none;
}
table.dataTable thead th {
  border-bottom: 1px solid #dbdbdb;
}
table.dataTable th,
table.dataTable td {
  border-right: 1px solid #dbdbdb;
}
table.dataTable thead th,
table.dataTable thead td {
  border-right: 1px solid #dbdbdb;
}
.dataTables_wrapper .dataTables_info {
  padding-top: 15px;
}
.comboTreeInputBox {
  border-color: #dbdbdb;
}
.comboTreeArrowBtn {
  background-color: #fff;
  border-left: none;
}
.comboTreeArrowBtn .comboTreeArrowBtnImg {
  font-size: 12px;
  color: #000;
}

.comboTreeInputBox::placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-family: Arial;
}
span.comboTreeItemTitle {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-family: Arial;
}
.loading-icon {
  float: left;
  margin-left: 5px;
  display: block;
  margin-bottom: 4px;
  display: none;
  position: relative;
  top: 5px;
}
.dataTables_length {
  margin-bottom: 15px;
}
#brands-table_length label select {
  margin-top: 0.5rem;
}
.dataTables_wrapper .dataTables_paginate {
  padding-top: 15px;
}
.no-padding {
  padding: 0 !important;
}
/********************************************************************************************************/

/* ---------------------------------------- RESPONSIVE ------------------------------------------------ */

@media (max-width: 1280px) {
  .comboTreeInputWrapper {
    width: auto;
  }
}
@media (max-width: 700px) {
  .brand-categories-search {
    width: 30%;
  }
}
@media (max-width: 1200px) {
  .five-main .logo-five {
    flex: 1 1 50%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .img-title-two a.img-two-contact {
    display: block;
    padding-left: 0;
  }

  .img-two-contact:before {
    bottom: -43px;
    left: -5px;
  }
}

@media (max-width: 991px) {
  .comboTreeInputWrapper {
    width: 69%;
  }
  .radio-checked label:before {
    width: 20px;
    height: 20px;
  }

  .radio-checked label:after {
    width: 14px;
    height: 14px;
  }

  .wrapper-inputs,
  .option-3b {
    padding: 0;
  }

  .choose-design-item {
    flex: 1 1 50%;
  }

  /*.img-title-two a.img-two-contact {*/
  /*  padding-left: 35px;*/
  /*}*/

  .img-title-two {
    margin-right: 0;
  }

  .span-title {
    margin-left: 15px;
  }

  /*.img-two-contact:before {*/
  /*  right: 35px;*/
  /*  bottom: 30px;*/
  /*}*/

  .main .media-heading {
    padding-right: 0;
  }

  .service-field img {
    width: 100px;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .eleven-item,
  .service-field {
    padding-bottom: 20px;
    margin: 0 auto;
  }

  .thirteen-main h3 {
    font-size: 20px;
    padding-left: 15px;
    padding-top: 15px;
  }

  .short-description h2 {
    font-size: 25px;
  }

  #collapseEleven div.buttons-12,
  #collapseThirteen div.buttons-12 {
    padding-top: 0;
  }

  div.buttons-12 {
    text-align: center;
    margin-bottom: 20px;
  }

  div.buttons-12 input,
  .wrapper-inputs .c-button {
    margin: 4px;
  }

  #collapseTwelve .logo-five {
    flex: 1 1 50%;
  }

  .seven-main .mail-item input {
    /*width: 100%;*/
    margin-bottom: 0;
  }

  .seven-main .field-input {
    margin-top: 10px;
  }

  .panel-body,
  .short-description {
    padding: 15px;
  }

  .nine-main .control-fileupload label {
    right: -47px;
  }

  .additional-services {
    margin-bottom: 20px;
  }

  #collapseTwelve .fileupload-container {
    padding-right: 45px;
  }

  #collapseTwelve .radio-checked {
    padding-bottom: 10px;
  }

  .option-field p {
    padding: 4px;
  }

  .control-fileupload label::before {
    font-size: 21px;
  }

  .nine-b-name .par-nine::before,
  .nine-main div.nine-b-img {
    display: none;
  }

  /*.input-gap-right {*/
  /*  padding-right: 0;*/
  /*}*/

  .eight-main .control-fileupload,
  .nine-main .control-fileupload {
    width: 85%;
  }

  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    padding: 3px;
    vertical-align: middle;
  }

  .eight-mailContainer .field-input input {
    width: 100%;
    margin-top: 20px;
  }

  #collapseThirteen .radio-checked label:before {
    top: -3px;
  }

  #collapseThirteen .radio-checked label:after {
    top: 0;
  }

  td.short-name {
    display: block;
  }

  td.full-name {
    display: none;
  }

  .table > tbody > tr > td.short-name {
    padding: 8px;
  }

  .eight-option-a .fileupload-container,
  .eight-option-b .fileupload-container {
    margin: 0;
  }

  .field-input input,
  .f-input input {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .color-picker .color1 {
    display: block;
    margin: 10px auto;
  }

  .logo-part-five {
    justify-content: center;
  }

  .a-details .field-input {
    margin-right: 0;
  }

  #questions .field-input .c-card,
  #questions .abn-input input {
    width: 100%;
  }

  .option-3a .radio-checked label {
    margin-left: 20px;
  }

  .d-details .field-input {
    padding-right: 0;
  }

  .four-blue-background {
    padding: 15px;
  }

  #collapseFour .part-b {
    padding-right: 0;
  }

  .field-input ion-icon:after {
    right: 10px;
  }

  .five-main .radio-checked span {
    padding-left: 0;
  }

  #collapseFive .logo-five p {
    padding: 2px;
  }

  .five-main .radio-checked {
    padding: 0;
  }

  /*.a-details {*/
  /*  padding-right: 0;*/
  /*}*/

  .option-3-main .radio-checked label:before {
    top: -1px;
  }

  .option-3-main .radio-checked label:after {
    top: 2px;
  }

  .select-row {
    padding-right: 0;
  }

  .five-main .logo-five {
    padding-left: 5px;
    padding-right: 5px;
  }

  .green-checked,
  .span-subtitle {
    display: none;
  }

  .two-main .d-second {
    margin-bottom: 40px;
    padding: 0;
  }

  .two-main .d-second p {
    margin-bottom: 20px;
  }

  .two-main .d-first p {
    padding: 0;
  }

  .title-middle-text {
    padding: 20px;
  }

  .d-details .leadSource1,
  .option-3c-opt1 .leadSource1 {
    display: block;
    width: 100% !important;
    margin-bottom: 20px;
  }

  .img-title-one a img {
    width: 75%;
  }
  
  .wrapper-inputs .c-button.g_login {
      margin: 20px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .eleven-item:last-child {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .span-num,
  .span-title {
    font-size: 16px;
  }

  .span-title {
    margin-left: 10px;
  }

  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .option-3a .radio-checked input {
    display: contents;
  }

  #questions .field-input .c-card,
  #questions .field-input .c-card::placeholder,
  #questions .field-input .date,
  #questions .field-input .date::placeholder,
  #questions .field-input .tax,
  #questions .field-input .tax::placeholder {
    letter-spacing: 3px;
  }

  #questions select {
    width: 100% !important;
    margin-bottom: 20px;
  }

  #questions .field-input-3c .input-3c.col-md-7 {
    padding: 0;
  }

  #questions .input-3c.col-md-4 {
    padding: 0;
  }

  .two-main .panel-body {
    padding-left: 15px;
  }

  .two-main .buttons-122 {
    margin-top: 30px;
  }

  .two-main .d-first .button-check .c-button {
    display: inline-block;
  }

  .option-3-main .if-no-explain {
    padding-top: 5px;
  }

  .radio-checked label:before {
    top: 0;
  }

  .radio-checked label:after {
    top: 3px;
  }

  #collapseFour .table > tbody > tr > td {
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #collapseFour .table > tbody > tr > td:first-child {
    width: 100%;
  }

  #collapseFour .table > tbody > tr > td::before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
  }

  #collapseFour .table-title {
    display: none;
  }

  #collapseFour .table-select select {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #collapseFour .table tr {
    border-bottom: 1px solid #ddd;
  }

  .t-available > span::before {
    left: inherit;
    right: 100px;
  }

  .t-unavailable > span::before {
    left: inherit;
    right: 116px;
  }

  #collapseFour .table > tbody > tr > td.table-select {
    padding: 8px 25px;
  }

  #collapseFour .table > tbody > tr > td:first-child {
    padding: 28px 25px;
  }

  .home-partner div.address-info {
    margin-bottom: 20px;
  }
  
  .seven-mailContainer > .row {
      padding-bottom: 20px;
  }
  
    .g_accept {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    
    .seven-small-letters.g_continueInfo {
        padding-top: 30px;
        padding-left: 20px;
    }
}

@media (max-width: 540px) {
  .popover {
    left: 50px !important;
  }

  .choose-design-item {
    flex: 1 1 100%;
  }
}

@media (max-width: 374px) {
  .option-field .option-item {
    border-radius: 4px 0 0 0;
  }

  .two-main .panel-danger p.five-blue-p-title:before,
  .two-main .panel-warning p.five-blue-p-title:before {
    bottom: 37px;
  }
}

@media (max-width: 346px) {
  .two-main .panel-info p.five-blue-p:before {
    bottom: 37px;
  }
}

/* Users */

.modal-card-foot {
  margin-top: 0px !important;
}

/* ABN form */

.abn_hidden {
  display: none;
}

#abn-cant-continue {
  padding-top: 48px;
  color: red;
  font-size: 20px !important;
}

.abn-cant-continue {
  padding-top: 48px;
  color: red;
  font-size: 20px !important;
}

.red-info {
  padding-top: 48px;
  color: red;
  font-size: 20px !important;
}

.required-error {
  color: red;
  font-size: 17px;
  margin-top: 2px;
  margin-left: 2px;
  font-weight: bold;
}

.required-error-input {
  border-color: rgb(185, 74, 72);
}

/* RegisterBusinessName Plugin */

#aim_btn_check_business_name {
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 35px;
    background-color: #7f7f7f;
    border: 1px solid #7f7f7f;
    cursor: pointer;
    color: #fff;
    outline: none;
    transition: all 0.2s linear;
    box-shadow: none;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 30px;
    margin-left: auto;
}

#aim_btn_check_business_name:hover {
    color: #7f7f7f;
    background-color: #fff;
}

.abn_plugin #accordion.panel-group, 
.abn_plugin .aim_table_layout {
    width: 100%;
}

#aim_input_business_name {
    text-align: left;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    padding: 4px 1px 4px 10px;
    width: 100%;
    transition: 0.5s;
    position: relative;
    color: #000;
    outline: none;
    font-size: 14px;
    line-height: inherit;
    height: 40px;
}

#aim_input_business_name:active, 
#aim_input_business_name:focus {
    border: 1px solid #18afff;
}

#questions #accordion {
    width: 100%;
}

.abn_plugin #accordion .aim_table_layout tr td:first-child {
    display: none;
}

.abn_plugin #accordion .aim_table_layout tr td:nth-child(2) {
    width: 70%;
}

.abn_plugin #accordion .panel-body.wrapper-inputs.ten-main {
    padding: 25px 10px;
}

#aim_bname_search_result {
    top: 20px;
}

table .btn-warning {
    width: 100%;
    color: #fff;
}

button.fileDeleteNew:hover,
button.fileDeleteNew:focus {
    box-shadow: none;
}

@media screen and (max-width: 767px) {
    .abn_plugin #accordion .aim_table_layout tr td:nth-child(2) {
        width: 100%;
    }
    
    .abn_plugin #accordion .aim_table_layout tr {
        position: relative;
    }
    
    .abn_plugin #accordion.panel-group .panel.panel-default {
        box-shadow: none;
    }
    
    .abn_plugin #accordion .aim_table_layout tr td:last-child {
        position: absolute;
        left: 0;
        top: 50px;
    }
    
    #aim_bname_search_result {
        top: 65px;
    }
}

/* END RegisterBusinessName Plugin */


/* Dashboard BNI overflow | js-marquee */

.bni-reg .bni-packs .col-md-4 {
    padding: 0;
    overflow: hidden;
}

.js-marquee {
    margin-right: 0 !important;
}

.js-marquee ul {
    padding: 0;
}

@media screen and (min-width: 768px) {
    .bni-reg .bni-packs .col-md-4 {
        width: 30%;
    }
}




















