/*
Author       : Dreamguys
Template Name: Whislay - Bootstrap Template
Version      : 1.0
*/


/*============================
 [Table of CSS]

1. General
2. Table
3. Bootstrap Classes
4. Avatar
5. Select2
6. Nav Tabs
7. Components
8. Focus Label
9. Home
10. Signin
11. Payment Method
12. Responsive
========================================*/


/*-----------------
	1. General
-----------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap');


.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}

html {
	height: 100%;
}

body {
	background-color: #fff;
	color: #000;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 0.9375rem;
	height: 100%;
	overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #505050;
	font-weight: 500;
}

.h1,
h1 {
	font-size: 2.25rem;
}

.h2,
h2 {
	font-size: 1.875rem;
}

.h3,
h3 {
	font-size: 1.5rem;
}

.h4,
h4 {
	font-size: 1.125rem;
}

.h5,
h5 {
	font-size: 1rem;
}

.h6,
h6 {
	font-size: 0.875rem;
}
img{
	max-width: 100%;
}
a {
	color: #2E3842;
	cursor: pointer;
}

a:hover {
	color: #1E66C9;
}
:hover{
	transition: all 0.5s ease;
}
a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-flex-shadow: 0 0 0px 1000px white inset !important;
}

input,
button,
a {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

ul {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}
:hover{
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

p:last-child {
	margin-bottom: 0;
}

button:focus {
	outline: 0;
}
select{
	outline:0;
}
input[type=text],
input[type=password],
input[type=number],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.btn.focus,
.btn:focus {
	box-shadow: inherit;
}

.form-control {
	border-color: #dcdcdc;
	color: #333;
	font-size: 15px;
	min-height: 46px;
	padding: 6px 15px;
}

.table .form-control {
	font-size: 14px;
	min-height: 38px;
}

.form-control::-webkit-input-placeholder {
	color: #858585;
	font-size: 14px;
}

.form-control::-moz-placeholder {
	color: #858585;
	font-size: 14px;
}

.form-control:-ms-input-placeholder {
	color: #858585;
	font-size: 14px;
}

.form-control::-ms-input-placeholder {
	color: #858585;
	font-size: 14px;
} 

.form-control::placeholder {
	color: #858585;
	font-size: 14px;
}

.list-group-item {
	border: 1px solid #f0f0f0;
}

.content {
	min-height: 200px;
	padding: 30px 0 0;
}

figure {
	margin: 0;
}


/*-----------------
	2. Table
-----------------------*/

.table {
	color: #272b41;
	max-width: 100%;
	margin-bottom: 0;
	width: 100%;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #f8f9fa;
}

.table.no-border > tbody > tr > td,
.table > tbody > tr > th,
.table.no-border > tfoot > tr > td,
.table.no-border > tfoot > tr > th,
.table.no-border > thead > tr > td,
.table.no-border > thead > tr > th {
	border-top: 0;
	padding: 10px 8px;
}

.table-nowrap td,
.table-nowrap th {
	white-space: nowrap
}

.table.dataTable {
	border-collapse: collapse !important;
}

table.table td h2 {
	display: inline-block;
	font-size: inherit;
	font-weight: 400;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

table.table td h2.table-avatar {
	-webkit-flex-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: inherit;
	font-weight: 400;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	white-space: nowrap;
}

table.table td h2 a {
	color: #272b41;
}

table.table td h2 a:hover {
	color: #e5bd54;
}

table.table td h2 span {
	color: #888;
	display: block;
	font-size: 12px;
	margin-top: 3px;
}

.table thead {
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.table thead tr th {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.table-check .table thead tr th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px 12px !important;
	white-space: nowrap;
}
.table tbody tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.table tbody tr:last-child {
	border-color: transparent;
}

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

.table-hover tbody tr:hover {
	background-color: #f7f7f7;
}

.table-hover tbody tr:hover td {
	color: #474648;
}

.table-striped thead tr {
	border-color: transparent;
}

.table-striped tbody tr {
	border-color: transparent;
}

.table-striped tbody tr:nth-of-type(even) {
	background-color: rgba(255, 255, 255, 0.3);
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(235, 235, 235, 0.4);
}

.table-bordered {
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.table-bordered th,
.table-bordered td {
	border-color: rgba(0, 0, 0, 0.05);
}

.card-table .card-body {
	padding: 0;
}

.card-table .card-body .table > thead > tr > th {
	border-top: 0;
}

.card-table .table tr td:first-child,
.card-table .table tr th:first-child {
	padding-left: 1.5rem;
}

.card-table .table tr td:last-child,
.card-table .table tr th:last-child {
	padding-right: 1.5rem;
}

.card-table .table td,
.card-table .table th {
	border-top: 1px solid #e2e5e8;
	padding: 1rem 0.75rem;
	white-space: nowrap;
}


/*-----------------
	3. Bootstrap Classes
-----------------------*/

.btn.focus,
.btn:focus {
	box-shadow: unset;
}

.btn-white {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #272b41;
}

.btn.btn-rounded {
	border-radius: 50px;
}

.bg-primary,
.badge-primary {
	background-color: #e5bd54 !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #e5bd54 !important;
}

.bg-success,
.badge-success {
	background-color: #00e65b !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #00cc52 !important;
}

.bg-info,
.badge-info {
	background-color: #009efb !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #028ee1 !important;
}

.bg-warning,
.badge-warning {
	background-color: #ffbc34 !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #e9ab2e !important;
}

.bg-danger,
.badge-danger {
	background-color: #ff0100 !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #e63333 !important;
}

.bg-white {
	background-color: #fff;
}

.bg-purple,
.badge-purple {
	background-color: #9368e9 !important;
}

.text-primary,
.dropdown-menu > li > a.text-primary {
	color: #e5bd54 !important;
}

.text-success,
.dropdown-menu > li > a.text-success {
	color: #00cc52 !important;
}

.text-danger,
.dropdown-menu > li > a.text-danger {
	color: #ff0100 !important;
}

.text-info,
.dropdown-menu > li > a.text-info {
	color: #009efb !important;
}

.text-warning,
.dropdown-menu > li > a.text-warning {
	color: #ffbc34 !important;
}

.text-purple,
.dropdown-menu > li > a.text-purple {
	color: #7460ee !important;
}

.text-muted {
	color: #757575 !important;
}

.btn-primary {
	background-color: #e5bd54;
	border: 1px solid #e5bd54;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
	background-color: #e5bd54;
	border: 1px solid #e5bd54;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
	background-color: #e5bd54;
	border: 1px solid #e5bd54;
}

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
	background-color: #e5bd54;
	border-color: #e5bd54;
	color: #fff;
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #e5bd54;
	border-color: #e5bd54;
	color: #fff;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #e5bd54;
	border-color: #e5bd54;
}

.btn-secondary.active:focus:not(:disabled):not(.disabled),
.btn-secondary:active:focus:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-success {
	background-color: #00e65b;
	border: 1px solid #00e65b
}

.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
	background-color: #00cc52;
	border: 1px solid #00cc52;
	color: #fff;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
	background-color: #00cc52;
	border: 1px solid #00cc52
}

.btn-success.active:not(:disabled):not(.disabled),
.btn-success:active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
	background-color: #00cc52;
	border-color: #00cc52;
	color: #fff;
}

.btn-success.active:focus:not(:disabled):not(.disabled),
.btn-success:active:focus:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-success.disabled,
.btn-success:disabled {
	background-color: #00e65b;
	border-color: #00e65b;
	color: #fff;
}

.btn-info {
	background-color: #009efb;
	border: 1px solid #009efb
}

.btn-info:hover,
.btn-info:focus,
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
	background-color: #028ee1;
	border: 1px solid #028ee1
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
	background-color: #028ee1;
	border: 1px solid #028ee1
}

.btn-info.active:not(:disabled):not(.disabled),
.btn-info:active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
	background-color: #028ee1;
	border-color: #028ee1;
	color: #fff;
}

.btn-info.active:focus:not(:disabled):not(.disabled),
.btn-info:active:focus:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-info.disabled,
.btn-info:disabled {
	background-color: #e5bd54;
	border-color: #e5bd54;
	color: #fff;
}

.btn-warning {
	background-color: #ffbc34;
	border: 1px solid #ffbc34
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
	background-color: #e9ab2e;
	border: 1px solid #e9ab2e
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
	background-color: #e9ab2e;
	border: 1px solid #e9ab2e
}

.btn-warning.active:not(:disabled):not(.disabled),
.btn-warning:active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
	background-color: #e9ab2e;
	border-color: #e9ab2e;
	color: #fff;
}

.btn-warning.active:focus:not(:disabled):not(.disabled),
.btn-warning:active:focus:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-warning.disabled,
.btn-warning:disabled {
	background-color: #ffbc34;
	border-color: #ffbc34;
	color: #fff;
}

.btn-danger {
	background-color: #ff0100;
	border: 1px solid #ff0100;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
	background-color: #e63333;
	border: 1px solid #e63333;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
	background-color: #e63333;
	border: 1px solid #e63333;
}

.btn-danger.active:not(:disabled):not(.disabled),
.btn-danger:active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
	background-color: #e63333;
	border-color: #e63333;
	color: #fff;
}

.btn-danger.active:focus:not(:disabled):not(.disabled),
.btn-danger:active:focus:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-danger.disabled,
.btn-danger:disabled {
	background-color: #f62d51;
	border-color: #f62d51;
	color: #fff;
}

.btn-light.active:focus:not(:disabled):not(.disabled),
.btn-light:active:focus:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-dark.active:focus:not(:disabled):not(.disabled),
.btn-dark:active:focus:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-outline-primary {
	color: #e5bd54;
	border-color: #e5bd54;
}

.btn-outline-primary:hover {
	background-color: #e5bd54;
	border-color: #e5bd54;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: none;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #e5bd54;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	background-color: #e5bd54;
	border-color: #e5bd54;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-outline-success {
	color: #00e65b;
	border-color: #00e65b;
}

.btn-outline-success:hover {
	background-color: #00e65b;
	border-color: #00e65b;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: none;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #00e65b;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
	background-color: #00e65b;
	border-color: #00e65b;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-outline-info {
	color: #009efb;
	border-color: #009efb;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #009efb;
	border-color: #009efb;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: none;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	background-color: transparent;
	color: #009efb;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
	background-color: #009efb;
	border-color: #009efb;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-outline-warning {
	color: #ffbc34;
	border-color: #ffbc34;
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffbc34;
	border-color: #ffbc34;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: none;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	background-color: transparent;
	color: #ffbc34;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffbc34;
	border-color: #ffbc34;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-outline-danger {
	color: #ff0100;
	border-color: #ff0100;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #ff0100;
	border-color: #ff0100;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: none;
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	background-color: transparent;
	color: #ff0100;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
	background-color: #ff0100;
	border-color: #ff0100;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-outline-light {
	color: #ababab;
	border-color: #e6e6e6;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #ababab;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #e5bd54;
	border-color: #e5bd54;
}

.pagination > li > a,
.pagination > li > span {
	color: #e5bd54;
}

.page-link:hover {
	color: #e5bd54;
}

.page-link:focus {
	box-shadow: unset;
}

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

.dropdown-menu {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	box-shadow: inherit;
	font-size: 14px;
	transform-origin: left top 0;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #e8ba3f;
}

.dropdown-menu.show {
    display: block;
    z-index: 99999;
}

.navbar-nav .open .dropdown-menu {
	border: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.card {
	box-shadow: 0px 2px 8px rgb(183 183 183 / 25%);
	margin-bottom: 1.875rem;
	border: 0;
}

.card-body {
	padding: 1.5rem;
}

.card-title {
	margin-bottom: 15px;
}

.card-header {
	border-bottom: 1px solid #f0f0f0;
	padding: 1rem 1.5rem;
}

.card-footer {
	background-color: #fff;
	border-top: 1px solid #f0f0f0;
	padding: 1rem 1.5rem;
}

.card .card-header {
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
}

.card .card-header .card-title {
	margin-bottom: 0;
}

.btn-light {
	border-color: #e6e6e6;
	color: #a6a6a6;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #e5bd54;
	text-shadow: unset;
}

.bootstrap-datetimepicker-widget table td.today::before {
	border-bottom-color: #e5bd54;
}

.bg-info-light {
	background-color: rgba(2, 182, 179, 0.12) !important;
	color: #1db9aa !important;
}

.bg-primary-light {
	background-color: rgba(17, 148, 247, 0.12) !important;
	color: #2196f3 !important;
}

.bg-danger-light {
	background-color: rgba(242, 17, 54, 0.12) !important;
	color: #e63c3c !important;
}

.bg-warning-light {
	background-color: rgba(255, 152, 0, 0.12) !important;
	color: #f39c12 !important;
}

.bg-success-light {
	background-color: rgba(15, 183, 107, 0.12) !important;
	color: #26af48 !important;
}

.bg-purple-light {
	background-color: rgba(197, 128, 255, 0.12) !important;
	color: #c580ff !important;
}

.bg-default-light {
	background-color: rgba(40, 52, 71, 0.12) !important;
	color: #283447 !important;
}

.text-xs {
	font-size: .75rem !important;
}

.text-sm {
	font-size: .875rem !important;
}

.text-lg {
	font-size: 1.25rem !important;
}

.text-xl {
	font-size: 1.5rem !important;
}

.form-control:focus {
	border-color: #bbb;
	box-shadow: none;
	outline: 0 none;
}

.form-group {
	margin-bottom: 1.25rem;
}


/*-----------------
	4. Avatar
-----------------------*/

.avatar {
	position: relative;
	display: inline-block;
	width: 3rem;
	height: 3rem
}

.avatar > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.avatar-title {
	width: 100%;
	height: 100%;
	background-color: #e5bd54;
	color: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.avatar-away::before,
.avatar-offline::before,
.avatar-online::before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 25%;
	height: 25%;
	border-radius: 50%;
	content: '';
	border: 2px solid #fff;
}

.avatar-online::before {
	background-color: #00e65b;
}

.avatar-offline::before {
	background-color: #ff0100;
}

.avatar-away::before {
	background-color: #ffbc34;
}

.avatar .border {
	border-width: 3px !important;
}

.avatar .rounded {
	border-radius: 6px !important;
}

.avatar .avatar-title {
	font-size: 18px;
}

.avatar-xs {
	width: 1.65rem;
	height: 1.65rem;
}

.avatar-xs .border {
	border-width: 2px !important;
}

.avatar-xs .rounded {
	border-radius: 4px !important;
}

.avatar-xs .avatar-title {
	font-size: 12px;
}

.avatar-xs.avatar-away::before,
.avatar-xs.avatar-offline::before,
.avatar-xs.avatar-online::before {
	border-width: 1px;
}

.avatar-sm {
	width: 2.5rem;
	height: 2.5rem;
}

.avatar-sm .border {
	border-width: 3px !important;
}

.avatar-sm .rounded {
	border-radius: 4px !important;
}

.avatar-sm .avatar-title {
	font-size: 15px;
}

.avatar-sm.avatar-away::before,
.avatar-sm.avatar-offline::before,
.avatar-sm.avatar-online::before {
	border-width: 2px;
}

.avatar-lg {
	width: 3.75rem;
	height: 3.75rem;
}

.avatar-lg .border {
	border-width: 3px !important;
}

.avatar-lg .rounded {
	border-radius: 8px !important;
}

.avatar-lg .avatar-title {
	font-size: 24px;
}

.avatar-lg.avatar-away::before,
.avatar-lg.avatar-offline::before,
.avatar-lg.avatar-online::before {
	border-width: 3px;
}

.avatar-xl {
	width: 5rem;
	height: 5rem;
}

.avatar-xl .border {
	border-width: 4px !important;
}

.avatar-xl .rounded {
	border-radius: 8px !important;
}

.avatar-xl .avatar-title {
	font-size: 28px;
}

.avatar-xl.avatar-away::before,
.avatar-xl.avatar-offline::before,
.avatar-xl.avatar-online::before {
	border-width: 4px;
}

.avatar-xxl {
	width: 5.125rem;
	height: 5.125rem;
}

.avatar-xxl .border {
	border-width: 6px !important;
}

.avatar-xxl .rounded {
	border-radius: 8px !important;
}

.avatar-xxl .avatar-title {
	font-size: 30px;
}

.avatar-xxl.avatar-away::before,
.avatar-xxl.avatar-offline::before,
.avatar-xxl.avatar-online::before {
	border-width: 4px;
}

.avatar-group {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.avatar-group .avatar+.avatar {
	margin-left: -.75rem;
}

.avatar-group .avatar-xs+.avatar-xs {
	margin-left: -.40625rem;
}

.avatar-group .avatar-sm+.avatar-sm {
	margin-left: -.625rem;
}

.avatar-group .avatar-lg+.avatar-lg {
	margin-left: -1rem;
}

.avatar-group .avatar-xl+.avatar-xl {
	margin-left: -1.28125rem;
}

.avatar-group .avatar:hover {
	z-index: 1;
}


/*-----------------
	5. Select2
-----------------------*/

.select2-results__option {
	padding: 6px 15px;
}

.select2-container .select2-selection--single {
	border: 1px solid #dcdcdc;
	height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
	right: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #dcdcdc transparent transparent;
	border-style: solid;
	border-width: 6px 6px 0;
	height: 0;
	left: 50%;
	margin-left: -10px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #dcdcdc;
	border-width: 0 6px 6px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 30px;
	padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #272b41;
	font-size: 15px;
	font-weight: normal;
	line-height: 44px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #e5bd54;
}

.select2-container--default .select2-selection--multiple {
	border: 1px solid #dcdcdc;
	min-height: 46px;
}

.select2-dropdown {
	border-color: #dcdcdc;
}


/*-----------------
	6. Nav Tabs
-----------------------*/

.nav-tabs {
	border-bottom: 1px solid #f0f0f0;
}

.card-header-tabs {
	border-bottom: 0;
}

.nav-tabs > li > a {
	margin-right: 0;
	color: #888;
	border-radius: 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	border-color: transparent;
	color: #272b41;
}

.nav-tabs.nav-tabs-solid > li > a {
	color: #272b41;
}

.nav-tabs.nav-tabs-solid > .active > a,
.nav-tabs.nav-tabs-solid > .active > a:hover,
.nav-tabs.nav-tabs-solid > .active > a:focus {
	background-color: #e5bd54;
	border-color: #e5bd54;
	color: #fff;
}

.tab-content {
	padding-top: 20px;
}

.nav-tabs .nav-link {
	border-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	background-color: #eee;
	border-color: transparent;
	color: #272b41;
}

.nav-tabs.nav-justified > li > a {
	border-radius: 0;
	margin-bottom: 0;
}

.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
	border-bottom-color: #ddd;
}

.nav-tabs.nav-justified.nav-tabs-solid > li > a {
	border-color: transparent;
}

.nav-tabs.nav-tabs-solid > li > a {
	color: #272b41;
}

.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
	background-color: #e5bd54;
	border-color: #e5bd54;
	color: #fff;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
	border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
	border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
	border-radius: 5px;
}

