body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
    color: var(--dark-grey-color);
}
*, input, :before, :after, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline: none;
    margin: 0;
    padding: 0;
}
p {
	font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #666666;
    margin: 0;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
input, textarea, select {
	font-family: 'Poppins', sans-serif;
}
button {
    cursor: pointer;
	font-family: 'Poppins', sans-serif;
	transition: ease .5s;
}
a, a:hover {
	text-decoration: none;
	transition: ease .5s;
	font-family: 'Poppins', sans-serif;
}
.pageWidth {
	max-width: 1440px;
    padding: 0 112px;
    margin: auto;
}

.socialmediaheadMain a {
display: flex;
align-items: center;
}

.socialmediaheadMain a svg {
margin-right: 10px;
}
/* claimpopup css code start here */
.navBreadcrumb {
display: flex;
align-items: center;
justify-content: space-between;
}

.claim_outer {
display: flex
}

.claim_inner {margin-right: 5px;}

.claim_popup, .claimed_popup {
color: rgb(231, 66, 75);
font-weight: 500;
cursor:pointer;
}
.popUpOverlay:before {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #222222;
    opacity: 0.4;
}
.claimPopMain {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 640px;
    padding: 0 20px;
    margin: auto;
    transform: translateY(-50%);
    z-index: 999;
		display:none;
}
.claimPopWrapper {
    background: #FFFFFF;
    box-shadow: 0px 20px 24px -4px rgb(16 24 40 / 10%), 0px 8px 8px -4px rgb(16 24 40 / 4%);
    border-radius: 16px;
    padding: 24px;
	text-align: center;
}
.closePopUp {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 24px;
    margin: auto;
    margin-right: 0;
    margin-bottom: 4px;
    cursor: pointer;
}
.ClaimContentHead p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #101828;
    margin: 0 0 8px;
}
.ClaimContentHead h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #101828;
    margin: 0;
}
.ClaimContentHead {
    margin: 0 0 24px;
}
.ClaimContentInner p {
    text-align: left;
    margin: 0 0 16px;
}
.ClaimContentInner p:last-child {
    margin: 0px;
}
.ClaimContentInner p a {
    color: #E7424B;
	font-weight: 500;
}
.ClaimContentInner p a:hover {
    opacity: .5;
}
.okaypopupBtn {
    margin-top: 32px;
}
.okayBtn {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #E7424B;
    padding: 10px 20px;
    display: inline-block;
}
.okayBtn:hover {
    background: #F48587;
}
/* claimpopup css code end herr */
.MobileOnly {
	display: none !important;
}
.socialFollowText {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #666666;
}
.mainHeaderOuter {
    background: #f5ebeb;
}
.mainHeadLeft {
    display: flex;
    align-items: center;
}
.mainheaderListInner {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.logRegisterBtns {
    display: flex;
    align-items: center;
}
.mainLogo {
    display: flex;
    align-items: center;
    margin-right: 50px;
}
.mainHeaderInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 112px;
    max-width: 1440px;
    margin: auto;
}
.mainheaderListInner li {
    padding-right: 32px;
}
.mainheaderListInner li:last-child {
    padding-right: 0px;
}
.mainheaderListInner li a {
    color: #444;
    letter-spacing: 0.01em;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
	display: inline-block;
}
.mainheaderListInner li a:hover {
    color: #d53a42;
}
.mainheaderListInner li.aboutText {
    padding-right: 12px;
}
.hiringBtn {
    border: none;
    outline: none;
    color: #DE3F48;
    padding: 4px 12px;
    background: rgba(231, 66, 75, 0.12);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
}
.loginBtn a {
    background: #fff;
    color: #222222;
}
.hiringBtn:hover {
    background: #DC8718;
    color: #fff;
}
.commonBtn:focus {
     background: rgba(244, 160, 52, 0.32);
	 color: #fff;
}
.loginBtn a:hover {
    background: #F0F0F0;
}
.loginBtn a:focus {
    color: #CFCFCF;
	background: #fff;
}
.RegisterBtn {
    margin-left: 16px;
}
.mainHeadRight {
    padding-left: 30px;
}
.MainContentOuter {
    background: #faf9f9;
}
.navBreadcrumbList {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
    padding: 24px 0;
}
.navBreadcrumbList li a {
    color: #666;
    letter-spacing: 0.01em;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
	display: inline-block;
}
.navBreadcrumbList li.active a {
    color: #222;
	pointer-events: none;
}
.navBreadcrumbList li a:hover {
    color: #222;
}
.navBreadcrumbList li span {
    color: #e9b8b9;
    margin: 0 12px;
}
.verifiedContent {
    display: flex;
    align-items: center;
	margin-bottom: 16px;
}
.verifiedContent span {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.verifiedContent img {
    display: block;
    flex: 0 0 24px;
    margin-right: 5px;
}
.veriInnerContent h2 {
    margin: 0 0 16px;
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
    color: #222222;
    font-family: 'Libre Baskerville', serif;
	white-space: nowrap;
}
.mainbannerContentlogo img {
    max-width: 136px;
    max-height: 100px;
    margin-bottom: 16px;
}
.mainRightBnrimg img {
    width: 100%;
    display: block;
}
.veriInnerContent {
    margin-bottom: 18px;
}
.veriInnerContent p{
    font-weight: 400;
}
.sinceLikeContentList {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.sinceLikeContentList li {
    display: flex;
    align-items: center;
	padding-right: 24px;
}
.sinceLikeContentList li img, .sinceLikeContentList li svg {
	display: block;
    flex: 0 0 24px;
    margin-right: 8px;
}
.sinceLikeContentList li span {
    color: #666;
    font-weight: 400;
}
.sinceLikeContentList li:last-child {
	padding-right: 0px;
}

.message-conf-modal {
	font-size:16px;
	letter-spacing: 0.01em;
	font-weight:400;
	line-height:24px;
	color:#039654;
	width:552px;
	height: 56px;
	background:#ECFDF3;
	border-radius:8px;
	justify-content:center;
	display:flex;
	flex-direction: row;
	padding:16px;
	gap:12px;
	mix-blend-mode:normal;

	margin-top:20px;
	margin-bottom:10px;
}
.sendMessage {
    margin-top: 40px;
}

.simpleMessageMain {
    padding: 30px 20px;
    max-width: 940px;
    margin: auto;
		line-height:2em;
}
.simpleMessageouter {
	color: #222222;
    border-radius: 5px;
    /* background: #f5ebeb; */
		border: 0.1rem solid var(--light-grey-color-3);
    padding: 20px;
    text-align: center;
}
.simpleMessageouter h3 {
    color: #222222;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 10px;
}
.commonBtn {
    background: #E7424B;
		border:none;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.06em;
    border-radius: 8px;
}
.commonBtn:hover {
    background: #E7424B;
}
.commonBtn svg{
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.sendMessage a:focus {
    background: rgba(244, 160, 52, 0.32);
}
.navTabsListOuter {
    display: flex;
    align-items: center;
}
.overflowTabsList {
    padding-top: 58px;
}
.navTabsListOuter>li>a {
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
    border-bottom: 6px solid transparent;
    padding-bottom: 24px;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.12em;
    opacity: .5;
}
.navTabsListOuter>li.active>a {
    opacity: 1;
	border-bottom: 6px solid #E7424B;
}
.navTabsListOuter>li {
    padding-right: 40px;
}
.navTabsListOuter>li:last-child {
    padding-right: 0px;
}
.mainTabsContentOuter {
    background: #fff;
    padding: 64px 0;
}
.OverviewTabContentouter {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -32px;
}
.OverviewMainHeadContent {
    width: 31%;
    padding-left: 32px;
}
.overviewMainDescription {
    width: 69%;
    padding-left: 32px;
}
.OverviewMainHeading h2 {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: #222222;
	font-family: 'Libre Baskerville', serif;
	display: flex;
    align-items: center;
    margin: 0;
}
.markerBorder {
    width: 16px;
    height: 32px;
    background: #E7424B;
    display: inline-block;
    margin-right: 12px;
}
#tab1 .overviewDesMaincontent {
    margin-bottom: 64px;
}
.overviewDesMaincontent h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #999999;
    margin: 0 0 12px;
}
.readMoreText {
    color: #E7424B;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
	cursor:pointer;
}
.readMoreText:hover {
    opacity: .5;
}
.OverviewSectorsList {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	margin-left: -8px;
	margin-bottom: 56px;
}
.OverviewSectorsList li {
    padding: 0 0 8px 8px;
}
.brandSectors {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.brandSectors li {
    margin-right: 30px;
}
.brandSectors li:last-child {
    margin-right: 0px;
}
.brandSectors li img {
    display: block;
}
.OverviewTabImpact {
    border-top: 1px solid #E7D1D1;
    padding-top: 64px;
    margin-top: 64px;
}
.impactStudyContent {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -24px;
}
.impactReadStudyContent {
    width: 50%;
    padding-left: 24px;
}
.impactReadStudyContentInner p {
	margin: 0 0 8px;
}
.readStudyLink {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #E7424B;
	display: flex;
    align-items: center;
}
.readStudyLink:hover {
    opacity: .5;
	text-decoration: underline;
}
.readStudyLink svg{
    margin-left: 17px;
}
.ContactUsFormSec {
    border-top: 1px solid #E7D1D1;
    padding-top: 64px;
}
.ContactUsFormheading h2 {
    font-family: 'Libre Baskerville', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #444;
	margin: 0 0 16px;
}
.ContactUsFormheading {
    margin-bottom: 56px;
}
.contactFormDetailBoxInner label {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #666;
    margin-bottom: 8px;
}
.contactFormDetailBoxInner label span {
    color: #E7424B;
}
.contactFormDetailBoxInner input, .contactFormDetailBoxInner textarea {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    padding: 10px 16px;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #666666;
    border-radius: 8px;
}
.contactFormDetailBoxInner input:focus, .contactFormDetailBoxInner textarea:focus {
    border: 1px solid #222;
    color: #222;
}

.contactFormDetailBox {
    margin-bottom: 24px;
}
.contactFormDetailBox:last-child {
    margin-bottom: 0px;
}
.contactFormDetailBoxInner textarea {
    min-height: 212px;
	resize: none;
}
.contactChecboxfield {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-items: center;
}
.contactChecboxfieldInner label {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #222222;
	margin-left: 12px;
}
.contactChecboxfieldInner label a {
    color: #E7424B;
	font-weight: 500;
}
.contactChecboxfieldInner label a:hover {
    opacity: .5;
}
.contactChecboxfieldInner input {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 2px solid #E8E8E8;
    margin: 0;
	position: relative;
	cursor: pointer;
    border-radius: 3px;
}
.contactChecboxfieldInner input:checked:before {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 5px;
    width: 7px;
    height: 12px;
    border: solid #222;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.contactChecboxfieldInner {
    display: flex;
    align-items: center;
}
.ContactFormContentInner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -80px;
}
.ContactFormContentleft {
    width: 52%;
    padding-left: 80px;
}
.ContactFormContentright {
    width: 48%;
    padding-left: 80px;
}
.ContactFormContentrightbox {
    background: #F6F4F4;
    padding: 32px;
}
.ContactFormContentrightbox h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #222222;
    margin: 0 0 24px;
	font-family: 'Libre Baskerville', serif;
}
.ContactFormContentrightbox p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    font-weight: 400;
}
.guidelinesList {
    margin-left: 20px;
    padding-left: 10px;
}
.guidelinesList li {
    list-style: disc;
	margin-bottom: 10px;
}
.guidelinesList li:last-child {
	margin-bottom: 0px;
}
.guidelinesList li::marker{
    color: #666;
}
.guidelinesList li p b {
    font-weight: 600;
}
.reachUsContent {
    margin-top: 24px;
}
.reachUsContent p a {
    color: #E7424B;
    font-weight: 500;
    display: inline-block;
    word-break: break-all;
}
.reachUsContent p a:hover {
    opacity: .5;
}
.mainFooterSec {
    background: #F8F1F1;;
    padding: 64px 0;
}
.ContactFormContentOuter {
    padding-bottom: 30px;
}
.mainFooterRow {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}
.mainFooterGridItem {
    width: 50%;
    padding-left: 30px;
}
.footerLogo img {
    display: block;
}
.footerSocialIconList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 45px;
}
.footerSocialIconList li {
    padding-right: 24px;
}
.footerSocialIconList li:last-child {
    padding-right: 0px;
}
.footerSocialIconList li a, .footerSocialIconList li a img {
    display: block;
}
.footerSocialIconList li a:hover {
    opacity: .5;
}
.footerSocialIconList li svg path{
    fill: #222;
}
.helpingHeadingContent .markerBorder {
    background: #F48587;
}
.helpingHeadingContent h2 {
    margin: 0;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #222222;
	font-family: 'Libre Baskerville', serif;
}
.helpingHeadingContent {
    margin-bottom: 40px;
}
.footerNavMenuList {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footerNavMenuList li {
    padding-right: 32px;
}
.footerNavMenuList li:last-child {
    padding-right: 0px;
}
.footerNavMenuList li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #222222;
	display: flex;
    align-items: center;
}
.footerNavMenuList li a:hover {
    color: #d53a42;
}
.navDivider {
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #444444;
    margin-right: 32px;
}
.copyrightContent {
    border-top: 1px solid #E7D1D1;
    margin-top: 40px;
    padding-top: 40px;
}
.copyrightContent p {
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
}
.programDesMap {
    margin-bottom: 16px;
    display: block;
    align-items: center;
}
.programInnerDesMap {
    display: flex;
    align-items: center;
		margin-bottom:4px;
}
.programInnerDesMap img, .programInnerDesMap svg {
    display: block;
    flex: 0 0 24px;
    margin-right: 12px;
}
.programInnerDesMap span {
    color: #666;
    font-weight: 400;
}
.programBadge {
    margin-left: 24px;
}
@media (max-width:1022px){
    .programInnerDesMap span{
        font-size: 14px;
        line-height: 20px;
    }
}

/* highmaps for programs in states */
#programs_map {
	background-color: #FAF9F9;
}

