.Pricebox {
	padding:10px 5px;
	font-size:16px;
	font-weight:700;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}
#T a:link{color:#000; text-decoration:none;}
#T a:visited{color:#000; text-decoration:none;}
#T a:hover{color:#fff; text-decoration:none;}


.Border-Bo{border-bottom:1px dashed #ccc;}
.Pricebox1 {
	padding:10px 5px;
	font-size:16px;
	font-weight:200;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px dashed #ccc;
}
.Priceimg {
	width:100px;
	height:100px;
	border-radius: 5px;
}
.BottomPtext {
	font-size:11px;
	text-align:center;
	margin:25px 0px;
}
.PriceBottombox {
	background-color:#f4f4f4;
	padding:10px 10px;
	border-radius: 5px;
	margin-top:20px;
}
.PriceBottomboxIn {
	text-align:center;
	color:#000;
}
.PriceBottomboxIn1 {
	background-color:#fff;
	text-align:center;
	color:#777777;
	font-size:14px;
	padding:10px;
	border-radius: 5px;
}
.box {
	position: relative;
	background-color: #c39d51; /* Your desired background color */
	color: #000;
	font-size: 26px;
	padding: 12px;
	width: 100%;
	border-radius: 8px;
	margin-bottom: 30px; /* To give space for the arrow */
	font-weight:700;
}
 .box::before {
 content: "";
 position: absolute;
 bottom: -10px; /* Position it to the left */
 width: 0;
 height: 0;
 border-left: 10px solid transparent;
 border-right: 10px solid transparent;
 border-top: 10px solid #c39d51; /* Match background color */
 transform: rotate(-360deg); /* Make it point downward from left */
}
.W1 {
	width:10%;
	float:left;
	font-size: 35px;
	color:#000;
	font-weight:700;
}
.W2 {
	width:90%;
	float:left;
}
.W3 {
	width:60%;
}
.BGcolor {
	background-color:#f6f8f9;
}
.FirstFont {
	font-size: 22px;
	color:#000;
	font-weight:700;
}
.SecondFont {
	font-size: 16px;
	color:#000;
	font-weight:100;
}
.ThirdFont {
	font-size: 20px;
	color:#000;
	font-weight:100;
}
.ptexttop {
	font-size:18px;
	text-align:center;
	color:#868686;
	margin: 5px 0px;
}
.W50 {
	width:50%;
	float:left;
}
.MainBox {
	width:100%;
	background-color: #fff;
	border: 2px solid #d4d4d4;
}
.formBox {
	padding:20px;
}
label {
	display: block;
	margin-top: 15px;
}
input {
	width: 100%;
	padding: 8px;
	margin-top: 5px;
	box-sizing: border-box;
	border:1px solid #d4d4d4;
}
.error {
	color: red;
	font-size: 0.9em;
	margin-top: 5px;
}
.input-error {
	border: 2px solid red;
}
button {
	margin-top: 40px;
	padding: 10px;
	font-size: 16px;
	width:100%;
	background-color:#c39d51;
	border: 0px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	text-transform:uppercase;
}
button:hover {background-color:#d0ae6a; color:#fff;}
.Box {
	background-color:#ffffff;
	padding:15px;
	border-top:2px solid #C39D51;
}
.Box1 {
	background-color:#f4f4f4;
	padding:15px;
}
body {
	background: #ffffff none repeat scroll 0 0;
	color: #8d9297;
 font-family:: arial;
	font-size: 16px;
}
 @media only screen and (max-width: 640px) {
.W1 {
width:10%;
float:left;
font-size: 25px;
color:#000;
font-weight:700;
}
.FirstFont {
font-size: 16px;
}
.SecondFont {
font-size: 14px;
}
}
 @media only screen and (max-width: 480px) {
.FirstFont {
font-size: 16px;
}
.SecondFont {
font-size: 14px;
}
.W1 {
width:15%;
float:left;
}
.W2 {
width:85%;
float:left;
}
.Pricebox {
font-size: 13px;
padding: 10px 2px
}
.Pricebox1 {
font-size: 13px;
padding: 10px 2px
}
.Priceimg {
 width: 70px;
 height: 70px;
}
 .W3 {
width:40%;
}
}
 @media only screen and (max-width: 390px) {
.FirstFont {
font-size: 15px;
}
.SecondFont {
font-size: 12px;
}
}
