@charset "utf-8";
/*
Theme Name:  Kiran - Charity Non-Profit HTML5 Template
Author: Codezion Softwares
Author URL: https://www.templatemonster.com/vendors/codezion/
Version: 1.0.0

%%%%%%% Table of CSS %%%%%%%
 
1.General code
    1.1 Typography
    1.2 Space margins and padding
    1.3 forms
    1.4 Buttons
    1.5 Section-Colors-&-Backgrounds
    1.6 Modal & popups
2.Homepages
    2.1 Navigation
    2.2 Banner
    2.3 About 
    2.4 Our Mission
    2.5 Our Sponsoer
    2.6 Donaer Review
    2.7 Our Gallery
    2.8 Blog
    2.9 Footer
    2.10 Copyright
3.About Us
4.Causes
5.Faqs
6.Appointment
7.Help
8.Donotion
9.Coming Soon
10.Sign up
11.404
12.Blog
13.Contact
*/
/*--------animation---------*/
@keyframes fadeHeaderInDown {
 0% {
 opacity: 0;
 transform: translate3d(0, -100%, 0);
}
 100% {
 opacity: 1;
 transform: translate3d(0, 0, 0);
}
}
/*======================
1.General Code
========================*/
html {
	overflow-x: hidden;
}
button:focus, *:focus {
	outline: none;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.8;
	font-weight: 400;
	color: #999;
	/*background: #72c9ed;*/
	background: #1055e1;
	border-color: #dfdfdf;
 	transition: transform ease-in .4s;
	overflow: hidden;
}
button {
	background: transparent;
	border: none;
	padding: 0;
}
label {
	line-height: normal;
}
.p-relative {
	position: relative;
}
.before-none:after, .after-none:after, .none {
	display: none;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.overlay-bg-black {
	background: #000;
	opacity: 0.1;
}
.overlay-bg-theme {
	background: #123a54;
	opacity: 0.1;
}
.overlay-2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.image-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.transform-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0%, -50%);
	z-index: 1;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before {
 font-size: inherit;
 margin: 0;
}
.animate-img {
	position: relative;
	overflow: hidden;
}
.animate-img:hover img {
	transform: scale(1.1);
	transition: 0.5s;
}
.normal-bg {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: border 0.3s ease-in, box-shadow 0.3s ease-in, background 0.3s, opacity 0.3s ease-in;
}
.parallax {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	transition: border 0.3s ease-in, box-shadow 0.3s ease-in, background 0.3s, opacity 0.3s ease-in;
}
.our_articles.no-bg {
	background:none;
	background-image: none;
}
.bx-wrapper {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
/*section-header*/
.section-header {
	padding-bottom: 30px;
	position: relative;
}
.section-header .section-heading {
	max-width: 540px;
}
.section-header .section-heading h3 {
	font-size: 40px;
}
.section-header .section-description {
	margin-top: 50px;
	margin-bottom: 20px;
	position: relative;
}
.section-header.left-side .section-heading {
	margin: 0 auto 0 0;
}
/*Slick Arrow*/
.arrow-layout-1 .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translate(0px, -50%);
	transition: 0.3s all;
	font-size: 0;
	overflow: hidden;
	z-index: 1;
}
.arrow-layout-1 .slick-arrow:after {
	width: 50px;
	height: 50px;
	border:1px solid #23a884;
	background: #23a884;
	position: relative;
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Flaticon;
}
.arrow-layout-1 .slick-arrow:hover:after {
	color: #fff;
	background-color: #123a54;
	border-color: #123a54;
}
.arrow-layout-1 .slick-prev {
	left: -100px;
}
.arrow-layout-1 .slick-next {
	right: -100px;
}
.arrow-layout-1 .slick-prev:after {
	content: "\f165";
}
.arrow-layout-1 .slick-next:after {
	content: "\f163";
}
.arrow-layout-1.slick-slider:hover .slick-prev {
	left: 15px;
}
.arrow-layout-1.slick-slider:hover .slick-next {
	right: 15px;
}
/*pagination*/
nav.custom-pagination {
	padding-top: 50px;
}
.page-item:first-child .page-link, .page-item:last-child .page-link, .page-item .page-link {
	border-radius: 0;
}
.page-link:focus {
	box-shadow: none;
	z-index: 1;
}
.page-item .page-link {
	padding: 8px 20px;
	font-size: 14px;
	line-height: 1.5;
	background-color: transparent;
	border: 2px solid #23a884;
	color: #337ab7;
	margin: 0 2px;
}
.page-item:hover .page-link, .page-item.active .page-link {
	background-color: #123a54;
	border-color: #123a54;
	color: #fff;
}
/*======================
1.1 Typography
========================*/
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #000000de;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 50px;
	line-height: normal;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
	font-family: 'Source Sans Pro', sans-serif;
}
a {
	color: #000000;
	text-decoration: none;
	transition: 0.5s;
}
a:focus, a:hover {
	color: #123a54;
	text-decoration: none;
	transition: 0.5s;
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 0;
}
ul li, ol li {
	margin: 0px;
	position: relative;
}
ul.custom {
	list-style: none;
	padding: 0;
}
ul.custom-flex {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
blockquote {
	background-color: #f4f4f4;
	position: relative;
	padding: 3rem;
	margin: 2rem 0;
	border: #4329a333 solid 1px;
}
blockquote p {
	font-size: 32px;
	line-height: 45px;
	font-style: italic;
	margin: 0;
	word-break: break-word;
}
blockquote h6 {
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
}
iframe {
	border:none;
	width: 100%;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	transition: 0.5s;
}
table thead th {
	background: #123a54;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
table tbody td>a, table tbody td {
	font-size: 14px;
	text-align: center;
}
table thead th:first-child {
	text-align: left;
}
table tbody td:first-child a, table tbody td:first-child {
	font-size: 16px;
	color: #123a54;
	text-align: left;
	text-decoration: underline;
}
table tbody td:nth-child(4) {
 background-color: red;
 color: white;
}
table tbody td:nth-child(4).no-bg {
 background-color: inherit;
}
.fs-12 {
	font-size: 12px;
}
.fs-14 {
	font-size: 14px;
}
.fs-16 {
	font-size: 16px;
}
.fs-18 {
	font-size: 18px;
}
.fw-100 {
	font-weight: 100;
}
.fw-400 {
	font-weight: 400;
}
.fw-500 {
	font-weight: 500;
}
.fw-600 {
	font-weight: 600;
}
.fw-700 {
	font-weight: 700;
}
/*======================
1.2 Space margins and padding
========================*/
.no-margin {
	margin: 0;
}
.no-padding {
	padding: 0;
}
.full-width {
	width: 100%;
}
.full-height {
	height: 100%;
}
.section-padding {
	padding: 80px 0;
}
.section-padding-top {
	padding-top:80px;
}
.section-padding-bottom {
	padding-bottom:80px;
}
.padding-10 {
	padding: 10px;
}
.padding-15 {
	padding: 15px;
}
.padding-20 {
	padding: 20px;
}
.mb-xl-20 {
	margin-bottom: 20px;
}
.mb-xl-30 {
	margin-bottom: 30px;
}
.mb-xl-40 {
	margin-bottom: 40px;
}
.mb-xl-80 {
	margin-bottom: 80px;
}
.pb-xl-20 {
	padding-bottom: 20px;
}
/*==================
1.3. Forms
====================*/
.form-group {
	margin-bottom: 20px;
	position: relative;
}
.form-control-custom::placeholder {
 font-size: 14px;
}
.form-control-custom {
	height: 40px;
	padding: 0.375rem 1.2rem;
	border-radius: 0;
	border: 2px solid #ddd;
	width: 100%;
	background: none;
}
.form-control-custom:disabled, .form-control-custom[readonly] {
	background-color: #fff;
}
.form-control-custom:focus {
	border: 2px solid #ddd;
	border-bottom: 2px solid #23a884;
	box-shadow: none;
}
form label {
	font-size: 14px;
	font-weight: 500;
	color: #000;
}
label .required {
	color: #ff0018;
}
.form-style-1 label {
	position: absolute;
	top: 10px;
	left: 10px;
	cursor: text;
	font-weight: 500;
 transition: all .25s ease;
	color: #495057;
	font-size: 16px;
	background: #fff;
	padding: 0 8px;
}
.form-style-1 label.has-value {
	top: -9px;
	font-size: 14px;
	margin-bottom: 0;
}
.custom-select {
	background-image: none;
}
.custom-select:focus {
	box-shadow: none;
}
.nice-select .option {
	margin-bottom: 0;
}
.nice-select .option:before {
	display: none;
}
.nice-select.open .list {
	width: 100%;
	min-height: 50px;
	max-height: 200px;
	overflow-y: auto;
}
textarea.form-control-custom {
	resize: none;
	padding: 19px 1.2rem;
}
label.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
label.custom-checkbox {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	user-select: none;
	line-height: 20px;
	font-size: 14px;
	left: 0;
	top: 0;
}
/* Create a custom checkbox */
label.custom-checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #d4d4db;
	width: 20px;
	height: 20px;
	background-color: #fff;
}
/* On mouse-over, add a grey background color */
label.custom-checkbox:hover input ~ .checkmark {
 background-color: #fff;
 border: 1px solid #23a884;
}
/* When the checkbox is checked, add a blue background */
label.custom-checkbox input:checked ~ .checkmark {
 background-color: #23a884;
 border: 1px solid #23a884;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
label.custom-checkbox input:checked ~ .checkmark:after {
 display: block;
}
/* Style the checkmark/indicator */
label.custom-checkbox .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
/*Custom Radio*/
.custom-radio {
	border: 1px solid #23a884;
	padding: 10px 20px;
	height: 51px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #888;
}
.custom-radio label {
	margin-bottom: 0;
}
.custom-radio [type="radio"]:checked, .custom-radio [type="radio"]:not(:checked) {
 position: absolute;
 left: -9999px;
}
.custom-radio [type="radio"]:checked + label, .custom-radio [type="radio"]:not(:checked) + label {
 position: relative;
 padding: 0;
 padding-left: 30px;
 cursor: pointer;
 line-height: 20px;
 display: inline-block;
 top: 0;
 left: 0;
}
.custom-radio [type="radio"]:checked + label:before, .custom-radio [type="radio"]:not(:checked) + label:before {
 content: '';
 position: absolute;
 left: 0;
 top: 0;
 width: 20px;
 height: 20px;
 border: 1px solid #23a884;
 border-radius: 100%;
 background: #fff;
}
.custom-radio [type="radio"]:checked + label:after, .custom-radio [type="radio"]:not(:checked) + label:after {
 content: '';
 width: 12px;
 height: 12px;
 background: #23a884;
 position: absolute;
 top: 4px;
 left: 4px;
 border-radius: 100%;
 transition: all 0.2s ease;
}
.custom-radio [type="radio"]:not(:checked) + label:after {
 opacity: 0;
 transform: scale(0);
}
.custom-radio [type="radio"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
/*==================
1.4. Buttons
====================*/
.btn-submit {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0px 0 0;
	padding: 18px 40px;
	color: #fff;
	background-color: #23a884;
	align-items: center;
	display: inline-flex;
	justify-content: center
}
.btn-submit .button_title {
	display: inline-block;
	line-height: 1;
	overflow: hidden;
}
.btn_letters {
	display: inline-block;
	line-height: 1em;
}
.btn-submit:hover, .btn-submit:focus {
	background-color: #123a54;
	color: #fff;
}
.btn-small {
	padding: 10px 28px;
	font-size: 14px;
}
/*==================
1.5. Section-Colors-&-Backgrounds
====================*/
.bg-light-white {
	background-color: #f4f4f4;
}
.bg-custom-white {
	background-color: #ffffff;
}
.bg-theme {
	background-color: #23a884;
}
.bg-custom-theme {
	background-color: #123a54;
}
/*Colors*/
.text-custom-black {
	color: #000000;
}
.text-theme {
	color: #fff;
}
.text-custom-theme {
	color: #fff;
}
.text-light-white {
	color: #fff;
}
.text-custom-white {
	color: #ffffff;
}
/*======================
1.6 Modal & Popups
========================*/
/*======================
2. Homepages
========================*/
.header .topbar .leftside ul>li>a {
	margin: 10px 10px 10px 0px;
	line-height: 33px;
	border: 2px solid #fff;
	width: 36px;
	height: 36px;
	text-align: center;
	display: block;
}
.header .topbar .leftside ul>li:hover>a {
	background-color: #123a54;
	border-color: #123a54;
	color: #fff;
}
.header .topbar .rightside ul {
	justify-content: flex-end;
}
.header .topbar .rightside ul>li.login {
	background-color: #45afce;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	height: 100%;
	padding: 0 30px;
}
.header .topbar .rightside ul>li.book-appointment>a {
	background: #123a54;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	padding: 0 30px;
	font-weight: 600;
	color: #fff;
}
.header .topbar .rightside ul>li>a>i {
	margin-right: 10px;
}
/*Navigation*/
.header .navigation-wrapper {
	background-color: #fff;
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	width: 100%;
}
.header .navigation-wrapper.sticky {
	animation-name: fadeHeaderInDown;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 22;
	background: #fff;
	animation-duration: 1s;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	animation-fill-mode: both;
}
.header .navigation-wrapper nav>.main-navigation .logo {
	width: 150px;
	/*height: 150px;*/
	position: absolute;
	top: 0;
}
.header .navigation-wrapper nav>.main-navigation .logo img {
	background: #ffffffbf;
	background-color: transparent;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul {
	justify-content: flex-end;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item {
	margin: 0px 3px;
	padding: 15px 0;
}
.button {
	background: #23a884;
	padding: 10px 30px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.button a {
	color: #fff;
	font-size: 22px;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item:last-child {
	margin-right: 0;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item>a {
	color: #000;
	transition: 0.6s ease;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	padding: 5px 20px;
	font-weight: 500;
	border-radius: 0px;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item>a:after {
	content: '';
	display: block;
	height: 2px;
	background: #23a884;
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	transition: 0.3s all;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item:hover>a:before, .header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item.active>a:before {
	top: -2px;
	opacity: 1;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item:hover>a:after, .header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item.active>a:after {
	bottom: -2px;
	opacity: 1;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.search {
	display: flex;
	align-items: center;
	margin-right: 0;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.search>a {
	padding: 5px 20px;
	padding-right: 0;
	font-size: 14px;
}
.menu-item-has-children {
	position: relative;
}
.menu-item-has-children>a>.arrow:after, .menu-item-has-megamenu>a>.arrow:after {
	display: inline-block;
	margin-left: .55em;
	content: "\f078";
	font-family: Font Awesome\ 5 Pro;
	font-weight: 400;
}
.menu-item-has-children .submenu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 200px;
	transform: translateY(10px);
	transition: 0.3s all;
	border-top: 2px solid #23a884;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
}
.menu-item-has-children:hover>.submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.menu-item-has-children .submenu>.menu-item>a {
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
}
.menu-item-has-children .submenu>.menu-item:hover>a {
	background-color: #123a54;
	color: #fff;
}
.menu-item-has-children .submenu .menu-item-has-children>a>.arrow:after {
	position: absolute;
	right: 10px;
	transform: rotate(-90deg);
}
.menu-item-has-children .submenu .menu-item-has-children>.submenu {
	left: 100%;
	top: 0;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu {
	display: none;
	align-items: center;
	cursor: pointer;
	padding: 25px 0;
	justify-content: flex-end;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn span {
	background: #000;
	height: 2px;
	width: 25px;
	margin-bottom: 5px;
	display: block;
	transition: 0.3s;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn span:last-child {
	margin-bottom: 0;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn.active {
	position: relative;
	top: -4px;
	transition: 0.3s;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn.active span:first-child {
	transform: rotate(45deg);
	transition: 0.3s;
	position: relative;
	top: 7.4px;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn.active span:nth-child(2) {
 display: none;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn.active span:last-child {
	transform: rotate(-45deg);
	transition: 0.3s;
}
/*Main Slider*/

.main-banner .slide-item {
	margin: 0;
	position: relative;
	z-index: 1;
	height: 700px;
}
.main-banner .slide-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.1;
	/*opacity: 0.5;*/
	z-index: 1;
}
.slider-img img {
	width: 100%;
	height: 600px;
	position: relative;
}
.slider-img img:before {
	background: #000;
	content: "";
	display: block;
	height: 600px;
}
.slider-content {
	position: relative;
	max-width: 528px;
	margin: 0 auto;
	text-align: center;
	word-break: break-word;
}
.slider-content h1 {
	font-family: 'Rancho', sans-serif;font-style: italic;
	text-shadow: 2px 2px 2px #000;
	font-size: 60px;
}
.slider-content h2 {
	font-family: 'Rancho', sans-serif;font-style: italic;
	text-shadow: 2px 2px 2px #000;
	font-size: 40px;
	/*font-size: 60px;*/
}
.slider-content p {
	margin-bottom: 30px;
}
.slider-content-1 {
	position: relative;
	max-width: 528px;
	top: 175px;
	left: 400px;
	position: absolute;
	margin: 0 auto;
	text-align: center;
	word-break: break-word;
}
.slider-content-1 h1 {
	color: #000;
	font-size: 40px;
}
/*main-banner-2*/
.main-banner-2 {
	background-image: url('../images/banner/banner-9.jpeg');
	height: 700px;
	padding-top: 190px;
	padding-bottom: 0px;
}
/*Our Mission*/
.corona-precautions {
	background: #f5f5f5;
}
.precautions-box {
	display: flex;
	align-items: center;
	width: 100%;
	background-color: #fff;
	padding: 15px;
}
.precautions-box .img-wrap {
	margin-right: 15px;
	width: 100px;
	height: 100px;
}
.precautions-box .content-wrap {
	width: calc(100% - 100px);
}
.precautions-box .content-wrap .read {
	color: #23a884;
	font-size: 16px;
	font-weight: 500;
}
.precautions-box .content-wrap .read:hover {
	color: #123a54;
}
.precautions-box .content-wrap h5 {
	margin-bottom: 10px;
}
.prevention-content .title {
	color: #ffffff;
	text-align: center;
	position: relative;
	z-index: 1;
	padding-top: 14px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
}
.prevention-content .content-list {
	border: 1px solid #123a54;
	border-top: none;
	padding: 30px;
}
/*corona-count-sec*/
.corona-count-sec .corona-count-top {
	border-bottom: 1px solid #ecf0f3;
}
.corona-count-sec .corona-count-top h4 {
	text-align: center;
	padding: 15px;
}
.corona-count-sec .corona-item .corona-inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}
.corona-count-sec .corona-item .corona-inner .corona-thumb img {
	width: 70px;
	height: 70px;
}
.corona-count-sec .corona-item .corona-inner .corona-content {
	margin-left: 15px;
}
.corona-count-bottom {
	padding: 30px;
}
.corona-count-bottom .content-sec h3 {
	font-size: 30px;
}
.corona-count-bottom .content-sec ul {
	margin-bottom: 20px;
}
.corona-count-bottom .content-sec ul>li {
	margin-bottom: 15px;
	font-size: 16px;
}
.corona-count-bottom .content-sec ul>li:before {
	content: '\f340';
	font-family: Font Awesome\ 5 Pro;
	display: inline-flex;
	color: #23a884;
	font-size: 16px;
	margin-right: 10px;
}
/*Our Sponsoer*/

.our-doctors-grid .caption {
	background-color: #23a884;
}
.our-doctors-grid .hover-wrap {
	background-color: #23a884;
	border-color: #fff;
}
.our-doctors-grid .hover-wrap ul li a {
	margin: 10px 10px 10px 0px;
	line-height: 33px;
	border: 2px solid #fff;
	width: 36px;
	height: 36px;
	text-align: center;
	display: block;
}
.our-doctors-grid .hover-wrap ul li:hover a {
	background-color: #123a54;
	border-color: #123a54;
	color: #fff;
}
.our-doctors-grid .caption {
	padding: 20px;
	background-color: #23a884;
}
.our-doctors-grid .hover-wrap {
	background-color: #23a884;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	transform: translateX(100%);
	transition: 0.3s all;
	border-top: 2px solid #23a884;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*Donaer Review*/
.corona-symptoms {
	background: #f5f5f5;
}
.our-doctors-grid, .corona-sy-grid {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.corona-sy-grid .caption {
	padding: 20px;
	background-color: #fff;
}
.our-doctors-grid .caption h4, .our-doctors-grid .caption p, .corona-sy-grid .caption h4 {
	text-align: center;
}
.corona-sy-grid .hover-wrap {
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	transform: translateX(100%);
	transition: 0.3s all;
	border-top: 2px solid #23a884;
	display: flex;
	align-items: center;
	justify-content: center;
}
.our-doctors-grid .hover-wrap .text-wrap, .corona-sy-grid .hover-wrap .text-wrap {
	text-align: center;
	padding: 0 20px;
	max-width: 300px;
	margin: 0 auto;
}
.our-doctors-grid:hover .hover-wrap, .corona-sy-grid:hover .hover-wrap {
	transform: translateY(0%);
}


/*quick donation*/


.quick-donation .form select {
	background-color: #fff;
	background-position: 97% center;
	width: 100%;
	height: 50px;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	color: #5a6871;
	text-align-last: center;
	font-style: normal;
}
.quick-donation input[type="radio"]:checked + label .check-icon:before {
	background: #123a54;
}
.quick-donation-section .donate-list label .check-icon:before {
	content: "";
	background: #23a884;
	width: 22px;
	height: 22px;
	position: absolute;
	left: -25px;
	top: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	z-index: -1;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.quick-donation .donate-list {
	overflow: hidden;
	margin-top: 30px;
}
.quick-donation .donate-list .active {
	background: #23a884;
}
.quick-donation .donate-list .box {
	width: 220px;
	height: 50px;
	line-height: 50px;
	float: left;
	background: #123a54;
	margin-right: 21.66px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.quick-donation input[type="radio"] + label {
	font-size: 18px;
	font-size: 1.125rem;
	color: #fff;
}
.quick-donation .donate-list label {
	width: 100%;
	cursor: pointer;
}
.quick-donation .donate-list label .check-icon {
	width: 22px;
	height: 22px;
	position: relative;
	z-index: 10;
}
.quick-donation input[type="radio"]:checked + label .check-icon:before {
	background: #123a54;
}
.quick-donation input[type="radio"] {
	display: none;
}
.quick-donation input[type="radio"]:checked + label .check-icon:after {
	content: "";
	background: url(../assets/images/checkbox-check.png) left top no-repeat;
}
.quick-donation input[type="radio"] + label .check-icon:after {
	content: "";
	width: 18px;
	height: 14px;
	background: url(../assets/images/checkbox-check.png) -18px top no-repeat;
	cursor: pointer;
	position: absolute;
	left: -22px;
	top: 6px;
}
.quick-donation .donate-list label .amount {
	position: relative;
	left: -10px;
}
.quick-donation .donate-list label span {
	display: inline-block;
	min-height: 22px;
}



/*======================
13. Gallery
========================*/
.banner-tabs .tab-pane [class^="col-"], .banner-tabs .tab-pane [class*=" col-"] {
 padding-left: 10px;
 padding-right: 10px;
}
.banner-tabs .tabs .nav-tabs .nav-item .nav-link {
	background: #ffffff8c;
	color: #000;
	font-weight: 500;
	letter-spacing: 1px;
}
.tabs .nav-tabs {
	border: none;
}
.tabs .nav-tabs .nav-item {
	text-align: center;
	margin-bottom: 0;
	margin-right: 5px;
}
.tabs .nav-tabs .nav-item .nav-link:hover, .tabs .nav-tabs .nav-item .nav-link.active {
	background: #23a884;
	color: #ffffff;
	border: none;
	border-bottom: 2px solid #23a884;
}
.tabs .nav-tabs .nav-item .nav-link.active:before {
	content: "";
	bottom: -8px;
	left: calc(50% - 6px);
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #23a884;
}
.tabs .nav-tabs .nav-item .nav-link {
	background: #fff;
	border: none;
	border-bottom: 2px solid #23a884;
	color: #000;
	font-weight: 600;
	padding: 12px 40px;
	display: block;
	z-index: 10;
	position: relative;
}
.tabs .nav-tabs .nav-item .nav-link:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #123a54;
	width: 0%;
	transition: 0.5s all;
	z-index: -1;
}
.tabs .nav-tabs .nav-item .nav-link:hover:after {
	width: 100%;
}

.gallery .tabs .nav-tabs {
	justify-content: center;
}
.gallery .gallery-item {
	height: auto;
	position: relative;
	overflow: hidden;
}
.gallery .gallery-item .popup:before {
	position: absolute;
	top: 50%;
	opacity: 0;
	color: #fff;
	font-size: 26px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f002";
	pointer-events: none;
	z-index: 9000;
	transition: 0.5s all;
	transform: translate(-100%, -50%);
	left: 0;
	right: 0;
	text-align: center;
	line-height: 0.5;
}
/*======================
10. Causes
========================*/
.causes-pages {
	background: #F7F7F7;
	padding: 80px 0px;
}
.progress-bg {
	margin: 10px 0px;
	height: 20px;
	border-radius: 10px;
	text-align: center;
	background: url("http://www.atsu.edu/stlclinic/images/progress-bar-bg.jpg") repeat;
	-moz-box-shadow:    inset 0 0 10px #ccc;
	-webkit-box-shadow: inset 0 0 10px #ccc;
	box-shadow:         inset 0 0 10px #ccc;
}
.progress-bar {
	height: 20px;
	border-radius: 10px;
	float: left;
	width: 50%;
	background-color: #23a884;
}
.progress-bg h3.goal, .progress-bg h3.raised {
	line-height: 20px;
	margin: 0;
	font-size: 13px;
}
.progress-bg h3.raised {
	color: #fff;
	font-size: 13px;
}
.progress-bg h3.goal {
	color: #b2b2b2;
	text-align: center;
}
body .progress-bg h3.raised {
	-webkit-animation: fadein 4s; /* Safari and Chrome */
	-moz-animation: fadein 4s; /* Firefox */
	-ms-animation: fadein 4s; /* Internet Explorer */
	-o-animation: fadein 4s; /* Opera */
	animation: fadein 4s;
}
 @keyframes fadein {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}

/* Firefox */
@-moz-keyframes fadein {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}

/* Internet Explorer */
@-ms-keyframes fadein {
 from {
opacity: 0;
to {}

	opacity: 1;
}
}
​ /* Opera */
@-o-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}
​ .progress-bg h3.goal {
	float: right;
	display: inline;
	padding: 0 25px 0 0;
	text-align: center;
}
body .progress-bg div {
	-webkit-animation: progress-bar 2s ease forwards;
	-moz-animation: progress-bar 2s ease forwards;
	-o-animation: progress-bar 2s ease forwards;
	animation: progress-bar 2s ease forwards;
}
 @-webkit-keyframes progress-bar {
 from {
width: 0%;
}
to {
	width: 50%;
}
}
 @-moz-keyframes progress-bar {
 from {
width: 0%;
}
to {
	width: 50%;
}
}
 @-o-keyframes progress-bar {
 from {
width: 0%;
}
to {
	width: 50%;
}
}
 @keyframes progress-bar {
 from {
width: 0%;
}
to {
	width: 50%;
}
}
b {
	font-weight: bolder;
	padding-bottom: 5px;
	font-size: 18px;
	margin-bottom: 0px;
}
/*corona-precautions*/
.Precautions {
	background: #f5f5f5;
}
.single_what_we_do {
	background-color: #ffffff;
	text-align: center;
	padding: 0 35px;
	border-radius: 10px;
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.single_what_we_do p {
	font-size: 16px;
	padding-bottom: 30px;
}
.single_what_we_do:hover {
	-webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}
.single_what_we_do .what_we_do_figure {
	font-size: 70px;
	color: #23a884;
}
.single_what_we_do .what_we_do_title {
	font-weight: 600;
	font-size: 22px;
	color: #2b353a;
}
/*--------------------------------------------------------------
#1.2	quick-donation-section
--------------------------------------------------------------*/
.quick-donation-section {
	background-color: #f5f5f5;
	text-align: center;
	text-transform: capitalize;
	margin: 0;/*** donate form ***//*** donate radio bnt lists ***/
  /*** radio btn style ***/
}
.quick-donation-section .form select, .quick-donation-section .form input {
	border: 0;
}
.quick-donation-section .form select {
	font-family: "Dosis", sans-serif;
	background-color: #fff;
	background-position: 97% center;
	width: 100%;
	height: 50px;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	color: #5a6871;
	text-align-last: center;
	font-style: normal;
}
.quick-donation-section .form select option {
	text-align: center;
}
.quick-donation-section .form select:focus, .quick-donation-section .form input:focus {
	box-shadow: none;
}
.quick-donation-section .donate-list {
	overflow: hidden;
	margin-top: 30px;
}
.quick-donation-section .donate-list .box {
	width: 220px;
	height: 50px;
	line-height: 50px;
	float: left;
	background: #123a54;
	margin-right: 12.66px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.quick-donation-section .donate-list .box:last-child {
	margin-right: 0;
}
.quick-donation-section .donate-list .active {
	background: #23a884;
}
.quick-donation-section .donate-list label {
	width: 100%;
	cursor: pointer;
}
.quick-donation-section .donate-list label span {
	display: inline-block;
	min-height: 22px;
}
.quick-donation-section .donate-list label .amount {
	position: relative;
	left: -10px;
}
.quick-donation-section .donate-list label .check-icon {
	width: 22px;
	height: 22px;
	position: relative;
	z-index: 10;
}
.quick-donation-section .donate-list label .check-icon:before {
	content: "";
	background: #23a884;
	width: 22px;
	height: 22px;
	position: absolute;
	left: -25px;
	top: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	z-index: -1;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.quick-donation-section input[type="radio"]:checked + label .check-icon:before {
	background: #123a54;
}
.quick-donation-section input[type="radio"] {
	display: none;
}
.quick-donation-section input[type="radio"] + label {
	font-size: 18px;
	font-size: 1.125rem;
	color: #fff;
}
 @media (max-width: 991px) {
 .quick-donation-section input[type="radio"] + label {
 font-size: 16px;
 font-size: 1rem;
}
}
.quick-donation-section input[type="radio"] + label .check-icon:after {
	content: "";
	width: 18px;
	height: 14px;
	background: url(../images/checkbox-check.png) -18px top no-repeat;
	cursor: pointer;
	position: absolute;
	left: -22px;
	top: 6px;
}
.quick-donation-section input[type="radio"]:checked + label .check-icon:after {
	content: "";
	background: url(../images/checkbox-check.png) left top no-repeat;
}
.quick-donation-section .donate-as-anonymous {
	margin-top: 30px;
}
.quick-donation-section .donate-as-anonymous label {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	color: #5a6871;
	display: inline-block;
	padding-left: 8px;
	cursor: pointer;
}
/*Faqs*/
.custom-accordion .card {
	background: #ffffff;
	border:none;
	border-radius: 0;
}
.custom-accordion .card .card-header {
	padding: 0;
	background: #ededed;
	border:none;
	border-radius: 0;
}
.custom-accordion .card .card-header .collapsebtn {
	font-size: 16px;
	font-weight: 500;
	display: flex;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	align-items: center;
	padding: 10px 15px;
	width: 100%;
	background: #23a884;
	color: #fff;
	cursor: pointer;
}
.custom-accordion .card .card-header .collapsebtn.collapsed {
	background: #ededed;
	border-color: #ededed;
	color: #111111;
}
.custom-accordion .card .card-header .collapsebtn:before {
	content: '-';
	background: #fff;
	color: #376bff;
	width: 20px;
	height: 20px;
	margin-right: 15px;
	font-size: 22px;
	display: flex;
	align-items: center;
	line-height: normal;
	position: absolute;
	right: 0;
	justify-content: center;
}
.custom-accordion .card .card-header .collapsebtn.collapsed:before {
	content: '+';
	background: #111111;
	color: #fff;
}
.custom-accordion .card .card-body {
	padding: 15px;
	border:1px solid #23a884;
	border-top: 0;
}
.faq-right .img-wrap {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
/*Blog Sidebar*/
.sidebar_wrap .sidebar .sidebar_widgets {
	padding: 20px;
	background: #fff;
	border: #ccc solid 1px;
}
.sidebar_wrap .sidebar .sidebar_widgets .widget_title {
	margin: 0px 0px 20px;
	padding: 20px;
	position: relative;
	text-align: center;
	border: 1px solid #000;
}
.sidebar_wrap .sidebar .sidebar_widgets .widget_title h5 {
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
}
.sidebar_wrap .sidebar .sidebar_widgets .form-style-1 .form-control {
	height: 50px;
}
.sidebar_wrap .sidebar .sidebar_widgets .form-style-1 label {
	top: 15px;
}
.sidebar_wrap .sidebar .sidebar_widgets .form-style-1 label.has-value {
	top: -9px;
}
.sidebar_wrap .sidebar .sidebar_widgets .about-author .about-author-info h4 span {
	display: block;
}
.sidebar_wrap .sidebar .sidebar_widgets .popular-post .post-box .post-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	background-color: #23a884;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.sidebar_wrap .sidebar .sidebar_widgets .popular-post .post-box .post-meta>a {
	background-color: #123a54;
	color: #fff;
}
.sidebar_wrap .sidebar .sidebar_widgets .popular-post .post-box .post-meta .comnt {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}
.sidebar_wrap .sidebar .sidebar_widgets .popular-post .post-box .post-meta .comnt span {
	line-height: 1;
	font-size: 13px;
	margin-left: 5px;
	color: #123a54;
}
.sidebar_wrap .sidebar .sidebar_widgets .popular-post .post-box>p {
	margin-bottom: 50px;
}
.sidebar_wrap .sidebar .sidebar_widgets .categories {
}
.sidebar_wrap .sidebar .sidebar_widgets .categories li {
	padding: 10px;
	padding-left: 25px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	text-align: left;
	font-weight: 500;
}
.sidebar_wrap .sidebar .sidebar_widgets .categories li:after {
	content: "\f078";
	font-family: Font Awesome\ 5 Pro;
	transform: rotate(-90deg);
	position: absolute;
	left: 0;
}
.blog-tags a {
	display: inline-block;
	padding: 5px 15px;
	border: #337ab7 solid 1px;
	margin: 0 5px 10px 0;
	background-color: #23a884;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
}
.blog-tags a:hover {
	border-color: #123a54;
	background-color: #123a54;
}
.sidebar-arrow .slick-arrow {
	position: absolute;
	top: auto;
	transform: none;
	bottom: 0;
	background: #123a54;
	font-size: 14px;
	color: #fff;
	padding: 4px 20px;
	transition: 0.5s all;
	z-index: 1;
}
.sidebar-arrow .slick-arrow:hover, .sidebar-arrow .slick-arrow:focus {
	background-color: #23a884;
	color: #fff;
}
.sidebar-arrow .slick-next {
	right: 0;
	text-align: right;
}
.sidebar-arrow .slick-prev {
	left: 0;
	text-align: left;
}
/*Our Brad*/
.clear {
	clear: both;
}
.clint-content .clint-text {
	border: 1px solid #ccc;
	padding: 15px 20px;
}
.clint-content .clint-text .clint-icon i {
	font-size: 50px;
	padding: 10px 0px;
	color: #23a884;
}
.clint-content .clint-text p {
	padding: 10px 0px;
	margin-bottom: 0px;
}
.clint-content .clint-text .icon-2 {
	margin-left: 57px;
}
.clint-content .clint-text .icon-2 li {
	list-style: none;
	float: left;
	padding:0px 5px;
}
.clint-content .clint-text .icon-2 li i {
	color: #23a884;
	font-size: 14px;
}
.clint-content .clint-con {
	margin-left: 70px;
}
.clint-content .clint-con .box {
	float: left;
	padding: 10px 10px;
}
.clint-content .clint-con .box h4 {
	margin-bottom: 0px;
	margin-top: 10px;
}
.clint-content .clint-con img {
	width: 80px;
}
.clint-content .clint-con .box p {
	color: #23a884;
	font-size: 18px;
	font-weight: 600;
}
/*Blog Grid*/
.our_articles {
	background: #f5f5f5;
}
.our_articles .post .post-wrapper, .our_articles .post {
	position: relative;
	overflow: hidden;
}
.our_articles .post .post-wrapper .post-img .post-date {
	text-align: center;
	width: 70px;
	margin-top: 0px;
	z-index: 1;
	position: absolute;
	right: 20px;
	bottom: -20px;
	text-transform: capitalize;
}
.our_articles .post .post-wrapper .post-img .post-date .year {
	background-color: #123a54;
}
.our_articles .post .post-wrapper .post-img .post-date .date {
	font-size: 30px;
	line-height: 1.1;
	padding: 7px 0;
}
.our_articles .post .post-wrapper .blog-meta .post-heading h2 {
	margin-top: -10px;
	margin-bottom: 15px;
}
.our_articles .post .post-wrapper .post-footer {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #f5f5f5;
	background: #fff;
}
.our_articles .post .post-wrapper .post-footer .post-author {
	display: flex;
	align-items: center;
	position: absolute;
	top: 20px;
	background: #fff;
	padding: 15px;
	transition: 0.3s all;
	transform: translateX(-100%);
	left: 0;
}
.our_articles .post:hover .post-wrapper .post-footer .post-author {
	transform: translateX(0);
	left: 20px;
}
.our_articles .post .post-wrapper .post-footer .post-author .post-author-img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
/*sponsors*/
.sponsors .sponsor-item .sponsor-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	margin: 0 auto;
}
.sponsors .sponsor-item .sponsor-thumb>a {
	width: 140px;
	margin: 0 auto;
}
.sponsors .sponsor-item .sponsor-thumb h5 {
	white-space: nowrap;
}
/*Footer*/

.footer .footer-box h4:after {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background: #fff;
	margin-top: 20px;
}
.footer .footer-box .socials li {
	margin-right: 15px;
}
.footer .footer-box .btn-submit:hover {
	background: #123a54;
}
.footer .footer-box .socials li a i {
	color: #fff;
}
.footer .footer-box .socials li a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: 2px solid #fff;
	width: 36px;
	height: 36px;
	font-size: 16px;
	color: #fff;
	line-height: 34px;
	border-radius: 100%;
}
.footer .footer-box .socials li:hover a {
	background-color: #123a54;
	border-color: #123a54;
	color: #fff;
}
.footer .footer-box .links li {
	margin-bottom: 5px;
	font-size: 16px;
}
.footer .footer-box .links li a:hover {
	color: #fff;
}
.footer .footer-box .links li:before {
	background: #fff;
	height: 2px;
	content: '';
	width: 10px;
	display: inline-block;
	margin-top: 0px;
	vertical-align: middle;
	margin-right: 5px;
}
.footer .footer-box .instagram {
	display: flex;
	flex-wrap: wrap;
}
.footer .footer-box .instagram li {
	width: 33%;
	height: 68px;
}
.form-control-custom {
	height: 50px;
	padding: 0 15px;
	border-radius: 0;
	border: 2px solid #d6d6d6;
	width: 100%;
	margin: 6px 0px;
	background: #f5f5f5;
	font-size: 14px;
	border-radius: 0px;
}
.copyright {
	padding: 15px 0;
}
/*subheader*/
.subheader {
	/*background-image: url('../images/banner/bg-evento.jpg');*/
	padding-top: 170px;
}
.subheader .breadcrumb-text {
	padding: 40px 0 20px;
}
.subheader .breadcrumb-text ul li {
	margin-right: 20px;
	color: #ffffff;
	position: relative;
	font-size: 16px;
	font-weight: 500;
}
.subheader .breadcrumb-text ul li:after {
	content: '';
	position: absolute;
	right: -12px;
	top: 8px;
	width: 1px;
	height: 15px;
	background-color: #ffffff;
}
.subheader .breadcrumb-text ul li.active:after {
	display: none;
}
/*contact Us*/
.contact-info {
	display: flex;
	align-items: center;
	width: 100%;
}
.contact-info .icon-box {
	width: 60px;
	height: 60px;
	border: 2px solid #23a884;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: #2cb7df;
	margin-right: 15px;
}
.contact-info .contact-text {
	width: calc(100% - 60px);
}
.contact-info .contact-text label {
	display: block;
}
/*404*/
.page-404 {
	background: #f4f4f4;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: auto;
}
.page-404 .page-404-text {
	width: 100%;
	text-align: center;
	border: 10px solid #fff;
	margin: 0 auto;
	border-radius: 8px;
}
.page-404 .page-404-text .text-wrapper h1 {
	font-size: 12vw;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 10px;
}
.page-404 .page-404-text .text-wrapper h6 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
/*Coming soon*/
.coming-soon {
	background: #f4f4f4;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: auto;
}
.coming-soon .coming-soon-img {
	min-height: 450px;
}
.coming-soon .coming-soon-text {
	padding: 80px 40px;
	background-color: #fff;
	text-align: center;
}
.coming-soon .coming-soon-text h1 {
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 10.5px;
}
.coming-soon .coming-soon-text .counter {
	display: flex;
	justify-content: center;
	margin: 0px 0px 30px;
}
.coming-soon .coming-soon-text .counter .counter-box {
	text-align: center;
	width: 25%;
	padding: 0 15px;
	margin: 0 15px;
	position: relative;
	background-color: #23a884;
}
.coming-soon .coming-soon-text .counter .counter-box .inner-box {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 0px;
	margin-bottom: 10px;
	font-size: 50px;
	line-height: 1;
	margin-top: 20px;
	font-weight: 600;
}
.coming-soon .coming-soon-contact ul li {
	text-align: center;
	width: 33.33%;
	margin-bottom: 20px;
}
.coming-soon .social-media ul {
	justify-content: center;
}
.coming-soon .social-media ul li {
	margin: 0 10px;
	font-size: 22px;
}
/*======================
5. Donotion
========================*/

.donotion-content .button-con li {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #ccc;
	margin-right: 15px;
	margin-bottom: 10px;
	font-size: 18px;
}
.donotion-content .button-con li.active, .donotion-content .button-con li:hover {
	background: #123a54;
}
.donotion-content .button-con li.active a, .donotion-content .button-con li:hover a {
	color: #fff;
}
.donotion-content .form-2 .ch-1 {
	padding: 10px 0px;
	display: flex;
}
.donotion-content .form-3 .ch-1 {
	padding: 10px 0px;
	display: flex;
}
.donotion-content .form-4 .but-con li {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #ccc;
	margin-right: 15px;
	margin-bottom: 10px;
}
.donotion-content .form-4 .but-con li.active, .donotion-content .form-4 .but-con li:hover {
	background: #123a54;
}
.donotion-content .form-4 .but-con li a {
	font-size: 16px;
}
.donotion-content .form-4 .but-con li.active a, .donotion-content .form-4 .but-con li:hover a {
	color: #fff;
}
.don {
	color: #23a884;
}
/*======================
10. Sign-in
========================*/

.sign-in {
	background: #f4f4f4;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: auto;
}
.sign-in .sign-in-text {
	padding: 80px 40px;
	background-color: #fff;
	text-align: center;
}
.sign-in .login-form {
	text-align: left;
}

/*appointment-form*/
.appointment-form {
	padding: 40px;
	max-width: 450px;
	margin: 0 auto;
}
.appointment-form .radio-box {
	display: flex;
	justify-content: space-between;
}
.appointment-form .radio-box .custom-radio {
	height: auto;
	border: none;
	padding: 0;
}
/*Blog Detail*/
.blog-details-wrap .post-title {
	font-size: 40px;
}
.blog-details-wrap .post-img {
	height: 400px;
}
.blog-details-wrap .post-img .post-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	padding-bottom: 0;
	background-color: #23a884;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.blog-details-wrap .post-img .post-meta .left-side>.btn-small {
	background-color: #123a54;
	color: #fff;
	margin-right: 15px;
	margin-bottom: 10px;
}
.blog-details-wrap .post-img .post-meta .left-side {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.blog-details-wrap .post-img .post-meta .left-side .post-meta-box {
	margin-right: 15px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.blog-details-wrap .post-img .post-meta .comnt {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
.blog-details-wrap .post-img .post-meta .comnt span {
	line-height: 1;
	font-size: 13px;
	margin-left: 5px;
	color: #263077;
}
.blog-details-wrap .blog-meta ul {
	list-style-type: decimal;
	margin-bottom: 20px;
}
.blog-details-wrap .social-media-box>ul {
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-end;
}
.blog-details-wrap .social-media-box>ul>li {
	padding-left: 0;
	margin: 0;
}
.blog-details-wrap .social-media-box>ul>li>a {
	margin: 0px 0px 0px 10px;
	line-height: 33px;
	border: 2px solid #23a884;
	width: 36px;
	height: 36px;
	text-align: center;
	display: block;
}
.blog-details-wrap .social-media-box>ul>li:hover>a {
	background-color: #123a54;
	border-color: #123a54;
	color: #fff;
}
.pagination-btn nav ul {
	justify-content: space-between;
}
.comment-box .children, .comment-box .comments {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 35px;
	list-style: inherit;
}
.comment-box .comments>li {
	border-bottom: 1px solid #ccc;
}
.comment-box .children {
	padding-left: 95px;
}
.comment-box .comments li.comment {
	list-style: outside none none;
	padding-left: 0;
	margin-bottom: 20px;
}
.comment-box .comments li article {
	display: flex;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.comment-box .comments li article .comment-avatar {
	margin-right: 20px;
	float: left;
	overflow: hidden;
	height: 80px;
	border-radius: 50px;
}
.comment-box .comments li article .comment-content {
	float: right;
	width: calc(100% - 70px);
}
.comment-box .comments li article .comment-content .comment-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.comment-box .comments li article .comment-content .comment-meta .comment-meta-header {
	display: flex;
	flex-wrap: wrap;
}
.comment-box .comments li article .comment-content .comment-meta .comment-meta-header .post-date .date, .comment-box .comments li article .comment-content .comment-meta .comment-meta-header .post-date .time {
	padding: 0px 15px 0 0px;
	font-size: 14px;
	position: relative;
}
/*back to top*/
#back-top {
	text-align: center;
	display: none;
}
#back-top a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 0px;
	text-align: center;
	line-height: 36px;
	border: #23a884 solid 1px;
	color: #ffffff;
	background: #23a884;
	transition-duration: 0.3s;
	font-size: 22px;
	box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px;
	position: fixed;
	z-index: 100;
	bottom: 20px;
	right: 20px;
}
