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


body {
  background: white;
  font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-size:inherit;
    font-weight:inherit
}
a{
    color:black;
    text-decoration:inherit
}
/*a {*/
/*  text-decoration: none;*/
/*}*/
.profile {
  padding: 8px 140px 11px;
  box-shadow: 3px 2px 10px rgb(190, 190, 190);
  background: #eeeeee;
  z-index: 99 !important;
  position: relative;
}
.itemleft.subdomain {
    width: 100%;
}
.bannerinnerlefttext.subdomain h3 {
    padding: 10px;
}

.bannerinnerlefttext.subdomain {
    display: flex;
    align-items: center;
}

.bannerinnerrighttext.subdomain {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    padding: 10px;
}
.serch-lect {
  width: 25%;
}
.bannerleftWP h3 {
    color: rgba(153, 76, 12, 1);
    font-size: 30px;
    font-weight: 900;
}
.serch-lect select {
  width: 70%;
  outline: none;
  padding: 12px;
  background: #607d8b;
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 18px;
}
.search-right {
  width: 75%;
}

.profile-search {
  display: flex;
  gap: 40px;
}

.search-box {
  width: 70%;
  background: #fff;
  border-radius: 5px;
  padding: 12px 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.search-box i {
  color: #8d8d8d;
}
.search-box input {
  outline: none;
  border: none;
  width: 100%;
  font-size: 17px;
}

.mainboxs {
  background: #eeeeee;
  padding: 50px 140px;
  /*width: 95.5%;*/
  margin: auto;
  box-shadow: 3px 3px 10px rgb(209, 209, 209);
  margin-bottom:-50px;
}
.searchFilter {
  width: 20%;
}

.mainItems {
  display: flex;
  gap: 30px;
}
.searchFilter h3 {
  font-size: 15px;
  color: #424242;
  border-bottom: 1px solid #dddbdb;
  padding-bottom: 6px;
}
.grantmark {
  width: 80%;
}

.grantmark h3 {
  font-size: 15px;
  color: #424242;
}

.innersearch {
  display: flex;
  gap: 10px;
  align-items: center;
}
.innersearch input {
  background: #eeeeee;
  border: none;
  outline: none;
}
.topitems {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddbdb;
}

.grantmarkItembox {
  display: flex;
  margin-top: 20px;
  gap: 25px;
}

.itemleft {
  width: 75%;
  border-radius: 5px;
}
.singleitemleft {
  background: #fff;
  padding: 25px;
  margin-bottom: 25px;
}
.itemright {
  width: 25%;
  padding: 30px 20px;
  border-radius: 5px;
  background: #fff;
  height: 750px;
}
.iconber {
  display: flex;
  gap: 3px;
  color: #c54e00;
  font-size: 25px;
  margin-bottom: 22px;
}

.itemleft h2 a {
  font-size: 24px;
  margin-bottom: 15px;
  font-family: "Roboto";
  transition: all linear 0.3s;
  font-weight: 400;
  color: #585858;
}
.itemleft h2 a:hover {
  color: #c54e00;
}
.itemleft p {
  font-size: 15px;
  font-family: "Roboto";
  color: #c54e00;
  margin-bottom: 15px;
}

.totalmoneywp {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  background: #f5f5f5;
}
.moneyleft h4 {
  font-size: 17px;
  color: #585858;
  font-family: "Roboto";
  font-weight: Ragular;
}
.moneyleft span {
  font-size: 12px;
  color: #424242;
  font-family: "Roboto";
}
.spantext {
  font-size: 15px;
  color: #333333;
  font-family: "Roboto";
}
.iconbarwp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.moneyrght {
  display: flex;
  gap: 7px;
  text-align: center;
}

/* itemright css */
.itemright h2 {
  font-size: 17px;
  color: #333333;
  margin-bottom: 10px;
  font-family: "Roboto";
}
.itemright p {
  font-size: 12px;
  font-family: "Roboto";
  color: #333333;
}

.dowpptext {
  width: 100%;
  background: #f5f5f5 !important;
  font-size: 13px;
  text-align: left;
  font-family: "Roboto";
  text-transform: capitalize;
  margin-bottom: 20px;
  outline: none;
}

.innerText {
  font-size: 13px;
  font-family: "Roboto";
  color: #333333;
  padding: 20px 10px 10px;
  background: #f5f5f5;
}

.bgColorr {
  background: #f5f5f5;
  margin-top: -22px;
}

.citytext h3 {
  font-family: "Roboto";
  margin-top: 40px;
  font-size: 15px;
  color: #585858;
}

.checkboxsingleItem {
  display: flex;
  justify-content: space-between;
}
.checkboxsingleItem span {
  color: #585858;
  font-size: 12px;
}
.checkboxsingleItem input {
  width: 18px;
  height: 18px;
}
.inputitemss {
  display: flex;
  align-items: center;
  gap: 15px;
}
.morebtn {
  margin-top: 10px;
  font-size: 12px;
  color: #585858;
  border: none;
}
.moneyinput {
  margin-top: 10px;
}
.moneyinput input {
  padding: 4px 10px;
  border: none;
  outline: none;
}

.gobtn {
  color: #fff;
  font-size: 15px;
  font-family: "Roboto";
  padding: 5px;
  border: none;
  width: 100%;
  background: #607d8b !important;
  margin-top: 10px;
  border-radius: 5px;
  transition: all linear 0.3s;
}
.dontclick {
  font-size: 12px;
  color: #333333;
  margin-top: 10px;
}
.checklast {
  display: flex;
}
.gobtn:hover {
  box-shadow: 0px 2px 10px rgb(180, 180, 180);
}

.accordion-button:focus {
  z-index: 0 !important;
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
}
.learnmore {
  text-align: center;
}
.learnmore a {
  font-size: 14px;
  color: #c54e00;
  text-align: center;
}
.searchbtncls {
  width: 35px !important;
  height: 35px !important;
  background: #f5f5f5 !important;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  box-shadow: 2px 2px 7px rgb(180, 180, 180);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: none;
  background-color: none;
  border-color: #fff !important;
}
.search-small {
  text-align: center;
  margin-left: -3px;
}
.shbox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.shbox input {
  width: 16px;
  height: 16px;
}
.shbox span {
  font-size: 13px;
}

button.selectallbtn {
  border: none;
  font-size: 13x;
  display: flex;
  width: 100%;
  justify-content: center !important;
}

.parag {
  margin-top: 15px;
  font-size: 12px;
  text-align: center;
}
.pagination {
  max-width: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
}
.pagination button {
  padding: 6px 12px;
  border: none;
  font-size: 17px;
  font-family: "Roboto";
}
.pagination button.active {
  background: #c54e00;
  color: #fff;
}
.pagination button i {
  color: #535353;
  font-size: 13px;
}

/* profile serarch css end */

/* start grants search css */
.grants-search select {
  background: #607d8b !important;
}
.togglebtnn h2 {
  font-size: 15px;
  color: #424242;
}

.togglebtnn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dddbdb;
}
.innertoggle {
  display: flex;
  /* align-items: center !important; */
  gap: 10px;
}
.innertoggle p {
  font-size: 12px;
  color: #9e9e9e;
  margin-bottom: 0px;
}

