.modal {
	font-family: 'Baloo Tamma 2', cursive !important;
}

.bgclr{
	background-color: #000;
	padding: 0 !important;
}

.terms{
	color: #d3bc5e;
	font-weight: bold;

}

.and{
	color: #fff !important;
}

.cardimg{
	width: 100%;
}

.parasize{
	font-size: 16px;
	justify-content: center;
	text-align: justify;
}

.heading{
	color: #d3bc5e;
	font-weight: bold;
}

.headerpadding{
	padding: 0;
    /* background: #000; */
    border-bottom: none !important;
    position: absolute;
    z-index: 999;
    right: 0;
    font-weight: 100;
}

.closebtn{
	font-size: 42px;
    color: #fff;
	width: 30px;
	margin-top: 5px;
    margin-right: 5px;
/*
	position: absolute;
    z-index: 999;
    right: 0;
    font-weight: 100;
*/
}

.btn-close{
	background: #ab8b19e0;
    color: #000;
    border-color: #000;
    border-radius: 8px;
	font-weight: 600;
}

/*noinspection CssInvalidFunction*/
.btn-close:focus {
    outline: none !important;
     box-shadow: 0 0 0 0.2rem rgb(150 122 22 / 41%);
}

/*noinspection CssInvalidFunction*/
.btn-close.focus{
/*    outline: 0;*/
    box-shadow: 0 0 0 0.2rem rgb(150 122 22 / 42%);
}

.paddinglr{
	padding: 0 10%;
}

.fsizep{
	font-size: 15px;
	font-weight: 400;
}

.clsbtn:focus{
    outline: none !important;
}

@media(max-width:768px){
	.terms{
	font-size: 24px;}
}
