.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 20px !important;
	right: 25px !important;
}

.select2-container--default .select2-selection--single {
	padding: 0.975rem 2.25rem 0.975rem 0rem;
	border-width: 0 0 1px 0 !important;
	border-radius: 0 !important;
	font-size: 20px;
	font-weight: 600;
	color: #2D364E;
	margin-right: 1.5rem;
	height: initial !important;
	border-color: #ced4da !important;
}

.select2-container {
	z-index: 9999;
}

.select2-container--default .select2-resultsoption--highlighted.select2-resultsoption--selectable {
	background-color: #f7941d !important;
}

.btn-new-sm {
	border: none;
	font-weight: 700;
	padding: 8px 15px;
	font-size: 14px;
	font-family: "Roboto";
	margin-bottom: 5px;
}

.transactionGroup .intetITem.G-admin figure {
	overflow: hidden;
}

.transactionGroup .intetITem.G-admin figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 5px;
}

.notification .investList span {
	background-color: #F7941D;
}

.investList .bg-success {
	background-color: #F7941D !important;
}

.loan-term-input .dropdown-check-list {
	width: 100%;
}

.loan-term-input .dropdown-check-list .anchor {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ced4da;
}

.loan-term-input .dropdown-check-list .anchor::after {
	display: none;
}

.loan-term-input .dropdown-check-list ul.items {
	position: absolute;
	width: 100%;
	background-color: #fff;
	max-height: 200px;
	overflow-y: scroll;
}

.loan-term-input .radioCheck.form-select {
	padding-right: 0;
}

.loan-term-input .radioCheck {
	position: relative;
}

.loan-term-input .dropdown-check-list ul.items li {
	margin: 8px 10px;
	font-size: 20px;
	background-color: F7941D;
	color: #000;
	font-weight: 500;
}

.date_calendar .icon-calendar-2 {
	right: 20px;
}

.moder_s1 .form-control,
.moder_s1 .form-select {
	padding-left: 10px;
}

.intetITem.G-admin figure {
	background-color: #F7941D !important;
}

.bg-success {
	background-color: #F7941D !important;
}


.intetITem h5 {
	margin: 0 0 1rem 0;
}


.intetITem p {
	font-size: 18px !important;
}

.intetITem p+p {
	font-size: 18px !important;
}

.group-accordion .accordion-button.collapsed {
	background-color: #fff;
	color: #000;
}

.group-accordion .accordion-button {
	background-color: #F7941D;
	color: #fff;
}

.group-accordion .accordion-button:focus {
	border: 0;
	box-shadow: none;
}

.accordion-button::after {
	background-image: none;
	content: "\f107";
	color: #000;
	font: normal normal normal 32px/1 FontAwesome;
	background-image: none;
	height: auto;
}

.group-accordion .accordion-button:not(.collapsed)::after {
	color: #fff;
	background-image: none;
}

.group-accordion .accordion-button .intetITem h5 {
	margin-bottom: 0;
}

.same-box {
	padding: 0;
}

.same-box .intetITem a h5 {
	text-decoration: none;
	color: #F7941D;
}

/* .custom-table-input{

} */