.orangeBadge span {
    padding: 4px 12px;
    background: rgba(244, 160, 52, 0.16);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #D97613;
    display: inline-block;
}
.seeMoreProject a {
    color: #E7424B;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
}
.seeMoreProject a:hover {
	opacity: .5;
}
.seeMoreProject {
    margin-top: 16px;
}
.impactBinary {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
	margin-top: 12px;
    margin-left: -30px;
}
.impactBinaryItem {
    width: 50%;
    padding-left: 30px;
}
.impactBinaryItem h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #999999;
    margin: 0 0 8px;
}
.metricsGraph {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.metricsGraph span{
    font-size: 18px;
    color: #999999;
    font-weight: 500;
}
.metricsContent {
    margin-top: 32px;
}
.metricsGraph img, .detailIconContent img,
.metricsGraph svg, .detailIconContent svg  {
    display: block;
    flex: 0 0 24px;
    margin-right: 12px;
}
.detailsTabContent span {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #999999;
}
.metricyears li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.metricyears li:last-child {
    margin-bottom: 0px;
}
.metricsText {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #999;
    margin-right: 16px;
	flex: 0 0 70px;
}
.metricyearmoney {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding: 0 8px;
    display: inline-block;
    width: 168px;
    background: #FBAF17;
    border-radius: 8px;
}
.metricyears li:nth-child(2) .metricyearmoney {
    width: 132px;
}
.metricyears li:nth-child(3) .metricyearmoney {
    width: 119px;
}
.headquatericontext, .proStatesInner {
    display: flex;
    align-items: center;
}
.headquaterOffice {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -30px;
}
.headquaterOfficeItem {
    width: 50%;
    padding-left: 30px;
}
.headquatericontext img, .proStatesInner img,
.headquatericontext svg, .proStatesInner svg  {
    display: block;
    flex: 0 0 24px;
    margin-right: 12px;
}
.headquatericontext span {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #999999;
}
.headquaterItemInner p, .headofficeItemInner p {
    font-size: 18px;
    line-height: 28px;
	margin: 12px 0;
}
.proStatesContent {
    padding-left: 32px;
    width: 100%;
}
.proStatesInner {
    margin-bottom: 12px;
}
.proStatesInner span {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #999999;
}

.proStatesContent p {
    font-size: 18px;
    line-height: 28px;
}
.accordionPanel {
    display: none;
}
.accordionMain>li {
    padding: 32px 0;
		border-bottom: 1px solid #E8E8E8;
}
.accordionMain>li:first-child{
    padding-top: 0;
}
.accordionHeading {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #999999;
    margin: 0;
    position: relative;
	cursor: pointer;
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.plusminusicon {
    display: flex;
    align-items: center;
	margin-left: 10px;
}
.plusminusicon path {
    stroke: #999999;
}
.minus, .accordionMain>li.active .plus {
    display: none;
}
.accordionMain>li.active .minus {
	display: block;
}
.accordionPanelContent p {
    color: #666;
    font-weight: 400;
}
.accordionPanelContent {
    padding-top: 20px;
}
.accordionPanelContent .overviewDesMaincontent {
    margin: 0;
}
.detailIconContent {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.detailstabfield input {
    border: none;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.01em;
    box-shadow: none;
}
.detailsTabContentList {
    display: flex;
    justify-content: space-between;
    margin-left: -30px;
    flex-wrap: wrap;
}
.detailsTabContentList>li {
    width: 50%;
    padding-left: 30px;
    margin-bottom: 40px;
}
.detailsTabContentList>li:last-child {
    margin-bottom: 0px;
}
.detailNumber>p {
    font-size: 16px;
    line-height: 24px;
    word-break: break-word;
}
.detailsTabinnerContent p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    word-break: break-word;
}
.detailnumberCalendars>li>span {
    display: flex;
    color: #666666;
    align-items: center;
}
.detailnumberCalendars input[type="date"]::-webkit-calendar-picker-indicator {
    background: none;
}
.detailnumberCalendars>li>span input {
    margin-left: 5px;
	border: none;
	appearance: none;
    -webkit-appearance: none;
	   font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #666666;
}
.detailsTabDes .readStudyLink {
    margin-top: 12px;
}
.socialmediaheadMain {
    display: flex;
    align-items: center;
	margin-bottom: 16px;
}
.socialmediaheadMain>img, .socialmediaheadMain>svg {
    display: block;
    flex: 0 0 32px;
    margin-right: 12px;
}
.socialmediaheadMain span {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #444444;
	display: flex;
    align-items: center;
	font-family: 'Libre Baskerville', serif;
	cursor: pointer;
}
.socialmediaheadMain span:hover {
    color: #E7424B;
}
.foundationBoxColumnContent {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
	padding: 12px 16px;
	display: flex;
    align-items: flex-start;
	overflow: hidden;
}
.foundationBoxRowInner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -32px;
}
.foundationBoxColumn {
    width: 33.33%;
    padding-left: 32px;
}
.founderName {
    display: flex;
    align-items: center;
    flex: 0 0 48px;
    margin-right: 12px;
}
.founderName img {
    width: 100%;
    display: block;
}
.foundationtweet h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 4px;
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
    line-height: 20px;
    font-weight: 590;
}
.foundTextDate span {
    color: #536471;
    font-weight: 400;
}
.foundationtweet p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #0F1419;
	font-family: 'Source Sans Pro', sans-serif;
}
.foundationLikeSocialLst li a span {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #536471;
	font-family: 'Source Sans Pro', sans-serif;
}
.socialmediaheading {
    margin-bottom: 40px;
}
.foundationLikeSocialLst {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 12px;
}
.foundationLikeSocialLst li {
	padding-right: 5px;
}
.foundationLikeSocialLst li a {
    display: flex;
    align-items: center;
}
.foundationLikeSocialLst li:last-child {
	padding-right: 0px;
}
.foundationLikeSocialLst li:last-child img, .foundationLikeSocialLst li:last-child svg{
	margin-right: 0px;
}
.foundationLikeSocialLst li img, .foundationLikeSocialLst li svg {
    flex: 0 0 20px;
    margin-right: 12px;
}
.socialTabcontentInner {
    margin-bottom: 64px;
}
.socialTabcontentInner:last-child{
    margin-bottom: 0px;
}
.socialmediaRow {
    display: flex;
    flex-wrap: wrap;
    margin-left: -32px;
}
.socialmediaColumn {
    width: 50%;
    padding-left: 32px;
}
.socialmediaColumn .socialmediaheading {
    margin: 0;
}
.youtubeIframe {
    line-height: 1;
    display: flex;
    margin-bottom: 16px;
    align-items: center;
    min-width: 100%;
    min-height: 216px;
}
.youtubeIframe iframe {
    width: 100%;
}
.overview_hidden_elem{
	display:none;
}






/* media css start here */
@media (min-width: 768px) {
.OverviewTabImpact .detailsTabContentList>li:nth-child(3), .OverviewTabImpact .detailsTabContentList>li:nth-child(4) {
    margin-bottom: 0;
}
.detailsTabContentList>li:nth-last-child(2)  {
    margin-bottom: 0px;
}
.detailsTabinnerContent p{
    font-size: 18px;
    line-height: 28px;
}
}
@media (max-width: 1400px) {
.pageWidth {
	padding: 0 50px;
}
.mainHeaderInner {
    padding: 18px 50px;
}
.mainFooterWrapper {
    padding: 0 50px;
}
.veriInnerContent h2 {
    white-space: pre-wrap;
}
}
@media (max-width: 1279px) {
.mainHeaderInner {
    padding: 18px 25px;
}
.pageWidth {
	padding: 0 25px;
}
.mainFooterWrapper {
    padding: 0 25px;
}
.mainLogo {
    margin-right: 30px;
}
.mainheaderListInner li {
    padding-right: 15px;
}
.footerNavMenuList li {
    padding-right: 15px;
}
.navDivider {
    margin-right: 15px;
}
.ContactFormContentright {
    padding-left: 35px;
}
.navTabsListOuter>li>a {
    font-size: 16px;
    line-height: 28px;
}
.veriInnerContent h2 {
    font-size: 30px;
    line-height: 42px;
}
}
@media (max-width: 1023px) {
.founderName {
    flex: 0 0 30px;
}
.foundationBoxColumn {
    padding-left: 15px;
}
.foundationBoxRowInner {
    margin-left: -15px;
}
.mainLogo {
    margin-right: 15px;
}
.mainheaderListInner li a {
    font-size: 12px;
    line-height: 18px;
}
.mainHeadRight {
    padding-left: 15px;
}
.RegisterBtn {
    margin-left: 10px;
}
.mainheaderListInner li {
    padding-right: 10px;
}
.hiringBtn {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 18px;
}
.commonBtn {
    padding: 10px 10px;
    font-size: 12px;
    line-height: 18px;
}
.footerLogo img {
    max-width: 130px;
    height: auto !important;
}
.jss5 img{
    height: auto !important;
}
.mainFooterGridItem {
    width: 40%;
}
.mainFooterGridItem.mainFooterGridItemRight {
    width: 60%;
}
.footerNavMenuList li a {
    font-size: 14px;
    line-height: 24px;
}
.navBreadcrumbList li a {
    font-size: 14px;
    line-height: 24px;
}
.footerSocialIconList li {
    padding-right: 15px;
}
}

@media (max-width: 767px) {
	.founderName {
	    flex: 0 0 48px;
	}
	.foundationBoxColumn {
	    width: 100%;
	    margin-bottom: 32px;
	}
	.foundationBoxColumn:last-child {
	    margin-bottom: 0px;
	}
	.socialTabcontentInner {
	    margin-bottom: 40px;
	}
	.socialmediaColumn {
	    width: 100%;
	    margin-bottom: 40px;
	}
	.detailsTabContentList>li {
	    width: 100%;
	    margin-bottom: 32px;
	}
	.programDesMap {
	    flex-wrap: wrap;
	}
	.programInnerDesMap {
	    margin-bottom: 8px;
	}
	.programBadge {
	    margin-left: 0;
	}
	.overviewDesMaincontent h2 {
	    font-size: 18px;
	    margin: 0 0 8px;
	}
	.impactBinary {
	    margin-top: 24px;
	}
	.impactBinaryItem {
	    width: 100%;
	    margin-bottom: 24px;
	}
	.impactBinaryItem:last-child{
	    margin-bottom: 0px;
	}
	.metricsContent {
	    margin-top: 24px;
	}
	.mainHeaderInner {
	    padding: 20px 35px;
	}
	.pageWidth {
		padding: 0 25px;
	}
	.mainFooterWrapper {
	    padding: 0 35px;
	}
	.mainheaderList, .mainHeadRight, .sinceLikeContentList .likeText {
	    display: none;
	}
	.navTabsListOuter>li>a {
	    padding-bottom: 14px;
	}
	.navTabsListOuter>li {
	    padding-right: 35px;
	}
	.navTabsListOuter {
	    overflow: auto;
		-ms-overflow-style: none;
	  scrollbar-width: none;
	}
	.navTabsListOuter::-webkit-scrollbar {
	    display: none;
	}
	.navBreadcrumbList li span {
	    margin: 0 8px;
	}
	.verifiedContent {
	    margin-bottom: 20px;
	}
	.veriInnerContent {
	    margin-bottom: 16px;
	}
	.sinceLikeContentList li {
	    padding-right: 0;
	    margin-bottom: 16px;
	    width: 100%;
	}
	.sinceLikeContentList li:last-child {
	    margin-bottom: 0px;
	}
	.sendMessage a {
	    padding: 14px 20px;
	    width: 100%;
	}

	.mainTabsContentOuter {
	    padding: 50px 0 32px;
	}
	.OverviewMainHeadContent, .overviewMainDescription {
	    width: 100%;
	}
	.OverviewMainHeading {
	    margin-bottom: 32px;
	}
	.overviewDesMaincontent {
	    margin-bottom: 32px;
	}
	.OverviewSectorsList {
	    margin-left: -12px;
	    margin-bottom: 32px;
	}
	.OverviewSectorsList li {
	    padding: 0 0 12px 12px;
	}
	.brandSectors {
	    flex-wrap: nowrap;
	}
	.OverviewTabImpact {
	    padding-top: 32px;
	    margin-top: 32px;
	}
	.impactReadStudyContent {
	    width: 100%;
	    margin-bottom: 24px;
	}
	.impactReadStudyContent:last-child {
	    margin-bottom: 0px;
	}
	.ContactUsFormSec {
	    padding-top: 16px;
        border-top: 0;
	}
	.ContactFormContentInner {
	    margin-left: -32px;
	}
	.ContactFormContentleft, .ContactFormContentright {
	    width: 100%;
	    padding-left: 32px;
	}
	.contactFormDetailBoxInner label {
	    line-height: 16px;
	    margin-bottom: 4px;
		letter-spacing: 0;
	}
	.brandSectors li img {
	    width: 100%;
	}
	.contactFormDetailBoxInner input, .contactFormDetailBoxInner textarea {
	    border: 1px solid #D0D0D0;
	    padding: 13px 16px;
	    line-height: 20px;
	    letter-spacing: 0;
	    border-radius: 4px;
	}
	.contactFormDetailBoxInner textarea {
	    min-height: 160px;
	}
	.contactChecboxfield {
	    display: block;
	}
	.contactFormDetailBox.contactFormDetailBoxTextarea {
	    margin-bottom: 10px;
	}
	.sendMessageForm {
	    margin-top: 34px;
	}
	.sendMessageForm a {
	    width: 100%;
	}
	.ContactFormContentrightbox {
	    margin-top: 34px;
	}
	.ContactFormContentrightbox h2 {
	    line-height: 32px;
	    margin: 0 0 20px;
	}
	.ContactFormContentOuter {
	    padding-bottom: 60px;
	}
	.mainFooterGridItem, .mainFooterGridItem.mainFooterGridItemRight {
	    width: 100%;
	}
	.mainFooterGridItemLeft {
	    order: 1;
	}
	.helpingHeadingContent {
	    margin-bottom: 32px;
	}
	.navDivider {
	    display: none;
	}
	.footerNavMenuList {
	    display: block;
	}
	.footerNavMenuList li {
	    padding-right: 0;
		margin-bottom: 16px;
	}
	.footerNavMenuList li:last-child {
		margin-bottom: 0px;
	}
	.MobileOnly {
		display: block !important;
	}
	.DesktopOnly {
		display: none !important;
	}
	.footerSocialMedia {
	    margin-top: 40px;
	}
	.footerLogo img {
	    max-width: 160px;
	}
	.footerSocialIconList {
	    margin-top: 24px;
	}
	.copyrightContent {
	    margin-top: 64px;
	}
	.mobilehamburger a {
	    display: flex;
	    align-items: center;
	}
	.navBreadcrumbList li:last-child a {
	    width: 120px;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    position: relative;
	}
	.navBreadcrumbList li {
	    display: flex;
	    align-items: center;
	}
}
@media (max-width: 400px) {
.navBreadcrumbList li span {
    margin: 0 5px;
}
}
@media (max-width: 767px) {
.claimPopWrapper {
    padding: 16px;
}
.ClaimContentHead p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.ClaimContentHead h2 {
    font-weight: 500;
    font-size: 18px;
}
.claim_outer {
    font-size: 14px;
}
}

