@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500&display=swap');
@import "./clippath.min.css";
:root {
	--primary-color: #2a2776;
	--secondary-color: #eef7ff;
	--bg-color: #fff;
	--thired-color :#f8f9fa;
	--text-body: #848e9f;
	--color-darken-primary: #2e3192;
	--color-accent: #f4572e;
	--color-thirdary: #fff2f2;
	--border-color: #dfdfea;
}
*{
	font-family: 'Jost', sans-serif;
	letter-spacing: 1px;
}
html {
	scroll-behavior: smooth;
}
.w-4{
    width: 400px;
}
.copyright-text p{
    text-align: center;
}
button:focus{
	box-shadow: none!important;
	outline: none!important;
}
section{
	padding-top: 100px;
	padding-bottom: 100px;
}
.h-900{
    height:650px;
}

@media screen and (max-width: 467px) {
    .w-4{
    width: 150px;
}
    .helping-advance{
        margin-top:0px !important;
    }
    .h-900{
    height:430px !important;
}
  .why-donate-content .items .item .desc .heading {
    text-transform: uppercase;
    font-size: 12px;
    font-family: "gothamboldregular", Arial, Helvetica, sans-serif;
     margin-top: 0px !important; 
    font-weight: bold;
}
 .why-donate-content .items .item .desc {
    float: left;
     margin-left: 0px !important;
    width: 100% !important;
    font-size: 10px !important;
    
}
.why-donate-content .items .item .icon {
    width: 40px !important;
    height: 40px !important;
    background-repeat: no-repeat;
    background-size: contain;
 margin-left: 50px;
}
.why-donate-content .items .item {
    margin-bottom: 15px !important;
}

 iframe{
        width:360px;
    }
  .carousel-caption{position:initial;
      
  }
}
@media screen and (max-width: 650px) {
    

	section{
		padding: 20px!important;
		padding-top: 50px;
		padding-bottom: 50px;
		overflow: hidden;
	}
}
input, select, textarea{
	background-color: transparent;
	border: none;
	color: inherit;
	padding: 0 20px;
	line-height: 58px;
	height: auto;
	font-size: 11px;
	text-align: start;
	outline: none;
	width: 100%;
	box-shadow: 0 0 0 2px var(--border-color) inset;
	border-radius: 2px;
}
input::placeholder, textarea::placeholder{
	font-size: 11px;
}
input:hover, input:active, input:focus, select:hover, select:active, select:focus, textarea:hover, textarea:active, textarea:focus{
	box-shadow: 0 0 10px 0 transparent, 0 0 0 2px var(--color-accent) inset!important;
}
.relative{
	position: relative;
}

.sec-back-co{
	background: var(--color-darken-primary);
}
.static-img{
	background-image: url('../img/Provetta-54.jpg');
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
}
.static-img .inner{
	background: rgb(37 39 117 / 88%) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;
}
.sec-back-co1{
	background: #2e3192;
}
.sec-back-co2{
	background: var(--color-thirdary);
}
.btn-primary{
	cursor: pointer!important;
	background: var(--primary-color);
	border: var(--primary-color);
}
.btn:hover {
	letter-spacing: 0.1px!important;
	transition: 0.5s!important;
}
.form-group label{
	font-size: 14px;
}
.form-group .form-control{
	font-size: 14px;
}
.modal{
	z-index: 3000!important;
}
/**
 * Remove focus styles for non-keyboard focus.
 */
:focus:not(:focus-visible) {
	outline: 0;
	box-shadow: none;
}
/**
 * Cross-browser styles for explicit focus via 
 * keyboard-based (eg Tab) navigation or the
 * .focus-visible utility class.
 */