/* Customize the label (the container) */
.custom-table-input .container {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 25px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.custom-table-input .container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.custom-table-input .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border: 2px solid;
	border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.custom-table-input .container:hover input~.checkmark {
	background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.custom-table-input .container input:checked~.checkmark {
	background-color: #F7941D;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-table-input .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.custom-table-input .container input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.custom-table-input .container .checkmark:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.loan-table {
	white-space: nowrap;
}

.loan-table tr th,
td {
	vertical-align: middle;
}

.loan-table .intetITem.G-admin figure {
	width: 30px;
	min-width: 30px;
	height: 30px;
	font-size: 14px;
}

.intetITem.member-page {
	border: 0;
	border: 1px solid #F7941D;
	border-radius: 5px;
	padding: 10px;
	background-color: #fdf1e3;
}

.intetITem.member-page figure {
	width: 60px;
	min-width: 60px;
	height: 60px;
}

.intetITem.member-page h4 {
	margin-bottom: 0;
}

.notification {
	position: relative;
	font-size: 32px;
}

.notification .inner-content {
	position: absolute;
	width: 25px;
	height: 25px;
	top: -10px;
	right: -9px;
	font-size: 12px;
	background-color: #F7941D;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.pagination li.page-item {
	font-size: 20px;
}

.pagination a.page-link {
	color: #000;
}

.pagination .page-item.active .page-link {
	background-color: #F7941D;
	border-color: #F7941D;
}

.app-Futcher .checkList {
	padding: 0;
	margin: 1rem 0;
}

.app-Futcher .checkList li {
	list-style: none;
	padding-left: 2rem;
	margin-bottom: .5rem;
	background-image: url(../images/round_check-2.svg);
	font-weight: 400;
	font-size: 14px;
}

.app-Futcher .btn-primary {
	margin-bottom: 2rem !important;
}

.fset1 h6 {
	color: #EC8B2B;
}

.fset2 h6 {
	color: #273377;
}

.fset3 h6 {
	color: #AB2430;
}

footer ul a {
	color: #ab2430;
	font-weight: 700;
}
footer ul a:hover {
    text-decoration: underline;
    color: #273377;
}

@media (min-width: 1400px) {
	.homeBaner h1 {
		font-size: 2.3125rem;
	}
}

@media (min-width:992px) {
	header nav .navbar-nav li {
		padding-right: 0.8rem !important;
		padding-left: 0.8rem !important;
	}
}

@media (min-width:1000px) and (max-width:1599px) {
	.homeBaner img {
		/*width: 460px;*/
		margin-top: 21px;
	}
}
@media (min-width:1600px) and (max-width:1699px) {
	.homeBaner img {
		/*width: 496px;*/
		margin-top: 77px;
	}
}
@media (min-width:1700px) and (max-width:1799px) {
	.homeBaner img {
		height: 648px;
		width: auto;
	}
}

@media (min-width:1800px) and (max-width:1899px) {
	.homeBaner img {
		height: 692px;
		width: auto;
	}
}

@media (min-width:1900px) and (max-width:2000px) {
	.homeBaner img {
		height: 750px;
		width: auto;
	}
}

@media (min-width:768px) and (max-width:1100px) {
	main {
		background: url(../images/header-bg3.png) no-repeat;
		background-repeat: no-repeat;
	}
}

@media (min-width:1200px) {
	.homeBaner {
		/*background: none;*/
	}

	header .Header_BG {
		display: none;
	}

	main {
		background: url(../images/header-bg1.png);
		background-repeat: no-repeat;
		background-position: 65% 0;
		 background-size: contain;     /*https://communitysavingfund.nexgenelit.com/user/dashboard*/
	}
}


.transactionPage, .Settings_Page{
    	background: url(../images/header-bg1.png);
		background-repeat: no-repeat;
		background-position: 65% 0;
		 background-size: cover; 
}

.Settings_Pagepage{
    	background: url(../images/header-bg1.png);
		background-repeat: no-repeat;
		background-position: 65% 0;
		background-size: cover; 
}


@media (min-width:1900px) {
	main {
		background: url(../images/header-bg.png);
		background-repeat: no-repeat;
		background-position: 65% 0;
		background-size: contain;
	}
}
.navbar-toggler span{
	background: #F7941D;
}
.navbar-toggler span:before{
	background: #F7941D !important;
}
.navbar-toggler span:after{
	background: #F7941D !important;
}


.homepage-mobileviewbar{
    /*background-color: white;*/
}


/*.contactus-form-flex-container{*/
/*    width: 90%;*/
/*    border: 1px solid red;*/
/*    display: flex;*/
/*    gap: 5%;*/
/*    margin: auto;*/
/*}*/

/*.contactus-form-flex input{*/
/*    width: 100%;*/
/*}*/

/*.submit-form{*/
/*    border: 1px solid black;*/
/*    width: 90%;*/
/*}*/


/*.contactus-form-container{*/
/*    border: 1px solid black;*/
/*    width: 100%;*/
/*}*/

.appfeature-page img{
    /*margin-top: 5%;*/
    padding: 5%;
}









