/*******************Reset Css****************/

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

p {
    margin: 0;
}

html,
body    {
    padding: 0;
    margin: 0;
    border-radius: 0;

}

em {
    font-style: normal;
}

body {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #424242;
}

a,
button,
input,
input[type="buttton"],
input[type="submit"],
.btn {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    outline: none !important;
    text-decoration: none;
    font-style: normal;
    text-decoration: none;
}

input {
    width: 100%;
}

img,
figure {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: normal;
    margin: 0;
}

input,
textarea {
    padding: 5px 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}


/*Buttons*/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #9698a3;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    color: #9698a3;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9698a3;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9698a3;
}

.noradius {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.pointerNone {
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
}

.relative {
    position: relative;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
    width: 100%;
}

.bg_area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/*******************Reset Css****************/
/*header-css*/
/*header-section-start*/
.alert_bar {
    padding: 14px 0;
    background: #fef2f0;
}

.alert_bar .container {
    position: relative;
}

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

.alert_text .alert_icon {
    width: 25px;
    line-height: 100%;
    margin-right: 8px;
}

.alert_text p {
    font-size: 12px;
    color: #FF3B53;
    letter-spacing: 0.43px;
}

.alert_text p span {
    font-weight: 600;
}

.close_btn {
    width: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.close_btn svg{
    fill: #FF3B53;
}
.header_outer {
    padding: 15px 0;
    position: relative;
    transition: 0.3s;
    background-color: #fff;
}

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

.logo svg {
    width: 190px;
    fill: #FF3B53;
}

.logo {
    line-height: 100%;
}

.logo a {
    display: inline-block;
    line-height: 100%;
}

.menu_outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hddr_menu {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #EBEBEB;
}

.hddr_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hddr_menu li {
    margin-right: 25px;
}

.hddr_menu li:last-child {
    margin-right: 0;
}

.hddr_menu li a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.hddr_menu li a:hover {
    color: #FF3B53;
}

.social_btnOuter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social_icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
}

.social_icon a {
    display: inline-block;
    color: #EEC6C3;
    font-size: 22px;
    margin-right: 17px;
}

.social_icon a:last-child {
    margin: 0;
}

.social_icon a:hover {
    color: #FF3B53;
}

.basic_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    background: #FF3B53;
    position: relative;
    line-height: 58px;
    padding: 0 30px;
    border-radius: 34px;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    z-index: 9;
}

.basic_btn:hover {
    color: #FF3B53;
    background: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}

.basic_btn span {
    display: inline-block;
    line-height: 100%;
    margin-right: 10px;
}

.basic_btn span svg {
    width: 20px;
    fill: #fff;
}

.basic_btn:hover span svg {
    fill: #FF3B53;
}
.shrink{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    transition: 0.3s;
    z-index: 99;
    background-color: #fff;
    /* padding: 10px 0; */
}
/*header-section-end*/

/*banner_sec--strat*/
.banner_sec {
    position: relative;
}

.banner_sec:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 73%;
    background: #fef2f0;
    z-index: -1;
}

.banner_text {
    padding: 140px 0 145px;
}

.banner_text h4 {
    color: #CCC1C2;
    font-family: 'Northwell-Regular';
    font-size: 84px;
    letter-spacing: -2.25px;
    margin-left: -46px;
}

.banner_text h1 {
    color: #000000;
    font-size: 66px;
    font-weight: 600;
    letter-spacing: -3.16px;
    line-height: 75px;
    margin-top: -40px;
}

.bnr_para {
    margin: 20px 0 0;
    padding-left: 30px;
}

.bnr_para p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    color: #8A7977;
}

.bnr_btnArea {
    margin: 45px 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.help_btn {
    margin-left: 15px;
}

.link_btn {
    display: inline-block;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    border-bottom: 3px solid #FF3B53;
    padding-bottom: 2px;
}

.link_btn:hover {
    color: #FF3B53;
}

.bnr_caption {
    text-align: right;
    margin: 12px 0 0;
}

.bnr_caption h5 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 29px;
    color: #787071;
}

.banner_img {
    padding-left: 40px;
}

