@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700;800&family=Rajdhani:wght@300;400;500;600;700&display=swap');



@font-face {
  font-family: Bebas-Regular;
  src: url(../fonts/Bebas-Regular.ttf);
}


/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
    background-color: #000;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

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

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    color: #fff !important;
    line-height: normal;
    font-family: 'Roboto';
}

span {
    color: #fff;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    font-size: 20px;
    display: inline-flex;
    padding: 0 50px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    transition: ease 0.15s;
    font-weight: 500;
    background: linear-gradient(230deg, rgba(165, 215, 230, 1) 0%, rgba(173, 115, 172, 1) 34%, rgba(180, 22, 118, 1) 100%);
    color: #fff;
    border-radius: 100px;
    font-family: "Oxanium", sans-serif;
    text-transform: capitalize;
    border: 0;
}

.theme_btn:hover {
    transition: ease 0.15s;
    background: linear-gradient(45deg, rgba(165, 215, 230, 1) 0%, rgba(173, 115, 172, 1) 34%, rgba(180, 22, 118, 1) 100%);
    color: #fff;
    border-radius: 100px;
}

/* .theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 0;
    background-color: #0f135c;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 900ms;
} */

/* .theme_btn:hover::before {
    width: 100%;
} */

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

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: Bebas-Regular;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    /* font-family: Bebas-Regular; */
    font-family: "Oxanium", sans-serif;
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    /* font-family: Bebas-Regular; */
    font-family: "Oxanium", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: Bebas-Regular;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    /* font-family: Bebas-Regular; */
    font-family: "Oxanium", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    /* font-family: Bebas-Regular; */
    font-family: "Oxanium", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
    width: 90%;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 10px 23px;
    font-size: 13px;
}

.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */


header {
    padding: 10px 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    position: relative;
    width: -webkit-fill-available;
    top: 0;
}

header .header_logos{
    display: flex;
    align-items: center;
    margin-left: -170px;
}

header .logo {
    padding: 10px 20px;
    border-radius: 5px;
}

header .header_logos img {
    width: 70%;
    height: auto;
    float: right;
}

header .theme_btn {
    border: 1px solid #fff;
}

ul#menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 0;
}

ul#menu>li {
    padding: 25px 0;
    position: relative;
}

ul#menu>li>a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: ease 0.15s;
    font-family: "Oxanium", sans-serif;
}

ul#menu>li>a:hover {
    color: #dd52ae;
    transition: ease 0.15s;
}

.dropop-dwon {
    display: none;
}

.dropop-dwon>a {
    font-size: 18px;
    padding: 8px 10px;
    text-decoration: none;
    color: #fff5f5;
    border-bottom: 1px solid #ddd;
    background: #0e0d0d;
}

ul#menu>li:hover .dropop-dwon {
    display: grid;
    position: absolute;
    width: 230px;
    background: #fff;
    top: 100%;
    right: 0;
    z-index: 1;
}

.dropop-dwon>a:hover {
    background: #168aad;
    padding-left: 20px;
    transition: 0.3s all;
    color: black;
}

.menuSec .row {
    gap: 20px;
    justify-content: center;
}

.menuSec a {
    color: #fff;
}

.menuSec a span {
    font-family: Bebas-Regular;
    margin-left: 10px;
    font-size: 22px;
}

.banner_sec{
    padding: 10px 0 30px 0;
}
.banner_sec .item{
    height: 600px;
    margin: 0 5px;
}

.banner_sec .slick-slide {opacity: 1; }


.secnd_fold{
    padding: 60px 0 0 0;
}

.secnd_fold .left_secnd h1{
    color: #000;
    font-size: 42px;
    margin: 0;
}


.secnd_fold .right_secnd img{
    width: 80%;
    margin: 0 auto;
    display: block;
}

/* .headd{
    font-size: 70px;
    color: #000;
} */

.third_fold{
    padding: 60px 0 0 0;
}
.third_fold .third_top_wrp{
    text-align: center;
    margin: 0 0 80px 0;
}
.third_fold .third_top_wrp h2{}

