@charset "utf-8";

/*=========================
CSS FOR ELEMEMT SHOW HIDE
===========================*/
a.btn, a.show-btn, a.show-btn-sml, a.s2btn1, a.s2btn2, a.show-btn-sml2{
	background: #c6af64;
    outline: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    color: #22211c;
    margin-top: 28px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    width: 260px;
    height: 50px;
}
a.show-btn-sml img, a.show-btn img{display:none}
a.show-btn{
	float:left;
	margin:20px 0 0 0;
}
a.show-btn-sml, a.show-btn-sml2{
	line-height: 22px;
    margin-top: 15px;
    font-size: 16px;
    padding: 5px 20px 7px;
    border: 2px solid #da9944;
    float: none;
    display: inline-block;
}
a.s2btn1, a.s2btn2{
	margin-top: 15px;
    border: 1px solid #c6af64;
    background: none;
}


/*---------------------------*/



/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
	background: #fff;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
	padding: 0 10px;
}
.trm-bx h1 {
	line-height: 40px;
    color: #000;
    margin: 0;
    font-size: 32px;
    float: left;
    width: 100%;
    margin-bottom: 6px;
    font-weight: 700;
	text-align:left;
}
.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	list-style: disc;
}
.trm-bx strong {
	font-weight:700;
}
.trm-bx span {
	text-transform: uppercase;
}
.trm-bx p {
	font-size: 16px;
	line-height: 26px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx a {
    color: blue;
}
.trm-bx h4, .trm-bx h5 {
	font-size: 22px;
	float: left;
	width: 100%;
	margin: 0px 0 10px;
	font-weight: 500;
}
.ing-blk h4 {
    text-align: center;
}
.ing-blk img {
    display: block;
    margin: 0 auto 10px;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 10px 0 10px 30px;
	float:left;
	width:100%;
}
.privacy-list li {

}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol {
	margin-bottom: 20px;
	float: left;
	width: 100%;
	font-weight: 400;
	padding: 0 20px;
}
.trm-bx .disclmr {
	width: 100% !important;
}