.newGrants {
  width: 80% !important;
}
.newFiltergrants {
  width: 20% !important;
}
.newgrantsitem {
  width: 100% !important;
}
.topHeading {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddbdb;
  margin-top: 15px;
  padding: 0px 10px;
}
.topheadingtext span {
  color: #333333;
  font-size: 15px;
}
.resultsingleitem {
  display: flex;
}
.resultleft {
  width: 45%;
}
.resultcenter {
  width: 45%;
}
.resultright {
  width: 10%;
}
.newsingleitemleft {
  padding: 15px !important;
}

.lll {
  padding: 20px 10px;
}
.spannn {
  font-size: 12px;
  color: #757575;
}
.resultleft h3 {
  font-size: 15px;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 700;
}
.resultleft p {
  font-size: 12px;
  margin-bottom: 15px;
  color: #333333;
}
.resultleft span {
  font-size: 12px;
  color: #757575;
}
.resultcenter h4 {
  font-size: 15px;
  color: #757575;
  transition: all linear 0.3s;
}
.resultcenter h4:hover {
  color: #03a9fa;
}
.resultcenter p {
  font-size: 12px;
  color: #757575;
}
.resultright {
  display: flex;
  justify-content: end;
  padding-right: 5px;
}
.resultright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.resultright a {
  display: flex;
  gap: 10px;
  color: #585858;
  align-items: center;
  border: none;
  transition: all linear 0.3s;
}
.resultright a:hover {
  color: #03a9fa;
  font-size: 16px;
  background: #fff;
}
.resultright ul {
  position: absolute;
  inset: 0px 0px auto auto;
  margin: 0px;
  transform: translate(0px, 18px);
  border: none;
  box-shadow: 1px 1px 4px gray;
}
.bgresults {
  background: #f5f5f5;
}
.pagination button:hover {
  background: #c54e00;
  color: #fff;
}
.pagination button:hover i {
  color: #fff;
}
.pagination2 button:hover {
  background: #607d8b;
  color: #fff;
}
.pagination2 button:hover i {
  color: #fff;
}
.pagination2 .active {
  background: #607d8b !important;
}
.max-min-money {
  display: flex;
  gap: 10px;
  align-items: center;
  text-align:center;
}
.max-min-money .number1 {
  width: 80%;
  border: none;
  padding: 6px;
  outline: none;
  border-radius: 3px;
}
/* .max-min-money button {
    width: 10%;
    border: none;
    background: #607D8B;
    color: #fff;
    font-weight: bold;
    padding: 5px 0px;
    border-radius: 3px;
} */
.max-min-money button {
  width: 22%;
  border: none;
  background: #607d8b;
  color: #fff;
  padding: 5px 10px !important;
  font-weight: bold;
  padding: 5px 0px;
  border-radius: 3px;
  text-align: center;
}

.clearbtn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.clearbtn button {
  border: none;
  background: #dfdfdf;
  padding: 5px 10px;
  border-radius: 5px;
  font-family: "Roboto";
  color: #919191;
}

.dropdown > :focus {
  outline: 2px solid #f5f5f5;
}

/* end grants search css */

/* banner css start */
.grant-banner {
  display: flex;
  justify-content: space-between;
  padding: 80px 140px 0px;
  gap: 50px;
  background: #fff !important;
  text-align:center;
  align-items:center;
}
.grant-banner.subdomain{
  display: flex;
  justify-content: space-between;
  padding: 80px 140px 0px 350px;
  gap: 50px;
  background: #fff !important;
  text-align:center;
  align-items:center;
}
/*.grantbannerleft {*/
/*  width: 60%;*/
/*}*/
.grantbannerleft h2 p{
  font-size: 48px;
  color: #2d5237;
  margin-bottom: 10px;
  font-family: "Roboto";
  font-weight:700;
}
.grantbannerleft p {
  color: #2d4352;
  font-size: 18px;
  font-weight:400;
}
.grantbannerright {
  width: 40%;
  display: flex;
  justify-content: center;
}
.grantbannerright img {
  height: 80%;
  object-fit: contain;
}
.bannerleftWP {
  display: flex;
  text-align: center;
  margin-top: 55px;
  gap: 15px;
}
/*.rightpadding {*/
/*  padding-right: 100px;*/
/*}*/
.bannerinnerlefttext svg {
  font-size: 40px !important;
  margin: auto;
}
.bannerinnerrighttext svg {
  font-size: 40px !important;
  margin: auto;
}
.bannerinnerrighttext h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.bannerinnerlefttext h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* banner css end */

