
  @import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
     font-family: 'Nunito', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
     font-family: 'Nunito', sans-serif;
  margin: 0px;
  padding: 0px;
}

::placeholder {
  color: #000 !important;
}

:-ms-input-placeholder {
  color: #000 !important;
}

::-ms-input-placeholder {
  color: #000 !important;
}

.header {
  padding: 5px 0px;
  background: #fff;
  box-shadow: 0px 3px 5px rgb(0 0 0 / 9%);
}

.logo img {
  height: 50px;
}
.logo {
  padding: 10px 0;
}

.header h1 {
  text-transform: uppercase;
  font-weight: 600;
}

.section-bg {
  position: revert;

  padding: 20px 0px;
}

.donate-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 40px;
}

.donate-card h3 {
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}

.dotate-btn {
  background: #00a3ff;
  color: #fff;
  padding: ;
}

.dotate-btn:hover {
  background: #00a3ff;
  color: #fff;
}

.link {
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  color: gray;
}

.donateus-section {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}
.descrip {
  max-width: 489px;
  margin: 0 auto;
}

.donateus-section h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.section-bg h3 {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  /* text-transform: uppercase; */
}

.col-form-label {
  font-size: 13px;
  font-weight: 600;
}

.text-right {
  text-align: right;
}

.donate-sec {
  margin: 50px 0px;
}
.donate-sec h2 span {
  color: #ff000096;
}
.donate-sec .card-counter {
  display: block;
  text-align: left;
}

.form-control {
 background-color: #ffffff;
    font-size: 18px;
    border-bottom: 1px solid #666666;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 10px;
    line-height: 2.5;
    font-weight: 600;
}
.form-select{
    font-size: 18px;
     line-height: 2.5;
}
.form-control:focus,.form-control:active{
  border-bottom: 3px solid #006bef;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  box-shadow: none;
}

.form-area {
  padding: 0px 15px;
}

.footer-bottom {
  background-color: #287ae0;
  padding: 5px 0px;
}

.footer-bottom p {
  font-size: 13px;
  color: #fff;
}

.footer-bottom p a:hover {
  color: #fff;
}

.footer-bottom p a {
  color: #000;
  text-decoration: none;
}
.per {
  font-size: 28px;
  color: #ffffff;
  background: #00a3ff; /* padding: 8px; */
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.text-right button {
  font-size: 25px;
}
.texred {
  color: #ffffff !important;
  text-transform: uppercase;
}
.link:hover {
  color: #0000ff;
}
@media only screen and (max-width: 1200px) {
  .donate-card h3 {
    font-size: 16px;
  }
  .donateus-section h2 {
    font-size: 23px;
  }
}

@media only screen and (max-width: 991px) {
  .donateus-section h2 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 768px) {
  .donateus-section h2 {
    font-size: 16px;
  }
    .donate-sec {
    margin: 20px 0px !important;
  }
  .tex {
    text-align: center !important;
  }
  
}
@media only screen and (min-width: 1023px) {
    .city-moblie-view{
        display:none;
    }
    
}
@media only screen and (max-width: 1023px) {
 #mapinfo .map{
    display: none;
  }
    
}

@media only screen and (max-width: 567px) {
  .tex {
    text-align: center !important;
  }

  .donateus-section h2 {
    font-size: 15px;
  }
  .text-right button {
    font-size: 18px;
  }
  .form-area {
    padding: 15px 14px;
  }
  .donateus-section {
    padding: 12px;
  }
}

.card-counter {
  box-shadow: 2px 2px 10px #dadada;
  margin: 5px;
  padding: 20px 10px;
  background-color: #fff;
  height: 100px;
  border-radius: 5px;
  transition: 0.3s linear all;
  position: relative;
}

.card-counter:hover {
  box-shadow: 4px 4px 20px #dadada;
  transition: 0.3s linear all;
}

.card-counter.primary {
  background-color: #007bff;
  color: #fff;
}

