* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
}
.form-control:focus{
  border-color: #dddddd;
  box-shadow: none;
}

/* home Page */
#problem_btn {
  position: fixed;
  bottom: 45px;
  left: 10px;
  z-index: 9999;
  padding: 8px 20px;
  background: #e84838;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  outline: 0;
  border: 0px;
  font-weight: bold;
  transition: .3s;
  box-shadow: 0px 0px 5px 0px #e84838;
  border: 1px solid #fff;
}

/* top header with logo */
.navbar-brand a {
  font-family: 'Open Sans', sans-serif;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 10px;
  margin-left: -15px;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.navbar-brand img {
  position: absolute;
  top: -37px;
}

.background,
.offcanvas-header {
  background: #2e7004;

  /* background-image: linear-gradient(to right, #233295, #4e62df); */
}

.background1 {
  background: white;
  /* background-image: linear-gradient(to right, #fffdfd, #f0f0f0); */
}

.sm-icons li a {
  color: rgb(240, 240, 240);
}

.sm-icons li a :hover {
  color: rgb(143, 133, 133);
}

.logo img {
  /* height: 105px;
    width: 105px; */
  margin-top: 10px;
  /* background: lightslategray; */
}


.top_heading {
  color: rgb(236, 236, 236);
  float: left;
}


.topnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /* background-color: #333; */
}

.topnav a {
  float: left;
  display: block;
  color: #322f2f;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  font-family: sans-serif;
}

.topnav a:hover {
  background-color: #ddd;
  color: #e84737;
}


.topnav .icon {
  display: none;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .col-md-11 {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }
}


.offcanvas-header {

  color: #ddd;
}


.nav_main {
  box-shadow: 0 2px 0px 0 rgba(34, 34, 34, 0.2);
}

.offcanvas-body ul li {
  padding: 10px 3px;
  /* padding: 10px 15px;*/
}

.navbar-nav .nav-item a:hover {
  color: #fff;
  background: #2e7004;
  /* background-image: linear-gradient(to right, #bf5441, #ff5134); */
  transition: all ease-in-out;
  transition-delay: .1s;
  border-radius: 3px;
  /* background-image: linear-gradient(to right, #1f2d7c , #4554b5); */
  cursor: pointer;
}

.offcanvas-body ul li a {
  color: black;

}
.nav-link:focus, .nav-link:active{
  color: black;
}

/* top header with logo */

/* Recent Activity */
#leftside{
  min-height: 300px;
  max-height: 300px;
  overflow: hidden;
}

.holder { 
  background-color:#ccc;
  /* width:300px; */
  height:280px;
  overflow:hidden;
  padding:10px;
  font-family:Helvetica;
}
.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  width:300px;
  height:240px;
  overflow: hidden;
}
.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.holder ul li {
  padding:10px 0px;
}
.holder ul li a {
  color:darkred;
  text-decoration:none;
}



.activity h6 {
  padding-top: 6px;
}

.activity {
  /* background-image: linear-gradient(to right, #233085, #566ae9); */
  background: #2e7004;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.recent_activity {
  /* height: 300px; */
  background: #fff;
  width: 100%;
  border: 1px solid #245803;
}

.recent_activity ul {
  list-style: none;
}

.recent_activity ul li {
  padding: 7px 0px;
}

.recent_activity ul li a {
  text-decoration: none;
  color: #000;

}

/* Recent Activity */

/* member section */
.input_field {
  width: 100%;
  outline: none;
  border: 1px solid #235c00;
  /* border: 1px solid rgb(11, 11, 219); */
  padding: 5px 50px;
}

.member_section ::placeholder {
  /* color: #2e7004; */
}

/* member section */

/* latest activity */
.latest_activity {
  height: 830px;
  overflow-y: scroll;
}

.img-top {
  height: 60px;
  width: 60px;
}

.news_section .card .card-header {
  background: white;
  position: relative;
}

.right {
  position: absolute;
  right: 5%;
  top: 35%;
}

.card_bottom_title {
  list-style: none;
  padding-left: 17px;
  font-weight: 400;
  color: black;
  font-size: 15px;
  padding-bottom: 8px;
  padding-top: 5px;
  border-bottom: 1px solid rgb(230, 228, 228);
}

.comment {
  font-size: 13px;
}

.list-group-item img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.comment_list {
  position: relative;
  background: #f7f7f7;
}

.details .name {
  position: absolute;
  top: 10px;
  left: 80px;
}

.main_comment .comments1 {
  position: absolute;
  top: 30px;
  left: 90px;
}

