









 









 /**

Template Name: RadLife - RedLove HTML Template
Template URL: https://coderitsolution.com
Author: Coder IT Solution
Author URI: https://coderitsolution.com
Descripion: RadLife HTML Template
Keyword: RadLife html,RadLife Template

**/


html {
	font-size: 62.5%;
}


body {
	margin: 0;
	font-size: 1.6rem;
	font-weight: 400;
	overflow-x: hidden;
	font-family: 'Roboto', sans-serif;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

a {
	text-decoration: none;
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

p {
	font-weight: 400;
	color: #3b4954;
	font-size: 16px;
	font-size: 16px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
	line-height: 28px;
	line-height: 28px;
	line-height: 2.8rem;
}

h1 {
	font-size: 50px;
	font-size: 50px;
	font-size: 50px;
	font-size: 5rem;
	color: #FFF;
	font-weight: 700;
}



/*Button Style*/
#searchsubmit,
.btn-sty-1 {
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	border: 2px solid #FB3640;
	padding: 10px 20px;
	font-size: 16px;
	display: inline-block;
	background: #FB3640;
	border-radius: 5px;
	-webkit-transition: .3s;
	transition: .3s;
}

#searchsubmit:hover,
.btn-sty-1:hover {
	background: transparent;
	color: #FB3640;
}

.btn-sty-1 i {
	font-size: 20px;
}

.btn-sty-2 {
	font-weight: 700;
	text-transform: uppercase;
	color: #FB3640;
	border: 2px solid #fff;
	padding: 10px 20px;
	font-size: 16px;
	display: inline-block;
	background: #FFF;
	-webkit-transition: .3s;
	transition: .3s;
}

.btn-sty-2:hover {
	background: transparent;
	color: #fff;
}


.section-padding {
	padding: 100px 0;
}

.cits-title h2 {
	font-size: 35px !important;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
}

.cits-title h4 {
	color: #FB3640;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
}

.cits-title p {
	text-align: center;
	margin-top: 20px;
}

/*****************************/
/****** 1. Header Top Css ****/
/*****************************/

/*Animating Hamburger Icon on Click*/
.hamburger {
	display: none;
}

.hamburger div {
	width: 25px;
	height: 3px;
	background: #EA062B;
	margin: 5px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.toggle .line1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 6px);
	transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	width: 0;
}

.toggle .line3 {
	-webkit-transform: rotate(45deg) translate(-5px, -6px);
	transform: rotate(45deg) translate(-5px, -6px);
}

/*Animating Hamburger Icon on Click*/

.top-left-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top-left-content li {
	width: 33%;
}

.top-right-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-top-area {
	position: relative;
	z-index: 1;
}

.header-top-area:before {
	content: "";
	position: absolute;
	width: 62%;
	height: 100%;
	top: 0;
	left: 0;
	background: #2c3e50;
	z-index: -1;
}

.header-top-area:after {
	content: "";
	position: absolute;
	width: 38%;
	height: 100%;
	top: 0;
	right: 0;
	background: #EA062B;
	z-index: -1;
}


.top-left-content li a {
	font-size: 16px;
	color: #F2F2F2;
	margin: 12px 0;
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s;
}

.top-left-content li a i {
	margin-right: 5px;
	-webkit-transition: .3s;
	transition: .3s;
}

.top-left-content li a:hover i {
	border-color: #EA062B;
}

.top-left-content li a:hover {
	color: #EA062B;
}

.top-right-content li:first-child {
	margin-right: 10px;
}

.top-right-content li a {
	padding: 4px 10px;
	background: #FFF;
	min-width: 110px;
	width: 80%;
	font-size: 16px;
	text-align: center;
	color: #EA062B;
	border: 1px solid #FFF;
	-webkit-transition: .3s;
	transition: .3s;
}

.top-right-content li a i {
	margin-right: 5px;
}

.top-right-content li a:hover {
	color: #FFF;
	background: transparent;
}

.logo-area {
	position: relative;
	z-index: 9;
}

.logo-area h2 a img {
	width: 260px;
	height: 50px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: left;
	object-position: left;
}

/* Header Bottom or Menu  */
.header-bottom {
	position: relative;
	z-index: 1;
	padding: 22px 0;
}

.header-bottom:before {
	content: "";
	position: absolute;
	width: 32%;
	height: 100%;
	top: 0;
	left: 0;
	background: #EA062B;
	z-index: 3;
}

.header-bottom:after {
	content: "";
	position: absolute;
	width: 68%;
	height: 100%;
	top: 0;
	right: 0;
	background: #fff;
	z-index: -1;
}

.logo-area h2 a {
	font-size: 45px;
	font-weight: 900;
	color: #FFF;
}

.menu-area ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu-area ul li a {
	font-size: 18px;
	font-weight: 500;
	color: #111111;
	margin-right: 40px;
	text-transform: capitalize;
	-webkit-transition: .3s;
	transition: .3s;
}
.menu-area ul li.current-menu-item a,
.menu-area ul li a:hover {
	color: #EA062B;
}

.menu-area ul li:last-child a {
	margin-right: 0 !important;
}





.error-logged {
	text-align: center;
	font-size: 18px;
	color: #FB3640 !important;
}




.logo-redlove p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	max-width: 700px;
	margin: auto;
}
.logo-redlife form h4 {
	font-size: 25px;
	font-weight: bold;
	line-height: 35px;
	margin: 0;
}
.input-item {
	padding: 30px 0;
}
.features-area ul li {
	background: #FFF;
	box-shadow: 0 5px 15px rgba(23, 23, 58, 0.04);
	font-size: 18px;
	text-transform: capitalize;
	text-align: center;
	padding: 50px;
	width: 12%;
	border-radius: 5px;
	-webkit-transition: .2s;
	transition: .2s;
}
.cits-dashbord {
	font-size: 25px;
	color: #17173A;
	border-bottom: 2px dashed #17173A33;
	padding-bottom: 20px;
}

.redlife-documentation-left h3 {
	padding: 0 0 20px 0;
	text-align: center;
}
.redlife-documentation-left h3, .redlife-documentation-right h3 {
	color: #17173A;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	padding: 0px 0 8px 0;
}



/*****************************/
/****** 2. Banner all Css ****/
/*****************************/
.banner-area {
	height: 80vh;
	position: relative;
	z-index: 0;
	text-align: center;
	margin-bottom: 100px;
}

.banner-area:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: -webkit-linear-gradient(bottom, rgba(23, 23, 58, 0.98), rgba(23, 23, 58, 0.45));
	background: linear-gradient(to top, rgba(23, 23, 58, 0.98), rgba(23, 23, 58, 0.45));
	z-index: -2;
}

