/* Theme Name: ANFS Website Templates Author:Interactive Partners Author URI:http://www.interactivepartners.com.au Version:1.0 Created:January 2018 */

/* Variable color setup */
:root {
	--primary-colour: #2A2A4C ;
	/* IDUK --- #2A2A4C */
	/* TJUK --- #024886 */
	/* PSUK --- #796e9c */
	/* FJUK --- #DD6b02 */
	/* IDA --- #2A2A4C */
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: 'FontAwesome';
	font-display: fallback;
	src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.woff2?v=4.6.3');
}

@media (min-width: 1800px) {
	.container {
		width: 1700px;
	}
}

@media (min-width: 1440px) {
	.container {
		width: 1300px;
	}
}

@media (min-width: 1700px) {
	.container {
		width: 1560px;
	}
}

body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #1d1c1c;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
  	background: #FCFCFC;
}

a {
	outline: none !important;
	text-decoration: none;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	color: var(--primary-colour);
}

a:hover,
a:focus,
select:focus,
button:focus {
	outline: none;
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
button {
	outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	color: var(--primary-colour);
	margin: 0.67em 0;
}

h2:first-child {
	margin-top: 0;
}

h2 {
	border-bottom: 2px solid #394C9B;
}

.heading_border-bottom {
	border-bottom: 2px solid #394C9B;
}

.text_primary-colour {
    color: #2A2A4C;
}

@media (max-width: 767px) {
	h2:first-child {
		margin-top: 0.67em;
	}
}

h5,
h6 {
	color: #838282;
	text-transform: uppercase;
}

.footnote {
	color: #838282;
	font-size: 14px;
	line-height: 1.3em;
}

p {
	line-height: 1.4em;
	letter-spacing: 0.02em;
}

p {
	margin: 0 0 1em;
}

ul,
ol {
	margin: 0 0 2em;
}

input,
textarea,
select {
	/*-moz-appearance: none;
	-webkit-appearance: none;
	*/
	font-family: 'Open Sans', sans-serif;
}

.row-centered {
	text-align: center;
}

.col-centered {
	display: inline-block;
	float: none;
	margin-left: -4px;
}

hr {
	border-top: 1px solid #d6d6d6;
	margin: 1.4em 0;
}

/*********** Top Part ************/


.top_part {
	float: right;
}

.top_menu {
	float: left;
	margin-right: 0px;
	padding-top: 5px;
}

.top_menu ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.top_menu ul li {
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	display: inline;
}

.top_menu ul li a {
	color: #838282;
	font-size: 16px;
	padding: 0 10px;
}

.top_menu ul li a i {
	font-size: 18px;
}

.top_menu ul li a:hover {
	color: var(--primary-colour);
}

.top_social {
	float: right;
	text-align: right;
}

.top_social ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.top_social ul li {
	width: auto;
	float: none;
	margin: 0;
	padding: 0 0 0 12px;
	display: inline;
}

.top_social ul li a {
	color: #8f9193;
	font-size: 24px;
}

.top_social ul li a:hover {
	color: var(--primary-colour);
}

ul.standard-arrow {
	margin: 0px;
	padding: 5px;
	margin: 0px;
}

ul.standard-arrow li {
	list-style: none;
	margin: 0 0 25px 20px;
	padding: 0px 0 25px 0;
	border-bottom: 1px solid #ccc;
}

ul.standard-arrow li h5 {
	padding-top: 5px;
}

ul.standard-arrow li:before {
	font-family: 'FontAwesome';
	content: '\f0a9';
	margin: 0px 5px 0 -20px;
	color: var(--primary-colour);
	position: absolute;
}

ul.standard-arrow-cond {
	padding: 5px;
	margin: 0;
}

ul.standard-arrow-cond li {
	list-style: none;
	margin: 0 0 10px 20px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e6e7e8;
}

ul.standard-arrow-cond li h5 {
	padding-top: 5px;
}

ul.standard-arrow-cond li:before {
	font-family: 'FontAwesome';
	content: '\f0a9';
	margin: 0px 5px 0 -20px;
	color: var(--primary-colour);
	position: absolute;
}

ol {
	list-style: none;
	margin: 0 10px 0 20px;
	padding: 0;
}

ol li {
	counter-increment: item;
	margin: 10px;
}

ol li:before {
	margin-right: 10px;
	content: counter(item);
	background: #d6d6d6;
	border-radius: 100%;
	color: white;
	width: 1.5em;
	width: 1.5em;
	text-align: center;
	position: absolute;
	left: 12px;
}

ol.carousel-indicators li:before {
	display: none;
}

.double-padding .col-* {
	padding-right: 25px;
}

.double-padding .col-*:last-child {
	padding-left: 25px;
	padding-right: 15px;
}



#hide {
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	padding: 50px 10%;
	position: absolute;
	top: 112px;
	right: 0;
	z-index: 999999;
}

#hide input {
	color: #111;
	width: 85%;
	padding: 10px 15px;
	float: left;
	border-radius: 4px;
	font-size: 21px;
	margin-left: 5px;
}

#hide button {
	float: left;
	color: #fff;
	background: var(--primary-colour);
	border: 0;
	border-radius: 4px;
	font-size: 21px;
}

#hide form {
	text-align: center;
}

.modal-header {
	background: var(--primary-colour);
	text-align: center;
	padding: 30px 20px 0px;
}

.modal-body {
	background: #fff;
	padding: 30px 30px 0px 30px;
}

.modal-header h2 {
	font-size: 28px !important;
	line-height: 30px !important;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin: 0px 0 15px;
}

.modal-header h3 {
	font-size: 18px !important;
	color: #fff;
	font-weight: 300 !important;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin: 5px 0 30px;
}

.modal-body:before {
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
	border-top: 20px solid var(--primary-colour);
	position: absolute;
	content: ' ';
	top: -2px;
	left: 50%;
	margin-left: -20px;
	width: 0;
	height: 0;
}

.btn-primary {
	background-color: var(--primary-colour) !important;
	border-color: var(--primary-colour) !important;
}

button#btnSubmit {
	margin-top: 0 !important;
}

.btn-primary:hover {
	background-color: #111;
	border-color: #111;
}

.modal-header .close {
	margin-top: -20px;
}