.details .name {
  font-size: 14px;
}

.comments1 {
  font-size: 14px;
}

.date_comment {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 12px;
  color: black;
}

.write_comment input {
  width: 100%;
  border: 1px solid grey;
}

.btn1 {
  background: #fc3448;
  color: white;
  border-radius: 16px;
  border: none;
  outline: none;
  height: 35px;
  padding: 0 8px;
  font-size: 12px;
}

.btn11 {

  background: #fc3448;
  color: white;
  border-radius: 16px;
  border: none;
  outline: none;
  height: 35px;
  padding: 0 8px;
  font-size: 15px;
}


.write_comment input {
  border: 1px solid grey;
  outline: none;
  padding: 5px 25px;
}

.activity_row {
  /* height: 200px; */
}

/* latest activity */
.activity_heading {
  color: #2e6b07;
}


/* slider */
.slick-slide {
  margin: 0 10px;
}

.responsive .slick-prev:before {
  color: #e84838;
}

.responsive .slick-next:before {
  color: #e84838;
}

.slick-next {
  right: -11px;
}

.slick-prev {
  left: -12px;
}

.responsive .card {
  background: #e84838;
  /* background-image: linear-gradient(to right, #bf5441, #ff5134); */
  /* background-image: linear-gradient(to right, #233085 , #566ae9); */
  justify-content: center;
  text-align: center;
  align-items: center;
}

.card-header:first-child {
  border-radius: 5px;
}

.card a {
  text-decoration: none;
}

/* slider */

/* about */

/* .about_body p {
  font-family: sans-serif;
  padding: 0 5px;
  font-size: 17px;
} */

.about_body p {
   padding: 0 5px;
  font-size: 17px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}
.about_body h4{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}
.zoom {
  transition: transform .3s;

}

.zoom:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);

}

.about_section {
  /* background: #edf7ff4f; */
  font-weight: 500;
}

.about_section .card {
  border: 1px solid white;
}


.gallery_section .slick-next {
  right: 3px;
}

.gallery_section .slick-prev {
  left: 3px;
}

.gallery_section .slick-slide {
  margin: 0 5px;
}

.gallery_section .slick-prev:before,
.slick-next:before,
.slick-prev,
.slick-next {
  color: #393939;
}

/* about */

/* testimonial */

/* Slideshow container */
.slideshow-container {
  position: relative;
  /* background: #f1f1f1f1; */
}