.banner-area .container {
	height: 100%;
}

.banner-content {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.banner-content h1 {
	max-width: 700px;
}

.main-form-area {
	max-width: 800px;
	width: 100%;
	background: #FFF;
	padding: 8px;
	border-radius: 4px;
	margin-top: 50px;
	position: relative;
}

.main-form-area:before {
	content: "";
	position: absolute;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	top: -10px;
	left: -10px;
	background: #FFF;
	border-radius: 3px;
	z-index: -1;
	opacity: 0.15;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}



.main-form-area form .btn-sty-1 {
	font-weight: 400;
}

.main-form-area form .btn-sty-1 i {
	font-size: 16px;
	margin-right: 5px;
}

.main-form-area form .form-group>i {
	color: #FB3640;
	font-size: 16px;
}

.main-form-area form .form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 28%;
	margin-right: 2%;
	border-bottom: 1px solid #e0e0e0;
	padding: 9px;
}

.main-form-area form .form-group:last-child {
	border: none;
	width: 20%;
	margin-right: 0;
	padding: 0;
}

.main-form-area form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


.main-form-area form .select-grouph-area {
	width: 100%;
}

.main-form-area form .form-select {
	font-size: 16px;
	border: none;
	outline: none !important;
	cursor: pointer;
	box-shadow: none !important;
}

.main-form-area form .select2-container .select2-selection--single {
	border: none !important;
}


.main-form-area form .select2-container .select2-selection--single .select2-selection__rendered {
	text-align: left;
}





.redlife-register {
	background: red;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 35px;
}



.redlife-register-left h2 a {
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 25px;
	text-transform: capitalize;
}

.redlife-register a i {
	font-size: 40px;
	color: #FFF;	
}


.redlife-register-left h2 a {
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 25px;
}


.redlife-register-left p {
	font-size: 16px;
	color: #FFF;
	margin-right: 50px;
}

.redlife-register.redlife-register-right {
	background: #2c3e50;
}

.redlife-banner-bottom {
	position: absolute;
	bottom: -110px;
	width: 86%;
	margin: auto;
	box-shadow: 0 0 10px #ffffff30;
}







/****************************************/
/****** 3. Avaiable Blood Donors Css ****/
/****************************************/


.avaiable-blood-donors .cits-title h2 {
	color: #17173A;
	margin-bottom: 40px;
}

.avaiable-single-blood {
	background: #17173A;
	border-radius: 7px;
	padding: 40px 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s;
	transition: .3s;
}

.avaiable-single-blood:hover {
	box-shadow: 0 5px 15px rgba(23, 23, 58, 0.35);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition: .3s;
	transition: .3s;
}

.avaiable-single-blood:after {
	position: absolute;
	content: "\f043";
	bottom: -3px;
	right: -5px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 56.25px;
	font-size: 56.25px;
	font-size: 5.625rem;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	line-height: 1;
	color: #FB3640;
}


.avaiable-single-blood p {
	color: #FB3640;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.avaiable-single-blood p i {
	margin-right: 5px;
}

.avaiable-single-blood p:last-child {
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin-top: 8px;
}





/*********************************/
/****** 4. Blood Lab Area Css ****/
/*********************************/

/*.all-blood-lab.section-padding {
	background: -webkit-linear-gradient(top, rgba(251, 54, 64, 0.15), #fff);
	background: linear-gradient(to bottom, rgba(251, 54, 64, 0.15), #fff);
}*/

.blood-lab-left img {
	width: 100%;
	height: 500px !important;
	-o-object-fit: cover;
	object-fit: cover;
}

.blood-lab-right .cits-title h2 {
	text-align: left;
	padding-bottom: 10px;
}

.cits-title p {
	font-size: 18px;
	margin-bottom: 20px;
}

.blood-lab-content h4 {
	font-size: 24px;
}

.blood-lab-content h4 {
	font-size: 24px;
	padding-bottom: 10px;
}

.blood-lab-right .cits-title p {
	text-align: left;
}

.blood-lab-icon i {
	color: #FB3640;
	font-size: 32px;
}

.blood-lab-icon {
	background: #fff;
	height: 65px;
	width: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	margin-right: 20px;
	box-shadow: 0 0 5px #FEE1E3;
}

.blood-lab-item {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto auto;
	grid-template-columns: auto auto;
	margin-top: 35px;
}

.blood-lab-left {
	position: relative;
}

.blood-lab-left a {
	width: 150px;
	height: 150px;
	background: #FB3640;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 42px;
	color: #FFF;
	position: absolute;
	bottom: -15px;
	right: -15px;
}

.blood-lab-right {
	padding-left: 30px;
}



/***********************************/
/****** 5. Team Member Area Css ****/
/***********************************/
/*.all-team-members {
	background: #F9F9F9;
}*/

.all-compaign-gallery .cits-title,
.all-team-members .cits-title {
	margin-bottom: 50px;
}

.member-image {
	height: 385px;
	position: relative;
	overflow: hidden;
}

.member-image ul {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000b0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: -100%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s;
	transition: .5s;
}

.member-image:hover ul {
	top: 0%;
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: .5s;
	transition: .5s;
}

.cits-title {
	font-size: 16px;
}

.member-image img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.member-image .cits-title {
	margin-bottom: 50px;
}

.single-member h4 {
	font-size: 22px;
	padding: 28px 0 20px 0;
}

.single-member {
	text-align: center;
	background: #FFF;
	box-shadow: 0 5px 15px rgba(23, 23, 58, 0.1);
	padding: 25px;
	height: 100%;
}

.single-member p {
	font-size: 18px;
}