.close {
	float: right;
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	color: #000;
	text-shadow: none;
	filter: alpha(opacity=20);
	opacity: .8;
	color: #fff;
}

.twitter-wrapper {
	padding: 10px;
	margin-top: 0px;
	background-color: #f2f2f2;
	border-radius: 4px;
}


/*********** Section Part ************/
section {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}



.download_link {
	width: 100%;
	max-width: 387px;
	height: 48px;
	display: block;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
	line-height: 48px;
	background: #a33c55;
	font-size: 24px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

.download_link i {
	margin-right: 8px;
	font-size: 20px;
}

.download_link:hover {
	background: #000;
	color: #fff;
}

.quest {
	position: fixed;
	left: 5px;
	top: 40%;
	z-index: 88;
}

.down_cat {
	position: absolute;
	left: 0px;
	bottom: 50px;
	z-index: 88;
	right: 0;
	text-align: center;
}

.the_cource {
	width: 100%;
	float: left;
	position: relative;
	background-color: #fff;
}

.left_cources {
	width: 100%;
	float: left;
	margin: 0;
	padding: 50px 40px 20px 0;
}

@media (max-width: 767px) {
	.left_cources {
		padding-top: 50px;
	}
}


h2.block_title {
	margin: 20px 0 !important;
	padding: 0;
	color: var(--primary-colour);
	font-size: 24px;
}

.btn.btn-purple {
	background: var(--primary-colour);
	color: #FFFFFF;
	font-size: 16px;
	border-radius: 0;
	border: none;
	padding: 8px 25px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

.btn.btn-purple:hover {
	background: #000000;
}

.cours_right {
	width: 100%;
	float: left;
	position: relative;
	background: #d6d6d6;
	padding: 55px 25px 25px 25px;
	margin-top: -20px;
}

.right_label {
	background: var(--primary-colour);
	padding: 10px 90px 10px 25px;
	font-size: 17px;
	color: #FFFFFF;
	margin-left: -35px;
	position: relative;
}

.cours_right ul {
	margin: 20px 0 0 0;
	padding: 0;
}

.cours_right ul li {
	display: table;
	margin: 10px 0 15px 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.cours_right ul li:last-child {
	margin-bottom: 0;
}

.cours_right ul li img {
	width: 60px;
}

.cours_right ul li label {
	display: block;
	font-size: 16px;
	color: #1d1c1c;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0;
	padding: 0;
	margin: 0;
}

.cours_right_img {
	padding-left: 0;
	padding-right: 0;
	display: table-cell;
}

.cours_right_label {
	display: table-cell;
}


h2.title_center {
	font-size: 40px;
	color: #FFFFFF;
	margin: 0 0 40px;
	padding: 0;
}

.study_box {
	width: 100%;
	float: left;
	position: relative;
	background: #FFFFFF;
	margin: 30px 0;
	padding: 30px;
	min-height: 295px;
}

@media (min-width: 1400px) {
	.study_box {
		min-width: 250px !important;
	}
}

.study_box figure {
	width: 80px;
	height: 80px;
	background: #FFFFFF;
	position: absolute;
	left: 50%;
	margin-left: -41px;
	top: -35px;
	border-radius: 100%;
	padding: 0;
}

.study_box figure img {
	width: 100%;
	margin-top: -2px;
}

.study_box h4 {
	font-size: 24px;
	margin: 35px 0 25px;
	padding: 0;
}

.testimonials {
	width: 100%;
	float: left;
	background: var(--primary-colour);
	padding: 70px 0;
	color: #FFFFFF;
}

.btn.btn-bdr {
	border: 1px solid #fff;
	border-radius: 0;
	font-size: 16px;
	text-transform: uppercase;
	padding: 8px 25px;
	color: #FFFFFF;
}

.btn.btn-bdr:hover {
	background: #000000;
	border-color: #000;
}

.btn.btn-bdrBrand {
	border: 1px solid var(--primary-colour);
	border-radius: 0;
	font-size: 16px;
	text-transform: uppercase;
	padding: 8px 25px;
	color: var(--primary-colour);
}

.btn.btn-bdrBrand:hover {
	background: #000000;
	border-color: #000;
	color: #fff;
}

a.red_link {
	color: #a33c55;
}

.academy {
	width: 100%;
	float: left;
}

.ad_seen {
	width: 100%;
	float: left;
	padding: 70px 15%;
	text-align: center;
	border-left: 1px solid #c1c1c1;
}

.ad_seen img {
	width: 100%;
}

.ad_seen .carousel-indicators {
	background: #000000;
	bottom: -10px;
	width: 100%;
	left: 0;
	right: 0;
	margin-left: 0;
	padding: 10px 0;
}

/*********** Footer Part ************/
footer {
	width: 100%;
	float: left;
	margin: 0px;
	background: #d6d6d6;
	padding: 50px 0px 0px 0px;
}

.footer_top {
	width: 100%;
	float: left;
}

.ftr_menu {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.ftr_menu h4 {
	font-size: 17px;
	text-transform: uppercase;
	color: #4f4e4e;
	margin: 0 0 15px;
}

.ftr_menu ul {
	margin: 0;
	padding: 0;
}

.ftr_menu ul li {
	margin: 3px 0;
	font-size: 15px;
	list-style: none;
}

footer .footer-icon {
	padding: 10px 18px;
    font-size: 24px;
}

.footer-brand {
    width: 100%;
    max-width: 200px;
    margin: 0px auto;
    height: auto;
}

.ftr_menu ul li a {
	color: #1d1c1c;
	font-size: 15px;
}

.ftr_menu ul li a:hover {
	color: var(--primary-colour);
}


.ftr_menu.social ul li {
	float: none;
	width: auto;
	display: inline;
	padding: 0 15px 0 0;
}

.ftr_menu.social ul li a {
	font-size: 24px;
}

.ftr_copy {
	width: 100%;
	float: left;
	border-top: 1px solid #dedede;
	padding: 15px;
	text-align: center;
	font-size: 15px;
	color: #4f4e4e;
}

.ftr_copy a {
	color: #4f4e4e;
}

.ftr_copy a:hover {
	color: var(--primary-colour);
}

/*-------Top----------*/
#return-to-top {
	position: fixed;
	bottom: 35px;
	right: 20px;
	background: var(--primary-colour);
	border-radius: 100%;
	width: 47px;
	height: 47px;
	display: block;
	text-decoration: none;
	text-align: center;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
}

#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 0;
	top: 10px;
	font-size: 23px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top:hover {
	background: #000;
}

#return-to-top:hover i {
	color: #fff;
	top: 7px;
}

/*---------Following------*/
.head_banner {
	width: 100%;
	padding: 0;
	position: relative;
}

.head_banner img {
	width: 100%;
}

.head_banner.grey_banner {
	padding: 60px 0;
	background: #838282;
}

.head_label.two-line {
	top: 35%;
}

.head_label {
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
}

.head_label.two-line {
	top: 35%;
}

.head_label h1,
.grey_banner h1 {
	font-size: 2.4em;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-weight: 600;
}

.head_label h2 {
	color: #ffffff;
}

.sidebar {
	width: 100%;
	/* float: left; */
	position: relative;
	padding: 0;
	margin: 0 auto;
}

.side-grey {
	background-color: #e6e7e8;
	padding: 30px;
	text-align: center;
}

.video_block {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.video_block iframe,
.video_block img {
	width: 100% !important;
}

/*=================== Edited by Emil Start =====================*/
.home-button .down_btn {
	position: absolute;
	width: 400px;
	right: 20px;
	top: 20px;
	text-align: center;
	display: table;
}

.home-button .down_btn a {
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	display: table;
	width: 100%;
	background: var(--primary-colour);
	padding: 10px 15px 10px 10px;
}

.home-button .down_btn a img {
	padding-right: 0px;
}

.down_btn {
	display: inline-block;
}

.down_btn a {
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	display: table;
	width: 100%;
	background: var(--primary-colour);
	padding: 15px 25px 15px 15px;
}

@media (min-width: 768px) and (max-width: 1200px) {
	.down_btn a {
		font-size: 12px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.home-button .down_btn a {
		font-size: 12px;
	}
}

@media (min-width: 359px) and (max-width: 768px) {
	.home-button .down_btn a {
		font-size: 12px;
	}
}

@media (min-width: 250px) and (max-width: 358px) {
	
	.home-button {
		display: block;
		width: 100%;
		background: var(--primary-colour)
	}
	
	.home-button .down_btn a {
		font-size: 10px;
	}
}

/*=================== Edited by Emil End =====================*/
.down_btn span {
	display: table-cell;
	vertical-align: middle;
	min-height: 55px;
}

.down_btn a img {
	color: #FFFFFF;
	width: 75px;
	display: table-cell;
	float: left;
	vertical-align: middle;
	padding-right: 15px;
}

.down_btn a:hover {
	background: #000000;
}

.course_block {
	margin: 0;
	padding: 0;
	background: #e6e7e8;
	padding: 60px 0;
	text-align: center;
}

.page_content {
	padding: 50px 0 50px 0;
}

.page_content_nomarginbot {
	padding: 50px 0 0px 0;
}

.page_content .left_cources {
	padding-top: 0;
}

.btn-bdr.btn-bdr-red {
	border-color: var(--primary-colour);
	color: var(--primary-colour);
}

.btn-bdr.btn-bdr-red:hover {
	color: #FFFFFF;
}

.abstract {
	border-right: 4px solid var(--primary-colour);
	padding: 45px 25px;
}

.abstract span {
	font-style: italic;
	font-weight: 500;
	font-size: 1.5em;
	line-height: 1.6em;
	color: var(--primary-colour);
}

.abstract span:before {
	content: "\f10d";
	font-size: 20px;
	font-family: 'FontAwesome';
	padding-right: 10px;
	color: var(--primary-colour);
}

.abstract span:after {
	content: "\f10e";
	font-size: 20px;
	font-family: 'FontAwesome';
	padding-left: 10px;
}

.abstract .testimonial-by {
	font-size: 0.9em;
}

.support {
	background: #e6e7e8;
	padding: 30px 0 45px 0;
	color: #333;
	margin: 0 0 30px 0;
	position: relative;
}

.support img {
	background: #fff;
	border-radius: 50%;
}

.support h3 a {
	color: #333;
}

.support figure {
	text-align: center;
}


.form-wrapper {
	border: 1px solid #e6e7e8;
	padding: 15px;
	clear: both;
}

/* Responsive CSS */


@media (min-width: 1024px) and (max-width:1200px) {
	.study_box {
		min-height: 295px;
	}
}

/************ Main **************/
@media (max-width: 1024px) {
	
	.top_social ul li {
		padding: 0 0px;
	}
	
	.top_social ul li a {
		font-size: 18px;
		padding: 0 5px;
	}
	
	
	.right_label {
		padding-right: 50px;
	}
	
	.study_box {
		min-height: 250px;
	}
	
	.testimonials .carousel-control.left {
		left: 2%;
		display: none;
	}
	
	.testimonials .carousel-control.right {
		right: 2%;
		display: none;
	}
	
	.ad_seen {
		border: none;
	}
	
	.academy .left_cources {
		border-right: 1px solid #c1c1c1;
	}
	
	.home-button .down_btn {
		width: auto;
		top: 10px;
	}
	
	.down_btn a {
		padding: 5px 25px 5px 15px;
	}
	
	.down_btn a img {
		width: 60px;
		padding-right: 10px;
	}
	
	.home-button .down_btn a {
		padding: 5px 15px 5px 10px;
	}
	
	.down_btn a {
		padding: 5px 25px 5px 15px;
	}
	
	.down_btn a img {
		width: 60px;
		padding-right: 10px;
	}
	
	.home-button .down_btn a {
		padding: 5px 15px 5px 10px;
	}
	
	.top_menu {
		display: none;
	}
	
	
	
	.hero .carousel-caption {
		top: 20%;
	}
	
	.hero h2 {
		font-size: 18px;
		font-weight: 400;
	}
	
	.home-button .down_btn a img {
		padding-right: 5px;
		width: 45px;
	}
	
}



@media (max-width: 767px) {
	html {
		-webkit-text-size-adjust: none;
	}
	
	.container {
		width: 93%;
		margin: 0 auto;
		padding: 0;
	}
	
	ul.standard-arrow {
		padding: 0 5px;
	}
	
	.academy .left_cources {
		padding-right: 0;
		border: 0;
	}
	
	.cours_right {
		margin-bottom: 25px;
	}
	
	.right_label .col-* {
		padding-left: 0px;
	}
	
	.footer_top {
		text-align: center;
	}
	
	.ftr_menu h4 {
		margin-top: 25px;
	}
	
	.down_btn a img {
		top: 15%;
	}
	
	.head_label h1,
	.grey_banner h1 {
		font-size: 1.8em;
	}
	
	.page_content {
		padding: 30px 0 0 0;
	}
	
	.hero .carousel-control {
		font-size: 14px;
	}
	
	.carousel-indicators {
		display: none;
	}
	
	h2 {
		font-size: 1.5em;
	}
	
	.study_box {
		min-height: auto;
	}
	
	.navbar-header {
		float: none;
	}
	
	.navbar-toggle {
		display: block;
	}
	
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	
	.navbar-nav {
		float: none !important;
		margin: 7.5px -15px;
	}
	
	.navbar-nav>li {
		float: none;
	}
	
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #000;
		width: 30px;
		height: 4px;
	}
	
	.navbar-toggle {
		border: none;
		background: transparent !important;
		margin-bottom: 0;
	}
	
	.navbar-toggle:hover {
		background: transparent !important;
	}
	
	.navbar-toggle .icon-bar {
		width: 22px;
		transition: all 0.2s;
	}
	
	.navbar-toggle .top-bar {
		transform: rotate(45deg);
		transform-origin: 10% 10%;
	}
	
	.navbar-toggle .middle-bar {
		opacity: 0;
	}
	
	.navbar-toggle .bottom-bar {
		transform: rotate(-45deg);
		transform-origin: 10% 90%;
	}
	
	.navbar-toggle.collapsed .top-bar {
		transform: rotate(0);
	}
	
	.navbar-toggle.collapsed .middle-bar {
		opacity: 1;
	}
	
	.navbar-toggle.collapsed .bottom-bar {
		transform: rotate(0);
	}
	
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
		overflow-x: visible;
		-webkit-overflow-scrolling: touch;
		border-top: 1px solid transparent;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
		box-shadow: none;
		z-index: 999;
		background: #d6d6d6;
	}
	
	header .navbar-default .navbar-nav>li>a {
		padding: 12px;
	}
	
	.top_search {
		margin-top: -40px;
	}
	
	header .navbar-collapse {
		padding-top: 30px;
	}
	
	header .navbar-nav {
		margin-top: -28px;
		margin-right: 2px;
		margin-left: 2px;
	}
	
	.dropdown-menu>li>a {
		display: block;
		padding: 10px 10px !important;
		font-size: 14px !important;
		clear: both;
		font-weight: 400;
		line-height: 1.4;
		color: #333 !important;
	}
	
	.dropdown-menu>li>a:hover {
		color: var(--primary-colour) !important;
		background: #fff;
	}
	
	#hide input {
		width: 100%;
	}
	
	#hide button {
		margin-top: 15px;
		float: right;
	}
	
	.home-button .down_btn {
		left: 50%;
		transform: translateX(-50%);
	}
}