:focus,
.focus-visible:focus:not(:focus-visible) {
	outline: 0;
	box-shadow:
	0 0 0 .2rem #fff,
	0 0 0 .35rem #069;
}
.text-content-heading{
	font-size: 15px;
	font-weight: 500;
}
.text-content{
	color: #798483;
	font-size: 13px;
	font-weight: 300;
	--tw-text-opacity: 1;
}
body{
	background: #fff;
/*background: black;*/
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
-webkit-tap-highlight-color:rgba(0,0,0,0);
height: 100%;
}
/* width */
::-webkit-scrollbar {
	width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
	border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: var(--primary-color); 
	border-radius: 5px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: var(--primary-color); 
}
a{
	text-decoration: none;
}
p{
	text-align: justify;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded{
	z-index: auto;
}
.owl-carousel .owl-item img{
	width: auto;
}
.customNavigation a {
	position: absolute;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
	margin-top: auto;
	margin-bottom: auto;
	box-shadow: -2px 1px 10px #bdbdbd;
	top: calc(50% - 20px);
	cursor: pointer;
}
.customNavigation .prev {
	left: -5px;
	top: 0;
	bottom: 0;
}
.customNavigation .next {
	right: -5px;
	top: 0;
	bottom: 0;
}
.top-bar{
	background: var(--primary-color);
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-bar span{
	font-size: 14px;
	color: #fff;
}
.card{
	border: none;
/*	border-radius: 15px;*/
background: transparent;

    margin: auto;
    box-shadow: 1px 1px 0px 2px #d9d7d7;
}
.card .card-header{
	border: none;
	padding-top: 15px;
	background: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.card .card-header h4{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 38px;
	margin-top: 38px;
	text-align: center;
}
.card .card-header a{
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.hero {
	height: 500px;
	width: 100%;
	background-size: 100% 550px;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.hero:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.55;
	background: -webkit-linear-gradient(top, rgba(0, 34, 108, 0.99) 0%, rgba(179, 189, 211, 0.1) 70%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(top, rgba(0, 34, 108, 0.99) 0%, rgba(179, 189, 211, 0.1) 70%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(top, rgba(0, 34, 108, 0.99) 0%, rgba(179, 189, 211, 0.1) 70%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(top, rgba(0, 34, 108, 0.99) 0%, rgba(179, 189, 211, 0.1) 70%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 34, 108, 0.99) 0%, rgba(179, 189, 211, 0.1) 70%, rgba(255, 255, 255, 0) 100%);
}
.hero .hero_content{
	z-index: 1;
}
.hero-section{
	height: 200px;
	background-size: 100% 550px;
	background-position: center center;
	background-repeat: no-repeat;
	display: grid;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
}

.hero-section:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.55;
	background: -webkit-linear-gradient(top, rgba(0, 34, 108, 0.99) 0%, rgba(179, 189, 211, 0.1) 70%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(top, rgba(0, 34, 108, 0.99) 0%, rgba(179, 189, 211, 0.1) 70%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(top, rgba(0, 34, 108, 0.99) 0%, rgba(179, 189, 211, 0.1) 70%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(top, rgba(0, 34, 108, 0.99) 0%, rgba(179, 189, 211, 0.1) 70%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 34, 108, 0.99) 0%, rgba(179, 189, 211, 0.1) 70%, rgba(255, 255, 255, 0) 100%);
}
.hero-section h2{
	color: #fff;
	margin-bottom: 0;
}
.hero-section p{
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	font-size: 13px;
}
.hero-section small{
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.hero .content h2{
	color: #fff;
	text-align: left;
	font-size: 60px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.hero .content p{
	color: #f9f9f9;
	font-size: 18px;
	letter-spacing: normal;
}
.hero .btn-primary{
	background: #fff;
	border-color: #fff;
	border-radius: 5px;
	font-size: 13px;
	color: var(--primary-color);
	padding: 20px 40px;
	margin-right: 20px;
	font-weight: 700;
}
.hero .btn-success{
	background: var(--color-accent);
	border-color: #fff!important;
	color: #fff;
	border-radius: 5px;
	font-size: 13px;
	padding: 20px 40px;
	margin-right: 20px;
	font-weight: 800;
}

@media screen and (max-width: 650px) {
	.hero .content h2{
		font-size: 30px;
	}
	.hero .content p{
		text-align: left;
		font-size: 15px;
	}
	.hero .btn-primary, .hero .btn-success{
		padding: 20px;
		margin-right: 5px;
	}
}


.hero_content img{
	width: 150px;
}
.bootstrap-select button.bs-placeholder.btn.btn-light.dropdown-toggle{
	background: #fff!important;
	color: #000!important;
	border-color: #dee2e6!important;
	border-radius: 5px;
}
.verified_tutor{
	height: fit-content;
	border-radius: 20px;
	padding: 10px;
	text-align: center;
	background: #f1f7f6;
}
.verified_tutor .profile_img img{
	border-radius: 50%;
	width: 150px;
	height: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.verified_tutor .specify span{
	display: block;
}
.verified_tutor .specify .name{
	font-size: 1.25em;
	font-weight: bolder;
	letter-spacing: 1px;
}
.verified_tutor .specify .subject{
	font-size: 0.65em;
	font-weight: bolder;
	color: gray;
	margin-top: -2px;
}
.verified_tutor .specify .bio{
	font-size: 0.7em;
	color: gray;
	margin: 10px 30px 20px;
}
.verified_tutor .profile_img .experience{
	font-size: 0.7em;
	background-color: rgb(164, 189, 183, 0.5);
	width: auto;
	padding: 3px;
	border-radius: 5px;
	font-weight: bolder;
	letter-spacing: 1px;
	display: inline-block;
	margin: 0px auto 5px;
}
.verified_tutor .profile_img .experience p{
	margin-bottom: 0;
	font-size: 9px;
}
.verified_tutor .action_btn .btn-primary{
	background: var(--primary-color);
	border-color: var(--primary-color);
	border-radius: 10px;
	font-size: 12px;
	padding: 10px 25px;	
	cursor: pointer;
}
.subject-list .subject-box{
	height: 25vh;
	padding: 19px 22px 1px 12px !important;
	border: 1px solid #f1f1f1 !important;
	display: grid;
	justify-content: center;
	align-items: center;
}
.subject-list .subject-box:hover{
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.8);
	transition: 0.5s;
}
.subject-list img{
	width: 50px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}
.subject-list h3{
	font-size: 17px;
	color: #2f2f2f;
	text-align: center;
}
.my-seo-des {
	font-size: 12px;
	text-align: justify;
	color: #333 !important;
	line-height: 2.8;
}
.section-heading .my-seo{
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}
.my-seo-list li{
	font-size: 14px;
	padding: 8px;
	padding-left: 0px;
	transition: ease 400ms;
	cursor: pointer;
	display: flex;
	letter-spacing: 1px;
	opacity: 0.85;
}
.my-seo-list li:focus-visible {
	outline: 2px solid red;
	outline-offset: 2px;
	border-radius: 4px;
}
.my-seo-list {
	list-style: none;
	counter-reset: ordered-list;
}
.my-seo-list li:before {
	counter-increment: ordered-list;
	content: counter(ordered-list);
	margin-right: 10px;
	background-color: var(--primary-color);
	color: #f6f6f6;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
}
.main-footer{
	background: var(--color-accent);
	padding: 10px ;
/*	margin-top: 20px;*/
}
.main-footer .footer-menus .footer-menu-heading{
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block;
	color: #fff;
	text-transform:uppercase;
}
.main-footer .footer-menus a{
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	display: block;
	padding: 5px 0;
}
.copyright{
	background: #fff;
	padding: 15px;
	padding-bottom: 0;
}
.copyright .copyright-text p{
	margin-bottom: 0;
	color: var(--primary-color);
	font-size: 12px;
}
.copyright .social-links a{
	padding: 10px;
}
.copyright .social-links a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	color: #fff;
	border-radius: 50px;
	font-size: 13px;
	margin-right: 10px;
}
.facebook{
	background: #1877F2;;
}
.instagram{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.twitter{
	background: #1DA1F2;
}
.youtube{
	background: firebrick;
}
.copyright .bottom-line{
	border: 3px solid var(--color-accent);
	width: 80%;
	margin: auto;
	margin-top: 15px;
}
#box {
	width: 90%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	z-index: auto;
}
.img-con {
	position: absolute;
}
.img-con img {
	height: 1px;
	width: 1px;
}
.wrapper {
	background-color: #ffffff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 0.6em;
	-webkit-box-shadow: 0 1.8em 3em rgba(0, 0, 0, 0.03);
	box-shadow: 0 1.8em 3em rgba(0, 0, 0, 0.03);
}
.testimonial-container {
	width: 85%;
	height: 100%;
	position: relative;
	margin: auto;
	padding: 1.8em 1.2em;
}
.testimonial-container p {
	color: #8c8c90;
	text-align: center;
	font-size: 0.9em;
	line-height: 2em;
	letter-spacing: 0.05em;
}
.testimonial-container img {
	display: block;
	margin: 1.8em auto 1.25em auto;
	border-radius: 50%;
	width: 4.4em;
}
.testimonial-container h3 {
	color: #2d3d67;
	font-size: 1em;
	text-align: center;
}
.testimonial-container h6 {
	color: #bcc4da;
	font-size: 0.9em;
	letter-spacing: 0.03em;
	font-weight: 400;
	text-align: center;
}
.wrapper button {
	font-size: 1.8em;
	color: #fff;
	height: 2.2em;
	width: 2.2em;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	background-color: var(--primary-color);
	border: none;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
	cursor: pointer;
}
button#next {
	right: -1.1em;
}
button#prev {
	left: -1.1em;
}
.fab {
	color: #fff;
}
@media screen and (max-width: 650px) {
	.wrapper {
		font-size: 14px;
	}
}

.contact-info {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.contact-info-icon {
	margin-bottom: 15px;
}
.contact-info-item {
	background: var(--primary-color);
	padding: 30px 0px;
}
.contact-page-sec .contact-page-form h2 {
	color: var(--secondary-color);
	text-transform: capitalize;
	font-size: 22px;
	font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
	padding-left: 0;
}  
.contact-page-form.contact-form input, .contact-page-form.contact-form select {
	margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
	height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
	background: #071c34;
	width: 150px;
	border-color: #071c34;
}
.contact-info-icon i {
	font-size: 48px;
	color: #fff;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
	color: #fff;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 10px;
}
.contact-info-text span {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	width: 100%;
}
.contact-page-form input, .contact-page-form select {
	background: var(--primary-color) none repeat scroll 0 0;
	border: 1px solid #f9f9f9;
	margin-bottom: 20px;
	padding: 12px 16px;
	width: 100%;
	border-radius: 10px;
	color: #fff;
}
.contact-page-form .message-input {
	display: inline-block;
	width: 100%;
	padding-left: 0;
}
.single-input-field textarea {
	background: var(--primary-color) none repeat scroll 0 0;
	border: 1px solid #f9f9f9;
	width: 100%;
	height: 120px;
	padding: 12px 16px;
	border-radius: 10px;
	color: #fff;
}
.contact-page-form input::placeholder, .contact-page-form textarea::placeholder {
	color: #fff;
}
.single-input-fieldsbtn input[type="submit"] {
	background: var(--primary-color) none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 10px 0;
	text-transform: capitalize;
	width: 150px;
	margin-top: 20px;
	font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
	color: #464646;
	text-transform: capitalize;
	font-size: 14px;
}
.contact-page-form {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}
.contact-page-map {
	margin-top: 36px;
}
.contact-page-form form {
	padding: 20px 15px 0;
}
.nav-tabs{
	border-bottom: 0;
}
.nav-tabs a{
	padding: 5px 50px;
	color: #000;
	border: 1px solid var(--primary-color)!important;
	margin-right: 10px;
	border-radius: 10px!important;
	font-size: 14px;
}
.nav-tabs a.active{
	background: var(--primary-color)!important;
	color: #fff!important;
}
.modal .modal-content{
	border-radius: 13px;
}
.modal .modal-content .modal-body .close{
	background: var(--thired-color);
	outline: none;
	border: none;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
}
.fade-scale {
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}
.fade-scale.show {
	opacity: 1;
	transform: scale(1);
}
.fade-scale .modal-dialog {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%) !important;
}
.modal .modal-content .modal-body .logo img{
	width: 150px;
}
.modal .modal-content .modal-body h4{
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	margin: 20px;
}
.modal .modal-content .modal-body form{
	padding-right: 40px;
	padding-left: 40px;
}
.modal .modal-content .modal-body form .form-group{
	position: relative;
}
.modal .modal-content .modal-body form .form-control{
	margin-bottom: 10px;
	border-radius: 15px;
	font-size: 13px;
	padding-left: 30px;
}
.modal .modal-content .modal-body form i{
	position: absolute;
	z-index: 2;
	left: 15px;
	top: 12px;
	font-size: 12px;
}

.modal .modal-content .modal-body form .form-group .btn{
	width: 100%;
	border-radius: 25px;
	font-size: 13px;
}
.modal .modal-content .modal-body a{
	font-size: 13px;
	text-align: center;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	cursor: pointer;
	text-decoration: underline!important;
}


.step-container {
	position: relative;
	text-align: center;
	transform: translateY(-43%);
}

.step-circle {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #007bff;
	line-height: 30px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: -10px;
	cursor: pointer; /* Added cursor pointer */
}

.step-line {
	position: absolute;
	top: 16px;
	left: 50px;
	width: calc(100% - 100px);
	height: 2px;
	background-color: #007bff;
	z-index: -1;
}

#multi-step-query-form{
	overflow-x: hidden;
}
#multi-step-query-form h3{
	font-size: 14px;
	font-weight: 700;
}
#multi-step-query-form .form-check{
	font-size: 13px;
	font-weight: 500;
}
#multi-step-query-form{
	height: 300px;
	padding-bottom: 50px!important;
}
#multi-step-query-form .steps-action{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	background: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
}
#multi-step-query-form .steps-action button{
	width: 100%;
}
.registration_error, .tutor_error, .login_error{
	font-size: 12px;
	text-align: center;
	color: red;
	font-weight: 600;
}
.student_dashboard .nav-tabs a{
	padding: 10px 10px;
	display: flex;
	justify-content: start;
	align-items: center;
}
.student_dashboard .nav-tabs a img{
	width: 30px;
}
.posts_list h3{
	font-size: 16px;
	font-weight: 700;
}
.posts_list h4{
	font-size: 14px;
	font-weight: 500;
}
.posts_list p{
	font-size: 13px;
	margin-bottom: 0;
}