.member-image ul li a {
	color: #FB3640;
	font-size: 20px;
	background: #FFF;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}

.member-image ul li a:hover {
	color: #FFF;
	background: #FB3640;
	-webkit-transition: .3s;
	transition: .3s;
}

.member-image ul li:first-child a {
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.member-image ul li:last-child a {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	margin-right: 0;
}






/*************************************/
/****** 6. Bloodlab Committed Css ****/
/*************************************/

/*.all-bloodlab-committed {
	position: relative;
	z-index: 1;
}

.all-bloodlab-committed:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	background: -webkit-linear-gradient(left, #17173A, #FB3640);
	background: linear-gradient(to right, #17173A, #FB3640);
	z-index: -1;
}*/

.bloodlab-committed-top-content h2 {
	font-size: 42px !important;
	color: #FFF !important;
	text-align: center;
	line-height: 62px;
	max-width: 850px;
	margin: auto;
	margin-bottom: 70px;
}

.bloodlab-committed-btm-content {
	text-align: center;
}

.bloodlab-committed-btm-content i {
	color: #FB3640;
	font-size: 55px;
}

.bloodlab-committed-btm-content p {
	font-size: 20px;
	color: #FFF;
	margin-top: 15px;
}



/*******************************/
/****** 7. Gallery Area Css ****/
/*******************************/


.gallery-main-area a {
	position: relative;
}

.gallery-main-area a span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0000005e;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s;
	transition: .5s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gallery-main-area a:hover span {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: .5s;
	transition: .5s;
}

.gallery-main-area a span i {
	background: #FFF;
	width: 40px;
	height: 40px;
	font-size: 22px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FB3640;
}

.gallery-main-area {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto auto auto;
	grid-template-columns: auto auto auto;
	grid-gap: 30px;
}

.gallery-main-area a img {
	width: 100%;
	height: 380px;
	-o-object-fit: cover;
	object-fit: cover;
	border: none;
}



/*******************************/
/****** 8. Clients Area Css ****/
/*******************************/

.main-clients-area {
	background: #FB3640;
	margin-top: 50px;
}

.single-clients-say img {
	width: 50px !important;
	height: 50px !important;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50% !important;
	margin: auto;
}

.single-clients-say {
	text-align: center;
	color: #FFF;
	padding: 50px;
}

.single-clients-say p {
	font-size: 20px;
	color: #FFF;
	width: 80%;
	margin: auto;
	line-height: 35px;
	padding: 20px 0;
}

.single-clients-say h2 {
	color: #FFF !important;
	font-size: 28px;
	margin-bottom: 15px;
}

.single-clients-say ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}

.single-clients-say ul li span {
	font-weight: bold;
	margin-right: 15px;
}

.single-clients-say h4 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.owl-prev,
.owl-next {
	background: transparent !important;
}

.clients-cl-area .owl-prev i,
.clients-cl-area .owl-next i {
	font-size: 20px;
	line-height: 35px;
	width: 40px;
	height: 40px;
	background: #FFF !important;
	border-radius: 50% !important;
	border: 2px solid #FFF !important;
	color: #FB3640;

}

.clients-cl-area .owl-prev:hover i,
.clients-cl-area .owl-next:hover i {
	background: #FB3640 !important;
	color: #fff;
}

.clients-cl-area .owl-next {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.clients-cl-area .owl-prev {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.clients-cl-area.owl-theme .owl-nav {
	margin-top: 0;
}





/********************************/
/****** 9. Call Now Area Css ****/
/********************************/




/*.call-now-area {
	position: relative;
	z-index: 1;
}*/

/*.call-now-area:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	background: #17173AD4;
	z-index: -1;
}*/

.call-new-content {
	border: 10px solid #FB3640;
	position: relative;
	text-align: center;
	color: #FFF;
	padding: 50px 0;
}

.top-icon i {
	color: #FFF;
	font-size: 20px;
}

.top-icon {
	background: #FB3640;
	width: 45px;
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 50%;
	top: -27px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.call-new-content h4 {
	font-size: 22px;
	text-transform: uppercase;
}

.call-new-content h2 {
	font-size: 55px !important;
	padding: 30px 0;
	font-weight: bold;
	color: #FFF !important;
}

.call-new-content a {
	color: #FFF;
}

.call-new-content a:hover {
	color: #FB3640;
}

.call-new-content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.call-new-content ul li a {
	font-size: 18px;
	margin-right: 40px;
}

.call-new-content ul li:last-child a {
	margin-right: 0px;
}

.call-new-content ul li a i {
	margin-right: 10px;
}



/*************************************/
/****** 10. Community Partner Css ****/
/*************************************/

/*.community-partner {
	background: -webkit-linear-gradient(bottom, rgba(251, 54, 64, 0.15), #fff);
	background: linear-gradient(to top, rgba(251, 54, 64, 0.15), #fff);
}*/

.community-partner.section-padding .cits-title {
	border-bottom: 1px solid #dee2e6 !important;
	padding-bottom: 25px;
}

.community-partner-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: auto;
	margin-top: 50px;
}

.community-partner-image li img {
	width: 100px;
	height: 100px;
	-o-object-fit: contain;
	object-fit: contain;
}

.community-partner-image li img {
	width: 100px;
	height: 100px;
	-o-object-fit: contain;
	object-fit: contain;
}


.our-new-area {
	background: #F9F9F9;
}

.our-new-area .cits-title {
	margin-bottom: 50px;
}

.image-area {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.image-area img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .3s;
	transition: .3s;
	object-position: top;
}

.image-area:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .3s;
	transition: .3s;
}

.single-new-area {
	background: #FFF;
	box-shadow: 0 5px 15px rgba(23, 23, 58, 0.1);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.new-content {
	padding: 25px;
}

.new-content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 75%;
}

.new-content ul li a {
	font-size: 16px;
	color: #FB3640;
	margin-left: 35px;
	text-transform: capitalize;
}

.new-content ul li:first-child a {
	margin-left: 0px;
}

.new-content ul li a i {
	margin-right: 6px;
}

.new-content h2 a {
	font-size: 25px;
	margin: 20px 0;
	color: #000;
}

.new-content > a {
	margin-top: 20px;
	font-size: 16px;
	color: #3b4954;
	font-weight: 500;
}

.new-content>a:hover,
.new-content h2 a:hover {
	color: #FB3640;
}


.post-content-layout > a:hover, .post-content-layout h2 a:hover {
	color: #FB3640;
}


.post-content-layout h2 a {
	font-size: 25px;
	margin: 20px 0;
	color: #000;
}


.comment-tab a:last-child {
	margin-left: 0;
}

/*******************************/
/****** 11. Footer Area Css ****/
/*******************************/
footer {
	position: relative;
	z-index: 1;

}


footer:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	background: #FB3640;
	background: -webkit-linear-gradient(to right, #17173A, #FB3640);
	background: -webkit-linear-gradient(left, #17173A, #FB3640);
	background: linear-gradient(to right, #17173A, #FB3640);
	z-index: -1;
}


.footer-middle {
	padding-top: 85px;
	margin-bottom: 50px;
}

.footer-left-content form input {
	font-size: 18px;
	padding: 15px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 3px;
	color: #FFF;
	outline: none;
	width: 100%;
}

.footer-left-content form input:focus {
	border-color: #FB3640;
}

.footer-left-content form {
	position: relative;
}

.footer-left-content form .btn-sty-1 {
	position: absolute;
	right: 5px;
	top: 5px;
}

.footer-left-content img {
	width: 220px;
	height: 70px;
	-o-object-fit: contain;
	object-fit: contain;
}

.footer-left-content p {
	color: #FFF;
	font-size: 16px;
	padding: 10px 0 30px 0 !important;
}

.copyright {
	padding: 22px;
	background: #17173A85;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
}

.copyright p {
	color: #FFF;
}

.copyright p a {
	color: #FB3640;
}

.footer-items h2 {
	font-size: 25px !important;
	color: #FFF !important;
	text-transform: capitalize;
	padding-bottom: 13px;
	margin-bottom: 13px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
}

.footer-items h2:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 35px;
	height: 3px;
	background: #FB3640;
}

.footer-items ul li a {
	color: #FFF;
	font-size: 15px;
	margin-bottom: 10px;
	display: inline-block;
}

.footer-items ul li a:hover {
	color: #FB3640;
}

.footer-items ul li a i {
	margin-right: 8px;
}

.copyright p a:hover {
	text-decoration: underline;
}

.footer-items.footer-left-content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: start;
	margin-top: 30px;
}

.footer-items.footer-left-content ul li {
	margin-right: 20px;
}

.footer-items.footer-left-content ul li:last-child {
	margin-right: 0px;
}

.footer-items.footer-left-content ul li a {
	font-size: 22px;
	width: 40px;
	height: 40px;
	background: red;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 3px;
	-webkit-transition: .3s;
	transition: .3s;
}

.footer-items.footer-left-content ul li a:hover {
	background: #FFF;
}

.footer-items.footer-left-content ul li a i {
	margin-right: 0px;
}

/*****************************/
/************* 2 Page ********/
/*****************************/
/******************************************/
/****** 12. Secoundary Banner Area Css ****/
/******************************************/
.other-page-banner {
	padding: 80px 0;
	text-align: center;
	position: relative;
	z-index: 1;
}

.other-page-banner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000000ad;
	z-index: -1;
}

.other-page-banner h2 {
	font-size: 35px;
	color: #FFF;
	font-weight: 700;
}

.other-page-banner ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
}

