body {
    font-family: 'Open Sans', sans-serif;
    color:#5f5f5f;
}

/*all css*/
.countBox{
    list-style: none;
    margin:0px;
    padding: 0px 30px;
}
.countBox li{
    font-size: 26px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 50px;
    letter-spacing: 1px;
    text-align:center;
}
.countBox li:last-child{
    margin-bottom:0px;
}
.countBox li span{    
    font-weight: 700;
    display: block;
    font-size: 46px;
}
.filterSearchForm h4{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.filterSearchForm .form-control{
    margin-bottom: 15px;
    font-size:14px;
    border-color:#2e74b5;
}
.filterSearchFormp select.form-control{
    font-style: italic;
}
.filterSearchForm button.btn-filter{
    width: 100%;
    background: #2e74b5;
    border:none;
}
.tagline p{
    font-size: 20px;
    line-height: 1.2em;
}

.blue-text{
    color: #2e74b5;
}

/*Map css*/
#india {
    /*fill: #00BCD4;
    opacity: .7; 
    stroke: #333;
    stroke-width:1;*/
    background: #eee;
	opacity: .7;
}
.state {
	/*fill: none;
	stroke: #333;
	stroke-linejoin: round;
	stroke-linecap: round;
	vector-effect: non-scaling-stroke;*/

	stroke: #333;
    stroke-width: 0.25px;
}
div#tooltip {
    position: absolute;
    text-align: center;
    padding: 0.5em;
    font-size: 10px;
    color: #222;
    background: #fff;
    border-radius: 2px;
    pointer-events: none;
    box-shadow: 0px 0px 2px 0px #a6a6a6;
}

text.ngoCounts{
	font-size:10px;
	font-weight:normal;
}
#loadModalWindow.bgWhite{
	background:#fff;
}
#loadModalWindow{
    background:rgba(255,255,255,0.8);
}

/* .city-label {
	fill: #31558d;
	fill-opacity: .75;
	transition: all .2s ease-in-out;
}
.city-label:hover {
	fill: #8d3155;
	fill-opacity: 1;
	cursor: pointer;	
} */
.city_label, .city_count{
	font-size:11px;
	font-weight:600;
}
.city_label{
	text-decoration:none;
	fill:#28e9f3;
}

.lightText .city_label{
   fill: #28e9f3;
    stroke:none;
}

.darkText .city_label{
    fill: #000000; 
    stroke:none;
}

.darkText1{
    fill: #000; 
    stroke:none;
	text-decoration:none;
	font-size:11px;
    font-weight: 600;
}


/**/
#loadModalWindow .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}

#chart{
	width:100%;
}
.chartContainer{
    padding:15px 0;
}
.chartContainer h1{
    color:#707070;
    font-size:20px;
    font-weight: 600;
}

.ngosListing{
    color: #5f5f5f;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    border:1px solid #ddd;
    opacity:0;
    transition:ease 1s;
    height:95vh;
    overflow:visible;

}

