@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,500&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans', sans-serif;
}

.input-group-append button {
    margin-left: -1px;
}

.pr-md-4 pr-0 {
    padding-right: 6rem !important;
}

.text-capitalise {
    text-transform: capitalize;
}

body {
    font-family: 'Noto Sans', sans-serif;
    color: #000 !important;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
}

p,
a,
footer,
a.testimonialBtn,
input,
select,
::placeholder,
span {
    font-family: 'Noto Sans', sans-serif!important;
    font-weight: 500;
}

.dbTags {
    margin-bottom: 15px;
}

.siteLogo {
   /* width: 110px; */
   width: 130px;
}

.cardTitle,
.blueTxt {
    color: #0000c9;
    letter-spacing: 0.1px;
}

.logoBlue {
    color: #234b70;
}

.pageTitle {
    color: #132130;
}

.navbar {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.navbar .nav-item.dropdown a {
    color: #234b70;
    font-weight: 600;
}

.mainBtn {
    background: #234b70;
    border: 1px solid #234b70;
    border-radius: 5px;
    color: #fff;
    padding: 4px 15px 4px 15px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav.navbar .mainBtn {
    font-size: 22px;
}

a.mainBtn.donarBtn.btn2 {
    background: transparent!important;
    color: #224a6f !important;
    border: 0!important;
}

.back-btn {
    margin-bottom: 30px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

.row{
    margin:0;
}

.buttonArea {
    width: 200px;
    display: grid;
    justify-content: end;
    position: relative;
}

.buttonArea .buttonsec {
    display: flex;
    justify-content: flex-end;
}
.donateBtn.mainBtn {
    background: #329542;
    border: 1px solid #2b963d;
}

.donateBtn.mainBtn:hover,
.donateBtn.mainBtn:active,
.donateBtn.mainBtn:focus {
    color: #329542;
    border: 1px solid #2b963d;
    background: #32954388;
}

.testimonialBtn {
    background: #808080;
    border: 1px solid #808080;
    color: #fff;
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.testimonialBtn .fa {
    margin-right: 5px;
}

.testimonialBtn:hover,
.testimonialBtn:focus,
.testimonialBtn:active {
    background: #808080c7;
    border: 1px solid #808080;
    color: #fff;
}

.mainBtn:hover,
.mainBtn:focus,
.mainBtn:active,
.navbar .mainBtn:hover,
.navbar .mainBtn:focus,
.navbar .mainBtn:active {
    background: #eee;
    border: 1px solid #234b70;
    color: #234b70;
}

.donateBtn.mainBtn:hover,
.donateBtn.mainBtn:focus,
.donateBtn.mainBtn:active,
.navbar .donateBtn.mainBtn:hover,
.navbar .donateBtn.mainBtn:focus,
.navbar .donateBtn.mainBtn:active {
    background: #eee;
    border: 1px solid #329542;
    color: #329542;
}

.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
    display: none;
}

.dropdown-toggle i {
    font-size: 12px;
    top: -2px !important;
    margin-left: 6px;
}

#registerForm p.mandatory {
    font-size: 14px;
    font-weight: 700;
    color: #cf0505;
}

.switch#prev,
.switch#next {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background: rgb(0 0 0 / 45%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.switch#prev .fa,
.switch#next .fa {
    color: #fff;
    font-size: 20px;
}

.switch#prev {
    left: 15px;
}

.switch#next {
    right: 15px;
}

/* navbar css start here */
.w3-animate-top {
    position: relative;
    animation: animatetop 300s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}


/* navbar css end here */

/* crousel section start here */
.banner-Wrapper {
    padding-top: 5px;
    padding-bottom: 15px;
    background: #fff;
    overflow: hidden!important;
}

.carousel.slide.koshikabnr.koshikaHomeBanner .item {
    padding: 0;
    /* height: 49vw !important; */
    min-height: 585px;
}

.carousel.slide.koshikabnr.koshikaHomeBanner .carousel-inner>.item>img {
    max-width: 100%;
    /* position: relative;
    z-index: -1;
    top: -45px; */
   width: 100vw;
}

.carousel.slide.koshikabnr.koshikaHomeBanner .carousel-control.left {
    left: 10px; z-index:1;
}

.carousel.slide.koshikabnr.koshikaHomeBanner .carousel-control.right {
    right: 10px;
}

.iconBg {
    width: 40px;
    background: rgb(0 0 0 / 39%);
    border-radius: 100%;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.iconBg i {
    font-size: 24px;
    color: #fff;
}

.switch.iconBg {
    position: absolute;
    top: 50%;
    cursor: pointer;
    margin: 0 30px;
}


.switch.iconBg.right {
    right: 0;
}

/* crousel section end here */

/* impact section start here */
.impactWrapper {
    padding-top: 70px;
}

.impactWrapperLeft {
    background: url(../img/impact_bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 80px 25px;
    text-align: center;
    border-radius: 0px 20px 20px 0;
}

.impactWrapperLeft .cardTitle {
    font-size: 36px;
    font-weight: 600;
}

.impactWrapperLeft .pageTitle {
    font-size: 42px;
    font-weight: 500;
}

.impactWrapperLeft .helpCount {
    background: #0000c9;
    width: 40%;
    color: #fff;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #fff;
    margin-top: 40px;
}

.dmFont {
    font-family: 'Noto Sans', sans-serif;
}

.impactWrapperLeft .helpCount h4 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 50px;
    font-weight: 600;
}

.impactWrapperLeft .helpCount p {
    font-size: 20px;
}

.impactCounts {
    text-align: center;
    padding: 20px 5px;
    border-radius: 10px;
    height: 160px;
}

.impactCounts .countSec h4 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 35px;
    font-weight: 600;
}

.impactCounts .textSec p {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.impactWrapperRight {
    padding-right: 118px;
}

.blueBG {
    background: #dbdbf9;
    color: #132130;
}

.blueBG h5 {
    color: #132130;
}

.greenBG {
    background: #dff7f0;
    color: #0f5440;
}

.greenBG h5 {
    color: #0f5440;
}

.greyBG {
    background: #e3eee1;
    color: #375b30;
}

.redBG {
    background: #fadee1;
    color: #8e1828;
}

.redBG h5 {
    color: #8e1828;
}

.blackBG {
    background: #c3c3c3;
    color: #000;
}

.blackBG h5 {
    color: #000;
}

.yellowBG {
    background: #efedbb;
    color: #625e07;
}

.yellowBG h5 {
    color: #625e07;
}

/* impact section end here */


/* inspired section css */
.inspiredwrapper {
    padding-top: 70px;
}

.inspiredwrapper .inspiredContent {
    background: #f8fafb;
}

.headerSection {
    text-align: center;
}

.taxClaim {
    width: 100%;
}

.taxClaim a {
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    position: absolute;
    left: inherit;
    right: -26px;
}

.headerSection .pageTitle {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 50px;
}

.inspiredwrapper .inspiredContentLeft {
    background: #f0f4f7;
    padding:25px 8px 50px 8px;
}

.inspiredwrapper .inspiredContentLeft .nameSec h3 {
    font-weight: 600;
    color: #000;
}

.inspiredwrapper .inspiredContentLeft .nameSec p {
    font-size: 18px;
    line-height: 25px;
    width: 100%;
}

.inspiredwrapper .inspiredContentRight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
}

.inspiredwrapper .inspiredContentRight h3 {
    font-weight: 500;
    font-size: 38px;
    color: #000;
    line-height: 44px;
}

.inspiredwrapper .inspiredContentRight h3 .blueTxt {
    font-weight: 700;
}

.inspiredContentLeft .ImageSec {
    background: #f3f8fe;
    border: 2px solid #fff;
    border-radius: 5px;
    display: flex;
    min-height: 200px;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 2px 3px 3px rgb(226 226 226 / 90%);
}

/* inspired sec end */

/* youtube sec start */
.youtubeWrapper {
    padding: 70px 0;
}

.youtubeContenttLeft p {
    font-size: 14px;
    color: #000;
    line-height: 25px;
    font-weight: 500;
    padding-left: 23px;
}

.youtubeContentRight {
    padding-left: 115px;
}

.youtubeContentRight iframe {
    border-radius: 15px;
}

/* youtube sec end */
.EthicsWrapper {
    padding-top: 70px;
}

.EthicsWrapper .EthicsContenttLeft {
    background: #e5ebed;
    padding-top: 30px;
}

.EthicsWrapper .EthicsContentRight {
    background: #f1feff;
    padding-bottom: 50px;
    padding-top: 30px;
}

.EthicsWrapper .EthicsContenttLeft .EthicsContentTxt {
    padding: 0px 30px 0px 13%;
}

.EthicsWrapper .EthicsContentRight .EthicsContentTxt {
    padding: 0px 13% 0px 20px;
    position: relative;
}




/* .EthicsWrapper .EthicsContentRight .nbs-flexisel-container {
    margin-right: 10%;
} */

.donorContent {
    margin-right: 13% !important;
}

.EthicsContentTxt h3 {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
}

.EthicsContentTxt h3 a {
    font-size: 16px;
    color: aliceblue;
    position: absolute;
    right: 80px;
    top: 30px;
}

.EthicsContentTxt .customList {
    list-style: none;
    padding-left: 0;
}

.EthicsContentTxt .customList li {
    background: url(../img/list_icon.png) no-repeat top left;
    margin-bottom: 8px;
    background-size: 20px;
    min-height: 30px;
    padding: 0px 0 0 35px;
    line-height: 20px;
    /* font-size: 16px; */
}

.EthicsContentTxt p {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.partnerSec .nbs-flexisel-container .nbs-flexisel-inner {
    background: transparent;
    box-shadow: none;
}

.partnerSec .nbs-flexisel-container .nbs-flexisel-inner {
    background: transparent;
    box-shadow: none;
    /* height: 120px; */
    max-height: 270px;
    padding-top: 10px;
}

.partnerSec .carouselSecList li.nbs-flexisel-item {
    background: #fff;
    border-radius: 14px;
    margin-right: 26px;
    box-shadow: 0px 0px 4px 2px rgb(235 235 235 / 80%);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.partnerSec {
    margin-top: 25px;
    padding-left: 5px;
}

.partnerSec .carouselSecList.nbs-flexisel-ul {
    left: 5px !important;
}

.partnerSec .carouselSecList li img {
    max-height: 60px;
    max-width: max-content;
}

.partnerSec .nbs-flexisel-nav-left {
    left: -20px;
    background: url(../img/prev.png) no-repeat;
}

.partnerSec .nbs-flexisel-nav-right {
    right: -20px;
    background: url(../img/next.png) no-repeat;
}

.partnerSec .nbs-flexisel-nav-right,
.partnerSec .nbs-flexisel-nav-left {
    width: 40px;
    background-size: 30px;
    height: 40px;
    opacity: 1;
    /* top: 45px !important; */
}

.partnerSection .heading h3 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: center;
}

.partnerSection {
    padding: 70px 0;
}

.tagline {
    color: #666666;
    font-size: 20px;
    margin-top: 8px;
}

.donorSpeak {
    padding: 30px 0;
    margin: 10px 30px;
    min-height: 260px !important;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
}

.donorSpeakSlider .prev {
    background: #444;
    left: 12px;
    color: #fff;
    width: 40px;
    opacity: 0.7;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.donorSpeakSlider .next {
    background: #444;
    right: 22px;
    color: #fff;
    width: 40px;
    opacity: 0.7;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.donorSpeak .donarInfo {
    position: relative;
    padding: 10px 0 10px 35px;
}

/* .donorSpeak .donarInfo:before {
    content: '';
    background: url(../img/quote.png) no-repeat;
    background-size: 100% 100%;
    width: 20px;
    position: absolute;
    height: 20px;
    top: 6px;
    left: 15px;
} */

.donorSpeak .donarInfo p {
    position: relative;
}

/* .donorSpeak .donarInfo .clientTxt p:after {
    content: '';
    background: url(../img/quote.png) no-repeat;
    background-size: 100% 100%;
    width: 25px;
    position: absolute;
    height: 25px;
    bottom: 0px;
    right: 5px;
    transform: rotate(180deg);
} */
.EthicsContentRight .EthicsContentTxt+ul {
    padding-left: 20px;
}

.EthicsContentRight .nbs-flexisel-inner {
    background: none;
}

#flexiselDemo2.nbs-flexisel-ul {
    text-align: left;
}

#flexiselDemo2.nbs-flexisel-ul .nbs-flexisel-item {
    margin: 10px 0;
}

.partnersSec {
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    min-width: 250px;
    min-height: 150px;
    margin: 10px;
    display: grid;
    align-items: center;
    justify-content: center;
}

.partnersSec .partnersTitle {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0 15px;
}

/* .donorSpeak .donarQuote:after {
    content: '';
    position: absolute;
    right: 0;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #ddd;
} */
.donorSpeak .donarData .donorImg {
    display: flex;
    align-items: center;
    justify-content: end;
}

.donorSpeak .donarData .donorImg img {
    max-height: max-content;
}

.donorSpeak .donarData {
    text-align: right;
}

.donorContent {
    border-radius: 10px;
    padding: 30px 10px;
    margin: 0 20px;
    box-shadow: 0 0px 5px -1px rgb(0 0 0 / 20%);
}

.donorSpeak .imgSec {
    border-radius: 100%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border: 1px solid #ebf4f5;
    margin: 0 auto;
}

.nbs-flexisel-item .donorSpeak .imgSec img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    max-height: inherit;
    max-width: inherit;
}

.donarInfo .donarTitle {
    margin: 10px 0 0 5px;
    color: #242424;
    font-style: italic;
}

.donarInfo .clientTxt {
    margin-right: 20px;
}

.donarInfo p {
    font-size: 16px;
}

.name {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    font-style: italic;
}

p.designation {
    font-size: 13px;
}

/* footer css start  */
.koshika_footer {
    background: #234b70;
}

.koshika_footer .menuList {
    display: flex;
    color: #fff;
    padding-left: 0;
    flex-wrap: wrap;
}

footer.koshika_footer .menuList li {
    list-style: none;
    line-height: 6rem;
    margin-right: 30px;
    width: auto;
    display: inline-block;
    padding-bottom: 0;
    font-size: 16px;
}

footer.koshika_footer .menuList li a {
    font-size: 16px;
    color: #fff;
    line-height: 5rem;
}

footer.koshika_footer .socialIconList {
    display: flex;
}

footer.koshika_footer .socialIconList li img {
    width: 30px;
}

.koshika_footer .copyrightFooter {
    border-top: 1px solid #303e7a;
    padding: 13px;
    text-align: center;
    color: #fff;
    background-size: 110px;
}

.koshika_footer .copyrightFooter p {
    font-size: 13px;
}

.koshika_footer .dropup .dropdown-menu,
.koshika_footer .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    width: 100%;
    margin-bottom: -15px;
    border: 0;
    border-radius: 3px;
    padding: 0;
}

footer.koshika_footer .menuList li .dropdown-menu a {
    color: #0000c9;
    font-size: 16px;
    font-weight: 600;
    line-height: 3rem;
    border-bottom: 1px solid #cbd3de;
    background: #f2f4f7;
    padding: 10px 15px;
}

/* footer css end  */