/* profile details demo 3 css start */
.profileDetails {
  padding-top: 0px;
}

.blackbar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #212121;
  /*width: 95.5%;*/
  margin: auto;
}
.rText {
  width: 46%;
  display: flex;
  justify-content: flex-start;
}
.mimg {
  width: 8%;
  position: relative;
}
.lText {
  width: 46%;
  display: flex;
  justify-content: flex-end;
}
.innnImg {
    position: absolute;
    top: -53px;
    left: 25px;
}
.innnImg img {
  width: 100%;
}

.novartis {
  text-align: center;
}
.novartis h2 {
  font-size: 27px;
  font-family: "Roboto";
  color: #333333;
  margin-bottom: 30px;
}
.novartis p {
  font-size: 17px;
  color: #333333;
  font-family: "Roboto";
  margin-bottom: 20px;
}
.iconbers {
  display: flex;
  justify-content: center;
}
.summary {
  background: #f5f5f5;
  padding: 100px 0px;
  /*width: 95.5%;*/
  margin: auto;
  box-shadow: 2px 2px 11px #afafaf;
  border-radius: 5px;
}
.summaryDetails h3 {
  background: #eeeeee;
  padding: 10px;
  font-size: 19px;
  color: #333333;
  margin-bottom: 0px;
  font-family: "Roboto";
  font-weight: 300;
}
.summaryInnerdts {
  text-align: center;
  background: #fff;
  padding-top: 72px 47px 20px 10px;
  border-bottom: 1px solid #dddbdb;
  margin-top: 15px;
}
.summaryInnerdts span {
  font-size: 15px;
  color: #333333;
  font-weight: 300;
}
.summaryInnerdts h2 {
  font-size: 34px;
  margin-bottom: 20px;
  color: #333333;
  font-weight: 300;
}
.summaryDetails {
  background: #fff;
  box-shadow: 2px 2px 8px rgb(201, 201, 201);
  margin-top: 100px;
}
.summarybox {
  padding: 0px 20px;
}
.disleft p {
  font-size: 15px;
  color: #333333;
  font-weight: 300;
  margin-bottom: 0;
}
.disleft span {
  font-size: 24px;
  color: #333333;
  font-weight: 400;
}
.distribution {
  display: flex;
  justify-content: space-around;
  padding: 20px 0px;
  text-align: center;
}
.distributions {
  display: flex;
  justify-content: space-around;
  padding: 20px 0px;
}
.summary2 {
  background: #fff;
  margin-top: 20px;
  box-shadow: 2px 2px 8px rgb(201, 201, 201);
}
.disright p {
  font-size: 15px;
  color: #333333;
  font-weight: 300;
  margin-bottom: 0;
}
.disright span {
  font-size: 15px;
  color: #333333;
  font-weight: 400;
}

