@charset "utf-8";
/* CSS Document */

.captionColour {
    color: #047FBD;
}

.wrapper_form {
	margin: 0 auto;
/*	width: 80%;	*/
}


.solo_wrapper_form {
	width: 85%;
/*	margin: 0 auto;*/
/*	width: 80%;	*/
}

form {
	text-align: left;
	font-size: 0.8em;
/*    margin-left: -5px;*/
}

.closebtn {
	position: relative;
	left: 90%;	
}

label {
	font-size: 0.9em;
}

input[type="text"]{
	line-height: 1.3em; 
	font-size: 0.9em;
	padding: 5px;
}

textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.8em;
	width: 100%;
	padding: 5px;
}

select {
	line-height: 1.3em; 
	font-size: 0.9em;
}

.btn_submit {
	line-height: 1.3em; 
	font-size: 0.9em;
	padding: 5px;
	border-radius: 10px;
	width: 130px;
	height: 45px;
	background-color: #2C98D5;
	border-color: transparent;
	color: white;
	cursor: pointer;
}

.btn_submit:hover {
	background-color: #C43AD1;	
}

.icon_progressbar {
	display: block;	
}

.mandatory {
    color: red;
}
.error {
    color: red;
}
label {
    font-size: 1rem;
    font-weight: bold;
}
.btn_Enquire {
    line-height: 1.3em; 
	font-size: 0.9em;
	padding: 5px;
	border-radius: 10px;
	width: 130px;
	height: 45px;
	background-color: #2C98D5;
	border-color: transparent;
	color: white;
	cursor: pointer;
/*
    padding: 3px 30px 3px 30px;
    border-radius: 8px;
    background-color: #C43AD1;
    color: white;
    outline: 0;
    box-shadow: none;
*/
}
.footer_address {
    font-size: 0.75em;
}

  .iframe-container{
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-featured {
	margin-top: 0px;
	padding-left: 0px; 
	padding-right: 0px;
}