/* modal css */
.close {
    background: #fff !important;
    border-radius: 100%;
    width: 40px;
    font-size: 37px;
    position: absolute;
    top: -17px;
    height: 40px;
    right: -22px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close img {
    width: 20px;
    filter: invert(1) brightness(200);
    font-size: 11px;
    font-weight: 400;
}

.testimonialModal .modal-body {
    margin-bottom: -5px;
    padding: 0 !important;
}

.responsive-video {
    position: relative;
    padding-bottom: 52.25%;
    padding-top: 40px;
    overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* modal css end */


/* inside pages css start */
.insidePages {
    margin-bottom: 80px;
    min-height: calc(100vh - 212px);
}

/* .insidePages .bannerWrapper {
    background: url(../img/common-bg.jpg) no-repeat;
    padding: 70px  0;
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
    min-height: 246px;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.insidePages .bannerWrapper {
    background: url(../img/common-bg.jpg) no-repeat;
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
    min-height: 180px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.insidePages .bannerWrapper:before {
    background: #234b70;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    opacity: 0.6;
}

.insidePages .bannerSubhead,
.insidePages .bannerSubtitle {
    /* width: 75%; */
    margin: 0 auto;
    position: relative;
}

.insidePages .bannerSubtitle h5 {
    font-size: 22px;
    padding-top: 10px;
    line-height: normal;
}

.insidePages .bannerSubtitle h5 strong {
    color: #fff;
}

/* .insidePages .bannerSubhead:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 25px;
    right: 45%;
    top: 20%;
    background: #fff;
} */

.insidePages .bannerSubhead h5 {
    font-size: 20px;
}

.insidePages .bannerWrapper .bannerBg {
    color: #fff;
    position: relative;
}

.insidePages .bannerWrapper h1 {
    font-size: 42px;
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.insidePages .customcontent h4,
.insidePages .customcontent h5 {
    font-weight: 600;
    letter-spacing: .4px;
    line-height: 24px;
    /* margin-bottom: 10px; */
    color: #1a1a1a;
    margin-top: 40px;
}

.insidePages .customcontent h4 {
    font-size: 22px;
}

.insidePages .customcontent h5 {
    font-size: 18px;
}

.insidePages p {
    font-size: 16px;
    color: #666;
    line-height: 20px;
    font-weight: 400;
}
.insidePages .mssgContent p{ font-size:15px; line-height: 1.5;}
.insidePages .customcontent p {
    margin-bottom: 25px;
}

.insidePages ul {
    list-style: none;
    padding-left: 10px;
}

.insidePages ul li {
    font-size: 14px;
    margin-bottom: 15px;
    color: #666;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    font-family: Arial, sans-serif;
}

.insidePages ol li,
.modal-content li {
    font-size: 16px;
    margin-top: 5px;
    color: #666;
    line-height: 24px;
    font-weight: 500;
}

.modal-content p {
    font-size: 16px;
    line-height: 20px;
    color: #666;
    font-weight: 500;
}

.insidePages ul li:before {
    content: '';
    background: url(../img/check.png) no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 12px;
    position: absolute;
    left: -8px;
    top: 7px;
}

.insidePages ul li a {
    color: #666;
    font-weight: 600;
}

.insidePages strong {
    color: #41AB0D;
}

.rightSideContent {
    background: #f5f6f8;
    padding: 20px 30px;
    border-radius: 5px;
}

.rightSideContentHeader {
    margin: 0px -30px 22px -30px;
    border-bottom: 1px solid #eeeaf9;
    padding: 10px 20px 10px 30px;
}

.rightSideContentHeader h4 {
    margin-top: 0;
    font-weight: 600;
}

.rightSecLists {
    padding-left: 65px;
}

.rightSecLists a {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
}

.rightSecLists a img {
    border-radius: 100%;
    border: 1px solid #bebaba;
    box-shadow: 0 2px 3px rgb(196 209 240 / 59%);
    min-width: 65px;
    height: 65px;
    width: 65px;
    margin-right: 10px;
    object-fit: cover;
}

.rightSecLists a i {
    font-size: 20px;
    background: #f7f7f7;
    padding: 10px;
    margin-right: 15px;
    color: #234b70;
    border-radius: 100%;
    border: 1px solid #f7f7f7;
    font-weight: 600;
    box-shadow: 0 2px 3px rgb(196 209 240 / 59%);
}

.rightSecLists a h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 22px;
}

.rightSecLists a:hover h5,
.rightSecLists a:active h5,
.rightSecLists a:focus h5 {
    font-weight: 700;
    color: #234b70;
}

.vision-head p span {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 13px;
    padding: 13px 16px;
    background: #eff0f4;
    border-bottom: 1px solid #cfd8fb;
    border-radius: 10px 10px 0 0;
    color: #234b70;
}

#pagination ul li::before {
    content: none;
}

#pagination ul li {
    padding-left: 0;
}

.custom-pagination {
    display: flex;
    align-items: center;
    justify-content: end;
}

.custom-pagination a div,
.pagination ul li a,
.custom-pagination a span {
    background: #f4f8fb;
    color: #234b70;
    padding: 6px 11px;
    border: 1px solid #1f4a72;
    margin: 11px 4px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
}

.pagination ul li {
    margin-bottom: 0;
}

.setPaginate .current_page {
    background: #234b70;
    color: #fff;
    border: 1px solid #1f4a72;
}

.custom-pagination a div.active,
.pagination .active span {
    background: #234b70;
    color: #fff;
    display: inline-block;
    padding: 6px 11px;
    border: 1px solid #1f4a72;
    margin: 11px 4px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
}

.pagination .disabled span {
    display: inline-block;
    padding: 6px 11px;
    margin: 11px 4px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
}


.table.table-bordered td img {
    min-width: 70px !important;
    max-width: 70px !important;
}

.table.table-bordered td img {
    max-height: 100px !important;
    min-width: 70% !important;
}

.table.table-bordered td img.marker-thumb {
    min-height: 40px !important;
    min-width: auto !important;
    max-width: 40px !important;
}

.table.table-bordered tr th,
.table.table-bordered tr td {
    border: 1px solid #dedede;
    height: 45px;
    font-weight: 500;
}

.table.table-bordered>thead>tr>th {
    background: #234b70;
    font-size: 15px;
    font-weight: 600;
}

.rightSideContent .rightImgSec img {
    vertical-align: middle;
    border: 1px solid #e4def7;
    border-radius: 7px;
    margin-bottom: 35px;
    box-shadow: 0 2px 3px rgb(196 209 240 / 59%);
    max-width: 125px;
}

.rightSideContent .rightImgSec h5 {
    color: #1a1a1a;
    font-weight: 700;
    font-size: 20px;
}

p.redTxt {
    color: #df0a0a;
}

.asterick {
    font-size: 14px;
}

.sub-team {
    margin: 20px 0;
}

.mssgimage {
    width: 150px;
    height: 150px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 0px 3px 0 rgb(0 0 0 / 14%);
    background: #fff;
    padding: 4px;
    display:block;
text-align:center;
overflow:hidden;
}

.mssgimage img {
	margin:0px auto;
}

.mssgContent {
    padding: 25px;
    background: #f5f6f8;
    border-radius: 8px;
    position: relative;
    font-size: 1.1vw;
    color: #666;
    line-height: 1.6vw;
}

.mssgContent:before {
    content: '';
    position: absolute;
    left: -25px;
    width: 0;
    top: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #f5f6f8;
}

.koshikaHeading {
    font-weight: 600;
    margin-top: 50px;
    color: #2a4e6d;
}

.teamSpacing {
    margin-bottom: 100px;
}

.clientInfoSec {
    display: grid;
    justify-items: center;
}

.clientName {
    color: #000000;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
}

.multiWrapper {
    background: #f3f3f3;
    padding: 25px 0;
}

.multiWrapper .slider .slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.multiWrapper .slider .slide .mainBtn {
    min-width: 120px;
    box-shadow: 4px 1px 10px 4px rgb(10 33 65 / 5%);
    margin-top: 15px;
}

.multiWrapper .slider .slide a {
    background: #ffffff;
    width: calc(100%/5);
    height: 300px;
    border-radius: 3px;
    position: relative;
    color: #234b70;
    margin: 12px;
    padding: 20px;
    font-weight: 500;
    transition: transform 0.35s ease;
}

.multiWrapper .slider .slide a:hover {
    transform: scale(1.1);
}

.multiWrapper .multiSlideImg {
    width: 110px !important;
    border-radius: 100%;
    height: 110px !important;
    margin: 15px auto;
    box-shadow: 0px 1px 30px rgb(10 33 65 / 5%), 0px 0px 2px rgb(0 0 0 / 13%);
}