.banner_img figure {
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.13);
}
.bnr_video{
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.bnr_video video{
    max-width: 100%;
    display: none;
}
.add_bnr_video .bnr_video video{
    display: block;
}
.add_bnr_video figure{
    display: none;
}
.banner_img figure{
    position: relative;
}
.play_btn {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    cursor: pointer;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    }
    .play_btn svg {
        fill: #FF3B53;
        width: 30px;
        margin-left: 6px;
    }
/*banner_sec--end*/

/*number_area--start*/

.numbr_hdng {
    margin: -60px 0 0;
}

.numbr_hdng h2 {
    height: 84px;
    color: #CCC1C2;
    font-family: 'Northwell-Regular';
    font-size: 84px;
    letter-spacing: -2.25px;
    line-height: 145px;
}

.number_outer {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.numbr_item {
    width: 25%;
}

.numbr_item h2 {
    color: #FF3B53;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -1.95px;
    line-height: 28px;
    margin-bottom: 15px;
}

.numbr_item span {
    display: block;
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
}

/*number_area--end*/
/*kitchen_community-area--start*/
.kitchen_community {
    padding: 60px 0 0;
}

.hdng_outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.page_hdng h2 {
    color: #000000;
    font-size: 58px;
    font-weight: 600;
    letter-spacing: -2.35px;
    line-height: 65px;
}

.page_hdng h2 span {
    display: block;
}

.hdng_outer .basic_btn {
    min-width: 345px;
}

/*kitchen_community-area--start*/




.ftr_btn {
    display: inline-block;
}

.way_btn {
    display: inline-block;
}

.rstrnt_list_lctn p svg {
    fill: #ff3b53;
    margin-right: 3px;
}


/*Footer_CSS*/
.ftr_wrpr {
    background-color: #000;
    padding-top: 120px;
}

.ftr_cntnt_outer {
    text-align: center;
}

.ftr_top_txt {
    padding-bottom: 80px;
    max-width: 760px;
    margin: 0 auto;
}

.ftr_top_txt .basic_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.ftr_top_txt h3 {
    color: #FF3B53;
    font-family: Northwell-Regular;
    font-size: 90px;
    letter-spacing: -2.41px;
    line-height: 110px;
}

.ftr_top_txt h2 {
    color: #FFFFFF;
    font-size: 78px;
    font-weight: 600;
    line-height: 86px;
    margin: -50px 0 25px;
}

.ftr_btm_cntnt {
    padding-bottom: 40px;
}

.ftr_btm_cntnt h3 {
    color: #FFD7DC;
    font-family: Northwell-Regular;
    font-size: 60px;
    letter-spacing: -1.61px;
    line-height: 70px;
    margin-bottom: 15px
}

.ftr_social_list ul li {
    display: inline-block;
    margin-right: 25px;
}

.ftr_social_list ul li:last-child {
    margin-right: 0;
}

.ftr_social_list ul li a {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ftr_social_list ul li a:hover {
    color: #FF3B53;
}

.ftr_social_list ul li a span {
    color: #FF3B53;
    margin-right: 8px;
}

.ftr_btm_img img {
    width: 100%;
}

/*Footer_CSS*/


/*How_work_CSS*/
.how_work_wrpr {
    padding: 120px 0 90px 0;
}

.how_work_hdng {
    margin-bottom: 60px;
}

.how_work_hdng h3 {
    color: #FF3B53;
    font-family: Northwell-Regular;
    font-size: 84px;
    letter-spacing: -2.25px;
    line-height: 92px;
}

.how_work_hdng h2 {
    color: #000000;
    font-size: 58px;
    font-weight: 600;
    letter-spacing: -2.35px;
    line-height: 62px;
    margin-top: -30px;
    padding-left: 30px;
}

.how_work_outer {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.how_work_txt {
    width: 65%;
    padding-right: 50px;
}
.how_work_img {
    width: 35%;
    margin-top: 110px;
}
.how_stepOuter {
    padding-left: 165px;
}
.how_work_img .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.how_work_img .holder .cntnt {
    padding-left: 30px;
}

.how_work_img .holder .cntnt h4 {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    color: #787071;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 29px;
}

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

.step_nmbr {
    margin-right: 15px;
    position: relative;
}

.step_nmbr:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    width: 1px;
    background-color: #FF3B53;
    height: 100%;
    margin: 0 auto;
    z-index: -1;
}

.step_nmbr_two:before {
    background-color: #FFD7DC;
}

.step_nmbr_thre:before {
    display: none;
}

.step_nmbr span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 50px;
    border: 1px solid #FF3B53;
    background-color: #FFD7DC;
    border-radius: 50%;
    color: #FF3B53;
    font-size: 25px;
    font-weight: 600;
}

.step_dtls h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1.14px;
    line-height: 28px;
    margin-bottom: 10px;
}
.how_work_step:last-child .step_nmbr span{
    opacity: 0.5;
}
.step_dtls p {
    color: #9C9C9C;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    max-width: 460px;
}

.step_dtls {
    margin: 10px 0 30px;
}

.way_btn {
    padding-top: 20px;
    margin-left: 215px;
}

.how_work_img {
    position: relative;
}

.how_work_img:before {
    position: absolute;
    top: 30px;
    right: -30px;
    content: "";
    height: 635px;
    width: 330px;
    background-color: #FBE5E3;
    z-index: -1;
}

/*How_work_CSS*/


/*Map_CSS*/

.map_wrpr {
    position: relative;
}

.food_fund_notification {
    max-width: 210px;
    border-radius: 10px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
    position: absolute;
    top: 40px;
    left: 30px;
}

.food_fund_notification ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
    color: #000000;
    font-family: "SF Pro Text";
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0;
}