/************ iphone **************/
@media (max-width:600px) {
	html {
		-webkit-text-size-adjust: none;
	}
	
	.container {
		width: 91%;
	}
	
	.download_link {
		font-size: 16px;
		width: auto;
		max-width: inherit;
		display: inline-block;
		height: auto;
		padding: 10px 10px;
		line-height: inherit;
	}
	
	.down_cat {
		bottom: 10px;
	}
	
	
	.testimonials .carousel-control.left {
		left: -5%;
		display: none;
	}
	
	.testimonials .carousel-control.right {
		right: -5%;
		display: none;
	}
	
	.left_cources {
		padding-right: 0;
	}
	
	.head_banner {
		text-align: center;
		overflow: hidden;
	}
	
	.head_label h2 {
		font-size: 25px;
	}
	
	.head_label h2 {
		font-size: 25px;
	}
	
	.modal-header h2 {
		font-size: 21px !important;
	}
	
	.modal-header h3 {
		font-size: 14px !important;
	}
	
	.modal-body {
		padding: 40px 5px 25px 20px;
	}
	
	.study_box {
		min-height: auto;
	}
	
	.home-button .down_btn {
		width: auto;
		top: 220px;
		z-index: 5;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.hero .carousel-caption {
		top: 20%;
	}
	
	.top_social {
		display: none;
	}
}

@media (max-width:400px) {
	.home-button .down_btn {
		width: 300px;
		top: 200px;
		z-index: 5;
		left: 50%;
		transform: translateX(-50%);
		display: block;
	}
}

@media (max-width:320px) {
	.home-button .down_btn {
		width: 260px;
		top: 175px;
		z-index: 5;
		left: 50%;
		transform: translateX(-50%);
	}
}

/* Edit icons on WebEd CMS */
.wedEd-cms-btn-editor {
	position: fixed;
	bottom: 8%;
	right: 4px;
	display: block;
	z-index: 999 !important;
	background-color: transparent;
	width: 69px;
	text-align: right;
	z-index: 999;
}

@-moz-document url-prefix() {
	.wedEd-cms-btn-editor {
		height: 56% !important;
	}
}

.webEdbtn-icon.edit i {
	background-color: #114e60 !important;
}

.webEdbtn-icon.create i {
	background-color: #239abd !important;
}

.wedEd-cms-btn-editor i {
	font-size: 20px;
	display: inline-block;
	border-radius: 40px;
	padding: 22px 25px;
	margin-bottom: 5px;
	/*background-color: #0d596f;
	*/
	background-color: #0e1d22;
	cursor: pointer;
	-webkit-box-shadow: 6px 8px 19px -3px rgba(0, 0, 0, 0.69);
	-moz-box-shadow: 6px 8px 19px -3px rgba(0, 0, 0, 0.69);
	box-shadow: 6px 8px 19px -3px rgba(0, 0, 0, 0.69);
}

.wedEd-cms-btn-editor i:hover {
	color: #fff !important;
	background-color: #000 !important;
}

.wedEd-cms-btn-editor a {
	color: #fff !important;
}

.webEdbtn-icon i {
	font-size: 24px;
	display: inline-block;
	border-radius: 50px;
	box-shadow: 0px 0px 2px #888;
	padding: 12px 13px;
	-webkit-box-shadow: 6px 8px 19px -3px rgba(0, 0, 0, 0.69);
	-moz-box-shadow: 6px 8px 19px -3px rgba(0, 0, 0, 0.69);
	box-shadow: 6px 8px 19px -3px rgba(0, 0, 0, 0.69);
	background-color: #3d4041
}

span#webEd-edit-btn {
	padding: 7px 10px 7px;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
}

