@charset "utf-8";
/* CSS Document */
  @media (max-width: 576px) {
        .element {
          display: none;
        }
	          .txtnotehide {
          display: none;
        }
        .txtprophide {
          display: none;
        }
	  	          .txtnoteshow {
          display: block;
        }

      }
  @media (max-width: 800px) {
	          .buta {
          display: none;
        }

      }
  @media (min-width: 576px) {
	          .txtnoteshow {
          display: none;
        }

      }
input{
	height: 25px;
	
}
select{
		height: 25px;
	
}
textarea{
		height: 40px;
	
}
.lblclr{
	color:red;
}
.ordtop{
	font-weight: bold;
	text-align: center;
}
.mainTabletxt { width:100%; padding: 1px; }
.mainTabletxt td{padding:1px;}
      .mainTabletxt td:first-child {
		  width: 25%;
      }
      .mainTabletxt td:nth-child(2) {
		  width: 20%;
      }
    .mainTabletxt td:last-child {
        width: 55%; /* set width of last column to 60% */
      }
.mainTable { width:100%; padding: 2px; }
.mainTable td{padding:4px;}
      .mainTable td:first-child {
		  width: 25%;
      }
      .mainTable td:nth-child(2) {
		  width: 20%;
      }
    .mainTable td:last-child {
        width: 55%; /* set width of last column to 60% */
      }
.myTable { background-color:#eee;border-collapse:collapse; }
.myTable { width:70%; }
.myTable td, .myTable th { padding:10px;border:0.5px solid #C3C3C3; }
      .myTable td:first-child {
		  width: 20%;
      }
      .myTable td:nth-child(2) {
		  width: 65%;
      }
    .myTable td:last-child {
        width: 15%; /* set width of last column to 60% */
      }
		.txtprop{
  font-family: Arial;
  color: #000000;
  font-size: 12px;
font-weight: bold;
  text-decoration: none;
		}
	.txtpropwh{
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
font-weight: bold;
  text-decoration: none;
		}
		.txtpropred{
  font-family: Arial;
  color: #AD0002;
  font-size: 12px;
font-weight: bold;
  text-decoration: none;
		}
		.txtnote{
  font-family: Arial;
  color: #000000;
  font-size: 12px;
  text-decoration: none;
		}
		.txtnotehide{
  font-family: Arial;
  color: #000000;
  font-size: 12px;
  text-decoration: none;
		}
		.txtnotebld{
  font-family: Arial;
  color: #000000;
  font-size: 12px;
  text-decoration: none;
font-weight: bold;
		}
		.btn {
  font-family: Arial;
			width: 300px;
  color: #ffffff;
  font-size: 14px;
  background: #006A6F;
  padding: 3px 15px 3px 15px;
  text-decoration: none;
}
.btn:hover {
  background: #03B4BC;
  text-decoration: none;}
.float-parent-element { 
    width: 100%; 
} 
.float-child-element { 
    float: left; 
    width: 50%; 
} 
		
.float-bottom-faq { 
    width: 100%; 
	margin-top: 700px;
} 
.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
	vertical-align: middle; 
  outline: none;
  font-size: 15px;
	  line-height: 40px;
  height: 40px;
 box-shadow: 0 0px 0 black;
  padding-left: 18px;
padding-right: 18px;
margin-bottom: -2px;
}

.active, .collapsible:hover {
  background-color: #272727;
}
.collapsible:after {
  content: '\00ff0b'; /* Unicode character for "plus" sign (+) */
  font-size: 24px;
  color: white;
  float: right;
  margin-left: 5px;

}

.active:after {
  content: "\00FF0D"; /* Unicode character for "minus" sign (-) */
	font-size: 24px;
}


.content {
  padding: 2px 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}
		.btnsm {
  font-family: Arial;
			width: 125px;
  color: #ffffff;
  font-size: 14px;
  background: #006A6F;
  padding: 3px 15px 3px 15px;
  text-decoration: none;
}
.btnsm:hover {
  background: #03B4BC;
  text-decoration: none;}
.buta {
  background-color: red;
  box-shadow: 0 5px 0 darkred;
  color: white;
  padding: .50em 1em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.buta:hover {
  background-color: #555;
}
.butaa {
  background-color: red;
  box-shadow: 0 5px 0 darkred;
  color: white;
  padding: .50em 1em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.butaa:hover {
  background-color: #555;
}
button {
background-color: #f44336;
  color: white; 
  border: 2px solid #f44336;
  padding: 2px 2px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;

}

button:hover {
  background-color: #000000;
  color: white;
  border: 2px solid #000000;

}
button:disabled {
  color: #575757;
	border: 2px solid #DCDCDC;
	background-color: #DCDCDC;
	cursor: not-allowed;
        pointer-events: none;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;

padding-top:7%;
padding-bottom:7%;	
}

.flex-item {
  padding: 10px;
  flex: 33%;
}

.butcen{
	
width:300px;
height:30px;
}
/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
  .flex-item {
    flex: 100%;
  }
	.butcen{
	
width:100%;
}
.flex-container {
height:auto;
}
}