.food_fund_notification ul li:last-child {
    margin-bottom: 0;
}

.food_fund_notification ul li span {
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.food_fund_notification ul li:first-child span {
    color: #FF3B53;
}

.food_fund_notification ul li:nth-child(2) span {
    color: #FFCD3B;
}

.food_fund_notification ul li:last-child span {
    color: #80E49C;

}

.rstrnt_slider_item {
    position: relative;


}

.rstrnt_slider_item:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    content: "";
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #af1818 transparent transparent transparent;
    width: 0;
    height: 0;
    margin: 0 auto;
}

.rstrnt_slider_mnu_nm {

    background-color: #FFFFFF;

    padding: 15px;
}

.rstrnt_slider_mnu_nm h3 {
    color: #000000;
    font-family: "SF Pro Text";
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 34px;
    margin-bottom: 5px;

}

.rstrnt_slider_mnu_nm h3 span {
    color: #FFCD3B;
    padding-right: 8px;
}

.cstm_prgrs {
    height: 30px;
    border-radius: 30px;
    position: relative;
}
.progress {
    position: relative;
}
.prgress_text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.prgress_text span{
    line-height: 100%;
    margin-right: 5px;
    color: #fff;
}
.prgress_text em{
    color: #fff;
    font-size: 13px;
    font-family: "SF Pro Text";
}
.cstm_prgrs .prgrs-itm {
    padding-left: 8px;
    color: #FFFFFF;
    font-family: "SF Pro Text";
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0;
}

.cstm_prgrs .prgrs-itm span {
    padding-right: 6px;
}

.restrurant_slideinnr {
    -webkit-box-shadow: 0 0 20px 0 rgba(20, 35, 60, 0.6);
    box-shadow: 0 0 20px 0 rgba(20, 35, 60, 0.6);
    border-radius: 4px;
    max-width: 320px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    overflow: hidden;
}

.rstrnt_mp_outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.map_holder {
    width: 50%;
    position: relative;
}

.rstrnt_list_outer {
    width: 50%;
}

.rstrnt_list_holder {
    background-color: #f8fafe;
    padding: 30px;
    max-height: 665px;
    overflow-y: auto;
}

.rstrnt_list_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px -12px;
    flex-wrap: wrap;
}

.rstrnt_list_item {
    width: 45%;
    margin: 12px;
    background-color: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,00.05);
    box-shadow: 0 0 15px rgba(0,0,0,00.05);
}

.rstrnt_list_item h3 {
    color: #000000;
    font-family: "SF Pro Text";
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 5px;
}

.rstrnt_list_item h3 span {
    color: #FFCD3B;
    padding-right: 8px;
}