.card-counter.danger {
  background-color: #ef5350;
  color: #fff;
}

.card-counter.success {
  background-color: #66bb6a;
  color: #fff;
}

.card-counter.info {
  background-color: #26c6da;
  color: #fff;
}

.card-counter i {
  font-size: 5em;
  opacity: 0.2;
}

.card-counter .count-numbers {
  position: absolute;
  right: 35px;
  top: 20px;
  font-size: 32px;
  display: block;
}

.card-counter .count-name {
  position: absolute;
  right: 35px;
  top: 65px;
  font-style: italic;
  text-transform: capitalize;
  opacity: 0.5;
  display: block;
  font-size: 18px;
}
.fab {
  margin: auto;
}
.social {
  color: #fff;
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social:hover {
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  transition: all ease 0.5s;
  -moz-transition: all ease-in 0.5s;
  -webkit-transition: all ease-in 0.5s;
  -o-transition: all ease-in 0.5s;
}

.facebook {
  color: #4267b2;
}

.twitter {
  color: #1da1f2;
}
.youtube {
  color: #c4302b;
}
.pinterest {
  color: #c8232c;
}
.instagram {
  color: transparent;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background: -webkit-radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background-clip: text;
  -webkit-background-clip: text;
}
.tumblr {
  color: #34526f;
}
.whatsapp {
  color: #25d366;
}
.wrapper {
  display: flex;
  justify-content: flex-end;
}
.wrapper i {
  font-size: 18px;
}
.wrapper a {
  text-decoration: none;
}

.bg-ico {
  display: flex;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  opacity: 0.99;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
.bg-ico:hover {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.8);
}

#facebook:hover {
  background-color: #4267b2;
}

#twitter:hover {
  background-color: #1da1f2;
}
#youtube:hover {
  background-color: #c4302b;
}
#pinterest:hover {
  background-color: #c8232c;
}
#instagram:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background: -webkit-radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
#tumblr:hover {
  background-color: #34526f;
}
#whatsapp:hover {
  background-color: #25d366;
}

.facebook:hover,
.twitter:hover,
.youtube:hover,
.pinterest:hover,
.instagram:hover,
.tumblr:hover,
.whatsapp:hover {
  color: #fff;
  transform: scale(1.3);
}
#herocarousel {
  width: 100%;
  height: 100vh;
  background-color: rgba(34, 39, 43, 0.8);
  overflow: hidden;
  position: relative;
}

#herocarousel .carousel,
#herocarousel .carousel-inner,
#herocarousel .carousel-item,
#herocarousel .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#herocarousel .carousel-item::before {
  content: "";
  background-color: rgba(12, 13, 14, 0.8);
}

#herocarousel .carousel-container {
  display: flex;
  justify-content: left;
  align-items: left;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#herocarousel .container {
  text-align: center;
}

#herocarousel h2 {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  margin: 0 auto;
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
    line-height:1.5;

  text-transform: capitalize;
}
#herocarousel h4 {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
}

#herocarousel p {
  animation-delay: 0.4s;
  margin: 20px auto 30px auto;
  color: #fff;
  text-align: center ;
}

#herocarousel .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center center;
  background-size: cover;
}

#herocarousel .carousel-inner .carousel-item,
#herocarousel .carousel-inner .active.carousel-item-start,
#herocarousel .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#herocarousel .carousel-inner .active,
#herocarousel .carousel-inner .carousel-item-next.carousel-item-start,
#herocarousel .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#herocarousel .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#herocarousel .carousel-indicators li.active {
  opacity: 1;
  background: #428bca;
}

#herocarousel .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #428bca;
}

#herocarousel .btn-get-started:hover {
  background: #5697d0;
}