.other-page-banner ul li:last-child a,
.other-page-banner ul li a:hover {
	color: #FB3640;
}

.other-page-banner ul li a {
	color: #FFF;
	font-size: 14px;
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
	text-transform: capitalize;
}

.other-page-banner ul li:first-child a {
	margin-left: 0px;
	padding-left: 0px;
}

.other-page-banner ul li a:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 70%;
	background: #FFF;
	left: 0;
	top: 5px;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}

.other-page-banner ul li:first-child a:before {
	display: none;
}


/*****************************/
/****** 13. Hero Area Css ****/
/*****************************/
.cits-hero-area {
	background: #FB3640;
	padding: 50px 0;
}

.hero-area-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.hero-area-content h2 {
	color: #FFF;
	font-size: 40px;
}

/*****************************************/
/****** 14. terms conditions Area Css ****/
/*****************************************/
.terms-and-conditions h2 {
	font-size: 32px;
	text-transform: capitalize;
}

.terms-and-conditions h4 {
	font-size: 25px;
	padding: 20px 0;
}

.terms-and-conditions ul li i {
	padding-right: 5px;
	color: #FB3640;
	margin-top: 6px;
}

.terms-and-conditions ul li {
	font-size: 16px;
	line-height: 28px;
	padding-bottom: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #3b4954;
}

.all-404-page {
	text-align: center;
}

.all-404-page h1 {
	font-size: 150px;
	color: #FB3640;
}

.all-404-page h2 {
	font-size: 50px;
	padding: 10px 0;
}

.all-404-page .btn-sty-1:hover {
	color: #FB3640;
}

.all-404-page p {
	max-width: 500px;
	padding: 20px 0;
	margin: auto;
}


/**************************************/
/****** 15. Search Result Area Css ****/
/**************************************/
.other-page-banner.search-page {
	padding: 100px 0;
}

.other-blood-search {
	background: #141433;
	color: #FFF;
	padding: 30px 0;
}

.other-blood-search form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
}

.other-blood-search form .form-group {
	width: 28%;
}

.other-blood-search form label {
	font-size: 16px;
	padding-bottom: 8px;
	text-transform: capitalize;
}

.other-blood-search form .search-button {
	min-width: 135px;
}

.other-blood-search form .select2.select2-container.select2-container--default {
	width: 100% !important;
}


.other-blood-search form .select2-selection.select2-selection--single {
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 5px;
	height: 47px;
}

.other-blood-search form .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 47px;
	font-size: 16px;
}

.other-blood-search form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.other-blood-search form .select2-selection.select2-selection--single {
	border: 1px solid #FB3640;
}

.other-blood-search form select {
	font-size: 16px;
	padding: 10px;
	border: 1px solid #FB3640;
}



/**************************************/
/****** 16. Search Donner Area Css ****/
/**************************************/

