* {
	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;
}

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

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 .2s linear;
}

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

/****************************************************************************************** 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.img-two-contact {
	display: inline-block;
	padding-top: 12px;
	padding-left: 15px;
}

.img-title-two img,
.img-title-one img {
	height: 100%;
}

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

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

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

/* radioInput */

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

.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: -5px;
	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: -2px;
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 20%;
}

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

/* .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;
}

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

.button-2-bnr {
	background-color: #ff6600;
	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 {
	margin-bottom: 100px;
} */

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

.section-oq-2 .panel-default>.panel-heading {
	background-color: #f7f7f7;
	padding: 0;
	height: 50px;
	border: none;
}

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

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

.section-oq-2 .span-status {
	margin-left: auto;
}

.section-oq-2 .panel-default {
	position: relative;
}


.section-oq-2 .panel-default::after {
	content: '\25bc';
	position: absolute;
	right: 13px;
	top: 0;
	font-size: 20px;
	color: #ccc;
	padding-top: 10px;
}

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

.section-oq-2 .span-num {
	height: 35px;
	width: 35px;
	background-color: #fff;
	color: #ff6600;
	align-self: center;
	border: 1px solid #ff6600;
	border-radius: 50%;
	margin-left: 15px;
}

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

.span-num,
.span-title {
	display: flex;
	justify-content: center;
	font-size: 20px;
	font-weight: 500;
	/* padding-top: 13px; */
	align-items: center;
}

.span-title,
.span-subtitle {
	margin-left: 30px;
	color: #000;
}

.span-subtitle {
	padding-top: 17px;
}

.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: #ff6600;
	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: 10px;
	border: 1px solid #767171;
	padding: 4px 1px 4px 10px;
	width: 100%;
	transition: .5s;
	position: relative;
	color: #000;
	outline: none;
	margin-bottom: 40px;
}

textarea::placeholder,
input::placeholder {
	font-size: 14px;
	color: #767171;
	font-style: italic;
}

.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: #fbfbfb;
}

.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: 3px;
}

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

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

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

.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: #ff6600;
	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 #ff6600;
}

.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: 0;
}

#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 {
	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;
}

#questions .field-input .c-card,
#questions .abn-input input {
	width: 90%;
	text-align: center;
}

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

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

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

#questions .field-input .date::placeholder,
#questions .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: #ff6600;
	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: 10px;
	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 {
	font-weight: 700;
}

.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: 30px;
}

.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;
}

.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: #767171;
}

.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: #ff6600;
	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 {
	height: 100%;
}

/* .panel-title .span-status-completed:before {
	content: "\f2bc";
	position: absolute;
	font-family: "Ionicons";
	color: #97c322;
	font-size: 30px;
	padding-top: 4px;
  padding-left: 10px;
  font-weight: 900;
} */

.img-two-contact {
	color: #ff6600;
	font-size: 15px;
	font-weight: 900;
}

.img-two-contact:before {
	content: "\f2ac";
	position: absolute;
	font-family: "Ionicons";
	color: #ff6600;
	font-size: 21px;
	left: 20px;
	bottom: -43px;
}

/*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: #ff6600;
	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: #ff6600;
	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 .seven-span1 {
	margin-right: 20px;
}

.mail-item input {
	width: 300px;
	margin-right: 20px;
}

.seven-mailContainer {
	margin-top: 20px;
}

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

/* gallery */

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

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

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

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

/*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;
}

/* 8 */

/* eightMain */

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

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

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

#collapseEight .radio-checked {
	padding-top: 20px;
	max-width: 140px;
}

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

#collapseEight .pack-links .pack-sample {
	padding: 0 10px 20px;
}

.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: 10px;
	position: absolute;
	z-index: 10;
	padding-left: 10px;
}

.control-fileupload {
	border: 1px solid #767171;
	border-radius: 10px;
	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;
}

.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: 10px;
}

.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: #ff6600;
}

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

.nine-main div.nine-b-img img {
	width: 100%;
	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: 30px;
}

/* 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: 19px;
	color: #ff6600;
}

#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: 67px;
}

.social-media .wrapper-inputs div h4 {
	margin: 10px 0;
}


.eleven-item .col-md-12,
.eleven-item .col-md-9,
.eleven-item .col-md-3 {
	padding: 0;
}

.new-logo-section {
	margin-bottom: 30px;
}

.eleven-item .col-md-9 h3 {
	margin-top: 0;
	margin-bottom: 7px;
	font-size: 17px;
	color: #949494;
}

.eleven-item .col-md-9 p {
	font-size: 14px;
	color: #949494;
	line-height: 1.2;
}

.social-media .eleven-main p {
	font-size: 14px;
	color: #949494;
	margin-top: 10px;
	min-height: 50px;
}

.col-md-12.icon {
	margin-bottom: 30px;
}

.eleven-item {
	width: 30%;
}

#collapseEleven .wrapper-inputs div h4 {
	margin: 15px 0;
	font-size: 17px;
}

/* 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: #ff6600;
	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;
}

#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,
textarea:focus {
	border: 1px solid #ff6600;
}

#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";
	cursor: pointer;
	position: absolute;
	font-family: "Ionicons";
	color: #84a32e;
	font-size: 21px;
	left: 0;
	top: 23px;
	font-weight: 500;
}

.t-unavailable>span::before {
	content: "\f2c0";
	cursor: pointer;
	position: absolute;
	font-family: "Ionicons";
	color: #9b3836;
	font-size: 21px;
	left: 0;
	top: 23px;
	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;
}

#questions .broch-pack p {
	color: #949494;
	font-size: 15px;
}

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

@media (max-width: 1199px) {
	.eleven-item {
		width: 50%;
		padding: 20px;
	}
}

@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) {
	.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%;
	}

	.span-num,
	.span-title {
		font-size: 19px;
	}

	.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%;
	}
}

@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: 17px;
	}

	.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: 2px;
	}

	#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;
	}

	.eleven-item {
		width: 100%;
	}

	.eleven-item .col-md-3 {
		padding-bottom: 15px;
	}

	.new-logo-section {
		margin-bottom: 20px;
	}
}

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

@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;
	}
}