#webEd-icons-edit {
	color: #fff !important;
	text-align: center;
	height: auto;
	width: 100%;
}

.active-show-btns #webEd-icons-edit {
	display: inline-block !important;
}

#webEd-edit-btn {
	margin-right: 10px;
}

@media (max-width: 767px) {
	.wedEd-cms-btn-editor {
		height: 54%;
	}
}

@media (max-width: 480px) {
	.wedEd-cms-btn-editor {
		height: 65%;
	}
}






/* Collapsible Panel Styles */

.panel {
	background-color: #f5f5f5;
	font-size: 14px;
}

.panel-default {
	border: none;
}

.panel-default>.panel-heading {
	background-color: var(--primary-colour);
	color: #FFF;
	text-transform: uppercase;
}

.panel-heading:hover {
	background-color: #333;
}

.panel-heading:active {
	background-color: #333;
}

.panel-title {
	padding-bottom: 5px;
	padding-top: 5px;
}

.panel h5 {
	color: var(--primary-colour);
	padding-top: 15px;
}

.modal-content {
	border: 0 !important;
    width: 100%;
	margin: 0 auto;
	z-index: 99990;
}

input[type=file] {
	height: auto !important;
	padding: 8px !important;
}

input[type=checkbox] {
	margin-top: 10px !important;
}