.cstm_prgrs {
    background-color: #fff4f3;
    margin-bottom: 10px;
    background-image: -o-linear-gradient(45deg, rgba(255, 59, 83, .15) 25%, transparent 25%, transparent 50%,
        rgba(255, 59, 83, .15) 50%, rgba(255, 59, 83, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 59, 83, .15) 25%, transparent 25%, transparent 50%,
        rgba(255, 59, 83, .15) 50%, rgba(255, 59, 83, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.rstrnt_list_btn .basic_btn {
    border-radius: 8px;
    display: block;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
}

.rstrnt_list_btn.grn .basic_btn {
    background-color: #80E49C;
    border-color: #80E49C;
}

.rstrnt_list_btn.grn .basic_btn:hover {
    color: #80E49C;
    background: #fff;
    border-color: #fff;
}

.rstrnt_list_item .holder {
    position: relative;
}

.rstrnt_list_lctn {
    position: absolute;
    background-color: #fff;
    padding: 2px 5px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    bottom: -10px;
    left: 12px;
}

.pledge_btn .basic_btn {
    border-radius: 0;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rstrnt_list_lctn p {
    color: #14233C;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 12px;
    text-transform: uppercase;
}

.rstrnt_list_lctn p span {
    color: #ff3b53;
    font-size: 10px;
    padding-right: 3px;
}

.cstm_prgrs svg {
    width: 15px;
    fill: #fff;
}



.rstrnt_slider_wrpr {
    position: relative;
}


.inbtns .prev,
.inbtns .next {
    background-color: transparent;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.inbtns .prev {
    left: 10px;
}

.inbtns .next {
    right: 10px;
}

.inbtns svg {
    width: 20px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    fill: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/*Map_CSS*/



/*Modal_CSS*/


.pledge_modal_outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.pledge_modal_lft {
    width: 30%;
}

.pledge_modal_right {
    width: 70%;
    padding: 50px 40px;

}

.pledge_modal_header .close {
    opacity: 1;
}

.pledge_modal_header .close svg {
    width: 16px;
    fill: #FF3B53;
}

.pledge_modal_header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border: none;
}

.pledge_modal .modal-dialog {
    max-width: 80%;
    margin: 0 auto;
}

.pledge_modal_body {
    padding: 0;
}

.pledge_modal_cntnt {
    border: none;
    border-radius: 15px;
}

.pledge_modal_hdng {
    margin-bottom: 35px;
}

.pledge_modal_hdng h4 {
    font-family: Northwell-Regular;
    color: #FFD7DC;

    font-size: 84px;
    letter-spacing: -2.25px;
    line-height: 94px;
}

.pledge_modal_hdng h3 {
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1.14px;
    line-height: 30px;
    margin-top: -30px;
    margin-bottom: 10px;
}

.pledge_modal_hdng p {
    color: #8A7977;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;

}

.pledge_modal_form_outer label {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.73px;
    line-height: 30px;
    margin-bottom: 5px;
}

.input_fillOuter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.input_fillOuter .input_fill {
    padding: 0 5px;
    margin-bottom: 10px;
}

.input_fillOuter.half .input_fill {
    width: 50%;

}

.input_fillOuter.one_thrd .input_fill {
    width: 33.33%;
}

.input_fill .form-control {
    height: 50px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    color: #0C2225;
    font-weight: 500;
    letter-spacing: 0;
}

.input_fill .form-control::-webkit-input-placeholder {
    color: #0C2225;
}

.input_fill .form-control::-moz-placeholder {
    color: #0C2225;
}

.input_fill .form-control:-ms-input-placeholder {
    color: #0C2225;
}

.input_fill .form-control::-ms-input-placeholder {
    color: #0C2225;
}

.input_fill .form-control::placeholder {
    color: #0C2225;
}

.input_fill .form-control:focus {
    border-color: #FF3B53;
}

.submit_fill {
    text-align: right;
    margin-top: 40px;

}

.submit_fill .basic_btn {
    margin-left: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.submit_fill .basic_btn span {
    margin-right: 0;
    margin-left: 15px;
    line-height: 0;
}

.submit_fill .basic_btn span svg {
    fill: #fff;
    width: 15px;
}

.submit_fill .basic_btn:hover span svg {
    fill: #FF3B53;
}

.modal_btm_img {
    position: absolute;
    bottom: -25px;
    right: 0;
    opacity: 0.7;
    pointer-events: none;
}

.modal_btm_img h3 {
    font-weight: bold;
    font-size: 85px;
    color: #FBE5E3;
    opacity: 0.8;
    line-height: 100px;
    pointer-events: none;
}

.meal_fund_calc_outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.meal_fund_txt {
    width: 70%;
}

.meal_fund_txt h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.73px;
    line-height: 30px;
}

.meal_fund_txt p {
    color: #8A7977;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
}

.meal_fund_calc {
    width: 30%;
}

.meal_calc_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
}

.meal_calc_row:first-child {
    background-color: #FBE5E3;
}

.meal_calc_row:last-child {
    border: 1px solid #FF3B53;
    background-color: #FFD7DC;
}

.meal_calc_row h4 {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.49px;
    line-height: 30px;
}

.meal_calc_row p {
    color: #FF3B53;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.65px;
    line-height: 30px;
    text-align: right;
}


.progress_outer {
    width: 90%;
    position: relative;
    margin: 30px auto 70px;
}

.progress_outer .slider-handle {
    background-color: #ff3b53;
    background-repeat: repeat-x;
    -webkit-filter: none;
    filter: none;
    height: 22px;
    position: absolute;
    width: 22px;
    background-image: none;
    margin-top: -8px;
}

.slider.slider-horizontal {
    width: 100% !important;
}



.progress_outer .slider.slider-horizontal .slider-track {
    background: #EEEEEE none repeat scroll 0 0;
}

.progress_outer .slider-selection {
    background-color: #ff3b53;
    background-repeat: repeat-x;
    border-radius: 4px;
    background-image: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    position: relative;
}


.progress_outer .tooltip.bottom {
    margin-top: 5px;
    opacity: 1;
    width: 50px;
    margin-left: 0 !important;
    margin-top: 5px;
    opacity: 1;
    width: 140px;
    pointer-events: auto;
    border-radius: 30px;
}

.progress_outer .tooltip.bottom:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: inherit;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-bottom: 5px solid #FF3B53;
    top: -9px;
}

.progress_outer .tooltip {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
}

.progress_outer .tooltip-inner {
    line-height: 45px;
    padding: 0;
    background: #FFD7DC;
    font-size: 13px;
    font-weight: 600;
    color: #FF3B53;
    border-radius: 30px;
    padding: 0;
}


.label span {
    display: block;
    color: #8A7977;

    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
}

.label {
    margin-top: 10px;
    margin-bottom: 10px;
}

.add_mr_btn {
    text-align: right;
    margin-top: 15px;
}

.add_mr_btn a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #FF3B53;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    padding: 10px 20px;
    border: 1px solid #FF3B53;
    border-radius: 30px;
    background-color: #FFD7DC;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.add_mr_btn a:hover {
    background-color: #FF3B53;
    color: #fff;
}

.add_mr_btn a span {
    display: inline-block;
    margin-left: 10px;
    line-height: 0;
}

.add_mr_btn a span svg {
    width: 20px;
    fill: #FF3B53;
}

.add_mr_btn a:hover span svg {
    fill: #fff;
}

.pledge_terms_outer {
    max-width: 650px;
    margin-left: auto;
}

.pledge_terms_outer h4 {
    color: #3D3D3D;
    font-family: Northwell-Regular;
    font-size: 54px;
    letter-spacing: -1.45px;
    line-height: 64px;
    margin-bottom: -25px;
}

.pledge_terms_outer p {
    color: #8A7977;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 20px;
}

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

.pledge_sign_outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 40px 0;
}

.ownr_nm h3 {
    color: #3D3D3D;
    font-family: Northwell-Regular;
    font-size: 54px;
    letter-spacing: -1.45px;
    line-height: 64px;
}

.ownr_chck_bx {
    position: relative;
    margin-left: 50px;
}

.ownr_chck_bx .chck_sign {
    position: absolute;
    top: -20px;
    left: 10px;
}

.ownr_chck_bx .chck_bx svg {
    width: 50px;
}

.ownr_chck_bx .chck_sign svg {
    width: 60px;
}

.pledge_btn_two {
    text-align: right;
}

.pledge_btn_two .basic_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

}