.third_fold ul{
    margin: 0;
    padding: 0 50px;
}
.third_fold ul li{
    padding: 0 0 30px 0;
    display: flex;
    align-items: center;
    gap: 30px;
}
.third_fold ul li p{
    font-size: 16px;
    color: #000000;
    margin: 0;
    line-height: 1.6;
}
.third_fold ul li img{
    width: 30px;
    height: 30px;
}

/* .brdr{
    border-right: 5px solid #000;
} */



.fourth_fold{
    padding: 60px 0 0 0;
}
.fourth_fold .four_top{
    text-align: center;
    margin: 0 0 40px 0;
}

.fourth_fold .four_top p {
    font-size: 16px;
    color: #878383;
    margin: 0;
    line-height: 1.6;
    width: 80%;
    display: block;
    margin: 0 auto;
}

.fourth_fold .four_bx {
    padding: 0 20px;
    margin-bottom: 60px;
}

.fourth_fold .four_bx img {
    width: 100%;
}

.fourth_fold .four_bx h6 {
    margin: 10px 0;
    font-size: 22px;
    /* color: #000; */
}
.fourth_fold .four_bx p{font-size: 14px;color: #878383;margin: 0 0 0px 0;line-height: 1.6;}
.range{
    position: relative;
}
.range:before{position: absolute;content: "";background: #dddddd;width: 100%;height: 5px;border-radius: 50px;top: -20px;}
.range:after{position: absolute;content: "";width: 56%;height: 5px;border-radius: 50px;top: -20px;background: transparent linear-gradient(110deg, #161a68 0%, #1f26a3 100%) 0% 0% no-repeat;}

.fourth_fold .four_bx span {
    font-size: 12px;
    font-weight: 500;
}


.fourth_fold .btn_wrp{
    text-align: center;
    /* margin: 50px 0 0 0; */
}

.fourth_fold .four_bx img ,
.fifth_fold .fifth_bx img ,
.sixth_fold .sixth_bx img {
    background: #0f135c;
    object-fit: cover !important;
    border: 1px solid #000;
    border-radius: 10px;
}

.fifth_fold{
    padding: 60px 0 0 0;
}
.fifth_fold .fif_top ,
.sixth_fold .six_top {
    text-align: center;
    margin: 0 0 40px 0;
}

.fifth_fold .fif_top p ,
.sixth_fold .six_top p {
    font-size: 16px;
    margin: 0;
    width: 80%;
    display: block;
    margin: 0 auto;
    color: #000000;
    line-height: normal;
}

.fifth_fold .fifth_bx ,
.sixth_fold .sixth_bx {
    padding: 20px;
}
.fifth_fold .fifth_bx img{
    width: 100%;
}
.fifth_fold .fifth_bx h6 ,
.sixth_fold .sixth_bx h6 {
    font-size: 22px;
    margin: 10px 0;
    color: #fff;
    line-height: normal;
    text-align: center;
}
.fifth_fold .fifth_bx p ,
.sixth_fold .sixth_bx p {
    font-size: 14px;
    margin: 0 0 35px 0;
    line-height: 1.6;
    color: #000;
    font-family: 'Poppins';
}
.fifth_fold .btn_wrp2 ,
.sixth_fold .btn_wrp2 {
    text-align: center;
    margin: 20px 0 0 0;
}

.sixth_fold {
    padding: 60px 0 0 0;
}

.footerSec {
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-size: cover;
    padding: 80px 0 0;
    background-color: #000;
    background-attachment: fixed;
}

.footer_nav_links h5 {
    color: #ad73ac;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}

.footer_nav_links li {
    margin-bottom: 10px;
}

.footer_nav_links a {
    transition: ease 0.15s;
    font-family: "Oxanium", sans-serif;
    color: #fff;
    font-size: 16px;
}

.footer_nav_links a:hover {
    color: #dd52ae;
    transition: ease 0.15s;
}

.footer-btm {
    padding: 20px 0;
    margin-top: 50px;
}

.footer_logos {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.ftr-abt p {
    margin-bottom: 0;
    margin-top: 50px;
    color: #fff;
}

.footer_logos img {
    max-width: 250px;
}

.copy-txt p {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

ul.linkList a {
    font-size: 14px;
    color: #878383;
}

ul.linkList li {
    padding: 3px 0;
}

ul.linkList {
    margin: 0;
}


ul.list-inline.pull-right li a {
    color: #fff;
    font-size: 20px;
}

ul.list-inline.pull-right li {
    display: inline-block;
    padding: 0 5px;
}

ul.list-inline.pull-right {
    margin: 0 0 20px 0;
}

.footerForm input {
    width: 90%;
    height: 50px;
    padding: 10px;
    margin: 0 0 15px 0;
}

.footerForm .submit_btn{
    padding: 0 25px;
    border: unset;
    border-radius: 0;
    color: #ffffff;
    z-index: 1;
    background: transparent linear-gradient(110deg, #161a68 0%, #1f26a3 100%) 0% 0% no-repeat;
    font-size: 22px;
    font-family: Bebas-Regular;
    width: auto;
}


.footerSec hr {
    margin-top: 60px;
    background-color: #878383;
    opacity: 1;
}


.footerSec p {
    color: #878383;
    margin: 0;
}


/*inner start*/
section.inner-banner img {
    width: 100%;
    object-fit: cover;
}
.donation-list-box {
    background: #fff;
    box-shadow: 0 0 10px #0003;
    border-radius: 10px;
    padding: 50px 30px;
}

.donation-listing h5 {
    font-size: 37px;
    color: #000;
    margin-bottom: 10px;
}

.donation-listing h6 {
    font-size: 26px;
    text-transform: uppercase;
    color: #7c7c7c;
}

.donation-listing {
    text-align: center;
}
.donation-list-box span {
    display: block;
    background: #ebebeb;
    width: 100%;
    height: 18px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
}


.donation-list-box span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #171b6c;
    border-radius: 10px;
}

section.donation-list {
    background: #fff;
}

.donation-text h2 {
    font-size: 62px;
    color: #000;
    margin-bottom: 0;
}

.donation-text p {
    font-size: 14px;
    color: #878383;
    margin: 0 0 35px 0;
    line-height: 28px;
}

.donation-text a {
    width: auto;
    text-align: center;
    margin-right: 10px;
}

.donation-text {
    text-align: center;
}

a.theme_btn.yellow {
    background: #ffcf05;
}

section.donation-wrap {
    padding: 80px 0;
    background: #fff;
}
.donation-box {
    background: #fff;
    box-shadow: 0 0 10px #0000001f;
    padding: 40px;
    width: 85%;
}

.donation-box a {
    display: block;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.donation-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.donation-box img {
    background: #ffcf05;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 8px;
    object-fit: contain;
}
.donation-box-btn {
    border-bottom: 1px solid #0000004a;
    margin-bottom: 25px;
}
.donation-box h5 {
    font-size: 25px;
    color: #878383;
    margin-bottom: 10px;
}

.donation-box h6 {
    font-size: 25px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    color: #1e2499;
}

.donation-box h6 span {
    color: #878383;
    border-bottom: 1px solid;
}

.donation-box ul li:nth-child(2) {
    width: 100%;
}
a.donation-btn {
    color: #878383;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500;
}
.support-main h2 {
    font-size: 62px;
    margin-bottom: 10px;
    color: #000;
}

.support-main p {
    font-size: 14px;
    color: #878383;
    margin: 0;
    line-height: 28px;
}

.support-main {
    border-top: 1px solid #00000040;
    padding-top: 20px;
}

ul.donation-like {
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.donation-like li img {
    margin-left: 18px;
}

ul.donation-like li {
    font-family: Bebas-Regular;
    font-size: 25px;
    color: #878383;
}
ul.rating-name li h5 {
    font-size: 25px;
    color: #878383;
    margin-bottom: 10px;
}

ul.rating-name.d-flex h6 {
    font-size: 25px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    color: #1e2499;
    gap: 30px;
}

ul.rating-name li span {
    color: #878383;
    border-bottom: 1px solid;
}

.donation-fold p {
    font-size: 14px;
    color: #878383;
    margin: 0 0 35px 0;
    line-height: 28px;
}

ul.rating-name li img {
    background: #ffcf05;
    border-radius: 50%;
    padding: 10px;
    height: 50px;
    width: 50px;
    object-fit: contain;
}

ul.rating-name {
    gap: 20px;
    align-items: center;
    margin: 20px 0;
}
.donation-fold {
    margin-bottom: 50px;
    border-bottom: 1px solid #00000029;
    padding-bottom: 30px;
}
/*inner end*/

.button-1 {
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    font-size: 13px;
    /* width: 188px; */
    height: 30px;
    padding: 3px 8px;
    background: #1f26a2;
    border-radius: 5px;
    outline: none;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s linear;
    margin: 19px 1px;
    /* letter-spacing: 0.05em; */
}

.forgot-custom {
    /* margin: 1px; */
    font-size: small;
    display: flex;
    /* justify-content: space-evenly; */
    align-items: center;
    justify-content: end;
}

.heading3 {
    font-weight: 1000;
    text-align: center;
    font-family: inherit;
    margin-top: 47px;
    margin-bottom: 15px;
    color: rgb(0, 0, 0);
}
.label-fonta {
    margin-top: 15px;
    margin-bottom: 2px;
    font-size: 13px;
}
.login-icon{

    color: #161a68;
    z-index: 1;
    position: relative;
    font-size: 40px;
    transition: all 900ms;
    display: inline-block;
    font-family: Bebas-Regular;
}
.list-bar{

    display: block;
    background: #ebebeb;
    width: 100%;
    height: 18px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
}
.form-group.form-mar{
    margin-bottom: 15px;
}

.form-mar{
    margin-bottom: 15px;
}

.icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.icon-sm {
    width: 2rem;
    height: 2rem;
    
}

/* ========= ******* Increment and Decerement Input Type Number ========= ******* */

.product-quantity > * {
    width: 36.9px;
}

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

.product-quantity > input {
  border: none;
  text-align: center;
  font-size: 12px;
}

.product-quantity {
  display: inline-flex;
  border: 1px solid #e6e6e6;
  align-items: center;
  height: 40px;
  border-radius: 4px;
}

.product-quantity-plus:before,
.product-quantity-minus:before {
  width: 11px;
  display: block;
  margin: 0 auto;
}

.product-quantity-plus:before {
  content: "+";
}

.product-quantity-minus:before {
  content: "-";
}

.product-quantity-plus, .product-quantity-minus{
  cursor: pointer;
  color:black;
  font-weight: 600;
}

.product-quantity-plus:before, .product-quantity-minus:before {
    width: 11px;
    display: block;
    margin: 0 auto;
}

/* CSS ADDED BY HARRY */

/* =================================================================
 HOME PAGE
================================================================= */

#loading-wrapper {
    display: none;
}

.home-login-page-btn {
    text-align: center;
    color: #000;
}

.secnd_fold .left_secnd p {
    font-size: 16px;
    color: #000000;
    margin: 20px 0;
    line-height: normal;
}

section.secnd_fold .header-buttons a {
    margin-right: 30px;
}

.secnd_fold .right_secnd p {
    font-size: 16px;
    color: #000000;
    margin: 20px 0;
    line-height: normal;
}

.secnd_fold .right_secnd , .secnd_fold .left_secnd {
    width: 90%;
    text-align: justify;
}

section.fourth_fold .four_top p {
    font-size: 16px;
    color: #000000;
    line-height: normal;
}

/* =================================================================
 LOGIN PAGE
================================================================= */

section.banner_sec.login-heading {
    text-align: center;
}

section.banner_sec.login-heading h2 {
    /* color: #000; */
    margin: 0;
    font-size: 30px;
}

.login-page input.form-control {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0 , .1) !important;
    background: #fff;
    padding: 22px 18px;
    margin: 0 0 20px 0;
}

.login-page p#message {
    display: none;
}

.login-page button.theme_btn {
    margin-bottom: 20px;
}

.login-page .forgot-custom {
    display: flex;
    align-items: flex-start;
    justify-content: end;
    margin: 0;
}

.forgot-custom .theme_btn {
    color: #fff !important;
}

.login-page label {
    display: none !important;
}

section.banner_sec.login-heading {
    padding: 50px 0 0 0;
}

section.inner_sec.login-page h3.heading3 {
    /* font-family: 'Bebas-Regular'; */
    margin-top: 47px;
    margin-bottom: 47px;
    font-weight: normal;
    color: #fff;
    font-family: "Oxanium", sans-serif;
}

section.inner_sec.login-page .regis-ter-btn .col-12.cst-mar {
    text-align: center;
}

section.inner_sec.login-page {
    padding-bottom: 30px;
}

.login-page.modal.fade.show h5.modal-title {
    font-family: inherit;
    font-size: 18px;
    padding: 10px 0;
}

.login-page.modal.fade.show span#inputGroup-sizing-sm {
    display: none;
}

.login-page.modal.fade.show input#fsignup_email {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0 , .1) !important;
    background: #fff;
    padding: 12px 18px;
    border-radius: 4px;
}

.login-page.modal.fade.show .modal-body {
    padding: 1em 1em 0 1em;
}

.login-page.modal.fade.show .modal-footer button.forgot-dismiss {
    padding: 10px 25px;
    border: unset;
    color: #ffffff;
    background: transparent linear-gradient(110deg, #161a68 0%, #1f26a3 100%) 0% 0% no-repeat;
    font-size: 22px;
    transition: all 900ms;
    font-family: Bebas-Regular;
}

.login-page.modal.fade.show .modal-footer button.forgot-dismiss.close {
    background: #b22222;
}

/* =================================================================
 SIGN UP PAGE
================================================================= */

section.inner_sec.login-page.signup h3.heading3 {
    /* font-family: 'Bebas-Regular'; */
    margin-top: 47px;
    margin-bottom: 27px;
    font-weight: normal;
}

section.inner_sec.login-page.signup .col-12.log-in-btn {
    text-align: center;
}

section.banner_sec.login-heading.signup {
    padding: 50px 0 0 0;
}

section.inner_sec.login-page.signup {
    padding-bottom: 30px;
}

.signup .col-12.cst-mar.regis-ter-btn {
    text-align: center;
}

/* =================================================================
 DONATION DETAIL PAGE
================================================================= */

section.donation-wrap div#billing_detail input[type="text"] ,
section.donation-wrap div#billing_detail input[type="email"] ,
section.donation-wrap div#billing_detail select#billing_state ,
section.donation-wrap select#order_donation {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0 , .1) !important;
    background: #fff;
    padding: 22px 18px;
    margin: 0 0 20px 0;
}

section.donation-wrap .donation-text p {
    font-size: 16px;
    color: #000000 !important;
    margin: 20px 0;
    line-height: normal;
}

.footer-logo {
    padding-bottom: 20px;
}

ul.footer-menu {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 20px;
    margin: 20px 0 20px;
    padding-bottom: 20px;
  }
  
  ul.footer-menu a {
    color: #fff;
  }
  
  .footer-copyright {
    border-top: 1px solid #fff;
    padding-top: 20px;
  }

  .footer-copyright p {
    color: #fff;
  }

.third_top_wrp p {
    font-size: 16px;
    color: #000000;
}
.login-page select.form-control {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0 , .1) !important;
    background: #fff;
    padding: 22px 18px;
    margin: 0 0 20px 0;
}

.tooltip {
    position: relative;
    display: inline-block;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }