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

body {
    font-family: Helvetica, Arial, "sans-serif"
}
.box {
	border: 2px dotted red;
}

.grayText {
	color: #676767;
}

#order a {
	text-decoration: none;
}

#order a:hover {
	background-color: #676767;
}

label {
	margin-bottom: -15px;
	color: #676767;
	font-weight: normal;
}



/*------------------SECTION 1------------------*/
/* #section1 {
	height: 100vh;
} */

#section1 img{
    width: 50%;
	display: block;
	margin: auto;
}

/*------------------SECTION 3------------------*/
#section3 img{
    width: 50%;
	transform: rotate(-10deg);
}

#awesome_features li {
/*	margin: 0.5em auto;*/
	margin: 5px 0px 5px -15px;
	font-size: 1rem;
}

/*------------------SECTION 4 CARD TYPES------------------*/

.cardtype {
	box-shadow: 2px 2px 5px 5px red;
/*	border: 1px solid red;*/
}

/*------------------SECTION 6 ACCORDION------------------*/

.panel-group .panel {
    border-radius: 0;
/*    box-shadow: 1px 1px 8px 3px #AAAAAA;*/
    border-color: #EEEEEE;
    margin-bottom: 2px;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
/*    background-color: #DC00A1;*/
	background-color: #be9980;
    border-color: #EEEEEE;
}

.panel-title {
    position: relative;
    font-size: 1rem;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: white;
    width: 90%;
}

.lni-plus, .lni-minus {
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translate(-50%, -50%);
    color: white;
}

.panel-body {
    border-top-color: #EEEEEE;
    padding: 10px 20px;
    font-size: 0.9rem;
	background-color: #f0e8e2;
	color: black;
	margin-bottom: 5px;
}

/*----------ORDER FORM-OTHERS----------*/
#wrapperFormEnquiry {
	display: block;
}

label {
    font-size: 0.8rem;
    font-weight: bold;
}
.closebtn {
	position: relative;
	left: 90%;	
}

.btn_submit {
	line-height: 1.3em; 
	font-size: 1em;
	padding: 5px;
	border-radius: 3px;
	width: 130px;
	height: 40px;
	background-color: #2C98D5;
	border-color: transparent;
	color: white;
	cursor: pointer;
	display: block;
	margin: auto;
}

/*
.btn_abort {
	line-height: 1.3em; 
	font-size: 0.9em;
	padding: 5px;
	border-radius: 10px;
	width: 130px;
	height: 40px;
	background-color: #5D5D5E;
	border-color: transparent;
	color: white;
	cursor: pointer;
	display: block;
	margin: auto;
}
*/

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

.icon_progressbar {
	display: block;	
}

.mandatory {
	color: red;
}
.error {
    display: block;
	font-size: 0.8rem;
	font-weight: normal;
	color: red;
}

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

#thankyou {
	height: 100vh;
}

/*
label {
	font-size: 0.8em;
	margin-bottom: -5em;
}

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 {
	height: 2em; 
	font-size: 1em;
}
*/	
	
/*----------END: ORDER FORM-OTHERS----------*/



/*
.panel-body {
	background-color: black;
}
*/

/*
.card {
	border-radius: 0px;
}

.card-header {
	border-radius: 0px;

}

.card-header a {
	font-size: 1rem;
	font-weight: normal;
	display: block;
	width: 90%;
	line-height: 20px;

	color: white;
	text-decoration: none;

}

.card > .card-header {
  position: relative;
  padding: 10px;	
  border-radius: 0px;
  background-color: #DC00A1;	
}


.card-header .lni {
  position: absolute;
  right: 1%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 10px;
}
.card-body {
	font-size: 0.8rem;
	color: #676767;
}
*/

/*
table {
	border: 1px solid black;
}
*/

/*table p {font-size: 0.9rem;}*/
/*
tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}
*/
/*td {padding: 5px;}*/


/*------------------ACCORDION PLUS MINUS CONTROL------------------*/

/*------------------------------------*/


/*
.valuePropHeader {
	font-size: 2.5rem;
	font-weight: bold;
}

.valuePropTexts {
	font-size: 1rem;
	color: #677284;
}
*/


/*
.jumbotron {
  color: white;
  background-image: url('../images/jumbo_background.png');
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron .container {
margin-left: -500px;
}
*/