.accordion-button{
	font-size: 14px;
	color: #000;
}
.accordion-body .form-check{
	font-size: 14px;
}
.accordion-button:not(.collapsed){
	background-color: #fff!important;
	color: #000;
}

.trust-healtcare-contentparent{
	filter: url('#goo');
}
.trust-healtcare .trust-healtcare-content{
/*	position: absolute;*/
display: flex;
justify-content: center;
align-items: center;
width: 400px;
height: 350px;
padding: 20px 30px;
background: #fff;
clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.trust-healtcare .trust-healtcare-content h4{
	font-size: 30px;
	color: #444;
}
.trust-healtcare .trust-healtcare-img{
	border-radius: 20px;
	background-size: cover;
	background-position: center center;
	/*width: 380px;*/
	height: 500px;
	/*max-width: 100%;*/
	max-height: 100%;
	margin-right: 0px;
}
.trust-healtcare-matter{
	padding: 10px;
}
.trust-healtcare-matter p{
	font-size: 15px;
	color: var(--text-body);
	margin-top: -5px;
	margin-bottom: 3px;
}
.trust-healtcare-matter .box{
	padding: 20px;
	margin-bottom: 15px;
	background-color: var(--secondary-color);
	display: flex;
	align-items: center;
	justify-content: start;
	border-radius: 10px;
}
.trust-healtcare-matter .box div{
	font-size: 14px;
	padding-left: 12px;
}
.helping-advance h4{
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
}
.helping-advance p{
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}
.helping-advance .btn{
	margin-right: 15px;
}
.helping-advance .btn-primary{
	background: #fff;
	color: #444;
}
.helping-advance .btn-success{
	background: var(--color-accent);
	color: #fff;
}
.helping-advance .helping-points{
	display: flex;
	justify-content: start;
}
.helping-advance .helping-points{
	padding: 10px;
}
.helping-advance .helping-points h4{
	font-size: 17px;	
	margin-bottom: 10px;
}
.helping-advance .helping-points p{
	font-size: 13px;
	color: var(--text-body);
}
.helping-advance .contact_card{
	padding: 30px;
}
.helping-advance .contact_card h4{
	color: var(--primary-color);
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 10px;
}
.helping-advance .contact_card p{
	color: var(--text-body);
	font-size: 12px;
}
.helping-advance .contact_card form label{
	color: var(--primary-color);
	font-weight: 800;
	font-size: 12px;
	margin-bottom: 8px;
}
.cms-img-wrap img{
	width: 820px;
	height: 570px;
}

@media screen and (max-width: 650px) {
	.helping-advance .btn{
		margin-right: 10px;
	}
	.cms-img-wrap img{
		width: 820px;
		height: 350px;
	}
}

.booking p{
	color: var(--text-body);
}
.helthcare_provider{
	z-index: 3;
	position: absolute;
	top: -120px;
	left: 4%;
	right: 4%;
}
.helthcare_provider .card-body{
	padding: 30px;
	border-radius: 10px;
}
.helthcare_provider h4{
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 800;
}
.helthcare_provider p{
	font-size: 13px;
	color: var(--text-body);
}
.helthcare_provider .points span i{
	border-radius: 50px;
	background: var(--primary-color);
	color: #fff;
	padding: 5px;
	font-size: 11px;
	width: 20px;
	height: 20px;
}
.helthcare_provider .helthcare_provider1 .points{
	color: var(--primary-color);
}
.helthcare_provider .helthcare_provider2 .points{
	color: var(--color-accent);
}
.helthcare_provider .helthcare_provider2 .points span i{
	background: var(--color-accent)!important;
}

.helthcare_provider .points{
	font-size: 14px;
}
.helthcare_provider .card-body img{
	position: absolute;
	right: 40px;
	top: 40px;
	opacity: .2;
	width: 100px;
}
@media screen and (max-width: 650px) {
   
	.helthcare_provider{
		position: initial;
		top: -120px;
		left: 4%;
		right: 4%;
	}
}
.trusted_partner h4{
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;	
}
.trusted_partner p{
	font-size: 13px;
	color: #fff;
}
.why-people-love h4{
	font-size: 30px;
	margin-bottom: 25px;
}
.why-people-love .card-body{
	padding: 60px;
}

.why-people-love .why-people-lovebox{
	position: absolute;
	top: -105px;
	overflow: hidden;
}

@media screen and (max-width: 650px) {
	.why-people-love .why-people-lovebox{
		position: initial;
		top: -105px;
		overflow: hidden;
	}

	.why-people-love .card-body{
		padding: 20px;
		text-align: center;
	}
}

@charset "UTF-8";
.blockquote {
	position: relative;
	padding-left: 40px;
	font-family: "Georgia", serif;
	font-size: 18px;
	font-weight: 500;
	color: var(--text-body);
	quotes: "“" "”" "‘" "’";
}
.blockquote::before, .blockquote::after {
	color: var(--color-accent);
	font-size: 50px;
	font-weight: 400;
	line-height: 0.1em;
}
.blockquote::before {
	position: absolute;
	left: 0;
	content: open-quote;
	margin-right: 0.15em;
	vertical-align: -0.15em;
}
.blockquote::after {
	content: close-quote;
	vertical-align: -0.7em;
}
.around-globle .around-globle-content{
	padding-left: 20px;
		padding-right: 20px;
}
@media screen and (max-width: 650px) {
	.around-globle .around-globle-content{
		padding: 30px;
	}
}
.around-globle h4{
	font-size: 28px;
	color: var(--primary-color);
	margin-bottom: 30px;
}
.around-globle p{
	font-size: 14px;
	color: var(--primary-color);
	margin-bottom: 30px;
}
.around-globle .accordion{
	border-top: 2px solid var(--primary-color);
}
.around-globle .accordion .accordion-item{
	border-radius: 0;
	border: none;
	border-bottom: 1px solid var(--primary-color);
}

.ns-home-header-bottom h2 span:before {
	background: rgba(255,255,255,0.2);
	content: "";
	position: absolute;
	top: 50%;
	right: -2000px;
	width: 2000px;
	height: 1px;
}
#you-have { background: url("https://beaspermdonor.com/wp-content/themes/basd/images/you-have-bg-line.png") 50% 117px no-repeat; }
#you-have  .inner{ position: relative; overflow: hidden; min-height: 500px }
#you-have .center { background: url("https://beaspermdonor.com/wp-content/themes/basd/images/you-have-bg-center.png") 0 0 no-repeat; padding: 65px 34px; width: 297px; height: 297px; position: absolute; color: #fff; text-transform: uppercase; font: 600 25px/1.2 Montserrat; text-align: center; top: 80px; left: 50%; margin-left: -149px; display: flex; align-items: center; border: 0; }
#you-have .left { position: absolute; left: 47px; min-height: 100px; min-width: 100px; }
#you-have .right { position: absolute; right: 49px; text-align: right; min-height: 100px; min-width: 100px; }
#you-have .big { font-weight: 600; font-size: 25px; line-height: 25px; color: #1b3866; text-transform: uppercase; letter-spacing: -1px; }
#you-have .small { font-size: 18px; line-height: 1.3; color: #000; display: block; margin-top: 15px; max-width: 320px; }

#you-have .left .table { padding: 25px 0 0 110px; position: relative; }
#you-have .right .table { padding: 25px 110px 0 0; position: relative; }

#you-have .left.l-1 { top: 60px; }
#you-have .left.l-2 { top: 189px; }
#you-have .left.l-3 { top: 320px; width: 630Px; }

#you-have .right.l-1 { width: 380px; top: 57px; }
#you-have .right.l-2 { top: 189px; }
#you-have .right.l-3 { top: 320px; }

#you-have .left .icon { position: absolute; top: 0; left: 0; width: 100px; height: 100px; background-color: #fff !important; }
#you-have .right .icon { position: absolute; top: 0; right: 0; width: 100px; height: 100px; background-color: #fff !important; }

#you-have .left.l-1 .icon { background: url("https://beaspermdonor.com/wp-content/themes/basd/images/you-have-icon-3.png") 0 0 no-repeat; }
#you-have .left.l-2 .icon { background: url("https://beaspermdonor.com/wp-content/themes/basd/images/you-have-icon-2.png") 0 0 no-repeat; }
#you-have .left.l-3 .icon { background: url("https://beaspermdonor.com/wp-content/themes/basd/images/you-have-icon-4.png") 0 0 no-repeat; }

#you-have .right.l-1 .icon { background: url("https://beaspermdonor.com/wp-content/themes/basd/images/you-have-icon-5.png") 100% 0 no-repeat; top: 2px; }
#you-have .right.l-2 .icon { background: url("https://beaspermdonor.com/wp-content/themes/basd/images/you-have-icon-6.png") 100% 0 no-repeat; }
#you-have .right.l-3 .icon { background: url("https://beaspermdonor.com/wp-content/themes/basd/images/you-have-icon-7.png") 100% 0 no-repeat; }


@media screen and (max-width: 1100px) {

	#menu-main ul li a { font-size: 14px; }
	#page-header .inner { height: 230px; }
	#header .inner { height: 50px; }
	#header .logo-wrap { max-width: 230px; }
	#header .logo-text { font-size: 11px; margin: -21px 0 0; }
	#menu-main .sub-menu a { white-space: normal; }
	#banner-top .bottom .column { margin-left: 0; }
	#banner-top .bottom .column .right { padding-right: 0; }
	#banner-top .bottom h2 .left, #banner-top .bottom h2 .right { width: 37%; }
	#you-have { background: transparent; text-align: justify; }
	#you-have .inner-size { width: 94%; }
	#you-have .inner-size:after { content: ""; width: 100%; display: inline-block; }
	#you-have .center, #you-have .left, #you-have .right { position: inherit; }
	#you-have .center { margin: 50px auto; left: 0; top: 0; }
	#you-have .left { left: 0; width: 100% !important; }
	#you-have .right { right: 0; text-align: left; width: 100% !important; }
	#you-have .right .icon { left: 0; top: 0 !important; }
	#you-have .table { display: table-cell; vertical-align: middle; height: 100px; padding: 0 0 30px 110px !important; text-align: left; }
	#you-have .left-col, #you-have .right-col { width: 100%; display: inline-block; vertical-align: top; }
/*	#how-work h2 .left, #how-work h2 .right { width: 37%; }*/
}


#how-work { padding: 0px 0 25px !important; box-sizing: border-box; }
#how-work * { box-sizing: border-box; }
/*#how-work .column { display: flex; justify-content: space-between; }*/
#how-work .column:after { display: none; }
#how-work .column .number { padding: 157px 0 35px; min-width: 1px; width: 30%; line-height: 1.3; }
#how-work .column .number strong { display: block; padding-bottom: 5px; }
#how-work .column .number p { max-width: 100%; }
#how-work .hiw-step-line.as-1 { left: 33%; }
#how-work .hiw-step-line.as-2 { left: 68%; }


#how-work {  padding: 30px 0 0; background: #f5f5f5; }






#how-work .column { position: relative; text-align: center; padding: 25px 0 0; }
#how-work .column:after { content: ""; width: 100%; display: inline-block; }
#how-work .column .number {
	display: inline-block;
	padding: 150px 7px 20px;
	min-width: 190px;
	width: 30%;
	color: #000;
	font-weight: 300;
	font-size: 15px;
	line-height: 22px;
	vertical-align: top;
	background-position: top;
	background-repeat: no-repeat
}