.viewBtn {
    background: #234b70;
    color: #fff;
    border-radius: 37px;
    min-width: 110px;
    padding: 5px 8px;
    box-shadow: 4px 1px 10px 4px rgb(10 33 65 / 5%);
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.multiWrapper .patientInfo h5 {
    color: #444444;
    font-size: 22px;
    font-weight: 700;
}

.multiWrapper .patientInfo h6 {
    color: #6e6d6d;
    font-size: 16px;
    font-weight: 700;
}

.multiWrapper .patientView {
    position: absolute;
    top: 0;
    right: 0;
    background: #dbe6f2;
    padding: 6px 7px;
    border-radius: 0px 3px 0px 19px;
}

.multiWrapper .patientView i {
    color: #234b70;
}

.slider-nav {
    display: none;
}

.no-list li::before {
    content: none !important;
}

.patientWrapper {
    padding-top: 30px;
}

.patientWrapper p {
    font-size: 16px;
    font-weight: 600;
    color: #666;
}

.patientDetailSec p {
    margin-bottom: 8px;
}

.pdfInfo a p {
    color: #fff;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.fileBg {
    margin: 0 7px;
    border-left: 2px solid #fff;
    padding-left: 12px;
}

.fileBg img {
    width: 25px;
}


.partner-up1 .fader2 ul li {
    padding: 0 0 !important;
    margin: 0;
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    list-style: none;
}

.rightSideBg {
    content: '';
    background: #dbe1e7;
    position: absolute;
    right: -71px;
    width: 400px;
    height: 100%;
}

.smallTxt {
    font-size: 14px;
    padding-left: 5px;
}

.patientInfoWrapper .patientImgSec {
    bottom: -65px;
    position: absolute;
    width: 100%;
    text-align: right;
}

.patientInfoWrapper .patientImg {
    border-radius: 100%;
    width: 180px;
    height: 180px;
    border: 3px solid #fff;
    object-fit: cover;
    object-position: center;
}

.patientInfoWrapper .patientdetail {
    text-align: left;
    padding-top: 70px;
    padding-left: 3rem;
}

.patientDetailSec {
    width: 80%;
    margin: 0 auto;
    line-height: 20px;
}

.patientInfoWrapper .patientdetail h1 {
    font-size: 50px;
}

.patientInfoWrapper .patientdetail h5 {
    font-size: 24px;
}

.pdfCard {
    box-shadow: 3px 3px 3px 3px rgb(17 29 48 / 6%);
    padding: 10px 12px;
    border-radius: 7px;
    margin-bottom: 20px;
    background: #fcfdfe;
}

.pdfCard a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #305577;
    font-weight: 700;
    font-size: 16px;
}

.pdfCard .pdfFile img {
    width: 40px;
}

/* clinic home page css */
.clinicBanner .slider-container {
    min-height: 400px;
    margin-bottom: 30px;
    border-bottom: 1px solid #edededa1;
}

.iconSec {
    float: right;
    display: flex;
}

.iconSec a {
    background: #0000c9;
    color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 12px;
}

.iconSec a img {
    filter: brightness(200) invert(1);
    width: 15px;
}

/* gallery section  */
/* .gallerySec {
    background: #fefefe;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 6px 4px rgb(0 0 0 / 22%);
} */
.gallerySec .rightImgHead {
    padding: 15px 0;
    margin: 0;
    margin-top: 0 !important;
    background: #e3edf6a1;
    color: #234b70;
}

.gallerySec {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 6px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.07) !important;
    transition: all 0.3s;
    position: relative;
    text-align: center;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 30px;
    min-height: 161px;
    overflow: hidden;
}

.gallerySec:hover {
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, 0.1) !important;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.gallerySec .iconBg {
    width: 30px;
    height: 30px;
    margin: 0 10px !important;
}

.gallerySec .imgArea {
    min-height: 125px;
    border-bottom: 1px solid #eeebeb;
    position: relative;
}

.gallerySec .imgArea img {
    max-width: 100%;
    max-height: 197px;
    min-height: 197px;
}

.gallerySec .txtArea {
    padding: 10px 7px;
    /* margin-bottom: 12px; */
}

.gallerySec .txtArea .headingTitle {
    font-size: 16px;
    font-weight: 700;
    color: #555;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.arrowImg {
    width: 150px;
}

.gallerySec .txtArea .priceTitle {
    font-size: 15px;
    color: rgba(102, 102, 102, 0.897);
    font-weight: 700;
    margin-bottom: 6px;
}

.gallerySec .imgArea.videoSec::before {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: absolute;
}

.playArea {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.playArea .playBtn {
    background: url(../img/play.png) no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.gallerySec:hover .imgArea.videoSec::before {
    opacity: 0.7;
}

.contactWrapper {
    padding: 70px 0;
}

.contactWrapper .container {
    position: relative;
}

.contactWrapper .contactCard {
    position: absolute;
    z-index: 9;
    background: #f9fbfd;
    border-radius: 0;
    right: 80px;
    padding: 7px 15px 10px;
    top: 13px;
    max-width: 360px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 7%);
}

.contactCard .contactInfo,
.contactCard .contactInfo h4,
.contactCard h3,
.contactCard .contactInfo p {
    color: #234b70;
}

.contactCard h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 5px 0 15px 0;
    padding-left: 15px;
}

.contactCard .contactInfo h4 {
    font-size:16px;
    font-weight: 700;
    margin: 18px 0 13px 0;
}

.contactCard .contactInfo h4 strong i {
    margin-right: 5px;
}

.contactCard .contactInfo p {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}

.ion-ios7-email-outline {
    font-size: 25px;
    margin-top: -5px;
}


/* login page css */
.commonPopup {
    background: rgba(51, 51, 51, 0.562);
    z-index: 999999;
}

#register {
    margin: 37px auto 15px auto;
    width: 60%;
}

#register h4 {
    font-weight: 700;
    font-size: 16px;
    color: #454545;
}

#log_id,
#registerModal h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #1d1d1d;
    margin-top: 10px;
    margin-bottom: 19px;
}

.loginbox {
    width: 77%;
    margin: 0 auto;
    text-align: center;
}

.loginbox .textArea p {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

#wrapper {
    margin: 37px 0 15px 0;
}

.btn.loginBtn {
    color: #fff;
    background-color: #1a4a73;
    border-color: #1a4a73;
    padding: 10px;
    min-width: 100%;
    margin: 30px 0 15px 0;
    font-size: 18px;
    font-weight: 600;
}

.loginTxt h5 {
    font-weight: 700;
    font-size: 20px;
    color: #1d1d1d;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.message {
    font-weight: 600;
    color: #444;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
    width: 100%;
}

.message a {
    font-weight: 700;
}

.loginTxt p {
    font-weight: 600;
    font-size: 16px;
    color: #777;
    margin-bottom: 5px;
}

.linkBtn {
    border: 0;
    background: transparent;
    color: #41AB0D;
    font-weight: 600;
}

#registerModal input {
    font-family: 'Noto Sans', sans-serif;
}

#registerModal label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
    color: #1a1a1a;
    font-size: 14px;
}

sup {
    color: #d80101;
    font-size: 20px;
    top: 0;
}

.btn-go {
    margin: 20px 0 5px;
    padding: 9px 20px;
    border: solid 1px #1a4a73;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    background: #1a4a73;
    transition: all .3s ease-in-out;
    min-width: 230px;
    font-weight: 600;
    letter-spacing: 0.6px;
}

/* login page end */


.insidePages p.quoteSec {
    width: 80%;
    margin: 36px auto;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: 500;
    font-style: italic;
    color: #333;
}

.waystoGiveWrapper .quoteSec .authorsmall {
    font-size: 18px ! important;
    font-weight: 600;
}

.waystoGiveWrapper .title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

/* Donation page  */
.donationPages .bannerWrapper {
    background: url(../img/common-bg.jpg) no-repeat;
    padding: 70px 0;
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 400px;
}

.donationPages .bannerWrapper:before {
    background: #234b70;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
}

.donationPages .donationWrapper {
    position: relative;
}

.donationPages .donationWrapper .donater h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.choose-donation {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: rgba(58, 58, 58, 0.5) 0 0 10px;
    -webkit-box-shadow: rgb(58 58 58 / 50%) 0 0 10px;
    box-shadow: rgb(58 58 58 / 50%) 0 0 10px;
    background: rgba(104, 104, 104, 0.9);
    max-width: 440px;
    margin: 0 auto;
    padding: 46px 46px 30px !important;
}

.choose-donation label {
    color: #fff;
}

.choose-donation .donateHeader {
    text-align: center;
    color: #fff;
}

.choose-donation .donateHeader h1 {
    font-size: 62px;
    font-weight: 700;
    margin: 0;
    line-height: 45px;
}

.choose-donation .donateHeader p {
    margin: 10px 0 30px 0;
    font-weight: 600;
}

