/* -----------------------------------*/
/* ------->>> ENQUIRE NOW <<<---------*/
/* -----------------------------------*/

	.tq-enquire-form input[type=text], .tq-enquire-form input[type=email] {
		width: 100%;
		background-color: #fff;
		margin: 8px 0;
	}

	.tq-enquire-form input[type=text]:focus, .tq-enquire-form input[type=email]:focus, .tq-enquire-form textarea:focus {
		outline:none;
		box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
	}

	.tq-enquire-form select {
		width: 100%;
		margin: 0 0 15px 0;
	}

	.tq-enquire-form textarea {
		width: 100%;
		height: 160px;
	}

	.tooltip {
	    background-color:#6b1d9b;
	    width: 160px;
	    display:block;
	    color:#fff;
	    text-align:left;
	}

	.tq-enquire-form__title {
		margin-bottom: 15px;
		width: 100%;
	}

	.tq-enquire-form-subtitle {
		font-weight: 200;
		padding: 10px 0;
	}

	.tq-enquire-form {
		padding-bottom: 25px;
	}

	.tq-enquire-form .tq-button--red {
		min-width: 254px;
	}

	.tq-enquire-form__sidebar {
		text-align: center;
		position: relative;
	}

	.tq-enquire-form__sidebar:before {
		width: 0;
		height: 0;
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		border-style: solid;
		border-width: 15px 0 15px 20px;
		border-color: transparent transparent transparent #eeeeee;
	}

	.tq-enquire-form label {
		color: #6a6969;
		font-size: 0.875em;
		font-weight: 400;
		padding-bottom: 4px;
	}

	.tq-form-required {
		font-size: 0.625em;
		text-align: right;
		padding: 5px 0 0 0px;
	}

	.tq-form-step__tooltip--col {
		position: relative;
	}

	.tq-form-step__tooltip--col .tq-form-step__tooltip {
		opacity: 0;
		transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
	}

	.tq-form-step__tooltip--col input[type=text]:focus ~ .tq-form-step__tooltip, .tq-form-step__tooltip--col input[type=email]:focus ~ .tq-form-step__tooltip, .tq-form-step__tooltip--col textarea:focus ~ .tq-form-step__tooltip {
		opacity: 1;
	}

	.tq-form-step__tooltip--col label ~ .tq-form-step__tooltip {
		margin-top: 20px;
	}

	.tq-form-step__tooltip--col .selectric-open ~ .tq-form-step__tooltip {
		opacity: 1;
	}

	.tq-enquire-form .selectric {
		border: 0;
		box-shadow: none;
		border: 1px solid #bdbdbd;
	}

	.tq-enquire-checkbox {
		color: #858585;
		font-weight: 200;
		margin-top: 10px;
	}

		.tq-enquire-checkbox label {			
			font-size: 1em;
			font-weight: 200;
		}

		
@media (max-width: 768px) {
	.tq-enquire-form__sidebar:before {
		display: none;
	}

	.tq-form .container {
		width: 100%;
	}
}

 /*------>>> END ENQUIRE NOW <<<------*/


 /* -----------------------------------*/
/* ------->>> APPLY NOW <<<-----------*/
/* -----------------------------------*/

.tq-apply-now {
	margin-top: 35px;
	padding-bottom: 60px;
}

.tq-enquire-form__sidebar--icon-list {
	margin: 0 auto;
	padding: 0;
}

.tq-enquire-form__sidebar--icon-list li {
	list-style-type: none;
	position: relative;
	width: 100px;
	margin: 37px auto;
	text-align: center;
	color: #6a6969;
	font-size: 0.875em;
	font-weight: 400;
}

.tq-enquire-form__sidebar--icon-list li a {
	color: #6a6969;
}

.tq-enquire-form__sidebar--icon-list li a:hover {
	color: #6a6969;
}

.tq-icon-list__image {
	display: inline-block;
	background: rgba(238,238,238,1);
	-webkit-transition: background 0.5s, color 0.2s;
	-moz-transition: background 0.5s, color 0.2s;
	transition: background 0.5s, color 0.2s;
	border-radius: 50%;
	width: 77px;
	height: 77px;
	line-height: 77px;
	margin-bottom: 10px;
}

 /* Icon Hover */

.tq-icon-list__image:hover {
	background: rgba(255,255,255,1);
	color: #41ab6b;
}

/* End Icon Hover */

.tq-enquire-form__sidebar--icon-list li svg {
	vertical-align: middle;
}

.tq-enquire-form__sidebar--icon-list li svg path {
	stroke: #6a6969;
}

.tq-form-step .nice-select {
	width: 100%;
	box-shadow: none;
	position: relative;
	z-index: 1;
	border: 2px solid #6b1f99;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}



.tq-form-step--disabled {
	opacity: 0.5;
	pointer-events: none;
}

.tq-form-step__number-container {
	position: relative;
}

.tq-form-step__connecting-line {
	margin-right: 30px;	
	padding-top: 28px;
	position: relative;
	z-index: 1;
}

.tq-form-step__connecting-line:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 28px;
	left: 0;
	right: 0;
	height: 100%;
	transform: translate(-37%);
	border-right: 3px solid #ccc;
	transition: border 0.4s;
}

.tq-form-step__form-fields {
	padding-bottom: 15px;
	padding-right: 20px;
}

.tq-form-step:nth-last-child(2) .tq-form-step__connecting-line:after {
	border-right: 0;
}