#how-work .column .number .bold { text-transform: uppercase; display: block; font-weight: bold; color: #000; }
#how-work .column .number.as-1 { background: url("https://beaspermdonor.com/wp-content/themes/basd/images/how-work-num-1.png") 50% 0 no-repeat; }
#how-work .column .number.as-2 { background: url("https://beaspermdonor.com/wp-content/themes/basd/images/how-work-num-2.png") 50% 0 no-repeat; }
#how-work .column .number.as-3 { background: url("https://beaspermdonor.com/wp-content/themes/basd/images/how-work-num-3.png") 50% 0 no-repeat; }
#how-work .column .number.as-4 { background: url("https://beaspermdonor.com/wp-content/themes/basd/images/how-work-num-4.png") 50% 0 no-repeat; }
#how-work .column .number.as-5 { background: url("https://beaspermdonor.com/wp-content/themes/basd/images/how-work-num-5.png") 50% 0 no-repeat; }
#how-work .column .number.as-6 { background: url("https://beaspermdonor.com/wp-content/themes/basd/images/how-work-num-6.png") 50% 0 no-repeat; }
#how-work .column .number.as-7 { background: url("https://beaspermdonor.com/wp-content/themes/basd/images/how-work-num-7.png") 50% 0 no-repeat; }
#how-work .column .number strong{ text-transform: uppercase }
#how-work .column .number p { margin: 0 auto; max-width: 270px; }
#how-work .hiw-step-line { top: 50px; }

