/*-----------------
    Fonts
-----------------------*/
@font-face {
    font-family: 'georgiaregular';
    src: url('../fonts/georgia_regular_font.woff2') format('woff2'),
         url('../fonts/georgia_regular_font.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'georgiabold';
    src: url('../fonts/georgia_bold.woff2') format('woff2'),
         url('../fonts/georgia_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*-----------------
    Header
-----------------------*/
.btn-signin {
    background: #FF8923;
    color: #fff;
    border: 1px solid #FF8923;
    padding: 8px 36px;
    border-radius: 25px;
    z-index: 9;
}
.wilist-tagimg {
    height: 200px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}
.search-organ-img .wislist-imgtag {
    height: 235px;
    width: 100% !important;
}
.wilist-wrapper {
    position: relative;
    border: 1px solid #e9ecef;
    border-right: 40px solid #01d495;
    padding: 0 10px;
}
.wilist-wrapper h3 {
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: absolute;
    bottom: 15px;
    left: 0;
    margin-left: -30px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
@keyframes blinker {
    50% {
      opacity: 0;
    }
}
.blink_me {
    animation: blinker 1s linear infinite;
}
.btn-signup:hover {
    background: transparent;
    color: #0A315A;
}
.btn-signup {
    border: 1px solid #0A315A;
    padding: 8px 34px;
    border-radius: 25px;
    color: #fff;
    background: #0A315A;
}
.brand-flow ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.brand-flow ul li img {
    width: 120px;
}
.header-transnew {
    display: block;
    width: 100%;
    z-index: 9999;
    height: auto;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    padding: 0;
    box-shadow: none;
    background: #fff;
}
.whyussections.text-center.text-paraleft {
    padding-left: 50px;
}
.header-transnew .header-nav {
    background: transparent;
    padding: 0;
}
/*.banner-sections {
    padding: 30px 0;
    background: url(../img/bannerbackground.png);
    background-repeat: no-repeat;
    background-position: top 40% left;
    background-size: cover;
}*/
.playicon {
    position: absolute;
    right: 42%;
    top: 42%;
}
.playicon span {
    width: 100px;
    height: 100px;
    border: 4px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.funding-platform h3 {
    color: #424242;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.5em;
    margin-bottom: 20px;
    font-family: "Raleway", Sans-serif;
}
.funding-platform-img {
    text-align: center;
}
.funding-platform-img img {
    width: 70%;
}
.funding-platform p {
    font-size: 16px;
    margin-bottom: 24px;
}
.btn-newsearch {
    color: #FFFFFF;
    padding: 13px 22px;
    background: linear-gradient(130deg, #FF926B 50%, #FF926B 100%);
    margin: 0px 0px 0px 0px;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s;
    position: relative;
    top: 0;
    box-shadow: 0px 8px 15px -5px rgb(0 0 0 / 23%);
}
.bannerhead h2 {
    font-size: 35px;
    margin-bottom: 35px;
    font-weight: 600;
    
    color: #0C3653;
}
.productcontent{
    margin-bottom: 30px;
}
.donation-list ul {
    margin-bottom: 35px;
}
.donation-list ul li {
    font-size: 16px;
    margin-bottom: 15px;
    color: #0C3653;
    font-weight: 600;
}
.btn-fund {
    background: #fc8543;
    padding: 20px 45px;
    color: #fff;
    font-size: 18px;
    border-radius: 0;
    transition: all 0.5s;
    font-weight: bold;
}
.bannerimgsa img {
    max-width: 100%;
    border-radius: 20px 10px;
}
.why-us-sections {
    padding: 100px 0;
}
.whyussections h2 {
    font-size: 35px;
    margin-bottom: 35px;
    font-weight: 600;
    
    color: #0C3653;
}
.whyussections p {
    font-size: 16px;
    margin-bottom: 60px;
    color:#8B8E8F;
}
.oragans-bg {
    height: 225px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.btn-aboutsas {
    background: #fc8543;
    color: #fff;
    font-size: 18px;
    padding: 15px 35px;
    border-radius: 0;
    font-weight: 600;
    transition: all 0.5s;
}
.oragans-set {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 16px 17px rgb(235 241 245 / 55%);
}
.oragans-bg {
    height: 225px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.why-us-organization {
    background: #FFFDFB;
    padding: 100px 0;
}
.explores-set {
    background:  #FF926B url(../img/bg-set1.png) no-repeat 0 0 /100%;
    text-align: center;
    padding: 85px 0;
    border-radius: 20px;
}
.btn-newsearch:hover {
    background: linear-gradient(130deg, #FF926B 50%, #FF6098 100%);
    color: #fff;
    top: -5px;
    border-radius: 5px;
}
.explores-set h2 {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}

.explores-set p {
    font-size: 16px;
    color: #fff;
    max-width: 710px;
    margin: auto;
    margin-bottom: 24px;
}
.cash-donations ul {
    display: flex;
}
.cash-donations img {
    border-radius: 16px;
}
.brand-flow img {
    width: 150px !important;
}
.cash-donations ul li:last-child {
    margin-top: 70px;
    padding-left: 15px;
}
.nonprofit h5 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5em;
    margin-bottom: 25px;
    font-family: "Raleway", Sans-serif;
}
.nonprofit {
    padding-top: 25px;
}
.nonprofit p {
    margin-bottom: 24px;
    font-size: 16px;
}
.nonprofitlist span.elementor-icon-list-icon {
    color: #1EA5FC;
    margin-right: 15px;
}
.nonprofitlist ul li {
    margin: 0 0 30px;
}
.nonprofitlist ul li span {
    font-size: 16px;
}
.nonprofitlist {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.nonprofitlist ul li:last-child {
    margin: 0;
}
.btn-bgwhitenew {
    padding: 13px 22px;
    background: #ffff;
    color: #FF926B;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    position: relative; 
    top: 0;
    transition: all 0.3s;
}
.btn-bgwhitenew:hover {
    top: -5px;
    border-radius: 5px;
    position: relative;
}
.slider-service .owl-nav {
    display: none !important;
}
.page-heads {
    text-align: center;
    margin-bottom: 50px;
}
.page-heads h3 {
    color: #1E66C9;
    font-family: "Open Sans", Sans-serif;
    font-size: 59px;
    font-weight: 700;
    line-height: 88px;
}
.page-heads p {
/*    width: 640px;*/
    margin: auto;
    max-width: 100%;
    color: #0C3653;
    font-size: 16px;
    

}
.oragans-setimg img {
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
}
.oragans-setimg {
    overflow: hidden;
}
.oragans-bg {
    height: 225px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
}
.oragans-bg:hover {
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.oragnes-listb {
    padding: 20px;
    height: 140px;
}
.oragans-set:hover .btn-visitnwe
{
    background: #0C3653;
}
.oragnes-listb h6, .wishlists-content h6 {
    color: #1E66C9;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    
}
.oragnes-listb h5 {
    color: #0C3653;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    
    font-weight: 600;
    font-size: 18px;
}
.oragans-set:hover {
    box-shadow: 0 5px 3px rgb(0 0 0 / 20%);
}
.oragnes-listb p {
    color: #AEB2B4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin:0;
}
.oragans-setcontentbtn {
    text-align: right;
}
.btn-visitnwe {
    background: #1E66C9;
    color: #fff;
    padding: 3px 36px;
    font-size: 24px;
    border-radius: 0;
}
.btn-visitnwe:hover{
    background: #0A315A;
    color: #fff !important;
}
.popularview {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
    width:100%;
}
.popularview:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(11,49,75,0.5);
    z-index: 1;
}
.popularviewimg img {
    width: 100%;
    transition: all 0.5s;
    height: 370px;
}
.oragnes-listbs {
    padding: 10px 35px;
}
.oragans-setcontents {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width:100%;
    padding: 15px 0;
}
.oragnes-listbs h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.oragnes-listbs p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.popularview:hover .popularviewimg img {
    transform: scale(1.2);
}
.popularviewcontent::after {
    background: rgba(255,255,255,0.8);
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    bottom: 0px;
    transition: all 0.5s;
    z-index: -1;
}
.popularview:hover  .popularviewcontent::after {
    height: 120px;
    z-index: 9;
}
.popularview:hover .oragnes-listbs h5,
.popularview:hover .oragnes-listbs p{
    color: #333;
}
.logo-foots {
    text-align: center;
}
.logo-foots > img {
    max-width: 100%;
    margin-bottom: 25px;
}
.logo-foots p {
    color: #747474;
    font-size: 16px;
}
.logo-foots ul {
    display: flex;
    margin: 15px 0 25px;
    flex-wrap: wrap;
    justify-content: center;
}
.footerlinks {
    text-align: center;
}
.logo-foots ul li {
    margin-right: 10px;
}
.table-inputs input[type="tel"] {
    width: 220px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    height: 40px;
    text-align: right;
    padding: 0 15px 0 20px;
}
.table-inputs {
    position: relative;
}
.table-inputs  label {
    position: absolute;
    left: 11px;
    top: 9px;
}
.logo-foots ul li a {
    background: #0A315A;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
}
.footerlinks h2 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #747474;
    font-weight: 600;
}
.footerlinks li {
    margin-bottom: 25px;
}
.footerlinks li a {
    font-size: 16px;
    color: #4B647E;
    font-weight: 300;
}
.footer-scetions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-sociallinks ul {
    display: flex;
    align-items: center;
}

.footer-scetions .footer-sociallinks {
    margin: 0;
}

.footer-scetions {
    margin-top: 20px;
    border-top: 1px solid #d5d5d5;
    padding-top: 30px;
}
.footers{
    background: #FFFDFB;
    padding: 75px 0px 50px;
}
.subscribtionset {
    padding: 200px 0;
}
.subscripitonset {
    width: 100%;
    background: #fff;
    box-shadow: 0 17px 16px rgb(0 0 0 / 5%);
    padding: 100px 0;
    text-align: center;
    z-index: 8;
}
.subscripitonset h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #0C3653;
    
}
.subscripitonsetinput {
    width: 60%;
    margin: auto;
}
.subscripitonsetinput {
    display: flex;
    align-items: center;
    justify-content: center;
}
.subscripitonsetinput input[type="text"] {
    width: 60%;
    height: 90px;
    border: 0;
    background: #F9FBFB;
    padding: 0 35px;
    border-radius: 10px 0 0 10px;
    font-size: 20px;
}
.btn-subscription {
    width: 40%;
    background: #1E66C9;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    border-radius: 0 10px 10px 0;
    transition: all 0.5s;
}
.image-bbg {
    position: relative;
    width: 100%;
}
img.bgs1 {
    position: absolute;
    left: -100px;
    top: -130px;
    animation: spin 50s linear infinite;
    z-index: -1;
}
img.bgs2 {
    position: absolute;
    right: -100px;
    top: 230px;
    animation: spin 10s linear infinite;
    z-index: -1;
}
.btn-fund:hover,
.btn-aboutsas:hover {
    box-shadow: inset 300px 0 0 0 #fff !important;
    -webkit-text-fill-color: #ff9b44;
}
.subscripitonset:hover .btn-subscription img {
    transform: rotate(65deg);
    transition: all 0.5s;
}
.subscripitonset:hover .btn-subscription {
    box-shadow: inset 300px 0 0 0 #f3bb8a;
    -webkit-text-fill-color: #fff;
}
@keyframes spin { 
    100% 
    { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
        } 
    }
.btn-box-shadow{
    box-shadow: 0 15px 29px rgba(249,129,105,0.6);
    transition: all 0.5s;
}
.fs-14{
    font-size: 14px !important;
}
.logo-foots ul li a:hover {
    background: #1E66C9;
}
.footerlinks li a:hover {
    color: #1E66C9;
}
img.bgs3 {
    position: absolute;
    right: 0;
    top: 100px;
}
img.bgs3 {
    position: absolute;
    right: 0;
    top: -30px;
    width: 170px;
}
img.bgs4 {
    position: absolute;
    top: -250px;
}
img.bgs5 {
    position: absolute;
    right: 0;
    top: -350px;
}
img.bgs6 {
    position: absolute;
    left: 0;
    top: -270px;
}
.events-path {
    margin: 0 0 50px;
}
.events-path ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.events-path ul li {
    min-width: 20%;
    padding-left: 40px;
    padding-bottom: 30px;
}
.events-path ul li {
    padding-left: 0;
}
.events-path ul li a {
    background: #0A315A;
    color: #fff;
    min-width: 110px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
}
.organizationnew .oragans-set {
    box-shadow: 0 3px 2px rgb(0 0 0 / 16%);
}
.loginviewimg {
    width: 100%;
    background: #1E66C9;
    text-align: center;
    padding: 175px 0;
}
.loginviewimg img {
    width: 80%;
    margin: auto;
}
.loginview {
    margin: 75px 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.loginviewcontent {
    padding: 0 50px;
}

.loginviewcontent h2 {
    color: #28A36D;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}
.signininputs {
    margin-bottom: 15px;
}
.loginviewimg.loginregister {
    padding: 130px 0;
}
.signininputs label {
    display: block;
    margin: 0 0 5px;
}
.signininputs input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 3px solid #E7E7E7;
    border-radius: 10px;
}
.signininputs input:hover {    
    box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
}
.frgtpwdlink {
    font-weight: 600;
}
.signininputbtn {
    margin: 15px 0;
}
.btnlogin-btn {
    width: 100%;
    background: #1E66C9;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
}
.signininputregister {
    text-align: center;
}
.signininputregister h6 {
    font-size: 16px;
}
.signininputregister h6 a {
    color: #1E66C9;
}
.signintext{
    color: #1E66C9;
}
.signininputs input:focus {
    border-color: #1E66C9;
}
.btnlogin-btn:hover {
    box-shadow: inset 400px 0 0 0 #fff;
    -webkit-text-fill-color: #1E66C9;
}
#countdown {
    margin-top: 25px;
    width: 100%;
    font-size: 18px;
    color: #1E66C9;
}
.profile-imgb {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: -90px;
    padding-left: 30px;
}
.profilepic img {
    width: 175px;
    height: 175px;
    margin-right: 15px;
    border: 3px solid #E4E6EB;
    border-radius: 50%;
    background: #f5f5f5;
    min-width: 175px;
}
.profilename {
    position: relative;
    top: 60px;
}
.profilename h6 {
    font-size: 23px;
    position: relative;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.location-share {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 35px;
}

.location-share ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    margin-right: 35px;
}

.location-share ul li a {
    background: #E4E6EB;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.location-share ul li {
    margin-right: 25px;
}
.btn-donatnew {
    background: #1E66C9;
    min-width: 146px;
    color: #fff;
    font-weight: 600;
    padding: 7px 10px;
    transition: all 0.5s;
}
.logo-foots > a > img {
    margin-bottom: 15px;
    display: inline-block;
    width: 200px;
}
.header-navbar-rht li a.btn {
    font-size: 15px;
    padding: 13px 10px;
    font-weight: 700;
}
.paraknown p{
    font-size: 16px;
    margin-bottom: 15px
}
h4.card-titles {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
    color: #000;
}
.profilename label.badge.badge-danger {
    background: transparent !important;
    color: #ff0100 !important;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
}
.wilist-tag {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wilist-tag h6 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
section.coverphoto-set {
    padding-top: 70px;
}
.organzization-coverphoto img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}
.organzization-coverphoto {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.organization-section .organ-cover-photo {
    height: auto;
}
.wilist-tagimg img {
    width: 100%;
    height: 200px;
}
.wiislist-lists {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d5d5d5;
}
.btn-filters {
    background: #E4E6EB;
    font-weight: 600;
}
.wilist-tagname {
    padding-top: 25px;
}
.wiislist-scroll {
    position: relative;
    max-height: 860px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

  .header-navbar-rht li a.active,
  .header-navbar-rht li.active a {
    color: #FC8543;
}
.wilist-tagname h2 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
    
}
.wilist-tagname .progress-bar {
    background: #1E66C9;
    font-size: 9px;
    font-weight: 700;
    animation: spins 0.5s linear ;
    transition: all 0.5s;
}
.page-sevtion {
    padding: 50px 0;
}
.wilist-tagname .progress {
    height: 12px;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #EFEFEF;
}
.raisedset ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.raisedset h5 {
    font-size: 14px;
    font-weight: 700;
}
.progess-bar-reaised-set {
/*    padding: 0 50px;*/
}
.raisedset h6 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
}
.wilistpar p {
    font-size: 14px;
    font-weight: 600;
}
.basedset {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #CCCED2;
}
.font-share ul {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    flex-wrap: wrap;
}
.font-share ul li {
    padding-right: 30px;
}
.font-share ul li a i {
    margin-right: 5px;
}
.font-share ul li span i {
    margin-right: 5px;
}
/*.likedset i {
    color: #FF0707;
}*/
.form-table-views ul {
    display: flex;
    flex-wrap: wrap;
}
.form-table-views ul li {
    width: 25%;
    color: #000;
    font-size: 14px;
    padding: 15px;
}
.form-table-views {
    border: 1px solid #d5d5d5;
    margin-bottom: 40px;
}
.form-table-views ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
ul.form-table-views-head li {
    background: rgba(252, 133, 67, 0.06);
    padding: 20px 12px;
    font-weight: 700;
}
.form-table-views ul li:nth-child(1) {
    width: 10%;
}
.form-table-views ul li:nth-child(2) {
    width: 10%;
}
.form-table-views ul li:nth-child(3) {
    width: 50%;
}
.form-table-views ul li:nth-child(4) {
    width: 15%;
}
.form-table-views ul li:nth-child(5) {
    width: 15%;
}
.form-table-views .checkmarks{
    top:0;
}
.payment_support_content{
    font-style: italic;
    font-size: 13px;
}
@keyframes spins { 
    0%{ 
        width: 0;
        } 
    100%{ 
        width: auto;
        } 
    }
.socail-share ul {
    display: flex;
    align-items: center;
    justify-content: end;
}
.socail-share ul li {
    margin-left: 20px;
}
ul.justify-content-centers {
    justify-content: center;
}
.list-products .product-img {
    width: 30%;
}
.list-products .product-content {
    width: 70%;
    padding-left: 25px;
}
.list-products {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d5d5d5;
    padding: 20px 0;
}
.list-products .product-img {
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    padding: 5px;
    height:190px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.list-products .product-img img{
    height: 100%;
}
.list-products .product-content p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-products .wilist-tagname {
    padding: 10px 0;
    width: 100%;
}
.list-products .wilist-tagname .progress-bar {
    background: #0A315A;
}
.list-products:last-child {
    border: 0;
    padding-bottom: 0;
}
.comment-setview {
    padding: 0 0 15px 15px;
}
.comment-heads {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.comment-heads img,
.comment-headsimg img,
.comment-headsimg i {
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    padding: 2px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comment-heads span {
    font-weight: 600;
    font-size: 16px;
    padding: 0 10px 0 0;
}
.comment-headmessage {
    margin-bottom: 10px;
}
.comment-section {
    border-bottom: 1px solid #d5d5d5;
    padding: 15px 0 0;
}
.comment-section:last-child {
    border: 0;
}
.commant-scroll {
    overflow: auto;
    max-height: 675px;
}
.product-scroll {
    overflow: auto;
    max-height: 760px;
}
.breadcrumb{
    margin-bottom: 0px;
}
.page-sevtion h2 {
    font-family: 'Mulish';
}
.page-sevtion .font-share ul li {
    flex-wrap: wrap;
}
.page-sevtion .font-share ul {
    justify-content: space-between;
}
h2.breadcrumb-title {
    color: #FF8923;
    font-size: 24px;
    margin: 0;
}
.page-sevtion .socail-share ul li a:hover img {
    transform: scale(1.4);
}
.page-sevtion .socail-share ul li a img {
    transition: all 0.5s;
}
.btn-donatnew:hover {
    box-shadow: inset 300px 0 0 0 #fff;
    -webkit-text-fill-color: #ff9b44;
}
.page-sevtion h4.card-titles {
    font-size: 24px;
}
.cutomizepop .multiselect-container.dropdown-menu.show {
    height: 200px;
    overflow: auto;
}

.webnone{
    display: none;
}
.subscripitonsetinput input[type="text"]:focus {
    border: 1px solid #1E66C9;
}
.location-share ul li a:hover {
    background: #1E66C9;
    color: #fff !important;
}
.socail-share a:hover img {
    transform: scale(1.2);
    transition: all 0.5s;
}
.bgbox-img img{
    box-shadow: 0px 47px 99px #C5C9CB;
}
.text-paraleft p{
    text-align: left !important;
}
.text-paraleft .btn-aboutsas{
    box-shadow: 0 15px 29px rgba(249,129,105,0.68);
}
.donationdiv input  {
    width:100%;
    height:50px;
    border:1px solid #d5d5d5;
    padding: 0 15px;
}
/*Scroll**/
/* width */
.wiislist-scroll::-webkit-scrollbar {
    width: 10px;
  }
  
/* Track */
.wiislist-scroll::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
  /* Track */
  .wiislist-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
  }
   
  /* Handle */
  .wiislist-scroll::-webkit-scrollbar-thumb {
    background: #d5d5d5; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .wiislist-scroll::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
  }
  /* width */
.commant-scroll::-webkit-scrollbar {
    width: 10px;
  }
  
/* Track */
.commant-scroll::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
  /* Track */
  .commant-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
  }
   
  /* Handle */
  .commant-scroll::-webkit-scrollbar-thumb {
    background: #d5d5d5; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .commant-scroll::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
  }
  .modalshare  .modal-header {
      flex-direction: column;
      position: relative;
    }
    .modal-tips {
        margin: 15px 0;
        background: #fbf8f6;
        padding: 25px;
    }
    
    .m-clipboard-tips-text {
        margin-bottom: 15px;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
    }
    
    .mclipsetvew ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .mclipsetvew ul li {
        margin: 0 10px;
    }
    .modal-input {
        padding: 25px 0;
        /* border-top: 1px solid #d5d5d5; */
    }
    .h-46{
        height:46px;
    }
    .modalshare  h5.modal-title {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .pop-coverimg img {
        width: 100%;
        object-fit: cover;
        height: 180px;
    }
    
    .pop-coverprofile {
        text-align: center;
    }
    
    .pop-coverprofile img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border: 3px solid #eeee;
        margin-top: -80px;
    }
    
    .pop-covercontents {
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 25px;
    }
    
    .pop-covercontents h4 {
        text-align: center;
        margin: 15px 0;
        font-size: 24px;
        color: #1E66C9;
        font-weight: 700;
    }

    .actionlist__item.actionlist__item--save-as-template {
        display: none;
    }

    
@media only screen and (max-width: 991.98px) {
    .webnone {
        display: inline-block;
    }
    .slider-service {
        padding: 0;
    }
    a.navbar-brand.logo {
        display: block;
    }
    .header-transnew{
        padding:20px;
    }
    a.navbar-brand.logo img {
        width: 130px;
    }
    .menu-logo img.img-fluid {
        width: 90px;
    }
    .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .popularviewimg img{
        height: 300px;
    }
    .page-sevtion .font-share ul {
        flex-wrap: wrap;
    }
    h4.card-titles {
        margin-bottom: 10px;
    }
    .logo-foot,.footerlinks{
        margin: 20px 0;
    }
    .logo-foots {
        text-align: left;
    }
    .logo-foots ul{
        justify-content: start;
    }
    .paraknown p {
        text-align: justify;
    }
    .wilist-tagimg img {
        object-fit: contain;
    }
    .banner-sections,
    .why-us-sections,
    .why-us-organization,
    .subscribtionset {
        padding: 60px 10px;
    }
    .bannerimgsa {
        margin: 15px 0;
    }
    .image-bbg{
        display: none;
    }
    .popularview{
        margin-bottom: 30px;
    }
    .bannerhead h2 {
        font-size: 35px;
        font-weight: 600;
    }
    .organzization-coverphoto img{
        height: 300px;
    }
    .location-share{
        justify-content: center;
    }
    .loginviewcontent {
        margin: 0;
    }
    .socail-share {
        margin-bottom: 30px;
    }
    .loginviewcontent {
        padding: 20px;
    }
    .bannerimgsa img {
        margin-top: 25px;
    }
    .whyussections{
        margin-bottom: 15px;
    }
    .bannerimgsa{
        display: none;
    }
    .whyussections h2 {
        font-size: 28px;
    }
    .btn-aboutsas{
        padding: 15px 25px;
    }
    .btn-fund{
        padding: 10px 25px;
    }
    .subscripitonsetinput input[type="text"]{
        height: 70px;
        font-size: 18px;
    }
    .btn-subscription{
        height: 70px;
        font-size: 18px;
    }
    .brand-flow ul li img {
        width: 80px;
    }
    .logo {
        display: inline-block;
        width: 150px;
        margin: 0 30px;
    }
    .search-wrapper {
        margin-bottom: 24px;
    }
    .wilist-tagimg.img-width {
        background-size: contain;
    }
    .service-organ-other {
        display: none;
    }    
}
@media only screen and (max-width: 767.98px) {
    .search-wrapper {
        display: none;
    }
    .search-wrapper.show {
        display: block;
    }
    .bannerimgsa {
        display: none;
    }
    .loginviewimg{
        display: none;
    }
    .footerlinks h2 {
        font-size: 20px;
    }
    .brand-flow ul li{
        margin:15px 0;
    }
    .footerlinks li a {
        font-size: 15px;
    }
    .location-share {
        padding-top: 20px;
    }
    .brand-flow ul {
        justify-content: space-evenly;
    }
    .brand-flow ul li {
        width: auto;
    }
    .events-path ul li a {
        background: #0A315A;
        color: #fff;
        min-width: auto;
        display: inline-block;
        padding: 0 5px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 600;
    }
    .cus-pop .modal-header h5 {
        font-size: 16px;
    }
    .whyussections.text-paraleft{
        padding: 0 0 35px ;
    }
    .donationdiv:before {
        position: absolute;
        content: "\0024";
        top: 9px;
        left: 18px;
    }
    section.paymentpage {
        padding: 45px 0;
    }
    .logo {
        display: inline-block;
        margin: 0;
        width: 120px;
    }
    .footers.footer-new .footer-bottom {
        display: block !important;
    }
    .footers.footer-new .footer-bottom .bottom-foot p {
        text-align: center;
        margin-bottom: 15px;
    }
    .footers.footer-new .footer-bottom .bottom-link ul {
        justify-content: center;
    }
    .logo-foots > a > img {
        margin-bottom: 15px;
        display: inline-block;
        width: 120px;
    }
}
@media only screen and (max-width: 575.98px) {
    .list-products{
        flex-direction:column;
    }
    .progess-bar-reaised-set {
        padding: 0;
    }
    .donationdiv input {
        width: 100%;
        height: 50px;
        border: 1px solid #d5d5d5;
        padding: 0 25px;
    }
    ul.form-table-views-head{
        display: none;
    }
    .card-body {
        padding: 1rem;
    }
    .events-path {
        margin: 0;
    }
    .whyussections p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .font-share ul li {
        padding-right: 20px;
        width: 50%;
        text-align: center;
        margin-bottom: 15px;
    }
    .form-table-views ul li {
        padding: 10px;
        font-size: 12px;
    }
    .checkmarks {
        height: 20px;
        width: 20px;
    }
    .sort-selections input:checked ~ .checkmarks:after {
        left: 5px;
        top: 2px;
        width: 6px;
        height: 13px;
        border: solid #22CA98;
        border-width: 0 2px 2px 0;
    }
    .form-table-views ul {
        align-items: center;
    }
    .form-table-views ul li:nth-child(1) {
        width: 10%;
    }
    .form-table-views ul li:nth-child(2) {
        width: 20%;
    }
    .form-table-views ul li:nth-child(3) {
        width: 70%;
    }
    .form-table-views ul li:nth-child(4) {
        width: 50%;
    }
    .form-table-views ul li:nth-child(5) {
        width: 50%;
    }
    .oragans-bg {
        height: 175px;
    }
    .btn-fund,
    .btn-aboutsas {
        padding: 10px 15px;
        font-size: 15px;
    }
    .subscripitonsetinput input[type="text"] {
        height: 60px;
        border: 0;
        padding: 0 15px;
        border-radius: 0;
        font-size: 16px;
    }
    .footerlinks li a {
        font-size: 16px;
    }
    .organzization-coverphoto {
        width: 100%;
        height: 200px;
        background-size: 100% 100%;
    }
    .footers {
        padding: 25px 0;
    }
    .profilepic img {
        width: 100px;
        height: 100px;
        min-width: 100px;
    }
    .footerlinks h2{
        font-size: 18px;
        font-weight: 700;
    }
    .btn-subscription{
        height:60px;
        font-size: 16px;
    }
    .donation-list ul li {
        font-size: 16px;
    }
    .subscripitonset {
        width: 95%;
        padding: 20px;
        margin: auto;
    }
    .page-heads {
        margin-bottom: 20px;
    }
    .popularviewimg img {
        height: 250px;
    }
    .socail-share ul {
        justify-content: center;
    }
    .profilename h6 {
        font-size: 18px;
    }
    .btn-donatnew{
        width:100%;
    }
    .wilist-tagname .btn-donatnew {
        width: 49%;
        min-width: auto;
    }
    .wilist-progress .btn-donatnew {
        width: 49%;
        min-width: auto;
    }
    .donation-btn a.btn.btn-donatnew{    
        width: 75%;
    }
    .location-share {
        flex-direction: column;
    }
    .location-share ul{
        margin-bottom: 15px;
        margin-right: 0;
    }
    .page-heads h3 {
        font-size: 26px;
    }
    .organzization-coverphoto img {
        height: 200px;
    }
    .profilename {
        position: relative;
        top: 0;
    }
    .subscripitonset h2 {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .bannerhead h2 {
        font-size: 25px;
        font-weight: 700;
    }
    .whyussections h2 {
        font-size: 26px;
    }
    .list-products .product-content {
        width: 100%;
        padding-left: 25px;
    }
    .subscripitonsetinput {
        width: 100%;
        margin: auto;
    }
    .subscripitonsetinput{
        flex-direction: column;
    }
    .btn-subscription{
        border-radius: 0;
    }
    .subscripitonsetinput input[type="text"],
    .btn-subscription {
        width: 100%;
    }
    .list-products .product-img {
        width: 100%;
        margin-bottom: 15px;
    }
    #mobile_btn {
        padding: 0 !important;
    }
    .list-products .product-content {
        padding-left: 0;
        padding-bottom: 20px;
    }
    .loginview {
        margin: 35px 0;
    }
    .banner-sections,
    .why-us-sections,
    .why-us-organization,
    .subscribtionset {
        padding: 40px 0;
    }
    .whyussections {
        margin-bottom: 15px;
        padding-left: 0;
    }
    .events-path ul li {
        padding-left: 20px;
    }
    .profile-imgb{
        padding: 0;
        margin-top: 10px;
    }
    .comment-heads {
        margin-bottom: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    .raisedset h5 {
        font-size: 12px;
        margin:0;        
    }
    .wilist-tagimg img {
        height: 100px;
    }
    .raisedset ul {
        text-align: center;
    }
    .raisedset ul li{
        margin-bottom:10px;
    }
    .page-sevtion h4.card-titles {
        font-size: 17px;
    }
    h4.card-titles {
        font-size: 20px;
        font-weight: 600;
        margin: 10px 0;
        color: #000;
    }
    .product-img img {
        height: 125px;
        object-fit: contain;
    }
    h2.breadcrumb-title {
        font-size: 16px !important;
    }
    .whyussections.text-center.text-paraleft {
        padding-left: 0px;
    }
    .banner-headorg.bannerhead h2{
        font-size:26px !important;
    }
    .btn-visitnwe{
        margin-top: 15px;
    }
    .funding-platform h3 {
        font-size: 20px !important;
    }
    .funding-platform p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .btn-newsearch {
        padding: 8px !important;
        margin: 0 3px;
    }
    .nonprofit h5 {
        font-size: 20px;
        line-height: 25px;
    }

} 
.productheading h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 35px 0;
    padding: 0 15px;
}
.banner-headorg.bannerhead h2{
font-size:32px
}
/*-----------------
    New style
-----------------------*/

.header-navbar-rht li a.btn {
    padding: 10px;
    font-weight: 700;
}
.header-navbar-rht li a {
    font-size: 16px;
    padding: 0;
    font-weight: 600;
}
.header-transnew{
    height:auto;
    padding: 0;
    display: block;
    width: 100%;
    z-index: 9999;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    box-shadow: none;
    background: #fff;
    position: relative;
    z-index: 14;
}
/*.fixed .logo {
    width: 150px;
    padding: 0;
}*/
.fixed .navhead{
    align-items: center;
}
.navhead {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 10px 0;
}
.bannerheads h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0C3653;
    margin-bottom: 30px;
}
.bannerheads h2 span {
    color: #FF6015;
    display: block;
    font-size: 46px;
}
.bgs8 {
    position: absolute;
    left: 0;
}
.bgs12 {
    position: absolute;
    right: 100px;
}
.bgs11 {
    position: absolute;
    left: 60px;
}
.bgs10 {
    position: absolute;
    right: 210px;
    top: 400px;
}
.bgs9 {
    position: absolute;
    left: 40%;
    top: 280px;
}
.donation-list ul li {
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-bottom: 15px;
}
.donation-list ul li i{
    font-size: 16px;
}
.card-circle {
    position: absolute;
    right: 50%;
    bottom: -30px;
    transform: translateX(50%);
}
.btn-funds {
    background: #FF6015;
    color: #fff;
    min-width: 230px;
    padding: 20px 15px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    text-align: left;
    border-radius: 3px;
    transition: all 0.8s;
}
.donation-list ul li span i {
    background: #0C3653;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 10px;
}
.btn-funds i {
    position: absolute;
    right: 20px;
    top: 26px;
    transition: all 0.3s;
}
.btn-funds:hover i {
    right: 10px;
    transition: all 0.3s;
}
.btn-funds:hover {
    background: #fff;
    color: #FF6015;
    border:1px solid #FF6015;
}
.whyussections h2 {
    font-size: 36px;
    margin-bottom: 35px;
    font-weight: 700;
    
    color: #0C3653;
}
.btn-funds.btn-boxnew {
    min-width: 270px;
    box-shadow: 0px 4px 17px 0px #fc85435c;
    transition: none;
}
.btn-funds.btn-boxnew:hover {
    box-shadow: inset 0 80px 0 0 #fff;
}
.bgs13 {
    position: absolute;
    right: 8%;
    top: 350px;
}
.bgs14 {
    position: absolute;
    left: 8%;
    top: 790px;
}
.oragnes-listb h6 a {
    color: #1E66C9;
    font-size: 18px;
    font-weight: 700;
    
}
.oragnes-listb h5 a{
    font-size: 20px;
    font-weight: 700;
    
}
.oragans-set:hover .oragans-bg{
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.oragans-bg {
    height: 300px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
}
.oragnes-listb p {
    color: #35394D;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.oragnes-listb span {
    overflow: hidden;
    height:50px;
}
.oragnes-listb span {
    color: #35394D;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.explore-sorts ul {
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.explore-sorts.explore-wishlists ul li{
    width: 33.3%;
}
.explore-sorts ul li {
    display: flex;
    align-items: center;
    border-left: 1px solid #d5d5d5;
    padding: 0 10px;
    justify-content: space-between;
    width: 25%;
}
.explore-sorts ul li input[type="text"] {
    border: 2px solid #d5d5d5;
    border-radius: 5px;
    height: 50px;
    padding: 5px 10px;
    width: 100%;
}
.explore-sorts ul li select{
    border: 2px solid #d5d5d5;
    border-radius: 5px;
    height: 50px;
    padding: 5px 10px;
    width: 100%;
}
.explore-sorts ul li i {
    margin-right: 10px;
}
.explore-sorts ul li:last-child {
    border: 0;
    justify-content: end;
}
.explore-sorts ul li:first-child {
    border: 0;
}
.oragans-set{
    box-shadow: 0px 4px 14px 0px #FFEAE2;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
}
.oragans-set:hover {
    transform: translateY(-10px);
}
.btn-funds.btn-more{
    min-width: 280px;
    text-align: center;
    padding: 20px 15px;
    border-radius: 5px;
}
.whyussections p {
    font-size: 14px;
    margin-bottom: 60px;
    color: #35394D;
}
.bgs1 {
    position: absolute;
    left: -80px;
    top: -70px;
    animation: spin 50s linear infinite;
    z-index: -1;
}
.bgs2 {
    position: absolute;
    right: -100px;
    top: 210px;
    animation: spin 10s linear infinite;
    z-index: -1;
}
.subscripitonset{
    box-shadow: 0px -7px 44px 0px #ededed;
    padding: 60px 0;
}
.subscripitonset h2 {
    
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 50px;
}
.bgsmail1 {
    position: absolute;
    left: 50px;
    top: -30px;
}
.bgsmail2 {
    position: absolute;
    right: 80px;
    top: 110px;
}
.subscripitonsetinput input[type="text"]{
    background: #F8F8F8;
    width: 60%;
    height: 90px;
    border: 0;
    padding: 0 35px;
    border-radius: 10px 0 0 10px;
    font-size: 20px;
}
.subscripitonset:hover .btn-subscription img {
    transform: rotate(0);
    transition: all 0.5s;
}
.logo-foots{
    text-align: left;
}
.logo-foots ul li a {
    background: rgba(255, 94, 20, 0.2);
    width: 37px;
    height: 37px;
    color: #FF5E14;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.logo-foots ul{
    justify-content: start;
}
.fixed.header {
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 9;
    padding: 0;
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
    animation: fadeInDown .7s ease-in-out 0s 1 normal none running;
}
.popularsetimgbg {
    height: 480px;
    width: 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}
.popularset {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.popularsetcontent {
    position: absolute;
    height: 100%;
    z-index: 9;
    bottom: 0;
    width: 100%;
    background: linear-gradient(1.12deg, #000000 0.53%, rgba(63, 63, 63, 0) 102%);
}
.popularsetcontenthead {
    transition: all 0.5s;
    position: absolute;
    bottom: -100px;
    color: #fff;
    padding: 30px;
}
.popularsetcontenthead h2 a {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    
}
.popularsetcontenthead h2 a:hover {
    background: transparent;
}
.popularsetcontenthead p {
    font-weight: 500;
    margin-bottom: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.banner-set-contents h4 {
    font-family: "Raleway", Sans-serif;
    font-size: 31px;
    font-weight: 800;
    line-height: 1.5em;
    margin-bottom: 25px;
}
.banner-set-contents p {
    font-size: 16px;
    margin: 0 0 40px;
    color: #808285;
}
.howitswork {
    padding: 40px;
    text-align: center;
    border-radius: 24px;
}
.howitswork:hover {
    box-shadow: 0px 25px 40px -22px rgb(22 12 2 / 29%);
}
.howitsworkicon {
    margin-bottom: 30px;
}
.howitsworkcontent h6 {
    font-family: "Raleway", Sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5em;
    margin-bottom: 20px;
    color: #424242;
}
::selection {
    color: #fff;
    background: #0274be;
}
.howitsworkcontent p {
    font-size: 16px;
    font-weight: 300;
    color: #808285;
    line-height: 1.8;
}
.popularset:hover .popularsetcontent{
    background: rgba(0, 0, 0, 0.65);
}
.multiselect-native-select .btn-group .btn-default{
    width: 100%;
}
span.multiselect-native-select .btn-group{
    position: relative;
    width: 100%;
}
.multiselect-native-select .btn-group .btn-default {
    width: 100%;
    border: 1px solid #d5d5d5;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.multiselect-container{
    width:100%;
    border-radius: 10px;
}
.multiselect-item .input-group .multiselect-search {
    font-size: 16px;
    width: 90%;
    overflow: hidden;
}
button.multiselect.dropdown-toggle.custom-select.text-center {
    text-align: left !important;
}
.multiselect-container input[type="checkbox"] {
    left: 0;
}
.multiselect-item .input-group-btn{
    display: none;
}
.organization-box {
    position: relative;
}
.organization-contentset {
    text-align: right;
    position: relative;
    top: 60px;
}
.radio-setnews ul li  input[type="radio"] {
    display: none;
}
.radio-setnews ul li label {
    margin: 0;
    border: 1px solid #1E66C9;
    font-size: 18px;
    border-radius: 5px;
    padding: 5px 15px;
    cursor: pointer;
    color: #1E66C9;
}
.radio-setnews ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.radio-setnews ul li input[type="radio"]:checked ~ label {
    color: #fff;
    background: #1E66C9;
    border: 1px solid #1E66C9;
}
.radio-setnews ul li {
    margin-right: 5px;
    margin-bottom: 15px;
}
.radio-setnews{
    margin-bottom: 15px;
}
.popularsetcontenthead > a {
    background: #fff;
    box-shadow: 0px 4px 24px 0px #C9C9C940;
    width: 64px;
    height: 64px;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    color: #FF6015 !important;
    font-size: 26px;
}
.popularset:hover .popularsetcontenthead {
    bottom: 0;
}
.header-navbar-rht .active{
    color: #FF6015;
}
.fixed .navhead{
    padding: 5px 0;
}
.popularsetcontenthead a:hover{
    background: #FF6015;
    color: #fff !important;
}
.logo-foots ul li a:hover {
    background: #1E66C9;
    color: #fff;
    transition: none;
}
.footerlinks .link-footer li a:hover{
    color: #1E66C9;
}
.group2{
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.bgs16{
    position: absolute;
    left: 2%;
    top: 200px;
}
.bgsfoot {
    position: absolute;
    right: 0;
    top: 100px;
}
.whyusprovider{
    padding-left: 35px;
}
.popularsetimg img {
    height: 480px;
    width: 100%;
}



/* New Style */

.header-navbar-rht.navigation-list li a {
    font-family: "poppins", Sans-serif;
    font-size: 16px;
    color: #53595f;
    font-weight: 500;
}
.header-navbar-rht.navigation-list li a.signup-button {
    color: #fff;
}
.header-navbar-rht.navigation-list li a.active {
    color:#FC8543;
}
.banner-set-contents.banner-heading {
    margin: 145px 33px 33px 33px;
}
.banner-set-contents.banner-heading h4 {
    font-family: "Open Sans", Sans-serif;
    color: #fff;
    font-size:50px;
    line-height: 59px;
    font-weight: 700;
    margin-bottom: 15px;
    max-width: 1000px;
}
.banner-set-contents.banner-heading p {
    font-family: "Open Sans", Sans-serif;
    color: rgba(255,255,255,0.7);
    font-weight: 400;
    border-left: 5px solid #fff;
    padding-left: 20px;
}
.banner-set-contents.banner-heading h3 {
    color:rgba(255,255,255,0.7);
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.banner-button.button-signup a {
    border-radius: 4px 4px 4px 4px;
    padding: 13px 36px;
    color:#fff;
    border:none;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: none;
}
.banner-button.button-signup .signup-button {
    background-image: linear-gradient(90deg, #1E66C9 0%, #C4FA05 100%);
    margin-right: 20px;
}
.banner-dot-img {
    display: flex;
    flex-direction: column;
}
.banner-button.button-signup .btn-demo {
    background: rgba(255,255,255,0.2);
}
.page-heads.heading {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.page-heads.heading h3 {
    color:#104CBA;
    font-family: "poppins";
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 0px;
}
.page-heads.heading h2 {
    font-family: "poppins";
    color: #010101;
    font-size: 36px;
    font-weight: 700;
    max-width: 500px;
    line-height: 50px;
}
.howitswork.work-card {
    box-shadow: 0px 10px 30px 0px rgba(223, 223, 223, 0.5);
    border-radius: 10px;
    padding: 20px;
    border-radius: 10px;
    max-height: 492px;
    cursor: pointer;
}
.howitswork.work-card:hover .round-shape {
    background: linear-gradient(90deg, #2F0B81 0%, #0C56C4 100%);
}
.header-navbar-rht .banner-button.button-signup a.signup-button {
    margin-right: 0;
    padding: 13px 36px;;
    font-size: 16px;
}
.howitswork.work-card .howitsworkcontent h6 {
    color: #010101;
    font-family: "poppins", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}
.howitswork.work-card .howitsworkcontent p {
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    max-width: 390px;
    margin-bottom: 20px;
}
.howitswork.work-card .round-shape{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(90deg, #1E66C9 0%, #C4FA05 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.funding-platform.unique-approach h3 {
    color: #010101;
    font-family: "Open Sans", Sans-serif; 
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 50px;
    max-width: 500px;
}
.funding-platform.unique-approach h5 {
    color: #104CBA;
    font-family: "poppins", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 15px;
}
.funding-platform.unique-approach p {
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    max-width: 520px;
    margin-bottom: 20px;
    line-height: 28px;
}
.section.why-us-organization {
    background: linear-gradient(180deg, #F1FBFC 0%, #FFFFFF 70%);
}
.section.why-us-organization.uique-app {
    background: #fff;
}
.counter-section {
    background-image: url(../img/counter-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
    margin-bottom: 30px;
}
.counter-section .creating-account {
    display: flex;
    flex-direction: column;
}
.counter-wrapper .counter-heading {
    color: #696969;
}

.counter-section .creating-account .counter-text ,.count-textset{
    font-size: 50px;
    color: #007AFF;
    font-family: "poppins", Sans-serif;
    font-weight: 700;
}
.small-shape-icons1 {
    position: absolute;
    right: 50%;
    top: -30px;
}

.small-shape-icons2 {
    position: absolute;
    bottom: -30px;
}
.counter-section .creating-account .counter-heading {
    color: #fff;
    font-weight: 500;
    font-family: "poppins", Sans-serif;
}
.counter-section .creating-account .design-img {
    text-align: right;
    margin: 10px 0 -105px 0;
}
.faq-section {
    background: url(../img/faq-bg-img.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.faq-section .faq-content h5{
    color: #104CBA;
    font-family: "poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 0;
}
.faq-section .faq-content h2 {
    color: #010101;
    font-family: "Open Sans", Sans-serif; 
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 50px;
    max-width: 700px;
}
.faq-section .faq-main-img img{
    width: 574px;
    height: 594px;
}
.start-campaign {
    background: url(../img/campaign-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 60px 0;
}
.start-campaign .page-heads {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}
.start-campaign .page-heads .campaign-heading {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.start-campaign .page-heads .campaign-heading h3 {
    text-align: left;
    color: #fff;
    font-family: "Open Sans", Sans-serif;
    font-size: 36px;
    font-weight: 700;
}
.start-campaign .page-heads .campaign-heading p {
    text-align: left;
    color: #fff;
    font-family: "Open Sans", Sans-serif;
    max-width: 800px;
    margin: 0;
    width: auto;
}
.start-campaign .page-heads .campaign-btn .signup-button {
    font-family: "Nunito", Sans-serif;
    padding: 13px 36px;
    font-size: 16px;
    background: #fff;
    font-weight: 700;
    border-radius: 4px;
    color: #FF3834;
    border: none;
    text-transform: uppercase;
    box-shadow: none;
}
.feature-service .service-heading {
    padding-bottom: 37px;
}
.feature-service {
    background: url(../img/feature-serrvice-bg-img.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 30px;
}
.feature-service .service-heading h5{
    color: #104CBA;
    font-family: "poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 0;
    margin: 0;
}
.feature-service .service-heading h2 {
    color: #010101;
    font-family: "Open Sans", Sans-serif; 
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 50px;
    padding-bottom: 20px;
    margin: 0;
}
.feature-service .service-heading p {
    color: #535961;
    font-family: "Open Sans", Sans-serif; 
    font-size: 18px;
    font-weight: 400;
}
.feature-service .service-heading p span {
    color:#696969;
}
.feature-service .feature-card {
    padding: 20px 15px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.feature-service .feature-card a { 
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
}
.feature-service .feature-card a:after, .feature-service .feature-card a:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #C4FA05;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    z-index: 11;
 }
 .feature-service .feature-card a:before {
    top:100%;
    width: 5px;
 }
 .feature-service .feature-card a:after {
    left: 100%;
    height: 5px;
 }
 .feature-service .feature-card a:hover:after {
     left: 10px;
  }
  .feature-service .feature-card a:hover:before {
      top: 10px;
   }
.feature-card .feature-img img {
    width: 88px;
    height: 76px;
}
.feature-service .feature-card h5 {
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
}
.testimonial-slider .slider-heading h5{
    color: #104CBA;
    font-family: "poppins", Sans-serif;
    font-weight: 600;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.testimonial-slider .slider-heading h2 {
    color: #010101;
    font-family: "Open Sans", Sans-serif; 
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 50px;
    padding-bottom: 20px;
    margin: 0;
}
.testimonial-slider .slider-text p {
    color: #696969;
    font-family: "nunito", Sans-serif;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 15px;
    max-width: 420px;
}
.testimonial-slider .slider-text {
    box-shadow: 0px 10px 30px 0px rgba(223, 223, 223, 0.5);
    padding: 20px;
}
.testimonial-stars {
    display: flex;
    column-gap: 5px;
    padding-bottom: 7px;
}
.testimonial-stars i.active {
    color: #FFB400;
}
.testimonial-stars i {
    color: #ccc;
    font-size: 14px;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0274be;
}
.testimonial-slider .slider-text h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: "poppins", Sans-serif;
    line-height: 32px;
}
.testimonial-slider .slider-text span {
    color: #696969;
    font-family: "nunito", Sans-serif;
}
.news-letter {
    background-image: url(../img/newsletter-bg-img.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 58px 0px 100px 0px;
}
.news-letter .news-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #EAECF1;
    margin-bottom: 45px;
}
.news-letter .news-heading h3 {
    font-family: "poppins", Sans-serif;
    color:#010101;
    font-size: 36px;
    font-weight: 700;
}
.news-letter .news-heading h2 {
    font-family: "poppins", Sans-serif;
    color:#104CBA;
    font-size: 45px;
    font-weight: 700;
}
.news-letter .form-check {
    padding-bottom: 28px;
    padding-left: 0;
}
.news-letter .form-check .form-control {
    border: 1px solid #EAECF1;
    background-color: #F6F7FA;
    padding: 6px 24px;
    border-radius: 6px;
    font-family: "IBM Plex Sans", Sans-serif;
    font-size: 14px;
    height: 52px;
}
.form-check span {
    opacity: 0.7;
    font-family: "IBM Plex Sans", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    color: #96989F;
}
.news-letter .send-btn button {
    padding: 17px 22px;
    font-size: 14px;
    font-weight: 500;
    line-height: 11px;
    color: #FFFFFF;
    background-color: #FF7133;
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);
}
.footers.footer-new {
    background: linear-gradient(0deg, #FFFFFF -7.05%, #EFF5F4 99.9%);
    padding: 60px 0;
}
.twitter_icon_footer {
    max-width: 12px;
    position: relative;
    top: 7px;
}

.footers.footer-new .footer-logo img {
    width: 260px;
    display: flex;
    /* justify-content: center; */
    margin: 0 0 15px 0;
}
.footers.footer-new .footer-logo p {
    font-family: "nunito", Sans-serif;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 14px;
    color: #888E96;
    font-size: 14px;
}
.link-social-footer ul li {
    padding-right: 5px;
    padding-left: 0;
}
.link-social-footer ul li:last-child {
    padding-right: 0px;
}
.footers.footer-new .footer-logo .footer-sociallinks{
    display: flex;
    /* justify-content: start;
    align-items: center; */
    margin-bottom: 60px;
}
.footers.footer-new .footer-logo .footer-sociallinks i {
    color: #fff;
    font-size: 12px;
    transition: .3s all;
}
.footers.footer-new .footer-logo .footer-sociallinks a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FD6047;;
}
.quick-link {
    padding-top: 68px;
}
.footers.footer-new .quick-link h4 {
    color: #696969;
    font-family: "poppins", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 20px;
    margin: 0;
    /* text-align: center; */
}
.footers.footer-new .quick-link li {
    padding-bottom: 15px;
    /* text-align: center; */
}
.footers.footer-new .quick-link li:last-child {
    padding: 0;
}
.footers.footer-new .quick-link li a {
    font-family: "nunito", Sans-serif;
    color:#696969;
}
.footers.footer-new .quick-link li span {
    font-family: "nunito", Sans-serif;
    color:#dfdfdf;
}
.footers.footer-new .footer-bottom {    
    border-top: 1px solid #FFFFFF30;;
    padding: 40px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
}
.footers.footer-new .bottom-foot {
    color: #888E96;
}
.footers.footer-new .bottom-foot p {
    font-weight: 400;
}
.footers.footer-new .footer-bottom .bottom-link ul {
    display: flex;
    align-items: center;
}
.footers.footer-new .footer-bottom .bottom-link ul li {
    margin-right: 24px;
}
.footers.footer-new .footer-bottom .bottom-link ul li:last-child {
    margin-right: 0px;
}
.footers.footer-new .footer-bottom .bottom-link ul li a {    
    color: #696969;
}

.scroll-top.top-scroll a {
    background: #046bd2;
    border: 1px solid #046bd2;
    border-radius: 0;
}
.accordion-item:first-of-type {
    /* border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; */
}
.accordion .accordion-item:not(:last-child) {
    margin: 0px 0px 20px 0px;
}
.accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.125);
    /* border-radius: 20px; */
}
.accordion-header button{
    /* font-family: 'IBM Plex Sans'; */
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
}
.accordion-button:not(.collapsed){
    background-color: #ffffff;
}
.accordion-header .accordion-button:not(.collapsed) { 
    color: #Fff;
    /* background: linear-gradient(90deg, #1E66C9 0%, #C4FA05 100%); */
    background: #1E66C9;
}

.accordion-header {
    margin-bottom: 0;
}
.accordion-header .accordion-button {
    border-radius: 0;
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.07);
    border: 1px solid transparent;
    /* font-weight: 700; */
    font-size: 18px;
    color: #000;
    font-family: "nunito", Sans-serif;
}
.shade{
    box-shadow: rgb(253 80 86 / 10%) -8px 13px 80px;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.accordion-button::after {
    flex-shrink: 0;
    width:30px;
    content: "+";
    transition: transform .2s ease-in-out;
    position: absolute;
    right:15px;
    background-size: auto;
    font-size: 30px;
    color: #1E66C9;
}
.accordion-button:not(.collapsed)::after {
    content: "-";
    color: #fff;
}

.accordion-button:focus {
    z-index: 3;
    border-color:#fff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
.accordion-body {
    padding: 20px;
    border-radius: 0;
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.07);
    border: 1px solid transparent;
}
.accordion-body h6{
    font-family: "nunito", Sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    color: #696969;
    line-height: 28px;
}
.footers.footer-new .footer-logo .footer-sociallinks a:hover i {
    padding-top: 10px;
}
.page-heads.organization-heading h3{
    font-size: 32px;
}
.page-heads.organization-heading p {
    max-width: 95%;
}
/*.organization-container.max-width-container .organization-box {
    box-shadow: 0px 30px 80px 0px rgba(106.99999999999984, 102.99999999999999, 244.99999999999994, 0.19);
    border-radius: 16px;
    padding: 80px 80px 160px 80px;
}*/
/*.banner-sections.section.organization-banner {  
    background-image: url(../img/organization-bg-img2.jpg);
    background-color: #fff;
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-sections.section.organization-banner .organization-box {
    background-image: url(../img/organization-bg-img.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 110% auto;
}*/
.section.why-us-organization.bg-white {
    background: #fff;
    padding-bottom:300px;
}
.explore-sorts.form-border ul {
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
}
.organization-form > .col-12{
    padding: 0;
}
.explore-sorts.form-border ul li {
    width: 28%;
    border-left: 0;
}
.explore-sorts.form-border ul li:last-child {
    border: none;
    width: 15%;
}
section.banner-sections.section.organization-banner {
    padding: 100px 0;
    border-top: 1px solid #d5d5d5;
}
.section.organization-banner .btn.btn-donatnew.btn-dark-new {
    background: #fc8543;
    height: 50px;
    line-height: 35px;
    width: 100%;
    border-radius: 50px;
}
.explore-sorts.form-border ul li input {
    font-size: 13px;
    font-weight: 400;
}
.explore-sorts.form-border ul li select {
    background: #fff;
    width: 100%;
    color: #696969;
    font-size: 13px;
    font-weight: 400;
}
.btn.btn-donatnew.btn-dark-new {
    background: #1E66C9;
}
.wilist-tagimg.img-width {
    width: 348px;
    background-size: 100% 100%;
}
.card-body.card-img-size {
    padding: 0;
}
.wilist-tagname.tagname-padding {
    padding: 25px;
}
.wilist-tagimg.img-size {
    height: 380px;
}
.oragans-bg.organs-bg-size {
    height: 225px;
}
.wilist-tagname.wishlist-tag-padding {
    padding: 25px;
}
.wiislist-scroll.scrool-pad {
    padding-right: 0;
}

/* Sign-up page */

.loginviewcontent.signup-text-content {
    padding: 0 77px;
}
.loginviewcontent.signup-text-content h2{
    color:#000;
    font-weight: 500;
}
.loginviewcontent.signup-text-content p{
    max-width: 420px;
}
.sign-input .new-ph-box input[type="text"] {
    padding: 0;
    height: auto;
}
.btn-sign-active.signup-sendcode {
    box-shadow: none;
    color: #fff;
    background: #1E66C9;;
}
.loginviewimg.loginregister.new-register {
    padding: 250px 0;
    height: 100%;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
}
.cancel-btn.btn-cancel {
    display: flex;
    justify-content: end;
    padding: 50px 50px 0 0 ;
    margin-bottom: 50px;
}
.cancel-btn.btn-cancel a {
    background: #6D6D6D;
    border: none;
    border-radius: 8px;
    color: #fff;
    padding: 12px 28px 12px 28px;

}
.sign-newcode.code-design {
    display: flex;
    justify-content: center;
}
.sign-newcode.code-design a {
    box-shadow: none;
    color: #fff;
    background: #1E66C9;
    padding: .375rem .75rem;
    text-decoration: none;
    border-radius: 5px;
}
a.change-number {
    color: #2e5bff;
}
.signininputs.input-box-new {
    position: relative;
}
.signininputs.input-box-new input{
    width: 100%;
    height: 60px;
    padding: 0 15px;
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
}
.loginviewcontent .black-text {
    color: #000;
    font-weight: 500;
}
.password-require p {
    color:#505050;
}
.loginview.border-radius {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow: hidden;
}
.banner-dot-img.swing span, .small-shape-icons img {
    transform-origin: top center;
    animation: swing 5s ease infinite;
}
.split-input.new-ph-box span {
    border: 0;
    background: #fff;
    color: #505050;
    position: relative;
}
@keyframes swing {
    20% { transform: rotate(10deg); }   
    40% { transform: rotate(-10deg); }
    60% { transform: rotate(5deg); }    
    80% { transform: rotate(-5deg); }   
    100% { transform: rotate(0deg); }
}


input::-webkit-input-placeholder::after /* Only for Chrome */
{
   color:red;
   content:"*";
   opacity: 1
}
input::-webkit-input-placeholder::after {
    color:red;
   content:"*";
   opacity: 1
 }
 
 input:-moz-placeholder::after { /* Firefox 18- */
    color:red;
   content:"*";
   opacity: 1
 }
 
 input::-moz-placeholder::after {  /* Firefox 19+ */
    color:red;
    content:"*";
    opacity: 1
 }
 
 input:-ms-input-placeholder::after {  
    color:red;
   content:"*";
   opacity: 1
 }
/* -------------------------
 Search --- New
 -----------------------*/

 .search-wrapper.search-wrapper-gd {
    background: #fff;
    padding: 0;
}
.search-hdr {
    padding: 40px 0 20px;
}
.filter-grid h5 {margin: 0;color: #000;}

.filter-grid input[type="radio"] {display: none;}

.filter-grid input[type="radio"] + label {
    position: relative;
    padding: 0 0 0 25px;
    cursor: pointer;
    color: #7c7c7c;
}

.filter-grid li:not(:last-child) {
    margin-bottom: 10px;
}

.search-wrapper.search-wrapper-gd form input {
    margin: 0;
}

.filter-grid {
    margin: 0 0 20px;
}

.filter-grid ul {
    margin: 15px 0 0;
}

.filter-grid input[type="radio"] + label:after,.checklist2 input[type="checkbox"] + label:after {
    position: absolute;
    content: "";
    border: 1px solid #cdcdcd;
    width: 18px;
    height: 18px;
    left: 0;
    border-radius: 4px;
    top: 3px;
    transition: all 0.5s;
}

.filter-grid input[type="radio"] + label:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: #1E66C9;
    transform: scale(0);
    left: 4px;
    top: 7px;
    border-radius: 4px;
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
}

.filter-grid input[type="radio"]:checked + label:before {
    width: 10px;
    height: 10px;
    transform: scale(1);
    background: #1E66C9;
}
.checklist2 input[type="checkbox"]:checked + label::after { 
    background: #1E66C9;
}
.checklist2 input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: #1E66C9;
    transform: scale(0);
    left: 4px;
    top: 7px;
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
    border-style: solid;
    border-width: 0 0 3px 3px;
    border-color: #fff;
    z-index: 1;
    transform: rotate(0) scale(0);
}
.checklist2 input[type="checkbox"]:checked + label::before {
    width: 10px;
    height: 6px;
    transform: rotate(-45deg) scale(1);
}
.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 18px;
    height: 18px;
    margin-left: -1px;
    background-color: #4c40ed;
    border-radius: 50px;
    border: 3px solid #fff;
}
.irs--flat .irs-line {
    top: 28px;
    height: 6px;
    background-color: #e1e5ea;
    border-radius: 4px;
}
.irs--flat .irs-bar {
    top: 28px;
    height: 6px;
    background-color: #4c40ed;
}
.irs--flat .irs-from, 
.irs--flat .irs-to, 
.irs--flat .irs-single {
    color: white;
    font-size: 14px;
    line-height: 1.333;
    text-shadow: none;
    padding: 4px 12px;
    background-color: #0B2540;
    border-radius: 4px;
    top:-10px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before, 
.irs--flat .irs-single:before {
    border-top-color: #0B2540;
    left: 60%;
}
.filter-range {
    margin-top: 30px;
}
.checklist1 input[type="checkbox"] {
    display: none;
}

.checklist1 input[type="checkbox"] + label {
    border: 1px solid #cdcdcd;
    padding: 3px 15px;
    border-radius: 4px;
    color: #7c7c7c;
    font-weight: 400;
    cursor: pointer;
}

.checklist1 li {
    display: inline-block;
    margin-right: 5px;
}

.checklist1 input[type="checkbox"]:checked + label {
    background: #81818c;
    color: #fff;
}
.checklist2 input[type="checkbox"] {
    display: none;
}

.checklist2 input[type="checkbox"] + label {
    position: relative;
    padding: 0 0 0 25px;
    cursor: pointer;
    color: #7c7c7c;
}
.search-grid-top {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
}
.rescount-lbl {
    color: #3e424a;
}
.search-grid-top-filter-list i {
    margin-left: 4px;
}
.search-grid-top-start {
    display: flex;
    margin: 0 0 5px;
    flex-direction: column;
}
.mobfilterbtn {
    color: #000;
}
.mobfilteraction {
    position: relative;
    height: 24px;
    width: 100%;
}
.mobfilterbtn {
    text-align: right;
    display: flex;
    align-items: flex-end;
}
.mobfilterbtn.collapsed:after {
    content: "Filter";
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 2px 30px 2px 10px;
    border-radius: 4px;
    left: 0;
    right: auto;
}
.mobfilterbtn:after {
    content: "X";
    margin-left: auto;
    display: inline-flex;
    text-align: right;
    align-items: center;
    border: 1px solid #c8d0e4;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    justify-content: center;
    font-size: 12px;
    background: #4a5265;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: all 0.5s;
}
.mobfilterbtn.collapsed:before {
    content: "\f0b0";
    z-index: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
    color: #fff;
    position: absolute;
    left: 45px;
    top: 4px;
    font-size: 12px;
}
.search-grid-top-end {
    display: flex;
    align-items: end;
    gap: 10px;
    margin: 0 0 5px;
}
.search-grid-top-end .form-select {
    border: 1px solid #d4d9db;
    color: #62666e;
}
.search-grid-top-end a {
    text-decoration: underline;
}
.search-grid .search-widget {
    display: flex;
    gap: 15px;
}
.search-grid .search-organ-img {
    width: 50%;
}
.search-grid .search-grid-info {
    width: calc(50% - 15px);
    padding: 0 15px 15px 0;
}
.search-grid {
    border: 1px solid #f2f2f2;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    margin: 0 0 20px;
}
.search-grid .wish-search-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0 0;
}

.search-grid .wish-search-content p {
    color: #4863c9;
}
.sorrbylbl {
    font-size: 12px;
    color: #545661;
}
.search-grid-top-filter-list span {
    border: 1px solid #cdcdcd;
    margin: 0 1px 0 0;
    padding: 2px 5px;
    display: inline-block;
    border-radius: 4px;
    font-size: 12px;
}

.search-section {
    padding: 60px 0;
    background: #fff;
}
.search-wrapper {
    background: #f4f4f4;
    padding: 24px 20px;
}
.search-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.search-filter h4 {
    font-size: 22px;
    font-weight: 600;
    color: #2f4160;
    margin-bottom: 0;
}
.search-filter h6 {
    font-size: 16px;
    font-weight: 500;
    color: #70737e;
    margin-bottom: 0;
}
.search-wrapper form label {
    margin-bottom: 0px;
}
.search-wrapper form input {
    margin-bottom: 15px;
}
.search-wrapper form select {
    margin-bottom: 15px;
    border-color: #dcdcdc;
    color: #333;
    font-size: 15px;
    min-height: 46px;
    padding: 6px 15px;
    display: block;
    width: 100%;
    color: #696969;
    font-size: 13px;
    font-weight: 400;
    background: #fff;
}
.search-wrapper .btn.btn-apply {
    padding: 10px 14px;
    font-size: 16px;
    border-radius: 0;
    margin-top: 14px;
}
.search-wrapper .btn.btn-apply:hover {
    border-radius: 0px;
    background: #fff;
    color: #3C5262;
    border: 1px solid #3C5262;
}
.search-organ-img .wishlists-img iframe {
    height: 100%;
}
.search-organ-img {
    position: relative;
    overflow: hidden;
}
.search-organ-img .btn-badge {
    background-color: #1E66C9;
    padding: 7px 14px;
    color: #ffffff;
    width: fit-content;
    position: absolute;
    z-index: 5;
    top: 10px;
    right: 10px;
    box-shadow: 0px 5px 15px 0px rgba(30, 102, 201, 0.5);
}
.search-organ-img .btn-badge h6 {
    margin: 0;
    padding: 0;
    color: #ffffff;
}

.search-organ-img .wishlists-img {
    height: 100%;
}
.search-organ-img a .wishlists-img iframe {
    height: 100%;
}
.search-organ-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    overflow: hidden;
}
.search-organ-img .search-img-organization {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
.search-organ-img .search-img-organization h6 {
    background: #1E66C9;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    margin: 0;
}
.search-progress-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px;
}

.search-progress {
    width: 70%;
}
.search-badge {
    background: #a0a6d0;
    color: #fff;
    padding: 4px 15px;
    font-size: 12px;
    display: inline-block;
    border-radius: 9px;
}
.wish-search-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 10px 0 0;
}
.search-wish-contentprice {
    align-items: flex-start;
}
iframe.note-video-clip {
    max-width: 100%;
}
.wish-content-search {
    padding: 15px;
}
.wish-search-content h6 {
    color: #1E66C9;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    
}
.wish-search-content p {
    color: #505050;
    font-size: 16px;
    font-weight: 600;
}
.search-wish-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333131;
    margin-bottom: 10px;
    
}
.search-wish-content a h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    
}
.search-wishley-content-wrap .overview_content p b {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    
}
.search-share ul li {
    padding-right: 12px;
}
.search-share ul {
    margin-bottom: 14px;
}
.search-wishley-content-wrap {
    margin: 20px 0 25px;
}
.search-wishley-content-wrap .overview_content {
    color: #535961;
    font-weight: 400;
    font-size: 14px;  
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; 
    margin-bottom: 0;
    max-height: 38px;
}
.search-wishley-content-wrap .overview_content p {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 15px !important; 
    
}
.search-wishley-content-wrap .overview_content p span {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 15px !important; 
    
}
.search-wishley-content-wrap .overview_content span {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 15px !important; 
    
}

.search-wishley-content-wrap a {
    text-decoration: underline;
}
.search-border {
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: .3s all;
    overflow: hidden;
}
.search-wish-profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-wish-profile .search-profile {
    display: flex;
    align-items: center;
}
.search-wish-profile .search-profile img{
   width: 28px;
   height: 28px;
   border-radius: 50px;
}
.search-profile-name {
    margin-left: 10px;
}
.search-profile-name h6 {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
}
.search-profile-name p {
    font-size: small;
    color: #888E96;
    margin-bottom: 0px;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.wish-content-search .progress {
    margin-bottom: 8px;
    height: 10px !important;
}
.progress .progress-bar {
    background-color: #1E66C9;
}
.wish-content-search .oragans-setcontentbtn a {
    padding: 6px 24px;
}


/* -------------------------
Organization Design---New
 -----------------------*/

.organization-section {
    padding: 60px 0;
    background: #fff;
}
.organzization-coverphoto .font-share ul {
    justify-content: center;
    margin-bottom: 0;
    padding: 14px;
    background-color: #f5f5f5;
}
.organization-section .font-share {
    margin-bottom: 24px;
}
.organization-content {
    margin-bottom: 30px;
    margin-top: 40px;
}
.organization-content p span {
    color: rgb(34, 34, 34);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.organization-content p + p {
    margin-top: 15px;
}
.organization-section .organzization-coverphoto .img-wrap-fund {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    height: 368px;
}
.organization-section .organzization-coverphoto .img-wrap-fund iframe {
    height: 100%;
}
.organi-fund-photo {
    border-radius: 10px 10px 0 0!important;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    overflow: hidden;
}
.organi-fund-photo:hover {
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.organization-section .search-wished-profile h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;
}
.organization-section .search-wished-profile .search-profile {
    display: flex;
    align-items: center;
}
.organization-section .search-wished-profile .search-profile img{
   width: 30px;
   height: 30px;
   border-radius: 50px;
}
.organ-profile-list {
    margin-bottom: 40px;
}
.information-support-wrap {
    margin-bottom: 50px;
}
.information-support-wrap h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}
.information-support-wrap .support-widget-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.information-support-wrap .support-widget-list + .support-widget-list {
    margin-top: 40px;
}
.information-support-wrap .support-widget-list h5 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    display: flex;
    margin-bottom: 0;
}
.information-support-wrap .support-widget-list h5 span {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9ecef;
    color: #fff;
    border-radius: 50px;
    margin-left: 5px;
    cursor: pointer;
}
.wishlay_tooltip {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9ecef;
    color: #fff;
    border-radius: 50px;
    margin-left: 5px;
    cursor: pointer;
}
.donors-profile h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
}
.donors-profile h4 span {
    margin-left: 14px;
    font-size: 18px;
    font-weight: 400;
    color: #413f3f;
}
.donors-profile .donor-list-profile  {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.donors-profile .donor-list-profile li{
    margin-bottom: 14px;
    margin-right: 14px;
}
.donors-profile .donor-list-profile li img{
    border-radius: 50px;
    width: 42px;
    height: 42px;
}
.donors-profile .donor-list-profile li + li {
    margin-bottom: 14px;
    margin-right: 14px;
}
.service-organ-other-one {
    display: none;
}


/* -------------------------
    Footer
-----------------------*/

.footerlinks h2 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #0C3653;
    font-weight: 800;
}
.footerlinks .link-footer li a {
    padding-left: 20px;
    font-size: 16px;
    position: relative;
    color: #35394D;
    font-weight: 600;
}
.footerlinks .link-footer li a.active {
    color: #FF6015;
}
.footerlinks .link-footer li a::after {
    position: absolute;
    content: "";
    background: #FF6015;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    left: 0;
    top: 7px;
}
.footers {
    padding: 75px 0px 30px;
}
/*-----------------
    slider
-----------------------*/

.slider-view .owl-theme .owl-dots .owl-dot  span {
    width: 39px;
    height: 7px;
    background: #0C3653;
}
.slider-view .owl-theme .owl-dots .owl-dot.active span {
    background: #FF6015;
}
.slider-view .owl-theme .owl-dots .owl-dot  span {
    width: 39px;
    height: 7px;
    background: #0C3653;
}
.slider-view .owl-theme .owl-dots .owl-dot.active span {
    background: #FF6015;
}
.slider-view .owl-nav {
    position: absolute;
    top: -130px;
    right: 20%;
    margin: 0;
    display: flex;
}
.slider-view .owl-nav button {
    background: #fff;
}
.slider-view .owl-carousel .owl-nav button {
    background: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    box-shadow: 0px 4px 24px 0px #C9C9C940;
    color: #FF6015;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-view .owl-dots {
    margin-top: 65px;
}
.header-transnew .header-nav {
    background: transparent;
    padding: 0;
}
.banner-dot-img {
    position: relative;
}

.banner-dot-img span:nth-child(1) {
    position: absolute;
    right: 0;
}
span.multiselect-native-select {
    width: 100%;
}
span.multiselect-native-select .btn-group button.multiselect {
    height: 50px;
}
span.multiselect-native-select .btn-group button.multiselect:focus {
    box-shadow: none;
    outline: 0;
    border-color: #d5d5d5;
}
.banner-dot-img span:nth-child(2) {
    position: absolute;
    top: 40px;
}

.banner-dot-img span:nth-child(3) {
    position: absolute;
    top: 60px;
    left: 50%;
}
.player{
    max-width:100% !important;
}
.signininputregister h6.terms {
    line-height: 28px;
}
.explore-sorts.explore-wishlists.form-border ul li {
    width: 33.3%;
    flex-wrap: wrap;
}

.organization-img-name{
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items: center;
}
.organization-collabrater h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.organization-img-name img{
    width:100px;
    border-radius:50px;
    margin-bottom:10px;
}
.organization-img-name h5{
    font-size:16px;
    margin-bottom:10px;
    font-weight: 600;
}
.organization-img-name h6{
    font-size:16px;
    margin-bottom:0px;
    font-weight: 400;
    color: #777;
}
.section-org-colasection{
    padding: 60px 0;
}

.banner-sections {
    background: url(../img/banner-background.jpg) no-repeat;
    padding-bottom: 140px;
}
.btn-auth {
    padding:10px 20px !important;
    border-radius: 5px;
    background-color: #1E66C9;
    color: #ffffff !important;

}
.img-position {
    position: absolute;
    right: 0px;
    top: -15px;
    width: 410px;
    transform: rotate(-1deg);
    z-index: 5;
}
.bannerimgsa {
    margin-top: 135px;
}
.counter-wrapper {
    color: #ffffff;
    position: relative;
    top: -70px;
    margin-bottom: -70px;
}
.counter-wrapper .counter-section-blk {
    background-color: #1E66C9;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background: url("../img/line-pattern-2.png") #fff no-repeat center center;
    width: 1260px;
    height: 100%;
    box-shadow: 0px 20px 40px 6px #00000008;

}
.counter-wrapper .counter-section-blk .row .col-xl-3:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.32);
}
.counter-wrapper .creating-account {
    display: flex;
    flex-direction: column;
}
.counter-wrapper .creating-account .counter-text {
    font-size: 50px;
    line-height: 59px;
    color: #007AFF;
}
.header-blk .title-info-start {
    border-left: 5px solid #1E66C9;
    padding-left: 15px;
}
.header-blk .title-info-start h4 {
    font-size: 25px;
    font-weight: 600;
}
.header-blk .title-info-start p {
    color: #535961;
}
.header-blk .cta-blk {
    border: 1px solid #cdcdcd;
    border-radius: 7px;
    padding: 10px 20px;
    color: #535961;
}
.section-spacing {
    padding: 60px 0px;
}
.bg-green {
    background-color: #EFF5F4;
}
.wishlist-blk {
    margin-bottom: 3px;
}
.wishlist-blk p {
    font-weight: 500px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #888E96;
}
.wishlist-blk p span {
    color: #333131;
}
.wishlist-blk h5 {
    font-weight: 500px;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.wishlist-blk h5 span {
    color: #1E66C9;
}
.wish-content-search .progress {
    height: 16px !important;
    font-size: 12px;
}
.sticky-blk {
    background: url("../img/sticky-banner.jpg") no-repeat center center;
    width: 100%;
    background-size: cover;
    display: flex;
    column-gap: 100px;
    padding: 50px;
    color: #ffffff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 160px;
    margin-bottom: -100px;
    z-index: 5;
}
.sticky-blk .blk-info:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,0.3);
    padding-right: 100px;
}
.sticky-blk h2 {
    color: #ffffff !important;
    text-transform: none !important;
}
.sticky-blk p {
    color: rgba(255,255,255,0.77) !important;
    font-weight: 400;
    margin-bottom: 20px;
}
.sticky-blk .btn-sticky {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 400;
}
.sticky-blk .btn-sticky:hover {
    background-color: rgba(255,255,255,0.3);
}
.sticky-blk:after {
    background-color: rgba(17, 75, 156, 0.90);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
}
.menu-search {
    margin-left: 20px;
}

.main-menu-wrapper {
    margin-right: auto;
}

.menu-search-input {
    overflow: hidden;
    display: flex;
    align-items: center;
}
.menu-search-input input::placeholder {
    font-size: 12px;
}
.menu-search-input input {
    border: 0;
    padding: 0 10px;
    height: 40px;
    color: #434548;
    min-width: 220px;
    border: 1px solid #cdcdcd;
    border-radius: 5px 0 0 5px;
    min-width: 248px;
}

.menu-search-input .btn {
    background: #1E66C9;
    color: #fff;
    font-size: 11px;
    border-radius: 0 5px 5px 0;
    height: 40px;
    border: 1px solid #1E66C9;
}
.owl-searchsliderimages .owl-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    opacity: 0;
    transition: all 0.5s;
    pointer-events: none;
}

.owl-searchsliderimages {position: relative;}
.owl-searchsliderimages.owl-carousel .owl-nav button {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
}
.owl-searchsliderimages:hover .owl-nav {
    display: flex;
    transition: all 0.5s;
    opacity: 1;    
    padding: 0 20px;
    transition: all 0.5s;
}
.owl-searchsliderimages:hover .owl-nav.disabled {
    display: none;
}
/*-----------------
    Responsive
-----------------------*/
@media only screen and (max-width: 1199.98px) {
    .explore-sorts.form-border ul li select {
        width: 70%;
    }
    .explore-sorts.form-border ul li input {
        font-size: 12px;
        width: 220px;
    }
    .wish-content-search {
        padding: 10px;
    }
}
@media only screen and (max-width: 991.98px) {
    .organization-content {
        margin-top: 0px;
    }
    .organization-section {
        padding: 40px 0;
    }
    .search-wish-content {
        margin-top: 10px;
    }


    .fixed.header{
        position: relative;
    }
    .header-transnew {
        height: auto;
        padding: 0 15px;
    }
    .navhead{
        padding:10px 0;
    }
    .explore-sorts.explore-wishlists.form-border ul li {
        width: 100%;
    }
    section.banner-sections.section.organization-banner {
        padding: 60px 0;
        border-top: 1px solid #d5d5d5;
    }
    .fixed .navhead {
        position: relative;
        background: transparent;
    }
    .bannerimgsa{
        display: none;
    }
    .oragans-bg {
        height: 200px;
    }
    .btn-funds,
    .btn-funds.btn-boxnew,
    .btn-funds.btn-more{
        min-width: auto;
        padding: 7px 15px;
    }
    .footers.footer-new .footer-logo p {
        margin-left: 15px;
    }
    .quick-link {
        padding-top: 0px;
    }
    .explore-sorts ul {
        flex-wrap: wrap;
    }
    .explore-sorts ul li{
        width: 50%;
    }
    .bannerheads h2 span {
        font-size: 36px;
    }
    .bannerheads h2 {
        font-size: 24px;
    }
    .btn-funds i{
        display: none;
    }
    .whyusprovider{
        padding-left: 0px;
    }
    .popularsetimgbg {
        height: 325px;
    }
    .subscripitonsetinput input[type="text"],
    .btn-subscription{
        height: 70px;
        padding: 0 10px;
        font-size: 18px;
    }
    .donation-list ul li {
        font-size: 16px;
    }
    .donation-list ul li span i{
        width: 16px;
        height: 16px;
    }
    .popularsetcontenthead h2 a{
        font-size: 22px;
    }
    .popularsetcontenthead{
        padding: 20px;
    }
    .whyussections h2,
    .page-heads h3 {
        font-size: 26px;
    }
    .whyussections p {
        font-size: 16px;
    }
    .banner-set-contents h4{
        font-size: 26px;
    }
    .howitswork {
        padding: 10px;
        margin-bottom: 15px;
    }
    .funding-platform-img{
        margin-top: 15px;
    }
    .howitsworkcontent h6 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .howitsworkcontent p {
        font-size: 14px;
    }
    .explores-set {
        padding: 25px 10px;
        border-radius: 10px;
    }
    .explores-set h2 {
        font-size: 26px;
    }
    .explores-set p {
        font-size: 14px;
    }
    .cash-donations ul li:last-child {
        margin-top: 0;
        padding-left: 15px;
    }
    .funding-platform h3 {
        font-size: 26px;
    }
    .nonprofitlist{
        flex-direction: column;
    }
    .nonprofitlist {
        align-items: start !important;
    }
    .nonprofitbtn{
        margin-top: 15px;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .org-signupbtn{
        text-align: center !important;
    }
    .funding-platform h3 {
        font-size: 26px;
    }
    .explore-sorts ul {
        padding: 5px;
    }
    .explore-sorts.explore-wishlists ul li{
        width: 50%;
    }
    .explore-sorts.form-border ul li {
        border: none;
        width: 100%;
        border-bottom: 1px solid #d5d5d5;
        display: block;
    }
    .service-organ-other-one {
        display: block;
    }
}
@media only screen and (max-width: 575.98px) {
    .search-grid .search-widget {
        flex-direction: column;
    }
    
    .search-grid .search-organ-img {
        width: 100%;
    }
    .search-hdr h2 {
        font-size: 18px;
    }
    .search-hdr {
        padding: 20px 0 0;
    }
    .search-grid .search-grid-info {width: 100%;padding: 0 15px 15px;}
    
    .wish-search-content {
        margin: 0;
        padding: 0;
    }
    .sticky-blk {
        flex-direction: column;
        gap: 25px;
    }
    .wish-search-content {
        display: block;
    }
    /* .organization-content {
        margin-top: 120px;
    } */
    .search-wish-profile {
        display: block;
    }
    .wish-content-search .search-wish-profile .oragans-setcontentbtn {
        text-align: left !important;
    }
    .sticky-blk .blk-info:not(:last-child) {
        border-right: 0;
        padding: 0;
    }



    .bannerheads h2{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .banner-set-contents h4 {
        font-size: 22px;
    }
    .explore-sorts.explore-wishlists ul li{
        width: 100%;
    }
    .btn-funds{
        font-size: 14px;
    }
    .explore-sorts.form-border ul li select {
        width: 100%;
    }
    .explore-sorts ul li{
        width: 100%;
        border-left: 0;
        border-top: 1px solid #d5d5d5;
    }
    .banner-sections{
        padding: 40px 15px;
    }
    .whyussections p {
        margin-bottom: 30px;
        font-size: 14px;
   }
   .wislist-slider-set .owl-item {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-scetions{
        flex-direction: column;
        
    }
    .footer-scetions {
        margin-top: 0;
        padding-top: 0;
    }
   .page-heads p{
       margin-bottom: 20px;
       font-size: 14px;
   }
    .whyussections h2 {
        font-size: 22px;
    }
    .bannerheads h2 span{
        font-size: 24px;
        display: contents;
        color: #0C3653;
    }
    .donation-list ul li {
        font-size: 16px;
    }
    .subscripitonset {
        background: transparent;
        padding: 25px;
    }
    .subscripitonsetinput input[type="text"],
    .btn-subscription {
        height: 60px;
        font-size: 16px;
        border-radius: 0;
        padding: 0 15px;
        width: 100%;
    }
    .btn-subscription img{
        display: none;
    }
    .slider-view .owl-dots {
        margin-top: 25px;
    }
    .slider-view .owl-theme .owl-dots .owl-dot span {
        width: 15px;
    }
    .mt-5{
        margin-top: 1.5rem!important;
    }
    .slider-view .owl-nav {
        display: none;
    }
    .popularsetimgbg {
        height: 320px;
    }
    .popularsetcontenthead {
        padding: 10px;
    }
    .oragnes-listb h5 a{
        font-size: 16px;
    }
    .oragnes-listb h6 a{
        font-size: 14px;
    }
    .whyussections h2,
    .page-heads h3 {
        font-size: 20px;
    }
    .page-heads .heading-responsive{
        font-size: 30px;
        margin-bottom: 15px !important;
    }
    .footerlinks li {
        margin-bottom: 10px;
    }
    .footerlinks .link-footer li a {
        font-size: 14px;
    }
    .footerlinks h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .footers {
        padding: 30px 0px;
    }
    .footerbottom {
        padding-top: 15px;
        margin-bottom: 15px;
    }
    .navbar-brand.logo img {
        height: 50px;
    }
    .page-heads {
        text-align: center;
        margin-bottom: 0;
    }
    .popularsetcontenthead h2 {
        font-size: 18px;
    }
    .popularsetcontenthead p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .popularsetcontenthead a{
        width: 34px;
        height: 34px;
        font-size: 20px;
    }
    .popularsetcontenthead{
        bottom: -50px;
    }
    .subscripitonset h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
}
/* New Responsive Style */

@media only screen and (max-width: 991.98px) {
    .menu-search {
        display: none;
    }
    .banner-set-contents.banner-heading h3 {
        margin: 0;
    }
    .banner-sections.banner-new-style, .news-letter  {
        padding: 50px 0;
    }
    .banner-btnset {
        padding-left: 60px;
    }
    .banner-set-contents.banner-heading h4 {
        font-size: 27px;
    }
    .bannerimgsa {
        display: block !important;
        margin-top: 20px;
    }
    .banner-set-contents.banner-heading {
        margin-bottom: 0;
    }
    .banner-set-contents p {
        margin: 0 0 20px;
    }
    .page-heads.heading h2 {
        font-size: 27px;
        line-height: 40px;
    }
    .page-heads {
        margin-bottom: 35px;
    }
    .funding-platform.unique-approach h3 {
        font-size: 27px;
        line-height: 40px;
    }
    .funding-platform.unique-approach h5 {
        padding-bottom: 5px;
    }
    .counter-section .creating-account .design-img {
        display: none;
    }
    .counter-section .creating-account .counter-text {
        font-size: 28px;
    }
    .counter-section .creating-account {
        align-items: self-start;
    }
    .start-campaign .page-heads .campaign-heading h3 {
        font-size: 32px;
    }
    .start-campaign .page-heads .campaign-heading p {
        max-width: 510px;
    }
    .start-campaign .page-heads {
        justify-content: space-around;
    }
    .feature-service .service-heading h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .feature-service .service-heading p {
        max-width: 780px;
    }
    .feature-service .feature-card h5 {
        font-size: 17px;
    }
    .feature-service {
        padding: 50px 0 30px 0;
    }
    .feature-service .service {
        padding-bottom: 0;
    }
    .footers.footer-new .quick-link {
      margin-bottom: 40px;
    }
    .testimonial-slider .slider-heading h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .testimonial-slider .slider-text p {
        margin-bottom: 20px;
    }
    .news-letter .news-heading h3 {
        font-size: 30px;
    }
    .news-letter .news-heading h2 {
        font-size: 35px;
    }
    .news-letter .news-heading {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .faq-section .faq-content h2 {
        font-size: 28px;
        line-height: 42px;
        max-width: 640px;
    }
    .why-us-sections.faq-section {
        padding: 50px 0;
    }
    .footers.footer-new .footer-logo .footer-sociallinks {
        justify-content: center;
    }
    .funding-platform.unique-approach p {
        max-width: 100%;
    }
    .bannerimgsa a img {
        display: block;
    }
    .cancel-btn.btn-cancel {
        padding: 30px 50px 0 0;
        margin-bottom: 40px;
    }
    .cancel-btn.btn-cancel.create-acc-cancel {
        padding-top: 10px;
    }
      .loginview {
        margin: 0;
      }
      .explore-sorts.form-border ul {
        justify-content: center;
    }
    .loginview.border-radius {
        margin-top: 50px;
    }
    .explore-sorts.form-border ul li.btn-dark-list {
        display: flex;
        justify-content: center;
        padding: 0;
        margin-top: 15px;
    }
    .wilist-tagimg.img-width {
        width: 100%;
    }
    .wilist-tagimg.img-size {
        height: 482px;
        background-size: contain;
        background-position: top center;
    }
}

@media only screen and (max-width: 767.98px) {
    .sticky-blk {
        transform: translateY(0%);
        top: 0;
        margin-top: 0;
        margin-bottom: 30px;
        column-gap: 20px;
        padding: 25px;
    }
    .sticky-blk .blk-info:not(:last-child) {
        padding-right: 20px;
    }
    .banner-sections.banner-new-style, .section.why-us-organization  {
        padding: 40px 0;
    }
    .banner-btnset {
        padding-left: 0;
    }
    .explore-sorts.form-border ul li input {
        font-size: 12px;
        width: 100%;
    }
    .explore-sorts.form-border ul li select {
        width: 100%;
    }
    .page-heads.heading h3 {
        line-height: 60px;
    }
    .funding-platform.unique-approach h3 {
        font-size: 22px;
    }
    .explore-sorts.explore-wishlists ul li{
        width: 100%;
    }
    .counter-section .creating-account {
        margin-bottom: 20px;
    }
    .counter-section { 
        padding: 40px 0 20px 0;
    }
    .why-us-sections.faq-section {
        padding: 40px 0;
    }
    .faq-section .faq-content h2 {
        font-size: 22px;
        max-width: 500px;
    }
    .start-campaign .page-heads {
        flex-wrap: wrap;
        gap: 20px;
    }
    .news-letter .news-heading h2 {
        font-size: 30px;
    }
    .news-letter {
        padding: 40px 0;
    }
    .news-letter .news-heading h3 {
        font-size: 27px;
    }
    .footers.footer-new .quick-link {
        margin-bottom: 40px;
    }
    .banner-dot-img.swing {
        transform-origin: top center;
        animation: none;
    }
    .section.why-us-organization.bg-white {
        padding-bottom: 100px;
    }
    .wilist-tagimg.img-size {
        height: 370px;
        background-size: contain;
        background-position: top center;
    }
    .loginviewcontent.loginview-content-new {
        padding: 50px;
    }
    .loginviewcontent.signup-text-content {
        padding: 50px;
        padding-top: 0;
    }
    .loginviewcontent.signup-text-content.new-content-text {
        padding-bottom: 10px;
    }
    .loginviewcontent.view-con-new {
        padding: 50px;

    }
    .footers.footer-new {
        padding: 40px 0;
    }
    .sign-btn.text-center.mt-3.mob-num-change {
        padding-bottom: 30px;
    }
    .organization-section .organzization-coverphoto .img-wrap-fund {
        height: 370px;
    }
    .search-border {
        padding: 0;
    }
    .search-organ-img {
        border-radius: 10px 10px 0 0;
    }
    .wish-content-search {
        padding: 10px 24px;
    }
}
   

@media only screen and (max-width: 575.98px) {
    .section-spacing {
        padding: 30px 0px;
    }
    
    .banner-set-contents.banner-heading h4 {
        font-size: 20px;
        line-height: 2;
    }
    .howitswork.work-card {
       max-height: 100%;   
       margin-top: 45px;
    }
    .btn-donatnew:hover {
        box-shadow: inset 600px 0 0 0 #fff;
    }
    .howitsworkcontent {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .counter-section .creating-account {
        align-items: center;
    }
    .counter-section .creating-account .counter-text,
    .counter-section .creating-account .counter-text, .count-textset {
        font-size: 24px;
    }
    .counter-wrapper .creating-account .counter-text {
        font-size: 24px;
    }
    .counter-section .creating-account .counter-heading {
        text-align: center;
    }
    .faq-section .faq-main-img img {
        display: none;
    }
    .page-heads.heading h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .funding-platform.unique-approach h3 {
        line-height: 32px;
    }
    .faq-section .faq-content h2 {
        font-size: 20px;
        max-width: 450px;
        line-height: 35px;
    }
    .feature-service .service-heading h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .testimonial-slider .slider-heading h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .news-letter .news-heading h3 {
        font-size: 23px;
    }
    .news-letter .news-heading h2 {
        font-size: 25px;
    }
    .start-campaign {
        padding: 40px 0;
    }
    .organization-container.max-width-container .organization-box {
        padding: 30px 30px 70px 30px;
    }
    .explore-sorts.form-border ul li.select-list {
        width: 100%;
        justify-content: start;
    }
    .page-heads.organization-heading h3 {
        font-size: 24px;
        line-height: 50px;
    }
    .wilist-tagimg.img-size {
        height: 280px;
        background-size: contain;
        background-position: top center;
    }
    .password-require.ulpwdstrength p {
        line-height: 30px;
    }
    .btn-comments{
      margin-left:0 !important;
    }
    .organization-section .organzization-coverphoto .img-wrap-fund {
        height: 280px;
    }
    .search-organ-img img {
        height: 230px;
    }
    .search-organ-img {
        height: 230px;
    }
    .search-organ-img .wislist-imgtag {
        height: 240px;
    }
    .paraknown .modal-title{
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 450.98px) {
    .img-position {
        width: 260px;
    }
    .banner-button.button-signup .signup-button {
        margin-bottom: 20px;
      }
      .start-campaign .page-heads .campaign-heading h3 {
        font-size: 25px;
        line-height: 33px;
      }
      .banner-set-contents.banner-heading {
        margin: 45px 33px 0 33px;
      }
      .news-letter .news-heading h3 {
        font-size: 20px;
      }
      .banner-button.button-signup .signup-button {
        margin-bottom: 0px;
      }
      .banner-button.button-signup a {
        font-size: 15px;
    }
    .banner-button {
        flex-wrap: nowrap;
      }
      .accordion-button::after {
        right: -10px;
        font-size: 25px;
        top: 15px;
      }
      .news-letter {
        padding-bottom: 0;
      }
    .organization-container.max-width-container .organization-box {
        padding: 30px 0px 70px 0px;
    }
    .explore-sorts.form-border ul li select {
        width: 100%;
      }
    .howitswork.work-card .howitsworkcontent h6 {
        font-size: 22px;
    }
    .page-heads.heading h3 {
        line-height: 40px;
    }
      .explore-sorts.form-border ul li input {
        font-size: 12px;
        width: 100%;
      }
      .playicon span {
        width: 90px;
        height: 90px;
        }
        .playicon {
            position: absolute;
            right: 33%;
            top: 35%;
          }
      .loginviewcontent {
        padding: 30px 10px;
      }
      .loginviewcontent h2 {
        font-size: 22px;
    }
    .sign-btn.btn-new-signin p {
        font-size: 13px;
    }
    .loginviewcontent.signup-text-content {
        padding: 25px 13px;
      }
    .split-input.new-ph-box {
        display: flex;
        gap: 5px;
    }
    .sign-btn.text-center.mt-3 {
        padding-bottom: 0px;
    }
    .wilist-tagimg.img-size {
        height: 160px;
        background-size: cover;
        background-position: top center;
    }
    .wilist-tagname.tagname-padding {
        padding: 15px;
    }
    .oragans-bg.organs-bg-size {
        height: 170px;
    }
    .loginviewcontent.loginview-content-new {
        padding: 30px 10px;
      }
      .loginviewcontent.view-con-new {
        padding: 30px 10px;
      }
      .organization-section .organzization-coverphoto .img-wrap-fund {
        height: 160px;
    } 
}