label input[type=checkbox] {
	margin-top: 5px !important;
}



/*======================= Test Header Banner ====================== */
/*=======================        Start       ====================== */
.test_head_banner {
	width: 100%;
	padding: 0;
	position: relative;
	overflow: hidden;
	/* height: 50vh; */
}

.test_head_image {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

@media (min-width: 1367px) {
	.test_head_banner {
		max-height: 574px !important;
	}
}

@media (min-width: 768px) {
	.test_head_banner {
		height: 290px;
	}
}

@media (min-width: 360px) and (max-width: 767px) {
	.test_head_banner {
		height: 170px;
	}
}

@media (min-width: 250px) and (max-width: 359px) {
	.test_head_banner {
		height: 130px;
	}
}

.test_TitleWrapper {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 500;
	transform: translateY(-50%);
}

.test_TitleWrapper h1 {
	display: inline-block;
	color: var(--primary-colour);
	padding: 7px 60px 7px 50px;
	background-color: #ffffff;
}

@media (min-width: 859px) {
	.test_TitleWrapper h1 {
		font-size: 4rem;
	}
}

@media (min-width: 630px) and (max-width: 859px) {
	.test_TitleWrapper h1 {
		font-size: 3rem;
	}
}

@media (max-width: 629px) {
	.test_TitleWrapper {
		width: 100%;
	}
	
	.test_TitleWrapper h1 {
		font-size: 5vw;
		width: 100%;
		clip-path: unset;
		padding: 7px 0;
		text-align: center;
	}
}

/*=======================         End        ====================== */



/* ==============================Test Hero - Emil=========================== */
/* ==================================Start================================== */

/* ===================================End ===================================*/

.test-RotatingBanner {
	height: 450px;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.test-RotatingBanner .test-RotatingImage {
	height: 450px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 1367px) {
	.test-RotatingBanner {
		max-height: 450px;
	}
	
	.test-RotatingBanner .test-RotatingImage {
		max-height: 450px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.test-RotatingBanner {
		height: 350px;
	}
	
	.test-RotatingBanner .test-RotatingImage {
		height: 350px;
	}
}

@media (min-width: 100px) and (max-width: 767px) {
	.test-RotatingBanner {
		height: 250px;
	}
	
	.test-RotatingBanner .test-RotatingImage {
		height: 250px;
	}
}


.test-RotatingBanner .carousel-control {
	position: absolute;
	top: 50%;
	opacity: 0.9;
	width: 25px;
	height: 51px;
	text-shadow: none;
	font-size: 34px;
}


.test-RotatingBanner .carousel-control.left {
	background: none;
	left: 5%;
}

.test-RotatingBanner .carousel-control.right {
	background: none;
	right: 5%;
}

.test-RotatingBanner.carousel-control:hover {
	color: #cccccc;
}

.test-RotatingBanner .carousel-inner>.item>img,
.slider_sec .carousel-inner>.item>a>img {
	width: 100%;
}

.test-RotatingBanner .carousel-caption {
	top: 28%;
	text-shadow: none;
	left: 0;
	right: 0;
}

.test-RotatingBanner h1 {
	margin: 0 0 35px 0;
	padding: 0;
	font-size: 5rem;
	color: #fff !important;
	font-family: 'Open Sans', sans-serif;
}

.test-RotatingBanner h2 {
	margin: 0 0 50px 0;
	padding: 0;
	font-size: 3rem;
	color: #fff !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 1.4em;
}

@media (min-width: 767px) and (max-width: 1199px) {
	.test-RotatingBanner h1 {
		font-size: 4.5rem;
		margin: 0 0 25px 0;
	}
	
	.test-RotatingBanner h2 {
		font-size: 2.5rem;
		max-width: 80%;
		margin: 0 auto;
	}
}

@media (min-width: 600px) and (max-width: 767px) {
	.test-RotatingBanner h1 {
		font-size: 4rem;
		margin: 0 0 25px 0;
	}
	
	.test-RotatingBanner h2 {
		font-size: 2rem;
		max-width: 80%;
		margin: 0 auto;
	}
	
	.test-RotatingBanner .carousel-control {
		font-size: 2.5rem;
	}
}

@media (min-width: 400px) and (max-width: 599px) {
	.test-RotatingBanner h1 {
		font-size: 3.5rem;
		margin: 0 0 10px 0;
	}
	
	.test-RotatingBanner h2 {
		font-size: 1.75rem;
		max-width: 80%;
		margin: 0 auto;
	}
	
	.test-RotatingBanner .carousel-control {
		font-size: 2.5rem;
	}
}

@media (max-width: 399px) {
	.test-RotatingBanner h1 {
		font-size: 3rem;
		margin: 0 auto 15px auto;
		max-width: 90%;
	}
	
	.test-RotatingBanner h2 {
		font-size: 1.5rem;
		max-width: 80%;
		margin: 0 auto;
	}
	
	.test-RotatingBanner .carousel-control {
		font-size: 2rem;
	}
}

.test-RotatingBanner .test_home_button {
	position: absolute;
	margin: 10px auto;
	right: 20px;
	top: 20px;
}

.test-RotatingBanner .test_home_button a {
	background-color: #2A2A4C;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	padding: 25px 25px;
	display: inline-block
}

.test-RotatingBanner .test_home_button a:hover,
.test-RotatingBanner .test_home_button a:focus,
.test-RotatingBanner .test_home_button a:active {
	background-color: #252525;
}

.test-RotatingBanner .test_home_button a img {
	width: 50px;
}

@media (min-width: 740px) and (max-width: 1050px) {
	.test-RotatingBanner .carousel-caption {
		top: 5%;
	}
	
	.test-RotatingBanner .test_home_button {
		top: 70%;
		left: 50%;
		right: unset;
		width: auto;
		transform: translateX(-50%);
	}
	
	.test-RotatingBanner .test_home_button a {
		margin: 0 auto;
		font-size: 14px;
		padding: 10px 20px;
	}
}

@media (min-width: 100px) and (max-width: 739px) {
	
	.test-RotatingBanner .carousel-caption {
		top: 3%;
	}
	
	.test-RotatingBanner .test-RotatingImage {
		height: 250px;
	}
	
	.test-RotatingBanner .test_home_button {
		top: 80%;
		margin: 0;
		transform: translateX(-50%);
		right: unset;
		left: 50%;
	}
	
	.test-RotatingBanner .test_home_button a {
		left: 50vw;
		font-size: 12px;
		margin: 0 auto;
		padding: 5px 25px;
		min-width: 283px;
	}
	
	.test-RotatingBanner .test_home_button a img {
		width: 30px;
	}
}

a.SidebarButton,
a.SidebarButton:visited {
	display: block;
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	border: none;
	padding: 25px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 25px;
	margin: auto;
	transition: all 0.5s ease;
	white-space: nowrap;
}

a.SidebarButton:before {
	display: inline-block;
	content: '';
	height: 45px;
	width: 45px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	margin-right: 7px;
	margin-top: -40px;
	margin-bottom: -20px;
	margin-left: -14px;
}

@media (min-width: 768px) and (max-width: 1199px) {
	a.SidebarButton {
		font-size: 12px;
	}
}

@media (max-width: 399px) {
	a.SidebarButton {
		font-size: 4vw;
	}
	
	a.SidebarButton:before {
		height: 12vw;
		width: 12vw;
		margin-top: -15vw;
		margin-bottom: -5vw;
	}
}

/* Reason Home */
.reason-container {
	width: 100%;
	background-color: var(--primary-colour);
	padding: 50px 0 !important;
	display: inline-block;
}

.reason--heading-container {
	margin: 50px auto;
	display: block;
}

.reason--title {
	text-align: center;
	color: #fff;
}

.reason--sub-title {
	text-align: center;
	color: #fff;
}

.reason--item-image {
	padding: 0 0 20px 0;
	margin: 0 auto 50px 0;
}

.reason--item {
	padding: 10px;
	font-size: 1.5rem;
	color: #fff;
}

.reason--item::before {
	content: '\27A4';
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 4px;
}

.reason--item>.lead {
	font-size: 1.5rem;
	font-weight: 800;
	color: #fff !important;
}

/* Extra */
.border-note {
	background: #d6d6d6;
	padding: 10px;
	font-size: 1.5rem;
	color: #000;
}

.border-note-alt {
	background: var(--primary-colour);
	padding: 10px;
	font-size: 1.5rem;
	color: #fff;
}

.lead {
	color: var(--primary-colour);
}

.brand-color {
	color: var(--primary-colour) !important;
}

.refer-note {
	color: var(--primary-colour);
	font-size: 14px;
	font-style: italic;
}

/* Landing Page */
.landing-page--container {
	padding: 50px 0;
}

.landing-page--title {
	padding-bottom: 25px;
}

.text_center {
	text-align: center
}

.landing-page--title h2 {
	margin: 0;
}

.landing-page--title h4 {
	margin: 30px 0;
	font-size: 40px;
	color: #222;
}

.landing-page--title p {
	font-size: 24px;
}

.landing-page--image-container {
	text-align: center;
	margin: auto;
}

.landing-page--image_center {
	margin: 30px auto;
}


/*========================================== 
News listing Pagination 
Start
============================================ */

.blog-page-navigation-wrap {
	width: 100%;
	text-align: center;
}

.blog-page-navigation-wrap ul {
	list-style-type: none;
	margin: 0 auto 2em auto;
	padding: 0;
	display: inline-flex;
}

.blog-page-navigation-wrap ul li {
	padding: 10px;
}

.blog-page-navigation-wrap ul li a:hover,
.blog-page-navigation-wrap ul li a:focus,
.blog-page-navigation-wrap ul li a:active,
.blog-page-navigation-wrap ul li a:hover span,
.blog-page-navigation-wrap ul li a:focus span,
.blog-page-navigation-wrap ul li a:active span {
	color: var(--primary-colour);
	font-weight: bolder;
}

/*==========================================
News listing Pagination 
End
============================================ */


/* Landing page form */
.landing-page--form-contianer {
	margin-bottom: 30px !important;
}

.landing-page--form-contianer h3 {
	text-align: center;
}

/* Landing Page Focus */
.landing-page--focus {
	background: #2A2A4C;
	padding: 30px;
	color: #fff !important;
}

@media (min-width: 992px) {
	.landing-page--form_mobile-only {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.landing-page--form_desktop-only {
		display: none !important;
	}
}

/* ===================================
Other Styles
Start
====================================== */
.spacer {
	width: 100%;
	height: 50px;
	background: #00000000;
	display: block;
}

@media (max-width: 768px) {
	.hidden-xs {
		display: none;
	}

	.text_center-xs {
		text-align: center;
	}
}

@media (min-width: 768px) {
	.hidden-sm {
		display: none;
	}

}

@media (min-width: 992px) {
	.hidden-md {
		display: none;
	}

}

.navbar-collapse {
	padding: 0px;
}


/* ===================================
Other Styles
End
====================================== */


/* ===================================
		GDPR Styles
		Start
====================================== */
.gdpr-popup--container {
	background: #fff;
	border: solid 1px #333;
	width: 100%;
	padding: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
	display: none;
	font-size: 1.2em;
	flex-direction: column;
	z-index: 99999;
}

.gdpr-popup--container p a:visited,
.gdpr-popup--container p a:hover,
.gdpr-popup--container p a:focus {
	color: var(--primary-colour);
}

.gdpr-popup--container p {
	width: 100%;
	margin: 0;
	padding: 10px;
	font-size: 11px;
	display: block;
	box-sizing: border-box;
	text-align: justify;
}

.gdpr-button,
.gdpr-button:visited {
	width: 100%;
	display: inline-block;
	background: #555;
	background: var(--primary-colour);
	padding: 5px 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.3rem;
	box-sizing: border-box;
	text-align: center;
}

.gdpr-button:hover,
.gdpr-button:focus {
	color: #fff;
	background: #333;
}

.desktop-only {
	display: none;
}

.mobile-only {
	display: block;
}

@media (min-width: 768px) {
	.gdpr-popup--container {
		bottom: 15px;
		left: 15px;
		max-width: 275px;
	}

	.gdpr-button,
	.gdpr-button:visited {
		
	}
}

@media (min-width: 992px) {
	
}

/* ===================================
		GDPR Styles
		End
====================================== */

.form-full-width {
	margin-left: 0 !important;
    width: 100% !important;
}

.form-horizontal .control-label {
	text-align: left !important;
}


.footer-content {
    justify-content: space-between;
}

.footer-content .brand-link {
    width: 100%;
	height: auto;
	text-align: center;
}


.footer-content > div {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    padding: 15px;
}


.footer-content h4 {
    text-transform: uppercase;
    font-size: 1.75rem;
    font-weight: 600;
    display: inline-block;
    margin: 0px auto 15px auto;
}

.footer-content p {
	width: 100%;
	max-width: 430px;
	margin: 0px auto 16px;
	text-align: center;
}


.select2-container .select2-choice {
    height: 34px;
}

.select2-container .select2-choice .select2-arrow b {
    background-position: 0px 3px !important;
}

.footer-brand {
    margin: 0px auto;
    height: auto;
}

.footer-content ul {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    width: auto;
    margin: 0px auto;
  	text-align: center;
}

@media (min-width: 992px) {
  	.footer-content ul {
      	margin: 0px;
      	text-align: left;
	}

	.footer-content p {
		text-align: left;
	}
}



/**** JOEL ***/
@media (min-width: 768px) and (max-width: 991px) {
	header .navbar-default .navbar-nav > li > a {
    	padding: 10px 8px;
  	}
    .cours_right {
	  margin-top: 10px;
  	}
}

@media (min-width: 768px) {
  .dropdown.menu-item:hover {
      background: var(--primary-colour);
  }
  .dropdown.menu-item:hover a {
      color: #fff;
  }  
}

@media (max-width: 767px) {
   header .dropdown .dropdown-menu {
      background: #d6d6d6;
      width: 100%;
     } 
  .navbar .navbar-collapse {
    	overflow: auto;
	}
  .navbar .navbar-collapse {
   	height: auto; 
  }
  .carousel h2 {
      	font-size: 4vmax !important;
    	line-height: 4vh;
    	margin-bottom:10px !important;
  }  
  .carousel h3 {
      font-size: 2vmax !important;     
  }  
}

@media (min-width: 768px) and (max-width: 1199px) {
  .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
      height: 40vmax;
  }  
}
  .hero .carousel-caption {
      top: 50% !important;
      left: 50% !important;
      transform: translate(-50%, -50%);
      right: unset !important;
      bottom: unset !important;
  }  

.navbar .navbar-collapse {
 /* 	position: absolute;
	width: 100%;*/  
}
.nav > li.menu-item:hover .dropdown-menu {
    display: block;
}
a {
    transition: none !important;
}

/** course withrawal page **/
.page-id-28 .WebEdFormInput.FormClassInput-Course .radio {
    width: 32.3%;
    display: inline-block;
}
.page-id-28 .WebEdFormInput.FormClassInput-Course, .page-id-29 .WebEdFormInput.FormClassInput-Course {
 	padding-bottom: 10px; 
}

/* Completion reprint page */
.page-id-29 .page_content .container {
    max-width: 1000px;
}
.page-id-29 .WebEdFormInput.FormClassInput-course > .radio {
    width: 32%;
    display: inline-block;
}

/*
 Emil Update
*/


.page-id-20 button#btnSubmit,
.border-note-alt.idau-colour {
	background: #980747 !important;
}

.page-id-22 button#btnSubmit,
.border-note-alt.psau-colour {
	background: #786e9d !important;
}

.page-id-21 button#btnSubmit,
.border-note-alt.fjau-colour {
	background: #DD6b02 !important;
}

.page-id-23 button#btnSubmit,
.border-note-alt.tjau-colour {
	background: #024886 !important;
}

/*Google ReCaptcha V3 Supporting style - Emil*/
.grecaptcha-badge { 
    visibility: hidden;
}
.google-captcha {
    position: absolute;
    width: 0px;
    height: 0px;
}

.google-captcha-note {
    font-size: 1.15rem;
    color: #737373;
    width: 100%;
    padding: 0px 15px;
    margin: 5px 0px !important;
    text-align: center;
}

.google-captcha-note a {
    color: var(--primary-colour)
}

/*** header banner ***/
.head_banner img {
    height: 300px;
    object-fit: cover;
}





/* Test form update Start */
.form-horizontal p {
    margin: 0px;
    width: 100%;
}

.start-date {
    margin: 0px 0px 15px !important;
}

.modal-dialog {
	max-width: 510px;
	margin: 15vw 2%;
}

@media (min-width: 510px) {
	.modal-dialog {
		margin: 15vw auto;
	}
}

@media (min-width: 1200px) {
	.modal-dialog {
		margin: 8vw auto;
	}
}

.form-horizontal div {
	width: 100%;
}

.start-date {
	margin: 0px 0px 15px;
}



.form-horizontal .FormClassLabel-FirstName,
.form-horizontal .FormClassLabel-LastName,
.form-horizontal .FormClassLabel-Email,
.form-horizontal .form-full-width .control-label{
	height: 0px;
  	color: transparent !important;
}

.form-horizontal .FormClass-FirstName,
.form-horizontal .FormClass-LastName,
.form-horizontal .FormClass-Email {
	min-height: 40px;
}

.form-horizontal .FormClassLabel-FirstName.control-label:after,
.form-horizontal .FormClassLabel-Email.control-label:after {
	left: 19px !important;
    z-index: 700;
}

.form-horizontal .form-full-width .control-label::after {
    top: 3px !important;
    left: 30px !important;
	color: transparent !important;
}

.form-horizontal .form-full-width .help-block::after {
	content: " *";
	color: #fc4c5e;
}

.form-horizontal .FormClassLabel-AdvertPlacementId::after,
.form-horizontal .FormClassLabel-ProductOfInterest::after {
	position: unset !important;
}

#ContactPermission-error,
#AgeConfirmation-error {
	padding-left: 25px;
}

.form-horizontal .FormClassInput-FirstName {
	padding: 0px 5px 0px 15px;
}

.form-horizontal .FormClassInput-LastName {
	padding: 0px 15px 0px 5px;
}

.form-horizontal #btnSubmit,
.form-horizontal #btnSubmit:visited {
	width: 100%;
	border-radius: 0;
	padding: 10px;
	font-size: 2rem !important;
	font-weight: 600;
	text-transform: uppercase;
	border: 2px solid var(--primary-colour) !important;
	background: #FFF !important;
	color: var(--primary-colour);
	transition: all 0.3s ease;
	border-radius: 5px;
    margin: 0px;
}

.form-horizontal #btnSubmit:hover {
	background: var(--primary-colour) !important;
	color: #fff;
}