#how-work h3, #location h3, .block-09 h3 { position: relative; margin: 0 0 20px; padding: 0; font: 300 32px/32px Montserrat, Arial, Helvetica, sans-serif; text-transform: uppercase; text-align: center !important; border: 0; overflow: hidden; }
#how-work h3 a, #location h3 a, .block-09 h3 { display: inline-block; color: #1b3866; transition: .4s; position: relative; z-index: 1; }
#how-work h3 span, #location h3 span, .block-09 h3 span { padding: 1px 20px; position: relative; display: inline-block; }

#how-work h3 span:before, #location h3 span:before, .block-09 h3 span:before { content: ""; position: absolute; top: 50%; right: -2000px; width: 2000px; height: 1px; background: rgba(0,0,0,0.2); }
#how-work h3 span:after, #location h3 span:after, .block-09 h3 span:after { content: ""; position: absolute; top: 50%; left: -2000px; width: 2000px; height: 1px; background: rgba(0,0,0,0.2); }

.hiw-step-line{
	position:absolute;
	top: 30px;
	left: 34.5%;
	margin: 0 0 0 -80px;
	width: 155px;
	height: 82px;
	background: url(https://beaspermdonor.com/wp-content/themes/basd/images/arrow-right-big-grey.png) center no-repeat;
	background-size: contain;
}
.hiw-step-line.as-2{
	left: 66.5%;
}

@media screen and (max-width: 1100px) {
	#you-have .small { font-size: 15px; }
	#how-work .hiw-step-line { display: none; }
	#how-work .column { flex-direction: column; max-width: 400px; margin: 0 auto; }
	#how-work .column .number { background-size: 36% auto !important; padding: 39% 0 35px; width: 100%; font-size: calc(15px + (18 - 15) * ((100vw - 360px) / (800 - 360)));  }
}

.payment-methods{
	border: 1px solid #666666;
	border-radius: 10px;
	box-shadow: 2px 4px 12px rgba(0,0,0,.08);
}
.payment-methods .card-body label{
	width: 100%;
	height: 100px;
	clip-path: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	text-align: center;
	border: 1px solid #0000003b;
	border-radius: 10px;
}
.payment-methods .card-body label img{
	width: 90%;
	display: block;
	margin: auto;
}
.payment-methods .card-body label p{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
}
.payment-methods .btn{
	clip-path: none;
	border-radius: 15px;
}
.vanue-details{
	padding: 10px;

}
.vanue-details p{
	margin-bottom: 0;
	font-size: 13px;
	color: var(--color-accent);
}
.vanue-details span{
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
}
.text-black{
    color: #000 !important;
}
.ml-2{
    margin-left:2px;
}
.text-orange{
    color:#e8471c;
}


.why-donate-content .items {
    padding: 8.1% 0px 1px 9.2%;
}

.why-donate-content .items .item {
    margin-bottom: 54px;
}
.why-donate-content .items .item .icon {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}
.why-donate-content .items .item .desc {
    float: left;
    width: calc(100% - 170px);
    margin-left: 47px;

}
.why-donate-content .items .item .desc .heading {
    text-transform: uppercase;
    font-family: "gothamboldregular", Arial, Helvetica, sans-serif;
    margin-top: 6px;
    font-weight:bold;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.accordion-header a{
    font-family: "gothambookregular", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight:bold;
    color: #003b71;
}
.accordion-body{
     font-family: "gothambookregular", Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #003b71;
    
}
.newc{
    height:325px;
}
.newh{
    height:100px;
}
@media screen and (min-width: 468px) and (max-width: 667px) { 
    .trusted_partner{
        margin-top:340px;
    }
    .h-900 {
    height: 575px;
}
    
    
    /* STYLES HERE */
}
@media screen and (min-width: 768px) and (max-width: 992px){
      .helping-advance{
        margin-top:98px !important;
    }
    .trust-healtcare .trust-healtcare-img{
        width: 200px !important;
    }}
    
@media screen and (min-width: 668px) and (max-width: 992px){

   
       .trusted_partner{
          padding-right: 154px;
    margin-top: 290px;
    }
      .trusted_partner h5
    {padding-left: 115px;}
       .h-900 {
    height: 570px;
}
    .mn70{
    margin-bottom:-100px!important;
}
}

/* Add this CSS to make the header fixed */
.site-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Ensures it's on top of other elements */
    background-color: white; /* Change background color to maintain readability */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: adds shadow for effect */
    padding: 10px 0; /* Adjust padding as needed */
}

/* To add a bit of space below the fixed header */
body {
    padding-top: 60px; /* Adjust this value based on your header height */
}