.all-blood-doner-area {
	background: -webkit-linear-gradient(top, rgba(251, 54, 64, 0.15), #fff);
	background: linear-gradient(to bottom, rgba(251, 54, 64, 0.15), #fff);
}

.single-blood-doner-content a h2 {
	font-size: 25px;
	color: #000;
	text-transform: capitalize;
}

.single-blood-doner-content a h2:hover {
	color: #FB3640;
}

.single-blood-doner-content ul li {
	font-size: 16px;
	padding-bottom: 10px;
}

.single-blood-doner-content ul li span {
	color: #FB3640;
}
.single-blood-doner-content ul li a {
	color: #222;
}

.single-blood-doner-content ul li a:hover{
	color:#FB3640;
}
.single-blood-doner-content ul li i {
	color: #FB3640;
	margin-right: 5px;
}

.single-blood-doner {
	background: #FFF;
	box-shadow: 0 5px 15px rgba(23, 23, 58, 0.1);
	border-radius: 4px;
}

.single-blood-doner-content ul {
	padding-top: 12px;
}


.single-blood-doner>a {
	width: 100%;
	height: 280px;
	overflow: hidden;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.single-blood-doner a img {
	width: 100%;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .3s;
	transition: .3s;
}

.single-blood-doner:hover>a img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .3s;
	transition: .3s;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}


.single-blood-doner-content {
	position: relative;
	padding: 12px 25px;
	background: #FFF;
	-webkit-transition: .3s;
	transition: .3s;
}

.single-blood-doner-content .btn-sty-1 {
	width: 86%;
	text-align: center;
	margin-top: 10px;
	padding: 8px;
}

.single-blood-doner-content .btn-sty-1 {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.single-blood-doner:hover .btn-sty-1 {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	bottom: 30px;
}

.single-blood-doner:hover .single-blood-doner-content {
	padding-bottom: 80px;
	margin-top: -70px;
}



/**************************************/
/****** 17. Contact Page  Area Css ****/
/**************************************/
.contact-map-area {
	background: #17173A;
	padding: 40px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	height: 100%;
}

.contact-map-area h2 {
	font-size: 32px;
	position: relative;
	padding-bottom: 3px;
	color: #FFF !important;
	margin-bottom: 30px;
}

.contact-map-area h2:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 35px;
	height: 2px;
	background: #FB3640;
}

.contact-map-area ul li a i {
	color: #FB3640;
	margin-right: 10px;
}

.contact-map-area ul li a {
	font-size: 20px;
	color: #FFF;
	margin-bottom: 20px;
}

.contact-map-area iframe {
	width: 100%;
	height: 225px !important;
	border-radius: 8px;
	margin-top: 10px;
}


.all-contact-area .row {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 10px 35px rgba(251, 54, 64, 0.15);
	margin-top: 50px;
}

.main-contact-form {
	background: #FFF;
	height: 100%;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	padding: 40px;
}


.main-contact-form .top-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-contact-form form .form-group {
	width: 100%;
	padding-bottom: 18px;
}

.main-contact-form form .top-items .form-group {
	width: 49%;
}

.main-contact-form form label {
	display: block;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 5px;
}

.main-contact-form label span {
	color: red;
}

.main-contact-form form textarea,
.main-contact-form form input {
	font-size: 16px;
	width: 100%;
	padding: 10px;
	border: 1px solid #DDD;
	box-shadow: none;
	outline: none;
	border-radius: 3px;
}

.main-contact-form form textarea:focus,
.main-contact-form form input:focus {
	border-color: #FB3640;
}

.main-contact-form form textarea {
	min-height: 140px;
	max-height: 140px;
}

.main-contact-form form input.btn-sty-1 {
	border: 2px solid #FB3640 !important;
}




/**************************************/
/****** 18. Campaigs Page Area Css ****/
/**************************************/
.all-campaigs-area {
	background: -webkit-linear-gradient(top, rgba(251, 54, 64, 0.15), #fff);
	background: linear-gradient(to bottom, rgba(251, 54, 64, 0.15), #fff);
}

.all-campaigs-area .cits-title {
	padding-bottom: 50px;
}

.compaigs-image {
	position: relative;
}

.compaigs-image a {
	width: 100%;
}

.top-date {
	background: #FB3640;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
}

.compaigs-image a img {
	width: 100%;
	height: 320px;
	-o-object-fit: cover;
	object-fit: cover;
}

.top-date p {
	font-size: 18px;
	color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.top-date p span {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 5px;
}

.single-campaigs h2 {
	font-size: 30px;
	padding: 20px 0;
}

.single-campaigs {
	background: #FFF;
	padding: 20px;
	box-shadow: 0 5px 15px rgba(23, 23, 58, 0.1);
	height: 100%;
}




/**************************************/
/****** 19. Single Donner Area Css ****/
/**************************************/
.all-clients-say-area.volunteer-say {
	margin-top: 70px;
}

.left-single-donner img {
	width: 300px;
	height: 300px !important;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 5px;
}

.left-single-donner ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0 20px 0;
}

.left-single-donner h2 {
	font-size: 30px;
	color: red;
}

.avaiable {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column-reverse;
}

.avaiable p {
	font-size: 14px;
}

.avaiable p i {
	margin-right: 5px;
}

.single-doner-content h2 {
	margin-top: 30px;
}

.user-detls {
	margin-left: 30px;
}

.left-single-donner ul li a {
	font-size: 16px;
	width: 31px;
	height: 31px;
	background: red;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFF;
	border: 1px solid red;
	border-radius: 3px;
	margin-right: 10px;
}

.left-single-donner ul li a:hover {
	background: transparent;
	color: red;
}

.left-single-donner ul li:last-child a {
	margin-right: 0px;
}

.other-page-banner.search-page.single-donner img {
	width: 100%;
	height: 380px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 3px;
	-o-object-position: top;
	object-position: top;
	margin-bottom: 20px;
}

.other-page-banner.search-page.single-donner h2 {
	font-size: 24px;
	color: #FFF;
}

.other-page-banner.search-page.single-donner ul li a:hover {
	color: #FB3640;
}


.single-detalse p {
	font-size: 22px;
	color: #FFF;
	font-weight: 700;
}

.single-detalse p i {
	margin-right: 10px;
}

.single-detalse p span {
	color: #FB3640;
	font-weight: 400;
	margin-left: 10px;
}

.other-page-banner.search-page.single-donner .container {
	position: relative;
}

.single-detalse {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #141433;
	box-shadow: 0 5px 15px #17173A4f;
	padding: 30px;
	border-radius: 5px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -145px;
}



.single-doner-area.section-padding {
	background: -webkit-linear-gradient(top, rgba(251, 54, 64, 0.15), #fff);
	background: linear-gradient(to bottom, rgba(251, 54, 64, 0.15), #fff);
}

.single-doner-content ul {
	background: #FB36401a;
	padding: 15px;
	border-radius: 8px;
}

.single-doner-content ul li {
	font-weight: 700;
	color: #17173A;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px dashed #c7c7c7;
	font-size: 15px;
	padding: 10px 0;
}

.single-doner-content ul li .caption {
	width: 20%;
	position: relative;
	font-weight: 700;
	padding-right: 10px;
}

.single-doner-content ul li .value {
	width: 80%;
	padding-left: 20px;
	text-transform: capitalize;
}

.single-doner-content ul li .caption:after {
	position: absolute;
	content: ':';
	top: 0;
	right: 0;
}

.single-doner-content ul {
	background: #FB36401a;
	padding: 15px;
	border-radius: 8px;
}

.single-doner-content h2 {
	font-size: 28px;
	margin-bottom: 18px;
}

.single-doner-content ul li:first-child {
	padding-top: 0;
}

.single-doner-content ul li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}

.single-doner-content ul li span:last-child {
	font-weight: 400 !important;
}

.single-doner-contact {
	background: #141433;
	border-radius: 5px;
	padding: 30px;
}

.single-doner-contact h2 {
	color: #FFF;
	font-size: 22px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	margin-bottom: 25px;
}

.single-doner-contact form textarea,
.single-doner-contact form input {
	width: 100%;
	font-size: 16px;
	padding: 8px;
	border: 1px solid #FFF;
	border-radius: 3px;
	outline: none;
	margin-bottom: 15px;
}

.single-doner-contact form textarea {
	min-height: 120px;
	max-height: 120px;
}

.single-doner-contact form input.btn-sty-1 {
	border: 2px solid #FB3640 !important;
}



/**************************************/
/****** 19. Single Campaigns   Css ****/
/**************************************/
.single-campaigns-content img {
	width: 100%;
	height: 500px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 40px;
	-o-object-position: top;
	object-position: top;
}

.single-campaigns-content h2 {
	font-size: 45px;
	padding-bottom: 30px;
}

.single-campaigns-content p {
	padding-bottom: 30px;
}

.list-item ul li {
	font-size: 16px;
	padding-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list-item ul {
	width: 49%;
}

.list-item ul li i {
	color: #FB3640;
	font-size: 14px;
	margin-right: 8px;
	margin-top: 6px;
}

.list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.single-campaigns-cl-img img {
	height: 330px;
	width: 95% !important;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 5px;
}

.single-campaigns-cl {
	margin-top: 50px;
}

.single-campaigns-cl.owl-theme .owl-dots .owl-dot span {
	width: 23px !important;
	height: 5px !important;
}

.single-campaigns-cl.owl-theme .owl-dots .owl-dot.active span {
	background: #FB3640 !important;
	width: 30px !important;
}

.sinlge-box-item {
	background: #FEE1E3;
	padding: 20px;
	position: relative;
	border-radius: 10px;
	margin-bottom: 40px;
}

.sinlge-box-item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 30px;
	background: red;
	left: 0;
	bottom: -4px;
	border-radius: 10px;
	z-index: -1;
}

.sinlge-box-item h2 {
	font-size: 22px;
	padding-bottom: 10px;
	border-bottom: 1px solid red;
	margin-bottom: 10px;
}

.sinlge-box-item ul li {
	font-size: 16px;
	padding: 12px 0;
	color: #000;
	border-bottom: 1px solid #bbb;
}

.sinlge-box-item ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.sinlge-box-item ul li a {
	color: #000;
}

.sinlge-box-item ul li a:hover {
	color: #FB3640;
}

.sinlge-box-item ul li a i {
	font-size: 13px;
}

.sinlge-box-item p {
	padding: 10px 0 30px 0;
}

.sinlge-box-item.recent-post ul li a {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto auto;
	grid-template-columns: auto auto;
	-ms-grid-row-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.sinlge-box-item ul li a h2 {
	font-size: 18px;
}

.sinlge-box-item ul li a h2 span {
	color: #FB3640;
	display: block;
	margin-top: 10px;
	font-size: 14px;
}

.sinlge-box-item.recent-post ul li a img {
	width: 70px;
	height: 70px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 5px;
	margin-right: 10px;
}







/**************************************/
/****** 20. Registration Loin  Css ****/
/**************************************/


.registration-area {
	background: #F2F3F7;
}

.registration-form {
	padding: 50px;
	background: #FFF;
	border-radius: 5px;
}

.registration-form h2 {
	font-size: 22px !important;
	font-weight: 700;
	text-transform: capitalize;
	color: #17173A;
	padding: 18px 0;
}

.registration-form form h2:first-child {
	padding-top: 0;
}

.registration-form label {
	font-size: 16px;
	display: block;
	padding-bottom: 5px;
}

.registration-form label span {
	color: #FB3640;
}

.registration-form .form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 18px;
}

.registration-form .form-group .form-item {
	width: 49%;
}

.message-box textarea,
.registration-form select,
.registration-form input {
	width: 100%;
	box-shadow: none;
	outline: none;
	padding: 12px;
	border: 1px solid #DDD;
	border-radius: 5px;
}

.registration-form select {
	padding: 14px 12px;
	background: #FFF;
}

.message-box textarea {
	min-height: 160px;
	max-height: 160px;
}

.message-box textarea:focus,
.registration-form select:focus,
.registration-form input:focus {
	border-color: #FB3640 !important;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.registration-form .form-group.group-duble .form-item {
	width: 23.5%;
}

.registration-form .btn-sty-1 {
	border: 2px solid #FB3640 !important;
	margin-top: 20px;
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.other-page-banner.registration-banner {
	padding: 80px 0px;
}


/*Single Page*/
.widget.sinlge-box-item input,
.search-box input {
	border: 1px solid #FB3640;
	padding: 10px;
	font-size: 16px;
	border-radius: 5px;
	box-shadow: none;
	outline: none;
	width: 100%;
	padding-right: 60px;
}

.widget.sinlge-box-item form,
.search-box form {
	position: relative;
	margin-bottom: 40px;
}

.widget.sinlge-box-item form #searchsubmit,
.search-box form .btn-sty-1 {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	border-width: 1px;
}

.widget.sinlge-box-item form #searchsubmit {
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	border: 2px solid #FB3640;
	padding: 10px 20px;
	font-size: 16px;
	display: inline-block;
	background: #FB3640;
	border-radius: 5px;
	-webkit-transition: .3s;
	transition: .3s;
	width: auto;
}

.col-xl-3.col-lg-4.col-md-5 .widget.sinlge-box-item:first-child {
	background: transparent;
	padding: 0;
}

.col-xl-3.col-lg-4.col-md-5 .widget.sinlge-box-item:first-child:before {
	display: none !important;
}


.outher-details img {
	width: 120px;
	height: 120px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
	border: 10px solid #fff;
	box-shadow: 0 0 10px #0000004a;
	margin: 20px 0;
}

.outher-details {
	text-align: center;
}

.outher-details ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.outher-details ul li {
	padding: 0;
	border-bottom: none;
}

.outher-details ul li a {
	font-size: 16px;
	background: #000;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 10px;
	color: #FFF;
}

.outher-details ul li:first-child a {
	margin-left: 0px;
}

.outher-details ul li a:hover {
	background: #FB3640;
	color: #FFF;
}

.top-date-comment li {
	color: #FB3640;
	font-size: 16px;
	margin-right: 80px;
	text-transform: capitalize;
}

.alert.alert-danger a {
	display: none !important;
}

.top-date-comment li:last-child {
	margin-right: 0;
}

.top-date-comment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.single-campaigns-content .red-box {
	background: red;
	padding: 30px;
	font-size: 20px;
	color: #FFF;
	margin-bottom: 30px;
	line-height: 34px;
}

.single-btn-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 40px;
	border-bottom: 1px solid #DDD;
}

.single-btn-img li img {
	width: 100%;
	height: 380px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 0;
}

.single-btn-img li {
	width: 50%;
	margin-right: 30px;
}

.single-btn-img li:last-child {
	margin-right: 0;
}

.post-tags {
	padding: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.post-tags ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.post-tags ul li a.btn-sty-1 {
	border-width: 1px;
	padding: 8px 15px;
	font-size: 14px;
	margin-left: 15px;
}

.single-comment img {
	width: 120px;
	height: 120px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 20px;
}

.single-comment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #FFF;
	box-shadow: 0 0 10px #00000026;
	margin-bottom: 35px;
	padding: 30px;
	border-radius: 5px;
}

.comment-view .single-comment:nth-child(even) {
	margin-left: 50px;
}

.comment-content h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
}

.comments-area h2 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 30px;
}

.comment-form form label {
	display: block;
	font-size: 18px;
	margin-bottom: 6px;
}

.comment-form .group-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.comment-form .group-item .form-item {
	width: 49%;
}

.comment-form .form-item textarea,
.comment-form .form-item input {
	font-size: 18px;
	padding: 10px 15px;
	border: 1px solid #DDD;
	box-shadow: 0 0 5px #0000002b;
	outline: none;
	width: 100%;
	background: #FFF;
}

.comment-form .form-item textarea {
	min-height: 180px;
	max-height: 180px;
}

.comment-form .form-item textarea:focus,
.comment-form .form-item input:focus {
	border-color: red;
}



.comment-form {
	padding: 25px 0;
}

.comment-form .form-group {
	margin-bottom: 12px;
}

.single-campaigs h2 a {
	color: #3b4954;
}

.single-campaigs h2 a:hover {
	color: #FB3640;
}

/************* Login *************/


.login-from {
	width: 440px;
	margin: auto;
	border-radius: 5px;
	box-shadow: 0 0 10px #DDD;
	text-align: center;
}

.login-from img {
	width: 125px;
	height: 125px;
	-o-object-fit: contain;
	object-fit: contain;
	text-align: left;
}

.login-from form {
	padding: 30px;
	text-align: left;
	background: #FFF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.login-from label {
	display: block;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 5px;
}

.login-from input {
	font-size: 16px;
	padding: 10px;
	width: 100%;
	border: 1px solid #ccc;
	box-shadow: none;
	outline: none;
	margin-bottom: 12px;
	border-radius: 5px;
}

.login-from input.btn-sty-1 {
	width: auto;
	border-color: #FB3640;
	padding: 10px 22px;
	margin-bottom: 0;
}


.registration-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 47px !important;
}

.registration-form .select2-container .select2-selection--single {
	height: 47px !important;
}

.page-id-9 .select2-dropdown {
	top: 30px !important;
}

.registration-form .select2-container--default .select2-selection--single {
	border-color: #ddd;
}

.registration-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px;
}