.form-horizontal .required-control .control-label:after {
	position: absolute;
	top: 2px;
	left: 18px;
    z-index: 150;
}

.form-horizontal fieldset {
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
}

.form-horizontal .help-block {
	padding: 0px;
    font-size: 1.2rem;
    margin: 0px 0px 0px 20px;
    margin-left: 25px !important;
    line-height: normal;
    float: unset !important;
    position: relative;
}


.form-horizontal .form-group {
	margin: 0px;
	min-height: unset;
	margin-bottom: 5px !important;
	float: unset !important;
}

.form-horizontal .form-group.FormClass-btnSubmit {
	margin: 5px 0px !important;
}

.form-horizontal .control-label {
	font-size: 1.25rem;
  	position: absolute;
}

.form-horizontal .contact-permission,
.form-horizontal .age-confirmation {
	margin: 0px;
}

.form-horizontal .age-confirmation {
	margin-bottom: 10px;
}

.form-horizontal input[type=checkbox] {
	margin-top: 2px !important;
}

.form-horizontal .form-control {
	height: 28px;
	font-size: 12px;
}

.form-horizontal .select2-container .select2-choice {
	height: 28px;
	font-size: 12px;
	line-height: 20px;
}

.form-horizontal .contact-permission>label,
.form-horizontal .age-confirmation>label,
.form-horizontal .FormClass-btnSubmit>label {
	height: 0px !important;
	position: absolute;
}