/* Financials - START */

.container {
  padding: 0;
  margin: 0 auto;
  padding: 0px;
  gap: 32px;
  width: 85%;
}

.firstline {
  display: flex;
  width: 100%;
}

.one {
  width: 30%;
  height: auto;
  padding-right: 16px;
}
.two {
  width: 70%;
  height: auto;
}

.linetwo {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.four {
  width: 25%;
}
.five {
  width: 50%;
}
.six {
  width: 50%;
}

.financialdetails {
  display: flex;
  margin-bottom: 16px;
}
.detailssquare {
  background-color: #e7424b;
  width: 16px;
  height: 32px;
  margin-right: 12px;
}
.details {
  width: 204px;
  height: 32px;
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #444444;
  flex: none;
  order: 1;
  flex-grow: 0;
}
.download {
  width: 243px;
  height: 24px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #e7424b;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

canvas {
  position: relative;
  max-height: 250px;
  width: 100%;
}

.breakdown {
  display: flex;
  justify-content: space-around;
  margin-bottom: 25px;
}
.desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  font-size: 12px;
  color: #666666;
}
.child-desc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #666666;
  margin-left: 24px;
}
.financial-heading {
	align-items: center;
	display: flex;
	width: 100%;
  height: 28px;
  margin: 0;
	margin-bottom: 40px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #999999;
  flex: none;
  order: 1;
  flex-grow: 1;
}
.s1 {
  width: 16px;
  height: 16px;
  background: #ffd542;
  border-radius: 4px;
}
.s2 {
  width: 16px;
  height: 16px;
  background: linear-gradient(0, #fbaf17 50%, #fbe0be 50%);
  border-radius: 4px;
}
.s3 {
  width: 16px;
  height: 16px;
  background: #fbe0be;
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.s4 {
  width: 16px;
  height: 16px;
  background: #fbaf17;
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.a1,
.a2 {
  color: #e7424b;
}

.bd {
  width: 224px;
  height: 28px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #999999;
  flex: none;
  order: 0;
  flex-grow: 1;
}

.fourtitle {
  height: 28px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #999999;
  flex: content;
  order: 1;
  flex-grow: 1;
  overflow-wrap: break-word;
}

.fourdesc {
  height: 24px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #e7424b;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  overflow-wrap: break-word;
}
.goes {
  color: #666666;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.pepple {
  white-space: nowrap;
  height: 24px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
	margin-left: 18px;
  text-align: right;
  letter-spacing: 0.01em;
  color: #444444;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.fin-text {
	font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #444444;
	flex: none;
  order: 1;
  flex-grow: 0;
}

.totalre {
  margin-left: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #666666;
  flex: none;
  order: 1;
  flex-grow: 1;
  cursor: pointer; /* financial highchart legend cursor css */
}

.audited {
  height: 28px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #999999;
  flex: none;
  order: 1;
  flex-grow: 1;
}

.highcharts-credits {
  display: none;
}

.financials {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  /* border-bottom: solid 1px #e8e8e8; */
}

.financials_active .totalre {
    color: rgb(204, 204, 204); /* greys out the text when selected */
}

.financials_active .s1, .financials_active .s4, .financials_active .s3{
   background-color: rgb(204, 204, 204);  /* greys out the icon when selected */
}

.fa-chevron-left {
  padding-right: 22px;
  color: #e7424b;
}
.fa-chevron-right {
  padding-left: 22px;
  color: #e7424b;
}

.financial-heading .fa-solid.fa-indian-rupee-sign {
  padding-right: 14px;
}
.financials .accordionHeading{
    font-size: 16px;
    line-height: 24px;
}
.financials .plus{
    transform: rotate(-90deg);
}
.financials .minus{
    transform: rotate(180deg);
}
.financials .accordionMain>li:last-child{
    border: none;
}
.financials_tip{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #E7424B;
    letter-spacing: 0.01em;
    margin-top: 14px;
    display: flex;
}
.financials_tip span, .financials_tip svg{
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}
@media (max-width: 1023px) {
    .financials {
      display: block;
    }
    .breakdown{
        margin-top: 20px;
    }
}
@media (min-width:1024px) and (max-width: 1115px) {
    .bd {
        width: 170px;
    }
}
@media (max-width: 768px) {
  .three {
    width: 372px;
  }
  .linetwo {
    display: block;
  }
  .linetwo .fourtitle {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .five,
  .six {
    width: 100%;
    margin-bottom: 32px;
  }
}

@media (max-width: 450px) {
  .financials {
    display: block;
  }
  .three {
    width: 100%;
  }
  .highcharts-root {
    width: 358px;
  }
}

@media (max-width: 415px) {
  .highcharts-root {
    width: 300px;
  }
}

@media (max-width: 992px) {
  .container {
    width: calc(100% - 70px);
  }
  .bd {
    width: 176px;
  }
}

@media (max-width: 1200px) {
  .firstline {
    flex-direction: column;
  }
  .one {
    width: 100%;
  }
  .one .financialdetails,
  .one {
    margin-bottom: 32px;
  }
  .two {
    width: 100%;
  }

  .bd {
    font-size: 16px;
    line-height: 24px;
  }

  .desc .totalre,
  .desc .pepple {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1300px) {
    .child-desc .totalre,
    .child-desc .pepple {
      font-size: 14px;
      line-height: 20px;
    }
}
.pepple span {
  margin-right: 5px;
  cursor: pointer;
}

.highcharts-figure,
.highcharts-data-table table {
  margin: 0;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}
.graph__content .accordionHeading {
    justify-content: flex-start;
}
.graph__content .plusminusicon{
    margin-right: 13px;
    margin-left: 0;
}
@media (min-width: 1023px) {
    .graphBox, .graph__content{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .graph__content{
        padding-left: 35px;
        margin-top: -24px;
    }
}
/* Financials - END */


/* team section css starts*/
.tab-row {
    display: flex;
    flex-wrap: wrap;
}
.tab-inner__team li {
    display: flex;
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 50px;
}
.tab-inner__team li p {
    margin: 4px 0 12px;
    font-weight: 400;
}
.tab-inner__icon {
    background-color: #f6f4f4;
    border-radius: 50%;
    min-width: 72px;
    max-width: 72px;
    height: 72px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.tab-inner__icon img{
    object-fit: cover;
    width: 72px;
    height: 72px;
    object-fit: cover;
}
.tab-inner__info--name {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #222;
}
.tab-inner__info--link {
    color: #e7424b;
    font-weight: 500;
    line-height: 24px;
}
.tab-inner__info--link svg {
    margin-left: 5px;
}
.tab-inner__team {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .tab-inner__team li {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .tab-inner__team {
        margin-top: 32px;
    }
    .tab-inner__icon svg{
      max-width: 26.67px;
    }
}
@media (max-width: 767px) {
    .tab-inner__team {
        margin-top: 32px;
    }
    .tab-inner__team li {
        align-items: center;
        min-width: 100%;
    }
}
/* team section css ends*/

/*home page hero banner css for text change starts*/
.is-hidden {
    display: none !important;
}
#hero-rotating-text {
    font-weight: 700;
    color: #E7404A;
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
}
.is-inactive {
    position: absolute;
    right: 0;
    bottom: 100%;
}
@media (min-width: 1024px){
    #hero-rotating-text {
        font-size: 52px;
        line-height: 68px;
    }
}
/*home page hero banner css for text change ends*/

/* -------------------------- style.css starts here -------------------------- */
:root {
  --primary-red: #e7424b;
  --light-primary-red: #f5ebeb;
  --light-primary-red-1: #e7d1d1;
  --secondary-orange: #d97613;
  --light-secondary-orange: #fdf1e2;
  --light-secondary-orange-1: #f4a034;
  --light-secondary-orange-2: #fbe0be;
  --white-color: #fff;
  --dark-grey-color: #222;
  --light-grey-color: #666;
  --light-grey-color-1: #999;
  --light-grey-color-2: #faf9f9;
  --light-grey-color-3: #cfcfcf;
  --neutral-silver: #f6f4f4; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;}

.header {
  padding: 1.8rem 8rem;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 650px) {
    .header {
      padding: 1.8rem 6rem; } }
  @media only screen and (max-width: 500px) {
    .header {
      padding: 1.8rem 3.5rem; } }
  @media only screen and (max-width: 350px) {
    .header {
      padding: 1.8rem 1.5rem; } }
  .header__logo-link {
    text-decoration: none;
    margin-right: 5.6rem;
    display: flex;
    align-items: center; }
  .header__logo-img {
    margin-right: 1.03rem; }
  .header__logo-text {
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: 0.01em;
    padding: 0 1.033rem;
    position: relative;
    opacity: 0.6;
    color: var(--dark-grey-color); }
    .header__logo-text::before {
      content: "";
      display: block;
      height: 100%;
      width: 0.2rem;
      position: absolute;
      left: 0;
      top: 0;
      background-color: var(--dark-grey-color);
      opacity: 0.6; }
  .header__link {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.01em;
    text-decoration: none;
    color: var(--dark-grey-color); }
    @media only screen and (max-width: 1100px) {
      .header__link {
        display: none; } }
    .header__link:not(:last-of-type) {
      margin-right: 3.2rem;
      opacity: 0.6; }
    .header__link:last-of-type {
      display: flex;
      align-items: center; }
  @media only screen and (max-width: 1100px) {
    .header__icon {
      display: none; } }
  .header__btns-container {
    margin-left: auto;
    display: flex;
    gap: 1.6rem; }
    @media only screen and (max-width: 1100px) {
      .header__btns-container {
        display: none; } }
  .header__btn {
    color: var(--white-color);
    background-color: var(--primary-red);
    padding: 1rem 2rem;
    font-weight: 600;
    font-size: 1.6rem;
    font-family: "Poppins", sans-serif;
    line-height: 2.4rem;
    letter-spacing: 0.06em;
    border: none;
    cursor: pointer;
    transition: all 0.4s ease; }
    .header__btn:hover {
      background-color: rgba(231, 66, 75, 0.8); }
  .header__burger-menu {
    width: 1.575rem;
    height: 0.2rem;
    border-radius: 2rem;
    background-color: var(--dark-grey-color);
    margin-left: auto;
    position: relative;
    display: none; }
    @media only screen and (max-width: 1100px) {
      .header__burger-menu {
        display: block; } }
    .header__burger-menu::before, .header__burger-menu::after {
      display: block;
      content: "";
      position: absolute;
      background-color: var(--dark-grey-color);
      width: 100%;
      height: 100%;
      border-radius: 2rem; }
    .header__burger-menu::before {
      top: -0.7rem; }
    .header__burger-menu::after {
      top: 0.7rem; }

.heading-1 {
  font-family: "Libre Baskerville", serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 4.2rem; }
  @media only screen and (max-width: 500px) {
    .heading-1 {
      font-size: 2.4rem;
      line-height: 3.2rem; } }

.section-1 {
  background-color: var(--light-grey-color-2);
  padding: 2.4rem 0; }
  @media only screen and (max-width: 650px) {
    .section-1 {
      padding: 4rem 0; } }
  @media only screen and (max-width: 500px) {
    .section-1 {
      padding: 2.4rem 0; } }
    .section-1__heading {
    margin-bottom: 1.6rem; }
    @media only screen and (max-width: 500px) {
    .section-1__heading {
    margin-bottom: 1.2rem; } }
  .section-1__grid {
    display: grid;
    grid-template-columns: 0.6fr 0.4fr;
    align-items: flex-end; }
    @media only screen and (max-width: 850px) {
      .section-1__grid {
        grid-template-columns: 1fr; } }
  .section-1__select {
    pointer-events: none;
    font-size: 1.6rem;
    font-family: inherit;
    line-height: 2.4rem;
    letter-spacing: 0.01em;
    padding: 1rem 1.6rem;
    color: var(--light-grey-color-1);
    background-color: var(--white-color);
    border: 0.1rem solid var(--light-grey-color-3);
    appearance: none;
    width: 100%;
    transition: all 0.4s ease; }
    .section-1__select option {
      display: none;
      z-index: -1; }

.par {
  font-weight: 400; }
  .par--grey {
    color: var(--light-grey-color); }
  .par--dark-grey {
    color: var(--dark-grey-color); }
  .par--red {
    color: var(--primary-red); }
  .par--bolder {
    font-weight: 500; }

.custom-select-main {
  position: relative;
  margin-top: 3.2rem;
  width: 40rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
  color: var(--light-grey-color-1);
  background-color: var(--white-color);
  border: 0.1rem solid var(--light-grey-color-3);
  cursor: pointer; }
  @media only screen and (max-width: 650px) {
    .custom-select-main {
      width: 100%; } }
  .custom-select-main::after {
    display: block;
    content: "";
    background-image: url("../assets/icon-down-arrow.a69bb5253d90.svg");
    position: absolute;
    top: 50%;
    right: 2.05rem;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 0.9rem;
    pointer-events: none; }
  .custom-select-main::before {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 1rem;
    background-color: transparent; }

.custom-options-main {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  width: 100%;
  border: 0.1rem solid var(--light-grey-color-3); }

.custom-options {
  display: none; }
  .custom-options--shown {
    display: block; }

.custom-option {
  background-color: var(--white-color);
  padding: 0.9rem 1.7rem;
  transition: all 0.4s ease;
  z-index: 10;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.01em;
  color: var(--light-grey-color);
  cursor: pointer; }
  .custom-option:hover {
    background-color: var(--light-secondary-orange);
    color: var(--dark-grey-color); }

  @media only screen and (max-width: 650px) {
    .section-results {
      padding: 6.6rem 6rem; } }
  @media only screen and (max-width: 500px) {
    .section-results {
      padding: 40px 35px 14px 35px; } }

.result {
  padding: 1.6rem;
  border: 1px solid #E8E8E8;
border-radius: 8px;
  transition: all 0.4s ease;
  cursor: pointer; }
    .result:hover .result__heading {
      color: var(--primary-red); }
  .result__heading {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    margin-bottom: 1.2rem; }
    /* .result__heading::before { */
      /* display: inline-block; */
      /* content: ""; */
      /* background-image: url("../assets/icon-check.43bb6fcd67fe.svg"); */
      /* width: 2.2rem; */
      /* height: 2.2rem; */
      /* margin-right: 0.9rem; } */
	  .result__heading a {
    color: #222;
    font-family: "Libre Baskerville", serif;
}
.result.search-result.search_outer {
    display: flex;
    justify-content: space-between;
}
.price_box {
    margin-bottom: 4rem;
}
.price_box p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #999;
}
.search_right--fy{
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #999;
  margin-bottom: 8px;
  min-width: 100%;
}
  .result__sub-heading {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.01em;
    font-weight: 400;
    color: var(--light-grey-color);
    margin-bottom: 1.6rem;
    display: flex;
    align-items: center; }
    .result__sub-heading::before {
      display: inline-block;
      content: "";
      background-image: url("../assets/icon-location.27f3564f92f0.svg");
      width: 1.7rem;
      height: 2rem;
      margin-right: 1.17rem; }
      .search_left--placeholder {
        background-color: #F6F4F4;
        width: 100%;
        height: 64px;
        font-size: 30px;
        font-family: "Libre Baskerville", serif;
        font-weight: 400;
        line-height: 64px;
        text-align: center;
        color: #666;
      }
      .search_left img{
        max-width: 100%;
      }
      @media only screen and (max-width: 1022px) {
        .search_left{
          margin-bottom: 24px;
          max-width: 144px;
        }
        .search_left img{
          max-height: 100px;
        }}

.pagination {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem; }
  @media only screen and (max-width: 500px) {
    .pagination {
      gap: 0.4rem; } }
  .pagination__pages-container {
    margin: 0 1.6rem;
    display: flex;
    align-items: center;
    gap: 2.4rem; }
    @media only screen and (max-width: 500px) {
      .pagination__pages-container {
        gap: 1.4rem; } }
  .pagination__page {
    text-decoration: none;
    font-weight: 600;
    color: var(--light-grey-color); }
    .pagination__page--active {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: var(--primary-red);
      width: 4rem;
      height: 4rem;
      color: var(--white-color);
      border-radius: 8px;}
  .pagination__icon {
    cursor: pointer;
    color: var(--light-grey-color-1); }
    .pagination__icon--active {
      color: var(--primary-red); }

.read-more {
  color: var(--primary-red);
  text-decoration: none;
  display: none; }
  @media only screen and (max-width: 500px) {
    .read-more {
      display: inline; } }

.dots {
  display: none; }
  @media only screen and (max-width: 500px) {
    .dots {
      display: inline; } }

.more {
  display: inline; }
  @media only screen and (max-width: 500px) {
    .more {
      display: none; } }

.footer {
  padding: 6.4rem 8.6rem;
  background-color: var(--light-primary-red);
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  @media only screen and (max-width: 1000px) {
    .footer {
      grid-template-columns: 1fr; } }
  @media only screen and (max-width: 500px) {
    .footer {
      padding: 6.4rem 3.3rem; } }
  .footer__img-container {
    grid-row: 1/3; }
    @media only screen and (max-width: 1000px) {
      .footer__img-container {
        grid-row: 2/3; } }
  .footer__logo {
    margin-bottom: 5rem; }
    @media only screen and (max-width: 300px) {
      .footer__logo {
        width: 80%; } }
  .footer__icons-container {
    display: flex;
    align-items: center;
    gap: 4rem; }
  .footer__list {
    list-style: none;
    display: flex;
    gap: 3.2rem; }
    @media only screen and (max-width: 1000px) {
      .footer__list {
        flex-direction: column;
        margin-bottom: 5rem;
        gap: 1.6rem; } }
  .footer__item {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center; }
    .footer__item:not(:last-child)::after {
      content: "";
      display: inline-block;
      height: 0.2rem;
      width: 1.6rem;
      background-color: var(--dark-grey-color);
      margin-left: 3.2rem; }
      @media only screen and (max-width: 1000px) {
        .footer__item:not(:last-child)::after {
          display: none; } }
  .footer__link {
    text-decoration: none;
    color: var(--dark-grey-color);
    font-weight: 500; }
  .footer__text {
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.01em;
    color: var(--light-grey-color);
    padding-top: 4rem;
    border-top: 0.1rem solid var(--light-primary-red-1); }
    @media only screen and (max-width: 1000px) {
      .footer__text {
        margin-top: 7rem; } }

.form {
  padding: 6.6rem 0 1.6rem; }
  @media only screen and (max-width: 650px) {
    .form {
      padding: 6.6rem 0; } }
  @media only screen and (max-width: 500px) {
    .form__content {
      display: flex;
      flex-direction: column; } }
  .form__item {
    display: grid;
    grid-column-gap: 3.2rem;
    grid-template-columns: 38.4rem 1fr;
    padding-bottom: 6.4rem; }
    .form__item:not(:last-child) {
      border-bottom: 0.1rem solid var(--light-primary-red-1);
      margin-bottom: 6.4rem; }
    @media only screen and (max-width: 1100px) {
      .form__item {
        grid-template-columns: 1fr;
        grid-row-gap: 2.8rem; } }
  .form__mini-item {
    order: 2;
    margin-bottom: 3.2rem; }
    .form__mini-item--delete {
      padding-bottom: 3.2rem;
      border-bottom: 0.1rem solid var(--light-primary-red-1); }
      @media only screen and (max-width: 500px) {
        .form__mini-item--delete {
          padding-bottom: unset;
          border-bottom: unset;
          margin-bottom: 0; } }
    .form__mini-item--add {
      margin-bottom: 0; }
      @media only screen and (max-width: 500px) {
        .form__mini-item--add {
          order: 1;
          padding-bottom: 3.2rem;
          margin-bottom: 3.2rem;
          border-bottom: 0.1rem solid var(--light-primary-red-1); } }
    .form__mini-item--count {
      position: relative; }
      .form__mini-item--count::after {
        content: "0/300";
        color: var(--light-grey-color);
        display: inline-block;
        position: absolute;
        right: 1.6rem;
        top: 70%;
        transform: translateY(-50%);
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 2rem; }
      @media only screen and (max-width: 450px) {
        .form__mini-item--count--top::after {
          top: 65%; } }
      .form__mini-item--count--lg::after {
        content: "0/900"; }
    .form__mini-item--date {
      position: relative; }
      .form__mini-item--date::after {
        content: url("../assets/calender.4a8d6e72af51.svg");
        color: var(--light-grey-color);
        display: inline-block;
        position: absolute;
        right: 1.6rem;
        top: 72%;
        transform: translateY(-50%);
        pointer-events: none; }
        @media only screen and (max-width: 400px) {
          .form__mini-item--date::after {
            display: none; } }
    .form__mini-item--flex {
      display: flex;
      gap: 4rem; }
      @media only screen and (max-width: 650px) {
        .form__mini-item--flex {
          display: grid;
          grid-template-columns: repeat(2, max-content);
          gap: unset;
          grid-column-gap: 4.8rem; }
          .form__mini-item--flex .form__label:first-child {
            grid-column: 1/3; } }
  .form__heading {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 400;
    font-family: "Libre Baskerville", serif;
    display: flex;
    align-items: center;
    margin-bottom: 1.6rem; }
    .form__heading::before {
      content: "";
      display: inline-block;
      width: 1.6rem;
      height: 3.2rem;
      background-color: var(--primary-red);
      margin-right: 1.2rem; }
  .form__input, .form__select {
    padding: 1rem 1.6rem;
    border: 0.1rem solid var(--light-grey-color-3);
    font-family: inherit;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.01em;
    width: 100%; }
    @media only screen and (max-width: 300px) {
      .form__input, .form__select {
        padding: 1rem 0.4rem; } }
    .form__input::placeholder, .form__select::placeholder {
      color: var(--light-grey-color);
      white-space: pre-line; }
      @media only screen and (max-width: 500px) {
        .form__input::placeholder, .form__select::placeholder {
          color: var(--light-grey-color-1); } }
    .form__input:focus, .form__select:focus {
      outline: none;
      border: 0.1rem solid var(--light-grey-color); }
  .form__textarea {
    display: block;
    width: 100%;
    padding: 1rem 5.6rem 1rem 1.6rem;
    border: 0.1rem solid var(--light-grey-color-3);
    font-size: 1.6rem;
    font-family: inherit;
    line-height: 2.4rem;
    letter-spacing: 0.01em;
    color: var(--light-grey-color);
    height: 4.6rem; }
    @media only screen and (max-width: 300px) {
      .form__textarea {
        padding: 1rem 0.4rem; } }
    .form__textarea::placeholder {
      color: var(--light-grey-color); }
      @media only screen and (max-width: 500px) {
        .form__textarea::placeholder {
          color: var(--light-grey-color-1); } }
    @media only screen and (max-width: 450px) {
      .form__textarea--lg {
        min-height: 4.6rem;
        height: auto; } }
    .form__textarea::placeholder {
      white-space: pre-wrap; }
    .form__textarea:focus {
      outline: none;
      border: 0.1rem solid var(--light-grey-color); }
  .form__select {
    width: 100%;
    pointer-events: none;
    appearance: none;
    color: var(--light-grey-color); }
    @media only screen and (max-width: 500px) {
      .form__select {
        color: var(--light-grey-color-1); } }
  .form__label {
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.01em;
    font-weight: 500;
    margin-bottom: 0.8rem;
    display: block;
    color: var(--light-grey-color); }
    .form__label--required::after {
      content: "*";
      display: inline-block;
      color: var(--primary-red);
      font-size: 1.4rem;
      line-height: 2rem;
      font-weight: 500; }
  .form__mini-label {
    display: flex;
    align-items: center;
    gap: 0.8rem; }
  .form__radio {
    display: none; }
  .form__container-2-col {
    display: grid;
    grid-template-columns: 1fr 28rem;
    grid-column-gap: 1.6rem; }
    @media only screen and (max-width: 1440px) {
      .form__container-2-col {
        grid-template-columns: 2fr 1fr; } }
    @media only screen and (max-width: 500px) {
      .form__container-2-col {
        grid-template-columns: 1fr;
        grid-column-gap: unset; } }
  .form__container-2-col-equal {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.6rem; }
    @media only screen and (max-width: 500px) {
      .form__container-2-col-equal {
        grid-template-columns: 1fr;
        grid-column-gap: unset;
        margin-bottom: 0;
        order: 2; } }
    @media only screen and (max-width: 500px) {
      .form__container-2-col-equal--remain {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 1.6rem; } }
    @media only screen and (max-width: 375px) {
      .form__container-2-col-equal--remain {
        grid-template-columns: 1fr;
        grid-column-gap: unset; } }
    .form__container-2-col-equal--cond-line {
      border-bottom: 0.1rem solid var(--light-primary-red-1);
      margin-bottom: 3.2rem; }
      @media only screen and (max-width: 1100px) {
        .form__container-2-col-equal--cond-line {
          border-bottom: unset;
          margin-bottom: 0; } }
  .form__container-3-col {
    display: grid;
    grid-template-columns: 40rem repeat(2, 1fr);
    grid-column-gap: 1.6rem; }
    @media only screen and (max-width: 1400px) {
      .form__container-3-col {
        grid-template-columns: repeat(2, 1fr); }
        .form__container-3-col .form__mini-item:nth-child(1) {
          grid-column: 1/3; } }
  .form__tags-container {
    margin-top: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem; }
  .form__tag, .select2-selection__choice {
    border:none !important; /* using important to ovverride select2's default css */
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 1.4rem;
    line-height: 3rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: var(--secondary-orange);
    text-transform: capitalize;
    padding: 0.4rem 0.87rem 0.4rem 1.2rem;
    background-color: var(--light-secondary-orange) !important; /* using important to ovverride  select2's default cs */
    transition: all 0.4s ease; }
    .form__tag:hover {
      transform: translateY(-0.2rem); }
  .form__tag-icon, .select2-selection__choice__remove  {
    color: var(--secondary-orange) !important; /* using important to ovverride select2's default cs */
    font-weight: 500 !important; /* using important to ovverride select2's default cs */
    font-size: 2rem;
    margin-left: 0.4rem; }
  .form__upload-img {
    border: 0.1rem dashed var(--light-grey-color-3);
    padding: 1.6rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .form__upload-img-text {
    display: block;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.01em;
    font-weight: 400;
    color: var(--light-grey-color); }
  .form__uploaded-img {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    margin-top: 1.6rem;
    padding-left: 2.5rem; }
    @media only screen and (max-width: 500px) {
      .form__uploaded-img {
        padding-left: 0rem; } }
  .form__img {
    width: 8rem;
    height: 6rem;
    object-fit: cover; }
  .form__link {
    color: var(--primary-red);
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.01em;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
    transition: all 0.4s ease; }
    .form__link:hover {
      color: rgba(231, 66, 75, 0.8); }
  .form__link-icon {
    font-size: 2.5rem;
    margin-right: 0.8rem; }
  .form__delete-link {
    text-decoration: none;
    display: flex;
    align-items: center; }
  .form__delete-link-icon {
    margin-left: 0.567rem; }
  .form__submit-btn {
    background-color: var(--light-secondary-orange-1);
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: var(--white-color);
    border: none;
    padding: 1rem 2rem;
    cursor: pointer;
    transition: all 0.4s ease; }
    .form__submit-btn:hover {
      background-color: rgba(244, 160, 52, 0.9); }
    @media only screen and (max-width: 650px) {
      .form__submit-btn {
        width: 100%; } }

.custom-radio {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 0.2rem solid var(--light-grey-color-3); }

.form__radio:checked ~ .custom-radio {
  border: 0.4rem solid var(--primary-red); }

.custom-select--selected {
  border: 0.1rem solid var(--light-grey-color);
  color: var(--dark-grey-color); }

.custom-select-form {
  position: relative;
  cursor: pointer; }
  .custom-select-form::after {
    display: block;
    content: "";
    background-image: url("../assets/icon-down-arrow.a69bb5253d90.svg");
    position: absolute;
    top: 50%;
    right: 2.05rem;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 0.9rem;
    pointer-events: none; }

.custom-options-form {
  position: absolute;
  left: 0;
  width: 100%;
  border: 0.1rem solid var(--light-grey-color-3); }

.custom-option-form {
  background-color: var(--white-color);
  padding: 0.9rem 1.7rem;
  transition: all 0.4s ease;
  z-index: 10;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.01em;
  color: var(--light-grey-color);
  cursor: pointer; }
  .custom-option-form:hover {
    background-color: var(--light-primary-red);
    color: var(--dark-grey-color); }
    .form__content .form__link, .formset-form{ /*add new organisation background*/
      background: #FAF9F9;
      border-radius: 8px;
      padding: 24px;
    }
    .formset-form{
      margin-bottom: 24px;
    }
    .formset-form .form__mini-item:last-child{
      margin-bottom: 0;
    }
.mb-xsm {
  margin-bottom: 0.8rem; }

.mb-sm {
  margin-bottom: 1.6rem; }

.mb-0 {
  margin-bottom: 0; }

.md-mb-0 {
  margin-bottom: 0; }
  @media only screen and (max-width: 650px) {
    .md-mb-0 {
      margin-bottom: 0.8rem; } }

.grid {
  padding: 8.2rem 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 4rem;
  grid-row-gap: 8rem; }
  @media only screen and (max-width: 1000px) {
    .grid {
      grid-column-gap: 2rem;
      grid-row-gap: 4rem; } }
  @media only screen and (max-width: 800px) {
    .grid {
      grid-template-columns: repeat(2, 1fr);
      grid-row-gap: 2rem; } }
  @media only screen and (max-width: 650px) {
    .grid {
      padding: 8.2rem 6rem; } }
  @media only screen and (max-width: 500px) {
    .grid {
      padding: 4rem 3.5rem; } }
  @media only screen and (max-width: 350px) {
    .grid {
      grid-template-columns: 1fr; } }
  .grid__item {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border-radius: 8px; }
      @media only screen and (max-width: 900px) {
        .grid__item::after {
          font-size: 2rem;
          line-height: 3rem; } }
      @media only screen and (max-width: 500px) {
        .grid__item::after {
          font-size: 1.8rem;
          line-height: 2.8rem; } }
  .grid__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease; }

.grid__item:hover .grid__img {
  transform: scale(1.2); }
  .grid__title {
    position: absolute;
    bottom: 2.4rem;
    color: var(--white-color);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 3.2rem;
    display: block;
    text-align: center;
    left: 6px;
    right: 6px;
}

@media only screen and (max-width: 900px){
    .grid__title {
        font-size: 2rem;
        line-height: 3rem;
    }
}

@media only screen and (max-width: 500px){
    .grid__title {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}

.search-form {
  position: relative;
  background-color: var(--white-color);
  border: 0.1rem solid #E8E8E8;
  padding: 1.34rem 1.6rem;
  display: grid;
  grid-template-columns: 1.8rem 1fr 10.9rem;
  align-items: center;
  grid-column-gap: 0.8rem;
  border-radius: 12px; }
  .search-form__input-field {
    align-self: stretch;
    border: none;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.01em;
    font-weight: 400;
    font-family: inherit; }
    .search-form__input-field::placeholder {
      color: var(--light-grey-color-1); }
    .search-form__input-field:focus {
      outline: none; }
  @media only screen and (max-width: 850px) {
    .search-form {
      grid-template-columns: 1.8rem 1fr; } }
  @media only screen and (max-width: 850px) {
    .search-form .btn-primary {
      display: none; } }
  .search-form__list {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    left: 0;
    width: 100%;
    list-style: none;
    background-color: var(--white-color);
    border: 0.1rem solid var(--light-grey-color-3); }
  .search-form__link {
    text-decoration: none;
    display: block;
    transition: all 0.4s ease;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.01em;
    color: var(--light-grey-color);
    padding: 1rem; }
    .search-form__link:hover {
      background-color: #fdf2e2;
      color: var(--dark-grey-color); }
      .search-form__link:hover .search-form__tag {
        background-color: var(--light-secondary-orange-2); }
  .search-form__tag {
    background-color: #fdf2e2;
    color: var(--secondary-orange);
    transition: all 0.4s ease;
    padding: 0.4rem 1.2rem;
    text-transform: capitalize;
    margin-left: 1.2rem;
    font-weight: 500; }

.filter-btn-container {
  display: flex;
  justify-content: flex-end; }
  @media only screen and (max-width: 850px) {
    .filter-btn-container {
      justify-content: flex-start; } }

.btn-primary {
  display: inline-block;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--white-color);
  background-color: #E7424B;
  padding: 1rem 2rem;
  border: none;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 8px;
  text-transform: uppercase; }
  @media only screen and (max-width: 850px) {
    .btn-primary {
      font-size: 1.4rem;
      line-height: 1.8rem; } }
  .btn-primary--red {
    background-color: var(--primary-red); }
    .btn-primary--red:hover {
      background-color: rgba(231, 66, 75, 0.8); }
  .btn-primary i {
    margin-left: 1rem; }

.hidden {
  display: none; }

.news {
  padding: 6.6rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3.2rem; }
  @media only screen and (max-width: 1050px) {
    .news {
      grid-template-columns: 1fr; } }
  @media only screen and (max-width: 650px) {
    .news {
      padding: 6.6rem 0; } }
  .news__row {
    display: grid;
    grid-template-rows: repeat(3, max-content); }
  .news__item {
    border: 0.1rem solid #E8E8E8;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 3.2rem;
    transition: all 0.4s ease;
    text-decoration: none; }
    .news__item:hover {
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08), 0px 8px 24px rgba(0, 0, 0, 0.12);
      cursor: pointer; }
      .news__item:hover .news__item-heading {
        color: var(--primary-red); }
  .news__item-header {
    padding: 5.5rem 4rem;
    background-color: var(--light-secondary-orange); }
    @media only screen and (max-width: 500px) {
      .news__item-header {
        padding: 5.5rem 2rem; } }
  .news__item-heading {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 400;
    color: var(--dark-grey-color);
    font-family: "Libre Baskerville", serif;
    text-align: center;
    transition: all 0.4s ease; }
  .news__item-content {
    padding: 2.4rem 2.4rem 1.6rem;
    color: #666;

}
  .news__item-footer {
    padding: 2.4rem;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: var(--light-grey-color-1); }

.news--edit-icon{
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    height: 19px;
}
.news--edit-icon svg{
    width: 16px;
    height: 16px;
}

/* result page css fix starts */
@media only screen and (max-width: 767px) {
  .result__heading {
    font-size: 20px;
    line-height: 28px;
    word-break: break-word;
  }

  .result__sub-heading {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1023px) {
  .section-results .search_left {
    flex: 0 0 12%;
    max-width: 118px;
    margin-right: 20px;
  }

  .section-results .search_left img{
    max-width: 100%;
    min-width: 100%;
  }

  .section-results .search_right {
    flex: 0 0 15%;
    max-width: 148px;
    margin-left: 20px;
  }

  .section-results .search_mid {
    width: 100%;
  }

  .pagination {
    padding-top: 32px;
  }
}

.price_box p.pricee {
  color: #666666;
}

.search_outer:hover .result__heading a {
  color: #E7424B;
}

/* result page css fix ends */
/* -------------------------- style.css ends here -------------------------- */

/* --------------------------  home.css starts here --------------------------  */


.viewAllSelector {
    margin-top: 32px;
}
.viewAllSelector .readStudyLink {
    justify-content: center;
}

/* search Dropdown css start here */
.searchHMfield {
    position: relative;
}
.bnSlideContentInHM img {
    width: 100%;
    height: 100%;
    display: block;
}
.dropdown-menu {
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    box-shadow: 0px 8px 32px rgb(0 0 0 / 10%);
}
.dropdown-menu li a {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #666666;
    padding: 5px 16px;
	cursor: pointer;
	display: block;
}
.dropdown-menu li span {
    background: #FDF2E2;
    display: inline-block;
    padding: 4px 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #D97613;
    margin: 0 0 0 12px;
}
.dropdown-menu {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding-top: 8px;
    left: 0;
    right: 0;
	display: none;
	left: 0 !important;
    top: 80px !important;
}
.dropdown-menu li:hover {
    background: #FDF2E2;
	color: #222222;
}
.dropdown-menu li.active {
    background: #FDF2E2;
}
.dropdown-menu li:hover span {
    background: #FBE0BE;
	color: #D97613;
}
.active + .searchCategoryField {
    display: block;
}
/* search Dropdown css end here */

.bnSlideContentInHM {
    position: relative;
}
.bnSlideContentInHM>img {
    width: 100%;
    display: block;
}
.bnslideContentBox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 0 112px;
    right: 0;
    text-align: left;
    width: 100%;
}
.bnslideContentBoxIn {
    max-width: 592px;
}
.bnslideContentBoxIn h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
    color: #FFFFFF;
    margin: 0 0 8px;
}
.bnslideContentBoxIn h3 {
    font-weight: 700;
    font-size: 64px;
    line-height: 68px;
    color: #E7404A;
    margin: 0 0 8px;
}
.bnslideContentBoxIn p {
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
    color: #FFFFFF;
    margin: 0 0 8px;
}
.bannerBtn {
    display: none;
}
.exploreBtn {
    background: #F4A034;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    padding: 10px 23px;
}
.exploreBtn:hover, .searchbtnHM:hover {
    background: #DC8718;
}
.exploreBtn:focus, .searchbtnHM:focus {
    background: rgba(244, 160, 52, 0.32);
}
.bannerSlideOuterHM .slick-dots {
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.bannerSlideOuterHM .slick-dots li button {
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    border: none;
    font-size: 0;
    border-radius: 100px;
    padding: 0;
    display: inline-block;
}
.bannerSlideOuterHM .slick-dots li {
    margin: 0 3px;
}
.bannerSlideOuterHM .slick-dots li.slick-active button {
    background: #d53a42;
}
.bannerSlideOuterHM {
    opacity: 0;
}
.bannerSlideOuterHM.slick-initialized {
    opacity: 1;
}
.mainSearchHM {
    background: #F8F1F1;
    padding: 47px 16px 32px;
}
.searchHMfieldMain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    position: relative;
    border-radius: 8px;
}
.searchHMfieldMain.active {
    border: 1px solid #222;
}
.searchHMfieldMain.active .searchFieldText {
    color: #000;
}
.searchCategoryField {
    display: block;
    align-items: center;
    width: 100%;
    padding-right: 8px;
}
.searchCategoryField span {
    display: flex;
    align-items: center;
    margin-right: 8px;
}
.searchCategoryField .searchFieldText {
    border: none;
    width: 100%;
    outline: none;
    padding: 0;
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #808080;
}
.searchbtnHM {
    background: #F4A034;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.searchCategoryHM {
    display: flex;
    align-items: flex-start;
    justify-content: center;
	margin-top: 48px;
    margin-left: -24px;
}
.searchCategoryContentIn {
    position: relative;
}
.searchCategoryContentIn p {
    letter-spacing: 0.01em;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 16px;
    transition: all 0.5s ease;
}
.aboutFeatureContentRow {
    display: flex;
    flex-wrap: wrap;
    margin-left: -32px;
}
.aboutFeatureItem {
    width: 33.33%;
    padding-left: 32px;
    text-align: center;
	margin-bottom: 80px;
}
.aboutFeatureContentItem img {
    display: block;
    margin: auto;
}
.aboutFeatureDes {
    margin-top: 20px;
}
.aboutFeatureDes p {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #222222;
    margin: 0;
}
.userStoriesHmSec {
	padding-bottom: 56px;
	position: relative;
}
.UserStoriesWapper {
    padding: 0 112px;
    max-width: 1440px;
    margin: auto;
}
.title_main{
    font-weight: 400;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    color: #222;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 34px;
  }
  .testimonialSliderSec .slick-track{
    padding: 24px 0 32px;
    margin: 0;
  }
  .testimonialSliderItem.slick-slide {
    margin: 0 32px;
    height: auto;
  }
.testimonialSlider-quote{
    margin-bottom: 16px;
}
.testSlideImage {
    max-width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 48px;
    margin-right: 16px;
}
.testSlideImage img {
    width: 100%;
    height: 100%;
	border-radius: 8px;
    object-fit: cover;
    object-position: top;
}
.testContentDes>p {
    font-size: 18px;
    line-height: 28px;
    color: #444;
    margin: 0;
    font-weight: 500;
}
.testAutherContent {
    display: flex;
    align-items: flex-start;
    padding-top: 40px;
}

@media (min-width:1300px){
    .testAutherContent {
        min-height: 108px;
    }
}
.testAutherContent h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #E7404A;
    margin: 0;
}
.testAutherContent p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    margin: 4px 0 0;
}
.testimonialSliderSec .slick-arrow, .find-cause_tab-mob .slick-arrow {
    position: absolute;
    top: -170px;
    right: 112px;
    font-size: 0;
    width: 56px;
    height: 56px;
    border: 1px solid #E7D1D1;
    border-radius: 56px;
    background: transparent;
}
.find-cause_tab-mob .slick-arrow{
    position: static;
}
.testimonialSliderSec .slick-prev:before, .find-cause_tab-mob .slick-prev:before {
    content: '';
    border-top: 2px solid #E7404A;
    border-left: 2px solid #E7404A;
    width: 14px;
    height: 14px;
    display: inline-block;
    transform: rotate(-45deg);
}
.testimonialSliderSec .slick-prev:hover:before, .find-cause_tab-mob .slick-prev:hover:before {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.testimonialSliderSec .slick-next:before, .find-cause_tab-mob .slick-next:before {
    content: '';
    border-top: 2px solid #E7404A;
    border-right: 2px solid #E7404A;
    width: 14px;
    height: 14px;
    display: inline-block;
    transform: rotate(45deg);
}
.testimonialSliderSec .slick-next:hover:before, .find-cause_tab-mob .slick-next:hover:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.testimonialSliderSec .slick-arrow:hover, .find-cause_tab-mob .slick-arrow:hover {
    border: 2px solid #EBEBEB;
    background: #EBEBEB;
}
@media (min-width: 1024px) {
    .testimonialSliderSec{
        padding: 0 72px;
    }
}

.searchCategoryContentIn a {
    display: block;
}
.searchCategoryContentIn:hover p{
    color: #E7424B;
}
.searchCategoryContentIn a img {
    display: block;
    margin: auto;
	  width: 100%;
    height: 100%;
      filter: grayscale(100);
      opacity: 0.6;
      transition: all 0.5s ease;
}
.searchCategoryContent-img{
    background: #222;
    border-radius: 8px;
    overflow: hidden;
    max-width: 120px;
    margin: 0 auto;
    min-width: 120px;
}
.searchCategoryContentIn:hover img{
    filter: none;
    opacity: 1;
}
.showOnlyMobile {
	display: none !important;
}
/* media css start here */

@media (max-width: 1400px) {
.bnslideContentBox, .UserStoriesWapper {
    padding: 0 50px;
}
.testimonialSliderSec .slick-arrow {
    right: 50px;
}
}

@media (max-width: 1279px) {
.testimonialSliderItem {
    padding: 0 16px;
}
.bnslideContentBoxIn h2, .bnslideContentBoxIn p {
    font-size: 24px;
    line-height: 32px;
}
.bnslideContentBoxIn h3 {
    font-size: 40px;
    line-height: 1;
}

}
@media (max-width: 1023px) {
	.result.search-result.search_outer {
    display: inherit !important;
    margin-bottom: 24px;
}
.search_right {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    border-top: 0.1rem solid var(--light-grey-color-3);
    margin-top: 25px;
    flex-wrap: wrap;
}
.searchCategoryHM {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 24px;
    margin-left: -16px;
    flex-wrap: wrap;
}
.mainSearchHM {
    background: #F8F1F1;
    padding: 32px 16px 32px;
}
.testSliderContentInner {
    padding: 24px;
}
}
@media (max-width: 768px) {
.testSliderContentInner {
    padding: 16px;
}
.testAutherContent h2 {
    line-height: 28px;
}
.testAutherContent p {
    font-size: 14px;
    line-height: 20px;
}
.testAutherContent {
    display: flex;
    align-items: center;
}
.dropdown-menu {
    top: 70px !important;
}
.viewAllSelector {
    margin-top: 8px;
}
.showOnlyDesktop {
	display: none !important;
}
.showOnlyMobile {
	display: block !important;
}
.searchHMfieldMain {
    padding: 18px 16px;
}
.searchCategoryField .searchFieldText {
    font-size: 14px;
}
.bnslideContentBox, .UserStoriesWapper {
    padding: 0 35px;
}
.testimonialSliderSec .slick-list {
    padding: 0 !important;
}
.aboutFeatureContentRow {
	margin-left: -16px;
}
.aboutFeatureItem {
    width: 50%;
    text-align: left;
    margin-bottom: 64px;
    padding-left: 16px;
}
.aboutFeatureContentItem img {
    margin: 0;
}
.aboutFeatureDes p {
    font-size: 14px;
    line-height: 21px;
    text-align: left;
}
.aboutFeatureDes {
    margin-top: 16px;
}
.userStoriesHmSec {
    padding: 0px 0 54px;
}
.testimonialSliderItem {
    padding: 0;
}
.testSlideImage {
    padding-right: 0;
    margin-bottom: 0;
    flex: 0 0 88px;
    margin-right: 16px;
}
.testContentDes>p {
    font-size: 16px;
    line-height: 24px;
}
.testSliderContentInner {
    display: block;
}
.testimonialSliderSec .slick-arrow, .find-cause_tab-mob .slick-arrow {
    top: auto;
    bottom: -64px;
    width: 40px;
    height: 40px;
    right: auto;
    left: 0;
}
.testimonialSliderSec .slick-next.slick-arrow, .find-cause_tab-mob .slick-next.slick-arrow {
    left: 56px;
}
.testimonialSliderSec .slick-dots {
    display: none !important;
}
}
@media (min-width:768px) {
    .testimonialSliderSec .slick-list {
        padding: 0 !important;
    }

    .testimonialSliderSec .slick-arrow, .find-cause_tab-mob .slick-arrow {
        bottom: 10%;
        margin: auto;
        top: 0;
        right: 0;
    }

    .testimonialSliderSec .slick-prev.slick-arrow, .find-cause_tab-mob .slick-prev.slick-arrow {
        left: 0;
        right: auto;
    }

    .testimonialSliderSec .slick-dots, .find-cause_slides .slick-dots {
        display: flex;
        justify-content: center;
    }

    .testimonialSliderSec .slick-dots button, .find-cause_slides .slick-dots button {
        background: #E8E8E8;
        border: none;
        border-radius: 50%;
        font-size: 0;
        height: 12px;
        width: 12px;
        margin: 0 12px;
        display: block;
    }

    .testimonialSliderSec .slick-dots .slick-active button, .find-cause_slides .slick-dots .slick-active button {
        background: #E7424B;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    .testimonialSliderSec .slick-dots {
        display: flex !important;
    }
}
@media (min-width:1200px) {
    .mainSearchHMOuter.container-main {
        max-width: 76%;
    }
}
/* home page banner section starts here */
.banner-main{
    background: #F8F1F1;
    padding: 80px 0 116px;
  }
  .banner-main__container{
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
  }
  .banner-main__title{
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #222;
    margin-bottom: 12px;
  }
  .banner-main__subtitle{
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    max-width: 400px;
    margin: 0 auto;
  }
  .banner-main__subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    max-width: 400px;
    margin: 0 auto;
  }
  .banner-main__title-top{
    display: block;
  }
  .home-search ul.typeahead.dropdown-menu{
    text-align: left;
  }
  @media (min-width:769px) {
    .banner-main__text-break {
        display: block;
        position: relative;
    }
    .banner-main__slide-text {
        position: absolute;
        white-space: nowrap;
        top: 0;
        text-align: right;
        right: 407px;
    }
    .banner-main__title-hidden{
      visibility: hidden;
    }
    .banner-main__title {
        font-size: 48px;
        line-height: 64px;
        margin-bottom: 32px;
    }

  .banner-main__subtitle{
    font-size: 20px;
    line-height: 28px;
    max-width: 500px;
  }
  }
  @media (max-width:1024px) {
    .title_main, .banner-main__title{
        font-size: 36px;
        line-height: 56px;
    }
  }

  @media (max-width:769px){
    .banner-main__title-hidden{
        display: none;
      }
      .title_main, .banner-main__title, .rotationText-small {
        font-size: 26px;
        line-height: 36px;
    }
    .title_heading p{
        font-size: 16px;
        line-height: 26px;
    }
    .rotationText-Container{
        display: block;
    }
    .banner-main{
        padding-left: 30px;
        padding-right: 30px;
    }
  }
  @media (min-width:1024px){
    .rotationText-small{
        font-size: 38px;
    }
  }
  /* home page banner section ends here */
  /*common css starts here*/
  .text-red{
    color: #E7424B !important;
  }
  .button-main{
    background: #E7424B;
    border-radius: 8px;
    color: #fff;
    border: none;
    height: 44px;
    padding: 10px 20px;
  }
  /*common css ends here*/
  /* home search section starts here */
  .home-search{
    margin-top: -36px;
    text-align: center;
  }
  .home-search__container{
    max-width: 936px;
    margin: 0 auto;
  }
  .home-search__form{
    box-shadow: 0px 8px 32px rgb(0 0 0 / 10%);
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    display: flex;
    height: 72px;
    justify-content: space-between;
    padding: 14px 16px;
    align-items: center;
    margin-bottom: 32px;
    font-weight: 500;
    line-height: 28px;
    color: #666;
    font-size: 18px;
  }
  .home-search__form .button-main{
    width: 109px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  .home-search__form input{
    border: none;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #666;
    padding-left: 11px;
  }
  .home-search__suggestion--title{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .home-search__suggestion ul{
    display: flex;
  }
  .home-search__suggestion li a{
    color: #E7424B;
    letter-spacing: 0.01em;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    background: rgba(233, 184, 185, 0.3);
    border-radius: 8px;
    padding: 4px 12px;
    display: block;
    margin-right: 8px;
  }
  .home-search__form .dropdown-menu{
    top: 70px !important;
  }
  @media (min-width:769px) {
    .home-search__suggestion{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .home-search__suggestion li a{
        font-size: 14px;
        margin-right: 16px;
    }
    .home-search__suggestion--title{
        margin-right: 24px;
    }
    .home-search__container .input-placeholder{
      padding-left: 42px;
      padding-right: 123px;
    }
    .home-search__container svg{
      position: absolute;
      left: 14px;
      width: 34px;
      z-index: 9;
    }
    .home-search__form{
      position: relative;
      padding-left: 0;
      padding-right: 0;
    }
    .home-search__form .button-main{
      position: absolute;
      right: 14px;
    }
    .home-search__form .home-search__placeholder{
      left: 53px;
    }
  }
  @media (max-width:769px) {
    .home-search__container{
        padding: 0 35px;
    }
    .home-search__suggestion--title{
        margin-bottom: 10px;
    }
    .home-search__suggestion ul{
        justify-content: center;
        margin-bottom: 30px;
    }
    .home-search__form .button-main{
        display: none;
    }
    .home-search .input-placeholder{
        position: static
    }
    .home-search__form{
        position: relative;
    }
  }

  .input-placeholder {
    position: relative;
    width: 100%;
  }

  .input-placeholder input:valid+.home-search__placeholder {
    display: none;
  }

  .home-search__placeholder {
    position: absolute;
    pointer-events: none;
    top: 0;
    bottom: 0;
    left: 10px;
    overflow: hidden;
  }

  .is-hidden {
    display: none !important;
  }

  .rotationText-Container {
    position: relative;
  }

  .rotationText {
    display: inline-block;
    position: relative;
  }

  .is-inactive {
    position: absolute;
    right: 0;
    bottom: 100%;
  }
  /* home search section ends here */
  /* home page sector section starts here  */
  .home-sectors__container{
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding-top: 132px;
  }
  .home-sectors--title{
    font-weight: 400;
    font-size: 30px;
    line-height: 42px;
    color: #222;
    font-family: 'Libre Baskerville', serif;
  }
  .home-sectors--inner{
    margin: 32px 0;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 40px;
    display: grid;
  }
  .home-sectors--items span{
    font-weight: 500;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    display: block;
    transition: all 0.5s ease;
  }
  .home-sectors--items img{
    border-radius: 8px;
    max-width: 100%;
  }
  .home-sectors--items:hover span{
    color: #E7424B;
  }
  .home-sectors--link a{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #E7424B;
  }
  .home-sectors--link svg{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }
  @media screen and (min-width: 769px) {
      .home-sectors--items span{
          margin-top: 12px;
      }
      .home-sectors--items{
          flex: 0 0 16.66%;
          max-width: 16.66%;
          padding: 0 12px;
      }
  }

  @media (min-width: 768px) and (max-width: 1024px) {
    .home-sectors--inner{
        grid-column-gap: 20px;
    }
    .searchCategoryContent-img{
        max-width: 104px;
        min-width: 104px;
    }
  }
  @media screen and (max-width: 768px) {
    .home-sectors--inner{
        width: 100%;
        margin-bottom: 0;
        grid-template-columns:repeat(3, 1fr);
        grid-row-gap:40px;
    }
    .home-sectors--items{
        flex: 0 0 30%;
        margin-bottom: 26px;
    }
    .home-sectors__container{
        padding: 30px 0 0;
        max-width: 440px;
        margin: 0 auto;
    }
    .home-sectors--items img{
        width: 100%;
    }
    .input-placeholder{
        display: none;
    }
    .home-search__form .input-placeholder{
        display: block;
    }
    .home-search__placeholder{
        display: none !important;
    }
    .home-sectors--link{
        margin-top: 40px;
    }
  }
  @media screen and (max-width: 478px) {
    .home-sectors--inner{
        grid-template-columns:repeat(2, 1fr);
        max-width: 282px;
        margin-left: auto;
        margin-right: auto;
    }
}
  /* home page sector section ends here  */
  @media (min-width:768px) and (max-width:1400px) {
    .userStoriesHmSec, .banner-main, .home-search {
      padding-left: 50px;
      padding-right: 50px;
    }
  }
  .bannerBtn .button-main{
    font-weight: 600;
    letter-spacing: 0.06em;
    display: inline-block;
    width: 120px;
  }
  /* home page slider css ends here */

  /*home page v3 design ends here */
/* --------------------------  home.css ends here --------------------------  */

/* --------------------------  header.css starts here --------------------------  */
/* header css start */
.onlyForMobile {
	display: none !important;
}
.jss4 {
    flex-grow: 1;
	position: sticky;
    top: 0;
    z-index: 99;
}
header.MuiAppBar-root {
    top: 0;
    padding: 7px 0 7px 0;
    background: #fff;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-direction: column;
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
}
.MuiToolbar-regular {
    min-height: 56px;
}
.MuiToolbar-root {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.jss5 {
    width: 250px;
    cursor: pointer;
    max-width: 240px;
    margin-right: 40px;
}
.jss5 a{
    display: block;
}
.jss5 img {
    width: 100%;
}
.HomePageHeader_header_li_items_wrap__3HYwO {
    margin-left: auto;
}
.HomePageHeader_header_li_items__QAovy {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.HomePageHeader_header_li_items_anchor__3VW2Y {
    color: #444;
    text-transform: capitalize;
    font-size: 13.5px;
    display: flex;
    align-items: center;
    padding: 8px 16px;
    margin-right: 16px;
    cursor: pointer;
}
.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}
.HomePageHeader_header_li_items_donor_child_hide__2LR38 {
    position: absolute;
    background: #fff;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: none;
    list-style: none;
}
.HomePageHeader_header_li_items__QAovy>li:hover .HomePageHeader_header_li_items_donor_child_hide__2LR38 {
    display: block;
}
.HomePageHeader_header_li_items_donor_child__YtCdw {
    cursor: pointer;
    display: block;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}
.HomePageHeader_header_li_items_donor_child__YtCdw a {
    color: #444;
}
.HomePageHeader_header_li_items_donor_child__YtCdw a:hover {
    color: #666;
}
.MuiButton-label {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
}
.MuiButton-root {
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: 'Poppins', sans-serif;
	line-height: 1.75;
}

/* header css end */

/* media css start here */

@media (min-width: 0px) and (orientation: landscape) {
.MuiToolbar-regular {
    min-height: 48px;
}
}
@media (min-width: 600px) {
/* header media css start */
.MuiToolbar-regular {
    min-height: 64px;
}
/* header media css end */
}

@media (max-width: 1279px) {
.onlyForMobile {
	display: block !important;
}
.onlyForDesktop {
	display: none !important;
}
.jss6 {
    fill: #000;
}

.MuiButtonBase-root {
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}
.MuiIconButton-root {
    flex: 0 0 auto;
    color: rgba(0, 0, 0, 0.54);
    padding: 12px;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
}
.MuiIconButton-edgeStart {
    margin-left: -12px;
}
.MuiIconButton-label {
    width: 100%;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
}
.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}
.MuiTouchRipple-root {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    border-radius: inherit;
    pointer-events: none;
}
.mobileNavDropdown {
    padding: 0;
    position: fixed;
    z-index: 99999;
    background-color: #f2f2f2;
    top: 76px;
    height: calc(100vh - 51px)!important;
    overflow: auto;
    width: 100%;
    display: none;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: 0;
    left: 0;
    right: 0;
}
.mobileNavDropdown.active {
    display: flex;
}
.HomePageHeader_homescreen_header_expanded__hBBHc>.HomePageHeader_expanded_header_row__1XFoa {
    height: calc(100% - 51px);
    width: 100%;
}
.MuiGrid-grid-xs-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
}
.HomePageHeader_homescreen_header_expanded__hBBHc>.HomePageHeader_expanded_header_row__1XFoa .HomePageHeader_part_1__J9TGn, .HomePageHeader_homescreen_header_expanded__hBBHc>.HomePageHeader_expanded_header_row__1XFoa .HomePageHeader_part_2__GWXt8 {
    background-color: #f2f2f2;
}
.HomePageHeader_homescreen_header_expanded__hBBHc .HomePageHeader_main_links__2S1yG ul, .HomePageHeader_homescreen_header_expanded__hBBHc .HomePageHeader_sub_links__P4Cvd ul {
    list-style-type: none;
}
.HomePageHeader_homescreen_header_expanded__hBBHc .HomePageHeader_main_links__2S1yG ul li, .HomePageHeader_homescreen_header_expanded__hBBHc .HomePageHeader_sub_links__P4Cvd ul li {
    color: #666;
}
.HomePageHeader_homescreen_header_expanded__hBBHc .HomePageHeader_main_links__2S1yG ul li a, .HomePageHeader_homescreen_header_expanded__hBBHc .HomePageHeader_sub_links__P4Cvd ul li a {
    font-family: 'Libre Baskerville', serif;
    color: #444;
}
.HomePageHeader_navbar_toggler_icon_circle__2kNHK {
    display: none;
	border: 1px solid #444;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.mobileHamMenu.menuactive .HomePageHeader_navbar_toggler_icon_circle__2kNHK {
    display: flex;
}
.mobileHamMenu.menuactive svg.MuiSvgIcon-root {
    display: none;
}
}

@media (max-width: 992px) {
.HomePageHeader_homescreen_header_expanded__hBBHc .HomePageHeader_part_2__GWXt8 {
    padding-top: 10px;
}
.HomePageHeader_homescreen_header_expanded__hBBHc .HomePageHeader_part_2__GWXt8.HomePageHeader_expanded_header_padding__3uzFT {
    padding-top: 20px;
}
.HomePageHeader_homescreen_header_expanded__hBBHc .HomePageHeader_main_links__2S1yG, .HomePageHeader_homescreen_header_expanded__hBBHc .HomePageHeader_sub_links__P4Cvd .HomePageHeader_heading__2wTW_ {
    font-weight: 700;
    font-size: .9em;
    padding: 0 15px;
}
.HomePageHeader_homescreen_header_expanded__hBBHc .HomePageHeader_main_links__2S1yG ul, .HomePageHeader_homescreen_header_expanded__hBBHc .HomePageHeader_sub_links__P4Cvd ul {
    padding-left: 10px;
}
.HomePageHeader_homescreen_header_expanded__hBBHc .HomePageHeader_main_links__2S1yG ul li, .HomePageHeader_homescreen_header_expanded__hBBHc .HomePageHeader_sub_links__P4Cvd ul li {
    padding: 10px 0;
}
.HomePageHeader_ham_heading__7L2eT {
    font-size: 18px;
}
.HomePageHeader_homescreen_header_expanded__hBBHc .HomePageHeader_part_1__J9TGn {
    text-align: center;
    margin-top: 10px;
}

.HomePageHeader_homescreen_header_expanded__hBBHc .HomePageHeader_part_1__J9TGn .HomePageHeader_header_social_icons__1Bghs span {
    display: flex;
}
.HomePageHeader_homescreen_header_expanded__hBBHc .HomePageHeader_part_1__J9TGn .HomePageHeader_header_social_icons__1Bghs span a div, .HomePageHeader_homescreen_header_expanded__hBBHc .HomePageHeader_part_1__J9TGn .HomePageHeader_header_social_icons__1Bghs span a svg {
    margin: 0 5px;
}
}

@media (max-width: 767px) {
.jss5 {
    width: 180px;
    max-width: 180px;
    margin-right: 0;
}
}

@media (max-width: 600px) {
.HomePageHeader_header_social_icons_check__1oaED span {
    display: inline-block!important;
}
}
/* --------------------------  header.css ends here --------------------------  */

/*static page css starts here*/

.static-page{
    padding: 60px 0;
}
.static-page h1{
    font-weight: 400;
    font-size: 30px;
    line-height: 42px;
    color: #222;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 20px;
}
.static-page h1 span{
    color: #E7404A;
}
.static-page h3{
    margin-bottom: 8px;
    font-weight: 600;
    color: #222;
}
.static-page p, .static-page li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #777;
    margin-bottom: 20px;
}
.static-page strong{
    font-weight: 600;
    color: #222;
}
.static-page ul{
    padding-left: 20px;
    margin-bottom: 30px;
}
.static-page li{
    list-style: circle;
    margin-bottom: 10px;
}
.static-list__title{
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #222;
    margin-bottom: 8px;
}
.static-page a{
    color: #E7424B
}
@media (max-width: 767px){
    .static-page h1{
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
    .static-page{
        padding: 40px 0;
    }
}
/*static page css ends here*/

/* --------------------------  news details css starts here --------------------------  */
.section-text {
  margin-top: 4.8rem;
  margin-bottom: 8rem;
}
.section-text__container {
  max-width: 80rem;
  margin: 0 auto;
}
.mb-md {
  margin-bottom: 2.4rem;
}
.mb-xmd {
  margin-bottom: 4rem;
}
.mb-lg {
  margin-bottom: 4rem;
}
.update {
  border: 0.1rem solid var(--light-grey-color-3);
  padding: 2.4rem;
}
.update p:last-child{
    margin-bottom: 0;
}
.update__heading {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: var(--dark-grey-color);
}
.update__heading--date{
    font-size: 80%;
}
.highlight {
  padding: 2.4rem;
  background-color: var(--neutral-silver);
}
.highlight .par {
  position: relative;
  padding-left: 1.6rem;
}
.highlight .par::before {
  position: absolute;
  left: 0rem;
  content: "";
  display: inline-block;
  height: 100%;
  width: 0.4rem;
  background-color: var(--primary-red);
}
.changes {
  list-style: none;
}
.changes__heading {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
}
.changes__item-heading {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 500;
}
.change__item small{
    line-height: 80%;
}
.changes__table-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 0.1rem solid var(--light-primary-red-1);
  padding-bottom: 1.6rem;
}
.changes__table-item {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.01em;
  color: var(--light-grey-color);
}
.article-ref-link {
    color: #222;
    font-size: 90%;
}
.tag {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  padding: 0.4rem 1.2rem;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 8px;
}
.tag--red {
  color: var(--primary-red);
  background-color: var(--light-primary-red);
}
.heading-5 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
}
.references__list {
  list-style: none;
}
.par-2 {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--light-grey-color);
  overflow-wrap: anywhere;
}
.par-2--link {
  text-decoration: none;
}
.par-2--red {
  color: var(--primary-red);
}
.par-2--bolder {
  font-weight: 500;
}
.changes__table {
  max-width: 592px;
  margin: 8px auto 64px auto;
}

@media only screen and (max-width: 850px) {
  .section-text__container {
    padding: 0rem 11.2rem;
  }
}

@media only screen and (max-width: 650px) {
  .section-text__container {
    padding: 0rem 6rem;
  }
}

@media only screen and (max-width: 500px) {
  .mb-lg {
    margin-bottom: 3.2rem;
  }
  .section-text__container {
    padding: 0rem 3.5rem;
  }
  .section-text {
    margin-top: 3.6rem;
  }
  .par{
    word-break: break-word;
  }
}
/* --------------------------  news details css ends here --------------------------  */

/*search filter section css starts here*/
.drawerimg{
    cursor: pointer;
}
.drawerimg svg {
    width: 14px;
    height: 10px;
    display: inline-block;
}
.search-result__list {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 20px;
}

.search-result__list--inner {
    display: flex;
    align-items: center;
}

.filter_btn {
    display: none;
    font-weight: 400;
    font-size: 14px;
    color: #E7424B;
    letter-spacing: 0.01em;
    border: 1px solid #E7424B;
    border-radius: 8px;
    padding: 14px 13px;
    background-color: transparent;
    white-space: nowrap;
    box-shadow: 0px 1px 2px rgb(16 24 40 / 5%);
}

.filter_btn svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.section-results__left {
    transition: all 0.5s ease-in-out;
    background-color: #fff;
    z-index: 9;
}

.section-results{
    padding-bottom: 24px;
}

body.search-filter__show {
    overflow: hidden;
}

.clearAllFilter {
    color: #E7424B;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.01em;
    display: inline-block;
}

/* Range Progress bar start here */
.range-slider {
    width: 100%;
    margin: 2.5rem auto 2rem auto;
    position: relative;
}

.range-values {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    color: #666;
}

.range {
    -webkit-appearance: none;
    width: 100%;
}

.range:focus {
    outline: none;
}

.range::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    background: linear-gradient(90deg, #E7404A var(--range-progress), #E7D1D1 var(--range-progress));
    border-radius: 4px;
}

.totalExpenses::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    background: linear-gradient(90deg, #E7404A var(--range-progresss), #E7D1D1 var(--range-progresss));
    border-radius: 4px;
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border-radius: 50%;
    background: #E7404A;
    cursor: pointer;
    height: 20px;
    width: 20px;
    transform: translateY(calc(-65% + 8px));
}

.tooltip {
    position: absolute;
    top: -1.6rem;
}

.tooltip span {
    position: absolute;
    text-align: center;
    display: block;
    padding: 6px 8px;
    color: #fff;
    border-radius: 8px;
    background: #444;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    left: 50%;
    transform: translate(-60%, 0);
}

.tooltip span:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #444;
}

/* Range Progress bar ends here */
/* badges color css starts  */
.light-color-red {
    background: rgba(233, 184, 185, 0.4);
    color: #E7424B;
}

.light-color-gold {
    background: #FBE0BE;
    color: #D97613;
}

.light-color-silver {
    background: #E8E8E8;
    color: #666;
}

/* badges color css ends  */

.search-filter__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 22.7px;
}

