/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.p-0
    {
        padding: 0px;
    }
    .m-0
    {
        margin: 0px;
    }
    .mt-20
    {
        margin-top: 20px;
    }
    h1,h2,h3,h4,h5,h6
    {
        padding: 0px;
        margin: 0px;
    }
    section.section 
    {
        padding: 15px 0px;
    }
    .pb-0
    {
        padding-bottom: 0px!important;
    }
    .pt-0
    {
        padding-top: 0px!important;
    }
    .pt-20
    {
        padding-top: 20px!important;
    }
    .section .container
    {
        max-width: 1344px;
    } 
    .about_address_list
    {
        padding: 0px;
    }
    .profile_header_logo img {
            max-width: 200px;
        }
    .about_address_list li , .applyflex
    {
        display: flex;
        gap: 5px;
    }
    section.section h3
    {
        padding-bottom: 25px;
       margin: 0;
    }
    h3.small_green_heading {
        font-family: Source Sans Pro,sans-serif;
        color: #8ac557;
        font-size: 28px;
        font-weight: 400;
    }
    .colorblue
    {
        color: #00b0ea;
    }
    .section ul li 
    {
        list-style: none;
        font-family: Lato,sans-serif;
        font-size: 16px;
        line-height: 1.7;
    }
    .custom_container
    {   
        width: 100%;
        max-width: 1300px;
        margin: 0 auto;
    }
    .profile_header
    {
        background-size: cover!important;
        min-height: 400px;
        background-position: center!important;
        padding: 0 20px;
        display: flex;
        align-items: end;
    }
    /*section.profile_content {
            min-height: 400px;
        }*/
    .page-template-nonprofite-profile p 
    {
        font-size: 18px;
    }

    .page-template-nonprofite-profile .font-15
    {
        font-size: 15px;
    }
    .profile_header_logo {
            position: relative;
            bottom: -190px;
        }
    .profile_content .logo_heading
    {
        font-size: 30px;
        padding-left: 220px;
        margin: 0px;
        
    }
    .close_logo_row
    {
        display: flex;
        align-items: center;
        min-height: 103px;
    }
    .three_btns {
        float: right;
        display: flex;
        gap: 10px;
    }
    .three_btns a {
            
            padding: 5px 23px;
            border-radius: 10px;
            color: #ffffff!important;
            min-width: 93px;
            text-align: center;
            box-shadow: 1px 1px 10px rgb(0 5 7 / 50%);
            transition: background-color .2s ease-in-out;
        }
    .three_btns a:hover
    {
        color: #ffffff;
        opacity: 0.8;
        text-decoration: none;
    }
    .three_btns a:first-child
    {
        background: rgba(0,176,234,.8);
    }
    .three_btns a:nth-child(2)
    {
        background: rgba(138,197,87,.8);
    }
    .three_btns a:nth-child(3)
    {
        background: rgba(0,5,7,.5);
    }
    .bg-gray
    {
        background-color: #FAFAFA;
    }
    img.nonprofite-img 
    {
        height: 200px;
        object-fit: cover;
        padding: 0 5px;
    }

  /*about section*/
  p.smalltext 
  {
        font-size: 12px;
  }

  /*fundraiser section*/
  .fundraiser_card img 
  {
    width: 100%;
    height: 158px;
    object-fit: cover;
  }
  .fundraiser_card {
        max-width: 271px;
    }

  .fundraiser_card h6 
  {
    padding: 0;
    margin: 9px 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    text-transform: capitalize;
    min-height: 36px;
  }

  .fundraiser_user {
        margin-bottom: 10px;
    }

  .fundraiser_user p 
    {
        padding: 0;
        margin: 0;
        font-size: 16px;
    }

/*top donors*/
.top_donor_card {
    text-align: center;
        margin-bottom: 20px;
}
.top_donor_card img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}

.top_donor_card span
{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    align-items: center;
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
}

.donnor_img {
    margin: 8px 0;
}

.top_donor_card p {
    margin: 0;
}

@media (min-width: 1200px)
{   
   
    .section .container, .profile_header .container {
        width: 1344px;
    }
}

@media screen and (max-width: 992px)
{
  .logo_heading
        {
            padding-left:  0px!important;
        }
}

@media screen and (min-width: 768px) 
{  
  .topfundraiser img 
    {
        width: 150px;
        height: 150px;
    }
  .raise_money_section .col-md-3 {
            width: 23%;
        }
  .topDonors_section .col-sm-2 {
            width: 11%;
        }
  .topfundraiser_section .col-sm-3 {
            width: 17%;
        }
}
@media screen and (max-width: 767px) 
{  
    .close_logo_row
        {
            display: block;
            margin-top: 133px;
        }
      
      .three_btns
      {
        display: block!important;
            float: none;
      }
      .logo_heading
      {
        margin-bottom: 20px!important;
      }
}



@media screen and (max-width: 992px) and (min-width: 768px)
{
   .profile_content .logo_heading
    {
        font-size: 30px;
        padding-left: 234px;
        margin: 0px;
        
    }
    .close_logo_row {
        margin-top: 110px;
    }
}