@media (max-width: 767px) {
  #herocarousel h2 {
    font-size: 28px;
    line-height: 50px;
  }
  #herocarousel h4{
    font-size: 24px;
    line-height: 40px;
  }
  .banner-content {
    padding: 30px !important ;
    top: 20% !important;
  }
  .banner-content .quote-left{
    top: -20px !important;
    left: -20px !important;
    font-size: 20px !important;
  }
  .banner-content .quote-right{
    bottom: 0px !important;   
    right: -14px !important;
    top: auto !important;
    font-size: 20px !important;
  }

 
}

@media (max-height: 500px) {
  #herocarousel {
    height: 500px;
  }
}
.donate-bg {
  background-blend-mode: multiply;
  background-color: #cccccc;
  /* Used if the image is unavailable */
  height: 500px;
  /* You must set a specified height */
  background-position: center;
  box-shadow: inset 0 0 0 2000px #416086ad;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.banner-content {
  padding: 50px 100px;
  color: #fff;
  position: absolute;
  top: 30%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.banner-content h3 {
  color: #287ae0;

  margin-bottom: 20px;
}

.banner-content p {
  margin-bottom: 20px;
  color: #fff;
}
.banner-content .get-started-icon {
  font-size: 25px;
  background: #0c71c3;
  padding: 18px;

  color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 5;
  box-shadow: 10px 2px 15px rgba(0, 0, 0, 0.1);
}

.banner-content .donate-btn {
  font-weight: 400;
  font-size: 20px;

  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  transition: 0.5s;
  margin-left: -20px;
  padding: 8px 26px 8px 26px;
  color: #fff;
  background: #0c71c3;
  border-radius: 0 50px 50px 0;
  position: relative;
  z-index: 4;
}
.banner-content .donate-btn:hover {
  background: #fff;
  color: #0c71c3;
  border: 1px solid #0c71c3;
}
/* .donate-btn {
  margin: 30px 0;
  font-size: 18px;
} */
.d-note {
  color:red;
}
#mapinfo .map {
  width: 100%;
  float: left;
  height: 550px;
  background: url("../img/india_map.png") 30px 0 no-repeat;
  position: relative;
  margin: 50px 0;
 
}

#mapinfo .map a {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 30px;
  overflow: hidden;
  text-indent: -9999px;
  background: #ffffff;
  position: absolute;
}

#mapinfo .map span {
  /*! width: 150px; */
  /*! margin-left: -75px; */
  /*! height: 25px; */
  line-height: 25px;
  display: block;
  border-radius: 5px;
  display: none;
  overflow: hidden;
  background: #004e8d;
  padding: 3px 5px;
  color: #fff;
  position: absolute;
  text-align: center;
  /*! text-transform: uppercase; */
  font-weight: 500;
  cursor: pointer;
}
.donate-page {
  background-color: #eee;
}
.donate-content {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;

}
.donate-info{
  border: 1px solid #eee;
}
.donate-page h2{
  color: #0000ff;
  padding: 5px 0;
  margin-bottom: 5px;

}
/***************COUNTER SECTION ***************/

.counter-icon {
	float: left;
}
.counter-icon i {
	font-size: 50px;
	color: #FF5722;
	margin-top: 10px;
	margin-right: 15px;
}
.counter-icon h5 {
	font-size: 41px;
	color: black;
	font-weight: 600;
	margin: 0px;
}
.counter-icon p {
	margin: 0px;
	line-height: 10px;
	font-size: 14px;
}
.counter-box{
  display: flex;
  align-items: center;
  align-content: center;    justify-content: center;
}
.counter-box .counter-content{
  float: right;
}
.about-info h3{
color: #0000ff;
margin: 20px 0;
font-size: 30px;
 font-weight:600; 
}
.counter-form-box{
  padding: 20px 20px;
    display: flex;
    text-align: center;
    border-radius: 5px;
    align-items: center;
    background-color: #fff;
    box-shadow: rgb(255 255 255 / 20%) 0px 2px 8px 0px;
    box-shadow: aqua;
    align-content: center;
    justify-content: center;
}