.peoplehead {
  display: flex;
  justify-content: space-between;
  padding: 35px 15px 25px;
  background: #eeeeee;
  text-align: center;
}
.peoplehead h2 {
  font-size: 19px;
  color: #333333;
  margin-bottom: 0;
  font-weight: 300;
}
.peopleTable {
  padding: 30px 20px;
  background: #fff;
}
.peopleTable {
  overflow-x: auto;
}
.tablewp {
  table-layout: auto;
  width: 100%;
}
.trclass td {
  font-size: 15px;
  color: #333333;
  padding: 12px 0px;
  border-top: 1px solid #dddbdb;
  font-weight: 300;
}
.trclass th {
  padding-bottom: 8px;
}
.people {
  box-shadow: 2px 2px 8px rgb(201, 201, 201);
  margin-top: 100px;
}
.charitable {
  margin-top: 50px;
  margin-bottom: 50px;
}
.activityShadow {
  box-shadow: 2px 2px 8px rgb(201, 201, 201);
}
.activityList {
  padding: 35px;
  background: #fff;
}
.activityleft span {
  padding: 5px 10px;
  background: #607d8b;
  color: #fff;
  margin-top: 10px !important;
}
.activityDetails p {
  margin-bottom: 0;
  font-size: 15px;
  color: #333333;
  font-weight: 300;
}
.grantsdesciption {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.grantsdesciption p {
  font-size: 17px;
  color: #333333;
  font-weight: 300;
  margin-bottom: 0;
}
.grantsmarkst {
  padding: 100px 0px;
}
.search-boxnew {
  width: 70%;
  background: #fff;
  border-radius: 5px;
  padding: 12px 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.search-boxnew i {
  color: #8d8d8d;
}
.search-boxnew input {
  outline: none;
  border: none;
  width: 100%;
  font-size: 17px;
}
.filterTax {
  padding: 5px 15px 100px;
  background: #fff;
}
.taxFilter h2 {
  font-size: 15px;
  color: #757575;
  font-weight: 300;
}
.taxFilter .h2 {
  border-bottom: 1px solid #dddbdb;
  width: 100%;
}
.taxFilter {
  width: 30%;
}
.taxResult {
  width: 70%;
}
.filterTaxinner {
  display: flex;
  gap: 30px;
}
.taxf {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddbdb;
}
.taxResult .dropdown a {
  font-size: 15px;
  color: #757575;
}
.tabletow {
  overflow-x: auto;
  margin-top: 30px;
}
.table2 {
  table-layout: auto;
  width: 100%;
  margin-bottom: 15px;
}
.table2 td {
  font-size: 15px;
  color: #333333;
  font-weight: 300;
  padding: 10px 5px;
}

.tbodyy {
  margin-top: 10px;
}
.tbodyy tr:nth-child(odd) {
  background: #f8f8f8;
}
.tThead tr th {
  padding-bottom: 10px;
}
.filter-range h2 {
  font-size: 15px;
  color: #333333;
  padding: 15px 10px;
  background: #f5f5f5;
}
.filter-range {
  box-shadow: 2px 2px 8px rgb(201, 201, 201);
  background: #fff;
  border-radius: 3px;
  margin-top: 20px;
}
.reagefast {
  margin-top: 35px;
}
.amoutwp {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.filterWP {
  padding: 20px 15px;
}
.amoutwp span {
  color: #607d8b;
  font-size: 12px;
}
.amoutwp h6 {
  font-size: 15px;
  color: #607d8b;
  font-weight: 400;
}
/* range css */
.irs--round .irs-bar {
  background-color: #00c2c0;
}

.irs--round .irs-handle {
  background-color: #00c2c0;
  border-color: #00c2c0;
  box-shadow: 0px 0px 0px 5px rgba(0, 194, 192, 0.2);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #00c2c0;
}

.irs--round .irs-handle {
  width: 16px;
  height: 16px;
  top: 29px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: transparent;
  color: #666666;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.irs--round .irs-min,
.irs--round .irs-max {
  display: none;
}

/* profile details demo 3 css end */

/* information section css start */
.information {
  padding: 100px 0px;
}
.info p {
  font-size: 17px;
  color: #333333;
  font-weight: 300;
  text-align: center;
}
.guedeInformation {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}
.guedepadding {
  padding: 30px;
  background: #fff;
}
.guedeIcon {
  width: 50px;
  height: 50px;
  background: #9e9e9e !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50px;
}
.guedeIcon span {
  color: #fff;
}
.infoTexts {
  width: 90%;
}
.infoTexts h4 {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}
.infoTexts p {
  font-size: 15px;
  color: #333333;
  font-weight: 300;
  line-height: 24px;
}
.shadows {
  box-shadow: 2px 2px 8px rgb(201, 201, 201);
}
.infoparagp {
  padding: 30px;
  background: #fff;
}
.infoparagp p {
  font-size: 15px;
  color: #333333;
  font-weight: 300;
  line-height: 22px;
}
.infoparagp span {
  color: #c54e00;
}

.infoparaginner {
  background: #eeeeee;
  padding: 20px;
}
.finantials {
  margin-top: 100px;
}
.taxfilingtext p {
  font-size: 24px;
  color: #333333;
  font-weight: 300;
  text-align: center;
}
.taxfiling {
  padding: 100px 0px;
}
.coffeewp {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  width: 190px;
  background: #fff;
  margin: auto;
  box-shadow: 2px 2px 8px rgb(201, 201, 201);
}
.coffeewp a {
  color: #757575;
  font-size: 14px;
  text-transform: uppercase;
}
.coffeewp .iconify {
  color: #757575;
}
.taxfilingPDF {
  padding: 40px 20px;
  background: #fff;
}
.pdficonwp {
  display: flex;
  gap: 10px;
}
.pdficonwp h5 {
  font-size: 15px;
  color: #757575;
}
.taxfilingPDF {
  display: flex;
  gap: 40px;
  align-items: center;
}
.taxfilingPDF p {
  margin-bottom: 0;
  font-size: 14px;
  color: #607d8b;
}
/* information section css end */

/* data store css start */
.dataStore {
  margin-top: 100px;
  box-shadow: 2px 2px 8px rgb(201, 201, 201);
}
.pdfborder {
  padding: 40px 20px;
  background: #fff;
}
.pdfborder p {
  padding-bottom: 30px;
  font-size: 14px;
  color: #607d8b;
  border-bottom: 1px solid #dddbdb;
}

.taxshadowp {
  box-shadow: 2px 2px 8px rgb(201, 201, 201);
}
.dataYear {
  display: flex;
  gap: 10px;
  align-items: center;
}

.dataYear span {
  color: #757575;
  font-size: 15px;
}
.dataYear .iconify {
  color: #757575;
}
.yearbtn {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}
.yearbtn button {
  border: none;
  color: #757575;
  padding: 8px 20px;
  background: #000;
  background: #eeeeee;
  border-radius: 4px;
  box-shadow: 1px 1px 6px rgb(201, 201, 201);
}

/* data store css end */

/* reminder css start    */
.reminderText {
  text-align: center;
  padding: 100px 0px 0px;
}
.reminderText h3 {
  font-size: 17px;
  margin-bottom: 14px;
  color: #333333;
  font-weight: 500;
}
.reminderText p {
  font-size: 15px;
  color: #333333;
  font-weight: 300;
}
/* reminder css END   */

.summarytow {
  margin-top: 20px;
  border-radius: 5px;
}

.looking {
  text-align: center;
}
.looking h2 {
  font-size: 34px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 10px;
}
.looking p {
  color: #333333;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 20px;
}
.profileSearchlast {
  display: flex;
  gap: 15px;
  align-items: center;
  background: #c54e00;
  color: #fff;
  width: 190px;
  justify-content: center;
  padding: 10px 0px;
}
.profileSearchlast a {
  color: #ffff;
}
.profileSearchlast .iconify {
  font-size: 20px;
}
.slp {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.slkis {
  background: #607d8b;
}
.btnpertext {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin-top: 20px;
}
.btnpertext p {
  font-size: 12px;
  color: #757575;
}
.nText h2 {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  padding: 10px;
  margin-bottom: 0;
}

header h2 {
  font-size: 24px;
  font-weight: 600;
}
header p {
  margin-top: 5px;
  font-size: 16px;
}
.price-input {
  width: 100%;
  display: flex;
  margin: 0px 0 23px;
}
.price-input .field {
  display: flex;
  width: 100%;
  height: 31px;
  align-items: center;
}
.field span {
  font-size: 14px;
  color: #333333;
}
.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 15px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  /*border: 1px solid #999;*/
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
  /*left: 25%;*/
  /*right: 25%;*/
  position: absolute;
  border-radius: 5px;
  background: #ddd;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Support */
.support-box {
  top: 2rem;
  position: relative;
  bottom: 0;
  text-align: center;
  display: block;
}
.b-btn {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.b-btn.paypal i {
  color: blue;
}
.b-btn:hover {
  text-decoration: none;
  font-weight: bold;
}
.b-btn i {
  font-size: 20px;
  color: yellow;
  margin-top: 2rem;
}

.i-p {
  display: flex;
  gap: 10px;
  /* align-items: center; */
}
.i-p p {
  margin-bottom: 0;
  font-size: 15px;
  color: #333333;
  margin-bottom: 20px;
  font-weight: 300;
}
.chartDetails h2 {
  font-size: 24px;
  color: #333333;
  font-weight: 300;
  text-align: center;
}
.barChartitme {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddbdb;
}

.bannerinnerrighttext {
  margin-bottom: 86px;
}
.bannerinnerlefttext {
  position: relative;
}
/*.bannerinnerlefttext::after {*/
/*  content: "";*/
/*  width: 3.2px;*/
/*  height: 40%;*/
/*  background: #212121;*/
/*  position: absolute;*/
/*  top: 34px;*/
/*  right: -32px;*/
/*  border-radius: 10px;*/
/*}*/
/*.bannerinnerlefttext::before {*/
/*  content: "";*/
/*  width: 3.2px;*/
/*  height: 30%;*/
/*  background: #212121;*/
/*  position: absolute;*/
/*  top: 50px;*/
/*  right: -23px;*/
/*  border-radius: 10px;*/
/*}*/

.textClStyle {
  height: 100px;
  width: 100px;
  background: #0091ea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #fff;
}

/* .max-min-money button {
    width: 100%;
    border: none;
    background: #607D8B;
    color: #fff;
    padding: 5px 10px !important;
    font-weight: bold;
    padding: 5px 0px;
    border-radius: 3px;
} */

/* responsive css  */

@media screen and (max-width: 992px) {
  .mainItems {
    display: block;
  }
  .searchFilter {
    width: 90%;
    margin: auto;
  }
  .grantmark {
    width: 100%;
  }
  .grantmarkItembox {
    display: block;
  }
  .itemleft {
    width: 100%;
  }
  .itemright {
    width: 100%;
  }
  .grantmark {
    margin-top: 40px;
  }
  .pagination {
    margin-top: 30px;
  }
  .grant-banner {
    display: block;
  }
  .grantbannerleft {
    width: 100%;
  }
  .grantbannerright {
    width: 100%;
  }
  .newFiltergrants {
    width: 100% !important;
  }
  .newGrants {
    width: 100% !important;
  }
  .activityleft {
    margin-bottom: 20px;
  }
  .filterTaxinner {
    display: block;
  }
  .taxFilter {
    width: 100%;
  }
  .taxResult {
    width: 100%;
    margin-top: 50px;
  }
  .shadows {
    margin-bottom: 50px;
  }
  .rightpadding {
    padding-right: 0;
  }
  .grantbannerleft h2 {
    font-size: 42px;
  }
  .profile-search {
    display: block;
  }
  .serch-lect {
    width: 100%;
    text-align: center;
    margin-bottom: 13px;
    margin-top: 10px;
  }
  .search-right {
    width: 100%;
    text-align: center;
    margin: auto;
  }
  .search-box {
    width: 100%;
  }
  .profile {
    padding: 8px 51px 11px;
  }
  .mainboxs {
    padding: 50px 70px;
  }
  .peoplehead {
    display: block;
  }
  .search-right {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .search-boxnew {
    width: 100%;
  }
  .textClStyle {
    height: 80px !important;
    width: 80px !important;
    background: #0091ea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
}
}

@media screen and (max-width: 768px) {
    
    
    .max-min-money span {
    display: none;
}

.max-min-money .number1 {
    width: 100%;
}


  .rightpadding {
    padding-right: 0px !important;
  }
  .slp {
    display: block;
    margin: auto;
    text-align: center;
  }
  .profileSearchlast {
    margin: auto;
  }
  .slkis {
    margin-top: 20px;
  }
  .grant-banner {
    padding: 140px 0px 0px !important;
  }

  .bannerleftWP {
    display: block !important;
  }
  .bannerinnerrighttext {
    width: 100%;
  }
  .bannerinnerlefttext {
    width: 100%;
  }
  .grantbannerleft h2 {
    font-size: 32px;
    text-align: center;
  }
  .bannerinnerlefttext::after {
    display: none;
  }
  .bannerinnerlefttext::before {
    display: none;
  }
  .profile {
    padding: 8px 30px 11px;
  }
  .mainboxs {
    padding: 50px 30px;
  }
  .resultleft h3 {
    font-size: 13px;
  }
  .resultcenter h4 {
    font-size: 13px;
  }
  .resultleft p {
    font-size: 10px;
  }
  .resultcenter p {
    font-size: 10px;
  }
  .grantbannerleft p {
    text-align: center;
  }
  .innnImg {
    position: absolute;
    top: -31px;
    left: 0;
}
  .textClStyle {
    height: 60px;
    width: 60px;
    background: #0091ea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
  }
}

@media screen and (max-width: 576px) {
  .grantbannerleft h2 p {
    font-size: 29px;
    margin-top: 39px;
    text-align: center;
  }
  .bannerinnerlefttext h3 {
    font-size: 22px;
  }
  .grantbannerleft p {
    font-size: 15px;
    padding: 0px 30px;
  }
  .bannerinnerrighttext h3 {
    font-size: 22px;
  }
  .grantbannerright {
    width: 80%;
    margin: auto;
  }
  .profile {
    margin-top: 23px;
  }
  .profile {
    padding: 8px 20px 11px;
  }
  .mainboxs {
    padding: 50px 10px;
  }
  .resultsingleitem {
    display: block;
  }
  .resultright {
    display: none !important;
  }
  .topHeading {
    display: none !important;
  }
  .topitems {
    display: block;
    width: 100%;
    margin: auto;
  }
  .fontextrabold {
    font-size: 15px;
  }
  .max-min-money {
    display: block;
  }

  .number1 {
    margin-bottom: 16px;
  }
  .innnImg {
    position: absolute;
    top: -25px !important;
    left: -3px !important;
}
  .textClStyle {
    height: 50px !important;
    width: 50px !important;
    background: #0091ea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}
.novartis h2 {
    font-size: 22px;
}
.novartis p {
    font-size: 12px;
}
.summaryDetails h3 {
    font-size: 14px;
}
.summaryInnerdts span {
    font-size: 12px;
}
.summaryInnerdts h2 {
    font-size: 26px;
}
.disleft p {
    font-size: 12px;
}
.disleft span {
    font-size: 22px;
}
.disright p {
    font-size: 12px;
}
.disright span {
    font-size: 13px;
}
.peoplehead h2 {
    font-size: 15px;
}
.grantsdesciption p {
    font-size: 12px;
    text-align: center;
}
.peoplehead h2 {
    font-size: 12px;
    padding-bottom: 12px;
}
.search-boxnew input {
    font-size: 11px;
}
.search-boxnew i {
    font-size: 12px;
}
.search-boxnew i {
    font-size: 12px;
}
.amoutwp h6 {
    font-size: 12px;
}
.table2 td {
    font-size: 12px;
}
.info p {
    font-size: 15px;
}
.infoTexts p {
    font-size: 12px;
}
.chartDetails h2 {
    font-size: 20px;
}
.chartDetails h2 {
    font-size: 15px;
}
.itemleft h2 a {
    font-size: 18px;
}
.itemleft p {
    font-size: 12px;
}

}

@media screen and (max-width: 425px) {
    .nText h2 {
        margin-left: 9px;
    }
}

@media screen and (max-width: 400px) {
    .nText h2 {
        margin-left: 15px;
    }
}