.nav-tabs-justified > li > a {
	border-radius: 0;
	margin-bottom: 0;
}

.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {
	border-bottom-color: #ddd;
}

.nav-tabs-justified.nav-tabs-solid > li > a {
	border-color: transparent;
}

.nav-tabs.nav-justified.nav-tabs-top {
	border-bottom: 1px solid #ddd;
}

.nav-tabs.nav-justified.nav-tabs-top > li > a,
.nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
.nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
	border-width: 2px 0 0 0;
}

.nav-tabs.nav-tabs-top > li {
	margin-bottom: 0;
}

.nav-tabs.nav-tabs-top > li > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
	border-width: 2px 0 0 0;
}

.nav-tabs.nav-tabs-top > li.open > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
	border-top-color: #ddd;
}

.nav-tabs.nav-tabs-top > li+li > a {
	margin-left: 1px;
}

.nav-tabs.nav-tabs-top > li > a.active,
.nav-tabs.nav-tabs-top > li > a.active:hover,
.nav-tabs.nav-tabs-top > li > a.active:focus {
	border-top-color: #e5bd54;
}

.nav-tabs.nav-tabs-bottom > li > a.active,
.nav-tabs.nav-tabs-bottom > li > a.active:hover,
.nav-tabs.nav-tabs-bottom > li > a.active:focus {
	border-bottom-width: 2px;
	border-color: transparent;
	border-bottom-color: #e5bd54;
	background-color: transparent;
	transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	-ms-transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
}

.nav-tabs.nav-tabs-solid {
	background-color: #fafafa;
	border: 0;
}

.nav-tabs.nav-tabs-solid > li {
	margin-bottom: 0;
}

.nav-tabs.nav-tabs-solid > li > a {
	border-color: transparent;
}

.nav-tabs.nav-tabs-solid > li > a:hover,
.nav-tabs.nav-tabs-solid > li > a:focus {
	background-color: #f5f5f5;
}

.nav-tabs.nav-tabs-solid > .open:not(.active) > a {
	background-color: #f5f5f5;
	border-color: transparent;
}

.nav-tabs-justified.nav-tabs-top {
	border-bottom: 1px solid #ddd;
}

.nav-tabs-justified.nav-tabs-top > li > a,
.nav-tabs-justified.nav-tabs-top > li > a:hover,
.nav-tabs-justified.nav-tabs-top > li > a:focus {
	border-width: 2px 0 0 0;
}


/*-----------------
	7. Components
-----------------------*/

.comp-header {
	margin-bottom: 1.875rem;
}

.comp-header .comp-title {
	color: #272b41;
}

.line {
	background-color: #e5bd54;
	height: 2px;
	margin: 0;
	width: 60px;
}

.comp-buttons .btn {
	margin-bottom: 5px;
}
.pagination-box .pagination {
	margin-top: 0;
}
.comp-dropdowns .btn-group {
	margin-bottom: 5px;
}
.progress-example .progress {
	margin-bottom: 1.5rem;
}
.progress-xs {
	height: 4px;
}
.progress-sm {
	height: 15px;
}
.progress.progress-sm {
	height: 6px;
}
.progress.progress-md {
	height: 8px;
}
.progress.progress-lg {
	height: 18px;
}


/*-----------------
	8. Focus Label
-----------------------*/

.form-focus {
	height: 50px;
	position: relative;
}
.form-focus .focus-label {
	font-size: 14px;
	font-weight: 400;
	pointer-events: none;
	position: absolute;
	-webkit-transform: translate3d(0, 22px, 0) scale(1);
	-ms-transform: translate3d(0, 22px, 0) scale(1);
	-o-transform: translate3d(0, 22px, 0) scale(1);
	transform: translate3d(0, 22px, 0) scale(1);
	transform-origin: left top;
	transition: 240ms;
	left: 12px;
	top: -8px;
	z-index: 1;
	color: #b8b8b8;
	margin-bottom: 0;
}
.form-focus.focused .focus-label {
	opacity: 1;
	top: -18px;
	font-size: 12px;
	z-index: 1;
}

.header-nav {
	-webkit-flex-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FFFFFF;
	border: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	position: relative;
	padding: 20px 30px;
	margin-bottom: 0;
}
.home .header-trans {
	position: fixed !important;
}
.header-trans {
	display: block;
    width: 100%;
    z-index: 9999;
    height: 81px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    padding: 20px 30px;
	box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 7%);
}
.header-trans .header-nav {
	background: #FFFFFF;
	padding: 0;
}
.home .header-trans .header-nav {
	background: transparent;
}
.main-nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-nav > li.active > a {
	color: #01D495 !important;
}
.main-nav > li.active > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 35%;
    right: 0;
    background-repeat: no-repeat;
}
.main-nav > li .submenu li a {
	display: block;
	padding: 10px 15px;
	clear: both;
	white-space: nowrap;
	font-size: 14px;
	color: #2d3b48;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	width: 100%;
	border-top: 1px solid #f0f0f0;
}
.main-nav > li .submenu > li.has-submenu > a::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 15px;
	top: 12px;
	font-size: 13px;
}
.main-nav > li .submenu li {
	position: relative;
}
.main-nav li a {
	display: block;
	font-size: 14px;
	font-weight: 500;
}
.main-nav.bg-trans li a {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #050505;
}
.main-nav li.login-link {
	display: none;
}
.header-bottom-links a {
    font-weight: 500;
    margin-right: 12px;
	font-size: 16px;
}

a.contact-item {
    font-size: 16px;
}
.banner-btn:hover {
    background: #fff;
    color: #01D495;
}
.logo {
	display: inline-block;
	width: 163px;
}
.header-contact-img {
	display: inline-block;
}
.header-contact-img i {
	color: rgba(0, 0, 0, 0.5);
	font-size: 30px;
}
.header-contact-detail {
	display: inline-block;
	padding-left: 10px;
}
.header-top .right-top ul li a.invest-link {
    color: #ED4C5C;
}
.header-top .right-top ul li a.loan-link {
    color: #01D495;
}
.header-contact-detail p.contact-header {
	color: #484848;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 2px;
	text-align: left;
}
.header-contact-detail p.contact-info-header {
	color: #000;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 0;
}
.social-link a {
    border: 2px solid #898989;
    line-height: 20px;
    padding: 4px 0;
    font-size: 10px !important;
    border-radius: 50%;
    display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    width: 20px;
    height: 20px;
    justify-content: center;
}
.header-navbar-rht {
	margin: 0;
	padding: 0;
}
.header-navbar-rht li a {
    font-size: 16px;
    font-weight: 600;
}
.fixed.header {
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 9;
    padding: 0px 15px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
    animation: fadeInDown .7s ease-in-out 0s 1 normal none running;
}
.fixed .navhead {
    padding: 15px 0;
}
.header-navbar-rht li {
	-webkit-flex-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-left: 35px;
}
.header-navbar-rht li:last-child {
	margin-left: 15px;
}
.header-navbar-rht li .dropdown-menu {
	border: 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.header-navbar-rht .dropdown-toggle::after {
	display: none;
}
.header-navbar-rht li .dropdown-menu::before {
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	border: 7px solid #fff;
	border-color: transparent transparent #ffffff #ffffff;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
}
.navhead {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 20px 0;
}
.header-navbar-rht li .dropdown-menu .dropdown-item {
	border-top: 1px solid #f0f0f0;
	padding: 10px 15px;
}
.header-navbar-rht li .dropdown-menu .dropdown-item:first-child {
	border-top: 0;
	border-radius: 5px 5px 0 0;
}
.header-navbar-rht li .dropdown-menu .dropdown-item:last-child {
	border-radius: 0 0 5px 5px;
}
.header-navbar-rht li a.header-login:hover {
	background-color: #e5bd54;
	border-color: #e5bd54;
	color: #fff;
}
.header-navbar-rht li .dropdown-menu a:hover {
	color: #e5bd54;
	letter-spacing: 0.5px;
	padding-left: 20px;
	background-color: #fff;
}
.header-navbar-rht li a.header-login {
	border: 2px solid #e5bd54;
	border-radius: 4px;
	padding: 10px 15px !important;
	text-align: center;
	font-size: 15px;
	color: #e5bd54;
	text-transform: uppercase;
	font-weight: 500;
}
.header .has-arrow .dropdown-toggle:after {
	border-top: 0;
	border-left: 0;
	border-bottom: 2px solid #757575;
	border-right: 2px solid #757575;
	content: '';
	height: 8px;
	display: inline-block;
	pointer-events: none;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 8px;
	vertical-align: 2px;
	margin-left: 10px;
}
.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.user-menu {
	float: right;
	margin: 0;
	position: relative;
	z-index: 99;
}
.user-menu.nav > li > a {
	color: #fff;
	font-size: 14px;
	line-height: 58px;
	padding: 0 15px;
	height: 60px;
}
.user-menu.nav > li > a:hover,
.user-menu.nav > li > a:focus {
	background-color: rgba(0, 0, 0, 0.2);
}
.user-menu.nav > li > a:hover i,
.user-menu.nav > li > a:focus i {
	color: #fff;
}
.user-img {
	display: inline-block;
	position: relative;
}
.user-menu.nav > li > a.mobile_btn {
	border: 0;
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer
}
.funding-platform-img {
    text-align: center;
}

.funding-platform-img img {
    width: 60%;
}
.header-navbar-rht .dropdown-menu {
	min-width: 200px;
	padding: 0;
}
.header-navbar-rht .dropdown-menu .dropdown-item {
	padding: 7px 15px;
}
.header-navbar-rht .dropdown-menu .dropdown-item {
	-webkit-flex-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #e3e3e3;
	padding: 10px 15px;
}
.header-navbar-rht .dropdown-menu .dropdown-item:hover {
	color: #e5bd54;
}
.user-header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 15px;
}
.user-header .user-text {
	margin-left: 10px;
}
.user-header .user-text h6 {
	font-size: 15px;
	margin-bottom: 2px;
}
.header-navbar-rht .logged-item .nav-link {
	-webkit-flex-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	line-height: 60px;
	padding: 0 10px;
}
.togglesearch {
	position: absolute;
	top: 74px;
	right: 8%;
	width: 280px;
	border-top: 4px solid #e5bd54;
	display: none;
	z-index: 999;
	background: #fff;
	padding: 0 10px;
	border-radius: 5px;
	box-shadow: 0px 2px 8px rgb(183 183 183 / 25%);
}
.togglesearch:before {
	content: "";
	position: absolute;
	top: -30px;
	right: 13px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 14px solid transparent;
	border-bottom: 14px solid #e5bd54;
}
.togglesearch input[type="text"] {
	width: 182px;
	padding: 5px 10px;
	border: 1px solid #e5bd54;
	outline: none;
	height: 40px;
	border-radius: 5px 0 0 5px;
}
.togglesearch button {
	width: 80px;
	padding: 5px 0;
	background: #e5bd54;
	color: #fff;
	margin-left: -6px;
	border: 1px solid #e5bd54;
	outline: none;
	cursor: pointer;
	height: 41px;
	border-radius: 0 5px 5px 0;
}
.dropdown-item img {
	margin-right: 5px;
}
.nav-item > a {
	color: #686868;
}
.nav-book-content span {
	font-weight: 500;
	color: #686868;
	font-size: 14px;
}
.nav-book-content p {
	color: #e5bd54;
	font-weight: 500;
	font-size: 14px;
}
.nav-booking {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #e5bd54;
	text-align: center;
	padding: 3px;
}
.nav-item i {
	color: #686868;
}
.contact-item {
	background: #01D495;
    padding: 10px 15px !important;
    box-shadow: -2px 2px 4px rgb(5 90 190 / 10%);
    border-radius: 5px;
    font-size: 12px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
}
.contact-item img {
    margin-right: 5px;
}
.cart-item img {
	padding: 10px 9px 8px 2px;
}
.cart-item {
	width: 35px;
    height: 35px;
    background: #FFFFFF;
    border-radius: 50%;
    margin: auto;
    padding: 5px;
}
.header-top { 
	background: #FFFFFF;
	border-bottom: 1px solid #ECECEC;
	color: #686868;
	padding: 10px 60px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	height: 60px;
}
.header-top a:hover {
	color: #000;
}
.header-top ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	margin: 0;
	list-style: none;
}
.header-top .left-top ul li {
	font-size: 12px;
}
.header-top .left-top ul li:last-child {
	padding-right: 0;
}
.header-top .right-top ul li {
	padding-left: 15px;
	align-self: center;
	font-size: 13px;
}
.header-top .right-top ul li a {
	color: #898989;
	font-size: 14px;
    font-weight: 500;
}
.header-top .left-top ul li a {
	color: #686868;
	font-weight: 600;
	font-size: 14px;
}
.header-top .right-top {
	float: right;
}
.top-icon {
	margin-right: 5px;
}
.header-top .nav-link {
	padding: 0;
}
.left-top .nav-item {
	margin-right: 59px;
}
.flag-img img {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	margin-right: 8px;
}
.flag-drop {
	background: #FBFBFB;
    padding: 6px 7px !important;
    border-radius: 110px;
}


/*-----------------
	9. Home
-----------------------*/
.btn-signin {
    background: #1E66C9;
    color: #fff;
    border: 1px solid #1E66C9;
    padding: 8px 36px;
    border-radius: 25px;
}
.btn-signin:hover {
    background: transparent;
    color: #1E66C9;
}

.organiset:hover .organiset-content label{
    color: #068D6E;
}
.organiset:hover .btndetails{
    background: #068D6E;
}
.banner > div {
	width: 50%;
	float:left;
}
.banner-section {
	background: rgba(252, 133, 67, 0.06);
	display: flex;
    align-items: center;
}
.banner-set-content {
    width: 60%;
    padding: 80px;
}

.banner-set-image {
    width: 40%;
    padding: 60px 0;
}
.banner-set-content h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 18px;
}
.banner-set-content label {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
}
.banner-set-content ul {
    list-style: none;
    padding: 0;
	margin-bottom: 40px;
}
.about-us-set {
	text-align: right;
    padding-right: 60px;
}
.cms-head label {
    color: #1E66C9;
    padding: 7px 22px;
    background: rgba(252, 133, 67, 0.06);
    border-radius: 25px;
    margin-bottom: 26px;
}
.cms-head h3 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 26px;
}
.about-imgsa ul {
    display: flex;
    flex-wrap: wrap;
}
.aboutus {
    width: 70%;
}

.aboutus p {
    font-size: 15px;
}

.aboutus li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
}

.aboutus li::after {
    position: absolute;
    content: "";
    background: #068D6E;
    width: 10px;
    height: 10px;
    left: 0;
    top: 5px;
    border-radius: 50%;
}
.wishlists-content label img {
    width: auto !important;
    display: inline-block !important;
}
.aboutus ul {
    margin-bottom: 25px;
    display: block;
}
.wishlists-progress h3{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.btn-more {
    background: #1E66C9;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
}
.about-imgsa ul li {
    padding: 10px;
	width: 50%;
}
.supportset {
    background: rgba(252, 133, 67, 0.03);
    padding: 100px 0;
}
.about-imgsa img {
    width: 100%;
}
.organiset {
    border: 1px solid #E9E9E9;
	margin-bottom: 30px;
}
.organiset-img img {
    width: 100%;
	height: 250px;
    object-fit: cover;
}
.helpus {
    width: 100%;
    text-align: center;
    height: 360px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.helpus-content h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 30px;
}
.wishlists {
	position: relative;
    width: 100%;
    border: 1px solid #E9E9E9;
 	margin: 10px 0 30px;
}
.wishlists:hover{
	box-shadow:0 0 10px rgba(0,0,0,0.25);
}
.wishlists-img img {
    width: 100%;
    height: 234px;
	object-fit: cover;
}
.whislist-seta {
    padding: 20px;
}
.wishlists-progress .progress {
    border-radius: 50px;
}
.wishlists-progress .progress-bar {
    background: #28A36D;
    border-radius: 25px;
}
.wishlists-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}
.imagehelp > img {
    width: 100%;
    height: 324px;
}

.imagehelp .helpus-content a {
    position: absolute;
    top: 50%;
    right: -30px;
}

.help-set {
    padding-left: 50px;
}
.align-content{
	background: #FFF5F0 url(../img/bg1.png) no-repeat 95% 50%;
}
.categoies-setimg img {
    width: 135px !important;
    height: 135px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.categoies-setcontent {
    background: #FFF5F0;
    text-align: center;
    padding: 95px 0 25px;
    margin-top: -80px;
    border-radius: 8px;
}

.categoies-setimg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.categoies-setcontent h6 {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}
.help-set h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 12px;
}

.help-set p {
    font-size: 18px;
    font-weight: 400;
}
.wishlists-price	 label {
    font-size: 15px;
    color: #1E66C9;
    font-weight: 700;
    margin: 0;
}
.wishlists-price p {
    font-size: 15px;
    font-weight: 700;
    color: #28A36D;
}
.wishlists-content h3 {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.wishlists-content h3 a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wishlists-content label {
    margin-bottom: 15px;
    font-size: 15px;
	display: block;
}
.wishlists-content p , .wishlists-content label , .wilistpar label, .wilistpar label p, .wilistpar label p span{
    font-size: 15px !important;
    font-weight: 400;
    margin-bottom: 15px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
}
.btn-donate {
    padding: 11px 18px;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    font-size: 15px;
	background: #1E66C9;
    color: #fff !important;
}
.wishlists:hover .btn-donate {
	color: #fff;
    background: #068D6E;
}
.helpus-content {
    width: 40%;
    margin:  0  auto;
}
.helpus-content p {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 25px;
}
.organiset-content label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
	cursor: pointer;
}
#sample_logo_image {
    display: block;
    max-width: 100%;
}
.organiset-content p,
.organiset-content span {
    font-size: 15px;
    font-weight: 400;
	color: #000;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	height: 45px;
}
.about-us-set img {
    max-width: 100%;
}
.organiset:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.abut-con {
    max-width: 70%;
}
.abut-con p {
    text-align: justify;
}
.banner-set-content ul li {
    position: relative;
    margin-bottom: 15px;
    padding: 0 0 0 20px;
	font-size: 15px;
}
.banner-set-content ul li::after {
    position: absolute;
    content: "";
    background: #068D6E;
    width: 10px;
    height: 10px;
    left: 0;
    top: 5px;
    border-radius: 50%;
}

.banner-info {
	padding-left: 200px;
}
.banner-info h2 {
	font-size: 36px;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 40px;
}
.banner-info h2 span {
	font-size: 60px;
	font-weight: 800;
	color: #EBFF00;
}
.banner-btn {
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	padding: 8px 33px;
	min-width: 166px;
	border-radius: 5px;
}
.banner-btns a:first-child {
	margin-right: 20px;
}
.section-header h2 {
	color: #050505;
	font-weight: 600;
	font-size: 36px;
	margin-bottom: 25px;
}
.section-header p {
	color: #464646;
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 10px;
}
.why-us-section {
	padding: 80px 0 ;
}
.sidebar-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1040;
}
.invest-section {
    display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}
.invest-section-set {
    width: 50%;
    background: url(../img/banner1.png) no-repeat 0 0 /100% 100%;
    height: 675px;
    z-index: 9999;
    position: relative;
    padding: 172px 110px;
}
.invest-section-sets {
    width: 50%;
    background: url(../img/banner2.png) no-repeat 0 0 /100% 100%;
    height: 675px;
    z-index: 99;
    position: relative;
    padding: 172px 137px;
}
.invest-section-set::after {
    position: absolute;
    content: "";
    background: rgba(0, 198, 138, 0.9);
    z-index: -1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.section-header {
    margin-bottom: 60px;
}
.invest-section-set h2 ,
.invest-section-sets h2 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 22px;
    font-weight: 700;
}
.invest-section-sets::after {
    position: absolute;
    content: "";
    background: rgba(72, 72, 72, 0.7);
    z-index: -1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.invest-section-set p,
.invest-section-sets p {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #ffff;
}
.btn-banner {
	background: #1E66C9;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 47px;
    color: #fff;
    border-radius: 50px;
	border:1px solid #1E66C9;
	text-transform: uppercase;
}
.btn-banner:hover{
	box-shadow: 0 0 0 5px rgb(252 133 67 / 32%);
    color: #fff;
}
.cms-title span {
	color: #1E66C9;
    background: rgba(252, 133, 67, 0.2);
    padding: 6px 30px;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 18px;
    border-radius: 50px;
}
.cms-title {
    text-align: center;
}
.cms-title h3 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
}
.slider-service .owl-theme .owl-nav {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
    position: absolute;
    bottom: -50px;
    left: 10px;
}
.btn-bannerset {
    display: flex;
    flex-wrap: wrap;
}
section.supportset {
    position: relative;
}

img.image1 {
    position: absolute;
    left: 0;
    top: 120px;
}
img.image2 {
    position: absolute;
    right: 0;
    top: 115px;
}
.slider-service button.owl-next:hover{
	background: #FFA51D !important;
	color: #fff !important;
}
.slider-service button.owl-next {
    position: absolute;
    right: -100px;
    border: 1px solid #FFA51D !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFA51D !important;
    font-size: 0px;
    border-radius: 50px !important;
    width: 37px;
    height: 37px;
}
.slider-service button.owl-prev {
    position: absolute;
    left: 0px;
    border: 1px solid #000000 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000000 !important;
    font-size: 0px;
    border-radius: 50px !important;
    width: 37px;
    height: 37px;
}
.organiset-content {
    padding: 13px;
}
.btndetails {
    background: #1E66C9;
    margin-top: 10px;
    color: #fff !important;
}
.link-set{
	text-decoration: underline;
	font-size: 18px;
	font-weight: 700;
}
.slider-service button.owl-prev:hover{
	background: #000 !important;
	color: #fff !important;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    margin-top: 0;
}
/*.popularviewimg {
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}*/
.slider-services button.owl-next {
    position: relative;
    right: 0px;
    background: #393CC6 !important;
    border: 1px solid #393CC6 !important;
}
.invest-section-sets .btn-banner{
	background: #0EB27F;
	color: #fff;
}
.form-focus .form-control:focus~.focus-label,
.form-focus .form-control:-webkit-autofill~.focus-label {
	opacity: 1;
	font-weight: 400;
	top: -18px;
	font-size: 12px;
	z-index: 1;
}
.form-focus .form-control {
	height: 50px;
	padding: 21px 12px 6px;
}
.form-focus .form-control::-webkit-input-placeholder {
	color: transparent;
	transition: 240ms;
}
.form-focus .form-control:focus::-webkit-input-placeholder {
	transition: none;
}
.form-focus.focused .form-control::-webkit-input-placeholder {
	color: #bbb;
}
.form-focus.select-focus .focus-label {
	opacity: 1;
	font-weight: 300;
	top: -20px;
	font-size: 12px;
	z-index: 1;
} 
.whyus-cards {
    padding: 50px;
    text-align: center;
}
.whyus-icons img {
    position: relative;
    top: 10px;
    left: 20px;
}
.whyus-icons span {
    width: 89px;
    height: 93px;
    background: #EBFF00;
    display: inline-block;
    border-radius: 75px 95px 30px 115px;
    position: relative;
}
.whyus-icons {
    margin-bottom: 40px;
}
.whyus-infos h2 {
    font-size: 32px;
    font-weight: 700;
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
}
.acccordin-faq {
    width: 100%;
}
.whyus-infos p {
    font-size: 16px;
    color: #464646;
}
.bg-images {
    position: relative;
}
img.bg-images1 {
	position: absolute;
    left: -40px;
}
img.bg-images2 {
    position: absolute;
    top: 350px;
    left: 0;
}
.coins-sets {
    text-align: right;
}
.coins-sets img {
    padding-left: 70px;
	width: 100%;
	padding-top: 64px;
}
.owl-carousel.sliders .owl-nav button.owl-prev:hover,
.owl-carousel.sliders .owl-nav button.owl-next:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform:scale(1.2);
    transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.aboutus-set {
    padding-left: 80px;
}
.aboutus-set h3 {
    color: #01D495;
    font-size: 26px;
    margin-bottom: 20px;
}
.aboutus-set label {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}
.btn-view {
    background: #435867;
    color: #fff !important;
    font-size: 16px;
    padding:8px 30px;
}
.app-contents a:hover {
    opacity: 0.2;
}
.aboutus-set p {
    font-size: 16px;
    margin-bottom: 35px;
    max-width: 80%;
}
.faq-img {
    padding-right: 40px;
}
a.btn.btn-apply:hover {
    border-radius: 50px;
}
img.bg-images3 {
    position: absolute;
    right: 0;
    top: 350px;
}
img.bg-images4 {
	position: absolute;
    top: 650px;
    left: 200px;
}
img.bg-images5 {
	position: absolute;
    top: 275px;
    left: 44%;
}
.margin-sets {
    margin-top: 130px;
}
.app-pro {
    padding: 35px;
	border-radius: 5px;
}
.app-count {
    text-align: right;
}
.app-count label {
    font-size: 54px;
    color: rgba(211, 211, 211, 0.3);
    margin: 0;
}
.app-image span {
    width: 89px;
    height: 93px;
    background: #EBFF00;
    display: inline-block;
    border-radius: 75px 95px 30px 115px;
    position: relative;
}
img.bg-images12 {
    position: absolute;
    top: 370px;
    left: 0;
}
.app-image span img {
    position: relative;
    left: 30px;
    top: 17px;
}
.app-contents p {
	color: #3C5262;
    font-size: 19px;
    font-weight: 500;
}
.app-image {
    margin-bottom: 40px;
}
section.customercount {
    background: #4588B9;
    padding: 84px 0;
}
img.bg-images7 {
    position: absolute;
    top: 50px;
}
img.bg-images8 {
	position: absolute;
	right: 0;
}
.customer-set ul {
    display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    align-items: center;
    list-style: none;
}
.btn-sign-active.donate-charity {
    background: #1E66C9;
    color: #fff;
}
.customer-set ul li {
    width: 25%;
}
.customer-set {
    width: 100%;
    padding: 0 25px;
}
.customer-set ul li label {
    color: #EBFF00;
    display: block;
    font-size: 36px;
    font-weight: bold;
}
.customer-set span {
    font-size: 32px;
    color: #fff;
	text-transform: uppercase;
}
.app-contents h2 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #3C5262;
}
.app-contents a {
    float: right;
}
.app-sets .app-contents p {
	font-size: 19px;
    font-weight: 400;
    text-align: left;
}
.panel>.panel-heading .panel-title a::after {
    content: '\f068';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-size: 14px;
}
.panel>.panel-heading .panel-title a.collapsed::after {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-size: 14px;
}
.panel {
    box-shadow: 0px 4px 24px rgb(183 183 183 / 25%);
    margin-bottom: 15px;
	background: #fff;
	border-radius: 5px;
}
.panel>.panel-heading .panel-title {
	margin-bottom: 15px;
    border: 0;
    background: #01D495;
    padding: 20px;
    position: relative;
    color: #fff;
}
.panel-heading .panel-title a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    font-weight: 500;
}
.panel-body {
    padding: 0 1.25rem .75rem;
    font-size: 16px;
}
section.customercount.faq {
    padding:55px 0;
}
.faq .section-header h2 {
    color: #fff;
}
.faq .section-header p {
    color: #ffff;
}
img.bg-images9 {
    opacity: 0.5;
    position: absolute;
    top: 100px;
    z-index: 9;
    left: 70px;
}
img.bg-images10 {
    right: 0;
    position: absolute;
    top: 730px;
    opacity: 0.5;
}
.clients-set:hover {
    box-shadow: 0 4px 24px rgba(214, 214, 214, 0.25);
}
.clients-set {
	padding: 33px;
    text-align: center;
    border: 1px solid #ECECEC;
    margin-right: 3%;
}
.client-img {
	background: #FAFAFA;
    padding: 28px;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    justify-content: center;
}
.client-img img {
    border-radius: 50%;
}
.owl-carousel.sliders  .owl-nav.disabled {
    display: block;
}
.owl-carousel .owl-item .client-img img {
    display: block;
    width: auto;
	width: 130px;
    border-radius: 50%;
}
.owl-carousel.sliders .owl-nav button.owl-prev {
    background: url(../img/left-arrow.png) no-repeat 0 0;
    width: 50px;
    height: 50px;
    z-index: 0;
    border-radius: 50%;
}
.owl-carousel.sliders .owl-nav button.owl-prev span {
    display: none;
}
.owl-carousel.sliders .owl-nav button.owl-next {
    background: url(../img/right-arrow.png) no-repeat 0 0;
    width: 50px;
    height: 50px;
    z-index: 0;
    border-radius: 50%;
}
.owl-carousel.sliders .owl-nav button.owl-next span {
    display: none;
}
.sliders .owl-dots{
	display: none;
}
.helpus-content a {
    background: #068D6E;
    width: 60px;
    height: 60px;
    display: inline-flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	position: relative;
	z-index: 2;
}
.helpus-content a:hover{
	background: #1E66C9;
}
.slider-service .owl-carousel.owl-loaded {
    display: block;
}