.choose-donation .payBtns {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.choose-donation .payBtns .donateBtns {
    width: 49%;
    transition: transform 0.35s ease;
}

.choose-donation .payBtns .donateBtns:hover {
    transform: scale(1.1);
}

.choose-donation .form-control {
    border: 1px solid #ececec;
}

.donationContent .donationType {
    display: flex;
    flex-wrap: wrap;
}

.donationContent .donationType .donationTypeContent {
    display: flex;
    align-items: center;
    background: #f3f4f4;
    color: #395c7d;
    padding: 12px 15px;
    border-radius: 6px;
    margin: 0 10px 15px 0;
    font-weight: 600;
}

.donationContent .donationType .donationTypeContent .text {
    font-size: 16px;
}

.donationContent .donationValue .donationTypeValue {
    /* background: #f3f4f4; */
    /* color: #395c7d; */
    padding: 10px 15px;
    border-radius: 6px;
    margin: 0 0px 15px 0;
    font-weight: 600;
    text-align: center;
}

.donationContent .donationType .donationTypeContent .amount,
.donationTypeValue .amount {
    margin-left: 20px;
    font-weight: 700;
}

.donationTypeValue .amount {
    margin-left: 0;
    margin-bottom: 5px;
}

.purposeContent {
    margin-top: 10px;
    padding-top: 30px;
    margin-bottom: 60px;
    padding-bottom: 40px;
}

.purposeContent .headerSection .pageTitle {
    margin-bottom: 40px;
}

.purposeContent h2,
.purposeContent h5 {
    font-weight: 700;
}

.purposeContent h2 {
    font-size: 30px;
}

.purposeContent h5 {
    font-size: 20px;
}

.linkList {
    margin-left: 30px;
}

.linkList a {
    font-size: 15px;
    margin-right: 60px;
}

.benevelontWrapper {
    margin-top: 15px;
}

.methodContent .methodDonationImg {
    background: #efeff159;
    width: 60px;
    height: 60px;
    padding: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 15px;
    box-shadow: 0.3rem 0.4rem rgb(10 10 10 / 20%);
}

.methodContent .methodContentData {
    margin-top: 20px;
    padding-top: 40px;
}

.methodContent .methodDonationImg .iconArea {
    width: 70px;
}

.methodContent .methodDonationCard {
    padding: 15px 30px 20px;
    border: 1px solid #6c6c7b1c;
    border-radius: 5px;
    min-height: 310px;
    margin-bottom: 20px;
    box-shadow: 0.1rem 0.4rem 0.4rem 0.1rem rgb(45 45 45 / 7%);
}

.methodContent .methodDonationCard p {
    font-weight: 600;
    line-height: 22px;
}

.methodDonationCard h5 {
    font-weight: 700;
    font-size: 20px;
    margin: 5px 0 10px;
}

.advantageSec {
    width: 78%;
    margin: 30px auto;
}

.commonPopup {
    background: rgba(51, 51, 51, 0.562);
}

.pdfImg img {
    width: 76px;
    padding-top: 20px;
    min-height: 100% !important;
}

.teleImg {
    box-shadow: 1px 2px 4px rgb(0 0 0 / 20%);
    border-radius: 4px;
    margin-bottom: 10px;
    text-align: center;
    padding: 20px 0 10px;
}

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

.thumbs.galleryLarge a {
    height: 260px;
    width: 100%;
}

.goBtn {
    background-color: #234b70;
    color: #fff;
}

.insidePages h3 {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #2c2c2c;
}

.setPaginate {
    display: flex !important;
}

.quoteBg .authorsmall {
    text-align: right;
}

.quoteBg {
    color: #234b70;
    background: #e6e7ee;
    padding: 30px 90px;
    font-weight: 700;
    text-align: center;
    min-height: 170px;
    margin-bottom: 40px;
    font-style: italic;
    letter-spacing: 0.3px;
    margin: 50px 0;
}

.writerName {
    padding-top: 20px;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
}

.mainHead {
    font-size: 40px;
    font-weight: 700;
    margin: 46px 0 30px;
}

.sub-content {
    font-size: 20px;
    margin-bottom: 40px;
}

.waysToGive {
    display: flex;
}

.wayTogiveContent {
    width: calc(100% / 5);
    border: 1px solid #ddd;
    margin-right: 20px;
    position: relative;
    min-height: 250px;
    border-radius: 5px;
    margin-bottom: 40px;
}

.wayTogiveContent:last-child {
    margin-right: 0;
}

.wayTogive {
    min-height: 130px;
    position: relative;
}

.wayTogive.ImgBg1 {
    background: url(../img/chintu.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: top center;
}

.wayTogive.ImgBg2 {
    background: url(../img/charitable-clinic.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: top center;
}

.wayTogive.ImgBg3 {
    background: url(../img/vision-center.png) no-repeat;
    background-size: 100% 100%;
    background-position: top center;
}

.wayTogive.ImgBg4 {
    background: url(../img/info.jpeg) no-repeat;
    background-size: 100% 100%;
    background-position: top center;
}

.wayTogive.ImgBg5 {
    background: url(../img/adminstration.jpeg) no-repeat;
    background-size: 100% 100%;
    background-position: top center;
}

.wayTogive::after {
    content: '';
    background: rgb(0 0 0 / 45%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
}

.wayTogive h5 {
    margin: 0;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    padding: 8px 17px;
    z-index: 9;
}

.wayTogiveText {
    padding: 10px 15px;
    margin-bottom: 50px;
}

.wayTogiveText .btn {
    position: absolute;
    bottom: 10px;
    left: 25%;
}

.wayTogiveText p {
    line-height: normal;
}



/* menu css */
nav ul,
nav li {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav a {
    display: block;
    text-decoration: none;
}

nav a:hover,
nav a:visited {
    text-decoration: none;
}

.menu-bar {
    background: #ffffff;
    display: flex;
}

.menu-link.menu-bar-link {
    font-size: 22px;
    color: #224a6f;
    border-radius: 5px;
    font-weight: 600;
}
.menu-link.menu-bar-link:hover {
    color:#41AB0D;
}

.menu-link {
    padding: 20px 25px;
    background: #ffffff;
    color: #234b70;
    transition: background .2s, color .2s;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 20px;
}

.menu-link i {
    font-size: 14px;
}

.mega-menu-header {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    color: #136a73;
}

.mega-menu {
    background: #ffffff;
    z-index: 10;
}

.mega-menu--multiLevel {
    flex-direction: column;
}

.EthicsWrapper .slick-prev {
    top: 46%;
}

.EthicsWrapper .slick-next {
    top: 45%;
}



@media all and (min-width: 951px) {
    .linkBg {
        background: #f4f8fc;
        text-align: left;
    }

    .nav nav,
    .nav {
        width: 100%;
    }

    .nav>nav {
        max-width: 800px;
        margin: 0 auto;
    }

    #mainMenu .menu.menu-list li .menu-link.menu-list-link {
        padding: 15px 20px !important;
    }

    #mainMenu .menu.menu-list li .menu-link.menu-list-link:hover,
    #mainMenu .menu.menu-list li .menu-link.menu-list-link:active,
    #mainMenu .menu.menu-list li .menu-link.menu-list-link:focus {
        background: #f0f3fc !important;
    }

    #mainMenu .menu.menu-list li .menu-link.menu-list-link:active:before {
        content: none;
    }

    .menu [aria-haspopup="true"]~ul {
        display: none;
        min-height: 402px;
    }

    .menu-bar {
        position: relative;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-bar>li>[aria-haspopup="true"]:focus~ul {
        display: flex;
        transform-origin: top;
        animation: dropdown .2s ease-out;
    }

    .menu-bar>li>[aria-haspopup="true"]~ul:hover,
    .menu-bar>li:focus-within>[aria-haspopup="true"]~ul,
    .menu-link:hover>[aria-haspopup="true"]~ul {
        display: flex;
    }

    .menu-bar>li>[aria-haspopup="true"]:focus:after,
    .menu-bar>li:focus-within>[aria-haspopup="true"]:after,
    .menu-bar>li:hover>a:after {
        background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowTop.svg#light');
    }

    .mega-menu {
        position: absolute;
        top: 114%;
        left: 0;
        right: 0;
        width: 660px;
        box-shadow: 0px 7px 7px 1px rgb(0 0 0 / 30%), 0px 7px 7px 1px rgb(225 222 222 / 30%);
        margin: 0 auto;
    }

    .menu-list {
        border-top: 2px solid #234b70;
    }

    .mega-menu:hover {
        display: flex;
    }

    .mega-menu a:hover {
        background: tint(#234b70, 85%);
        color: #234b70;
    }

    .mega-menu--multiLevel>li {
        width: 43.333333333333%;
    }

    .mega-menu--multiLevel>li>[aria-haspopup="true"]~ul {
        left: 43.333333%;
        width: 56.6%;
        z-index: -1;
    }

    .mega-menu--multiLevel>li>[aria-haspopup="true"]~ul li {
        text-align: left;
    }

    .mega-menu--multiLevel>li>[aria-haspopup="true"]~ul ul {
        width: 100%;
        left: 100%;
    }

    /* .mega-menu--multiLevel li:hover>[aria-haspopup="true"]~ul {
        display: block;
        transform-origin: left;
        animation: flyout .2s ease-out;
    } */

    /* .mega-menu--multiLevel li:focus-within>[aria-haspopup="true"]~ul {
        display: block;
    } */

    .mega-menu--multiLevel li:hover>[aria-haspopup="true"],
    .mega-menu--multiLevel li:hover>a,
    .mega-menu--multiLevel li:focus-within>[aria-haspopup="true"],
    .mega-menu--multiLevel li:focus-within>a {
        background: tint(#234b70, 85%);
        color: #136a73;
    }

    .mega-menu--multiLevel [aria-haspopup="true"]~ul,
    .mega-menu--multiLevel [aria-haspopup="true"] {
        border-left: 1px solid #f0f0f0;
    }

    /* .mega-menu--multiLevel [aria-haspopup="true"]~ul:hover,
    .mega-menu--multiLevel [aria-haspopup="true"]:hover {
        display: block;
    } */

    .mega-menu--multiLevel [aria-haspopup="true"]~ul {
        position: absolute;
        top: 0;
        height: 100%;
    }

    .mega-menu--flat>* {
        flex: 1;
    }

    .mobile-menu-trigger,
    .mobile-menu-header,
    .mobile-menu-back-item,
    .mobileBackBtn {
        display: none;
    }
}

@media all and (max-width: 950px) {
    .mobileBackBtn {
        display: block;
    }

    #backMenu.menu-link {
        padding: 10px;
        cursor: pointer;
    }

    #backMenu.menu-link i {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        /* margin: 8px 10px; */
        padding: 10px 12px;
        text-align: center;
        background: #cbd4f6;
        color: #234b70;
        font-size: 20px;
        border: 1px solid #234b70;
    }

    .menu-link.menu-bar-link {
        padding: 0;
    }

    #mainMenu .selected {
        margin-left: 0 !important;
    }

    .nav {
        padding: 20px;
    }

    .mobile-menu-trigger,
    .mobile-menu-header,
    .mobile-menu-back-item {
        display: block;
    }

    .mobile-menu-trigger {
        background: #234b70;
        color: #ffffff;
        border: 0;
        padding: 10px;
        font-size: 1.2em;
        border-radius: 4px;
    }

    .mobile-menu-header {
        order: -1;
        background: grey;
    }

    .mobile-menu-header a {
        padding: 20px 25px;
        color: #ffffff;
        visibility: visible;
    }

    /* .menu-bar {
        flex-direction: column;
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        width: 350px;
        max-width: 350px;
        max-width: 90%;
        overflow-x: hidden;
        transition: left .3s;
        box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.25);
        z-index: 9;
    } */

    /*.menu-bar>li>[aria-haspopup="true"]~ul {
        display: flex;
        flex-direction: column;
        background: #ffffff;
        position: absolute;
        left: 100%;
        top: 0;
        max-height: 100vh;
        width: 100%;
        transition: left .3s;
        height: 100vh;
        position: fixed;
        overflow-y: auto;
        overflow-x: hidden;
    }*/
    .menu-bar>li>[aria-haspopup="true"]~ul {
        display: flex;
        flex-direction: column;
        background: #ffffff;
        position: absolute;
        left: 100%;
        top: 0;
        /* max-height: 100vh; */
        width: 100%;
        transition: left .3s;
        height: 100vh;
        position: fixed;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 999;
        padding-bottom: 100px;
    }

    .menu-bar>li>[aria-haspopup="true"]~ul>li>[aria-haspopup="true"] {
        font-size: 1.2em;
    }

    .menu-bar>li>[aria-haspopup="true"]~ul>li>[aria-haspopup="true"]~ul a {
        padding-left: 40px;
    }

    .menu-bar>li>[aria-haspopup="true"]~ul>li>[aria-haspopup="true"]~ul>li>[aria-haspopup="true"]~ul a {
        padding-left: 80px;
    }

    .menu-bar>li>[aria-haspopup="true"]~ul [aria-haspopup="true"] {
        color: #2a2a2a;
    }

    .menu-bar>li>[aria-haspopup="true"]~ul [aria-haspopup="true"]:after {
        content: "";
        background: url(../img/down-arrow.png) no-repeat;
        background-size: 100% 100%;
        font-size: 1em;
        font-weight: normal;
        height: 20px;
        line-height: 1;
    }

    .menu-bar>li>[aria-haspopup="true"]~ul [aria-haspopup="true"]~ul {
        max-height: 0px;
        transform-origin: top;
        transform: scaleY(0);
        transition: max-height .1s;
    }

    .mega-menu-content {
        padding: 20px 25px;
    }

    .mobile-menu-back-item {
        order: -1;
    }

    .mobile-menu-back-item a {
        background: tint(grey, 70%);
        color: #2a2a2a;
        max-height: calc(1.4em + 50px);
        margin-top: calc(0px - (1.4em + 40px));
        pointer-events: none;
    }

    .mobile-menu-back-item a:before {
        content: "";
        width: 14px;
        height: 12px;
        background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowLeft.svg#default');
        background-size: 14px;
        margin-right: 10px;
        display: inline-block;
    }

    .mobile-menu-trigger:focus~ul {
        left: 0;
    }

    .menu-bar:hover,
    .menu-bar:focus-within {
        left: 0;
    }

    .menu-bar li a~span {
        display: none;
    }

    .menu-bar>li>[aria-haspopup="true"]:focus~ul {
        left: 0;
    }

    /* .menu-bar>li>[aria-haspopup="true"]~ul {
        margin-top: calc(1.4em + 40px);
    } */

    .menu-bar>li>[aria-haspopup="true"]~ul:hover,
    .menu-bar>li>[aria-haspopup="true"]~ul:focus-within {
        left: 0;
    }

    .menu-bar>li>[aria-haspopup="true"]~ul [aria-haspopup="true"]:focus~ul {
        max-height: 500px;
        animation: dropdown .3s forwards;
    }

    .menu-bar>li>[aria-haspopup="true"]~ul li:focus-within>[aria-haspopup="true"]~ul {
        max-height: 500px;
        transform: scaleY(1);
    }

    .menu-bar>li:focus-within~.mobile-menu-header a {
        visibility: hidden;
    }
}

@media all and (max-width: 950px) and (hover: none) {
    .mobile-menu-trigger:hover~ul {
        left: 0;
    }

    .menu-bar>li>[aria-haspopup="true"]:hover~ul {
        left: 0;
    }

    .menu-bar>li>[aria-haspopup="true"]~ul:hover {
        left: 0;
    }

    .menu-bar>li>[aria-haspopup="true"]~ul [aria-haspopup="true"]:hover~ul {
        max-height: 500px;
        animation: dropdown .3s forwards;
    }

    .menu-bar>li>[aria-haspopup="true"]~ul [aria-haspopup="true"]~ul:hover {
        max-height: 500px;
        transform: scaleY(1);
    }

    .menu-bar>li:hover~.mobile-menu-header a {
        visibility: hidden;
    }
}
@keyframes dropdown {
    0% {
        opacity: 0;
        transform: scaleY(0);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes flyout {
    0% {
        opacity: 0;
        transform: scaleX(0);
    }

    100% {
        opacity: 1;
        transform: scaleX(1);
    }
}

#mainMenu .selected {
    background: #cbd4f6;
    color: #234b70;
    margin-left: -2px;
    border-left: 4px solid #234b70;
    position: relative;
}

#mainMenu .selected:before {
    content: '';
    position: absolute;
    right: -14px;
    width: 0;
    top: 10px;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #cbd4f6;
}

.hasMenu .menu li a:before {
    content: none !important;
}

#mainMenu li a:hover,
#mainMenu li a:active,
#mainMenu li a:focus {
    background: #cbd4f6;
    color: #234b70;
}

.open {
    display: block !important;
}

.footer-menu {

    width: auto;
}

/* ========================================================== */
.setPage {
    display: none;
}

/* .modal-body {
    max-height: 85vh;
    overflow-y: auto;
    overflow-x: hidden;
} */
.modal-header h3 {
    color: #222;
    font-size: 24px;
    margin: 0;
    font-weight: 700;
    padding: 0 15px;
}

.previous-page,
.next {
    margin-top: -2px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
}

/* carousel fade css */
.carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity;
}

