
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&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');


.dropbtn{
    color: black;
    /* padding: 16px;
    font-size: 16px; */
    border:none;
    cursor: pointer;
    background-color: white;
  }
  
  .dropdown{
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content{
    display: none;
    position: absolute;    
    top:50px;
    color: black;
    background-color: #f9f9f9;
    min-width: max-content;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
  }
  
  .dropdown-content a{
    color:  #454545;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    position: relative;
  }
  
  .dropdown-content a:hover {background-color: white}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .dropdown:hover .dropbtn{
    background-color: white;
  }
  .list li{
    list-style-type:circle;
  }

.section_padding_50{
    padding-top: 50px;
    /* padding-bottom: 50px; */
}
.faq_area{
    position: relative;
    z-index: 1;
 }

.faq-accordian{
    position: relative;
    z-index: 1;
}
.faq-accordian .card{
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
}
.faq-accordian .card:last-child{
    margin-bottom: 0;
}
.faq-accordian .card .card-header{
    background-color: #ebebeb;
    padding: 0;
    border-bottom-color: #ebebeb;
}
.faq-accordian .card .card-header h6{
    cursor: pointer;
    padding: 1.75rem 2rem;
    color: #070a57;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.faq-accordian .card .card-header h6 span{
    font-size: 1.5rem;
}
.faq-accordian .card .card-header h6.collapsed{
    color: #070a57;
}
.faq-accordian .card .card-header h6.collapsed span{
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.faq-accordian .card .card-body{
    padding: 1.75rem 2rem;
}
.faq-accordian .card .card-body p:last-child{
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .support-button p {
        font-size: 14px;
    }
}

.support-button i {
    color: #3f43fd;
    font-size: 1.25rem;
}
@media only screen and (max-width: 575px) {
    .support-button i {
        font-size: 1rem;
    }
}

.support-button a {
    /* text-transform: capitalize; */
    color: hwb(214 38% 2%);
    text-decoration: underline;
}
@media only screen and (max-width: 575px){
    .support-button a {
        font-size: 13px;
    }
}

@media screen and (max-width:992px){
    .dropdown-content{
        width: 100%;
    }
}
.donate button{
    position:relative;
    justify-content: center;
    top: 33px;
    right: 70px;
    padding: 3px 15px;
    border-radius: 23px 23px 23px 23px;
    width: max-content;
    background-color: #3C8DC5;
    color: white;
    ;
}
@media screen and (max-width:992px){
    .dropdown-content {
        width: 100%;
    }
    .donate button{
        position:relative;
        top: 0px;
}
}
.mang{
    padding: 20px;
    /* background-color:  hwb(0 87% 11% / 0.849);    */
    background-image: url("/assets/images/bg-page-heading.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.heading_title{
    font-size: 36px;
    color: #666666;
    font-family: 'Roboto';
    font-weight: 600;
    font-style: normal;
    line-height: 47px;
}
.heading_bottom{
    font-size: 15px;
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
    line-height: 47px;
}
.our{
    text-align: center;
    color: #666666;
    font-family: 'Roboto';
    font-size: 30px;
    font-weight: 500;
    line-height: 26px;
    }

.mang a{
        color:#3C8DC5;
}

