.bnr-bn {
	display: flex;
	gap: 20px;
	justify-content: center;
}
.b1 {
	width: 197px;
}
.b2 {
	width: 214px;
}
.donation-bg{
    padding: 100px 0 200px;
}
.page-content {
	text-align: left;
}

.icon-box {
	background: #fff;
}
.donation.skl {
	padding: 50px;
}
.dn-cont {
	font-size: 20px;
	/* color: #000; */
}
.dn-cont {
	padding: 50px 0;
}
.icon_home .icon-box {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.pr-bg {
	background: #ebecec;
	padding: 20px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    margin-top: 50px;
}
.d-wrap i {
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: grid;
	place-content: center;
	color: red;
	font-size: 19px;
}
.d-wrap {
	display: flex;
	gap: 15px;
	align-items: center;
}
.d-wrap h6 {
	margin-bottom: 0;
}

.pr-info {
	display: flex;
	justify-content: space-between;
}
.dn-img img {
	border-radius: 10px;
}
.profile-skl {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
    padding-right: 130px;
}
.form-info {
	border: 1px solid #6c6b80;
	padding: 10px 10px 40px;
}
.form-title {
	color: #6c6b80;
	font-size: 16px;
	margin-top: -25px;
	background: #fff;
	width: fit-content;
}
.form-in label {
    /* color: #6c6b80; */
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
}
.form-in select, .form-in input {
	width: 100%;
	padding: 8px;
	border-radius: 5px;
	background: transparent;
	border: 1px solid #6c6b80;
	margin-top: 5px;
    height: 35px;
}
.form-in {
	margin-bottom: 30px;
}

.form-info {
	margin-top: 40px;
}

.ration {
	display: flex;
	gap: 30px;
	margin-top: 20px;
}

.form-info h5 {
	color: #6c6b80;
	font-size: 16px;
}

.row.brt {
	border-top: 2px solid gainsboro;
	padding: 16px;
	margin: 19px 0;
}

.inp input {
	margin-right: 15px;
}

.d-flex.inp {
	padding: 20px;
}
.robot {    
    font-size: 14px;
    margin-bottom: 0;
}

.captcha1 .box-container {
	display: flex;
	background-color: #F9F9F9;
	border: 1px solid #D3D3D3;
	border-radius: 3px;
	width: 350px;
	align-items: center;
	padding: 15px 0px 15px 0px;
}
.captcha1 input[type="checkbox"] {
    appearance: none;    
    width: 26px;
    height: 26px;    
    border: 2px solid #C1C1C1;
    margin: 0px 14px 0px 14px;
}

.captcha1 input[type="checkbox"]:checked::before {
    content: url(https://img.icons8.com/?size=20&id=27&format=png&color=1e5180);
    display: block;    
    line-height: 20px;
    padding: 0.05rem 0.6rem 0rem 0.05em;
}

.captcha1 .logo {    
    display: block;
    margin-left: 65%;
	margin-bottom: 12px;
}

.captcha1 .logo-text {
    text-align: right;
    font-size: 9px;
	margin-top: 12px;
}

.captcha1 .logo-text-tos {
    display: block;
    text-align: right;
    font-size: 9px;
    font-family: 'Roboto', sans-serif;
    margin-left: 80px;
}

.captcha1 .container {
    margin-right: 10px;
    text-align: center;
    line-height: 0.1rem;
}

.site-btn {
	background: red;
	border: navajowhite;
	color: #fff;
	padding: 5px 20px;
	border-radius: 5px;
	margin: 20px 0;
}
.bacame-sec {
	padding-bottom: 50px;
}


.page-content p {
	color: #000;
	font-size: 20px;
}

  .avatar-upload {
	position: relative;
	max-width: 205px;
	margin: 0px auto;
  }
  .avatar-upload .avatar-edit {
	position: absolute;
	right: 12px;
	z-index: 1;
	top: 10px;
  }
  .avatar-upload .avatar-edit input {
	display: none;
  }
  .avatar-upload .avatar-edit input + label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #FFFFFF;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
  }
  .avatar-upload .avatar-edit input + label:hover {
	background: #f1f1f1;
	border-color: #d6d6d6;
  }
  .avatar-upload .avatar-edit input + label:after {
	content: "\f040";
	font-family: 'FontAwesome';
	color: #757575;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
  }
  .avatar-upload .avatar-preview {
	width: 100%;
	height: 192px;
	position: relative;
	border-radius: 100%;
	border: 6px solid #F8F8F8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .avatar-upload .avatar-preview > div {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
  }
  