/* carousel fade css end */
#openCloseModal .modal-content {
    border-radius: 0;
}

.login h3,
.loginbox h3 {
    font-weight: 600;
    margin-bottom: 40px;
}

.modalTabs {
    background: #1a4a73;
    color: #fff;
    width: 100%;
    margin: 0 auto;
}

.modalTabs>li {
    width: 48%;
    text-align: center;
    margin-top: 0;
}

.modalTabs>li.seperator {
    width: 4%;
    display: flex;
    align-items: center;
    font-weight: 600;
    justify-content: center;
    color: #fff;
}

.modalTabs>li>a {
    padding: 15px;
    border-radius: 0 !important;
    margin-right: 0 !important;
    color: #ddd;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.4px;
}

.modalTabs>li.active>a {
    position: relative;
}

.nav-tabs.modalTabs>li.active>a,
.nav-tabs.modalTabs>li.active>a:hover,
.nav-tabs.modalTabs>li.active>a:focus {
    background-color: transparent !important;
    border: 0;
    color: #fff;
}

.modalTabs>li.active>a:after {
    content: '';
    width: 30%;
    height: 2px;
    position: absolute;
    bottom: 7px;
    background: #fff;
    left: 35%;
}

.nav.modalTabs>li>a:hover,
.nav.modalTabs>li>a:focus {
    color: #222;
}

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