.helpus-content a:hover::after {
    background: rgb(252 133 67 / 80%);
}
.btn-sign-active:hover,
.btn-add:hover,
.btn-all:hover,.btn-loginset:hover,
.btn-donats:hover,.btn-donpop:hover,.btndonat:hover{
	box-shadow: 0 0 0 5px rgb(252 133 67 / 32%);
	color:#fff;
}
.btn-sign-inactive:hover,
.btn-back:hover{
	box-shadow: 0 0 0 5px rgb(0 0 0 / 20%);
    color: #fff;
}
.btn-sign-success:hover{
	box-shadow: 0 0 0 5px rgb(164 208 198 / 40%);
    color: #fff;
}
ul.footer-links li a:hover,
.foot-bottom ul li a:hover{
    color: #1E66C9 !important;
	cursor: pointer;
	text-decoration: underline !important;
}
.mobile-user-menu {
    color: #fff;
    display: none;
    float: right;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 60px;
    z-index: 10;
}
.mobile-user-menu > a {
    color: #ff5b00;
    padding: 0;
}
.mobile-user-menu > .dropdown-menu {
    min-width: 130px;
}
.mobile-user-menu a.dropdown-item {
    padding: 0;
    text-align: center;
    border-bottom: 0;
    line-height: 42px;
    border-bottom: 1px solid #eeee;
}
.footer-sociallinks li a img:hover {
    transform: scale(1.3);
    cursor: pointer;
    opacity: 1;
}
.client-content p {
    font-size: 16px;
}
.client-content label {
    font-size: 20px;
    font-weight: 600;
}
.owl-stage-outer .card{
	box-shadow: none;
}
.scroll-top {
    position: fixed;
    bottom: -130px;
    right: 0px;
    transition: all 0.5s;
    z-index: 9999;
}
.scroll-top a {
    position: absolute;
    background: #1E66C9;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius:10px;
    border: 1px solid #1E66C9;
    cursor: pointer;
    z-index: 999999;
    left: -60px;
    top: -50px;
}
.btn-oragni {
    margin-top: 10px;
}
.whishlist-scroll {
    min-height: auto;
    max-height: 400px;
	overflow: auto;
}
.sidebar-overlay.opened {
    display: block;
}
.card-list-whishlist  .slimScrollDiv {
    min-height: 630px;
    max-height: 630px;
}
.footer-redirect a:hover {
    text-decoration: underline;
}
.scroll-top.active {
    bottom: 0px;
}
footer.footer {
    padding: 75px 25px 50px;
	box-shadow: 0px -6px 8px 0px rgb(0 0 0 / 6%);
}
.footer-contents {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.footer-contents h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.footer-bottom {
	background: #FFF8F4;
	padding: 23px 0;
}
.foot-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.foot-bottom ul {
	list-style: none;
	display: flex;
	align-items: center;
}
.foot-bottom ul li {
    padding: 0 15px;
    position: relative;
}
.foot-bottom ul li::after {
    position: absolute;
    content: "";
    background: #000;
    width: 2px;
    height: 13px;
    right: 0;
    top: 4px;
}
.foot-bottom ul li:last-child::after {
    background: transparent;
}
.foot-bottom ul li a {
    font-size: 15px;
}
.foot-bottom label {
    font-size: 15px;
	margin: 0;
}
ul.footer-links,
.footer-sociallinks {
	display: flex;
	/* align-items: center;
	justify-content: center; */
	margin-bottom: 40px;
	list-style: none;
	flex-wrap: wrap;
}
.footer-sociallinks li{
	padding: 0 10px;
}
ul.footer-links li {
    position: relative;
    padding: 0 16px;
}

ul.footer-links li a {
    font-size: 15px;
}

ul.footer-links li::after {
    position: absolute;
    content: "";
    background: #000;
    height: 17px;
    width: 2px;
    right: 0;
    top: 4px;
}

ul.footer-links li:last-child::after {
    background: transparent;
}
.footer-set label {
    font-size: 16px;
    font-weight: 700;
    display: block;
}
.copyright {
    text-align: center;
    padding-top: 45px;
    font-size: 14px;
}
.footer-set p {
    font-size: 16px;
    font-weight: 400;
}
.footer-set a {
    color: #01D495;
    font-size: 16px;
    font-weight: 600;
}
.footer-link h2 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.footer-link ul {
    font-weight: 400;
    list-style: none;
}
.footer-link ul li a {
    font-weight: 400;
    color: #fff;
    transition: all 0.5s;
}
.footer-link ul li {
    margin-bottom: 10px;
}
.footer-link ul li a:hover {
    letter-spacing: 0.7px;
    text-decoration: underline;
}
.footer-content p {
    margin-bottom: 50px;
}
.app-sets ul {
    display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    list-style: none;
}
.app-sets ul li {
    margin-right: 15px;
}
.banner-infos {
	padding-left: 100px;
	color: #fff;width: 80%;
}
img.bg-images13 {
    width: 40px;
    position: absolute;
    opacity: 0.5;
    left: 87px;
    top: -33px;
}
.banner-oragan {
    width: 100%;
    padding-top: 50px;
}
.banner-oragan img {
    width: 100%;
    height: 480px;
	border-radius: 10px;
	box-shadow: 2px 2px 0px 0px rgb(0 0 0 / 20%);
}
.address-set {
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 10px rgba(170, 170, 170, 0.18);
    margin-bottom: 30px;
    padding: 30px;
    margin-top: 30px;
    border-radius: 10px;
}
.address-set.address-setview {
    background: transparent;
    box-shadow: none;
    margin-top: -70px;
    margin-bottom: 0;
	padding-bottom: 10px;
}
.address-set ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.address-set ul li {
    width: 32%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
	padding-top: 30px;
}
.card-set {
    border: 1px solid #E9E9E9;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
    background: #fff;
    box-shadow: 2px 2px 0px 0px rgb(0 0 0 / 20%);
}
.card-imgs img {
    width: 100%;
    height: 295px;
    object-fit: cover;
}
.card-sociallink {
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}
.card-sociallink ul {
    display: flex;
    padding: 20px 0;
}

.card-sociallink li {
    margin-right: 10px;
}
.card-sociallink li a i {
    border: 1px solid #068D6E;
    padding: 5px;
    border-radius: 5px;
    color: #068D6E !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-sociallink li a i:hover{
	background: #068D6E;
	color: #fff !important;
}
.card-sets {
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
	background: #fff;
    box-shadow: 2px 2px 0px 0px rgb(0 0 0 / 20%);
}
section.staement {
    margin-bottom: -20px;
    padding-top: 50px;
    background: #f5f5f5;
    padding-bottom: 50px;
	box-shadow: 0px 5px 2px 0px rgb(0 0 0 / 20%) inset;
}
.whilists_new .whilist-content h2 {
    text-transform: uppercase;
}
.btn-viewmore {
    background: #068D6E;
    color: #fff;
    border-radius: 5px;
    padding: 7px 22px;
}
.card-set > h2 {
    font-size: 20px;
	font-weight: 700;
}
.card-sets > h2 {
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
	font-weight: 700;
}
.card-details {
    padding: 20px 0 0;
}
.card-details ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.card-details ul li {
    width: 50%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
}
.card-details ul li label img {
    background: rgba(6, 141, 110, 0.26);
    padding: 10px;
    margin-right: 10px;
    border-radius: 5px;
}
.card-details ul li label {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}
.card-details ul li span {
    font-size: 12px;
    font-weight: bold;
}
.card-contents h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.card-imgs {
    margin-bottom: 25px;
}
.card-contents label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
}
.card-contents p {
    font-size: 16px;
    text-align: justify;
	margin-bottom: 15px;
}
section.section-page {
    padding: 40px 20px;
}

.whish-img-set img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 5px;
}
.funding-set {
    margin-top: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 0 !important;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.commentsnames  label {
    display: flex;
    align-items: center;
    margin: 0 5px;
}
p.more {
    margin-top: 15px;
}
a.morelink {
    color: #1E66C9;
    font-weight: 700;
    text-decoration: underline;
	display: inline;
}
.commentsnames > label img {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    border: 1px solid #d5d5d5d5;
    border-radius: 50px;
    padding: 5px;
}
.commentsnames label b {
    margin: 0 5px;
}
.commentsnames label label {
    margin: 0;
}
.funding-set h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}
.wishlist-goal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
}
.wishlist-goal label {
	font-size: 16px;
	margin: 0;
}
.donors-path {
    padding-top: 20px;
}
.donors-path ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.donors-path ul li {
    width: 33.3%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}
.donors-path li label {
    margin: 0;
}
.donors-path li label img {
    background: #1E66C9;
    width: 22px;
    height: 22px;
    padding: 5px;
    border-radius: 50%;
}
.donors-path li.donor2 label img {
    background: #D43860;
}
.donors-path li.donor3 label img {
    background: #395196;
}
.donors-path li.donor4 label img {
    background: #28A36D;
}
.donors-path li.donor5 label img {
    background: #AE65FD;
}
.btn-setview {
    text-align: center;
    padding: 25px 0;
	display: flex;
    align-items: center;
    justify-content: center;
}
.btn-all {
    background: #1E66C9;
    color: #fff;
    padding: 12px 40px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.pop-input input[type="text"] {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    padding: 0 15px;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
}
.table-imgset label {
    display: flex;
    align-items: center;
}
.table-pop .table td,
.table-pop .table th {
    padding: 20px;
    vertical-align: middle;
    border-top: 0px solid #dee2e6;
    border-bottom: 1px solid #e7e7e7;
	white-space: nowrap;
}
#modal-donate .modal-lg {
    max-width: 900px;
}
.cus-pop .modal-header {
    box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.04);
    position: relative;
    margin-bottom: 30px;
	padding: 35px 20px;
    border-radius: 0 0 15px 15px;
}
.cus-pop .modal-header h5 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 700;
}
.dropdown-menu.drop-pop.show ul li a {
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #e7e7e7;
}
.cus-pop .modal-header h5 .close span {
    position: relative;
    width: 43px;
    background: red;
    height: 43px;
}
.cus-pop .modal-header .close  span {
    background: #EE5755;
    width: 43px;
    height: 43px;
    color: #fff;
    padding: 7px 15px;
    border-radius: 50%;
    opacity: 1;
}
.cus-pop .modal-header .close {
    opacity: 1;
    position: absolute;
    right: -20px;
    top: -11px;
}
.btn-donpop {
    background: #1E66C9;
    color: #fff;
    padding: 9px 30px;
    border-radius: 50px;
}
.dropdown-menu.drop-pop.show {
    padding: 0;
}
.calendar {
    background: url(../img/calendar.png) no-repeat 95% 50%;
}
.credit {
    background:#fff url(../img/card.png) no-repeat 95% 50%;
}
.drop-down {
    background: url(../img/dropdown.png) no-repeat 95% 50%;
}
.table-imgset label img {
    width: 40px;
    height: 40px;
    border: 1px solid #e7e7e7;
    padding: 5px;
    border-radius: 5px;
    margin-right:10px;
}
.crdit-btn {
    margin-top: 25px;
}
.btn-credit {
    background: #1E66C9;
    color: #fff;
    padding: 13px 55px;
    font-size: 15px;
    border-radius: 50px;
    font-weight: 700;
}
.table-imgs label {
    display: flex;
    align-items: center;
}
.table-imgs label img {
    width: 40px;
    border-radius: 50px;
    margin-right: 15px;
}
.table-pop .table label {
    margin: 0;
}
.setviewoverview h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
}
.setviewoverview p {
    text-align: justify;
    font-size: 16px;
	margin-bottom:40px;	
}
.paginations-set {
    width: 100%;
    display: flex;
    justify-content: center;
	margin-top: 15px;
	margin-bottom: 60px;
}
.paginations-set .pagination a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e7e7e7;
    margin-right: 15px;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
}
.paginations-set .pagination .active a {
    background: #28A36D;
    color: #fff;
}
.paginations-set .pagination a:hover {
    background: #28A36D;
    color: #fff;
}
.btn-donates {
    background: #068D6E;
    color: #fff;
    padding: 7px 35px;
}
.btn-donates:hover,
.btn-viewmore:hover{
	box-shadow: 0 0 7px rgb(129 229 185 / 50%);
	color: #fff;
}
.address-set ul li:last-child {
    width: 15%;
    text-align: center;
}
.address-set ul li:first-child {
    width: 20%;
	text-align: center;
	padding: 0;
}
.address-set ul li::after {
    position: absolute;
    content: "";
    background: #E9E9E9;
    width: 1px;
    height: 62px;
    right: 20px;
    top: 40px;
}
.view-profile {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
}

.view-profileimg img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 35px;
    position: relative;
    margin-top: -40px;
    border: 5px solid #ffff;
}

.view-profilecontent {
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: space-between;
}

.view-profileimg {
    width: 20%;
}

.view-profilecontent .returnto {
    width: auto;
    float: none;
    background: #068d6e;
    padding: 12px 25px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.view-profilecontent .returnto span {
    border: 0;
}

.address-profile {
    width: 100%;
    padding: 25px;
}
.view-profilecontent h4 {
    font-weight: 600;
    font-size: 26px;
    margin: 0;
}
.address-profile ul {display: flex;align-items: center;}

.address-profile ul li {
    width: 25%;
}

.address-profile ul li label {
    display: block;
    font-size: 16px;
    font-weight: 600;
}
.address-set ul li:first-child::after {
	width: 0px;
}
.address-set ul li label {
    display: block;
    margin-bottom: 24px;
    font-size: 15px;
}
.address-set ul li:last-child::after {
    background: transparent;
}
section.time-set {
    padding: 85px 0;
}
.banner-patsh {
    background: #01D495;
}
.approval {
    display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    align-items: center;
    background: #FFFFF8;
}
.approval-set {
    width: 50%;
    padding-left: 100px;
    padding-right: 50px;
}
.approval-img {
    width: 50%;
}
.approval-img img {
    width: 100%;
}
.approval-head h2 {
    font-size: 42px;
    margin-bottom: 25px;
}
.approval-head h2 span {
    color: #01D495;
    margin-left: 10px;
}
.approval-head label {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 50px;
}
.approval-content {
    padding-left: 40px;
}
.approval-content ul {
    list-style: none;
}
.approval-content h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}
.approval-content ul li label {
    font-size: 20px;
    display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    align-items: center;
}
.approval-content ul li label img {
    margin-right: 12px;
}
.banner-patsh > div {
    width: 50%;
}
.com-sethead h2 {
    color: #3C5262;
    font-size: 42px;
}
.com-setcontent p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}
img.bg-images14 {
    position: absolute;
    left: 87%;
    top: 200px;
}
.banner-infos h2 {
    font-size: 58px;
    color: #fff;
    margin-bottom: 20px;
}
.banner-infos label {
    font-size: 20px;
    font-weight: 500;
}
.footer-redirect {
    margin-top: 60px;
}
.footer-redirect ul {
    display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    align-items: center;
    list-style: none;
}
.slidecontainer {
	width: 100%;
}
.slider {
	-webkit-appearance: none;
    width: 100%;
    height: 1px;
    background: #E3E3E3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
.slider:hover {
	opacity: 1;
}
.banner-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
    width: 100%;
	border-radius:10px;
}
.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(154, 154, 154, 0.25);
}
.slider::-moz-range-thumb {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #04AA6D;
}
.emicard {
    margin-top: 50px;
    display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    align-items: center;
}
.emisetd {
    width: 32.3%;
    padding: 20px;
    background: #4588B9;
    margin-right: 1%;
    color: #fff;
    border-radius: 15px;
}
.emisetd  label {
    display: block;
    font-size: 20px;
}
.emisetd  span {
    font-size: 36px;
}
.emisetd.emicard-2 {
    background: #01D495;
}
.emi-btn {
    margin: 70px 0 0;
}
.acccordin-faq .panel>.panel-heading .panel-title {
    margin-bottom: 0px;
    border: 0;
    background: #fff;
    padding: 20px;
    position: relative;
}
.cus-pad{
	padding: 0 8px;
}
.acccordin-faq .panel-heading .panel-title a {
    color: #333;
    font-size: 20px;
    text-decoration: none;
    font-weight: 500;
}
.acccordin-faq .panel>.panel-heading .panel-title a::after,
.acccordin-faq .panel>.panel-heading .panel-title a.collapsed::after{
	color: #333;
}
a.btn.btn-apply {
    background: #3C5262;
    color: #fff;
    font-size: 26px;
    padding: 20px 75px;
    border-radius: 10px;
}
.support-set {
    width: 100%;
}
.support-set ul {
    display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    align-items: center;
    list-style: none;
}