.ngosListing h3{
	font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    padding-left:15px;
}
.innerListing{
    height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
    padding:0 15px;
}
.ngosListing .listing{
	border-bottom:1px solid #707070;
	padding:15px 0;
}
.ngosListing .close{
	background: #ddd;
    text-shadow: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.listing img{
	border:1px solid #999;
    object-fit:contain;
	height:80px;
}
.listing p {
	font-size: 13px;
	line-height: 16px;
}
.listing .tags{
	line-height:15px;
}	
.tags a{
	font-size:12px;
	text-decoration:underline;
	color:#2374b5;
}

.listing .btn{
	background: #049111 !important;
	border-color: #049111 !important;
	font-size: 13px;
	padding: 4px 20px !important;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.small-gutters > [class^="col-"],
.row.small-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row.small-gutters {
  margin-right: -10px;
  margin-left: -10px;
}
.row.small-gutters > [class^="col-"],
.row.small-gutters > [class*=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
.modal-fullscreen .modal-content{
    background: transparent;
    border: none;
}

.listing .morecontent span {
    display: none;
}

.innerListing .form-control {
    font-size: 13px;
    padding: 5px !important;
    height: 30px !important;
}
.mapActive {
  width: 30px;
  height: 50px;
  animation-name: angry-animation;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
/*@keyframes angry-animation {
  0%{
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20%{
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40%{
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50%{
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60%{
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  80%{
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100%{
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}*/


#loadMap{
	position:relative;
}
.statesHeading{
	margin: 0px;
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    color: #000;
    font-style: italic;
}

g.state{
    transform: translate(25%, 5%);
    -webkit-transform: translate(25%, 5%);
}
.ngoTitle{
    margin-bottom:10px;
    font-size:16px;
}
.searchBtnBox{
    padding:0 0 20px;
}
.searchBtnBox button{
    width:100%;
    background:#5f5f5f;
    border-color:#5f5f5f;
}
.searchBtnBox button:hover{
    background:#5f5f5f;
    border-color:#5f5f5f;
}

/* The crazy stuff that needs to be here for the custom input styling */
input[type="range"] {
    -webkit-appearance: none;
    /*margin: 18px 0;*/
    width: 100%;
    transition: all 0.265ms ease-out;
}

input[type="range"]:not(:last-of-type) {
    margin-top: 0;
    margin-bottom: 2.5em;
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: #ededef;
    border-radius:5px;
}

input[type="range"]::-webkit-slider-thumb {
    height: 24px;
    width: 10px;
    border-radius: 10px;
    background: #2e74b5;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}
/*input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #049111 ;
}*/

input[type=range]::-moz-range-track {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #ededef;

}

input[type=range]::-moz-range-thumb {
    height: 24px;
    width: 10px;
    border-radius: 10px;
    background: #2e74b5;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}
#calc_radius_value{
    font-size:12px;
    font-weight:bold;
    text-align:right;
    display:block;
}

.filterSearchForm{
    padding:0px !important;
}

.loading-blur {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
}

.loading-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0.3;
    filter: alpha(opacity:50);
    background: #ffffff;
}
.loading-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-repeat: no-repeat;
    background-image:url('../images/loading.gif');
    background-position: center center;
}

/*changes from nov 2021*/
ul.countBox.countBoxFooter {
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.countBox.countBoxFooter li{
    margin:0px 10px !important;
}

#featuredCarousels{
    overflow: hidden;
}
#featuredCarousels iframe{
    border:none;
    overflow: hidden;
}
.loaderImg{
    display:none;
    background: rgba(255,255,255,0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 999999;
    top: 0px;
    justify-content: center;
    align-items: center;
}
.loaderImg.loading{
   display: flex;
}

/*2march2022-v2*/
.toggleSearchBox{
    display:none;
}
.toggleSearch{
    text-decoration:underline;
    color:#5f5f5f;
}
.toggleSearchBox label,.toggleSearch {
    font-size: 14px;
}
.slider.slider-horizontal{
    width:100%;
}
.slider.slider-horizontal .slider-track{
    width:100%;
    height:3px;
    background:#2e74b5 !important;
    margin-top:-1px !important;
}
.slider.slider-horizontal .slider-track:after{
    content:"";
    position:absolute;
    width:8px;
    height:8px;
    background:#2e74b5 !important;
    border-radius:50%;
    right:0px;
    top:-3px;
}
.slider.slider-horizontal .slider-track:before{
    content:"";
    position:absolute;
    width:8px;
    height:8px;
    background:#2e74b5 !important;
    border-radius:50%;
    left:0px;
    top:-3px;
}
.slider-selection{
    background:#2e74b5 !important;
    box-shadow:none !important;
}
.priceRangeBox{
    position:relative;
    padding-bottom:30px;
}
.priceRangeBox .startPrice, .priceRangeBox .endPrice{
    position: absolute;
    bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}

.priceRangeBox .startPrice{
    left:0px;
}

.priceRangeBox .endPrice{
    right:0px;
}
.priceRangeBox .tooltip-inner{
    background:#2e74b5 !important;
}
.priceRangeBox .bs-tooltip-auto[x-placement^=top] .arrow::before,.priceRangeBox .bs-tooltip-top .arrow::before{
    border-top-color:#2e74b5 !important;
}
/*.priceRangeBox .tooltip{
opacity:1 !important;
}*/

.tooltip.tooltip-min.show{
    display:block !important;
}
.tooltip.tooltip-max.show{
    display:block !important;
}
.footer{
    background:#f0f0f0;
    padding:40px 0;
    margin-top:40px;
}
.footer a.top-ngos{
    font-size:14px;
    font-weight:800;
}
.footer a{
    font-size:12px;
    font-weight:normal;
}
.footer ul{
    padding-left:0px;
}

/*media queries*/
@media only screen and (max-width: 1920px) and (min-width: 1400px){
    g.state{
        /*transform: translate(10%, 10%);
        -webkit-transform: translate(10%, 10%);*/
        transform: translate(-8%, -6%) scale(1.4);
		-webkit-transform: translate(-8%, -6%) scale(1.4);
    }
}

@media only screen and (max-width: 1399px) and (min-width: 1280px){
    g.state{
        transform: translate(-5%, 5%);
        -webkit-transform: translate(-5%, 5%);
    }
}

@media only screen and (max-width: 1279px) and (min-width: 1025px){
    g.state{
        transform: translate(-10%, 5%);
        -webkit-transform: translate(-10%, 5%);
    }
}
@media only screen and (max-width: 1024px) and (min-width: 980px){
    g.state{
        transform: translate(-24%, 5%);
        -webkit-transform: translate(-24%, 5%);
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px){
    .container{
        max-width:100%
    }
}

@media only screen and (max-width: 481px) and (min-width: 767px) {
     g.state{
        transform: translate(25%, 5%);
        -webkit-transform: translate(25%, 5%);
    }
}

@media only screen and (min-width: 768px) {
    .tagline p,.tagline em,.filterSearchForm{
       padding:0px 20px;
    }
    .tagline em{display:block;}

	.modal-fullscreen .modal-dialog {
		max-width: 90%;
        width:100% !important;
	}
    .modal-fullscreen .modal-content {
        box-shadow: none !important;
    }
	.statesHeading{
		top:0;
	}
}
@media only screen and (max-width: 767px) {
    .tagline{
        text-align:center;
        margin-bottom:20px;
    }
    .tagline p{
        margin-bottom:0px;
    }
    .filterSearchForm .form-group{
        display:flex;
        display: -ms-flexbox;
        flex-wrap:wrap;
    }
    .priceRangeBox{
        width:100%;
    }
    .filterSearchForm .form-control {
        margin-bottom:5px;
        margin-right:5px;
    }
    .filterSearchForm button.btn-filter {
        /*background-color: transparent;
        background-image: url(../images/search-icon.png);
        background-repeat: no-repeat;
        background-position: center center;
        text-indent: -9999px;*/
        width: 100%;
    }
    .toggleSearchBox{
        width:100%;
    }
    .countBox{
        display:flex;
        display: -ms-flexbox;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
    }
    ul.countBox.countBoxFooter{
        justify-content:space-between;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
    }
    .countBox li{
        font-size:30px;
        line-height:48px;
        margin-bottom:0px;
    }
    .countBox li span{
        font-size:46px;
    }
    .modal-fullscreen .modal-body {
		padding:0px;
	}
    .modal-fullscreen .modal-dialog {
		max-width: 100%;
	}
	#loadModalWindow .modal-dialog {
		-webkit-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
        top: 0;
	}
	.statesHeading{
		width:90%;
		margin:0 auto;
		top: 0;
	}
    .showOnMobile{
        display:block !important;
        margin-top:20px;
    }
    .showOnMobile img{
        padding:0 10px;
    }
    .countBox{
        padding:0px !important;
    }
}
@media only screen and (max-width: 480px) {
    .filterSearchForm select.form-control {
       padding:5px !important;
    }
    .countBox li{
        font-size:24px;
        line-height:30px;
        font-weight:600;
    }
    .countBox li span{
        font-size:30px;
    }
     g.state{
        transform: translate(13%, 5%);
        -webkit-transform: translate(13%, 5%);
    }
    .chartContainer{
        padding:10px 0 !important;
    }

}
@media only screen and (max-width: 414px){
    .countBox{padding:0px;}
    .countBox li{font-size:20px;width:auto;}
    .searchBtnBox{padding:0px 0 10px;}
}

@media only screen and (max-width: 375px){
    g.state{
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
    }
}
/* =======================Start style written by vn======================= */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	float: inline-start;
}
section.wrapper .row, #loadModalWindow .row{
	flex-wrap: wrap !important;
	display: flex !important;
}
/* =======================End style written by vn======================= */