.form-item .ci_input_error {
	color: #FB3640;
	display: none;
}

.form-item .ci_input_error:last-child {
	display: block !important;
}

.footer-items li {
	list-style: none !important;
}



.all-update-profile {
	background: #F2F3F7;
}

.all-update-profile .registration-form {
	padding: 30px;
}

.profile-details {
	background: #FFF;
	border-radius: 5px;
	padding: 30px;
}

.profile-details h3,
.profile-details h2 {
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	padding-bottom: 20px;
}

.profile-details h3 {
	text-align: center;
}

.profile-details img {
	width: 100%;
	height: 350px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 30px;
}

.profile-details ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.profile-details ul li a {
	width: 35px;
	height: 35px;
	background: red;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	color: #FFF;
	border-radius: 50%;
	margin-right: 5px;
	border: 1px solid red;
}

.profile-details ul li:last-child a {
	margin-right: 0;
}

.profile-details ul li a:hover {
	color: red;
	background: #FFF;
}


.all-user-section {
	background: #F2F3F7;
}

.user-left-content {
	background: #FFF;
	border-radius: 12px;
	padding: 50px 0;
}

.user-left-content h2 {
	font-size: 20px;
	color: red;
	font-weight: 700;
	margin-bottom: 7px;
	text-transform: capitalize;
}