.support-set ul li {
    width: 25%;
    text-align: center;
}
.support-img span {
    width: 89px;
    height: 93px;
    background: #EBFF00;
    display: inline-block;
    border-radius: 75px 95px 30px 115px;
    position: relative;
}
.support-img img {
    position: relative;
    top: 24px;
}
.support-img {
    margin-bottom: 45px;
}
.support-content label {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
}
.support-content span {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
}
.support-content span a {
    color: #fff;
}
.emisetd.emicard-3 {
    background: #ED4C5C;
}
img.banner-imgs {
    height: 450px;
}
.footer-redirect ul li {
    position: relative;
    padding-right: 20px;
}
.footer-redirect ul li a {
    color: #fff;
}
.footer-redirect ul li::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 16px;
    right: 10px;
    top: 4px;
}
.footer-redirect ul li:last-child::after {
    background: transparent;
}
.emi-header {
    background: #01D495;
    text-align: center;
    padding: 54px 0 200px;
}
.emi-header h2 {
    color: #fff;
    font-size: 26px;
}
.emi-content {
    margin-top: -170px;
}
.emi-set {
    padding: 50px;
}
.amount-srt {
    display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.slidecontainer {
    margin-bottom: 40px;
}
.amount-srt h2 {
    margin: 0;
    font-size: 26px;
}
.loan-set {
    background: #eee;
    min-width: 300px;
    display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    align-items: center;
    border: 1px solid #E3E3E3;
    text-align: center;
    height: 60px;
}
.loan-set  label {
    width: 60%;
    background: #fff;
    height: 58px;
    margin: 0;
    padding: 9px 0;
    font-size: 26px;
    font-weight: 600;
}
.loan-set span {
    text-align: center;
    width: 40%;
    font-size: 20px;
    font-weight: 500;
}
.menu-opened .main-menu-wrapper {
	transform: translateX(0);
}
.menu-header {
	background: #fff;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	padding: 0 20px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	border-bottom: 1px solid #f0f0f0;
	display: none;
}

.customer-sets {
    width: 90%;
    margin: 100px auto;
    background: #fff;
    padding-bottom: 50px;
    border-radius: 5px;
}
.customer-head {
    text-align: center;
    padding: 50px 0;
}
.customer-head h2 {
    font-weight: 500;
    font-size: 18px;
}
.customer-head span {
    font-weight: 800;
    font-size: 18px;
}
.cutomer-input-set {
    padding: 0 35px;
}
.customer-input {
    margin-bottom: 20px;
}
.bg-colors{
	background: #EBFF00;
}
.customer-input input[type="text"] {
    border: 1px solid #DDDDDD;
    width: 100%;
    padding: 0 15px;
    height: 76px;
    border-radius: 5px;
}
.approval-contents ul {
	list-style: none;
}
.investion {
    display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    align-items: center;
    background: #01D495;
}
.investion-img {
    width: 40%;
}
.investion-img img {
    width: 100%;
}
.investion-head {
    padding: 120px 50px;
    width: 60%;
}
.investion-head h2 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 40px;
}
.investion-head p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.approval-contents ul li {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}
.investment-card {
    background: #4D7EA2;
    border-radius: 10px;
    padding: 20px;
	margin-bottom: 10px;
}
.investment {
    background: #FFFFF8;
    padding: 80px 0;
}
.investment-hard {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffff;
}
.investment-hard h2 {
    font-size: 46px;
    color: #fff;
}
.investment-content {
    text-align: center;
    padding: 30px 0;
    color: #fff;
    border-bottom: 1px solid #5B99C5;
}
.investment-content label {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}
.investment-content h4 {
    font-size: 42px;
    color: #EBFF00;
    margin-bottom: 20px;
    font-weight: 700;
}
a.btn.btn-inves {
    background: #EBFF00;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 25px;
}
.investment-bottom {
    padding-top: 30px;
}
.investment-bottom ul {
    display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
}
.investment-bottom ul li {
    width: 50%;
    color: #fff;
    font-size: 16px;
}
.app-image span label {
    font-size: 38px;
    font-weight: 600;
    position: relative;
    top: 20px;
    left: 24px;
	margin: 0;
}
.approval-contents img.bg-colors {
    margin-right: 10px;
}
a.btn.btn-call {
    background: #3C5262;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}
.acccordin-faq .panel-body {
    border-top: 1px solid #d5d5d5;
    padding: 15px;
}
.menu-close {
	font-size: 18px;
	color: #333;
}
.meu-list li {
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
}
.meu-list li a {
    padding: 15px;
    display: block;
	color: #b7c0cd;
}
.meu-list li a:hover {
    color: #1E66C9;
}
.bar-icon {
	display: inline-block;
	width: 31px;
}
.social-link a:hover {
	background: #01D495;
	color: #fff !important;
	border: 2px solid #01D495;
}
.bar-icon span {
	background-color: #255A7E;
	display: block;
	float: left;
	height: 3px;
	margin-bottom: 7px;
	width: 31px;
	border-radius: 2px;
}
.bar-icon span:nth-child(2) {
	width: 16px;
}
.bar-icon span:nth-child(3) {
	margin-bottom: 0;
}
.appli-set .card{
	border: 1px solid #ECECEC; 
}
a.btn.btn-view:hover {
    border-radius: 50px;
}
#mobile_btn {
	display: none;
	margin-right: 30px;
	margin-top: 10px
}
html.menu-opened body {
	overflow: hidden;
}
.card {
	box-shadow:0 1px 2px rgb(0 0 0 / 25%);
	border-radius: 5px;
	background: #FFFFFF;
}
.whyus-card {
	padding: 25px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}
.whyus-icon {
	margin-right: 25px;
}
.whyus-icon span {
	width: 67px;
	height: 71px;
	background: #EBFF00;
	display: block;
	border-radius: 75px 95px 30px 115px;
	position: relative;
}
.bor-0{
	border:0 !important;
}
.bor-b1{
	border-bottom:1px solid #e7e7e7 !important;
}
.whyus-icon span img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.whyus-info h2 {
	font-weight: 600;
	color: #3C5262;
	font-size: 24px;
}
.whyus-info p {
    font-size: 14px;
    color: #3C5262;
}
.faq-img img {
    width: 100%;
}
.meu-list{
	display: none;

} 
 
.or-set-path {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}
.or-set-path label {
    position: relative;
    background: #fff;
    z-index: 9;
    margin: 0;
    padding: 0 15px;
}
.or-set-path label {
    position: relative;
    background: #fff;
    z-index: 9;
    margin: 0;
    padding: 0 15px;
}
.or-set-path::after {
    position: absolute;
    content: "";
    background: #C4C4C4;
    width: 100%;
    height: 1px;
    left: 0;
    top: 9px;
    z-index: 8;
}
.or-set-path::after {
    position: absolute;
    content: "";
    background: #C4C4C4;
    width: 100%;
    height: 1px;
    left: 0;
    top: 9px;
    z-index: 8;
}
.helpus-content a::after {
	background: rgba(6, 141, 110, 0.82);
	position: absolute;
	content: "";
	width: 80px;
	height: 80px;
	z-index: -1;
	border-radius: 50%;
}
.header-navbar-rht li label{
	font-size:15px;
	margin:0;
}
section.listset {
    padding: 40px 0;
	min-height: 700px;
}
.listset-back {
    margin-bottom: 40px;
}
.user-input-img{
	display: flex;
	align-items: center;
}
.user-input-img img{
	width: 41px;
    margin-right: 12px;
    border-radius: 50%;
}
.btn-back {
    background: #6D6D6D;
    color: #fff;
    font-size: 15px;
    padding: 10px 60px;
    border-radius: 25px;
}
.circular-chart {
    max-width: 58px;
    max-height: 58px;
}
.circle-bg {
    fill: none;
    stroke: #F5F5F5;
    stroke-width: 6px;
}
 .circle {
    stroke: #068D6E;
}
.circle {
    fill: none;
    stroke-width: 3px;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}
.percentage {
    fill: #000;
    font-size: 7px;
    text-anchor: middle;
    font-weight: 600;
}
.sign-upsetheader {
    display: flex;
    align-items: center;
}
li.user-input-img {
    position: relative;
}
.dash-circle {
    width: 12%;
}
@keyframes progress {
	0% {
	  stroke-dasharray: 0 100;
	}
}
.listset-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.listset-heading h2 {
    font-size: 25px;
    margin: 0;
}
.whilist {
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    padding: 10px;
    display: flex;
	margin-bottom:10px;
}
.btn-add {
    background: #1E66C9;
    padding: 10px 29px;
    color: #fff;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 500;
}
.whilist-img {
    width: 30%;
}
.whilists_new .whilist-img{
	width: 35%;
}
.breadcrumb-bar {
    background: url(../img/img6.png) no-repeat fixed 0 0 /100%;
    padding: 15px 0;
    position: relative;
    z-index: 9;
}
.breadcrumb-bar::after{
	position: absolute;
	content: "";
	background:rgba(0,0,0,0.8);
	width:100%;
	height: 100%;
	top:0;
	left: 0;
	z-index: -1;
}
.company-logo h4 {
    font-size: 18px;
    margin-top: 15px;
    font-weight: 600;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropdown-set ul {
    padding: 0;
}

.dropdown-set ul li a {
    width: 100%;
    text-align: left;
    border-bottom: 1px dashed #d5d5d5;
    margin: 0 !important;
}


.breadcrumb-bar .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: "/";
}
.breadcrumb-bar .breadcrumb-item.active {
    color: #fff;
    font-weight: 600;
}
h2.breadcrumb-title {
    color: #fff;
    font-size: 24px;
}
.dropdown-menu.dropdown-set {
    padding: 0;
    border-radius: 0;
}
.dropdown-menu.dropdown-set li:last-child a {
    border-bottom: 0;
}

.dropdown-set ul {
    padding: 0;
}
.dropdown-menu.dropdown-set {
    padding: 0;
    border-radius: 0;
}
.dropdown-menu.dropdown-set ul li a {
    border-bottom: 1px dashed #d5d5d5;
    width: 100%;
}
.dropdown-menu.dropdown-set ul li:last-child a{
	border:0;
}
h2.breadcrumb-title a{
	color:#1E66C9;
}
.breadcrumb-bar .breadcrumb-item  a {
    color: #fff;
    font-weight: 600;
}
.breadcrumb-bar ol.breadcrumb {
    padding: 0;
    background: transparent;
    color: #fff;
}
.whilists_new .whilist-content{
	width: 65%;
}
.whilist-content {
    width: 70%;
    padding: 10px 10px 0;
}
.over-view-set {
	margin: 15px 0;
	border: 1px solid #E9E9E9;
	padding: 25px;
}
.tab-inner-content {
    padding: 20px 0 0;
}
.form-input {
    width: 100%;
    margin-bottom: 20px;
}
.form-input label {
    font-size: 15px;
    display: block;
    margin-bottom: 15px;
}
.btn-loginset {
    background: #1E66C9;
    padding: 12px 93px;
    border-radius: 50px;
    color: #ffff;
    font-weight: 700;
}
.login-btns {
    margin: 10px 0 25px;
}
.login-links {
    margin-bottom: 15px;
}
a.loginsetlink:hover {
	color: #1E66C9;
	text-decoration: underline;
}
a.loginsetlinks {
    margin-left: 10px;
    color: #1E66C9;
}
.payment-details-tab ul {
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-details-tab .nav-tabs .nav-item .nav-link {
    border: 1px solid #e7e7e7;
    width: 178px;
    text-align: center;
    margin-bottom: 15px;
    height: 90px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.contactus h6 {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
}

.contactus h2 {
    margin: 0px 0 30px;
    color: #1E66C9;
    font-size: 35px;
}
.contact-path {
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 45px 0;
	background: #fff;
}
.contact-path label {
    font-size: 25px;
    color: #1E66C9;
    display: block;
    padding: 30px 0;
}
section.map-set {
    margin-top: -170px;
}
.contact-path p {
    font-size: 18px;
}
.contact-path {
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 45px 0;
	background: #fff;
}
.contact-path label {
    font-size: 25px;
    color: #1E66C9;
    display: block;
    padding: 30px 0;
}
section.map-set {
    margin-top: -170px;
}
.contact-path p {
    font-size: 18px;
}
.credritform {
    background: #EEEEF0;
    padding: 35px;
    border-radius: 10px;
}
.credritform h2 {
    font-size: 18px;
    margin-bottom: 32px;
}
.payment-details-tab .nav-tabs .nav-item .nav-link.active {
    background: rgba(40, 163, 109, 0.2);
    border: 1px solid #28A36D;
}
.form-login {
    padding: 30px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
	margin-bottom: 30px;
}
.payment-statement {
    width: 100%;
    border: 1px solid #e7e7e7;
    padding: 30px;
    border-radius: 10px;
}
.payment-label label {
    font-size: 15px;
    font-weight: 500;
}
.form-input textarea {
    width: 100%;
    border: 1px solid #c4c4c4;
    height: 135px;
    border-radius: 5px;
}
.upload-img-new img {
    width: 300px;
    height: 300px;
    margin-bottom: 30px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  .toggle-set input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  .toggle-set input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  .toggle-set .slider.round {
    border-radius: 34px;
  }
  .toggle-set .slider.round:before {
    border-radius: 50%;
  }
  .toggle-set .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  .toggle-set .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
	border: 1px solid rgba(0, 0, 0, 0.64);
	height: 24px;
  }
  .toggle-set .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 2px;
    background-color: rgba(0, 0, 0, 0.64);
    -webkit-transition: .4s;
    transition: .4s;
  }
.input-file-exact {
    width: 100%;
    display: flex;
    align-items: center;
}
.input-file-exact label {
    width: 50%;
    border: 1px solid #d5d5d5;
    height: 50px;
    margin: 0;
}
.input-file-exact a {
    width: 50%;
    background: #1E66C9;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border-radius: 0 5px 5px 0;
}
.table-pop.table-scroll {
    max-height: 350px;
    overflow: auto;
}
.upload-img-file {
    position: relative;
    width: 35%;
}
.upload-img-file input[type="file"] {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.form-input input[type="text"],
.form-input input[type="password"] {
    width: 100%;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    height: 50px;
    padding: 0 15px;
}
.form-input input[type="text"]:hover,
.form-input input[type="text"]:focus,
 .form-input input[type="password"]:hover,
 .form-input input[type="password"]:focus{
	border: 1px solid #1E66C9;
}
.link-nwe h4 {
    font-size: 12px;
}
a.page-links {
    color: #068D6E;
    margin-bottom: 15px;
    text-decoration: underline;
}
.link-nwe label {
    display: block;
    margin: 15px 0;
    font-size: 12px;
}
.link-nwe {
    margin-bottom: 18px;
}
.over-view-set .nav-item .nav-link.active {
    background: #1E66C9;
}
.over-view-set ul {
    border: 0;
}
.over-view-set .nav-item .nav-link {
    width: 138px;
    text-align: center;
    background: #6D6D6D;
    color: #fff;
    border: 0;
    margin-right: 10px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 11px;
}
.whilist-img img {
    width: 100%;
    height: 180px;
    border-radius: 5px;
    padding-right: 12px;
}
.whilist-new .whilist-img img {
     height: auto;
}
.whilist-content h2 {
	text-transform: uppercase;
	font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.whilist-content h2 a {
    border: 1px solid #e7e7e7;
    padding: 7px;
    border-radius: 5px;
    position: relative;
    top: -7px;
    right: -8px;
}
.whilist-content li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}
.whilist-content li label {
    margin: 0;
    font-size: 12px;
}
.whilist-content li label img {
    background: rgba(6, 141, 110, 0.26);
    padding: 10px;
    margin-right: 10px;
    border-radius: 5px;
}
.whilist-content li span {
    font-weight: 700;
    font-size: 12px;
}
.whilist-content li:last-child {
    margin: 0;
}
.glyphicon-remove {
    color: red;
}
.ulpwdstrength .glyphicon-remove label:after {
    background: red;
    border-color: red !important;
}
.glyphicon-ok {
    color: green;
}
.ulpwdstrength .glyphicon-ok label:after {
    background: green;
    border-color: green !important;
}
.whilists_new .whilist-img img {
    padding-right:0!important;
}
.brand-flow ul li {
    padding: 0 20px;
}
/*-----------------
	10. signin
-----------------------*/
.sign-head {
    margin-bottom: 60px;
    text-align: center;
}
.sign-head h2 {
    font-size: 30px;
    font-weight: 700;
}
.sign-content {
    width: 100%;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    padding: 35px;
}
.sign-headlink {
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 25px;
}
.sign-headlink ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 35px;
}
.sign-headlink ul li {
    margin-right: 15px;
}
.btn-sign-active {
/*	    background: #1E66C9;*/
    color: #1E66C9;
    /* background: #1E66C9;
    min-width: 140px;
    border: 1px solid #1E66C9;
    color: #fff !important;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
	padding: 8px; */
}
a.frgt-link:hover {
    color: #1E66C9;
    text-decoration: underline;
}
.sign-social li a:hover {
    /* box-shadow: 0 4px 4px rgb(0 0 0 / 25%); */
}
.over-view-set .nav-item .nav-link:hover{
	background: #1E66C9;
}
.btn-sign-active:hover{
	background: #1E66C9;
}
.btn-sign-inactive {
    /* background: rgba(0, 0, 0, 0.64);
    min-width: 140px;
    border: 1px solid #000;
    color: #fff;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
	padding: 8px; */
}
.sign-input {
    margin-bottom: 40px;
    width: 100%;
}
.sign-input label {
    font-size: 15px;
    font-weight: 400;
    display: block;
}
span.manidory {
    color: red;
	margin-left: 5px;
}
.pass-group {
    position: relative;
}
.toggle-password,
.toggle-passworda {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #068D6E;
	font-size: 18px;
}
.sign-input .addons-currency input[type="text"] {
    padding: 0 25px;
	font-size: 20px;
}
.addons-currency {
    position: relative;
}
.addons-currency label {
    position: absolute;
    top: 3px;
    left: 6px;
    font-size: 20px;
    color: #068D6E;
	margin: 0;
}
.sign-goal label {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
}
.file-set {
    position: relative;
    border: 1px dashed #068D6E;
    padding: 50px 25px;
    border-radius: 5px;
    text-align: center;
}
.file-set label {
	display: block;
	margin-top: 20px;
	color: #067D6E;
	font-size: 15px;
	margin-bottom: 0;
}
.upload-img {
    position: relative;
}
.upload-img input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
}

.content-path-img label {
    font-size: 15px;
    margin-bottom: 15px;
}
.content-path-img {
    margin-bottom: 15px;
}
.sign-content .sign-input input.you-link {
    background: url(../img/link.png) no-repeat 2% 10%;
    padding:0 55px 10px;
}
.or-set{
	margin:15px 0 30px;
}
.btn-setflex ul {
    display: flex;
}
.btn-setflex ul li {
    margin-right: 15px;
}
.btn-sign-success{
	background: #068D6E;
    min-width: 140px;
    border: 1px solid #068D6E;
    color: #fff;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    padding: 8px;
}
.whilist-new h2 {
    text-transform: uppercase;
}
.whilist.whilist-new {
    justify-content: center;
    align-items: center;
}
.whilist-new .whilist-img {
    width: 10%;
}
.whilist-new .whilist-content {
    width: 90%;
}
.sign-input textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #C4C4C4;
    height: 90px;
	padding:0 15px;
}
.addons-currency span {
    position: absolute;
	top: 3px;
    right: 6px;
    font-size: 20px;
    color: #068D6E;
	margin:0;
}
.sign-input input[type="text"],
.sign-input input[type="password"],
.sign-input input[type="number"] {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #C4C4C4;
    height: 40px;
    padding:  0 15px;
}
.donation-input input[type="text"] {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #C4C4C4;
    height: 40px;
    padding:  0 15px;
}
.sign-input input[type="text"]:focus,
.sign-input input[type="password"]:focus
{
	border-bottom: 1px solid #1E66C9;
}
.location-img{
	background: url(../img/locations.png) no-repeat 100% 50%;
}
.sign-input select{
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.sign-input select {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #C4C4C4;
    height: 40px;
    padding:  0 15px;
	background: url(../img/dropdown.png) no-repeat 100% 50%;
}
.split-input {
    display: flex;
}
.sign-input .split-input select {
    width: 20%;
    border: 0;
    border-bottom: 1px solid #C4C4C4;
    height: 40px;
    padding: 0 15px;
}
.sign-upsetheader h2 {
    color: #28A36D;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 27px;
}
.sign-incheck  > label {
    font-size: 15px;
    font-weight: 400;
}
.sign-incheck ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin-top: 30px;
    flex-wrap: wrap;
}
.radio_input [type="radio"]:checked + label, .radio_input [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.radio_input [type="radio"]:checked + label:before, .radio_input [type="radio"]:not(:checked) + label:before {
	content: '';
    position: absolute;
    left: -5px;
    top: 2px;
    width: 25px;
    height: 25px;
    border: 1px solid #28A36D;
    border-radius: 100%;
    background: #fff;
}
.radio_input [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.radio_input [type="radio"]:checked + label:after {
    content: '';
    width: 15px;
    height: 15px;
    background: #05a195;
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sign-btn.sign-btnnexts {
    margin-top: 100px;
}
.radio_input [type="radio"] + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.split-inputs ul {
    display: flex;
    align-items: center;
}
.sort-selection {
    position: relative;
    padding-left: 40px;
    padding-top: 5px;
    cursor: pointer;
}
/*.profitset {
    margin-top: 30px;
}*/
.profitset li {
    margin-bottom: 10px;
    border: 3px solid #E7E7E7;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
	cursor:pointer;
}
.profitset li label {
    color: #1E66C9;
    display: block;
    font-size: 15px;
    font-weight: 700;
	cursor:pointer;
}
.profitset li span {
    font-size: 15px;
}
.profitset li:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.sort-selection input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
}
.sort-selection input:checked~.checkmark {
    background-color: #22CA98;
}
.sort-selection input:checked~.checkmark:after {
    display: block;
}
.sort-selection .checkmark:after {
    left: 9px;
    top: 4px;
    width: 9px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    content: "";
}
.split-inputs li {
    padding-right: 20px;
    text-align: center;
}
.sign-input .split-inputs li input[type="text"],
.sign-input .split-inputs li input[type="number"] {
    text-align: center;
    font-size: 28px;
    height: 60px;
    border-bottom: 1px solid #068D6E;
	padding: 0;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.list-product {
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
	margin-bottom: 15px;
}
.list-product .product-img {
	width: 25%;
}
.product-content {
    width: 75%;
    padding-left: 25px;
}
.product-price .progress {
    height: 21px;
	background: #EEEEF0;
}
.list-product img {
    width: 100%;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    padding: 15px;
}
.product-content p {
    font-size: 16px;
    font-weight: 400;
	margin-bottom: 20px;
}
.product-price {
    display: flex;
    width: 100%;
    align-items: center;
}
.product-priceset {
    width: 70%;
    padding-right: 50px;
}
.product-priceset ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.product-priceset ul label {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
}
.product-btn {
	display: flex;
	justify-content: flex-end;
	width: 30%;
}
.btn-donats {
	background: #1E66C9;
    color: #fff;
    padding: 7px 43px;
    border-radius: 50px; 
}
.product-priceset ul li {
    width: 50%;
}
.sign-newcode {
    margin-bottom: 30px;
}
a.change-newcode {
    font-size: 15px;
    text-decoration: underline;
}
a.change-no {
    color: #1E66C9;
    text-decoration: underline;
}
.sign-changeno {
	margin-bottom: 25px;
}
.radio_input [type="radio"]:checked, .radio_input [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.sign-incheck ul li {
    margin-right: 25px;
}
.sign-btn.sign-btnnext {
    margin-top: 200px;
}
.sign-upsetheader p {
    font-size: 15px;
    margin-bottom: 35px;
}
.sign-input .split-input input[type="text"] {
    width: 80%;
}
.sign-frgt {
    padding: 25px 0;
}
.password-check > label {
    color: #FFA300;
    margin-bottom: 20px;
    font-size: 15px;
}
.password-check ul {
    list-style: none;
}
.password-check ul li {
    margin-bottom: 20px;
}
.password-check {
    width: 100%;
    margin-bottom: 24px;
}
.password-check ul li label {
    padding-left: 30px;
    position: relative;
    font-size: 15px;
    margin: 0;
}
.password-check ul li label::after {
    position: absolute;
    content: "";
    border: 1px solid #000;
    width: 9px;
    height: 9px;
    border-radius: 50px;
    left: 5px;
    top: 5px;
}
.password-check ul .active label::after {
    background: #28A36D;
    border-color: #28A36D;
}
.password-check ul .active label {
    color: #28A36D;
}
.cuspr-0{
	padding-right: 0;
}
.cuspl-0{
	padding-left: 0;
}
a.frgt-link {
    cursor: pointer;
}
.sign-social ul {
    display: flex;
    align-items: center;
    list-style: none;
	flex-wrap: wrap;
}
.sign-social ul li {
    width: 50%;
    text-align: center;
    padding-right: 15px;
}
li.sign-social1 a {
    width: 100%;
    border: 1px solid #C4C4C4;
    padding: 16px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
li.sign-social2 a {
    width: 100%;
    border: 1px solid #4261B0;
    padding: 16px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    background: #4261B0;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sign-social ul li:last-child {
    padding: 0;
}
.sign-upsetheader.sign-upsethead {
    display: block;
}
.sign-upsetheader h2 span{
	display: block;
	padding-top:10px;
}
section.paymentpage {
    padding: 45px 0 130px;
}
.support-new {
    padding: 15px;
    border: 1px solid #e7e7e7;
	margin-bottom: 35px;
    border-radius: 10px;
}
.tale-set-btn {
    margin-top: 45px;
}
.tale-set-btn ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.btndonat {
    background: #1E66C9;
    color: #fff;
    padding: 8px 44px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 700;
}
.btnback:hover{
	background: rgba(0, 0, 0, 0.64);
	box-shadow: 0 0 0 5px rgb(0 0 0 / 20%);
    color: #fff;;
}
.btnback {
    margin-right: 15px;
    padding: 7px 40px;
    border: 1px solid  rgba(0, 0, 0, 0.64);
    color: rgba(0, 0, 0, 0.64);
    border-radius: 50px;
	font-size: 15px;
    font-weight: 700;
}
.cus-pops .modal-body {
    padding: 50px;
    text-align: center;
}
.pop-set-img {
	margin-bottom: 35px;
}
.radio-setnew ul li  input[type="radio"] {
    display: none;
}
.radio-setnew ul {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
}
.radio-setnew ul li input[type="radio"]:checked ~ label {
    color: #28A36D;
    background: rgba(40, 163, 109, 0.2);
    border: 1px solid #28A36D;
}
.radio-setnew ul li {
    margin-right: 15px;
	margin-bottom: 15px;
}
.pop-set-img img {
    max-width: 100%;
}
.pop-set-content h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.or-sets {
    padding: 10px 0 20px 0;
}
.or-sets label{
	font-size: 18px;
}
.donation-input input {
    width: 85%;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}
.radio-setnew ul li label {
    margin: 0;
    border: 1px solid #e7e7e7;
    font-size: 18px;
	border-radius: 5px;
    padding: 5px 20px;
	cursor:pointer;
}
.pop-set-content h5 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
}
.support-new ul {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.support-new ul li label span {
    background: #c4c4c4;
    padding: 13px 20px;
    border-radius: 50px;
    margin-right: 16px;
    max-width: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
}
.sign-inchecks > label {
    font-size: 15px;
    font-weight: 400;
}
.sort-selections {
    position: relative;
    padding-left: 40px;
    padding-top: 5px;
    cursor: pointer;
}
.sort-selections input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.sort-selection input:checked~.checkmark {
    background-color: #22CA98;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
}
.sort-selections input:checked~.checkmark:after {
    display: block;
}
.checkmarks {
    position: absolute;
    top: -9px;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
}
.table-check th.sign-inchecks {
    padding: 5px 15px 0;
    vertical-align: top;
}
th.tabl-label {
    padding-bottom: 15px;
}
.table-check thead {
    background: rgba(252, 133, 67, 0.06);
    border-radius: 10px;
}
.socail-linsks ul {
	position: relative;
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	width: 100px;
	height: 48px;
	margin: auto;
	border-radius: 50%;
}

.socail-linsks  ul::before {
	content: "Share";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1E66C9;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    color: #fff;
	font-size: 16px;
    padding-left: 2px;
    transition: 0.5s;
    z-index: 1;
    left: 0;
    font-weight: 700;
}
.socail-linsks  ul:hover::before {
box-shadow: 0 0 0 5px rgb(252 133 67 / 32%);
}
.comments {
    display: flex;
    border-bottom: 1px solid #d5d5d5;
	padding: 30px 0 0;
}
.commentsimg i {
    background: #ffdbc7;
    padding: 10px;
    border-radius: 50%;
    color: #1E66C9;
}
.commentsimg img {
 	width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #1E66C9;
	min-width: 35px;
	max-width: 35px;
	min-height: 35px;
	max-height: 35px;
}
.commentsimg {
    margin-right: 15px;
}
.comments:last-child {
    border: 0;
}
.commentscontent h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.socail-linsks  ul li {
position: absolute;
transition: 1s;
top: 3px;
left: 40px;
}
.socail-linsks  ul li a {
display: block;
width: 45px;
height: 45px;
line-height: 50px;
text-align: center;
background-color: #262626;
color: #fff;
border-radius: 50%;
font-size: 30px;
transition: 0.5s;
}

.socail-linsks  ul li:nth-child(1) a {
background-color: #3b5999;
}

.socail-linsks  ul li:nth-child(2) a {
background-color: #55acee;
}
.socail-linsks  ul li:nth-child(3) a {
background-color: #3e83d9;
}
.socail-linsks  ul li:nth-child(4) a {
background-color: #0077B5;
}
.socail-linsks ul li:nth-child(5) a {
background-color: #e4405f;
}
.socail-linsks {
    margin-left: 30px;
    display: table-caption;
}
.socail-linsks ul:hover li:nth-child(1) a {
transform: translateY(-68px) rotate(360deg);
transition-delay: 0.8s;
}

.socail-linsks ul:hover li:nth-child(2) a {
transform: translateX(68px) rotate(360deg);
transition-delay: 0.6s;
}

.socail-linsks ul:hover li:nth-child(3) a {
transform: translateY(68px) rotate(360deg);
transition-delay: 0.4s;
}

.socail-linsks ul:hover li:nth-child(4) a {
transform: translateY(-272px) rotate(360deg);
transition-delay: 0.2s;
}

.socail-linsks ul:hover li:nth-child(5) a {
transform: translateY(-340px) rotate(360deg);
transition-delay: 0s;
}
.table-inputs input[type="text"] {
    width: 220px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    height: 40px;
    text-align: right;
    padding: 0 15px 0 20px;
}
.table-inputs {
    position: relative;
}
.table-inputs label {
    position: absolute;
    left: 11px;
    top: 9px;
}
.table-check .table tbody tr {
    border-bottom: 0;
}
.customer-details-tab {
    padding: 23px 0;
}
.customer-details-tab h2 {
    font-size: 15px;
    margin-bottom: 30px;
}
.customer-tab {
    border: 1px dashed #c7c7c7;
    padding: 20px;
    border-radius: 10px;
}
.tabl-labeltotal {
    border-top: 1px solid #e7e7e7 !important;
    font-size: 15px !important;
    font-weight: 500;
    color: #068D6E;
}
.color-green {
	font-size: 20px !important;
    font-weight: 700 !important;
 }
.table-check .table td{
	border: 0;
    color: #000;
    font-size: 14px;
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
}
.table-check table {
    border: 1px solid #d5d5d5;
    border-radius: 10px;
}
.sort-selections input:checked ~ .checkmarks {
	background-color: #22CA98;
}
.sort-selections input:checked ~ .checkmarks:after {
    left: 9px;
    top: 4px;
    width: 9px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    content: "";
}
.support-new ul li {
    width: 25%;
    position: relative;
}
.support-new ul li label {
    font-size: 15px;
    font-weight: 700;
}
.support-new ul li::after {
    position: absolute;
    content: "";
    background: url(../img/chevrons-right.png) no-repeat 85% 50%;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 11px;
}
.support-new ul li:last-child::after {
    background: transparent;
}
.support-new ul li.active label span {
    background: #28A36D;
    color: #fff;
}
.list-product .progress-bar {
	overflow: visible;
    font-size: 12px;
    font-weight: 700;
}
.list-product .product-price .progress {
    height: 21px;
    background: #d9d9d9;
	color: #1E66C9;
}
.support-new ul li.active label {
    color: #28a36d;
}
.profitset li.active {
    background: #ffeaea;
}	
.company-logo img{
	width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid #fff;
}
.logo-upload {
    width: 100%;
    border: 1px dashed #c4c4c4;
    margin: 30px 0;
    padding: 10px;
    border-radius: 5px;
}
.logo-imgsset ul {
    background: #eee;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.logo-imgsset li {
    background: #fff;
    padding: 15px;
    margin-right: 15px;
    border-radius: 5px;
	position: relative;
}
a.close-img {
    position: absolute;
    top: -10px;
    background: red;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -11px;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}
.logo-imgsset li img {
    width: 200px;
}
.custom-file-upload {
    background-color: #fff;
	border-bottom: 1px solid #C4C4C4;
    border-radius: 0;
    display: inline-flex;
    transition: border-color .3s;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    margin-top: 0;
    height: 60px;
    color: #000;
    position: relative;
}
.custom-file-upload input {
    display: none;
}
.change-user {
    padding: 11px 20px;
    background: #28A36D;
    color: #FFFFFF;
    border-radius: 0;
    position: absolute;
    right: 0;
    min-width: 134px;
    text-align: center;
    top: 15px;
}
.custom-file-upload .file-upload-text {
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.charity-logo-div label {
	display:inline-flex;
} 

/*-----------------
	11. Payment Method
-----------------------*/

.payment-card {
    border: 2px solid #d5d5d5;
    border-radius: 0px;
    margin-top: 40px;
}
.payment-body {

}
.payment-header {
	background: #fff8f4;
}
.payment-header h4 {
	font-size: 15px;
	font-weight: 700;
	color: #000;
	margin-bottom: 0;
	padding: 20px;
}
.payment-info {
	margin-top: 0px;
	padding: 20px;
}
.payment-info .payment-label {
	font-size: 18px;
	font-weight: 700;
	color: #000;
}
.payment-info .custom_check {
	color: #55545b;
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-size: .9375rem;
	padding-left: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.payment-info .custom_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}
.payment-info .custom_check input:checked ~ .checkmark {
	background-color: #fff;
	border-color: #ffe6e1;
}
.payment-info .custom_check .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #ecf0f9;
	background-color: #fff;
	border-radius: 3px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.payment-info .custom_check .checkmark::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    display: none;
    left: 4px;
    top: 0;
    color: #ff5b37;
    font-size: 11px;
}
.payment-info .custom_check input:checked ~ .checkmark:after {
	display: block
}
.payment-info .custom_radio {
	color: #000;
	display: inline-flex;
    align-items: center;
	position: relative;
	font-size: 18px;
	font-weight: 700;
	padding-left: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.payment-info .radio_input .custom_radio + .custom_radio {
	margin-left: 15px;
}
.payment-info .custom_radio input {
	position: absolute;
	opacity: 0
}
.payment-info .custom_radio input:checked ~ .checkmark:after {
	opacity: 1
}
.payment-info .custom_radio .checkmark {
    position: absolute;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #068D6E;
    border-radius: 50%;
}
.payment-info .custom_radio .checkmark:after {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #068D6E;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.payment-info .color-red {
	color: red;
}
.check-working {
	position: relative;
}
.check-working input[type=checkbox] {
    display: none;
}
.check-working label {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-left: 30px;
    padding-top: 5px;
    cursor: pointer;
}
.check-working input[type="checkbox"]:checked ~ label::after {
    top: 7px;
    font-size: 14px;
    left: 6px;
}
.check-working input[type=checkbox]:checked ~ label::after {
    content: "✓";
    position: absolute;
    left: 6px;
    color: #fff;
    top: 6px;
    font-size: 12px;
    font-weight: 600;
}
.check-working input[type=checkbox]:checked ~ label::before {
    color: #fff;
    border-color: #393CC6;
    background-color: #393CC6;
}
.check-working label::before {
    background: transparent;
    width: 20px;
    height: 20px;
    position: absolute;
    content: "";
    left: 0;
    border: 1px  solid #E5E5E5;
    top: 5px;
    border-radius: 5px;
}
.payment-donation {
	margin-top: 10px;
	padding: 20px;
}
.payment-donation1 {
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 0px;
}
.payment-donation h4 {
	font-size: 15px;
	font-weight: 700;
	color: #000;
	margin-bottom: 26px;
}
.payment-btn {
	margin-top: 30px;
}
.payment-btn .btn-payment1 {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.64);
    padding: 12px 60px;
    border-radius: 50px;
    color: rgba(0, 0, 0, 0.64);
    font-weight: 700;
    font-size: 15px;
}
.payment-btn .btn-payment1:hover {
	background: #1E66C9;
	border: 1px solid #1E66C9;
	color: #fff;
}
.payment-btn .btn-payment2 {
    background: #1E66C9;
    border: 1px solid #1E66C9;
    padding: 12px 60px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
}
.payment-btn .btn-payment2:hover {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.64);
	color: rgba(0, 0, 0, 0.64);
}
.bannerimgsa {
    position: relative;
}

.play-button {
	position: relative;
	margin-left: 50px;
}
.banner-button{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.animate-circle {
	z-index: 999;
    -webkit-animation: heartbit 1s ease-out;
    animation: heartbit 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
	border: 8px solid #1E66C9;
    border-radius: 70px;
    height: 75px;
    position: absolute;
    left: -12px;
    top: -12px;
    width: 75px;

}
.play-video > span {
    background: #1E66C9;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    position: relative;
}

.modal-content-video .modal-content {
    background: #000;
}
.modal-content-video .modal-header {
    border: 0;
}
.modal-content-video .modal-header button.close {
    color: #fff;
    opacity: 1;
}
.video-home video{
	width: 100%;
}
.socail-share ul li:first-child {
    margin: 0;
}
.page-split {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.split-input span {
    width: 10%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #C4C4C4;
    background: #eee;
    justify-content: center;
}
.modal-content-video {
	padding: 0 !important;
}
.modal-content-video .modal-dialog {
    height: 100vh;
}

.loginviewcontent.loginview-content-new h2 {
	text-align: center;
	color: #000;
	font-weight: 400;
	margin-bottom: 30px;
}
.sign-btn.btn-new-signin {
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
}
.sign-btn.btn-new-signin p {
	margin: 0 4px 0 0;
}
.sign-btn.btn-new-signin .btn-sign-active:hover {
	background: none;
	box-shadow: none;
	color: red;
}
.loginviewcontent.loginview-content-new li {
	margin-bottom: 30px;
}
.loginviewcontent.loginview-content-new li label {
	color:#000;
    font-weight: 600;
    font-size: 18px;
}

/* New Style */

.card-body.card-scroll-padding {
	padding: 0;
}
@keyframes heartbit{
	0%{transform:scale(0);
	  opacity:0
	}
	25%
	{transform:scale(0.1);
	  opacity:.1
	}
	50%
	{
	  transform:scale(0.5);
	  opacity:.3
	}
	75%{
	  transform:scale(0.8);
	  opacity:.5
	}
	100%
	{
	  transform:scale(1);
	  opacity:0
	}
}
/*-----------------
	12. Responsive
-----------------------*/

@media (min-width: 992px) {
	.container {
		max-width: 1140px;
	}
	.main-nav > li {
		margin-right: 30px;
	}
	.main-nav > li:last-child {
		margin-right: 0;
	}
	.main-nav li {
		display: block;
		position: relative;
	}
	.table-pop.table-scroll {
		max-height: auto;
		overflow: auto;
	}
	
	.main-nav > li > a {
		line-height: 60px;
		padding: 0 !important;
		color: #fff;
	}
	.main-nav > li > i {
		width: 30px;
		height: 30px;
		background: #FFFFFF;
		border: 1px solid #F8F8F8;
		padding: 8px;
		border-radius: 50%;
		font-size: 12px;
	}
	.main-nav > li > i:hover {
		cursor: pointer;
	}
	.main-nav > li > a > i {
		font-size: 12px;
		margin-left: 3px;
	}
	.main-nav li > ul {
		background-color: #fff;
		border-radius: 5px;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
		display: block;
		font-size: 14px;
		left: 0;
		margin: 0;
		min-width: 200px;
		opacity: 0;
		padding: 0;
		position: absolute;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		top: 100%;
		visibility: hidden;
		z-index: 1000;
	}
	.main-nav li .submenu::before {
		border: 7px solid #fff;
		border-color: transparent transparent #fff #fff;
		box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
		content: "";
		left: 45px;
		position: absolute;
		top: 2px;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.main-nav li.has-submenu:hover > .submenu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.main-nav .has-submenu.active > a {
		color: #e5bd54;
	}
	.main-nav .has-submenu.active .submenu li.active > a {
		color: #e5bd54;
	}
	.main-nav > li .submenu li:first-child a {
		border-top: 0;
	}
	.main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
		visibility: visible;		
		opacity: 1;
		margin-top: -1px;
		margin-right: 0;
	}
	.main-nav > li .submenu > li .submenu {
		left: 100%;
		top: 0;	
		margin-top: 10px;
	}
	.main-nav li .submenu a:hover {
		color: #e5bd54;
		letter-spacing: 0.5px;
		padding-left: 20px;
	}
	.main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {
		top: 20px;
		margin-left: -35px;
		box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .15);
		border-color: transparent #fff #fff transparent;
	}
	
	.header-navbar-rht li.show > .dropdown-menu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.header-navbar-rht li .dropdown-menu {
		border-radius: 5px;
		padding: 0;
		margin: 0;
		min-width: 130px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		display: block;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	} 
}
 
@media only screen and (max-width: 1199px) {
	.header-nav {
		padding-left: 20px;
		padding-right: 20px;
	} 
	.header-navbar-rht li.contact-item {
		display: none;
	} 
	.logo {
		width: 180px;
	}
}

@media only screen and (max-width: 991.98px) {
	.main-nav {
		padding: 0;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}
	.meu-list {
		display: block;
	}
	.emi-btn {
		margin: 20px 0;
	}

	.amount-srt h2 {
		margin: 0 0 20px;
		font-size: 26px;
	}
	.support-new ul li {
		width: auto;
		position: relative;
		margin-right: 35px;
	}
	.support-new ul li::after {
		background: transparent;
	}
	.cuspl-0 {
		padding: 0;
	}
	.cuspr-0 {
		padding: 0;
	}
	.sign-btn.sign-btnnext {
		margin-top: 50px;
	}
	#mobile_btn {
		left: 0;
		margin-right: 0;
		padding: 0 15px;
		position: absolute;
		z-index: 99;
	}
	.navbar-brand.logo {
		width: 100%;
		text-align: center;
		margin-right: 0;
	}
	.navbar-header {
		width: 100%;
	}
	.about-us-set {
		display: none;
	}
	.support-set ul {
		display: flex;
		flex-wrap: wrap;
	}
	.approval-head h2 {
		font-size: 22px;
		margin-bottom: 25px;
		text-align: center;
	}
	a.btn.btn-apply {
		font-size: 20px;
		padding: 7px 20px;
		border-radius: 10px;
	}
	.footer-link h2 {
		margin-top: 40px;
	}
	.customer-set span {
		font-size: 22px;
	}
	section.customercount {
		padding: 35px 0;
	}
	.customer-set ul li label {
		font-size: 26px;
	}
	.banner-info {
		padding-left: 10px;
	}
	br {
		display: none;
	}
	.section-header h2 {
		color: #050505;
		font-weight: 600;
		font-size: 28px;
		margin-bottom: 25px;
	}
	.aboutus-set p {
		max-width: 100%;
	}
	.scroll-top.active {
		display: none;
	}
	.banner-info h2 span {
		display: block;
		font-size: 25px;
		margin: 10px 0;
	}
	.banner-btn {
		border: 1px solid #FFFFFF;
		font-size: 10px;
		padding: 10px;
		min-width: auto;
	}
	.invest-section-set h2, .invest-section-sets h2 {
		font-size: 32px;
		color: #fff;
		margin-bottom: 12px;
		font-weight: 700;
	}
	.whyus-infos h2 {
		font-size: 22px;
		max-width: 90%;
		margin-bottom: 20px;
	}
	.faq-img {
		display: none;
	}
	.footer-redirect {
		margin-top: 20px;
	}
	.footer-content p {
		margin-bottom: 30px;
	}
	.footer-redirect ul li {
		position: relative;
		padding-right: 20px;
		margin-bottom: 10px;
	}
	.customer-set ul li {
		width: 50%;
		text-align: center;
	}
	.customer-set ul {
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		align-items: center;
		list-style: none;
		flex-wrap: wrap;
	}
	.aboutus-set {
		padding-left: 0;
		text-align: center;
	}
	.coins-sets {
		display: none;
	}
	.aboutus-set label {
		font-size: 26px;
	}
	.invest-section-set p,
	.invest-section-sets p {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.whyus-cards {
		padding: 20px;
		text-align: center;
	}
	.btn-banner {
		padding: 10px 25px;
    	font-size: 14px;
	}
	.invest-section-set,
	.invest-section-sets {
		height: auto;
		padding: 60px;
		text-align: center;
		width: 100%;
	}
	.banner-patsh > div {
		min-width: 100%;
	}
	.banner-patsh.align-items-center.d-flex {
		display: block !important;
	}
	.emicard {
		display: block;
	}
	.emisetd {
		width: 100%;
		margin-bottom: 10px;
	}
	img.banner-imgs {
		display: none;
	}
	.banner > div {
		min-width: 100%;
	}
	.acccordin-faq {
		padding: 0 25px;
	}
	.margin-sets {
		margin-top: 0;
	}
	.app-contents p {
		font-size: 14px;
	}
	.banner-info h2 span {
		font-size: 30px;
	}
	.banner-info {
		padding:100px 20px;
		text-align: center;
	}
	.container{
		width:100% !important;
		max-width: 100%;
	}
	.main-nav.bg-trans li a {
		display: block;
		font-size: 16px;
		font-weight: 400;
		color: #fff;
	}
	.bg-images {
		display: none;
	}
	.banner-infos {
		padding: 100px 20px;
		text-align: center;
		width: 100%;
	}
	.com-sethead h2 {
		color: #3C5262;
		font-size: 22px;
	}
	.banner-infos h2 {
		font-size: 24px;
	}
	.approval {
		display: block;
	}
	.approval-head label {
		font-size: 16px;
		font-weight: 500;
		text-align: center;
	}
	.approval-content h4 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.approval-set {
		width: 100%;
		padding: 40px 20px;
	}
	.approval-img {
		display: none;
	}
	.investion {
		display: block;
	}
	.investion-img {
		display: none;
	}
	.investion-head {
		width: 100%;
		padding: 20px;
	}
	.support-set ul li {
		width: 50%;
		margin-bottom: 40px;
	}
	.footer-redirect ul {
		display: block;
	}
	.footer-redirect ul li::after {
		background: transparent;
	}
	.main-nav ul {
		background-color: #25525c;
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	.main-nav > li {
		border-bottom: 1px solid #4b8997;
		margin-left: 0;
	}
	.main-nav li+li {
		margin-left: 0;
	}
	.main-nav > li > a {
		line-height: 1.5;
		padding: 15px 20px !important;
		color: #fff;
		font-size: 14px;
		font-weight: 500;
	}
	.main-nav > li > a > i {
		float: right;
		margin-top: 5px;
	}
	.main-nav > li .submenu li a {
		border-top: 0;
		color: #fff;
		padding: 10px 15px 10px 35px;
	}
	.main-nav > li .submenu ul li a {
		padding: 10px 15px 10px 45px;
	}
	.main-nav > li .submenu > li.has-submenu > a::after {
		content: "\f078";
	}
	.main-nav .has-submenu.active > a {
		color: #e5bd54;
	}
	.main-nav .has-submenu.active .submenu li.active > a {
		color: #e5bd54;
	} 
	.main-menu-wrapper {
		order: 3;
		width: 260px;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 1060;
		-webkit-transform: translateY(-260px);
		-ms-transform: translateY(-260px);
		transform: translateY(-260px);
		transform: translateX(-260px);
		transition: all 0.4s;
		background-color: #fff;
		box-shadow: 0 5px 5px rgb(0 0 0 / 50%);
		background: #34444c;
	}
	.menu-header {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.navbar-header {
		-webkit-flex-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	#mobile_btn {
		display: inline-block;
	} 
	.header-top {
		display: none;
	} 
	.main-nav > li.active > a:before {
		display: none;
	}
	img.banner-img.img-fluid {
		display: none;
	}
	.banner > div {
		min-width: 100%;
	}
	.banner-btn {
		border: 1px solid #FFFFFF;
		font-size: 14px;
		padding: 10px;
		min-width: auto;
	}
	.banner-info h2 {
		font-size: 25px;
		margin-bottom: 15px;
	}
	.section-header {
		margin-bottom: 20px;
	}
	.why-us-section {
		padding: 40px 20px;
	}
	.invest-section {
		display: block;
	}
	.app-sets ul li {
		margin-bottom: 15px;
	}
	footer.footer {
		padding: 75px 25px 15px 0;
	}
	.header-navbar-rht {
		display: none;
	}
	.banner-set-content {
		width: 100%;
	}
	.banner-set-image{
		display: none;
	}
	.organiset,
	.wishlists{
		margin-bottom:15px;
	}
	.helpus-content {
    	width: 90%;
	}
	
	.footer-contents{
		width: 100%;
	}
	.footer-bottom {
		padding: 23px;
	}
	.abut-con {
		max-width: 100%;
	}
	.helpus{
		height: auto;
		padding: 50px 0;
	}
	.header-trans {
		height: auto;
		padding: 10px;
	}
	.address-set ul li::after {
		background: transparent;
	}
	.address-set > ul > li > img {
		width: 150px;
	}
	.address-set ul li:last-child {
		border-bottom: 0;
	}
	.address-set ul {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		text-align: center;
	}
	.address-set ul li {
		width: 100% !important;
		padding: 20px 0;
		border-bottom: 1px dashed#d5d5d5;
	}
	.bg-image{
		display: none;
	}
	.aboutus {
		width: 100%;
	}
	.margin-reponsive-zero{
		margin: 0 !important;
	}
	.play-button {
		position: relative;
		margin-left: 0;
		margin-top: 20px;
	}
	.banner-button{
		justify-content: center;
	}
	
} 

@media only screen and (max-width: 767.98px) {
	.cus-pop .modal-header h5 {
		width: 100%;
		display: block;
		font-size: 25px;
	}
	.whish-img-set img {
		height: 150px;
	}
	.btn-setflex ul {
		justify-content: center;
	}
	.sign-btn {
		text-align: center;
	}
	.btn-bannerset {
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	.card-imgs img{
		height: auto;
	}
	.organiset-img img,
	.wishlists-img img {
		height: 200px;
	}
	.table td, .table th {
		white-space: nowrap;
	}
	.view-profile {
		flex-direction: column;
		justify-content: center;
	}
	
	.view-profileimg {
		text-align: center;
	}
	
	.view-profilecontent {
		width: 100%;
		flex-direction: column;
	}
	
	.address-profile ul li {
		width: 100%;
		margin-bottom: 25px;
	}
	.view-profileimg {
		width: 100%;
	}
	.address-profile ul {
		flex-direction: column;
	}
	.support-new ul li::after {
		background: transparent;
	}
	.support-new ul li {
		width: auto;
		position: relative;
		margin-right: 35px;
	}
	.cus-pop .modal-header .close {
		opacity: 1;
		position: relative;
		right: 0;
		top: 0;
	}
	.btn-donpop {
		padding: 10px;
		border-radius: 0;
		margin-top:15px;
	}
	.banner-patsh.align-items-center.d-flex {
		display: block !important;
	}
	.about-us-set{
		display: none;
	}
	.amount-srt {
		display: block;
	}
	.aboutus-set {
		padding-left: 0;
	}
	.whyus-cards {
		padding: 10px;
	}
	.dash-circle {
		width: 20%;
	}
	.donors-path ul li {
		width: 50%;
		margin-bottom: 25px;
	}
	.list-product {
		flex-direction: column;
	}
	.list-product .product-img {
		width: 40%;
		margin-bottom: 30px;
	}
	.product-content {
		width: 100%;
		padding-left: 0;
	}
	section.signup {
		padding: 40px 0;
	}
	.aboutus-set p {
		width: 100%;
	}
	section.time-set,
	.why-us-section {
		padding: 25px 10px;
	}
	.cms-head h3 {
		font-size: 28px;
		margin-bottom: 16px;
	}
	.customer-sets{
		margin: 0 auto;
	}
	.section-header {
		margin-bottom: 30px;
	}
	.whyus-icon span {
		display: inline-block;
	}
	.whyus-card {
		display: block;
		text-align: center;
	}
	.emicard {
		display: block;
	}
	.support-set ul {
		display: block;
	}
	.support-set ul li {
		width: 100%;
	}
	.emi-set {
		padding: 20px;
	}
	.emisetd {
		width: 100%;
		margin-bottom: 10px;
	}
	.banner-info h2 {
		font-size: 26px;
	}
	.banner-info h2 span {
		font-size: 30px;
	}
	img.banner-imgs {
		display: none;
	}
	section.invest-section.section {
		display: block;
	}
	.banner-patsh.align-items-center.d-flex {
		display: block !important;
	}
	.banner-patsh > div {
		min-width: 100%;
	}
	.customer-set ul li {
		width: 100%;
		text-align: center;
	}
	.coins-sets {
		display: none;
	}
	.customer-set ul {
		display: block;
	}
	.faq-img img {
		display: none;
	}
	.app-sets ul {
		display: block;
	}
	.clients-set {
		padding: 10px;
		margin: 0 3px;
	}
	.app-contents h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.app-sets .app-contents p {
		font-size: 15px;
	}
	.upload-img-file {
		position: relative;
		width: 85%;
	}
	.whilist-new .whilist-img {
		width: 20%;
	}
	.banner-oragan img {
		width: 100%;
		height: 210px;
		object-fit: cover;
	}
	
	.address-set ul li:last-child{
		border-bottom: 0;
	}
	.address-set ul li::after{
		background: transparent;
	}
	.address-set {
		margin-bottom: 30px;
		padding: 0;
		margin-top: 0;
	}
}

@media only screen and (max-width: 575.98px) {
	.header-nav {
		padding-left: 15px;
		padding-right: 15px;
	}
	.slider-service .owl-carousel.owl-theme.owl-carouselset.row.owl-loaded.owl-drag {
		margin: 0;
	}
	.whilists_new .whilist-img {
		width: 100%;
	}
	.whilists_new .whilist-content {
		width: 100%;
	}
	.slider-service .owl-carousel.owl-loaded {
		display: block;
		margin: 0;
	}
	.funding-set.px-5.mb-3 {
		padding: 20px !important;
	}
	.comments {
		padding:0;
	}
	.help-set {
		padding-left: 0;
		padding-top: 50px;
	}
	.help-set h2 {
		font-size: 25px;
		font-weight: 700;
		margin-bottom: 12px;
	}
	.supportset {
		background: rgba(252, 133, 67, 0.03);
		padding: 40px 0;
	}
	.cms-title h3 {
		font-size: 25px;
		font-weight: 700;
		margin-bottom: 30px;
	}
	.imagehelp > img {
		width: 100%;
		height: 200px;
	}
	.imagehelp .helpus-content a {
		position: absolute;
		top: auto;
		right: auto;
		bottom: -30px;
		left: 50%;
	}
	.whilist-new .whilist-img {
		width: 100%;
	}
	.listset-heading{
		display: block;	
	}
	.btndonat,btnback {
		padding: 8px 14px;
	}
	.dropdown-toggle::after{
		display: none;
	}
	.product-price{
		display: block;
	}
	.product-priceset {
		width: 100%;
		padding-right: 0;
	}
	.product-btn {
		justify-content: center;
		width: 100%;
		margin-top: 20px;
	}
	.mobile-user-menu {
		display: block;
	}
	.list-product .product-img {
		width: 100%;
	}
	.donors-path ul li {
		width: 100%;
	}
	.whilist{
		display: block;
	}
	.card-details ul li {
		width: 100%;
		margin-bottom: 30px !important;
	}
	.whilist-img,
	.whilist-content{
		width:100%;
	}
	.whilist-new .whilist-content {
		width: 100%;
	}
	.whilist-img img {
		object-fit: contain;
	}
	.whilist-new .whilist-img img {
		width: 100%;
		height: 120px;
	}
	.listset-back {
		margin-bottom: 10px;
	}
	.btn-back {
		padding: 10px 30px;
		border-radius: 5px;
	}
	.btn-setflex ul li {
		margin-bottom: 15px;
	}
	.btn-setflex ul {
		display: flex;
		flex-wrap: wrap;
	}
	.whilist-content {
		padding: 20px 5px;
	}
	.btn-add {
		padding: 5px 10px;
		border-radius: 5px;
		margin-top: 15px;
	}
	.sign-upsetheader h2 {
		font-size: 24px;
	}
	.split-input {
		display: flex;
	}
	.sign-input .split-input select,
	.sign-input .split-input input[type="text"] {
		width: 100%;
	}
	.sign-input .split-input select{
		margin-bottom: 30px;
	}
	.banner-set-content{
		padding:40px 25px;
	}
	ul.footer-links li::after{
		background: transparent;
	}
	.foot-bottom {
		width: 100%;
		display: block;
		text-align: center;
	}
	.foot-bottom ul{
		display: inline-flex;
	}
	.sign-social ul li {
		width: 100%;
		padding-bottom: 15px;
		padding-right: 0;
	}
	ul.footer-links li {
		width: 33%;
		margin-bottom: 20px;
		padding: 0;
	}
	
	ul.footer-links {
		justify-content: flex-start;
	}
	.cms-head h3{
		font-size: 24px;
	}
	.helpus-content h2 {
		font-size: 24px;
	}
	.helpus-content {
		padding: 0px;
	}
	.main-nav li.login-link {
		display: block;
	}
	.navbar-header {
		width: 100%;
	}
	.loan-set {
		background: #eee;
		min-width: 100%;
	}	
	.banner-patsh.align-items-center.d-flex {
		display: block !important;
	}	
	.banner-patsh > div {
		width: 100%;
	}						
	#mobile_btn {
		left: 0;
		margin-right: 0;
		padding: 0 15px;
		position: absolute;
		z-index: 99;
	}
	.invest-section-set, .invest-section-sets {
		height: auto;
		padding: 20px;
		text-align: center;
		width: 100%;
	}
	.invest-section-set h2, .invest-section-sets h2 {
		font-size: 22px;
	}
	.navbar-brand.logo {
		width: 100%;
		text-align: center;
		margin-right: 0;
	}
	.navbar-brand.logo img {
		height: auto;
	} 
	.whyus-infos h2 {
		font-size: 22px;
		width: 100%;
		margin: auto;
		margin-bottom: 10px;
	}
	.section-header h2 {
		font-size: 26px;
	}
	.sign-content {
		padding: 15px;
	}
	.sign-btn.sign-btnnexts {
		margin-top: 50px;
	}
	.dash-circle {
		width: 100%;
		margin: 0 0 20px;
	}
	.sign-upsetheader {
		display: block;
		justify-content: center;
		text-align: center;
	}
	.over-view-set .nav-item .nav-link {
		width: auto;
		font-size: 14px;
		padding: 8px 15px;
		border-radius: 5px;
		margin-bottom:10px;
	}
	.upload-img-new img {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	.over-view-set {
		padding: 15px;
	}
	.credritform {
		padding: 10px;
	}
}

@media only screen and (max-width:479px) {
	img.banner-imgs {
		display: none;
	}
	.upload-img-file {
		position: relative;
		width: 100%;
	}
	.banner.align-items-center.d-flex {
		display:flex !important;
	}
	.banner-set-content h2 {
		font-size: 26px;
	}
	.btn-sign-inactive,
	.btn-sign-active,
	.btn-sign-success{
		min-width: 90px;
	}
	.banner > div {
		width: 100%;
	}
	.com-sethead h2 {
		font-size: 22px;
	}
	.investion-head h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.approval-head h2 {
		font-size: 22px;
	}
	.investment {
		background: #FFFFF8;
		padding: 20px 0;
	}
	
	footer.footer {
		padding: 25px 0;
	}
}
.returnto{
	width: 100%;
    float: left;    
    color: #068D6E;
    font-weight: bold;
}
.wish-returnto{
	float: right;font-size: 16px;
}
.returnto span, .wish-returnto span{ border-bottom:1px solid}
.donationdiv{
	display:inline-block;
	position: relative;
	}
.donationdiv input{
	padding-left:15px;
	}
.donationdiv:before {
	position: absolute;
    content:"\0024";
	top:9px;
 	}
@media only screen and (max-width: 991.98px) {
	.wish-returnto{
		float: left;width:100%; margin-top:1rem;
	}
}

/*Donor comments scroll*/

/*flash_success_message*/
#flash_success_message,#flash_err_message {
    position: absolute;
    min-width: 400px;
    right: 2em;
    z-index: 99;
    margin-top: 15px;
    max-width: 50%;
}
.error{
	border-color:red !important;
    color:#f00;
}
/*flash_success_message*/

/*bootstrap validation style*/
.help-block{
color:#ff0000 !important;
}
.has-error .form-control{
border:1px solid #ff0000
}
/*bootstrap validation style*/
.custom-radio {
	display: block;
	position: relative;
	padding-left: 40px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.custom-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.custom-radio .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid #EDE2FF;
	border-radius: 50%;
}
.custom-radio .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.toogle-set:hover {
    background: #ff9b44;
    color: #fff;
}
.toogle-set {
    background: #eee;
    display: inline;
    width: auto;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.custom-radio input:checked~.checkmark:after {
	display: block;
}
.custom-radio .checkmark:after {
	top: 5px;
	left: 5px;
	width: 8px;
	height: 10px;
	border-radius: 50%;
	background: white;
}
.custom-radio:hover input~.checkmark {
    background-color: #fff;
}
.custom-radio .checkmark {
	height: 25px;
    width: 25px;
}
.custom-radio .checkmark:after {
	top: 3px;
	left: 3px;
	width: 17px;
	height: 17px;
}
.custom-radio .checkmark {
	border: 1px solid #EAEBF5;
}
.custom-radio input:checked~.checkmark {
	background-color: transparent;
    border: 1px solid #1E66C9;
}
.custom-radio .checkmark:after {
	background: #1E66C9;
}
.custom-modal .modal-body .custom-radio {
	margin: 10px 0;
}

.loginsectionview {
    background: #34444c;
    color: #fff;
    margin-bottom: 25px;
    padding: 25px;
    border-radius: 10px;
}

.login-viewset label {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.login-viewset label a {
    color: #1E66C9 !important;
    text-decoration: underline !important;
}
.donarinformation h3 {
    color: #1E66C9;
    margin-bottom: 15px;
}

.requiredset {
    font-size: 16px;
    margin-bottom: 15px;
}

.requiredset span {
    color: #ff0000;
    margin: 0 5px;
}

.donar-set {
    margin-bottom: 15px;
}

span.manitory {
    color: #ff0000;
    margin-left: 5px;
}
.radio-set {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  .radio-set input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }
  .radio-set .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border-radius: 5px;
  }
  .radio-set:hover input ~ .checkmark {
	background-color: #ccc;
  }
  .radio-set input:checked ~ .checkmark {
	background-color: #34444c;
  }
  .radio-set .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  .radio-set input:checked ~ .checkmark:after {
	display: block;
  }


  .radio-sets {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  .radio-sets input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }
  .radio-sets .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
	border-radius: 50%;
  }
  .radio-sets:hover input ~ .checkmark {
	background-color: #ccc;
  }
  .radio-sets input:checked ~ .checkmark {
	background-color: #fff;
  }
  .radio-sets .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  .radio-sets input:checked ~ .checkmark:after {
	display: block;
  }
  .radio-sets .checkmark:after {
	top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
	background: #0000ff;
}
  .donator-sdetilsa li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d5d5d5;
    padding: 20px 0;
}

.donator-sdetilsa li:last-child {
    border: 0;
}

.donator-sdetilsa li h2 {
    font-size: 16px;
    margin: 0;
}

.donator-sdetilsa li h6 {
    font-size: 16px;
    margin: 0;
}
.cardno-input input {
    width: 100%;
    background: #eeee;
    border: 1px solid #d5d5d5;
    height: 50px;
    padding: 0 15px;
}
.cardno-input {
    padding: 0 15px;
}
.donarinformations {
    border: 1px solid #d5d5d5;
    padding: 20px;
	margin-bottom: 30px;
}
.cardno-input p{
	background: #eee;
}

.radio-check {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  .radio-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  .radio-check .checkmark {
	position: absolute;
	top: 1px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
  }
  .radio-check:hover input ~ .checkmark {
	background-color: #ccc;
  }
  .radio-check input:checked ~ .checkmark {
	background-color: #1E66C9;
  }
  .radio-check input:checked ~ .checkmark:after {
	display: block;
  }
  .radio-check input:checked ~  .checkmark::after {
	left: 6px;
    content: "";
    position: absolute;
    top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  .personaldetails p {
    padding: 15px 0;
}
.bor-5{
	border-radius: 5px !important;
}
.personaldetails p a {
    text-decoration: underline;
}

.btn-addrde {
    background: #1E66C9;
    width: 100%;
    margin-bottom: 15px;
    color: #fff;
}

.donar-checkview a {
    text-decoration: underline;
}

.multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
	margin-left: -20px;
	margin-right: 0;
}
.form-selectcheck input[type=checkbox] {
	float: right;
	position: absolute;
	right: 20px;
}
.dropdown-menu>li>a {
    padding: 2px 16px;
    width: 100% !important;
    display: block;
}
.multiselect-all label.checkbox {
    width: 100%;
}
.multiselect-container input[type="checkbox"] {
    display: inline-block !important;
    margin-left:0 !important;
}
.multiselect-container>li>a>label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 10px 0;
}
li.multiselect-item.multiselect-all {
    display: none;
}
.apporval-wrapper {
	position: absolute;
    background: #FC7A3B;
    color: #fff;
    padding: 2px 15px;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-flex;
}
.wishlist-overview {
	overflow: auto;
    max-height: 565px;
}
