body {
    font-size: 16px;
    font-family: 'helveticanowdisplay';
    font-weight: 400;
    font-style: normal;
    padding: 0;
    margin: 0;
    color: #ffffff;
}

@font-face {
    font-family: 'helveticanowdisplay';
    src: url('../font/helveticanowdisplay-black-webfont.woff2') format('woff2'),
        url('../font/helveticanowdisplay-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'helveticanowdisplay';
    src: url('../font/helveticanowdisplay-bold-webfont.woff2') format('woff2'),
        url('../font/helveticanowdisplay-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'helveticanowdisplay';
    src: url('../font/helveticanowdisplay-extblk-webfont.woff2') format('woff2'),
        url('../font/helveticanowdisplay-extblk-webfont.woff') format('woff');
    font-weight: 950;
    font-style: normal;

}

@font-face {
    font-family: 'helveticanowdisplay';
    src: url('../font/helveticanowdisplay-extrabold-webfont.woff2') format('woff2'),
        url('../font/helveticanowdisplay-extrabold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;

}

@font-face {
    font-family: 'helveticanowdisplay';
    src: url('../font/helveticanowdisplay-medium-webfont.woff2') format('woff2'),
        url('../font/helveticanowdisplay-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'helveticanowdisplay';
    src: url('../font/helveticanowdisplay-regular-webfont.woff2') format('woff2'),
        url('../font/helveticanowdisplay-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

/*****************Header**********************/
.website-logo {
    background: #ffffff;
    border: 1px solid #E2E2E2;
    padding: 6px 0;
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

/****************banner***************************/
.bannerImg {
    width: 100%;
    height: 690px;
    object-fit: cover;
}

.home-banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;

}

.home-banner {
    position: relative;
    margin-top: 91px;
}


.bannerContent.row {
    align-items: center;
}

.leftContentSection h2 {
    font-family: 'helveticanowdisplay';
    font-size: 54px ;
    line-height: 58px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 0;
    padding-bottom: 16px;
}

.leftContentSection p {
    font-family: 'helveticanowdisplay';
    font-size: 18px ;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0.18px;
    color: #FFFFFF;
    margin-bottom: 0;
    max-width: 80%;
}

.homebannerRightImg {
    width: 100%;
    /* height: 500px; */
    object-fit: contain;
}

.RightBannerImg {
    position: relative;
}

.rightImgBg {
    position: absolute;
    top: -10px;
    z-index: -1;
    width: 100%;
    height: 600px;
    right: 12px;
    animation: 3s ease-in-out infinite move;
}

.usernameSection {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 8px #00000029;
    border-radius: 61px;
    display: inline-flex;
    align-items: center;
    padding: 4px 16px 4px 4px;

}

.usernameSection img {
    width: 48px;
    height: 48px;
}

.usernameSection p {
    font-family: helveticanowdisplay;
    letter-spacing: 0;
    color: #171D3D;
    padding-left: 14px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: normal;
}

.usernameSection.randyUser {
    position: absolute;
    top: 30%;
    animation: floattop 3s ease-in-out infinite;
}

.usernameSection.meganUser {
    position: absolute;
    top: 48%;
    right: 33px;
    animation: float 5s ease-in-out infinite;
}

.usernameSection.steaveUser {
    position: relative;
    bottom: 150px;
    left: 30px;
    animation: 3s ease-in-out infinite move;
}

/****************Easier Section*******************/
.HelpSection {
    padding-top: 40px;
}
.EasierTitle {
    text-align: center;
    font-family: 'helveticanowdisplay';
    font-size: 50px ;
    line-height: 57px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #171D3D;
}



.EasierTitle span {
    text-align: center;
    font-family: 'helveticanowdisplay';
    font-size: 50px ;
    line-height: 57px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #171D3D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.WordHighlight {
    color: #4C9A2A;
    position: relative;
    padding: 0 9px;
}

.WordHighlight::before{
    content:'';
    background-image:url('../images/easierRound.svg');
    width: 152px;
    height: 66px;
    position: absolute;
}

.secondLine img {
    position: absolute;
    left: 90px;
}

.secondLine {
    position: relative;
}


.raiseFundTitle {
    padding: 63px 0px 41px 0;
    font-family: 'helveticanowdisplay';
    font-size: 32px ;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #171D3D;
    margin-bottom: 0;
    text-align: center;

}

.RaiseFund .row {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #4C9A2A;
    border-radius: 25px;
    align-items: center;
}

.fundsforwhat {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fundsforwhat h5 {
    text-align: center;
    font-family: 'helveticanowdisplay';
    font-size: 20px ;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #171D3D;
    margin-bottom: 0;
    padding-left: 22px;
}

.RaiseFund [class*='col-'] {
    border-right: 1px solid #4C9A2A;
    padding: 40px 0;
}

.RaiseFund [class*='col-']:hover {
    background: #9CD161 0% 0% no-repeat padding-box;

}

.RaiseFund [class*='col-']:last-child:hover {
    background: #9CD161 0% 0% no-repeat padding-box;
    border-radius: 0px 25px 25px 0px;

}

.RaiseFund [class*='col-']:first-child:hover {
    background: #9CD161 0% 0% no-repeat padding-box;
    border-radius: 25px 0px 0px 25px;

}

.RaiseFund [class*='col-']:hover h5 {
    color: #ffffff;
}


.fundsforwhat img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    transform: translatey(0px);

}

.RaiseFund [class*='col-']:last-child {
    border-right: none;
}

.RaiseFund {
    position: relative;
}

/***********************4 easy Step Section***************************/
.stepsSection {
    background: transparent linear-gradient(180deg, #EEEEEE 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    margin-top: -85px;
    padding-top: 135px;
}


.StepImg-content-sec {
    position: relative;
    margin: 40px 0 160px 0;
}




.StepDetails {
    margin: 0;
}

.StepDetails:hover {
    background: #171D3D;
}

.StepDetails:hover p {
    color: #ffffff;
}

.StepInfoMainSection .StepDetails:first-child {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.StepInfoMainSection .StepDetails:nth-child(2) {
    bottom: 110px;
    position: relative;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.StepDetails {
    width: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 13px #D6E8C26B;
    border-radius: 150px;
    margin-left: 40px;
    margin-top: 38px;
    height: 359px;
}

.StepInfoMainSection {
    display: grid;
    align-items: center;
    grid-template-columns: 25% 25% 25% 25%;
}

.StepInfoMainSection .StepDetails:nth-child(3) {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.StepInfoMainSection .StepDetails:nth-child(4) {
    bottom: 110px;
    position: relative;
    top: 22%;
    left: 48%;
    transform: translate(-50%, -50%);
}


.stepsSection h4 {
    text-align: center;
    font-family: 'helveticanowdisplay';
    font-size: 32px ;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #171D3D;
    margin-bottom: 0;
    padding-bottom: 110px;
}

.StepIcon-info {
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 24px;
}

.StepIcon-info p {
    text-align: center;
    font-family: 'helveticanowdisplay';
    font-size: 20px ;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #171D3D;
    margin-bottom: 0;
    padding-top: 24px;
}

.StepIcon-info img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

/***************old********************/
.stepsSection .container {
    position: relative;
}

.stepBgImg {
    width: 100%;
    position: absolute;
}

.row.StepContent {
    position: relative;
}

.row.StepContent [class*='col-']:nth-child(2) .StepDetails,
.row.StepContent [class*='col-']:nth-child(4) .StepDetails {
    top: 0;
    position: relative;
    margin-top: -16%;
}

/****************Support change live section******************/

.ChangeLiveBgImg {

    width: 100%;
}

.SupportChangeLiveSection {
    position: relative;
}

.SupportChangeLiveSection [class*='col-']:last-child .SupportIconInfo::after {
    display: none;
}

.SupportChangeLiveSection .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.SupportChangeLiveSection h4 {
    text-align: center;
    font-family: 'helveticanowdisplay';
    font-size: 32px ;
    line-height: 41px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #171D3D;
    padding-bottom: 46px;
}

.SupportIconInfo {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #4C9A2A;
    border-radius: 29px;
    text-align: center;
    padding: 51px 30px;
    margin: 0 46px;
    position: relative;
    width: 241px;
    height: 254px;
}

.SupportIconInfo::after {
    content: '';
    background-image: url('../images/supportArrow1.svg');
    display: block;
    width: 90px;
    height: 15px;
    position: absolute;
    background-repeat: no-repeat;
    top: 45%;
    right: -59%;
}

.SupportIconInfo:hover {
    background: #9CD161 0% 0% no-repeat padding-box;
    border: 1px solid #4C9A2A;
    border-radius: 29px;
}

.SupportIconInfo:hover p {
    color: #FFFFFF;
    transform: translate(0, -10px);
}

.SupportIconInfo p {
    font-family: 'helveticanowdisplay';
    font-size: 20px ;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #171D3D;
    margin-bottom: 0;
    padding-top: 44px;
    transition: 0.3s;

}

.SupportIconInfo img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    transition: transform .5s ease;
}

.SupportIconInfo:hover img {
    transform: scale(1.3);
}

/*****************************Register section********************************/
.RegisterSection {
    padding-top: 110px;
}

.RegisterDetails h4 {
    font-family: 'helveticanowdisplay';
    font-size: 32px ;
    line-height: 41px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #171D3D;
    padding-bottom: 52px;
}

.StepsForRegister {
    padding-bottom: 37px;
    display: flex;
    align-items: center;
    position: relative;
}

.RegisterDetails .StepsForRegister:last-child::before {
    display: none;
}

.StepsForRegister::before {
    content: '';
    background-image: url('../images/RegisterCountLine1.svg');
    display: block;
    position: absolute;
    width: 1px;
    height: 27px;
    background-repeat: repeat;
    top: 50px;
    left: 24px;
}

.number {
    background: #F3F7F5 0% 0% no-repeat padding-box;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-right: 22px;
}

.number p {
    font-family: 'helveticanowdisplay';
    font-size: 22px ;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0.22px;
    color: #4C9A2A;
    margin-bottom: 0;
    line-height: 48px;
}

.info H6 {
    font-family: 'helveticanowdisplay';
    font-size: 22px ;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0.22px;
    color: #171D3D;
    margin-bottom: 0;
}

.info p {
    font-family: 'helveticanowdisplay';
    font-size: 16px ;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.16px;
    color: #505677;
    margin-bottom: 0;
}

.RegisterImg {
    text-align: center;
    position: relative;
}

.RegisterImg img {
    background: #4C9A2A 0% 0% no-repeat padding-box;
    border-radius: 41px;
    padding: 93px;
}

.RegisterImg:before {
    content: '';
    width: 219px;
    position: absolute;
    top: -74px;
    left: 16px;
    height: 457px;
    background: #DDEBCC 0% 0% no-repeat padding-box;
    border-radius: 28px;
    z-index: -1;
}

/**************Causes we support************************/
.CausesWeSupport h4 {
    font-family: 'helveticanowdisplay';
    font-size: 32px ;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #171D3D;
    text-align: center;
    padding-bottom: 50px;
}

.CausesWeSupport [class*='col-']:hover {
    background-color: #F3F7F5;
}

.CausesWeSupport [class*='col-']:nth-child(1):hover{
    border-radius: 25px 0 0 0;
}

.CausesWeSupport [class*='col-']:nth-child(5):hover {
    border-radius: 0 0 0 25px;
}

.CausesWeSupport [class*='col-']:nth-child(4):hover{
    border-radius: 0 25px 0 0;
}

.CausesWeSupport [class*='col-']:nth-child(8):hover {
    border-radius: 0 0 25px 0;
}

.CausesWeSupport [class*='col-']:hover .SupportInfo img {
    transform: scale(0.8);
}

.CausesWeSupport {
    padding: 60px 0;
}

.CausesWeSupport .row {
    border: 1px solid #D9DEDB;
    border-radius: 25px;
}

.SupportInfo img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    transition: transform .5s ease;
}

.SupportInfo p {
    font-family: 'helveticanowdisplay';
    font-size: 18px ;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.18px;
    color: #171D3D;
    padding-top: 20px;
    margin-bottom: 0;
}

.SupportInfo {
    text-align: center;
    padding: 26px 0;
}

.CausesWeSupport [class*='col-'] {
    border-right: 1px solid #D9DEDB;
    border-bottom: 1px solid #D9DEDB;
}

.CausesWeSupport [class*='col-']:nth-child(4n) {
    border-right: none;
}

.CausesWeSupport [class*='col-']:nth-child(5),
.CausesWeSupport [class*='col-']:nth-child(6),
.CausesWeSupport [class*='col-']:nth-child(7),
.CausesWeSupport [class*='col-']:nth-child(8) {
    border-bottom: none;
}

/*******************download app section**************************************/
.DownloadApp {
    background: transparent url('../images/downloadapp-bg.png') 0% 0% no-repeat padding-box;
    background-size: cover;
}

.RightDownloadAppImage img {
    width: 100%;
}

.DownloadApp .row {
    align-items: center;
}

.LeftDownloadAppInfo h2 {
    font-family: 'helveticanowdisplay';
    font-size: 45px ;
    line-height: 56px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #171D3D;
}

.LeftDownloadAppInfo p {
    font-family: 'helveticanowdisplay';
    font-size: 20px ;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #505677;
}

.appimg img {
    margin-right: 20px;
}

/*************querysection****************************/
.QuerySection a:hover {
    text-decoration: none;
}

.QuerySection h6 {
    font-family: 'helveticanowdisplay';
    font-size: 22px ;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0.22px;
    color: #171D3D;
    margin-bottom: 0;
}

.QuerySection {
    text-align: center;
    padding: 30px 0;
}

.QuerySection span {
    font-family: 'helveticanowdisplay';
    font-size: 22px ;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 1.21px;
    color: #4C9A2A;
}
.QuerySection a {
    text-decoration: none;
}

.QuerySection img {
    margin-left: 7px;
    margin-right: 9px;
}

/***************************************Footer Section********************************/
footer {
    border-top: 1px solid #D9DEDB;
    padding: 12px 0;
}

footer .row {
    align-items: center;
}

.socialMediaIcon img {
    padding-right: 6px;
}

.copy-right-sec p {
    font-family: 'helveticanowdisplay';
    font-size: 15px ;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.15px;
    color: #505677;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
}

.copy-right-sec img {
    padding-left: 6px;
}

.footer-webpage a {
    font-family: 'helveticanowdisplay';
    font-size: 15px ;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.15px;
    /*color: #505677;*/
    margin-right: 9px;
    /*text-decoration: none;*/
}

/*****************privacy policy*****************/
.privacyPolicyContent {
    padding-top: 120px;
}

.privacyPolicyContent h1 {
    font-family: 'helveticanowdisplay';
    font-size: 45px ;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #171D3D;
}

.privacyPolicyContent p {
    font-family: 'helveticanowdisplay';
    font-size: 18px ;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0.18px;
    color: #505677;
    text-align: justify;
}

.privacyPolicyContent p b, .privacyPolicyContent p strong, .privacyPolicyContent ul li strong {
    font-weight: bolder;
    color: #171D3D;
}

.privacyPolicyContent h2 strong, .privacyPolicyContent h2 {
    font-family: 'helveticanowdisplay';
    font-size: 28px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 0px;
    color: #171D3D;
    text-transform: capitalize;
}
.privacyPolicyContent p, .privacyPolicyContent ul li {
    font-family: 'helveticanowdisplay';
    font-size: 18px;
    line-height: 25px !important;
    font-weight: 400;
    letter-spacing: 0.18px;
    color: #505677;
    text-align: justify;
}
.privacyPolicyContent h3 strong, .privacyPolicyContent h3 { 
    font-family: 'helveticanowdisplay';
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 0px;
    color: #171D3D;
    text-transform: capitalize;
}

.privacyPolicyContent h4 {
    font-family: 'helveticanowdisplay';
    font-size: 28px ;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #171D3D;
}

.privacyPolicyContent h6 {
    font-family: 'helveticanowdisplay';
    font-size: 22px ;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #171D3D;
}
.privacyPolicyContent table tr td{
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    color: #171D3D;
    padding: 10px 20px;
}
.privacyPolicyContent ul li {
    margin-bottom: 10px;
}

.address-sec h6 {
    line-height: normal;
}

.address-sec p {
    margin-bottom: 0;
}

.address-sec p:last-child {
    margin-bottom: 0;
}

.address-sec a {
    color: #4C9A2A;
}

.address-sec p:last-child {
    margin-bottom: 26px;
}

.address-sec p:last-child {
    margin-bottom: 56px;
}

p.lastupdate {
    padding-top: 26px;
    font-style: italic;
}

.privacy_table {
    color: #000;
}

/*card new section css start*/

.bg-light-green{
    padding: 55px 75px;
    background: #F3F7F5 0% 0% no-repeat padding-box;
    border-radius: 28px;
    max-width: 1154px;
    margin: 0 auto;
}

.btn-primary {
    background: #171D3D 0% 0% no-repeat padding-box;
    border-radius: 25px;
    width: 155px;
    height: 55px;
    border: 1px solid #171D3D;
}
label {
    color: #171D3D;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
}
.form-control {
    height: 46px;
}
.sec-title {
    letter-spacing: 0px;
    color: #171D3D;
    font-size: 35px;
    font-weight: 700;
}

.bg-light-green p {
    letter-spacing: 0.15px;
    color: #4C9A2A;
    line-height: 25px;
    font-size: 15px;
    font-weight: 500;
}
.form-control:focus{
    border-color: #4C9A2A;
    box-shadow:none;
}
.bg-light-green p img {
    margin-bottom: 10px;
    margin-right: 7px;
}
.btn-primary:hover {
    background: #fff;
    color: #171d3d;
    border: 1px solid #171d3d;
}
.contact-us-inner h3{
    color: #0A0A0A;
}
.card-number{
    background-image:url('../images/card-icon.svg');
    background-repeat: no-repeat;
    background-position: 95%;
}
/*card new section css end*/

textarea.form-control {
    min-height: 120px;
}

.contribute .btn-primary {
    font-size: 18px;
    font-weight: 700;
    min-width: 220px;
}
.contribute {
    max-width: 972px;
}
.error{
    color: red;
}