.user-left-content ul li {
	padding: 17px 0 17px 50px;
	color: #505050;
	font-size: 17px;
	display: block;
	border-right: 3px solid transparent;
	text-transform: capitalize;
	cursor: pointer;
}

.user-left-content ul li:last-child {
	padding: 0;
}

.user-left-content ul li:last-child a {
	padding: 17px 0 17px 50px;
	border-right: 3px solid transparent;
	width: 100%;
	color: #505050;
}

.user-left-content ul li i {
	padding-right: 20px;
}

.user-left-content ul li.active,
.user-left-content ul li:hover {
	color: #EA062B;
	border-color: #EA062B;
	background: -webkit-linear-gradient(left, #fff, #EF5DA800, #EF5DA896);
	background: linear-gradient(90deg, #fff, #EF5DA800, #EF5DA896);
}

.user-main-content {
	height: 100%;
	background: #FFF;
	padding: 30px;
	border-radius: 12px;
}

/*.user-single-item {
	display: none;
}*/

.registration-form .select2.select2-container {
	width: 100% !important;
}

#v-pills-update-profile .registration-form {
	padding: 0;
}

.user-profile-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.user-profile-top {
	padding: 0 40px 30px 40px;
}

.user-profile-top img {
	width: 75px;
	height: 75px !important;
	border-radius: 50% !important;
	-o-object-fit: cover;
	object-fit: cover;
	margin-right: 10px;
}

.registration-form.last-donate-date-update {
	padding: 0;
	margin-top: 20px;
}

.registration-form.last-donate-date-update form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.registration-form.last-donate-date-update form #last_donate {
	min-width: 350px;

}

.registration-form.last-donate-date-update form .btn-sty-1 {
	width: 135px !important;
	text-transform: capitalize;
	margin-top: 0;
	height: 47px;
	padding: 0 !important;
	margin-top: 15px;
}

.top-date-comment li i {
	margin-right: 8px;
}

.registration-form.change_new_password form .btn-sty-1 {
	text-transform: capitalize;
}

.single-doner-content ul h2 {
	color: #FB3640;
	font-weight: 700;
}

.registration-form.change_new_password {
	padding: 0;
	margin-top: 20px;
}

.registration-form.change_new_password .form-item {
	margin-top: 12px;
}

.registration-form.change_new_password .form-item .btn-sty-1 {
	width: 200px !important;
	margin-top: 8px !important;
}

.datepicker td,
.datepicker th {
	height: 25px !important;
	font-size: 14px;
}

.datepicker .datepicker-switch {
	width: 200px !important;
}

.login_title {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 700;
	background: #FB3640;
	color: #FFF !important;
	padding: 25px 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.login-area.section-padding {
	background: #F2F3F7;
	padding: 70px;
}

.buttons-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 8px;
}

.buttons-area a {
	color: #FB3640;
}

.buttons-area a:hover {
	text-decoration: underline;
}

.toast-header.text-white {
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5px 15px;
}

.toast-header.text-white .ml-2.mb-1.close {
	background: transparent;
	border: none;
	font-size: 20px;
}

.toast-body {
	font-size: 14px;
	padding: 20px 15px;
}

.main-profile-details img {
	width: 245px;
	height: 245px !important;
	border-radius: 5px !important;
	margin-bottom: 25px;
	-o-object-fit: cover;
	object-fit: cover;
	border: 1px solid #ff000017 !important;
}