.search-filter__title {
    font-weight: 400;
    font-size: 18px;
    color: #444;
    line-height: 28px;
    font-family: "Libre Baskerville", serif;
}

.search-filter__title svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.search-filter__link {
    color: #E7424B;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
}

.search-filter .accordionHeading {
    font-size: 16px;
    color: #666;
    justify-content: flex-start;
    font-weight: 500;
}

.search-filter .plusminusicon{
    margin:0 13px 0 0px;
    width: 12px;
}

.search-filter .plusminusicon .plus{
    rotate: -90deg;
}

.search-filter .plusminusicon .minus{
    rotate: 90deg;
}

.search-filter .accordionMain>li {
    padding: 24px 0;
}

.section-results__inner .select2-selection__choice {
    margin: 8px 8px 0 0;
    border-radius: 8px;
}

.search-filter_list .select2-selection__choice__remove {
    cursor: pointer;
    margin-left: 6px;
}

.search-filter__accordion--title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    margin-bottom: 8px;
}

.search-filter .search-form {
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 9px 15px;
    display: flex;
}

.search-filter__inner {
    margin-bottom: 32px;
}

.search-filter .search-filter__inner:last-child {
    margin-bottom: 0;
}

.search-filter .search-form__input-field {
    margin-left: 6px;
    width: 100%;
}