/* Slides */
.mySlides {
  display: none;
  /* padding: 80px; */
  text-align: center;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev {
  position: absolute;
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  /* background: #ddd; */
}

.text_quote {
  /* font-weight: 600; */
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active,
.dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {
  font-style: italic;
}

/* Add a blue color to the author */
.author {
  color: #f74a38;
}
.testimonial_main{
  background: #fafbfb;
}

.testimonial-slider {
  background-color: #3142aef7;
  padding: 3em 2em;
}

.testimonial-title i {
  color: coral;
}

.testimonial-title {
  color: #fff;
}

.testimonial-title h2 {
  padding-left: 0.2em;
  padding-top: 10px;

}

.card1 {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  height: 100%;
}

.carousel-control-prev,
.carousel-control-next {
  background-color: #fff;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  top: 60%;
  transform: translateY(-50%);
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}

@media (min-width: 576px) {
  .carousel-item {
    margin-right: 0;
    flex: 0 0 40%;
    display: block;
  }

  .carousel-inner {
    display: flex;
  }
}

@media (min-width: 768px) {
  .carousel-inner {
    padding: 1em;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 3em;
    height: 3em;
    position: absolute;
    left: 1em;
    top: 90%;
    opacity: 1;
  }

  .carousel-control-next {
    left: 4.5em;
  }
}


/* testimonial */

/* footer */
.txt-color {
  color: #2e7004;
}

.footer h5 {
  /* color: linear-gradient(to right, #bf5441, #ff5134); */
  color: #e9e9e9;
  /* background-image: linear-gradient(to right, #233085 , #566ae9); */
}

.footer h6 a {
  color: #b6b6b6;
}

.footer h6 a :hover {
  color: #ff0000 !important;
}

.link a :hover {
  color: red !important;
}

.footer h6 {
  color: #b6b6b6;
  padding: 2px 0;
  font-size: 15px;
}

.bottom_footer {
  font-size: 14px;
  color: #f8f8f8;
}

.bottom_footer a :hover {
  color: #e84737;
}

.footer_social ul li a :hover {
  color: rgb(108, 108, 108);
}

/* footer */

/* responsive Page */

@media(max-width:991px) {
  .navbar-brand img {
    height: 62px;
    width: 62px;
    top: -31px;
    right: -18px;
  }
  .offcanvas-header{
    height: 76px;
  }
}

/* responsive Page */

/* home Page */

/* About page */

.common_heading{
  color: #e84838;
}

.about_content{
  font-family: system-ui;
  font-size: 17px;
}
.about_text_color{
  color: #2e7004;
 
}
/* About page */

/* id card*/

.id_card{
  width:70%;
}
@media(max-width:767px){
  .id_card{
    width:100%;
  }
}

/* id card*/

/* Donar page*/
.donar{
  width:70%;
}
@media(max-width:767px){
  .donar{
    width:100%;
  }
}
.detail_donar a{
  cursor:auto;
}
.mumbai{
  padding-left: 35px;
}
/* Donar page*/

/*contact us*/
.background_contact{
  /* background: rgb(245, 245, 245); */
  box-shadow: 0px 0px 1px 1px grey;
}
/*contact us*/

/*donation Page*/
.charge h4{
  padding: 8px 0;
}
.bg-donation{
  background: #e84838;
}
.bg-donation1{
  background: #2e7004;
}
.upper, .lower{
  position: relative;
}
.upper .phonepay{
  position: absolute;
  top: 0;
  left: 0;
}
.upper .googlepay{
  position: absolute;
  top: 0;
  left: 70px;
}
.lower .paytm{
  position: absolute;
  top: 0;
  left: 140px;
}
.lower .upi{
  position: absolute;
  top: 0;
  left:210px;
}
/* @media(max-width:991px){

  .upper .phonepay{
    position: absolute;
    top: 0;
    left: 50px;
  }
  .upper .googlepay{
    position: absolute;
    top: 0;
    left: 100px;
  }
  .lower .paytm{
    position: absolute;
    top: 0;
    left: 235px;
  }
  .lower .upi{
    position: absolute;
    top: 0;
    left: 370px;
  }
} */
.account-detail {
 /* background-image: linear-gradient(to right,rgb(37, 204, 112), rgb(56, 206, 123));; */
 background: #323335;
 color: white;
}
.text-sign h4{
 padding-left:  55px;
 padding-top: 5px;
 }
.text-sign span{
 font-size: 20px;
 padding-left: 100px;
 padding-top: 6px;
}
/*donation Page*/

/*people Cooperation*/
.text-color{
  color: #e84838;
  font-size: 13px;
  font-weight: 700px;
}
.cooperation-body{
  padding: 0;
}
.cooperation-body ul li{
  font-size: 13px;
}
.list-group .detail{
  font-size: 15px;
  border-radius: 5px;
}
.btn22 {
  background: #e84939;
  color: white;
  border-radius: 6px;
  border: none;
  outline: none;
  height: 30px;
  padding: 0 8px;
  font-size: 14px;
}
.btn33 {
  background: #1b6b30;
  color: white;
  border-radius: 6px;
  border: none;
  outline: none;
  height: 30px;
  padding: 0 8px;
  font-size: 14px;
}
.bottom-body{
  position: relative;
}
.bottom-body .left{
  position: absolute;
}
/*people Cooperation*/

/* management Team */
.team_table .table>:not(caption)>*>* {
  /* padding: 0.5rem 0.5rem; */
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table tr .padding {
  padding-top: 20px;
}
/* management Team */

/* payment Page */


/* .container{

  height: 100vh;

} */


/* .card{
  border:none;
} */

.inputbox .form-control {
  border-bottom: 2px solid #eee !important;
  border: none;
  font-weight: 600
}

.inputbox .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #8bbafe;
  outline: 0;
  box-shadow: none;
  border-radius: 0px;
  border-bottom: 2px solid #2e7004 !important;
}



.inputbox {
  position: relative;
  margin-bottom: 20px;
  width: 100%
}

.inputbox span {
  position: absolute;
  top: 7px;
  left: 11px;
  transition: 0.5s
}

.inputbox i {
  position: absolute;
  top: 13px;
  right: 8px;
  transition: 0.5s;
  color: #2e7004;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.inputbox input:focus~span {
  transform: translateX(-0px) translateY(-15px);
  font-size: 12px
}

.inputbox input:valid~span {
  transform: translateX(-0px) translateY(-15px);
  font-size: 12px
}

.decoration{

  text-decoration: none;
  font-size: 14px;
}

/* payment Page */