.arrowArea ul li {
    list-style: none !important;
}

.arrowArea .arrowImg {
    background: url(../img/arrow_bgBlue.png) no-repeat;
    background-size: 100% 100%;
}

/* .arrowArea .arrowImg{
    background: url(../img/green-option4.png) no-repeat;
    background-size: 100% 100%;
} */
.arrowArea .arrowImgblurred {
    width: 180px;
    height: 117px;
}

.arrowArea .arrowImgActive {
    width: 200px;
    height: 137px;
}

.insidePages ul li.arrowImg {
    display: inline-block;
    margin: 10px;
}

.insidePages ul li.arrowImg:before {
    content: none;
}

.arrowArea .arrowImgActive .circleTxt {
    left: -10px;
    background: #234b70;
    color: #fff;
    border-radius: 100%;
    width: 85px;
    height: 85px;
    border: 2px solid;
    position: absolute;
    top: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.arrowArea .arrowImgblurred .circleTxt {
    left: 0;
    background: #adc2e5;
    color: #fff;
    border-radius: 100%;
    width: 65px;
    height: 65px;
    border: 2px solid;
    position: absolute;
    top: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
}

.arrowArea .arrowImgblurred .arrowTxt {
    top: 35px;
    color: #666;
}

.arrowArea .arrowImgActive .arrowTxt {
    right: 35px;
    color: #444;
}

.arrowArea .arrowTxt {
    position: absolute;
    right: 28px;
    top: 45px;
    font-weight: 600;
    font-size: 17px;
    height: 50px;
    display: flex;
    align-items: center;
}

.numbers {
    position: relative;
    padding: 10px;
    width: 100%;
    min-height: 300px;
}

.numbers .numSec {
    background-color: #234b70;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    text-align: center;
    position: absolute;
    border: 2px solid #fff;
    padding: 30px 10px;
}

.numbers .numSec p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-align:center;
}

.numbers .numSec .counts {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.eyesurgeryCircle {
    top: 22px;
    left: calc(100% - 290px);
}

.retinoCircle {
    top: 120px;
    left: calc(100% - 360px);
}

.corneaCircle {
    top: 120px;
    left: calc(100% - 220px);
}

p.outcomeTxt {
    position: absolute;
    bottom: -10px;
    left: calc(100% - 320px);
    font-weight: 700;
    color: #1c1b1b;
    font-size: 20px;
}

.sectionBg {
    background: #fbfcff;
}

.heartBg img {
    margin-bottom: 20px;
    border-radius: 5px;
    max-height: 240px;
}

.heartCount {
    background: url(../img/heart-count.png) no-repeat;
    background-size: 100% 100%;
    width: 300px;
    height: 300px;
    position: relative;
    margin: 0 auto;
}

.heartCount+h3 {
    font-weight: 600;
    margin-top: 0;
}

.heartCount .heartCountTxt {
    position: absolute;
    top: 7%;
    left: 43%;
    width: 150px;
    display: flex;
    height: 140px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
}

.heartCount .heartCountTxt p {
    color: #fff;
    font-size: 18px;
}

.peopleCare {
    width: fit-content;
    display: flex;
    justify-content: end;
    text-align: center;
    padding: 5px 10px;
}

.peopleCare .peopleCareContent {
    display: flex;
    align-items: center;
    border-radius: 35px;
    border: 1px solid #234b70;
    background: #234b70;
}

.peopleCare .peopleCareContent p {
    color: #fff;
    padding: 0px 20px 0 5px;
}

/* .peopleCare .peopleCareContent img {
    background: #f3f7fb;
    border-radius: 100%;
    padding: 6px;
} */
.peopleCare .peopleCareContent img {
    background: #fff;
    border-radius: 0;
    padding: 0;
}

.donor-search-logo{
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    overflow: hidden;
    border: 0px solid transparent;
    margin: 5px;
}


.heartSlider {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 55px 0px;
    padding: 6px 2px 0 2px;
    border: 5px solid #0000c9;
}

/* .heartSlider .heartImg {
    width: calc(100% / 6 - 6px);
    text-align: center;
    position: relative;
    left: 0px;
    display: block;
    margin: 0px auto 6px auto;
    height: calc(420px /3);
    overflow: hidden;
    height: auto;
} */

.heartSlider .heartImg {
    width: calc(100% / 9 - 6px);
    text-align: center;
    position: relative;
    left: 0px;
    display: block;
    margin: 0px auto 6px auto;
    height: calc(420px /3);
    overflow: hidden;
    border: 4px solid #eeeeee;
    border-left-width: 6px;
    border-right-width: 6px;
}

.imageName {
    display: block;
    position: absolute;
    bottom: -2px;
    background: #eee;
    width: 100%;
    padding: 1px;
    margin: 0px auto;
}

@media screen and (min-width:1400px) {
    .heartSlider .heartImg {
        height: 10.6vw;
    } 
    .heartSlider .heartImg a {
        display: inline-block;
        width: 100%;
        height: 100%;
    } 
    .heartSlider .heartImg a img {
        height: 9.8vw;
    }
    .imageName {
        font-size: .92vw;
      }
    .banner-Wrapper .heartSliderTxt {
        font-size: 2.48vw;
      }
      .tagline {
        font-size: 1.1vw !important;
      }
}

.heartImg img {
    height: calc(420px / 3);
    width: 100%;
    margin: 0px auto;
    object-fit: cover;
    object-position: center;
}

/*.heartImg img {
    height: calc(420px / 3);
    width: 100%;
    margin: 0px auto;
    object-fit: cover;
    object-position: center;
    max-width: 182px;
    max-height: 113px;
    object-fit: fill;
}*/
/* .heartImg img {
    background: #eee;
    height: calc(420px / 3);
    width: 100%;
    margin: 0px auto;
    object-fit: contain;
    object-position: center;
    height: 150px;
} */

.heartSliderTxt {
    text-align: right;
    font-weight: 500;
    color: #0000c9;
    font-size: 42px;
    margin-right: calc(100% - 96%);
    letter-spacing: 1.2px;
    /* text-align: right;
    font-weight: 500;
    color: #0000c9;
    font-size: 42px;
    margin-right: calc(100% - 96%);
    letter-spacing: 1.2px;
    width: 95%; */
}
/* .carousel-caption {
    left: inherit;
    right: 0px;
    padding-bottom: inherit;
    top: -25px;
} */
.item:first-child .heartSliderTxt{
    margin-bottom: -32px;
    position: relative;
    z-index: 1;
    margin-top: 0 !important;
}
.nbs-flexisel-item .partnersSec img {
    margin: 10px auto;
}
.homeSliderTxt{
    top: -20px;
    right: 0;
    text-shadow: none;
}

.contentImg {
    height: 350px;
    overflow: hidden;
    border-radius: 5px;
}
.contentImg .aryaImg, .contentImg .gurudwareImg{
    object-fit: cover;
    width:100%;
}
.stepperWrapper {
    /* padding: 40px 0 10px 0; */
    padding: 0 0 10px 0;
}

.donerStepper {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
}

.donerStepper li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.333%;
    padding-left: 0;
    position: relative;
}

