
.topscroll {
	background: #eab9b9;
	font-size: 15px;
	padding: 2px 5px;
	line-height: 20px;
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 0;
	margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 5px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}
.p-05{
	padding: 0 5px;
	
}
.amountBtn {
	border: 2px solid #c4bebe !important;
	border-radius: 5px !important;
	padding: 10px 5px !important;
	cursor: pointer !important;
	/*background: #eff3f5 !important;*/
	text-shadow: none !important;
	color: #000 !important;
	font-family: arial !important;
	letter-spacing: 0 !important;
	font-weight: bold;
	display: inline-block !important;
	margin: 2px 2px !important;
}
.amountBtn {
	background-color: rgba( 255, 255, 255, 0.1 ) !important;
	color: #fff;
	background: rgba( 255, 255, 255, 0.1 );
	box-shadow: 0 8px 32px 0 rgb(135 72 31 / 37%);
	backdrop-filter: blur( 8px );
	-webkit-backdrop-filter: blur( 8px );
	border-radius: 25px;
	border: 1px solid rgba( 255, 255, 255, 0.18 ) !important;
}
.amountBtn:hover {
	background-color: rgba(208, 33, 33, 0.1) !important;
	color: #fff;
	background: rgba( 255, 255, 255, 0.1 );
	box-shadow: 0 8px 32px 0 rgb(135 72 31 / 37%);
	backdrop-filter: blur( 8px );
	-webkit-backdrop-filter: blur( 8px );
	border-radius: 25px;
	border: 1px solid rgba( 255, 255, 255, 0.18 ) !important;
}
.btn-active {
	background-color: rgba(208, 33, 33, 0.1) !important;
}
.card-box img {
    padding: 8px;
    max-width: 55px;
    max-height: 55px;
    background: rgb(255 221 148 / 34%);
    /* box-shadow: 0 2px 5px 0 rgb(31 38 135 / 41%); */
    box-shadow: 0 2px 5px 0 rgb(135 72 31 / 37%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
}	
	
.support-box
{
display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.loanbox {
	float: right;
	width: 170px;
	background: e7f5f200;
	padding: 2px 3px;
}
.loanbox span {
	display: block;
	text-align: center;
    padding: 5px 5px;
    font-size: 15px;
    line-height: 12px;
    font-family: roboto;
    color: fff;
    font-weight: 600;
}
.loanbox span:nth-of-type(2) {
	background: #9d0b76;
}
.loanbox1 {
	float: left;
	justify-content: center;
	display: flex;
	align-items: center;
	height: 100%;
	background: unset;
	color: #e00762;
}
.loanbox1 span {
	font-size: 15px;
	padding: 5px 20px;
	text-shadow: 2px 2px #000;
	line-height: 30px;
	color: #c85889;
}

input[type="range"] {
	-webkit-appearance: none;
	appearance: none; 
	width: 100%;
	cursor: pointer;
	outline: none;
	border-radius: 15px;
	height: 10px;
	background: #000;
}

input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none; 
	height: 25px;
	width: 15px;
	background-color: #f50;
	border-radius: 30%;
	border: none;
	transition: .2s ease-in-out;
}
input[type="range"]::-moz-range-thumb {
	height: 25px;
	width: 15px;
	background-color: #000;
	border-radius: 30%;
	border: none;
	transition: .2s ease-in-out;
}

input[type="range"]::-webkit-slider-thumb:hover {
	box-shadow: 0px 0px 0px 13px rgba(19, 9, 5, 0.28)
}
input[type="range"]:active::-webkit-slider-thumb {
	box-shadow: 0px 0px 0px 13px rgba(19, 9, 5, 0.28)
}
input[type="range"]:focus::-webkit-slider-thumb {
	box-shadow: 0px 0px 0px 13px rgba(19, 9, 5, 0.28)
}

/* Hover, active & focus Thumb: Firfox */

input[type="range"]::-moz-range-thumb:hover {
	box-shadow: 0px 0px 0px 13px rgba(19, 9, 5, 0.28)
}
input[type="range"]:active::-moz-range-thumb {
	box-shadow: 0px 0px 0px 13px rgba(19, 9, 5, 0.28)
}
input[type="range"]:focus::-moz-range-thumb {
	box-shadow: 0px 0px 0px 13px rgba(19, 9, 5, 0.28)    
}
.btn_custom {
	background: #8a2bbb;
	font-size: 20px;
	padding: 5px 20px;
	text-shadow: 2px 2px #000;
	line-height: 30px;
	color: #c85889;
}
.btn_custom:hover {
	background: #9a2bbb;
	font-size: 26px;
	padding: 5px 20px;
	text-shadow: 2px 2px #000;
	line-height: 30px;
	color: #fff;
}
iframe {
	border: 2px solid #000;
}

.loanbox .total_loan_detail_pcs {
	background: unset !important;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.loanbox .total_loan_detail_pcs label {
	border: 1px solid #000;
	padding: 2px 2px;
	letter-spacing: 3px;
	border-radius: 50%;
	font-size: 13px;
	width: 20px;
	height: 20px;
	line-height: 1;
	background: #0000004f;
	text-shadow: none;
	color: #fff;
}
#loantatues p {
	font-size: 17px;
	margin: 2px 0;
	padding: 2px 5px;
}
.t-footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 99;
}
.ft-menu-sec {
	background: #0b0b0b;
	color: #fff;
	position: relative;
}
.tb-menu-wrapper {
	display: grid;
	grid-template-columns: repeat(7,1fr);
	text-align: center;
	text-transform: none;
	font-size: 12px;
}
.tb-menu-wrapper {
	text-align: center;
	text-transform: none;
	font-size: 15px;
	border-bottom: 1px solid #fff;
}
.ft-menu-wrapper {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	text-align: center;
	text-transform: none;
	font-size: 12px;
}
.ft-menu-wrapper {
	text-align: center;
	text-transform: none;
	font-size: 15px;
}
.ft-item a.ftmenu {
	display: block;
	background: linear-gradient(300deg, rgb(11, 131, 179) 5%, rgb(108, 160, 168) 100%);
	padding: 5px;
	margin: auto;
	position: relative;
	overflow: hidden;
	color: #fff;
	font-size: 10px;
}
.ft-item i {
	font-size: 28px;
}

.br-5{
	border-radius: 5px !important;
}
.br-10{
	border-radius: 10px !important;
}
.br-15{
	border-radius: 15px !important;
}
.br-20{
	border-radius: 20px !important;
}
.br-25{
	border-radius: 25px !important;
}
.pl-12{
	padding-left: 12px !important;
}
@media only screen and (min-width: 280px) and (max-width: 599px) {
	.carousel .carousel-item {
		height: 220px;
	}
	iframe {
		width: 100%;
		height: 120px;
	}

}

@media (min-width: 1500px) and (max-width: 2500px) {
	.carousel .carousel-item {
		height: 450px;
	}
	iframe {
    	width: 100%;
    	height: 400px;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
	.carousel .carousel-item {
		height: 450px;
	}
	iframe {
    	width: 100%;
    	height: 350px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.carousel .carousel-item {
		height: 400px;
	}
	iframe {
    	width: 100%;
    	height: 300px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
	.carousel .carousel-item {
		height: 350px;
	}
	iframe {
	width: 100%;
	height: 250px;
}
}

@media (min-width: 576px) and (max-width: 767px) {
	.carousel .carousel-item {
		height: 300px;
	}
	iframe {
	width: 100%;
	height: 130px;
}
}

@media (max-width: 575px) {
	.carousel .carousel-item {
		height: 200px;
	}
}