.tq-form-step__number {	
	width: 60px;
	height: 60px;
	color: #6b1f99;
	font-size: 1.5em;	
	text-align: center;
	z-index: 2;	
	border: 4px solid #6b1f99;	
	border-radius: 50%;
	background-color: #f7f7f7;
	-webkit-transition : border 500ms ease-out;
    -moz-transition : border 500ms ease-out;
    -o-transition : border 500ms ease-in;
    transition : border 500ms ease-out;
    display: table;
    position: relative;
}



.tq-form-step__hidden .tq-form-fieldset__wrapper {
	margin: 10px 0 0 30px;
}


.tq-form-step__hidden .tq-form-fieldset__wrapper:before {
	border-bottom: 2px dotted #b18ac7;
	border-left: 2px dotted #b18ac7;
	border-radius: 5px;
	content: "";
	position: absolute;
	z-index: 0;
	font-size: 2em;
	height: 64px;
	width: 35px;
	left: 25px;
	margin-top: -32px;
}

.tq-form-step__number span {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.tq-form-step--completed .selectric, .tq-form-step--disabled .selectric {
	border: 1px solid #bdbdbd;
	box-shadow: none;
}

.tq-step-form--input:focus {
	outline: 0;
}


.tq-form-step--completed .tq-form-step__number {
	border: 0;
	background-color: #b18ac7;
	border: 4px solid #b18ac7;
	color: #fff;
}

.tq-form-step.tq-form-step--completed label, .tq-form-step.tq-form-step--disabled label {
	font-size: 0.875em;
	font-weight: 200;
}

.tq-form-step--completed .tq-form-step__connecting-line:after {
	border-right: 3px solid #b18ac7;
}

.tq-form-step--disabled .tq-form-step__number {
	border: 4px solid #cccccc;	
	color: #ccc;
	background-color: #f7f7f7;
}

.tq-form-step__submit {
	text-align: right;
	margin-top: 20px;
}

.tq-form-step.tq-form-step--disabled .tq-form-step__form-fields .tq-form-step__submit .tq-button--submit {
	background-color: transparent;
	color: #c3262f;
}

.tq-form-step label {	
	font-weight: 400;
	font-size: 1.125em;
}

.tq-two-column-page__container {
	padding-top: 40px;
}

.tq-form-divider {
	margin: 0 0 35px 0;
	padding: 0;
}

.tq-marketo-form {
	padding-bottom: 40px;
}

.tq-enquire-form-divider {
	padding-bottom: 10px;
	margin: 0;
}

.tq-form-step .col-md-1 {
	margin-right: 15px;
}

/* Headings */

.tq-form h1 {
	font-weight: 100;
	font-size: 1.875em;
	margin: 4px 0 0 0;
	padding: 0;
	line-height: 38px;
}

.tq-form h2 {
	font-size: 1.250em;
	font-weight: 400;
	color: #4a4a4a;
}

/* Tooltip */

.tq-apply-now .tq-form-step__tooltip {
	top: 0;
	right: -190px;
}

.tq-form-step__tooltip-wrapper {
	position: relative;
}

.tq-form-step__tooltip {
	position: absolute;
	right: -170px;
	z-index: 8;
	background-color: #6b1d9b;
	color: #fff;
	top: 8px;
	padding: 20px 16px;
	font-weight: 200;
	border-radius: 4px;
	font-size: 0.875em;
	width: 170px;
	opacity: 1;	
}

.tq-form-step__tooltip:before {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	left: -8px;
	top: 20px;
	border-style: solid;
	border-width: 7px 8px 7px 0;
	border-color: transparent #6b1d9b transparent transparent;
}

.tq-form-step--completed .tq-form-step__tooltip, .tq-form-step--disabled .tq-form-step__tooltip {
	opacity: 0;
}

/* Responsive */

@media screen and (max-width: 1330px) and (min-width: 769px) {
	.tq-form-step__number {
		width: 45px;
		height: 45px;
	}

	.tq-form-step .col-md-1 {
		margin-right: 10px;
	}

	.tq-form-step__tooltip {
		z-index: 10;
	}
}



@media (max-width: 768px) {
	.tq-form-divider {
		margin-bottom: 0;
	}

	.tq-apply-now {
		margin-top: 10px;
		padding-bottom: 20px;
	}

	.tq-form-step__connecting-line {
		padding-top: 5px;
		margin-right: 5px;
		max-width: 30px;
		float: left;
	}

	.tq-form-step__connecting-line:after {
		border: 0;
	}

	.tq-form-step__number {
		width: 30px;
		height: 30px;
		font-size: 1em;
		border: 2px solid #6b1d9b;
	}


	.tq-form-step__tooltip {
		display: none;
	}

	.tq-form-step--completed .tq-form-step__connecting-line:after {
		border-right: 0;
	}

	 .tq-form-step label {
	 	font-size: 0.872em;
	 	font-weight: 400;
	 }

	 .tq-enquire-form__sidebar {
	 	padding: 20px 0;
	 }

	 .tq-enquire-form__sidebar--icon-list {
	 	padding: 10px 0;
	 }
	 	
	 .tq-enquire-form__sidebar--icon-list li {
	 	margin: 0;
	 	display: inline-block;
	 	vertical-align: top;
	 }

	 .tq-form-step__submit {
	 	text-align: center;
	 }

    
}

 /*------>>> END APPLY NOW <<<------*/