.thnk_you_scrn {
    display: block;
}

.thnk_top_txt {
    max-width: 480px;
    margin: 0 auto;
}

.thnk_top_txt h3 {
    color: #FF3B53;
    font-size: 160px;
    letter-spacing: -4.29px;
    line-height: 270px;
}

.thnk_top_txt p {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
    margin: -70px 0 40px;
}


.thnk_btm_cntnt h3 {
    color: #B5B5B5;
}

.thnk_social_list ul li a {
    color: #000000;
}

.thnk_btm_img {
    left: 0;
    right: 0;
    text-align: center;
}

#form_2,
#form_2_nw,
#form_3,
#form_4,
#form_5 {
    display: none;
}

.tooltip-min,
.tooltip-max {
    display: none !important;
}

/*28/03*/
.meal_cmnt_outer {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 50px;
}

.meal_cmnt_txt {
    width: 35%;
}

.meal_cmnt_calc {
    width: 65%;
    border-radius: 3px;
    background-color: #FBE5E3;
    padding: 5px;
}

.meal_cmnt_calc h3 {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.49px;
    line-height: 22px;
}

.meal_cmnt_calc h3 span {
    color: #FF3B53;
    font-size: 16px;
    letter-spacing: -0.65px;
}

.meal_cmnt_calc p {
    color: #000000;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: -0.36px;
    line-height: 14px;
}

.meal_optn_hdng {
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
    background-color: #000000;
}

.meal_optn_hdng h3 {
    height: 12px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 12px;
}

.dish_slct_outer {
    border: 1px solid #DEE5EB;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    background-color: #FFFFFF;
}

.dish_nm {
    border: 1px solid #EAEDF2;
    border-radius: 3px;
    background-color: #F8FAFE;
    padding: 10px 10px;
    margin-bottom: 5px;
}

.dish_nm p {
    color: #002D30;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
}

.meal_slct_bx {
    padding: 5px 10px;
    border: 1px solid #EAEDF2;
    border-radius: 3px;
    background-color: #F8FAFE;
}

.meal_slct_bx {
    width: 100%;
}

.meal_slct_bx .chosen-container {
    width: 100% !important;
}

.meal_slct_bx .chosen-container-multi .chosen-choices {
    background-color: transparent;
    border: none;
    background-image: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.chosen-container .chosen-drop {
    background: none;
    background-color: #ffd7dc;
    border: 1px #ff3b53 solid;
}

.meal_slct_bx .chosen-container .chosen-results li {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.meal_slct_bx .chosen-container .chosen-results li.active-result.highlighted {
    background-image: none !important;
    background-color: #ff3b53 !important;
    color: #fff !important;
}

.meal_slct_bx .chosen-container-multi .chosen-choices li.search-choice {
    background-image: none;
    background-color: #ff3b53;
    padding: 5px 25px 5px 10px;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 30px;
}

.meal_slct_bx .chosen-container-multi .chosen-drop .result-selected {
    color: inherit;
    opacity: 0.5;
}

.meal_slct_bx .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 6px;
    right: 4px;
    width: 12px;
    height: 12px;
    font-size: 1px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.meal_slct_bx .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    position: absolute;
    top: -6px;
    left: -4px;
    bottom: 0;
    content: "";
    width: 1px;
    height: 23px;
    background-color: #fff;
}

.meal_slct_bx .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: #002D30;
    font-size: 12px;
    font-weight: 500;
}