.main-profile-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*flex-direction: column;*/
	/*gap: 30px;*/
}

.prifile-contents {
	width: 65%;
	margin-left: 5%;
}

.prifile-contents ul li {
	font-size: 16px;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #ff000017;
	margin-bottom: 10px;
	border-radius: 3px;
}

.prifile-contents ul li span {
	font-weight: 700;
	width: 30%;
	text-align: left;
}

.main-profile-left h2 {
	font-size: 20px;
	color: red;
	font-weight: 700;
	margin-bottom: 7px;
	text-transform: capitalize;
	margin-bottom: 20px;
	text-align: center;
}

.main-profile-left ul {
	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;
}


.main-profile-left ul li a {
	font-size: 18px;
	color: #FFF;
	width: 30px;
	height: 30px;
	border: 1px solid red;
	background: red;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 3px;
	-webkit-transition: .3s;
	transition: .3s;
	margin-right: 5px;
}

.main-profile-left ul li a:hover {
	color: red;
	background: #FFF;
}

.gallery-item a {
	width: 100%;
}

#gallery-1 img {
	border: none !important;
}


#overlay {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.3);
	left: 0;
}

.cv-spinner {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	-webkit-animation: sp-anime 0.8s infinite linear;
	animation: sp-anime 0.8s infinite linear;
}

@-webkit-keyframes sp-anime {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes sp-anime {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.is-hide {
	display: none;
}

.top-date-comment li a {
	color: #FB3640;
}

.registration-area.section-padding {
	padding: 50px;
}


.not-found h2 {
	font-size: 18px !important;
	text-align: center;
	color: #FB3640 !important;
	text-transform: capitalize;
}

.left-single-donner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


#v-pills-last-donate h2,
#v-pills-passw h2 {
	padding-bottom: 10px;
	border-bottom: 2px solid #FB3640;
}

#redlife-update-profile h2:first-child {
	padding-bottom: 10px;
	border-bottom: 2px solid #FB3640;
	margin-bottom: 22px;
	font-size: 32px !important;
}

#redlife-update-profile h2 {
	font-size: 22px !important;
}

.single-campaigns-cl-img a {
	width: 100%;
}

.post-pagination-other,
.post-pagination .nav-links {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-top: 35px;
}

.post-pagination-other span,
.post-pagination-other a,
.post-pagination .nav-links span,
.post-pagination .nav-links a {
	width: 35px;
	height: 35px;
	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:#FB3640;
	background: transparent;
	border: 1px solid #FB3640;
	border-radius: 50%;
	margin: 0 5px;
	font-size: 16px;
}


.post-pagination-other span:hover,
.post-pagination-other a:hover,
.post-pagination .nav-links span:hover,
.post-pagination .nav-links a:hover {
	background: #FB3640;
	color: #fff;
}

.page-numbers.current {
	background: #FB3640 !important;
	color: #FFF !important;
}

.privacy a {
	color: #FB3640;
}

.privacy a:hover{
	text-decoration: underline;
}

#searchform div {
	display: flex;
	justify-content: space-between;
}

#searchform input {
	text-shadow: ;
	text-shadow: ;
	box-shadow: none !important;
	outline: none;
	border: 1px solid red;
	margin-right: 5px;
	border-radius: 5px;
	background: #fff;
}

#searchsubmit{
	background: red !important;
	padding: 7px 10px;
	margin-right: 0;
}
#searchsubmit:hover{
	background: transparent !important;
}

.single-campaigns-content ul {
	margin-bottom: 30px;
}


.single-campaigns-content h3 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 20px;
}

.single-campaigns-content ul {
	margin-bottom: 30px;
	gap: 30px;
}

.single-campaigns-content ul li b {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}

.single-campaigns-content ul li {
	list-style: disc;
	margin-left: 15px;
	padding-left: 10px;
	color: #3b4954;
}

.top-date-comment li {
	list-style: inherit !important;
	margin: 0 !important;
}

.post-content-layout ul li a {
	font-size: 16px;
	color: #FB3640;
	margin-left: 35px;
	text-transform: capitalize;
}


.post-content-layout ul {
	display: flex;
	align-items: center;
	justify-content: start;
}

.post-content-layout ul li:first-child a {
	margin-left: 0px;
}


.post-content-layout {
	padding: 0px 0 25px 0;
}


.post-layout-btn a {
	font-size: 16px;
	color: #3b4954;
	font-weight: 500;
	padding: 0 0 25px 25px;
}


.post-layout-btn a:hover{
    color: #FB3640;
}

.blog-content {
	padding: 25px 25px 0px 25px;
}


.blog-content ul li a i {
	margin-right: 10px;
}


.single-blood-doner-user {
	text-align: center;
	padding: 20px;
	padding-bottom: 0;
}

.single-blood-doner-user a img {
	height: 280px;
	width: 100%;
	object-fit: contain;
}


.avaiable-blood-donors-user {
	display: block;
}

.button.btn-sty-1 {
	padding: 7px 30px;
	background: #FB3640;
	font-size: 14px;
	color: #FFF;
	border: 2px solid #FB3640;
	border-radius: 3px;
	transition: .5s;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	width: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}


.redlove-data-download {
	margin-bottom: 50px;
}

.redlove-data-download h2 {
	font-size: 30px !important;
	font-weight: bold;
	text-align: left;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.wrap h1 {
	color: #000;
	font-weight: 700;
	font-size: 40px;
}

.redlove-data-download p {
	margin-top: 15px;
}

.redlove-data-import{
	margin-bottom: 20px;
}

.redlove-data-import h2 {
	font-size: 24px !important;
	font-weight: bold;
	text-align: left;
	text-transform: capitalize;
	margin-bottom: 20px;
	line-height: 32px;
}


#districts, #upazilas {
	opacity: 0;
	position: absolute;
	top: 0;
	width: 350px;
}
.redlove-single-import label {
	display: block;
	width: 350px;
	border: 2px solid #EA062B;
	padding: 0;
	text-align: center;
	color: #EA062B;
	font-size: 16px;
	line-height: 24px;
	border-radius: 5px;
	transition: .5s;
	font-weight: 500;
	cursor: pointer;
	margin-bottom: 0;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.redlove-single-import label:hover{
	background: #EA062B;
	color: #FFF;
	transition: .5s;
}

.redlove-single-import {
	display: flex;
	flex-direction: column;
	align-items: self-start;
	justify-content: center;
	position: relative;
}

.redlove-download-btn {
	display: flex;
	gap: 30px;
	align-items: center;
}

.file-name {
	margin-bottom: 15px;
	font-size: 14px;
	margin-top: 5px;
}

