
body, html{ color: #000; font-family: 'Poppins', sans-serif;  }
a{text-decoration: none; -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all;}
a:focus, a:hover{outline: none; -webkit-box-shadow: none; box-shadow: none; text-decoration: none;}

.container{max-width: 1250px;}
/* to hide uncompiled vuejs templates */
[v-cloak] {display: none;}

/* header css*/
.header_wrap{position: absolute; top: 0; left: 0; width: 100%; z-index: 200;}
.header_row{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-bottom: 2px solid rgba(255,255,255,0.5); padding-top: 34px; padding-bottom: 34px;}
.donate-btn .btn{padding: 13px 30px; cursor: pointer; -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all; background: #fff; border: none; border-radius: 50px; line-height: 1; font-size: 16px; font-weight: 500;color: #C41230; text-transform: uppercase;}
.donate-btn .btn:hover{background: #C41230; color: #fff; }
.donate-btn .btn:focus{-webkit-box-shadow: none;box-shadow: none; outline: none;}
.logo{max-width: 153px;}
/* header css end*/

/* banner css*/
.hero-carousel{height: 100vh; min-height: 850px; overflow: hidden;}
/*.hero-carousel > div{height: 100vh; min-height: 850px;}*/
.hero-carousel .item{height: 100vh; min-height: 850px; background-size: cover !important; position: relative;}
.hero-carousel .item:after{content: ""; width: 100%; height: 100%; background: #2F3C44; opacity: 0.6; position: absolute; top: 0; left: 0; z-index: 1;}
.owl-theme .owl-dots .owl-dot span {
    margin: 0;
    background: background;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background: #C41230;}

.banner_text{position: relative; z-index: 2; padding-top: 242px; max-width: 737px;}
.banner_text h2{font-size: 65px; color: #fff; font-weight: 700; line-height: 1; margin-bottom: 15px; margin-top: 22px;}
.banner_text h4{ font-size: 20px; margin-top: 30px; font-weight: 500;  color: #fff;}
.hero-carousel .owl-dots { position: absolute; width: 100%; left: 0; bottom: 124px; z-index: 2; text-align: center;}
.hero-carousel .owl-dots .owl-dot { width: 12px;  height: 12px; border-radius: 50%; background: #fff; display: inline-block; vertical-align: middle; margin: 0 3px;}
.hero-carousel .owl-dot.active { background: #C41230;}
.owl-carousel .banner_text img{width: auto; display: inline-block;}
.banner_text .btn{padding: 15px;
    margin: 32px 0 0;
    line-height: 1;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 50px;
    font-weight: 500;
    max-width: 168px;
    display: block;
    width: 100%;
    text-align: center}
/* banner css end*/

.launch_wrap{background: #FFCB1F; border-radius: 10px; margin-top: -74px; position: relative; z-index: 3; padding: 29px 15px; 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;}
.launch_wrap h2{color: #2F3C44; margin: 0; font-size: 35px; font-weight: 700; margin-right: 35px;}
.countdown .timer{display: -webkit-box;display: -ms-flexbox;display: flex;}
.timer span{width: 96px; height: 96px; line-height: 1.2; 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; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background: #fff; border-radius: 10px; text-align: center; margin: 0 6px; font-size: 45px; color: #FFCB1F; font-weight: 700;}
.timer span i{font-style: normal; text-transform: uppercase; font-size: 16px; color: #2F3C44; font-weight: 500; display: block;}
img.mfp-img{padding-top: 0; padding-bottom: 0;}
.mfp-image-holder .mfp-close{padding-right: 15px;}


.video_section{background: #374046; overflow: hidden; margin-top: 0; border-radius: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; }
.video_section .text{width: 45%; padding: 56px 85px 51px;}
.video_section .text h2{color: #fff; margin-bottom: 15px; font-size: 35px; line-height: 35px; font-weight: 700;}
.video_section .text p{font-size: 16px; font-weight: 400; margin-bottom: 18px; color: #fff;}
.video_section .text p:last-child{margin-bottom: 0;}
.video_section .text .btn{padding: 15px;
    margin: 12px 0 0;
    line-height: 1;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 50px;
    font-weight: 500;
    max-width: 168px;
    display: block;
    width: 100%;
    text-align: center;}
.video_section .text img{margin-bottom: 18px;}
.video-block { width:55%;}
.video-block .video-box { width:100%; height: 100%; position:relative; border-radius: 0 10px 10px 0;overflow: hidden;}
.video-block .video-box img { width:100%;  display:block;}
.video-box .video { width: 100%; -o-object-fit:cover; object-fit:cover; height: 100%;}
.video-box .playpause { cursor: pointer; position: absolute; left: 50%;right: 0%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); bottom: 0%; margin: auto;      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;}
.video-box .playpause i {font-size: 140px; color: rgba(255,255,255,0.6);   line-height: 1; }
.video-block img.img-fluid {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.help_slide{display: -webkit-box;display: -ms-flexbox;display: flex; margin-top: 47px; margin-bottom: 65px;}
.help_slide .item{ border-radius: 10px; overflow: hidden; }
.help_slide .single-item{height: 100%; border-radius: 10px; padding-top: 75px; padding-bottom: 75px; position: relative;  border: 2px solid #FFCB1F;  display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.single-item .overlay{position: absolute; width: 100%;  height: 100%; display:  -webkit-box; display:  -ms-flexbox; display:  flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;  bottom: -100%; visibility: hidden; -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all; left: 0; padding: 15px 42px; background: #374046}
.m-info{position: absolute; -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all; bottom: 0; width: 100%;}
.m-info a{color: #fff; display: block; background: #FFCB1F; font-size: 20px; padding: 14px; line-height: 1; font-weight: 600; text-transform: uppercase; text-align: center;}
.single-i-text{text-align: center;  padding:0 15px; }
.single-i-text h2{font-size: 107px; color: #FFCB1F; font-weight: 700; line-height: 1; }
.single-i-text p{font-size: 20px; font-weight: 600; text-transform: uppercase; color: #374046;}
.overlay h3{font-size: 25px; margin-bottom: 15px; color: #FFCB1F; font-weight: 700;}
.overlay p{font-size: 16px; font-weight: 500; color: #fff;}
/*.single-item:hover{border-color:#374046;}
*.single-item:hover .overlay{bottom: 0; visibility: visible; }*/
.help_slide .owl-stage{display: -webkit-box;display: -ms-flexbox;display: flex;}
.help_slide .item {  height: 100%; }

.help_slide .owl-dots { position: relative; width: 100%; margin-top: 24px; z-index: 2; text-align: center;}
.help_slide .owl-dots .owl-dot { width: 12px;  height: 12px; border-radius: 50%; background: #374046; display: inline-block; vertical-align: middle; margin: 0 3px;}
.help_slide .owl-dot.active { background: #FFCB1F;}


/* partner section css*/
.section_head{text-align: center;}
.section_head h3{font-size: 20px; color: #374046; text-transform: uppercase; font-weight: 700;}
.section_head h2{font-size: 45px; color: #374046; font-weight: 700; }
.partner_wrap{padding-top: 61px; padding-bottom: 80px;}
.partner_wrap .section_head{margin-bottom: 47px;}
.partner-logo .item {padding: 0 15px;}
.partner-logo .item img{max-width: 100%; height: auto; width: auto; display: block; margin: 0 auto;}
.partner-logo .owl-stage{display: -webkit-box;display: -ms-flexbox;display: flex;}
.partner-logo .item { display: -webkit-box; display: -ms-flexbox; display: flex;-webkit-box-flex: 1;-ms-flex: 1 0 auto;flex: 1 0 auto; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}



/* donation section*/
.nav-pills .nav-item a span{max-width:96px;}
.donation_tabs_wrap .nav-item{background:#FFCB1F }
.donation_wrap{background: #EAEBEC; padding-top: 84px; padding-bottom: 108px;}
.donation_wrap .container{max-width: 830px;}
.donation_wrap .section_head h2{margin-bottom: 0;}
.donation_tabs_wrap h4, .text-success h4{text-align: center; margin-bottom: 29px; font-size: 25px; font-weight: 700; color: #374046;}
.donation_tabs_wrap h4{margin-bottom: 26px;}
.donation_tabs_wrap h4.complete_pay {
    margin-top: 45px;
}
.donation_tabs_wrap .want_f {
    margin-top: 36px;
    margin-bottom: 26px;
}
.donation_tabs_wrap .mb-a {
    margin-bottom: 20px;
}
.text-success{text-align:center;}
.text-success p{color:#374046;}
.donation_tabs_wrap .nav{margin-bottom: 15px; justify-content: center;}
.donation_tabs_wrap .nav-item{margin: 0 6.5px; width:186px;    border-radius: 10px;
    overflow: hidden; }
    .donation_tabs_wrap .nav-item img {
    max-width: 126px;
    width: 100%;
}
.donation_tabs_wrap .nav-item:last-child img {
    width: auto;
    max-width: 100%;
}
.donation_tabs_wrap .nav-item a{ height: 75px;border-radius: 10px; font-weight: 600; text-align: center; display: block; color: #374046;display: flex;
    align-items: center;;font-size: 16px;justify-content:center ;text-transform: uppercase;    line-height: 16px; background: #fff}
.donation_tabs_wrap .nav-item a.active{background: #7FCFD6;color: #fff;}
.donation_tabs_wrap .nav-item a.btn{}
.donation_tabs_wrap .nav-item a.btn:focus{-webkit-box-shadow: none;box-shadow: none; outline: none;}
.arrow{text-align: center; }
.arrow a{color: #fff; text-decoration: none; font-size: 45px;}
.am-wrap{display: -webkit-box;display: -ms-flexbox;display: flex;}
.c-radio{max-width: 128px; margin: 0 6.5px 12px;}

.c-radio [type="radio"]:checked,
.c-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.c-radio [type="radio"]:checked + label,
.c-radio [type="radio"]:not(:checked) + label{ position: relative;cursor: pointer;background: #fff;border-radius: 10px; font-size:37px; font-weight: bold;display: inline-block; line-height: 1.3;color: #374046; padding: 8px; text-align: center; width: 128px;}
.c-radio [type="radio"]:checked + label {background: #7FCFD6; color: #fff;}
.c-amount{margin: 0 6.5px 12px; background: #fff; border-radius: 10px; position: relative;}
.c-amount .form-control{background: transparent; position: relative; z-index: 2; padding-left: 50px; border: none;  text-transform: uppercase; height:63px; color:#374046; font-size:37px; font-weight: 700; }
.c-amount .form-control::-webkit-input-placeholder { color: rgba(55,64,70,0.4); }
.c-amount .form-control:-ms-input-placeholder { color: rgba(55,64,70,0.4); }
.c-amount .form-control::-moz-placeholder {color: rgba(55,64,70,0.4); }
.c-amount .form-control::-ms-input-placeholder {color: rgba(55,64,70,0.4); }
.c-amount .form-control::placeholder {color: rgba(55,64,70,0.4); }

/*.c-amount .form-control:focus{box-shadow: none; outline: none;}*/
.c-amount .form-control:focus{-webkit-box-shadow: none;box-shadow: none;  outline: none;}
.form-label{color: rgba(55,64,70,0.4); font-size: 20px;     position: absolute;
    top: 18px;
    left: 20px; font-weight: 600; text-transform: uppercase;
    cursor: text; z-index: 1; margin: 0;
    transition: all .15s ease-in-out 0s;}

.c-amount .form-control:focus ~ .form-label , .has-content ~ .form-label {
    top: -1.5em;
    left: 0; display: none;
    cursor: pointer;
}
.c-amount:after{content: "£"; display: none; font-size:37px; font-weight: bold; color: #374046; position: absolute; top: 4px; left: 23px;}
:after{display: block;}
.c-amount.has-content:after{display: block;}

.btn:focus{box-shadow: none; outline: none;}

.gift_wrap{background: #fff; position: relative; border-radius: 10px; margin-top: 33px;}
.gift_wrap.want_gift {
    margin-top: 0;
}
/*.t-button{position: absolute; right: 27px; bottom:0px; color: #AFB3B5; font-size: 47px;}*/
.t-button{position: absolute; right: 27px; bottom:auto; top:50%; transform: translateY(-50%); color: #AFB3B5; font-size: 47px;}
ul.page-numbers {
    text-align: center;
}
ul.page-numbers li {
    display: inline-block;
}
li .page-numbers {
    position: relative;
    display: block;
    line-height: 1.25;
    background-color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 600;
    color: rgb(55, 64, 70);
    padding: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    margin: 0px 15px;
}
span.page-numbers.current {
    color: rgb(127, 207, 214);
}
@media screen and (min-width:640px) {
    .t-button:hover{color: #000}
}
.gift_wrap .content{max-width: 620px; }
.gift_wrap  h5{font-size: 16px; font-weight: 400; margin-top: 10px; margin-bottom: 13px; color: #2F3C44}
.gift_wrap  h5 strong{font-weight: 700;}
.gift_wrap h5.m-ifo {
    padding: 24px 25px 19px;
    margin: 0; position: relative;
}
.gift_wrap .content p{font-size: 16px; color: #374046;}
.c-check input { padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer; }
.c-check label { margin-top: 10px;position: relative; cursor: pointer; padding-left: 75px; padding-top: 11px; font-size: 16px;  min-height: 50px; color: #2F3C44; font-weight: 400; }
.c-check label:before { content:''; position: absolute; top: 0; left: 0; -webkit-appearance: none; background-color: transparent; padding: 10px; display: inline-block;  vertical-align: middle; cursor: pointer; margin-right: 15px; width: 50px; height: 50px; pointer-events: none; content: ""; background-color: #fff; border: #7FCFD6 solid 2px; border-radius: 10px;}
.c-check input:checked + label:after { content: ''; display: block; position: absolute; top: 10px; left: 19px; width: 13px; height: 26px; border: solid #374046; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.content.hide{display: none;}

.step_two .sasa787 .c-check label {padding-top: 0;
    font-size: 16px;
    color: #2F3C44;
    padding-right: 70px;}

.step_two p{color: #2F3C44; }
.step_two p a{color: #2F3C44; }
.step_two p a:hover{text-decoration: underline;}

.btn_wrap{margin-top: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.donation_form_wrap .btn_wrap{margin-top: 35px;}
.donation_form_wrap .step_two .btn_wrap {
    margin-top: 48px;
}

.donation_form_wrap .step_two .btn_wrap .btn {
    max-width: 365px;
}
.btn_wrap .btn{padding: 15px; margin: 0 10px; line-height: 1; font-weight: 500; position: relative; text-transform: uppercase; font-size: 16px; border-radius: 50px; font-weight: 500; max-width: 168px; display: block; width: 100%; text-align: center;}
.btn_wrap .btn span{position: absolute; font-size: 42px; top: 50%; right: 20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
/*#bank-t .btn_wrap .btn span {
    position: absolute;
    font-size: 42px;
    right: auto;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}*/
.button-primary{background: #C41230; color: #fff}
.button-primary span{color: #fff;}
.button-primary:hover{background: #fff; color:#C41230 }
.button-primary:hover span{color:#C41230; }
.button-primary:focus{-webkit-box-shadow: none;box-shadow: none; outline: none;}
.bank_deatil{background: #fff; border-radius: 10px; margin-top: 32px; padding: 45px 15px 12px; text-align: center;}
.bank_deatil h6{font-size: 16px; font-weight: 700; color: #374046; margin: 0}
.bank_deatil  p{font-size: 16px; color: #374046; margin-bottom: 18px;}
.button-white{background: #fff; color: #374046}
.btn_wrap .button-white span{left: 20px; color: #FFCB1F; right: auto;}
.button-white:hover{background: #FFCB1F}
.button-white:hover span{color: #fff;}
.donation_form_wrap .btn_wrap .btn {
    font-size: 24px;
    max-width: 229px;
    padding: 19px 22px;
}
.p-detail{margin-top: 33px;}
.p-detail .form-control{padding-left: 24px; text-transform: uppercase; border: none; font-size: 16px; color: rgba(47,60,68,0.4); font-weight: 600; padding-right: 24px; height: 75px; background: #fff; border-radius: 10px;}
.p-detail .form-control::-webkit-input-placeholder { color: rgba(47,60,68,0.4);}
.p-detail .form-control:-ms-input-placeholder { color: rgba(47,60,68,0.4);}
.p-detail .form-control::-moz-placeholder {color: rgba(47,60,68,0.4);}
.p-detail .form-control::-ms-input-placeholder {color: rgba(47,60,68,0.4);}
.p-detail .form-control::placeholder {color: rgba(47,60,68,0.4);}
.p-detail .form-control:focus{-webkit-box-shadow: none;box-shadow: none; outline: none;}
.p-detail .select_wrap select{-webkit-appearance:none ;-moz-appearance:none ; appearance:none ; z-index: 2; position: relative; background: transparent;}
.p-detail .select_wrap{position: relative; background: #fff; border-radius: 10px;}
.p-detail .select_wrap:after{ content: "\f107"; font-size: 32px; font-family: 'FontAwesome'; z-index: 1; color: rgba(47,60,68,0.4);position: absolute; right: 20px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
.p-detail .input-group-text{background: #fff; border-radius: 0 10px 10px 0 !Important; padding-right: 26px; border: none;}

.step_two .select-selected{ font-size: 16px; text-transform: uppercase; color: rgba(47,60,68,0.4); font-weight: 600;}
.step_two .select-items {
    max-height: 350px;
    overflow: hidden;
    overflow-y: auto;
}
.p-detail .is-invalid .form-control{color: #2F3C44;}
.p-detail .is-invalid.form-control::-webkit-input-placeholder { color: #2F3C44;}
.p-detail .is-invalid.form-control:-ms-input-placeholder { color: #2F3C44;}
.p-detail .is-invalid.form-control::-moz-placeholder {color: #2F3C44;}
.p-detail .is-invalid.form-control::-ms-input-placeholder {color: #2F3C44;}
.p-detail .is-invalid.form-control::placeholder {color: #2F3C44;}
.custom-in{padding-left: 24px; width: 100%; background: #fff; text-transform: uppercase; border: none; font-size: 20px; color: rgba(47,60,68,0.4); font-weight: 600; padding-right: 24px; height: 75px; background: #fff; border-radius: 10px;}
.custom-in {
    background: #fff;
    height: 75px;
    padding: 23px;
    border-radius: 10px;
    color: rgba(47,60,68,0.4);
}

.custom-in input {
  color: rgba(47,60,68,0.4) !Important;
}

.custom-in input::-webkit-input-placeholder {
  color: rgba(47,60,68,0.4) !Important;
}

.custom-in input::-moz-placeholder {
  color: rgba(47,60,68,0.4) !important;
}

.custom-in input:-ms-input-placeholder {
  color: rgba(47,60,68,0.4) !Important;
}
.ElementsApp, .ElementsApp .InputElement, input.InputElement.is-complete.Input{color: rgba(47,60,68,0.4) !important;}
.ElementsApp .InputElement.is-invalid {
    color: #eb1c26 !important;
}
.ElementsApp .InputElement::-webkit-input-placeholder { color: rgba(47,60,68,0.4);}
.ElementsApp .InputElement:-ms-input-placeholder { color: rgba(47,60,68,0.4);}
.ElementsApp .InputElement::-moz-placeholder {color: rgba(47,60,68,0.4);}
.ElementsApp .InputElement::-ms-input-placeholder {color: rgba(47,60,68,0.4);}
.ElementsApp .InputElement::placeholder {color: rgba(47,60,68,0.4);}
.ElementsApp .InputElement:focus{-webkit-box-shadow: none;box-shadow: none; outline: none;}


/* .custom-in.StripeElement.invalid  {
    background: #FFCB1F;
} */
/* .custom-in.StripeElement.StripeElement--complete{background: #374046} */


.step_finish .btn{}
.card-img{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; margin-top: 45px; margin-bottom: 25px;}
.card-img img{margin: 0 20px;}
.step_finish p{color: #2F3C44; font-size: 16px;}


/* footer css*/
.footer_wrap{background: #2F3C44; text-align: center; border-bottom: 8px solid #7ECDD4; padding-top: 55px; padding-bottom: 83px;}
.social_link{padding-left: 0; margin-bottom: 46px; list-style: none;  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;}
.social_link li{font-size: 28px; margin: 0 18.5px;}
.social_link li a{color: #fff}
.social_link li a:hover{color:#7ECDD4; }
.footer_wrap p{color: #fff; font-size: 16px; margin-bottom: 20px;}
.footer_wrap p:last-child{margin-bottom: 0;}
.footer_wrap p a{color: #fff; text-decoration: underline; -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all; padding: 0 5px;}
.footer_wrap p a:hover{color:#7ECDD4;}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* generic page css*/
.generic-page{padding-top: 63px; padding-bottom: 63px;}
.page-nav{margin: 0; padding: 0; list-style: none;}
.page-nav li{display: inline-block; font-size: 16px; font-weight: 500; text-transform: uppercase;}
.page-nav li+li{margin-left: 44px;}
.page-nav li a{color: #374046; text-decoration: underline;}
.page-nav li a:hover{color: #7FCFD6;}
.rte h2{font-size: 35px; font-weight: 700; color: #2F3C44; margin-bottom: 31px;}
.rte h2:before{content: ""; width: 100px; height: 2px; background: #7FCFD6; display: block; margin-bottom: 12px;}
.rte p{font-size: 20px; color: #374046; margin-bottom: 18px;}
.rte section{padding-top: 55px; padding-bottom: 62px; border-bottom: 1px solid #374046}
section#terms {
    padding-top: 0;
}
.rte section:last-child{border-bottom: none;}
.rte section p:last-child{margin-bottom: 0;}
.rte p a{text-decoration: none; color: #C41230;}
.rte p a:hover{text-decoration: underline;}
.rte ul{padding-left: 20px;}
/*.rte li {
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #374046;
}*/

.rte li {
padding-left: 30px;
margin-bottom: 30px;
margin-top: 30px;
font-size: 16px;
color: #374046;
}
.cookies_wrap .container{max-width: 1280px;}
.cookies_wrap{background: #7FCFD6; z-index:1111; visibility: hidden; padding-top: 36px; position: fixed; bottom: -100%; left: 0; width: 100%; -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all;opacity: 0;  padding-bottom: 36px;}
.cookies_wrap.active{bottom: 0; opacity: 1; visibility: visible;}
.cookies_text{padding-right: 0; padding-left: 0;}

.cookies_text h2{color: #fff; font-size: 20px; font-weight: 700; margin-bottom: 12px;}
.cookies_text p{ color: #fff; font-size: 20px; line-height: 25px; font-weight: 400; margin-bottom: 0;}
.cookies_text p a{color: #fff; font-weight: 700; text-decoration: underline;}
.cookies_btn{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.cookies_btn .btn{ display: block; width: 47.5%; text-transform: uppercase; font-size: 24px; font-weight: 500; text-align: center; padding: 13px; border-radius: 50px; }
.cookies_btn .button-primary{background: #2F3C44; color: #fff;}
.cookies_btn .button-primary:hover{background: #fff; color:#2F3C44 }
.cookies_btn .button-white{color: #C8233F;}
.cookies_btn .button-white:hover{background: #C8233F; color: #fff}
.cookies_btn .btn:hover{-webkit-box-shadow: none;box-shadow: none; outline: none;}
.visible-mob{display:none !important;}
.hidden-mob{display:block !important;}

@media screen and (max-width:992px) {
    .cookies_btn .btn{max-width: 229px}
.launch_wrap{-ms-flex-wrap: wrap;flex-wrap: wrap;}
.launch_wrap h2{margin-right: 0; text-align: center; margin-bottom: 15px; width: 100%;}
.video_section{-ms-flex-wrap: wrap;flex-wrap: wrap; border-radius: 0; margin-left: -15px; margin-right: -15px;}
.video_section .text{width: 100%;}
.video-block{width: 100%;}
.donation_tabs_wrap .nav-item{width: 226px;}
.donation_tabs_wrap .nav{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.cookies_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; margin-top: 32px;
}
.cookies_btn .btn~.btn{margin-left: 22px;}
.video-block .video-box{border-radius: 0;}
.erer{display: none;}
}
.banner_text3 h2{margin-bottom: 18px;}
.donate-btn .btn {
    padding: 16px 30px;
}

@media screen and (max-width:767px) {
    .both_pad{padding-right:35px !important;}
    .generic-page{padding-left: 15px; padding-right: 15px;}
    .hero-carousel_press.terms_banner .press_relese{padding-bottom: 90px;}
    .victim_bg::after{width: 290px;height: 216px;}
.population2{margin-bottom: 101px;}
.visible-mob{display:block !important;}
.hidden-mob{display:none !important;}
.header_row{padding-top: 25px; padding-bottom: 25px;}
.logo{max-width: 75px;}
.donate-btn .btn{padding: 16px 30px;}
.header_wrap .donate-btn{margin-top: 0;}
.header_wrap .donate-btn .btn{padding: 12px 16px;}
.hero-carousel, .hero-carousel .item{height: 661px; min-height: inherit;}
.hero-carousel > div{ min-height: inherit; height: auto}
.banner_text{padding-top: 154px; padding-left: 15px; padding-right: 15px;}
.banner_text h2{font-size: 35px; margin-top: 21px;}
.banner_text3 h2{font-size: 45px !important;margin-bottom: 16px; line-height: 50px;}
.banner_text3 .donate-btn{margin-top: 0;}
.banner_text h4{font-size: 20px; line-height: 25px;}
.launch_wrap{padding: 18px 15px;}
.launch_wrap h2{font-size: 20px;}
.timer span{width: 62px; height: 62px; font-size: 30px;}
.timer span i{font-size: 12px;}
.video_section{margin-top: 28px;}
.video_section .text{padding: 37px 30px 40px;}
.video-box .playpause i{font-size: 80px;}
.partner_wrap{padding-top: 39px; padding-bottom: 45px;}
.section_head h2{font-size: 30px;}
.donation_tabs_wrap h4{font-size: 20px; margin-bottom: 24px;}
.donation_tabs_wrap .nav-item {
    width: 100%;
    margin: 0 0 10px;
}
.help_slide{margin-top: 27px; padding: 0 15px; margin-bottom: 30px;}
.am-wrap{-ms-flex-wrap: wrap;flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.c-amount{width: 100%;}
.c-radio{max-width: 24%; width: 24%;}
.c-radio [type="radio"]:checked + label, .c-radio [type="radio"]:not(:checked) + label{width: 100%;}
.footer_wrap{padding-top: 27px; padding-bottom: 52px;}
.social_link{margin-bottom: 35px;}
.footer_wrap p{font-size: 14px; margin-bottom: 24px;}
.page-nav li{margin-bottom:5px;}
.page-nav li+li { margin-left: 15px;}
.rte h2{font-size: 30px;}
.rte p{font-size: 16px;}
.rte section{padding-top: 30px; padding-bottom: 30px;}
.c-radio, .c-amount{margin: 0; margin-bottom: 17px;}
.c-amount{margin-bottom: 12px;}
.step_one .c-radio [type="radio"]:checked + label, .step_one .c-radio [type="radio"]:not(:checked) + label{font-size: 47px; padding: 7px}
.step_one .c-amount .form-control{font-size: 47px; padding-left: 55px; height: 75px}
.step_one .form-label{top:23px;}
.step_one .c-amount:after{font-size: 47px; top:1px;}
/*.t-button{display: none;}*/
.content .custom-control-label{padding-top: 0;}
.donation_wrap{padding-bottom: 91px;}
.cookies_wrap{padding-left: 18px; padding-right: 18px;}
.generic-page{padding-top: 50px;}
.plr-15, .banner_text3{padding-left: 15px; padding-right: 15px;}
.donation_tabs_wrap{padding-left: 15px; padding-right: 15px;}
.lotText h5{margin-top: 24px; margin-bottom: 5px;}
.donation_tabs_wrap .nav{margin-bottom: 0;}
.gift_wrap{margin-top: 24px;}

}
@media screen and (max-width:640px) {
.c-radio{width: 48%; max-width: 48%;}
.btn_wrap{-ms-flex-wrap: wrap;flex-wrap: wrap;}

.btn_wrap .btn{margin-bottom: 16px; padding: 15px;}
 .c-check label{padding-top: 0;}

.sasa787 .c-check label{text-align: left; font-size: 16px;}
.donation_form_wrap .btn_wrap .btn{max-width: 100%; padding: 12px 22px;}
.gift_wrap h5{font-size: 16px;}
.donation_form_wrap .gift_wrap h5 {
    font-size: 16px;
    padding-right: 82px !important;
}
.donation_form_wrap .gift_wrap .acc h5 {
    padding-right: 0 !important;
}
.t-button:hover{color: #AFB3B5}
.c-check label{padding-left: 70px;}
}
@media screen and (max-width:522px) {
.page-nav li{display: block; margin-bottom: 8px;}
.page-nav li+li { margin-left: 0px;}

}


@media screen and (max-width:480px) {
.cookies_btn{-ms-flex-wrap: wrap;flex-wrap: wrap; text-align: center;}

.cookies_btn .btn{width: 100%; margin: 0 auto;}
.cookies_btn .btn~.btn{margin: 16px auto 0;}
.footer_wrap p a:first-child {
    display: block;
}
.mm-hide{display: none !important;}
}


@media screen and (max-width:372px) {
.btn_wrap .btn{font-size: 20px}
}




.hero-carousel1{height:600px; overflow: hidden;}
.hero-carousel1 > div{height:600px;}
.hero-carousel1 .item{height:600px; background-size: cover !important; position: relative;}
.hero-carousel1 .item:after{content: ""; width: 100%; height: 100%; background: #2F3C44; opacity: 0.6; position: absolute; top: 0; left: 0; z-index: 1;}
.volunter_wraper{text-align: center;max-width: 762px;margin: 0 auto;padding: 0px 10px;}
.volunter_wraper h6, .uk_camp h5{margin-top:37px;font-size: 20px;font-weight: 600;color: #2F3C44;border-bottom: 2px solid #7FCFD6;display: inline-block;line-height:43px;text-transform:uppercase;}
.volunter_wraper h2{font-size: 45px;color:#2F3C44;font-weight: 700;margin-bottom: 30px;}
.volunter_wraper p{font-size: 16px;color: #2F3C44;line-height: 20px;margin-bottom: 20px;}
.volunter_wraper p span{font-weight: bold;}
.volunter_wraper p a{text-decoration: underline; font-weight: 500; color: #C41230;}
.m_donation_bg{margin-top: 26px;margin-bottom:58px;display: flex;background-color: #7FCFD6;padding: 45px 78px;justify-content:space-between;align-items: center;border-radius: 10px;}
.donation h3{font-size: 35px;font-weight: bold;color: #fff;margin: 0px;padding: 0px;}
.c-radio2{margin-left: 6px;}

.c-radio2 [type="radio"]:checked,
.c-radio2 [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.c-radio2 [type="radio"]:checked + label,
.c-radio2 [type="radio"]:not(:checked) + label{ position: relative;cursor: pointer;background: #fff;border-radius: 10px; font-size:24px; font-weight: bold;display: inline-block; line-height: 1.3;color: #374046; padding:15px 20px; text-align: center; max-width:84px;}
.c-radio2 [type="radio"]:checked + label {background:#C41230; color: #fff;}

.c-amount2{background: #fff; border-radius: 10px; position: relative;left: 6px;}
.c-amount2 .form-control{background: transparent; position: relative; z-index: 2; padding-left: 35px; border: none;  text-transform: uppercase; height:63px;max-width: 151px; ;color:#374046; font-size:24px; font-weight:bold; }
.c-amount2 .form-control::-webkit-input-placeholder { color: rgba(55,64,70,0.4); }
.c-amount2 .form-control:-ms-input-placeholder { color: rgba(55,64,70,0.4); }
.c-amount2 .form-control::-moz-placeholder {color: rgba(55,64,70,0.4); }
.c-amount2 .form-control::-ms-input-placeholder {color: rgba(55,64,70,0.4); }
.c-amount2 .form-control::placeholder {color: rgba(55,64,70,0.4); }
/*.c-amount .form-control:focus{box-shadow: none; outline: none;}*/
.c-amount2 .form-control:focus{-webkit-box-shadow: none;box-shadow: none;  outline: none;}
.c-amount2 .form-label{color: rgba(55,64,70,0.4); font-size: 13px;     position: absolute;
    top: 23px;
    left: 20px; font-weight: 600; text-transform: uppercase;
    cursor: text; z-index: 1; margin: 0;
    transition: all .15s ease-in-out 0s;}

.c-amount2 .form-control:focus ~ .form-label , .has-content ~ .form-label {
    top: -1.5em;
    left: 0; display: none;
    cursor: pointer;
}
.c-amount2:after{content: "£"; display: none; font-size:24px; font-weight: bold; color: #374046; position: absolute; top:14px; left: 19px;}
:after{display: block;}
.c-amount2.has-content:after{display: block;}

.am-wrap2{display: flex;align-items: center;}

.donate_btn a{font-size: 16px;background: #fff;border-radius: 32px;padding: 12px 30px;color: #C41230;text-transform: uppercase;line-height: 1; font-weight: 500; transition: 0.5s ease all;}
.donate_btn2 a{font-size: 16px;background: #fff;border-radius: 32px;padding: 12px 30px;color: #C41230;text-transform: uppercase;line-height: 1;transition: 0.5s ease all; }
.donate_btn2 a:hover, .donate_btn a:hover{color:#fff; background: #C41230;}

@media screen and (max-width:1200px) {
.m_donation_bg{flex-direction: column;padding: 17px;}
.donate_btn{margin-top: 30px;}
.donation{margin-bottom: 14px;}
.c-radio2 [type="radio"]:checked + label, .c-radio2 [type="radio"]:not(:checked) + label{padding: 13px 9px;}
.c-amount2 .form-control{height: 56px;}
.c-amount2 .form-label{top: 18px;}
.c-amount2:after{top: 10px;}
}

@media screen and (max-width:666px) {
.m_donation_bg{flex-direction: column;padding-bottom: 20px;}
.donate_btn{margin-top: 20px;}
.donate_btn a{display: inline-block;}
.am-wrap2{flex-wrap: wrap;    justify-content: space-between;
    max-width: 285px;
    margin: 0 auto;}
.c-amount2{margin-top: 10px; left:0;}
.c-amount2 .form-control{max-width: 100%;}
.donation h3{font-size: 20px;}

}


.issue_slide{ height: 480px; overflow: hidden;}
.issue_slide > div{ height: 480px;}
.issue_slide .item{ height: 480px; background-size: cover !important; position: relative;display: flex;align-items: center;justify-content: center;border-radius: 10px;overflow: hidden;}
.issue_slide .item:after{content: ""; width: 100%; height: 100%;background: linear-gradient(90deg, rgba(40,45,45,1) 0%, rgba(111,114,114,0) 100%); position: absolute; top: 0; left: 0; z-index: 1;}
.issue_slide .item .banner_text2{z-index: 111;width: 80%;}
.banner_text2 a{font-size: 29px;font-weight: bold;color: #FFFFFF;background:#C41230;border: 0px solid #707070;padding: 14px 22px;line-height: 45px;display:inline-block;margin-bottom:30px;}
.banner_text2 p{color: #fff !important;font-size: 22px !important;line-height: 30px;margin-bottom: 5px !important;max-width: 509px !important;}
.banner_text2 h2{font-size: 62px;font-weight: bold;color: #7FCFD6;line-height: 45px;margin-bottom: 14px;}
.banner_text2 h3{font-size: 30px;font-weight: bold;color: #7FCFD6;line-height: 45px;margin-bottom: 10px;}
.banner_text2 img{margin-top: 25px;}
.banner_text2 div{display: flex;align-items: flex-end;max-width: 432px;flex-wrap: wrap;}

.issue_slide{ height: 480px; overflow: hidden;}
.issue_slide > div{ height: 480px;}
.issue_slide .item{ height: 480px; background-size: cover !important; position: relative;display: flex;align-items: center;justify-content: center;border-radius: 10px;overflow: hidden;}
.issue_slide .item:after{content: ""; width: 100%; height: 100%;background: linear-gradient(90deg, rgba(40,45,45,1) 0%, rgba(111,114,114,0) 100%); position: absolute; top: 0; left: 0; z-index: 1;}
.issue_slide .item .banner_text4{z-index: 111;width: 80%;}
.banner_text4 a{font-size: 29px;font-weight: bold;color: #FFFFFF;background:#C41230;border: 0px solid #707070;padding: 15px 22px;line-height: 45px;display:inline-block;margin-bottom:30px;}
.banner_text4 p{color: #fff !important;font-size: 22px !important;line-height: 30px;margin-bottom: 10px !important;max-width: 514px !important;}
.banner_text4 h2{font-size: 62px;font-weight: bold;color: #7FCFD6;line-height: 45px;margin-bottom: 10px;}
.banner_text4 h3{font-size: 30px;font-weight: bold;color: #7FCFD6;line-height: 35px;margin-bottom: 10px;}
.banner_text4 img{margin-top: 25px;}
.banner_text4 div{display: flex;align-items: flex-end;max-width: 432px;flex-wrap: wrap;}

.issue_slide{ height: 480px; overflow: hidden;}
.issue_slide > div{ height: 480px;}
.issue_slide .item{ height: 480px; background-size: cover !important; position: relative;display: flex;align-items: center;justify-content: center;border-radius: 10px;overflow: hidden;}
.issue_slide .item:after{content: ""; width: 100%; height: 100%;background: linear-gradient(90deg, rgba(40,45,45,1) 0%, rgba(111,114,114,0) 100%); position: absolute; top: 0; left: 0; z-index: 1;}
.issue_slide .item .banner_text5{z-index: 111;width: 80%;}
.banner_text5 a{font-size: 29px;font-weight: bold;color: #FFFFFF;background:#C41230;border: 0px solid #707070;padding: 14px 22px;line-height: 45px;display:inline-block;margin-bottom:30px;}
.banner_text5 p{color: #fff !important;font-size: 22px !important;line-height: 30px;margin-bottom: 5px !important;max-width: 309px !important;}
.banner_text5 h2{font-size: 62px;font-weight: bold;color: #7FCFD6;line-height: 45px;margin-bottom: 14px;}
.banner_text5 h3{font-size: 30px;font-weight: bold;color: #7FCFD6;line-height: 45px;margin-bottom: 10px;}
.banner_text5 img{margin-top: 15px;}
.banner_text5 div{display: flex;align-items: flex-end;max-width: 432px;flex-wrap: wrap;}



.issue_slide{ height: 480px; overflow: hidden;}
.issue_slide > div{ height: 480px;}
.issue_slide .item{ height: 480px; background-size: cover !important; position: relative;display: flex;align-items: center;justify-content: center;border-radius: 10px;overflow: hidden;}
.issue_slide .item:after{content: ""; width: 100%; height: 100%;background: linear-gradient(90deg, rgba(40,45,45,1) 0%, rgba(111,114,114,0) 100%); position: absolute; top: 0; left: 0; z-index: 1;}
.issue_slide .item .banner_text6{z-index: 111;width: 80%;}
.banner_text6 a{font-size: 29px;font-weight: bold;color: #FFFFFF;background:#C41230;border: 0px solid #707070;padding: 14px 22px;line-height: 45px;display:inline-block;margin-bottom:30px;}
.banner_text6 p{color: #fff !important;font-size: 22px !important;line-height: 30px;margin-bottom: 10px !important; max-width: 441px !important;}
.banner_text6 h2{font-size: 62px;font-weight: bold;color: #7FCFD6;line-height: 45px;margin-bottom: 14px;}
.banner_text6 h3{font-size: 30px;font-weight: bold;color: #7FCFD6;line-height: 35px;margin-bottom: 10px; max-width: 427px !important;}
.banner_text6 img{margin-top: 25px;}
.banner_text6 div{display: flex;align-items: flex-end;max-width: 432px;flex-wrap: wrap;}

.issue_slide{ height: 480px; overflow: hidden;}
.issue_slide > div{ height: 480px;}
.issue_slide .item{ height: 480px; background-size: cover !important; position: relative;display: flex;align-items: center;justify-content: center;border-radius: 10px;overflow: hidden;}
.issue_slide .item:after{content: ""; width: 100%; height: 100%;background: linear-gradient(90deg, rgba(40,45,45,1) 0%, rgba(111,114,114,0) 100%); position: absolute; top: 0; left: 0; z-index: 1;}
.issue_slide .item .banner_text7{z-index: 111;width: 80%;}
.banner_text7 a{font-size: 29px;font-weight: bold;color: #FFFFFF;background:#C41230;border: 0px solid #707070;padding: 14px 22px;line-height: 45px;display:inline-block;margin-bottom:30px;}
.banner_text7 p{color: #fff !important;font-size: 22px !important;line-height: 30px;margin-bottom: 0px !important; max-width: 256px !important;}
.banner_text7 h2{font-size: 62px;font-weight: bold;color: #7FCFD6;line-height: 45px;margin-bottom: 14px;}
.banner_text7 h3{font-size: 30px;font-weight: bold;color: #7FCFD6;line-height: 35px;margin-bottom: 10px; max-width: 427px !important;}
.banner_text7 img{margin-top: 25px;}
.banner_text7 div{display: flex;align-items: flex-end;max-width: 432px;flex-wrap: wrap;}


.hero-carousel34{ height: 600px; overflow: hidden;}
.hero-carousel34 > div{ height: 600px;}
.hero-carousel34 .itemss{display: flex;height: 600px; background-size: cover !important; position: relative;}
.hero-carousel34 .itemss:after{content: ""; width: 100%; height: 100%; background: #2F3C44; opacity: 0.6; position: absolute; top: 0; left: 0; z-index: 1;}
.hero-carousel34 .itemss .banner_text{padding-top: 420px;max-width: none;}
.issue{display: flex;justify-content: center;margin-top: 70px;margin-bottom: 10px;align-items: center;flex-direction: column;}
.issue h2{    font-size: 45px;
    color: #2F3C44;text-align: center;
    font-weight:bold;
    }


.issue span{display: block;background:#7FCFD6;width:100px;height:2px;margin-bottom:14px;}
.issue_wraper{margin-bottom: 70px;}

.issue_slide{margin-top: 50px;}

.issue_slide .owl-dots { position: absolute; width: 100%; left: 0; bottom:32px; z-index: 2; text-align: center;display: none !important; height: unset;}
.issue_slide .owl-dots .owl-dot { width: 12px;  height: 12px; border-radius: 50%; background:#2F3C44; display: inline-block; vertical-align: middle; margin: 0 5px;}
.issue_slide .owl-dot.active { background: #C41230;}
.issue_slide .owl-prev{position: absolute;left: 3%; top: 50%; transform: translateY(-50%);}
.issue_slide .owl-next{right: 3%; position: absolute; top: 50%; transform: translateY(-50%);}
.issue_slide .owl-prev {background: url(../img/Group56.svg) top left no-repeat !important;color: transparent;width:23px;height: 35px;}
.issue_slide .owl-next {background: url(../img/Group55.svg) top left no-repeat !important;color: transparent;width:23px;height: 35px;}


.poppu_slide .owl-dots { position: absolute; width: 100%; left: 0; bottom:-51px; z-index: 2; text-align: center;}
.poppu_slide .owl-dots .owl-dot { width: 12px;  height: 12px; border-radius: 50%; background:#2F3C44; display: inline-block; vertical-align: middle; margin: 0 3px;}
.poppu_slide .owl-dot.active { background: #C41230;}

.vulner{max-width: 820px;width: 100%;margin: 0 auto;font-size:16px;line-height: 20px;color: #2F3C44;text-align: center;}
.vulner.response_p {
    max-width: 1049px; margin-top: 15px;
}
.both{font-size:16px;line-height: 20px;color: #2F3C44;padding-right: 10px;margin-top: 50px;}
.victim_bg{background: #C41230;padding: 92.5px 0px;position: relative;}
/*.victim_bg::after{position: absolute;content: "";width: 100%;height: 100%;top: 0;left:0;background: url(../img/Mask-Group-1.png)center no-repeat;background-size: contain; }*/
.victim_bg .container{position: relative;z-index: 11;}
.population{display: flex;justify-content: center;flex-direction: column;align-items: center;margin: 0 auto;}
.population h1{font-size: 85px;font-weight: bold;color: #fff;line-height: 85px;}
.population p{font-size:16px;text-align: center;color: #fff;line-height: 20px;margin-top: 10px; margin-left: auto; margin-right: auto; max-width: 231px; margin-bottom: 0; font-weight: 500;}
.population span{display: block;width:64px;height: 2px;background: #fff;}
.population h1 span {
    display: inline-block;
    width: auto;
    height: auto;
    background: transparent;
}
.population h1 span small{font-size: 56px}
.issue_slide .item img{}
.uk_wraper img{
    border-radius:10px; width: 100%;
}
.volunteer_head{padding-top: 13px; padding-bottom: 10px;}
.volunteer_donation {
    padding-bottom: 34px;
}
@media screen and (max-width:992px) {
.population{margin-bottom: 30px;}
}
@media screen and (max-width:767px) {
     .issue_slide{ height: 386px; overflow:visible !important;}
.issue_slide > div{ height: 386px;}
.issue_slide .item{ height: 386px; background-size: cover !important; position: relative;display: flex;align-items: center;justify-content: center;overflow:visible !important;border-radius: 0px !important;}
.issue_slide .item:after{content: ""; width: 100%; height: 100%;background: linear-gradient(90deg, rgba(40,45,45,1) 0%, rgba(111,114,114,0) 100%); position: absolute; top: 0; left: 0; z-index: 1;}
.issue_slide .item .banner_text2{z-index: 111;width: 80%;}
.banner_text2 a{font-size: 16px;font-weight: bold;color: #FFFFFF;background:#C41230;border: 0px solid #707070;padding: 14px 22px;line-height: 25px;display:inline-block;margin-bottom:25px;}
.banner_text2 p{color: #fff !important;font-size: 16px !important;line-height: 20px;margin-bottom: 10px !important; max-width: 219px !important;}
.banner_text2 h2{font-size: 49px;font-weight: bold;color: #7FCFD6;line-height: 48px;margin-bottom: 10px; max-width: 174px !important;}
.banner_text2 img{margin-top: 35px;}
.banner_text2 div{display:block;align-items: flex-end;max-width: 432px;flex-wrap: wrap;}
.issue_slide .owl-dots{display: block !important;}
.issue_slide .owl-nav{display: none;}


     .issue_slide{ height: 386px; overflow:visible !important;}
.issue_slide .item .banner_text4{z-index: 111;width: 80%;}
.banner_text4 a{font-size: 16px;font-weight: bold;color: #FFFFFF;background:#C41230;border: 0px solid #707070;padding: 14px 22px;line-height: 25px;display:inline-block;margin-bottom:25px;}
.banner_text4 p{color: #fff !important;font-size: 16px !important;line-height: 20px;margin-bottom: 10px !important;}
.banner_text4 h2{font-size: 49px;font-weight: bold;color: #7FCFD6;line-height: 26px;margin-bottom: 15px;}
.banner_text4 h3{font-size: 20px;font-weight: bold;color: #7FCFD6;line-height: 26px;margin-bottom: 15px;}
.banner_text4 img{margin-top: 60px;}
.banner_text4 div{display:block;align-items: flex-end;max-width: 432px;flex-wrap: wrap;}
.issue_slide .owl-dots{display: block !important;}
.issue_slide .owl-nav{display: none;}


     .issue_slide{ height: 386px; overflow:visible !important;}
.issue_slide .item .banner_text5{z-index: 111;width: 80%;}
.banner_text5 a{font-size: 16px;font-weight: bold;color: #FFFFFF;background:#C41230;border: 0px solid #707070;padding: 14px 22px;line-height: 25px;display:inline-block;margin-bottom:25px;}
.banner_text5 p{color: #fff !important;font-size: 16px !important;line-height: 20px;margin-bottom: 10px !important; max-width: 192px !important;}
.banner_text5 h2{font-size: 49px;font-weight: bold;color: #7FCFD6;line-height: 26px;margin-bottom: 15px;}
.banner_text5 h3{font-size: 25px;font-weight: bold;color: #7FCFD6;line-height: 26px;margin-bottom: 10px; max-width: 284px !important;}
.banner_text5 img{margin-top: 20px;}
.banner_text5 div{display:block;align-items: flex-end;max-width: 432px;flex-wrap: wrap;}
.issue_slide .owl-dots{display: block !important;}
.issue_slide .owl-nav{display: none;}


     .issue_slide{ height: 386px; overflow:visible !important;}
.issue_slide .item:after{content: ""; width: 100%; height: 100%;background: linear-gradient(90deg, rgba(40,45,45,1) 0%, rgba(111,114,114,0) 100%); position: absolute; top: 0; left: 0; z-index: 1;}
.issue_slide .item .banner_text6{z-index: 111;width: 80%;}
.banner_text6 a{font-size: 16px;font-weight: bold;color: #FFFFFF;background:#C41230;border: 0px solid #707070;padding: 14px 22px;line-height: 25px;display:inline-block;margin-bottom:25px;}
.banner_text6 p{color: #fff !important;font-size: 16px !important;line-height: 20px;margin-bottom: 10px !important; max-width: 257px !important;}
.banner_text6 h2{font-size: 30px;font-weight: bold;color: #7FCFD6;line-height: 35px;margin-bottom: 0px; max-width: 213px !important;}
.banner_text6 img{margin-top: 60px;}
.banner_text6 div{display:block;align-items: flex-end;max-width: 432px;flex-wrap: wrap;}
.issue_slide .owl-dots{display: block !important;}
.issue_slide .owl-nav{display: none;}


     .issue_slide{ height: 386px; overflow:visible !important;}
.issue_slide .item:after{content: ""; width: 100%; height: 100%;background: linear-gradient(90deg, rgba(40,45,45,1) 0%, rgba(111,114,114,0) 100%); position: absolute; top: 0; left: 0; z-index: 1;}
.issue_slide .item .banner_text7{z-index: 111;width: 80%;}
.banner_text7 a{font-size: 16px;font-weight: bold;color: #FFFFFF;background:#C41230;border: 0px solid #707070;padding: 14px 22px;line-height: 25px;display:inline-block;margin-bottom:25px;}
.banner_text7 p{color: #fff !important;font-size: 16px !important;line-height: 20px;margin-bottom: 10px !important; max-width: 230px !important;}
.banner_text7 h2{font-size: 49px;font-weight: bold;color: #7FCFD6;line-height: 50px;margin-bottom: 10px; max-width: 174px !important;}
.banner_text7 img{margin-top: 31px;}
.banner_text7 div{display:block;align-items: flex-end;max-width: 432px;flex-wrap: wrap;}
.issue_slide .owl-dots{display: block !important;}
.issue_slide .owl-nav{display: none;}

    .nav-pills .nav-item a span{max-width:none;}
    .m_donation_bg{margin-left: 15px;margin-right: 15px; margin-bottom: 65px; margin-top: 54px;}
    .donation_slide .m_donation_bg {
    margin-bottom: 32px;
}
    .issue_wraper{margin-bottom: 42px;}
    .vulner{margin-bottom: 20px;text-align: left;}
    .both{margin-top: 0px;}
    .acc{flex-direction: column-reverse;}
    .sasa787{text-align: left;margin-top: 30px}
    .step_two .sasa787{margin-top: 0;}

    .hero-carousel34 .itemss{background-position: center top !important;}
    .issue_wraper .col-lg-7.col-md-6{padding: 0;}
    .issue_slide .item img{}
    .issue{margin-top: 42px;margin-bottom: 10px;}
    .poppu_slide .population{padding:56px 50px 60px  !important}
    .population p{max-width: 205px; margin-left: auto; margin-right: auto;}

    .press_tab .tabcontent .col-md-6 {
    padding: 0;
}
.press_tab  .col-md-10 {
    padding: 0;
}
.lot_life{padding-left: 30px; padding-right: 30px;}
.volunter_wraper{padding: 0 30px; margin-bottom: 45px;}
.related{padding: 0 15px;}
.uk_wraper img{border-radius:0;}
section.volunteer {
    padding-top: 14px;
}
.volunter_wraper h2{margin-bottom: 40px;}
.volunter_wraper h6{margin-bottom: 12px;}
.volunter_wraper p{text-align: left;}
.press_relese{padding-left: 30px; padding-right: 30px;}
.volunteer_donation {
    padding-bottom: 12px;
}
.volunteer_donation .m_donation_bg {
    margin-top: 14px;
}
.volunteer_head .volunter_wraper{margin-bottom: 0;}

}




.population2{position: relative;background-color: #C41230;}
/*.population2::after{position: absolute;top: 50%;left:50%;width:375px;height:224px;z-index: 1;background:url(../img/mobile-ak.png)center no-repeat;content: "";background-position: center;background-size:cover; transform: translate(-50%, -50%); }
*/
.poppu_slide .population{padding: 85px 50px;width: 100%;max-width: none; position: relative; z-index: 2;}
.poppu_slide{position: relative;z-index: 2;}

.borderr{width: 100%;background:#374046;height: 2px;opacity: 0.2;}
.map{text-align: center; }
.location_cmapaign{margin-top: 35px;}
.uk_wrap{margin-bottom: 50px;}
.location_cmapaign .uk_camp{margin-top: 0;}
.uk_camp{text-align: center;margin-top: 44px;margin-bottom: 35px;}
.uk_wraper{margin-bottom: 50px !important;
    margin: 0 auto;
    display: table; width: 100%; }

.uk_wraper h5{font-size: 20px;font-weight:600;text-transform: uppercase;color: #374046;margin-bottom: 0;margin-top: 22px}
.location_cmapaign .uk_camp h5{margin-top: 0;}
.uk_wraper a{color:#fff;text-transform: uppercase;background:#C41230;font-size:16px;padding:11px 36px;border-radius:32px;display:inline-block;line-height:26px;margin-top: 17px; font-weight: 500;  }

.banner_part{display: flex;justify-content: space-between;align-items: center;background:#7FCFD6;border-radius:10px;padding:30px 47px;z-index:111;margin-top: -50px;position: relative;align-items: center;}
.meet ul{list-style: none;padding: 0;margin: 0;}
.meet ul li{cursor:pointer; display: inline-block;color: #fff;font-size: 16px;font-weight: bold;margin-right:30px;line-height: 45px;text-align: center;}
.meet ul li a{color: #fff;font-size: 16px;font-weight: bold;}
.meet ul li a:hover, .meet ul li a.active, .meet ul li.active {
    color: #C41230;
}
.issue_wraper p{color: #2F3C44;}
section.make_donation, .location_cmapaign {
    padding-bottom: 1px;
}
@media screen and (max-width:767px) {
.banner_part{padding: 30px 22px;}
.meet ul li:last-child{margin-right: 0;}
}
@media screen and (max-width:640px) {
    .banner_part{flex-direction: column;
    padding: 0px;
    position: relative;
}
    .donate_btn2 {margin-top: 15px;}
    .step_two .sasa787 .c-check label{padding-right: 0;}
    .step_two .acc{padding: 11px 17px 8px;}
        .meet {
    width: 100%;
}
    .meet ul li {
    width: 100%;
    text-align: left;
    padding: 13.4px 20px;
    margin: 0;
    line-height: initial;
}
.meet ul li+li{border-top: 1px solid #fff;}
  .donate_btn2{display: none !important;}
}
@media screen and (max-width:463px) {

    .meet {
    width: 100%;
}
    .meet ul li {
    width: 100%;
    text-align: left;
    padding: 13.4px 20px;
    margin: 0;
    line-height: initial;
}
.meet ul li+li{border-top: 1px solid #fff;}
    .banner_part{padding: 0px;position: relative;}
/*    .banner_part:after{position:absolute;width: 100%;height: 1px;background:#fff;content: "";top: 50%;left: 0; }*/
    .donate_btn2{display: none !important;}
    .volunter_wraper h2{font-size: 30px !important;max-width: 100%;width: 100%;margin-left:auto;margin-right: auto;}
    .volunter_wraper p{text-align: left !important;}
    .issue h2{font-size: 30px;}
}


@media screen and (max-width:575px) {
    .uk_wraper{display: block;}
    .uk_wraper img{width: 100%;}
    .uk_wrap .pad_0{padding: 0px 0px;}
    .uk_wraper h5{margin-left:20px;}
    .uk_wraper a{margin-left:20px;}
}


.menu nav {


}

.menu nav ul {
    padding: 0;
  margin: 0;
    list-style: none;
    position: relative;
    }

.menu nav ul li {
    display:inline-block;

    }

.menu nav a {
    display:block;
    padding:0 ;

    text-decoration:none;
}
.menu nav ul li>a{padding-top: 13px; position: relative; padding-bottom: 13px; display: block;}
.menu nav ul li a{color:#FFF; 
    font-size:16px;font-weight: bold;
    /*line-height: 65px;*/}

.menu nav ul li a:hover{color: #fff;}

/*.menu nav ul li ul li a:hover{color: #000;}*/

/* Hide Dropdowns by Default */
.menu nav ul ul {
    display: none;min-width: 246px;
    position: absolute;
    top: auto; /* the height of the main nav */
}
.menu nav ul li:last-child ul{/*min-width: 154px;*/ min-width: 160px }
   .menu nav ul .ad{position: relative;padding: 0px 12px;}
    .menu nav ul .ad:after{content: "";width:100px;height: 5px;background-color: #C41230;position:absolute;z-index: 1111;overflow: hidden;bottom: 5px;opacity: 0;}
    .menu nav ul .ad:hover a::after{opacity: 1;}

.menu nav ul .ad>a:after{content: "";width:100%;height: 5px;background-color: #C41230;position:absolute;z-index: 1111;overflow: hidden;bottom: 0;opacity: 0;}
.black_header .menu nav ul .ad>a:after{background: #2F3C44;} 
/* Display Dropdowns on Hover */
@media screen and (min-width:952px) {
.menu nav ul li:hover > ul {
    display:inherit;
}
}

/* Fisrt Tier Dropdown */
.menu nav ul ul li {
    border-bottom: 1px solid rgb(55,64,70,0.2);
    float:none;background: #fff;
    display:list-item;
    position: relative;
}
.menu nav ul ul li:last-child{border-bottom: none;}
/*
.menu nav ul li ul li:first-child{ border-radius: 0px 10px 0px 0px !important;overflow: hidden; }
.menu nav ul li ul li:last-child{ border-radius: 0px 0px 10px 10px !important;overflow: hidden; }*/

.menu nav ul ul{background-color: #fff;padding: 0;margin: 0;border-radius:0 10px 10px 10px;overflow: hidden;z-index: 111;}
.menu nav ul ul li:hover{background:rgba(196, 18, 43, 10%);}

.menu nav ul ul li a{color: #2F3C44;font-weight:500;line-height: initial;padding: 10px 17px;}
.menu nav ul li ul li a:hover{color:#2F3C44 }
/* Second, Third and more Tiers */
.menu nav ul ul ul li {
    position: relative;
    top:-60px;
    left:170px;
}


.fdfd{display: flex;justify-content: space-between;align-items:center;}
.menu{margin-right: 93px;}


.header__nav-button {background: transparent; width: 27px; margin-right: -2px; height: 18px;border: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;display: none; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
.header__nav-button:hover, .header__nav-button:focus {  outline: none; }
.header__nav-button > span {   background: #fff; display: block; position: absolute; height: 2px; width: 100%; left: 0; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);   -webkit-transition: 0.3s ease-in-out, background 0.2s cubic-bezier(0, 0, 0.58, 1);   -o-transition: 0.3s ease-in-out, background 0.2s cubic-bezier(0, 0, 0.58, 1);   transition: 0.3s ease-in-out, background 0.2s cubic-bezier(0, 0, 0.58, 1); }
.header__nav-button > span:nth-child(1) { top: 0px; }
.header__nav-button > span:nth-child(2) { top: 8px; }
.header__nav-button > span:nth-child(3) {top: 16px; }
.header__nav-button.open > span{background:#fff;}
.header__nav-button.open > span:nth-child(1) { top: 8px; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }
.header__nav-button.open > span:nth-child(2) { opacity: 0;left: -60px; }
.header__nav-button.open > span:nth-child(3) { top: 8px;-webkit-transform: rotate(-135deg);-ms-transform: rotate(-135deg);transform: rotate(-135deg); }
.qwee65{display: none;}
.menu-logo{display: none ;}
.black_header .header__nav-button > span {   background: #2F3C44;}
.header_wrap a.desk-logo.y-logo {
    display: none;
}
.header_wrap.black_header a.desk-logo {
    display: none;
}
.header_wrap.black_header a.desk-logo.y-logo {
    display: block;
}
@media screen and (max-width:952px) {
/*    .menu{display: none !important;}*/
.qwee65{display: block !important;}
.logo {
    max-width: 75px;
}

.header_row {
    padding-top: 25px;
    padding-bottom: 18px;
}
.header_row.active {
    position: fixed;
    width: 100%;
    left: 0;
    padding: 25px 30px 18px;
}
.header_wrap .fdfd .donate-btn .btn {
    padding: 13.5px 30px;
}
.header_row.active .logo .desk-logo{display: none;}

.black_header .header_row.active .logo a.desk-logo.y-logo {
    display: none;
}
.header_row.active .logo .menu-logo{display: block; }
.fdfd {
    display: block;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    height: 100%;
    top: 0;
    z-index: 22;
    overflow: hidden;
    overflow-y: auto;
    background: #C41230;
    left: -100%;
    width: 100%;
    padding-top: 113px;
    transition: 0.5s ease all;
    padding-left: 30px;
    padding-right: 30px;
}
.header_row.active:before {background: #C41230; content: ""; width: 100%; z-index: 222;
    position: absolute; bottom: 0; display: block; left: 0; margin: 0 auto; height: 100%;}
.header_row.active:after{width: calc(100% - 60px); content: "";  z-index: 222;
    position: absolute; bottom: 0; display: block; margin: 0 auto; height: 2px; background: rgba(255,255,255,0.5); display: block;}
.menu{padding-top: 3px; }
.header_wrap .donate-btn{margin-top: 0;}
.fdfd.active .donate-btn .btn{color: #C41230;background:#fff; margin-top: 22px; }
.header_row.active .logo {
    z-index: 2224;
    position: relative;
}
.fdfd.active{left: 0}
.header_row.active .header__nav-button{ z-index: 222;}
.header__nav-button{display: block;}
.menu {
    margin-right: 0;
}
.menu nav ul li {
    display: block;
}
.menu nav ul ul {
    display: none;
    min-width: 100%;
    position: relative;
    top: auto;
}
.menu nav ul li a{line-height: initial; padding: 14px 0;}
    .sdwe{display: block !important;}
    .header_row{align-items: center !important;}

    .menu nav ul li a{color: #fff;}
    .menu nav ul li a:hover. .menu nav ul li a:focus{color: #000;}
    .menu nav ul .ad:after{display: none;}
    .menu nav ul li>a:after {
    content: "";
    width: 60px;
    height: 4px;
    background: #2F3C44;
    display: block;
    position: absolute;
    display: none;
    margin-top: 10px;
}
.menu nav ul li li a:after{display: none;}
.nav_element{display: block; position: relative;}
.nav_element:before{content: "\f107"; font-size: 28px; font-family: "FontAwesome"; color:#fff; position: absolute; right: 0px; top:50%; transform: translateY(-50%); display: block;}
.nav_element.open:before{transform: rotate(180deg) translateY(50%); color:#fff;}
.menu nav ul li>a.open:after {
    opacity: 1;
    background: #7FCFD6;
    display: block;
    max-width: 52px; 
}
.menu nav ul ul.openul{/*display: block !important;*/ margin-bottom: 8px;}
.menu nav ul li:last-child ul{border-radius: 0 10px 10px 10px}
.menu nav ul .ad{position: relative;padding: 0px;}
.menu nav ul li a:hover{color:#fff;}
.menu nav ul li ul li a:hover {
    color: #2F3C44 !important;
}
.donate-btn{margin-top: 27px;}
}




.sdwe{display: none;}

.header a {
    display: block;
    width: 28px;
    height: 18px;
    top: 41%;right:2%;
    position: absolute;

}
.header a:before,
.header a:after {
    content: '';
    display: block;
    background: #fff;
    height: 2px;
}
.header a span {
    background: #fff;
    display: block;
    height: 2px;
    margin: 6px 0;
}
.content {
    padding: 0px 50px 50px 50px;
}


.make_donation2{margin-top:-100px;position:relative;z-index:2;}

.section_head span{width: 286px;display: block;margin: 0 auto;height: 2px;background-color:#7FCFD6;text-align: center;margin-bottom: 20px; }





.hero-carousel_press{height: 600px; overflow: hidden;background:#7FCFD6 }
.hero-carousel_press > div{height: 600px;display: flex;flex-direction: column;justify-content: flex-end;}
.hero-carousel_press .item{height: 600px; background-size: cover !important; position: relative;}
.hero-carousel_press .item:after{content: ""; width: 100%; height: 100%; background: #2F3C44; opacity: 0.6; position: absolute; top: 0; left: 0; z-index: 1;}
.press_relese h1{font-size: 65px;font-weight: bold;line-height: 75px;color: #fff;max-width: 630px;width: 100%;}
.press_relese p{color: #fff;font-size: 20px;font-weight: 600;}
.press_relese p span{margin:0px 10px;}
.press_relese{padding-bottom:100px;}

/* Style the tab */
.tab {
  float: left;

 width: 100%;

}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background: none;
  color: #2F3C44;
  padding:12px 0px;position: relative;

  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 20px;font-weight: 600;
}

.tab button:after{position: absolute;bottom: 0;left: 0;width:84px;height: 1px;content: "";background: #7FCFD6;}

.wewew .dropbtn  span{margin-left:20px;}

/* Change background color of buttons on hover */
.tab button:hover {

}

/* Create an active/current "tab button" class */
.tab button.active {

}

.tab ul li {position: relative;}
.tab ul li:after{background:#7FCFD6 !important;position:absolute;width: 85px;height: 2px;bottom: 0;left: 0;content: "";}
/* Style the links inside the tab */
.tab a {
    display: block;
    background: none;
    color: #2F3C44;
    padding:12px 0px;

    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 20px;font-weight: 600;
}

/* Change background color of links on hover */
.tab a:hover {

}

/* Create an active/current "tab links" class */
.tab a.active {

}

/* Style the tab content */
.tabcontent {

  padding: 0px 12px;

  width: 100%;
  border-left: none;

}


.lot_life{display: flex;align-items:center;justify-content: space-between;margin-bottom: 30px;}
.press_related .lot_life {
    flex-direction: column;
    align-items: flex-start; margin-bottom: 40px;
}
.lotText h5{font-size: 20px;margin-top:23px;margin-bottom: 0px;font-weight: 600;color: #2F3C44; text-transform: uppercase;}
.press_related .lotText h5 {
    margin-top: 18px;
}
.lotText p{font-size: 16px;font-weight: 600;color: #7FCFD6;margin-top: 3px;  text-transform: uppercase;}
.read_more a{color: #fff;font-size: 16px;font-weight: 500;line-height: 26px;padding:12px 38px;background-color: #C41230;border-radius: 32px; display: inline-block; text-transform: uppercase;}
.lotText p span {
    margin: 0 5px;
    text-align: center;
    display: inline-block;
}

.press_tab{padding: 100px 0px;}
.press_inner_wrap{padding-top: 95px;}
.press_wrap img{width: 100%;border-radius: 10px;}
.press_inner_wrap .img-radius {
    border-radius: 10px;
}
.press_inner_wrap .both {
    margin-top: 0;
}

@media screen and (max-width:1200px) {
    .lot_life{display: block !important;}
    .read_more{margin-top: 21px;}
}
@media screen and (max-width:992px) {
.child_wraper .social_icons {
    margin-bottom: 60px;
}
.volunter_wraper{max-width: 100%}
}
@media screen and (max-width:521px) {
    .social_icons{display: block !important;}
    .social_icons ul{margin-bottom: 30px !important;}
    /*.wq{justify-content: center;}*/
}

@media screen and (max-width:767px) {
    .btn_wrap .btn span{font-size: 24px;}
    .header_wrap{padding-left: 30px; padding-right: 30px;}
    .issue_slide .owl-dots{bottom: -43px;}
/*  .btn_wrap .btn{max-width: none;}*/
.social_icons{margin-bottom: 50px;}
.wewew{display: block !important;}
.press_tab{padding: 52px 0px 30px;}
.wewew{padding-left: 15px; padding-right: 15px;}
.press_inner_wrap{padding-top: 50px;}
.press_inner_wrap .child_wraper img{margin-bottom: 36px;}
.press_inner_wrap .child_wraper .both img{margin-bottom: 0;}
.m-space-0 {
    padding: 0;
}
.m-space-0 .both{padding-left: 30px; padding-right: 30px;}
.child_wraper img{margin-bottom: 35px;}
.press_inner_wrap .img-radius {
    border-radius: 0;
}
.location_cmapaign{margin-top: 25px;}

}

.wewew{display: none;}



.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {

}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown{margin-bottom: 30px;}
.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

.black_header .btn{background:#2F3C44 !important;color:#fff; }
.black_header .menu nav ul li a{color:#2F3C44;}
.black_header .menu nav ul .ad:after{background:#2F3C44 !important;}

.banner_text3{position: relative;z-index:2;height:100%;display: flex;flex-direction: column;justify-content: flex-end;padding-bottom:96px;}
.banner_text3 h2{font-size: 65px; color: #fff; font-weight: 700;}

.asasa {margin: 0 !important;padding-left: 20px;}
.asasa li{font-size: 16px;
    line-height: 20px;padding-left: 30px;
    color: #2F3C44;margin-bottom: 20px;}

.related {text-align: left !important;width: 100%;margin-bottom: 30px; padding: 0}
.press_related .related{margin-bottom: 26px;}
.related h6{margin-top: 0px;width: 100%;}
.col-lg-4.press_related {
    position: relative;
    top: -13px;
}
.press_related .related h6{margin-bottom: 0; }
.child_wraper img{margin-bottom:45px;}

.social_icons{display: flex;justify-content: space-between;align-items: center; border-top: 2px solid #7FCFD6;padding-top: 30px;margin-top: 30px;}
.social_icons ul{padding: 0;margin: 0;list-style: none; display: flex; align-items: center; flex-wrap: wrap;}
.social_icons ul li{display: inline-block;margin-right: 25px; color: #2F3C44;}
.social_icons ul li a img{margin-bottom: 0;}
.social_icons ul li a{color: #C41230; font-weight: 700; font-size: 20px}

.mm-navbar__title>span{color: #2F3C44;}
.mm-listitem:hover{background: rgba(255, 196, 0, 0.3) !important;color:#2F3C44;  }
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited{font-size: 16px;

    }



/*
.mm-wrapper_opened    .header a:after{background:#2F3C44; }
.mm-wrapper_opened    .header a:before{background:#2F3C44; }
.mm-wrapper_opened    .header a span{background:#2F3C44; }


.mm-wrapper_opened .mm-wrapper__blocker{ left: -53px;
    width: 30px;
    top: 9px;
    background:transparent;
    height: 20px;
    opacity: 0.2;}
*/



/*.header__nav-button {background: transparent; width: 25px; margin-left: 0; height: 18px;border: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;display: block; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
.header__nav-button:hover, .header__nav-button:focus {  outline: none; }
.header__nav-button > span {   background: #fff; display: block; position: absolute; height: 2px; width: 100%; left: 0; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);   -webkit-transition: 0.3s ease-in-out, background 0.2s cubic-bezier(0, 0, 0.58, 1);   -o-transition: 0.3s ease-in-out, background 0.2s cubic-bezier(0, 0, 0.58, 1);   transition: 0.3s ease-in-out, background 0.2s cubic-bezier(0, 0, 0.58, 1); }
.header__nav-button > span:nth-child(1) { top: 0px; }
.header__nav-button > span:nth-child(2) { top: 7px; }
.header__nav-button > span:nth-child(3) {top: 14px; }*/
.mm-wrapper_opened .header__nav-button > span:nth-child(1) { height:2px;top: 7px; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }
.mm-wrapper_opened .header__nav-button > span:nth-child(2) { opacity: 0;left: -60px; }
.mm-wrapper_opened .header__nav-button > span:nth-child(3) { height:2px;top: 7px;-webkit-transform: rotate(-135deg);-ms-transform: rotate(-135deg);transform: rotate(-135deg); }

/*.mm-wrapper_opened .header__nav-button{left:40px !important;position: absolute;margin-top: -10px;}
.mm-wrapper_opened .header__nav-button > span{background:#FFCB1F; }
*/




.acc{display: flex;justify-content: space-between;align-items: center;padding: 25px;border-bottom: 1px solid #EAEBEC;
}
.step_one .acc{padding: 19px 25px;}


.custom-select {
  position: relative;display: block;
  font-family: Arial;padding: 25px 0px;border: none;height:76px;
  border-radius: 10px; box-shadow:  0px 4px 10px rgb(0 0 0 / 2%);
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color:#fff;margin-top: -25px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  top: 50%;color: #AFB3B5;font-size:47px;
  right: 27px;
  content: "\f107";  font-family: 'FontAwesome'; z-index: 1;display: block; transform: translateY(-50%);


}


/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;

}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #2F3C44;font-size: 16px;
      padding: 25px 25px;
    border-radius: 0; font-weight: 400;
  border: 1px solid transparent;
  font-family: 'Poppins', sans-serif;
 
  cursor: pointer;
  user-select: none;
}
.select-selected {
    border-radius: 10px; text-transform: inherit;
}
.select-selected:hover::after{
    color :#000;
}
.select-selected.select-arrow-active{
    border-radius: 10px 10px 0 0;  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}
.select-selected.select-arrow-active + .select-items div{border-color: rgba(47, 60, 68, 0.25) transparent transparent  transparent; font-family: 'Poppins', sans-serif; font-weight: 500;}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color:#fff;
  margin-top: 0px;
  left: 0;display: block;
  right: 0;
  z-index: 99;
  border-radius: 0 0 10px 10px;
  box-shadow:  0px 4px 10px rgb(0 0 0 / 2%);
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background: rgba(196, 18, 48, 10%);
}

.memory{display: flex;width: 100%;justify-content:center;margin: 0 auto;}
.memory .yes_btn{font-weight: 600;max-width: 186px;  border-radius: 10px;margin-bottom: 20px !important;margin-top: 10px;line-height: 16px;;background:#fff;color: #374046;margin: 0px 5px;width: 100%;display: block;text-align: center;padding: 27px 0px; font-size: 16px;}
.memory .yes_btn:hover{color: #fff;background-color:#7FCFD6;}
.memory .active{color: #fff !important;background-color:#7FCFD6 !important;}



.donation_memory input::placeholder {
  color: #AFB3B5;
}

.donation_memory input:-ms-input-placeholder { 
  color: #AFB3B5;
}

.donation_memory input::-ms-input-placeholder { 
  color: #AFB3B5;
}

.donation_memory{display: flex;align-items: center;width: 100%;justify-content: center;}
.donation_memory input{border: none;width: 100%;outline: none;padding:25px 0px 25px 28px;border-radius: 10px;font-size: 16px; color: #AFB3B5; }
.donation_memory input::placeholder {
  color: #AFB3B5;
}

.donation_memory input:-ms-input-placeholder { 
  color: #AFB3B5;
}

.donation_memory input::-ms-input-placeholder { 
  color: #AFB3B5;
}
.wq{display: flex;align-items: center;}
.wq img{margin-right: 20px;margin-bottom: 0px;}
.wq a{color: #2F3C44; font-weight: 500;}


.you_donate{background-color: #fff;text-align: center;padding: 33px 19px;width: 100%;border-radius: 10px; max-width: 775px; margin-left: auto; margin-right: auto; box-shadow:  0px 4px 10px rgb(0 0 0 / 2%);}
.you_donate p {
    font-size: 16px;
    color: #2F3C44;
    line-height: 20px;
    max-width: 681px;
    margin: 0 auto 20px;
}
.you_donate p:last-child{margin-bottom: 0;}
.pos{position: relative;}

.step_no{position: relative;display: flex;justify-content: space-between;max-width: 388px;margin: 30px auto 50px auto;}
.step_no:after{position: absolute;width: 100%;height: 1px;background:#fff;content: "";top: 50%; }
.step_no span{cursor:pointer;font-size:20px;font-weight:bold;color: #C41230;line-height: 45px;border-radius:50%;z-index: 11 !important;display:flex;justify-content: center;align-items: center;width: 36px;height: 36px;background: #fff;}

.step_one .step_no span:first-child{background:#C41230 !important;color:#fff ;}
.step_two .step_no span:nth-child(2){background:#C41230 !important;color:#fff ;}
.step_three .step_no span:last-child{background:#C41230 ;color:#fff ;}


.step_no span:first-child{position:relative;}
.step_no span:first-child:after{position:absolute;z-index: 1;left:36px;height:1px;background:#000;content: "";display: block; }


.svg-icon {}
.svg-icon path, .svg-icon polygon, .svg-icon rect { fill: #0a4698; stroke: #0a4698;}
.svg-icon circle { stroke: #1569a5; fill: #198aea; stroke-width: 1;}

.dogras-world-map { position: relative;display: block;margin: 0 auto;}
.dogras-world-map img { max-width: 100%;}

.map-location { position: absolute; margin-left: -12px; color: #323232;}
.map-location .dogras-location-bubble {width: 341px;opacity: 1 ;position: absolute; top:70px;
 left:-80px;display: block; text-align: center;
  margin-left: -65px; padding:13px 36px 25px; transform:rotateY(180deg); transition: 0.5s;
    transform-style: preserve-3d; pointer-events: none;
   background: #C41230; border-radius: 10px; box-shadow: 0 0 20px rgba(0,0,0,.15);}

.map-location .dogras-location-bubble { /*animation:  1s cubic-bezier(.58,.1,.58,.7) infinite alternate;*/ backface-visibility: hidden;}
@keyframes a{0%,5%{transform:translate3d(0,2px,0) scale(1)}to{box-shadow:0 0 1px rgba(0,0,0,.2),0 5px 6px rgba(0,0,0,.2);transform:translate3d(0,-3px,0) scale(1)}}
.map-location .dogras-location-bubble:/*before*/ { content: ""; position: absolute; top: 100%; right: auto; bottom: auto; left: 50%; width: 0; height: 0; border-style: solid; margin-left: -8px; border-width: 8px 8px 0; border-color: rgba(255,255,255,1) transparent;}
.map-location .dogras-location-bubble:/*after*/ { margin-left: -6px; border-width: 6px 6px 0; border-color: #fff transparent;}
.map-location .dogras-location-bubble.active { background: rgba(255,255,255,1);}
.map-location .dogras-location-bubble.active svg path { fill: #198aea; stroke: #1569a5;}
.map-location .dogras-location-name { font-size: 20px; color: #fff; font-weight: 600;line-height: 45px;text-transform:uppercase; }
.map-location .dogras-location-desc { font-size: 16px; color: #fff; font-weight: 500;line-height: 20px;max-width: 280px;text-align: center;margin: 0 auto;}
.map-location span{display: block;height: 2px;width: 100px;background:#fff;margin: 0 auto;margin-bottom: 15px; }

.pin-india-chandigarh { top:37%; left:49%;}
.pin-usa { top:35%; left:75%;}
.pin-australia { top:45%; left:53.3%;}
.pin-japan { top: 50%; left:61%;}
.pin-brazil { top: 56%; left: 47%;}
.pin-germany { top: 48%; left:56.5%;}
/*.pin-russia { top:95%; left:34%;}
.pin-canada { top:70%; left:50%;}*/

path {fill: #EAEBEC; stroke:transparent;}
path:hover {}

.svg-icon{position: relative !important;display:inline-block; }
.dogras-location-bubble{position: absolute !important;}
/*.dogras-location-bubble{display: none !important;}*/
.svg-icon:hover .dogras-location-bubble{z-index: 111;}
.svg-icon  img:first-child{display: none !important;}
.svg-icon:hover  img:first-child{display: block !important;}
.svg-icon  img:nth-child(2){display: block !important;}
.svg-icon:hover  img:nth-child(2){display: none !important;}
.map-location.active .svg-icon img:first-child{display: block !important;}
.map-location.active .svg-icon img:nth-child(2){display: none !important;}
.map-location .svg-icon:hover .dogras-location-bubble{transform: none; transition: 0.5s;
    transform-style: preserve-3d; pointer-events: inherit; opacity: 1;}

.ssdsw svg{width: 100%;display: b}






.hide {
  display: none;
}



.popup-trigger {
  padding:0px 10px;
  right: 2rem; z-index: 111;
  margin: 0 auto;
  text-align: center;text-align: center;
  color: #FFF;
  font-size: 16px;
  width: 96px;height: 96px;display: flex;justify-content: center;align-items: center;
  text-decoration:none;
  min-width: 96px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50%;
  background: #2F3C44;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
  transition:300ms all;
}

.popup-trigger:hover {
    opacity:1;
    color:#fff;
}

.popup {
  position:relative;
  left: 0;
  bottom:0;
  height: 100%;
  /* z-index: 1000; */
  width: 100%;
 display: none;
  opacity: 0;
  visibility: hidden;
  transition:500ms all;

}

.popup.is-visible {
  opacity: 1;
  visibility: visible;
 transition:1s all;
 display: block;
}

.popup-container {
  transform:translateX(50%);z-index: -1;
  transition:500ms all;
  position: relative;display: flex;
  padding: 24px 90px 24px 24px;
  width:263px;
  margin-left:auto;
  top: 5%;
  right:-42px;
  z-index:11;
  
  background: #7FCFD6;
  border-radius: 10px;
  text-align: center;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.is-visible .popup-container {
  transform:translateX(0);
  transition:500ms all;
}

.popup-container .img-replace {
  position: absolute;
  top: 31px;
  font-size:22px;
  right: 60px;
  width: 30px;
  color:#fff;
  height: 30px;
}


/* .popup-container .popup-close::before,
.popup-container .popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}

.popup-container .popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.popup-container .popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}


.popup-container .popup-close:hover:before,
.popup-container .popup-close:hover:after {
  background-color:#35a785;
  transition:300ms all;
} */





.chat_popup{display:flex;align-items: center;flex-direction: row-reverse;position: fixed;bottom: 30px;right: 30px; z-index:50;}
.chat_donate{background:#fff;color: #C41230; display: block; font-size: 16px;padding: 16px 0px;max-width:129px;width: 100%;border-radius: 32px;line-height: 1;margin-right: 18px; font-weight: 500;  }
.chat_donate:hover{color: #fff ; background: #C41230 }
.chat_btn{}

.chang_amut{display: flex;justify-content: space-between;align-items: center;width: 100%;background:#2F3C44;padding: 29px;border-radius: 10px;margin-bottom: 30px; }
.chang_amut p{color: #FFF;font-size: 16px;line-height: 16px;margin: 0;padding: 0;}
.chang_amut h6{padding: 0;margin: 0;}
.chang_amut h6 a{color: #7FCFD6;font-size: 16px;line-height: 16px;margin: 0;padding: 0;}

.borderr.mt-7{margin-top: 73px;}


.sticky, .scroll-to-fixed-fixed {
  position: fixed;
    width: 100%;
    max-width: 1220px;
    top: 0;
    margin-top: 0;
}

.sticky + .content, .scroll-to-fixed-fixed + .content{
  padding-top: 102px;
}

.both_pad{padding-right: 100px;}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #FFCB1F;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top:30px;
}

.sidenav a {

  text-decoration: none;
  font-size: 25px;
  color: #2F3C44;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {

  
  font-size: 36px;
  
}

.pr-55 {
    padding-right: 45px;
}

/*.title .select-items div, .select-selected{ padding-left: 24px;
    text-transform: uppercase;
    border: none;
    font-size: 20px;
    color: rgba(55,64,70,0.4);
    font-weight: 600;
    padding-right: 24px;
    height: 75px;
    background: #fff;
    border-radius: 10px;}*/
     .select-selected{text-transform: inherit;}
.child_wp {
    padding-top: 12px;
}
.child_wp .issue span{width: 120px}
.child_issue .row {
    padding-top: 15px;
}
.child_issue {
    margin-bottom: 53px;
}
.child_issue2 .row {
    padding-top: 15px;
}
.issue_wraper .both{max-width: 478px}


/* terms page css*/
.hero-carousel_press.terms_banner {
    background: #2F3C44;
}
.terms_banner .press_relese h1{color: #fff; max-width: 100%;}

.t-button .rotated{color:#000;}

@media screen and (max-width:1300px) {
    .sticky, .scroll-to-fixed-fixed {
        width: calc(100% - 30px);
        /*left: 50%;
        transform: translateX(-50%);*/
    }
}

@media screen and (max-width:767px) {
    .step_one .acc{align-items: flex-start;}
    .press_wrap img{border-radius:0px;}
    .press_relese h1{font-size: 45px ; line-height: 50px}
    .press_relese{padding-bottom: 50px;}
    .issue span{margin-bottom: 16px;}
    .borderr.mt-7{margin-top: 46px;}
    .issue_wraper .both{max-width: 100%}
.both_pad {
    padding-right: 15px !important;
    padding-left: 15px;
}
.issue_slide {
    margin-top: 25px; 
}
.issue_wraper{margin-bottom: 80px;}
.pin-japan {
    top: 48%;
    left: 67%;
}
.dogras-world-map img {
    max-width: 24px;
}
.pin-india-chandigarh {
    top: 34%;
    left: 49%;
}
.pin-australia {
    top: 41%;
    left: 54%;
}
.pin-germany {
    top: 44%;
    left: 60%;
}
.pin-brazil {
    top: 57%;
    left: 47%;
}
.map-location .dogras-location-bubble{width: auto; padding: 13px 20px; border-radius: 5px; top: 115%; left: 50%; min-width:196px;}
.map-location .dogras-location-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    text-transform: uppercase;
}
.map-location .dogras-location-desc {
    font-size: 11px;
    font-weight: 300;
    line-height: 1.4;
    max-width: 280px;
    text-align: center;
    margin: 0 auto;
}
.map-location span{margin-top: 3px; margin-bottom: 9px;}
.uk_wrap {
    margin-bottom: 20px;
}
.uk_wraper{margin-bottom: 45px !important;}
.pr-55 {
    padding-right: 15px;
}
.container.plr-15 {
    padding-left: 30px;
    padding-right: 30px;
}
.chang_amut p{line-height: 18px;}
.banner_part.sticky{width:calc(100% - 60px);}
.header_wrap .fdfd .donate-btn .btn {
    padding: 13.5px 30px;
}
.asasa{padding-left: 30px;}
.wq img{margin-right: 10px;}
.child_wraper .social_icons{padding-top: 24px;}
.press_related .press_wrap {
    margin-left: -15px;
    margin-right: -15px;
}
.press_related  .lot_life{padding-left: 30px; padding-right: 30px;}
.press_related .related{padding: 0 15px; margin-bottom: 30px;}
.world-map .container{width:100%; max-width:100%; padding:0;}
.step_no{margin: 24px auto 40px auto;}
.step_one .acc {
    padding: 26px 25px 19px;
}
.stet_two .form-group{margin-bottom: 13px;}
.donation_tabs_wrap h4.complete_pay {
    margin-top: 35px;
}
.p-detail{margin-top: 23px;}
.card-img{margin-top: 30px; margin-bottom: 43px;}
.col-lg-4.press_related {
    position: relative;
    top: 0;
}
.child_issue .row, .child_issue2 .row {
    padding-top: 0;
}
.hero-carousel .owl-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 113px;
    z-index: 2;
    text-align: center;
    transform: translateY(50%);
}
.donation_slide{margin-top: -128px;}
section.camp_space {
    padding-top: 22px; padding-bottom: 5px;
}
}

@media screen and (max-width:620px) {
    .chang_amut{display: block; padding:25px 29px;}
    .chang_amut h6{margin: 0;margin-top: 17px !important; }
    .chang_amut p{max-width:266px;}
     .select-selected{font-size: 16px; color: #2F3C44; font-weight: 400; padding: 15px 43px 15px 25px;}
     .sticky, .scroll-to-fixed-fixed{top:25px !important;}
     .step_two .select-selected {
    font-size: 20px;
    color: rgba(47,60,68,0.4);
    font-weight: 600;
    padding: 21px 43px 21px 25px;
}
    .p-detail .form-control{font-size: 20px}

    .popup-container {
        padding: 22px 29px 22px 26px;
        width: 390px;
        top: 5%;
        right: -109px; 
    }
    .chat_donate {
        font-size: 14px;        
        max-width: 116px;
        line-height: 1;
        margin-right: 6px;
    }
    .chat_popup{display: none;}
}







@media screen and (max-width:  450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  .issue_slide{margin-top: 30px;}
  .t-button{bottom: 7px}
}

@media screen and (max-width:  370px) {
.am-wrap2 {justify-content: space-between; }
.am-wrap2 .c-radio2{margin-left: 0; }
.am-wrap2 .c-radio2 [type="radio"]:checked + label, .am-wrap2 .c-radio2 [type="radio"]:not(:checked) + label {
    padding: 13px 8px;
    max-width: 100%;
    font-size: 20px;
}
}



.mobile_navv li{display: block !important;}

.sasas{display: flex;justify-content: space-between;border-bottom: 1px solid #fff;}

.assasqw{padding: 10px;}

.tab ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab ul li a {
    display: inline-block !important;
}


/* new page css*/
.event_wrap{padding-top: 55px; padding-bottom: 32px;}
.o_section_head {text-align: center;}
.o_section_head h2{ font-size: 45px;color: #2F3C44; text-align: center; font-weight: bold; text-transform: capitalize; margin-bottom: 32px;}
.o_section_head h2:before{content: ""; display: block;  background: #7FCFD6;  width: 100px; height: 2px; margin:0 auto 14px;}
.o_section_head h4{text-align: center; font-size: 20px; display: inline-block; font-weight: 600; color: #374046; text-transform: uppercase;}
.o_section_head h4:after{content: ""; display: block;  background: #7FCFD6;  width: 100%; height: 2px; margin:4px auto 0 ;}
.o_section_head p{max-width: 971px; margin-top: 32px; margin-left: auto; margin-right: auto; font-size: 16px; font-weight: 400; color: #374046;}
.o_section_head br{display: none;}
.swiper-slide a img{border-radius: 10px; width: 100%;}
.swiper-slide{padding: 7.5px; display: block !important;}
.swiper-container{margin-bottom: 68px;}
.swiper-wrapper .slick-dots{position: relative; bottom: auto; margin-top: 45px;}
.swiper-wrapper .slick-dots li{width: auto; margin: 0 15px; display: inline-block;}
.swiper-wrapper .slick-dots li button{font-size: 20px; color: #374046; font-weight: 600; width: auto; height: auto; padding: 0}
.swiper-wrapper .slick-dots li.slick-active button{color: #7FCFD6}
.swiper-wrapper .slick-dots li button:before{display: none;}
.swiper-wrapper .slick-arrow{position: absolute; cursor: pointer; top: auto; bottom: 0; z-index: 2;}
.swiper-wrapper .slick-prev{left: 35%}
.swiper-wrapper .slick-next{right: 35%;}
.swiper-wrapper .slick-prev:before{content: "\f104";font-family: 'FontAwesome'; color: #7FCFD6; font-size: 24px; opacity: 1}
.swiper-wrapper .slick-next:before{content: "\f105";font-family: 'FontAwesome'; color: #7FCFD6; font-size: 24px; opacity: 1}
.o_about_wrap{max-width: 971px;}
#research{padding-top: 55px;}
#research .o_section_head p{max-width: 743px}
figure.world-map {
    position: relative;
    margin-top: 54px;
}
.world-map .container{position: relative;}
.pin-india-chandigarh {
    top: 39%;
    left: 49%;
}
.greece-pin {
    top: 46%;
    left: 55.3%;
}
.syria-pin {
    top: 49%;
    left: 60.5%;
}

.pakistain-pin {
    left: 68%;
    top: 53%;
}
.nepal-pin {
    left: 72%;
    top: 53%;
}
.turkey-pin {
    position: absolute;
    left: 58%;
    top: 47%;
}

.banner_text3 p{font-size: 20px; line-height: 24px; color: #fff; font-weight: 500; max-width: 644px; margin-bottom: 30px;}

.helping_wrap{padding-top: 80px;}
.helping_wrap .o_section_head p{max-width: 821px;}
.o_cont_tab .nav-tabs {border: none;justify-content: space-between; flex-wrap: nowrap;
}
.o_cont_tab{margin-top: 40px; }
.o_cont_tab .nav-tabs .nav-item.nav-link {  width: 100%; margin-right: 15px; margin-bottom: 0; text-align: center; border: none; background: #EAEBEC; padding: 27px; border-radius: 10px 10px 0 0; font-size: 22px; font-weight: 600; color: #2F3C44;text-transform: uppercase;}
.o_cont_tab .nav-tabs .nav-item.nav-link.active {
    background: #7FCFD6;
    color: #fff;
}
.o_cont_tab .nav-tabs .nav-item.nav-link:Last-child{margin-right: 0;}
.o_cont_tab .tab-content{border-radius: 0 0 10px 10px; border:5px solid #7FCFD6; padding: 35px}
.tab_text p{font-size: 16px; color: #2F3C44; margin-bottom: 20px;}
.img-radius img{
    width: 100%; border-radius: 10px;
}
.case-study-wrap{background: #EAEBEC; border-radius: 10px; overflow: hidden; margin-top: 47px; margin-bottom: 72px;}
.case-study-text{padding: 0 51px 48px}
.case-study-text .head{display: inline-block; width: 231px; margin-bottom: 40px; padding: 26px; color: #fff; text-transform: uppercase; font-size: 20px; font-weight: 600; text-align: center; background: #7FCFD6; border-radius:0 0  10px 10px ;}
.case-study-text h2{font-size: 35px; font-weight: 700; color: #2F3C44; margin-bottom: 15px;}
.case-study-text p{font-size: 16px; color: #2F3C44; max-width: 607px;}
.case-study-img{height: 100%}
.case-study-img img{width: 100%; height: 100%; object-fit: cover;}
.v-tab-head{font-size: 20px; text-align: center; font-weight: 400; margin-bottom: 30px; color: #2F3C44}
.video_thumb{position: relative;}
.video_thumb img{width: 100%; border-radius: 10px}
.p-btn{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 30px;
width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-left: 39px solid #fff;
    border-bottom: 21px solid transparent;}
    .p-btn:hover{border-left: 39px solid #C41230;}
.p-btn:hover{color: #C41230}
.video_thumb {
    position: relative;
    margin-bottom: 23px;
}
.video_box p{font-size: 16px;  color: #2F3C44;}
.emergency_helping .o_section_head p{max-width: 1095px;}
.emergency_banner p{max-width: 714px}
.overlay-hide .item:after{display: none;}
.banner_text3.banner_flex_one {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}
.partner_logo h4{font-size: 20px; font-weight: 400; color: #fff;margin-bottom: 15px;}
.partner_logo img{display: inline-block; vertical-align:  middle;}
.partner_logo img~img{margin-left: 24px;}
.banner_text img~img {
    margin-left: 10px;
}
.helping_wrap .o_section_head h2{text-transform: inherit;}
#about-us{margin-bottom: 61px;}
.text-warning{color:#7FCFD6 !important;}
.event_wrap .slick-slider{margin-bottom: 20px;}
.event_wrap .swiper-container{margin-bottom: 0;}

.vs__search, .vs__search:focus, .vs__selected{ font-size: 16px; font-family: 'Poppins', sans-serif !important;  color: #2F3C44 !important;}
.vs__dropdown-toggle{border:none !important; background: #fff !important; border-radius: 10px !important; padding: 0 24px !important}
#vs1__listbox li, #vs2__listbox li, #vs3__listbox li{font-size: 24px; padding: 26px 24px; font-size: 16px; font-family: 'Poppins', sans-serif !important;  color: #2F3C44 !important; font-weight: 500; border-top: 1px solid rgba(47,60,68,0.25);}
.vs--open .vs__dropdown-toggle{border-radius: 10px 10px 0 0 !important}
#vs1__listbox li:hover, #vs1__listbox li:focus, #vs2__listbox li:hover, #vs2__listbox li:focus, #vs3__listbox li:hover, #vs3__listbox li:focus{background: rgba(196,18,48,10%) !important;}
.vs__open-indicator {
    fill: #AFB3B5 !important;}
.vs__open-indicator path, .t-button .fas path {
    fill: #AFB3B5 !important;}
    .custom-select {
    background: #fff !important; padding: 0;
}
.vs__open-indicator ,.t-button .fas  {
    fill: #AFB3B5 !important;
    transform: scale(2.1) !important;
    transition: transform .15s cubic-bezier(1,-.115,.975,.855);
    transition-timing-function: cubic-bezier(1,-.115,.975,.855);
}
.vs--open .vs__open-indicator,  .t-button .fas.rotated {
    fill: #AFB3B5 !important;
    transform: rotate(180deg) scale(2.1) !important;
}

.vs__dropdown-option--highlight {
    background: rgba(196,18,48,10%) !important;
    color: #2F3C44 !Important;
}

.vs__dropdown-menu {border:none !important; padding: 0 !important;  border-radius: 0 0 10px 10px !important;}
.vs__actions{cursor: pointer !important;}
.vs__dropdown-option{white-space: normal !important;}
.vs__dropdown-toggle{    align-items: center;
    height: 78px !important;}
    .vs__selected-options{display: block!important;}
    .vs__selected{display: inline-block!important; margin: 0 !important;}
    .v-select.vs--single.vs--searchable .vs__selected-options{display: flex !important; flex-wrap: nowrap !important;}
    .vs--single.vs--open .vs__selected {
    position: relative !important;
    opacity: 1!important;
}

.step_two .vs__selected, .step_two  .vs__search{font-size: 16px !important;
    color: rgba(47,60,68,0.4) !important;
    font-weight: 600 !important; text-transform: uppercase; padding: 0 !important}
.step_two  .vs__search::placeholder { font-size: 16px !important;
    color: rgba(47,60,68,0.4) !important;
    font-weight: 600 !important; text-transform: uppercase;
}

.step_two  .vs__search:-ms-input-placeholder { /* Internet Explorer 10-11 */
font-size: 16px !important;
    color: rgba(47,60,68,0.4) !important;
    font-weight: 600 !important; text-transform: uppercase;
}

.step_two  .vs__search::-ms-input-placeholder { /* Microsoft Edge */
font-size: 16px !important;
    color: rgba(47,60,68,0.4) !important;
    font-weight: 600 !important; text-transform: uppercase;
}
.step_two  .vs__selected-options{padding: 0 !important}
.bg-transparent{background: transparent !important; border-radius: 0;}

/*.vs--single .vs__selected + input.vs__search {
    display: none !important;
}*/

.read_more {
    min-width: 171px;

}

/* our supporter css*/

.supporter_row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.supporter_row .colum-3 {
    padding: 10px 7.5px;
    width: 33.33%;
}

.single-supporter {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.single-supporter:after {content: "";height: 70%;width: 100%;position: absolute;bottom: 0;left: 0;z-index: 1;display: block;background: transparent linear-gradient(180deg, #2F3C4400 0%, #090C0E 100%) 0% 0% no-repeat padding-box;opacity: 0.6;}
.single-supporter .overlay {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    padding: 22px 22px 0;
}
.single-supporter .overlay {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    padding: 22px 22px 0;
}

.single-supporter .overlay h3 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    /* line-height: 45px; */
}

.single-supporter .overlay p {
    text-transform: uppercase;
    font-size: 14px;
    color: #7FCFD6;
    margin: 3px 0 0;
}

.colum-12 .btn {
    width: 168px;
    padding: 14px;
    line-height: 1;
    border-radius: 32px;
    background: #C41230;
    color: #fff;
    
}

.colum-12.text-center {
    margin-top: 50px;
    margin-bottom: 85px;
}
.single-supporter img{width: 100%;}
.mobile-select-value{display: none !important;}
@media screen and (max-width:  1100px) {
.video_section {

    align-items: inherit;
}
}
@media screen and (max-width:  992px) {
.swiper-wrapper .slick-prev{left: 25%}
.swiper-wrapper .slick-next{right: 25%;}
.video-block img{height: auto;}
.supporter_row .colum-3{width: 50%}
.donate_btn2.m-992-hide{display: none !important;}
.dropdown-wrap-o{padding: 0; overflow: hidden; margin-top: -31px;}
.meet.dropdown-mobile {
    width: 100%;   
    
}
.mobile-select-value{display: block !important; position: relative; padding: 20px 25px; font-size: 16px; color: #fff; font-weight: 600;}
.dropdown-mobile ul{display: none; background: #EAEBEC}
.dropdown-mobile ul.open{display: block;}
.dropdown-mobile ul li {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 9px 25px;
    color: #2F3C44;
    font-weight: 600;
    background: #EAEBEC;
    border-bottom: 1px solid rgba(47,60,68,0.25);
}
.dropdown-mobile ul li:last-child{border-bottom: none;}
.dropdown-mobile ul li.active{color: #2F3C44; }
/*.dropdown-mobile ul li.active, .dropdown-mobile ul li.active:hover{background: #7FCFD6; border-bottom: none; position: relative; color: #fff; display: block;}
*/
.dropdown-wrap-o.sticky, .dropdown-wrap-o.scroll-to-fixed-fixed{margin-top: 0;}
.dropdown-mobile ul li:hover{background: rgba(255,255,255,0.6)}
.mobile-select-value:after{content: "\f107"; position: absolute; display: block;  font-family: 'FontAwesome'; font-size: 27px; right: 22px; top: 50%; transform: translateY(-50%);}
}
@media screen and (max-width:  767px) {
/*    .o_cont_tab {
    margin-left: -15px;
    margin-right: -15px;
}*/


.o_cont_tab .nav-tabs .nav-item.nav-link{font-size: 14px; height: 65px; display: flex; align-items: center; justify-content: center; padding: 10px;}
.img-radius {
    margin-top: 14px;
}
.helping_wrap{padding-top: 0;}
.case-study-wrap{border-radius: 0 0 10px 10px; margin-top: 40px; margin-bottom: 55px; margin-left: -15px; margin-right: -15px;}
.case-study-text h2{font-size: 30px}
.case-study-text{padding: 0 45px 29px}
.case-study-img img, .case-study-img{height: auto;}
.banner_text .btn{margin-top: 28px;}
.swiper-wrapper .slick-dots{margin-top: 29px;}
.swiper-container {
     margin-bottom: 58px; margin-top: 21px;
}
.banner_text3.banner_flex_one {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.banner_text3.banner_flex_one p{display: none;}
.partner_logo{margin-top: 60px;}
.banner_text3.banner_flex_one .donate-btn {
    margin-top: 26px;
}
.cookies_text{padding-left: 15px;}
.population{margin-bottom: 0;}
.poppu_slide .owl-stage {
    display: flex;
    align-items: center;
}
.helping_wrap .o_section_head {
    padding: 0 15px;
}
.o_cont_tab .nav-tabs .nav-item.nav-link{margin-right: 12px;}
.supporter_row{margin-left: 0; margin-right: 0; padding-left: 7.5px; padding-right: 7.5px;}
.single-supporter{border-radius: 0}
.colum-12.text-center{margin-bottom: 80px;}
}
@media screen and (max-width:  640px) {
.swiper-wrapper .slick-prev{left: 0}
.swiper-wrapper .slick-next{right: 0;}
.swiper-slide{padding: 5px;}
.o_section_head p{text-align: left; margin-top: 27px;}
.case-study-text .head{margin-bottom: 22px;}
.o_section_head h4.b-120:after{content: ""; display: block;  background: #7FCFD6;  width: 120px; height: 2px; margin:4px auto 0 ;}
.video_section .text p br{display: none;}
.video_section .text p{max-width: 301px; margin-bottom: 24px;}
.video_section .text h2{margin-bottom: 27px;}
.supporter_row .colum-3{width: 100%; padding: 5px 0}
.supporter_row {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
}
}

@media screen and (max-width:  483px) {
    .o_section_head h2{font-size: 30px;}
    .o_section_head br{display: block;}
    .o_cont_tab .nav-tabs .nav-item.nav-link{word-break: break-word;}
    .banner_text3.banner_flex_one{padding-bottom: 65px;}
    .map-location .dogras-location-bubble{left: -100%}
    figure.world-map svg {
    width: 131%;
    margin-left: -23%;
}
.world-map .container {
    position: relative;
    overflow: hidden;
}
.nepal-pin {
    left: 74%;
    top: 51%;
}
.pakistain-pin {
    left: 67%;
    top: 51%;
}
.syria-pin {
    top: 44%;
    left: 59.5%;
}
.turkey-pin {
    position: absolute;
    left: 49%;
    top: 46%;
}
.pin-india-chandigarh {
    top: 36%;
    left: 42%;
}
.greece-pin {
    top: 44%;
    left: 54.3%;
}
.owl-carousel .banner_text img{display: block;}
img.img-fluid.cnn-img{max-width: 161px;}
img.img-fluid.mad-img{max-width: 139px; margin-bottom: 24px;}
.banner_text img~img{display: block; margin-left: 0; margin-top: 20px;}

}


.fancybox-infobar, button.fancybox-button.fancybox-button--zoom, button.fancybox-button.fancybox-button--play, button.fancybox-button.fancybox-button--thumbs {
    display: none !important;
}
.mfp-bottom-bar{display: none !important;}
button.mfp-arrow {

    opacity: 1;

}
.mfp-arrow-left:before{display: none;}
.mfp-arrow-left:after {
    border: none;
  /*  content: "\f104";
    font-family: 'FontAwesome';*/
    color: #fff;
    opacity: 1;
    background: transparent;
    font-size: 45px; margin-top: 25px; top: 0;

     background: url(../img/Group56.svg) top left no-repeat;
    color: transparent;
    width: 23px;
    height: 35px;
}



.mfp-arrow-right:before{display: none;}
.mfp-arrow-right:after {
    border: none;
   /* content: "\f105";
    font-family: 'FontAwesome';*/
    background: url(../img/Group55.svg) top left no-repeat;
    width: 23px;
    height: 35px;
    color: #fff;
   /* opacity: 0.6;*/
/*    background: transparent;*/
    font-size: 45px; margin-top: 25px; top: 0;

}
.mfp-close{font-size: 45px; opacity: 1}
button.mfp-close {
    display: none !important;
}
.mfp-content {
    max-width: 800px !IMPORTANT;
}


/*img.mfp-img, .mfp-image-holder .mfp-content {

    width: 100%;
}*/


.CardBrandIcon-container{right:0 !important;}

.pagination{justify-content: center; margin-top: 30px;}
.page-item.disabled .page-link {
    color: #7FCFD6;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: transparent;
    font-size: 24px;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #7FCFD6; font-size: 0;
    margin-left: 100px;
}
.page-link {
    position: relative;
    display: block;
    padding: 0;
    margin-left: 0;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: none;
    margin: 0 15px;
    font-size: 20px;
    font-weight: 600;
    color: #374046;
}
.page-item.active .page-link {
    z-index: 3;
    color: #7FCFD6;
    background-color: transparent;
    border-color: transparent;
}
.page-link:hover{color: #7FCFD6;
    background-color: transparent;
    border-color: transparent;}


    .page-item:first-child .page-link:before {
    content: "\f104";
    font-family: 'FontAwesome';
    color: #7FCFD6;
    font-size: 24px;
    opacity: 1;
    position: relative;
    top: -2px;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 0; margin-right: 100px;
}
.page-item:last-child .page-link:before{
    content: "\f105";
    font-family: 'FontAwesome';
    color: #7FCFD6;
    font-size: 24px;
    opacity: 1;
    position: relative;
    top: -2px;
}
.social_icons ul li{font-weight: 700;}

@media screen and (max-width: 640px){
.page-item:first-child .page-link {margin-right: 40px;
}
.page-item:last-child .page-link{margin-left: 40px;}
.dropdown-mobile ul li{padding: 16px 25px}

}



.hero-ramadan{position: relative;}
.hero-ramadan:before{content: ''; display: block; width: 100%;height: 207px; background: #000000;opacity: 49%; position: absolute; top: 0;left: 0;}
.hero-ramadan .container{position: relative;}
.hero-ramadan .overlay-text{position: absolute; right: 15px;bottom: 147px;}
.pledgeFor{background: #C41230;position: relative; margin-top: -103px; padding: 43px 51px 54px;}
.pledgeFor .d-flex{display: flex; justify-content: space-between; margin-bottom: 41px;}
.pledgeFor h2{color: #fff; font-size: 90px; line-height:1.1 ;margin: 0; font-weight: bold;}
.btn-white-outline{border-radius: 100px; transition: 0.5s ease all; min-width: 414px; text-align: center; border: 2px solid #fff; color: #fff;font-size: 48px; font-weight: bold; padding: 16px 15px;}
.btn-white-outline:hover{background: #fff; color: #C41230;}
.pledgeFor p{color: #fff;max-width: 956px; margin: 0 auto;font-size: 27px; text-align: center; line-height:1.29; font-weight: 500;}
.ramdan-feat{margin-top: 113px; margin-bottom: 129px;}
.ramdan-feat-row{display: flex; justify-content: space-between; align-items: center;}
.ramdan-feat-content {width: 43.1%;}
.ramdan-feat-img {width: 47.4%;}
.ramdan-feat-img img { width: 100%; border-radius: 10px;}
.ramdan-feat-content h2 { font-size: 89px;  line-height: 1; color: #2F3C44; font-weight: 700; margin-bottom: 25px;}
.ramdan-feat-content p {font-size: 16px;line-height: 20px; margin-bottom: 0; color: #2F3C44;}
.ramdan-feat-content h4 { font-size: 20px;line-height: 1;color: #00D7DC; text-transform: uppercase; position: relative; font-weight: 600; margin-bottom: 20px;}
.ramdan-feat-content h4 span { background: #fff; padding-right: 15px; position: relative;  z-index: 1;}
.ramdan-feat-content h4:after { content: ""; width: 116%;height: 2px; background: #00D7DC; left: 202px;position: absolute;  top: 50%;}

.ramdan-banner2 .container{position: relative;}
.ramdan-banner2 {position: relative;}
.ramdan-banner2>img{width: 100%; height: auto;}
.ramdan-banner2-content{max-width: 578px; position: absolute;top: 50%; transform: translateY(-50%); left: calc((100% - 1250px)/2); width: 100%; background: #fff;border-radius: 10px; padding: 58px 47px 40px;}


.ramdan-banner2-content h2 { background: #C41230;font-size: 166px;color: #fff;text-align: center; font-weight: 700;line-height: 199px;margin-bottom: 29px;}

.ramdan-banner2-content h4 {font-size: 38px;line-height: 45px; color: #2F3C44; letter-spacing: -0.016rem; font-weight: bold; border-bottom: 2px solid #00D7DC; padding-bottom: 37px;margin-bottom: 34px;
}

.ramdan-banner2-content p { font-size: 16px; color: #2F3C44;letter-spacing: -0.016rem;margin: 0;}

.ramdan-feat2{margin-top: 136px; margin-bottom: 107px;}
.ramdan-banner3{position: relative;}
.ramdan-banner3>img{width: 100%; height: auto;}
.ramdan-banner3-content{position: absolute;top: 50%; left: 50%; text-align: center; transform: translate(-50%, -50%);}
.ramdan-banner3-content h2{margin-bottom: 37px;}
.ramdan-banner3-content h2 span{background: #fff;border-radius: 10px; font-weight: 700; color: #C41230;font-size: 94px;line-height: 1.09; padding: 48px 59px;
    display: inline-block;}
.ramdan-banner3-content .btn{font-size: 48px; border-radius: 100px;     font-weight: 700; padding: 16px 37px; }

.ramdan-refugee { background: #00D7DC; padding-top: 90px; padding-bottom: 83px;  text-align: center;}
.ramdan-refugee h2 { color: #fff;font-size: 35px; line-height: 40px; font-weight: 700;  margin-bottom: 40px;}
.ramdan-refugee-row { display: flex; margin: 0 -13.5px;}
.ramdan-refugee-row .item { width: 33.33%; padding: 0 13.5px;  margin-bottom: 13px;}
.single-refugee {background: #fff; border-radius: 10px;  height: 100%; padding: 60px 30px 43px;}
.single-refugee .icon { min-height: 155px; display: flex; align-items: center; justify-content: center; margin-bottom: 49px;}
.single-refugee h4 {  margin: 0; font-size: 40px; color: #2F3C44; line-height: 1; font-weight: 700; letter-spacing: -0.025rem;}
.single-refugee .content { padding: 0;}
.ramdan-refugee p {max-width: 1144px; margin: 23px auto 35px; font-size: 30px; line-height: 40px; color: #fff; font-weight: 500;}

.ramdan-refugee .btn {  border-radius: 100px; font-size: 48px; font-weight: bold; padding: 16px 41px;}

.header_row{position: relative;}
.desk-so {
    position: absolute;
    right: 0;
    top: 39px;
}

.desk-so ul.social_link {
    margin: 0; width: 168px;
}

.desk-so ul.social_link li {
    font-size: 16px; margin: 0 8px;
}

.desk-so .social_link li a:hover {
    color: #C41230;
}

.btn-white-outline:hover .st0 {
    fill: #C41230;
}

.ramdan-refugee .btn:hover .st0, .ramdan-banner3-content .btn:hover .st0{
    fill: #C41230;
}

@media screen and (max-width: 1280px){
.pledgeFor h2 {font-size: 58px; line-height: 65px;}
.pledgeFor .btn-white-outline { font-size: 22px; min-width: 256px;}
.pledgeFor p{font-size: 20px}
.ramdan-feat-content h2 { font-size: 49px;}


.ramdan-banner2-content { padding: 22px;max-width: 298px; left: 15px;}
.ramdan-banner2-content h2 { font-size: 87px;line-height: 104px;}
.ramdan-banner2-content h4 {  font-size: 20px; line-height: 24px; padding-bottom: 20px;margin-bottom: 20px;}
.pledgeFor .btn-white-outline span  {
    display: inline-block;
    max-width: 12px;
  }
  .pledgeFor .btn-white-outline span svg{max-width: 12px;}

}
@media screen and (max-width: 992px){
.hero-ramadan:before{height: 135px;}
.pledgeFor .d-flex{display: block !important; text-align: center;}
.pledgeFor {
    padding: 19px 24px 37px;
}
.pledgeFor h2{ margin-bottom: 19px; word-break: break-all; padding: 20px 34px 20px 34px }
.ramdan-banner3-content h2 span{font-size:58px }
.ramdan-refugee .btn, .ramdan-banner3-content .btn {
    font-size: 22px;
}
.ramdan-refugee .btn span svg, .ramdan-banner3-content .btn span svg{max-width: 12px;}
.desk-so{display: none;}
}

@media screen and (max-width: 767px){
.hero-ramadan .overlay-text {
    bottom: 237px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}
.ramdan-feat{margin-top: 50px; margin-bottom: 50px; overflow: hidden;}
.ramdan-feat-row{flex-wrap: wrap;}
.ramdan-feat-content{width: 100%; margin-bottom: 30px;}
.ramdan-feat-img{width: 100%; position: relative;}
.ramdan-feat-img:before{content: ''; width: 235px; height: 2px; position: absolute; background: #00D7DC; top: 26px; left: -15px;}
.ramdan-banner2-content {
    position: relative;
    margin: 0 auto; left: 0;
    top: auto;
    transform: none;
    margin-top: -78px;
}
.ramdan-refugee{padding-top: 33px; padding-bottom: 56px;}
.ramdan-refugee h2{font-size: 25px; line-height: 30px;}
.ramdan-refugee p{font-size: 18px; line-height: 25px;}
.ramdan-refugee-row{flex-wrap: wrap;}
.ramdan-refugee-row .item{width: 100%;}
.single-refugee {
    padding: 16px;
    display: flex;
    align-items: center;
}

.single-refugee .icon {
    min-height: inherit;
    max-width: 80px;
    margin-bottom: 0;
}

.single-refugee .icon img {
    max-width: 100%;
}

.single-refugee .content {
    width: calc(100% - 80px);
    text-align: left;
    padding-left: 20px;
}

.single-refugee h4 {
    font-size: 24px;
}

.ramdan-banner3-content {
    max-width: 298px;
    margin: 0 auto;
    transform: none;
    top: auto;
    left: auto;
    position: relative;
    margin-top: -78px;
    margin-bottom: 61px;
}

.ramdan-banner3-content h2 {
    margin-bottom: 10px;
}

.ramdan-banner3-content h2 span {
    padding: 20px;
    word-break: break-all;
    /* padding-bottom: 0; */
}
.ramdan-feat2{margin-top: 64px; margin-bottom: 73px;}
}
/*
     FILE ARCHIVED ON 20:01:46 Oct 31, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:54:40 Jan 20, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.491
  exclusion.robots: 0.041
  exclusion.robots.policy: 0.032
  esindex: 0.008
  cdx.remote: 9.339
  LoadShardBlock: 172.126 (3)
  PetaboxLoader3.datanode: 85.77 (4)
  PetaboxLoader3.resolve: 168.427 (2)
  load_resource: 171.708
*/