.choose_input_fill_outer {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/*Modal_CSS*/

.launching_modalBx .modal-dialog {
    max-width: 1050px;
    margin: 25px auto;
}
.launching_modalBx .modal-body {
    padding: 50px 65px;
}

.launching_modalBx .pledge_modal_cntnt{
    background-color: #FF3B53;
    color: #fff;
}
.launch_logo{
    width: 315px;
    margin-bottom: 40px;
}
.launch_logo svg{
    fill: #fff;
}
.launch_textArea h4{
    color: #FFD7DC;
    font-size: 64px;
    letter-spacing: -2.25px;
    font-family: 'Northwell-Regular';
}
.launch_textArea h2{
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-top: -23px;
}
.launch_para{
    margin: 15px 0 30px 0px;
    max-width: 510px;
}
.launch_para p{
    line-break: 26px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.launch_formArea > h3{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.54px;
    line-height: 32px;
    margin-bottom: 18px;
  }
  
.launch_formArea{
    max-width: 830px;
}

.launch_formOuter{
    margin: 0 -4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.launch_fill{
    padding: 0 4px;
    width: 35%;
}
.launch_fill.submit_fill{
    width: 30%;
    margin: 0;
    text-align: left;
}
.launch_fill .basic_btn{
 border: 1px solid #FFFFFF;
  border-radius: 34px;
  background-color: #FF3B53;
}
.launch_fill .basic_btn:hover{
    background-color: #fff;
    color: #FF3B53;
}
.launch_fill .basic_btn:hover svg{
    fill: #FF3B53;
}
.launch_fill .form-control{
    height: 60px;
    background-color: #fff;
    /* color: #FF3B53; */
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;

}
.lanch_social{
    padding: 70px 0 0;
}
.lanch_social .ftr_btm_cntnt{
    padding-bottom: 0;
}
.ftr_btm_cntnt > h3,  .lanch_social .ftr_social_list ul li a span, .lanch_social li a{
    color: #FFD7DC;
}
.lanch_social .ftr_social_list ul li a:hover {
    opacity: 0.9;
    color: #fff;
}
.launching_modalBx .pledge_modal_header .close svg{
    fill: #fff;
}


.ftr_social_list ul {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.modal {
    padding-right: 0 !important;
}
.lanch_social .ftr_social_list ul {
    justify-content: flex-start;
}
.ftr_btm_img {
    overflow: hidden;
}
.ftr_btm_img svg{
    width: 100%;
    fill: #fff;
    position: relative;
    bottom: -55px;
}
/* ==================================================== */
/* chat-box-css --start*/

.chat_bx{
    max-width: 375px;
    background-color: #ffe7e6;
    position: fixed;
    bottom: -100%;
    right: 0;
    transition: 0.5s;
    z-index: 100;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
}
.chat_header{
    background-color: #fff;
    padding: 15px 18px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chat_logo a svg{
    width: 130px;
    fill: #FF3B53;
}
.chat_logo a span{
    display: block;
    font-size: 16px;
    color: #ffe7e6;
    opacity: 0.8;
    font-family: 'Northwell-Regular';
    margin-top: -12px;
    text-align: right;
}
.chat_rght_icons{
    display: flex;
    align-items: center;
}
.chat_rght_icons a{
    display: inline-block;
    margin-right: 15px;
}
.chat_rght_icons a:last-child{
    margin-right: 0;
}
.chat_rght_icons a svg{
    width: 18px;
    fill: #FF3B53;
}
.chat_body{
    padding: 45px 20px;
    border-bottom: 12px solid #ffd7dc;
    max-height: 505px;
    overflow-y: auto;
}
.chat_row{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.chat_icon span{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background-color: #FF3B53;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.chat_row:last-child{
    margin-bottom: 0;
}
.chat_text{
    padding-left: 12px;
}
.chat_btnArea{
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.chat_btnArea a{
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
    line-height: 44px;
    padding: 0 20px;
    height: 44px;
}
.chat_btnArea a:last-child{
    margin-bottom: 0px;
}
.chat_time h5{
    font-size: 14px;
    color: #75474f;
    text-transform: uppercase;
    font-weight: 500;
}
.chat_time{
    margin-bottom: 7px;
}
.chat_content{
    position: relative;
    background-color: #fff;
    padding: 12px;
    border-radius: 5px;
}
.chat_content:after{
    position: absolute;
    content: "";
    border: 5px solid transparent;
    border-right: 5px solid #fff;
    left: -10px;
    top: 12px;
}
.m_receiver.chat_row{
    justify-content: flex-end;
}
.m_receiver .chat_content{
    max-width: 222px;
}
.m_receiver .chat_content:after {
    border: 5px solid transparent;
    border-right:0;
    border-left: 5px solid #fff;
    left: inherit;
    right: -5px;
}
.chat_circle{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 20;
}
.chat_circle a{
    height: 50px;
    width: 50px;
    background-color: #ff3b53;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.append_chat .chat_bx{
    /* transform: translateY(0px); */
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

/* chat-box-css-end */
/* help-page--strat */

.banner_sec.help_bnnrSec:after{
    background-color: #FF3B53;
    width: 70%;
}
.help_bnnrSec .container{
    position: relative;
}
.help_bnnrSec .container:after{
    background-color: #FF3B53;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 15px;
    bottom: 0;
    z-index: -1;
}
.help_bnnrSec .banner_text{
    text-align: center;
}
.help_bnnrSec .banner_text h4{
    color: #F9B5BE;
}
.help_bnnrSec .banner_text h1{
    color: #fff;
}
.help_bnnrSec .banner_text {
    padding: 140px 0;
}
.help_bnnrSec .bnr_para{
    max-width: 601px;
}
.help_tabSec {
    padding: 60px 0 95px;
}
.help_hdng {
    margin-bottom: 20px;
}
.how_work_hdng.need_hdng h2{
    padding-left: 0px;
}
.help_hdng h2{
    color: #000000;
    font-size: 30px;
    letter-spacing: -1.22px;
    line-height: 85px;
    font-weight: 600
}
.tabicon_menu_outer ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
    border: 0;
}
.tabicon_menu_outer li{
    width: 33.33%;
    padding: 0 30px;
    margin-bottom: 60px;
}
.tabicon_menu_outer .nav-tabs .nav-item {
    margin-bottom: 60px;
}
.tabicon_menu_outer .nav-tabs .nav-link{
    border: 1px solid #ECEFF3;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
    text-align: center;
    padding: 40px 20px;
    height: 260px;
}
.tabicon_menu_outer .nav-tabs .nav-link.active{
    background-color: #FFF7F6;
    border-color: #FF3B53;
}
.tab_icon{
    height: 140px;
    margin: 0 auto 26px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.tab_icon_text h5{
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
}
.accr_hdngOuter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 35px;
}
.left_accrHdng span{
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 100%;
}
.right_accor_listing ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.right_accor_listing li {
    color: #FF3B53;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
    background-color: #ffd7dc;
    border-radius: 5px;
    padding: 3px 10px;
    margin-right: 10px;
  }
  .right_accor_listing li:last-child{
      margin: 0;
  }

 .card {
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #D3D9E3;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.02);
}
.active_card{
    border: 1px solid #FF3B53;
    background-color: #FFF7F6;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.02);
  }

.faq_accordian_Sec .card:last-child {
    margin-bottom: 0px;
}

.accor_hdng {
    padding: 0;
    border: 0;
    background: transparent;
}

.accor_hdng .btn {
    padding: 33px 65px 33px 40px;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #3a3a3a;
    position: relative;
    white-space: normal;
    transition: 0.3s;
}

.accor_hdng .btn:hover,
.accor_hdng .btn:focus {
    text-decoration: none;
}

.faq_accordian_Sec .card-body {
    padding: 0px 40px 50px;
}
.accor_para p {
    font-size: 13px;
    line-height: 20px;
    color: #8c8c8c;
}



.accor_hdng .btn-link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 35px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    height: 24px;
    width: 24px;
    background-image: url(../images/down-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(180deg);
    background-size: 24px;
}

.accor_hdng .btn-link.collapsed:after {
    transform: translateY(-50%) rotate(0deg);
}

.accor_para p {
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 35px;
}
.accor_para p a{
    display: inline-block;
    color: #FF3B53;
    text-decoration: underline;
}
.accor_para p:last-child{
    margin-bottom: 0;
}
.accor_para p a:hover{
    color: #000;
}

.accor_btn{
    margin: 30px 0 0;
}
.accor_btn a{
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-decoration: underline;
    color: #FF3B53;
}
.accor_btn a:hover{
    color: #000;
}
/* end-accoordian_section */

.need_together{
    padding: 0 0 170px;
}

.need_outer{
    max-width: 935px;
    margin: 0 auto;
    text-align: center;
}

.need_btninnr{
    display: flex;
    flex-wrap: wrap;
}
.btn_bx{
    width: 33.33%;
}
.btn_bx > h3{
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.89px;
    line-height: 28px;
    margin-bottom: 12px;
}

.need_btn{
    width: 242px;
    margin: 0 auto;
}
.need_btn .basic_btn{
    justify-content: center;
}
.need_social{
    padding-top: 20px;
}
.need_social a{
    font-size: 22px;
    margin-right: 30px;
    color: #FF3B53;
}
.need_social a:last-child{
    margin: 0;
}
.need_social a:hover{
    color: #000;
}
.accor_listing {
    padding-left: 30px;
    padding-top: 20px;
}
.accor_listing li{
    position: relative;
    padding-left: 25px;
}
.accor_listing li:after{
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #000;
    left: 0;
    top: 8px;
}
.adefault_accrdian .default_tabArea{
    display: none;
}
/* ===================end-help-page======================= */

/* ===================start-faq-page======================= */
.drop_msgArea{
    padding-bottom: 100px;
}
.drop_hdng{
    margin-bottom: 50px;
}
.how_work_hdng.drop_hdng h2{
    padding-left: 0;
}
.how_work_hdng.drop_hdng h3{
    color: #FF0072;
}

.drop_formOuter{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -10px;
}
.drop_fill{
    padding: 0 10px;
    margin-bottom: 20px;
}
.w_33{
    width: 33.33%;
}
.w_100{
    width: 100%;
}
.drop_fill .form-control{
    height: 70px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    background-color: #FFFFFF;
    color: #0c2225;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    box-shadow: none;
    padding: 0 20px;
}
.drop_fill .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #0c2225;
  }
  .drop_fill .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #0c2225;
  }
  .drop_fill .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #0c2225;
  }
  .drop_fill .form-control:-moz-placeholder { /* Firefox 18- */
    color: #0c2225;
  }
.drop_fill.msg_fill .form-control{
    height: 190px;
    padding: 16px 20px;
    resize: none;
}
.drop_fill .form-control:focus{
    border-color: #FF3B53;
}
.send_btn .basic_btn{
    min-width: 242px;
    font-size: 16px;
    text-align: center;
    justify-content: center;
}

/* ====================faq-page--end============================================= */

/* ===================start-mobile changes-css======================= */
.map_mobile{
    display: none;
}

/* 20.04.2020 */
.map_tabMenu{
    display: none;
}
/* 20.04.2020 */

/* 21.04.2020 */
.for_mobile_community, .rstrnt_list_mobile{
    display: none;
}
.rstrnt_list_mobile{
    background-color: #f0efef;
    padding: 15px;
}
.rstrnt_itm{
    padding: 10px;
    background-color: #fff;
    display: flex;
    border-radius: 5px;
    margin: 0 -7px;
    margin-bottom: 20px;
}
.rstrnt_itm .rstrnt_img{
    width: 63px;
    min-width: 63px;
    height: 78px;
    overflow: hidden;
    padding: 0 7px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.rstrnt_img img{
    width: 100%;
}
.rstrnt_itm .rstrnt_txt {
    padding: 0 0 0 10px;
}
.rstrnt_txt h3{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.rstrnt_txt p{
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: #14233C;
    margin-bottom: 5px;
}
.rstrnt_txt p span{
    margin-right: 4px;
    font-size: 10px;
    color: #ff4c61;
}
.find_btn_area{
    display: flex;
    align-items: center;
}
.find_btn_area .funded_tag{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-transform: uppercase;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.find_btn_area .funded_tag p{
    color: #fff;
    font-size: 9px;
    font-weight: 500;
    display: block;
    margin: 0;
    line-height: 10px;
    text-align: center;
}
.find_btn_area .funded_tag em{
    font-size: 9px;
    line-height: normal;
    display: inline-block;
}
.find_btn_area .funded_tag span{
    font-size: 6px;
    color: #fff;
    width: 100%;
    height: auto;
    display: inline-block;
}
.grn_bg{
    background-color: #80e59d;
}
.yewl_bg{
    background-color: #ffcd3b;
}
.red_bg{
    background-color: #c73847;
}
.load_more_area .basic_btn{
    width: 336px;
    margin: 0 auto;
    justify-content: center;
    background-color: #ffd7dc;
    color: #ff3b53;
    line-height: 58px;
}
.load_more_area .basic_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
}
.load_more_area .basic_btn svg{
    fill: #ff3b53;
    width: 20px;
    transform: rotateY(180deg);
}
.find_btn_area .basic_btn{
    line-height: 36px;
    font-size: 12px;
}
/* 21.04.2020 */

/* 22.04.2020 */
.mobile_txt{
    display: none;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.96px;
    font-family: 'Northwell-Regular';
    color: #484848;
    margin-bottom: -12px;
}
.hddr_menu li a span{
    display: none;
}
.mobile_donate{
    display: none;
}
.ftr_btm_img.mobile_donate{
    height: 30%;
    align-items: flex-end;
}
/* 22.04.2020 */

/* 05.07.2020 */
.feture_img_area h6{
    font-size: 40px;
    line-height: 64px;
    color: #1a1919;
    margin-bottom: 30px;
    font-family: 'Northwell-Regular';
    font-weight: 500;
}
.feture_img_area ul{
    font-size: 0;
    margin: 0 -15px;
}
.feture_img_area ul li{
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 20px;
}
/* 05.07.2020 */