.donerStepper li::after {
    content: '';
    background: #e3e8ee;
    height: 2px;
    width: 93%;
    position: absolute;
    top: 18px;
    z-index: 2;
    left: 50%;
}

.donerStepper li:before {
    display: none;
}

.donerStepper li:last-child:after {
    display: none;
}

.donerStepper li label {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background: #e3e8ee;
    color: #234b70;
    border-radius: 100%;
    position: relative;
    z-index: 9;
}

.donerStepper li.stepDone label {
    background: #234b70 url(../img/check-white.png) no-repeat;
    background-size: 15px;
    background-position: center;
    text-indent: -999px;
    overflow: hidden;
}

.donerStepper li.stepDone::after {
    background: #234b70;
}

.donerStepper li.stepActive label {
    background: #234b70;
    color: #fff;
}

.donationFormWrapper {
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid #dce4ec;
    padding: 25px 35px 35px 35px;
    margin-top: 15px;
}

.donationFormWrapper h4 {
    color: #234b70;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 22px 0;
    letter-spacing: 0;
    line-height: 22px;
    border-bottom: 1px solid #f0f2f4;
    padding-bottom: 12px;
}

.donationFormWrapper h4 strong {
    font-weight: 700;
    display: block;
    padding-bottom: 5px;
    font-size: 18px;
}

.bg-grey {
    background: #f9fbfc;
    border: 1px solid #dee4e8;
}

.ortext {
    position: relative;
    top: 20%;
}

.ortext span {
    display: flex;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    font-size: 13px;
    background: #e3e8ee;
    color: #234b70;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    border: 2px solid #fff;
}

.ortext::after {
    content: '';
    position: absolute;
    background: #dee4e8;
    width: calc(100% + 20px);
    height: 2px;
    top: 50%;
    z-index: 9;
    left: -10px;
}

.paymentBtn {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
}

.paymentBtn form {
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid #dce4ec;
    padding: 20px;
    margin-top: 20px;
    min-height: 165px;
    width:50%;
}

.paymentBtn 
 input[type="image"] {
    width: 157px;
    height: 37px!important;
    object-position: top;
    object-fit: contain;
}

.paymentBtn.easeBuzz form {
    width: 100%;
    text-align: center;
}

.paymentBtn form p {
    color: #234b70;
    margin-bottom: 18px;
    line-height: 22px;
    letter-spacing: .1px;
}

.forEyeSurgeries,
.forHeartSurgeries,
.forCharitable,
.forAdmin {
    border: 0px solid #dee4e8 !important;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin: 20px 0;
}

.forEyeSurgeries .contentSec,
.forHeartSurgeries .contentSec,
.forCharitable .contentSec,
.forAdmin .contentSec {
    padding: 20px;
}

.forEyeSurgeries table,
.forEyeSurgeries table tr th,
.forEyeSurgeries table tr td,
.forHeartSurgeries table,
.forHeartSurgeries table tr th,
.forHeartSurgeries table tr td {
    border: 1px solid #eeeeee !important;
    padding: 8px 10px;
}


.feildMssg {
    position: absolute;
    font-size: 10px;
    color: #c70707;
    font-weight: 600;
}



.eyeSurgeries {
    text-align: left;
    font-size: 14px;
    background: #234b70;
    color: #FFF;
    padding: 12px 15px;
}

.forEyeSurgeries table tr th:first-child,
.forHeartSurgeries table tr th:first-child {
    text-align: left;
}

.forEyeSurgeries table tr th,
.forHeartSurgeries table tr th {
    font-weight: 500;
    font-size: 14px;
}

.heartSurgeries {
    text-align: left;
    font-size: 14px;
    background: #c70707;
    color: #FFF;
    padding: 12px 15px;
}

.admin {
    text-align: left;
    font-size: 14px;
    background: #e8c102;
    color: #FFF;
    padding: 12px 15px;
}

.charitable {
    text-align: left;
    font-size: 14px;
    background: #329542;
    color: #FFF;
    padding: 12px 15px;
}

.purpose {
    font-size: 18px;
    color: #234B70;
    padding: 20px 2px;
    margin: 15px 0;
    font-weight: bold;
    border-radius: 4px;
    border: 1px dashed #234B70;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.righSideDonar {
    padding-left: 40px;
}

.borderedTable {
    border: 1px solid #ffffff;
    height: 45px;
    font-weight: 14px;
}

.headerTable {
    background: #85a1c3;
    font-size: 16px;
    font-weight: normal;
    /* color: #FFF; */
}

/* Donate button css  */
.backButtonsec {
    position: absolute;
}



/* thank you page ui  */
.thankyouWrapper {
    height: calc(100vh - 216px);
}

.thankyouWrapperContent {
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    padding: 20px;
    margin: 30px auto;
    width: 60%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.thankyouWrapper .heading {
    font-weight: 700;
    color: #234b70;
}

.thankyouWrapper .donationInfo {
    width: 70%;
    margin: 0 auto;
}

.thankyouWrapper .donationInfo .table {
    margin: 40px 0 20px;
}

.thankyouWrapper .donationInfo tr td {
    text-align: left;
    padding: 10px 15px;
    height: auto;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
}

.loader {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    z-index: 9;
    display: none;
    align-items: center;
    justify-content: center;
}


.donateArea {
    width: 70%;
    margin: 0 auto;
}

.indianDonateContent {
    border: 3px solid #ed7d31;
    text-align: center;
    padding: 10px;
    border-radius: 2px;
    margin: 20px;
    position: relative;
}

.indianDonateContent .heading {
    font-size: 22px;
    font-weight: 500;
}

.foreignDonateContent .heading {
    font-size: 22px;
    font-weight: 500;
    color: #0070c0;
}

.indianDonateContent .subTxt,
.foreignDonateContent .subTxt {
    color: #000;
    font-weight: 500;
}

.indianDonateContent .subBtn,
.foreignDonateContent .subBtn {
    font-size: 16px;
    color: #000;
    display: inline-block;
}

.foreignDonateContent {
    border: 3px solid #0070c0;
    text-align: center;
    padding: 10px;
    border-radius: 2px;
    margin: 20px;
    position: relative;
}

.foreignDonateContent.donateButtonUSAContent {
    border-color: #548235;
}

.foreignDonateContent.donateButtonUSAContent .heading {
    color: #41AB08;
}

.foreignDonateContent.donateBtnOthContent {
    border-color: #bcbcbc;
    min-height: 120px;
}

.foreignDonateContent.donateBtnOthContent .heading {
    color: #000;
}

.advantageSec .advantageSecLinks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

.advantageSec .advantageSecLinks a {
    color: #0070c0;
}

.advantageSec ul li:first-child {
    color: #1a4a73 !important;
    font-weight: 600;
}

.advantageSec ul li:first-child:before {
    background: url(../img/check2.png) no-repeat;
    background-size: 100% 100%;
}

.curencyIcon {
    position: absolute;
    max-width: 30px;
    left: 20px;
}

.curencyIcon2 {
    max-width: 20px;
}

.paginationSec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.paginationSec #pagination .setPaginate {
    margin-bottom: 0;
}

#goToForm {
    display: flex;
    align-items: center;
    max-width: 280px;
    gap: 5px;
}

#goToForm input {
    min-width: 40px;
    max-height: 30px;
    max-width: 76px;
    padding: 0 5px;
}

#goToForm .mainBtn {
    min-width: 60px;
    padding: 2px;
}

.carousel-inner{
	z-index:1;
	width:100%;
	margin:0 auto;
}
.carousel-control{
	z-index:0;
}

.form-control::-webkit-input-placeholder {
    color: #acb6c0;
    font-style: normal;
}

@media (max-width:767px){
    .youtubeContenttLeft p {
        padding-left: 0;
    }
}
@media (max-width:991px){
	.imageName{ display:none;}
	.carousel.slide.koshikabnr.koshikaHomeBanner .carousel-control.left{ left:-5px;}
	.carousel.slide.koshikabnr.koshikaHomeBanner .carousel-control.right{ right:0px!important;}
	.banner-Wrapper #myCarousel .carousel-control.right{ right:0px;}
	.carousel-control.right{ margin-right:0px!important;}
	.heartSlider{ overflow:hidden;}
	.heartImg img{ height:130px;}
    #myCarousel .carousel-inner .item:nth-child(2) > img, 
    #myCarousel .carousel-inner .item:nth-child(1) > img{
        height:100%!important;
    }
    .buttonArea{ width:auto;}
}
