/* CSS Document */
.block{
	display: block ;
} 
.gray-bk {
	background: radial-gradient(circle at 10% 20%, rgb(0, 0, 0) 0%, rgb(64, 64, 64) 90.2%);
}
.clear {
	clear: both;
}
.center {
	text-align: center ;
}
.middle {
	vertical-align: middle ;
}
.padding-all-50 {
	padding: 50px;
} 
.padding-tb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
} 
.padding-tb-18 {
	padding-top: 18px;
	padding-bottom: 18px;
} 
.polyview {
	display: inline-block;
	position: relative;
	height: 400px;
	width: 300px;
	margin: 3px;
	border-radius: 8px;
	background-color: white;
	overflow: hidden;
}
.bg-Set {
	background-size: 100% auto;
	background-position: top center;
}
.white-txt {
	color: white !important;
}
.polyview-col {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	height: 60px;
	background-color: rgba(255,255,255,0.50);
	display: flex;
	flex-direction: column;
	padding: 18px;
}
.padding-all-18 {
	padding: 18px;
}
.padding-b-50 {
	padding-bottom: 50px;
}
.polyview-col::before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	z-index: 1;
	filter: blur(8px);
    -webkit-filter: blur(8px);
}
.tbl-col {
	display: inline-block;
	width: 60%;
	vertical-align: top;
}
.tbl-col-2 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40%;
	vertical-align: top;
	background: radial-gradient(circle at 10% 20%, rgba(216, 241, 230, 0.46) 0.1%, rgba(233, 226, 226, 0.28) 90.1%);
}
.width-90 {
	width: 95%;
}
.layer-10 {
	display: inline-block;
	width: 10%;
	vertical-align: middle;
}
.layer-70 {
	display: inline-block;
	width: 70%;
	vertical-align: middle;
}
.padding-all-10 {
	padding: 10px;
}
.radius-5 {
	border-radius: 5px;
}
.overflow-hidden {
	overflow: hidden;
}
.hd2 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.hd1 {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}
.layer-20 {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
}
.yellow-txt {
	color: rgba(207,154,0,1.00) ;
}
.pale-bk {
	background-color: rgba(225,225,225,1.00);
}
.margin-b-10 {
	margin-bottom: 10px ;
}
.margin-t-10 {
	margin-bottom: 10px ;
}
.green-txt {
	color:rgba(0,204,74,1.00) ;
}
.red-txt {
	color: rgba(240,5,5,1.00) ;
}
.cursor {
	cursor: pointer;
}
.txtCol {
	display: block;
	background-color: rgba(225,225,225,.60);
	border-radius: 8px;
	padding: 15px;
}
.btn1 {
	display: inline-block;
	padding: 18px;
	border-radius: 30px;
}
input,
textarea,
select,
button {
	font-family: 'Open Sans', sans-serif;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
	background-color:rgba(255,255,255,0)
}
input:active,
select:active,
textarea:active,
button:active {
    outline: none;
	background-color:rgba(255,255,255,0)
}
.txt1 {
	border: thin solid rgba(255,255,255,0);
	font-size: 14px;
	display: inline-block;
	font-weight: 300;
	background-color:rgba(255,255,255,0)
}
.img-col-temp {
	display: inline-block ;
}