.form-horizontal .text-format-date {
	font-size: 21px;
    font-weight: bold;
    display: block;
    line-height: normal;
}

.form-horizontal .col-md-3.control-label.WebEdFormLabel.FormClassLabel-AdvertPlacementId,
.form-horizontal .col-md-3.control-label.WebEdFormLabel.FormClassLabel-ProductOfInterest,
.form-horizontal .col-md-3.control-label.WebEdFormLabel.FormClassLabel-ReceiveCall {
  	display: inline-block;
    position: relative;
    height: auto;
    width: 100%;
    text-align: left;
    color: #333 !important;
}

.form-horizontal label.error {
    font-weight: bold;
    color: #b00000;
    font-size: 1rem;
    line-height: normal;
    position: relative;
    top: -5px;
	margin: 0px;
}

#myModal {
	padding: 0px !important;
}


.form-horizontal .form-group {
	min-height: unset !important;
    margin-bottom: 5px !important;
    margin-top: 0px !important;
}

.form-group.WebEdForm, 
.form-group.two-column {
    min-height: unset !important;
    float: unset !important;
    margin-bottom: 5px;
    margin-top: 0px !important;
}

.form-horizontal textarea.form-control {
    min-height: 113px !important;
    width: 100%;
}


.form-horizontal .FormClass-ReceiveCall {
    display: flex;
    flex-direction: row;
    align-items: center;
}


.form-horizontal .FormClass-ReceiveCall .FormClassInput-ReceiveCall {
    display: flex;
    flex-direction: row;
    width: 30% !important;
    padding-left: 5px;
    font-size: 1.25rem;
}

.form-horizontal .col-md-3.control-label.WebEdFormLabel.FormClassLabel-ReceiveCall {
    width: 50%;
    padding-right: 5px !important;
}

.required-control .control-label:after {
    content: " *";
    color: #fc4c5e !important;
}

.select2-container .select2-choice {
    padding: 5px 5px 5px 12px !important;
}


.form-horizontal .col-md-3.control-label.WebEdFormLabel.FormClassLabel-Country::after {
    left: 19px !important;
    color: #fc4c5e !important;
}

.select2-container .select2-choice>.select2-chosen {
    margin-top: 0px !important;
    height: auto !important;
}

.col-md-6.WebEdFormInput.FormClassInput-Phone {
    margin-bottom: 5px;
}
/* Test form update End */