#Volunteer-form{
  display: none;
}
.confirm-btns{
        display: flex;
    align-content: center;
    justify-content: space-between;
    padding: 20px 0;
}
.confirmpage-content{
    padding:20px 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}
.confirmpage{
        display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
   
}
.blockquote p{color: #4CAF50;
    /*padding-top: 20px;*/
    font-size: 23px;
    font-weight: 600;
    text-transfrom:capitalize;
}
.donate-btn{
        font-size: 22px;
    /*border-radius: 30px;*/
    padding: 10px 20px;
}
.city-moblie-view h3{
color: #0000ff;
margin: 20px 0;
font-size: 30px;
 font-weight:600; 
 text-align:center;
}
  .list-type1 li{
    position: relative;
    display: block;
    padding: 0.4em 0.4em 0.4em 2em;
    margin-bottom: 20px;
    text-align: center;
    background: #3F51B5;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: .3em;
    -webkit-border-radius: 0.3em;
    border-radius: 10em;
    transition: all .2s ease-in-out;
  }
  

  
  .list-type1 li:before{
    content: '\f3c5';
    font-family: "Font Awesome 5 Free";
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #673AB7;
    height: 3em;
    width: 3em;
    line-height: 2.5em;
    border: 0.3em solid #fff;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    color: #FFF;
  }

    .quote-heading{
position:relative;  
}
@media (min-width:1249px){
    #herocarousel h2{
        font-size:40px;
    }
.quote-heading h2::after{
  top: -9px;
    /* display: block; */
    position: absolute;
    /* left: 125px; */
    right: 50px;
  font-size: 25px;
  content: "\f10e";
  font-family: "Font Awesome 5 Free";

}
.quote-heading h2::before{
    top: -9px;
    /* display: block; */
    position: absolute;
    /* left: 125px; */
    left: 50px;
    font-size: 25px;
    content: "\f10d";
        
        font-family: "Font Awesome 5 Free";
}
}

@media (min-width:1024px) and (max-width:1248px){
    #herocarousel h2{
        font-size:30px;
    }
.quote-heading h2::after{
  top: -10px;
  /* display: block; */
  position: absolute;
  /* left: 125px; */
  right: -4px;
  font-size: 25px;
  content: "\f10e";
  font-family: "Font Awesome 5 Free";

}
.quote-heading h2::before{
    top: -6px;
    /* display: block; */
    position: absolute;
    /* left: 125px; */
    left: -4px;
    font-size: 25px;
    content: "\f10d";
        
        font-family: "Font Awesome 5 Free";
}
}
@media (min-width:768px) and (max-width:1023px){
.quote-heading h2::after{
  bottom: 31px;
    /* display: block; */
    position: absolute;
    /* left: 125px; */
    right: 23px;
    font-size: 16px;
    content: "\f10e";
    font-family: "Font Awesome 5 Free";

}
.quote-heading h2::before{
          top: -8px;
    /* bottom: 14px; */
    /* display: block; */
    position: absolute; 
    left: -20px;
    /*right: -6px;*/
    font-size: 16px;
    content:"\f10d";
    font-family: "Font Awesome 5 Free";
}
}
@media(max-width:767px){
    .quote-heading h2::before {
    top: -20px;
    /* display: block; */
    position: absolute;
    /* left: 125px; */
    left: -13px;
    font-size: 17px;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
}
.quote-heading h2::after {
    
    bottom: 10px;
    /* display: block; */
    position: absolute;
    /* left: 125px; */
    right: -9px;
    font-size: 16px;
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
}

}
.color-quote{
    color:#009688 !important;
}
.success-page{    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
       padding: 10px 0;
    border-radius: 10px;
}
.success-page hr{
        border-top: 1px dotted #1f1f1f;
}
.heading-success{
    color:#000 !important;
    margin :10px 0;
    font-weight:500 !important;
}