.search-filter__formset {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.search-filter__formset input {
    width: 20px;
    height: 20px;
    border: 2px solid #E8E8E8;
    border-radius: 4px;
}

.search-filter__input {
    position: absolute;
    visibility: hidden;
}

.search-filter .dropdown-menu {
    top: 50px !important;
    border-radius: 8px;
}

.search-results-section {
    display: flex;
    flex-wrap: wrap;
}

.search-checkbox__label span {
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.search-checkbox__label span:first-child {
    position: relative;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    transform: scale(1);
    border: 2px solid #E8E8E8;
    ;
    transition: all 0.3s ease;
    display: inline-block;
}

.search-checkbox__label span:first-child svg {
    position: absolute;
    top: 3px;
    left: 0.5px;
    fill: none;
    stroke: #fff;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transform: translate3d(0, 0, 0);
}

.search-checkbox__label span:last-child {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 12px;
    border-radius: 8px;
    margin-left: 14px;
}

.search-checkbox__label:hover span:first-child {
    border-color: #E7424B;
}

.search-filter__input:checked+.search-checkbox__label span:first-child {
    background: #E7424B;
    border-color: #E7424B;
    animation: zoom-in-out 0.3s ease;
}

.search-filter__input:checked+.search-checkbox__label span:first-child svg {
    stroke-dashoffset: 0;
}

.search-checkbox {
    padding-top: 8px;
}

.search-checkbox__label span.search-filter__verified:last-child {
    padding-left: 0;
    font-weight: 400;
    color: #666;
    font-size: 16px;
}

.search-checkbox__label span.search-filter__verified:last-child svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.search-result__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    letter-spacing: 0.01em;
}

.search-filter__btn, .button-outline {
    border: 1px solid #E7424B;
    border-radius: 8px;
    padding: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.06em;
    color: #E7424B;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

.search-filter__btn svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

@keyframes zoom-in-out {

    /* search filter custom checkbox animation css */
    50% {
        transform: scale(0.9);
    }
}

.search_mid__title {
    display: flex;
    align-items: flex-start;
}

.search_mid__verify {
    display: flex;
    align-items: center;
    padding-left: 12px;
}

.search_mid__verify span {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    padding: 4px 12px;
    border-radius: 8px;
    margin-left: 5px;
    white-space: nowrap;
}

.section-results__right{
    width: 100%;
}

.btn-primary.btn-cancel {
    background: #fff;
    color: #666666;
    flex: 0 0 40%;
    max-width: 120px;
}

.btn-primary.btn-apply {
    min-width: 218px;
}

.search-filter__bottom--mobile{
    display: none;
}

.showTabOnly{
    display: none !important;
}

@media only screen and (min-width: 1023px) {
    .section-results__inner {
        display: flex;
    }

    .search-filter {
        min-width: 248px;
        max-width: 248px;
        padding-top: 40px;
    }
    .section-results__left {
      overflow: hidden;
      width: 0;
      z-index: 1;
      transition: 0.5s;
    }
   .search-filter__open{
      overflow: visible;
    }
    .section-results__show.section-results__right{
        margin-left: 24px;
        padding-top: 46px;
        border-left: 1px solid #E8E8E8;
        padding-left: 24px;
    }

    .search-filter__bottom .btn-primary {
        letter-spacing: 0.06em;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
        box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
        border-radius: 8px;
        border: 1px solid #DEDEDE;
    }
    .search-filter__accordion{
        margin-bottom: 24px;
    }
    .search-filter__title{
        font-weight:500;
        font-family: 'Poppins', sans-serif
    }
    .result {
        border-width: 0 0 1px 0;
        padding: 40px 0;
        border-radius: 0;
    }
    .section-results__right{
        padding-top: 24px;
    }
    .search-result__text{
        margin-left: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .drawerimg{
        display: none;
    }
    .search-filter {
        width: 100%;
        height: 100%;
        background: #fff;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        text-align: center;
    }

    .search-filter .search-filter__wrapper {
        width: 100vw;
        overflow: auto;
        padding: 24px;
        background: white;
        color: black;
        position: relative;
        box-sizing: border-box;
        bottom: 0;
        height: 100vh;
        z-index: 99;
    }

    .search-filter .search-filter__wrapper .close {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 20px;
        display: block;
    }

    .search-filter .search-filter__wrapper .close span {
        cursor: pointer;
        position: fixed;
        width: 20px;
        height: 3px;
        background: #099ccc;
    }

    .search-filter .search-filter__wrapper .close span:nth-child(1) {
        transform: rotate(45deg);
    }

    .search-filter .search-filter__wrapper .close span:nth-child(2) {
        transform: rotate(135deg);
    }

    .filter_btn {
        display: block;
    }

    .showTabOnly{
        display: block !important;
    }

    .hideTab{
        display: none !important;
    }

    .search-result__list--top {
        display: flex;
        justify-content: space-between;
        min-width: 100%;
        align-items: center;
    }

    .search-result__list{
        padding: 24px 0;
        margin-bottom: 24px;
    }

    .search-filter__accordion {
        text-align: left;
        padding-bottom: 124px;
    }

    .search-filter__title svg {
        margin-right: 18px;
    }

    .search-filter__title{
        display: flex;
        align-items: center;
    }

    .search-filter .accordionMain>li {
        padding: 24px 0;
    }

    .search-filter .accordionHeading,
    .search-filter__accordion--title {
        font-size: 16px;
    }

    .search-filter__verified.search-checkbox__label span:last-child,
    .range-values {
        font-size: 14px;
    }

    .search-filter__btn {
        display: none;
    }

    .search-filter__bottom--mobile{
        display: flex;
    }

    .search-filter__bottom--desktop{
        display: none;
    }

    .search-filter__bottom {
        display: block;
        position: fixed;
        width: 100vw;
        left: 0;
        background: #fff;
        border-top: 1px solid #E8E8E8;
        box-shadow: 0px -2px 16px rgb(0 0 0 / 8%);
        padding: 32px 32px 48px 32px;
        height: 124px;
        bottom: 0;
    }
    .search-filter__bottom .clearAllFilter{
        display: none;
    }
}

/*search filter accordion pop up css ends for mobile only*/
/*search filter section css ends here*/

.section-results__right{
  transition: margin-left .5s;
}

ul.typeahead.dropdown-menu {
    overflow-y: scroll;
    max-height: 300px;
}

/* Container css start here  */
.container-main{
    max-width: 1776px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
@media (max-width:1800px){
    .container-main{
        max-width: 1200px;
    }
}
@media (max-width:1300px){
    .container-main{
        max-width: 1024px;
    }
}
/* Container css end here  */

/* claim your organisation section css starts */
.title_heading {
    text-align: center;
}

.title_heading .title_main {
    margin-bottom: 12px;
}

.title_heading p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.claim-section {
    background: #FAF9F9;
    padding: 64px 0;
}

.claim-section__inner {
    margin-top: 48px;
}

.claim-section__box {
    background: #fff;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 16px;
    padding: 24px;
}

.claim-section__num {
    background-color: #F8F1F1;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    text-align: center;
    color: #E7424B;
    font-family: 'Libre Baskerville', serif;
}

.claim-section__box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #444;
    margin-top: 16px;
}

.claim-section__link {
    text-align: center;
    margin: 56px auto 0;
}
@media(min-width:1300px) {
    .claim-section__container {
        max-width: 1216px;
    }
}
@media(min-width:767px) {
    .claim-section__inner {
        display: flex;
        justify-content: space-between;
    }

    .claim-section__box {
        flex: 0 0 25%;
    }

    .claim-section__arrow {
        display: flex;
        align-items: center;
    }
}
@media(max-width:768px) {
    .userStoriesHmSec {
        padding-bottom: 100px;
    }
}
@media(max-width:767px) {
    .claim-section__arrow svg {
        transform: rotate(90deg);
        margin-top: 32px;
    }

    .claim-section__arrow {
        height: 82px;
        margin: 20px 0;
        text-align: center;
    }

    .testimonialSliderSec .slick-track,
    .testimonialSliderItem.slick-slide {
        margin: 0;
    }

    .claim-section__num {
        margin: 0 auto;
    }

    .claim-section__box p {
        text-align: center;
    }

}
.organisation{
    padding-bottom: 64px;
}
.organisation__top{
    text-align: center;
    padding: 64px 0;
}
.organisation__top p{
    color: #444;
    margin: 12px 0 64px;
    font-weight: 400;
}
.organisation__steps {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    display: grid;
}
.organisation__steps--inner:first-child, .organisation__steps--inner:last-child{
    padding: 0;
}
.organisation__steps--inner img{
    max-width: 100%;
    border-radius: 8px;
    width: 100%;
}
.organisation__steps--content-heading {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #444;
    margin: 24px 0 8px;
}
.organisation ul.typeahead.dropdown-menu{
    text-align: left;
}
@media (min-width:1024px){
    .organisation__steps--content-heading {
        font-size: 18px;
        line-height: 28px;
    }
    .organisation__top p{
        font-size: 18px;
        line-height: 28px;
    }
}
@media (min-width:768px){
    .organisation__steps{
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 4rem;
    }
}
@media (max-width:1024px){
    .organisation__steps--content p{
        font-size: 14px;
        line-height: 22px;
    }
}

/* claim your organisation section css ends */

/* find-cause section css starts */
.find-cause__tabs .navTabsListOuter {
    display: block;
}

.find-cause__tabs h3 {
    padding-bottom: 8px;
    letter-spacing: 0.01em;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.find-cause__tabs .navTabsListOuter>li {
    border-left: 4px solid transparent;
    padding: 20px 0 20px 24px;
    margin: 12px 0;
    cursor: pointer;
}

.find-cause__tabs .navTabsListOuter p {
    color: #444;
    font-weight: 400;
}

.find-cause__tabs .navTabsListOuter>li.active {
    border-color: #E7424B;
}

.find-cause {
    padding: 60px 0 58px;
}

.find-cause .mainTabsContentOuter {
    background: #faf6f8;
    border-radius: 16px;
    display: flex;
    align-items: center;
    padding: 40px 26px;
}

.find-cause .navTabsListOuter>li>a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #E7424B;
    margin-top: 16px;
    text-transform: none;
    padding: 0;
    border: none;
    opacity: 1;
}

.find-cause .tabsContentinner {
    min-width: 100%;
}

.find-cause__tabs .overviewMainDescription {
    width: 100%;
}

.financials__video video{
    max-width: 100%;
    border: 0;
    clip-path: inset(3px 3px);
}

.financials__video video::-webkit-media-controls-panel {
    background-image: linear-gradient(transparent, transparent) !important;
}

.financials__video-desktop{
    display: none;
}

.find-cause_buttons{
    margin: 20px 0;
    display: none;
}

.find-cause-next{
    margin-left: 10px;
}

@media (min-width: 1024px) {
    .find-cause {
        padding: 112px 0 58px;
    }

    .find-cause__tabs .tabs {
        display: flex;
    }

    .find-cause__tabs .navTabsList,
    .find-cause__tabs .mainTabsContentOuter {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .find-cause .find-cause__tabs .navTabsList {
        padding-right: 64px;
    }

    .find-cause .graphBox {
        flex: 0 0 35%;
        max-width: 35%;
    }

    .find-cause .graph__content {
        flex: 0 0 65%;
        max-width: 65%;
    }

    .find-cause .title_heading{
        text-align: left;
        padding-bottom: 66px;
    }

    .find-cause .title_heading .title_main{
        text-align: left;
    }

    .financials__video-tab{
        display: none;
    }

    .financials__video-desktop{
        display: block;
    }
}

@media (max-width:1266px) {

    .find-cause .totalre,
    .find-cause .pepple {
        font-size: 11.592px;
        line-height: 17px;
    }

    .find-cause .financials .accordionHeading {
        font-size: 13.041px;
        line-height: 20px;
    }

    .find-cause__tabs h2,
    .find-cause__tabs .metricsGraph span,
    .find-cause__tabs .metricsText,
    .find-cause__tabs .metricyearmoney {
        font-size: 13.041px;
        line-height: 20px;
        margin: 0;
    }

    .find-cause__tabs .accordionPanelContent {
        padding-top: 0;
    }

    .find-cause__tabs .plusminusicon svg {
        max-width: 12px;
        max-height: 12px;
    }

    .find-cause #tab1 .overviewDesMaincontent {
        margin-bottom: 0;
    }

    .find-cause .tabsContentinner .accordionMain>li {
        padding: 11px 0;
    }
}

@media (max-width:1024px){
    .find-cause__tabs .navTabsListOuter{
        margin-top: 24px;
        padding: 0 20px 30px;
    }
    .find-cause__tabs{
        background-color: #faf6f8;
    }
    .find-cause__tabs .tab-inner__team li:last-child{
        margin: 0;
    }
    .find-cause_slides .slick-dots{
        margin-top: 20px;
    }
}

@media (max-width:767px){
    .find-cause_buttons{
        display: block;
    }
}

.find-cause .overviewDesMaincontent {
    margin-bottom: 0 !important;
}

/*home page tab section bar css starts */
.home_metricyears li{
    animation: metricsbar1 3s normal forwards;
}
.home_metricyears li:nth-child(2){
    animation-name: metricsbar2;
}
.home_metricyears li:last-child{
    animation-name: metricsbar3;
}
@keyframes metricsbar1 {
    0% { width: 0; }
    100% { width: 100%; }
}
@keyframes metricsbar2 {
    0% { width: 0; }
    100% { width: 80%; }
}
@keyframes metricsbar3 {
    0% { width: 0; }
    100% { width: 60%; }
}

.accordionMain>li .accordionHeading.active .minus {
    display: block;
}
.accordionMain>li .accordionHeading.active .plus{
    display: none;
}

@media (max-width:1024px) {
    .find-cause_slides .navTabsListOuter a {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.01em;
        color: #E7424B;
        margin-top: 16px;
        display: inline-block;
    }

    .find-cause__tabs h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .find-cause_slides .overviewDesOuter {
        min-height: 440px;
        display: flex;
        align-items: center;
        background: #FAF9F9;
        border-radius: 8px;
        padding: 23px;
        margin-bottom: 24px;
        justify-content: center;
    }

    .find-cause__tabs .overviewMainDescription {
        padding: 0;
    }

    .title_heading p {
        font-size: 16px;
        line-height: 24px;
    }

    .find-cause__tabs .tab-inner__info--name {
        font-size: 18px;
        line-height: 28px;
    }

    .find-cause__tabs .tab-inner__team li p {
        font-size: 16px;
        line-height: 24px;
    }

    .find-cause__tabs .tab-inner__info--link {
        font-size: 13.3732px;
        line-height: 20px;
    }
    .find-cause .title_heading{
        margin-bottom: 70px;
    }
    .find-cause{
        margin-bottom: 80px;
    }
}
/*home page tab section bar css ends */

/* profile page admin tab css starts */
.overviewMainDescription-mail{
    margin-bottom: 20px;
}
.overviewMainDescription-mailInner{
    margin-bottom: 64px;
}
.overviewMainDescription-mail input, .detailsTabContent-select select{
    padding: 1rem 1.6rem;
    border: 0.1rem solid var(--light-grey-color-3);
    font-family: inherit;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.01em;
    width: 100%;
}
.detailsTabContent-select{
    display: flex;
    margin-bottom: 64px;
}
.detailsTabContent-select__button{
    margin-left: 20px;
}
.detailsTabContent-select .commonBtn{
    white-space: nowrap;
}
.overviewMainDescription-toggle .select2-selection__choice{
    color: #D5222C !important;
    border-radius: 8px;
    margin-bottom: 10px;
    background: rgb(248, 241, 241) !important;
}
.overviewMainDescription-toggle label{
    margin: 0;
    display: flex;
    align-items: center;
}
.overviewMainDescription-toggle input{
    margin-right: 10px;
}
.admin-edit__profile{
    margin: 0px 0 62px;
}
.detailsTabContent-select select{
    max-width: 150px;
}
/* profile page admin tab css ends */

/* History tab css start */
.history-table-msg {
    color: var(--light-grey-color);
    font-weight: 500;
}

.history-table th, .history-table td {
    padding: 20px;
}

.history-table, .history-table th, .history-table td  {
		border: 1px solid var(--light-grey-color);
    border-collapse: collapse;
		font-size: 14px;
}

.history-table {
    margin: 20px 0;
}

.history-more-button {
    color: #e7424b;
    font-weight: 500;
    text-decoration: underline;
}

.history-table-wrapper {
    max-width: 100%;
    overflow-x: auto;
}

/* errors formatting for edit-org */
ul.errorlist, .error_msg {
    padding: 10px;
    margin-bottom: 10px;
    background: #F8F1F1;
    border-radius: 8px;
    color: #D5222C;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
}

.error_msg.top-error-msg {
    margin-bottom: 0;
    margin-top: 40px;
}

/* upload image css starts */
.upload_box {
    position: relative;
  }
  .dropzone-wrapper {
    border: 1px dashed #E8E8E8;
    position: relative;
    height: 80px;
  }
  .dropzone-desc {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 16px;
    font-size: 16px;
    color: #999;
    letter-spacing: 0.01em;
    font-weight: 400;
    line-height: 24px;
  }
  .dropzone-desc span {
    color: #E7424B;
    font-weight: 500;
  }
  .dropzone-desc small {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
  }
  .dropzone,
  .dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 80px;
    cursor: pointer;
    opacity: 0;
  }
  .dropzone-wrapper:hover,
  .dropzone-wrapper.dragover {
    background: #FDF2E2;
  }
  .preview-zone, .existing_image {
    text-align: center;
  }
  .preview-zone .upload_box, .existing_image .form__image_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
  }
  .upload_box-tools button {
    border: none;
    background: transparent;
  }
  .upload_box-body, .form__image_container--body {
    display: flex;
    align-items: center;
  }
  .upload_box-body img, .form__image_container--body img {
    max-width: 80px;
  }
  .upload_box-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-left: 16px;
    color: #999;
  }
  /* upload image css ends */

/*remove existing logo css starts*/
.form__image_clear_container label span {
    display: block;
    cursor: pointer;
}

.form__image_clear_container label input {
    display: none;
}
/*remove existing logo css ends*/
