body{
    margin:0;
    padding:0;
    font-size:16px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    background: #e5e5e5;
}
p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
     color: #000000;
     margin-top: 10px;
     margin-bottom: 10px;
     font-family: "Ubuntu", sans-serif;
     font-weight: 700;
}
h1{
    font-size: 22px;
    color: #000;
}
h2{
    font-size: 18px;
    color: #000;
}
h3{
    font-size: 22px;
    color: #449b26;
}
h4{
    font-size: 18px;
    color: #449b26;
}
h5{
    font-size: 22px;
    color: #0172b8;
}
h6{
    font-size: 18px;
    color: #0172b8;
}
a{
    color: #449b26;
}
a:focus, a:hover{
	text-decoration:none;
}
.btn-primary{
    background-color: #449b26;
    border-color: #449b26;
    color: #fff;
}
.btn-primary:hover{
    background-color: #0172b8;
    border-color: #0172b8;
    color: #fff;
}
.del-space {
    display: none;
}
.navbar-default .navbar-brand {
    height: auto;
    line-height: normal;
    font-family: "Ubuntu", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #449b26;
    padding: 15px 0px;
}
.navbar-default .navbar-brand img {
    width: 300px;
    padding: 0px;
    display: block;
}
nav.navbar.bootsnav {
    background-color: #e5e5e5;
    border-bottom: 1px solid #ccc;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
    background-color: #e5e5e5;
}
.navbar-right {
    float: right !important;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #000;
    font-size: 16px;
    padding: 15px 10px;
    font-weight: 500 !important;
    margin: 20px 0px 15px;
}
ul.nav.navbar-nav.navbar-right {
    float: right;
    display: block;
}
nav.navbar.bootsnav .nav.navbar-nav li .home_donate {
    background-color: #0172b8 !important;
    color: #fff;
    border-radius: 30px;
    padding: 12px 18px;
    border: 2px solid #0172b8;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav .nav.navbar-nav li .home_donate:hover{
    background-color: #449b26 !important;
    border-color: #449b26;
    color: #fff;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li:hover{
    background-color: #449b26;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
    background-color: transparent !important;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li{
    background-color: #0172b8;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    border: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #ffffff;
    background-color: #449b26;
    padding: 5px 10px 3px;
    font-size: 20px;
}
.carousel-inner > .item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 50%);
}
.carousel-caption {
    left: 12%;
    right: auto;
    text-align: left;
    width: 60%;
    top: 30%;
}
.carousel-caption h1{
    color: #fff;
    margin-top: 0px;
    margin-bottom: 20px;
}
.carousel-caption p {
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
}
.carousel-caption a {
    background-color: #0172b8;
    line-height: inherit;
    height: auto;
    padding: 12px 20px;
    width: auto;
    font-size: 16px;
    border-radius: 30px;
    transition: all 0.3s linear;
}
.carousel-caption a:hover{
    background-color: #449b26;
    color: #fff;
}
/*--navbar--end--*/
.py-5{
    padding: 30px 0px;
}
.service_items_list {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 30px;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: rgba(2, 1, 1, 0);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.service_items_list:hover {
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #0172b8;
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
    -webkit-box-shadow: 0 70px 70px rgba(0, 0, 0, .2);
    box-shadow: 0 70px 70px rgba(0, 0, 0, .2);
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
}
.service-search .search-box {
    float: right;
}
.services-items {
    margin-top: 15px;
}
.service-content {
    text-align: center;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}
.service-heading h2 {
    font-size: 36px;
    margin-top: 10px;
}
.service_items_list img {
    width: 100%;
}
.donate-button .btn-danger {
    border-radius: 30px;
    padding: 4px 15px 4px 5px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    border: 2px solid #ff0000;
    background-color: #ff0000;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    max-width: 125px;
    margin: 0px auto;
}
.donate-button .fa-heart {
    background-color: #fff;
    color: #ff0000;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: 32px;
    margin-right: 5px;
}
.donate-button .btn-danger:hover{
    background-color: transparent;
    color: #449b26;
    border-color: #449b26;
}
.profile-button {
    max-width: 160px;
    margin: 0px auto;
    margin-bottom: 20px;
    position: relative;
    margin-top: 15px;
}
.profile-button .btn-primary {
     background: #0172b8; 
/*    background: linear-gradient(0deg, rgb(21, 74, 162) 0%, rgb(67, 150, 204) 80%);*/
    border: none;
    min-width: 140px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
}
.profile-icon {
    position: absolute;
    top: 0px;
    left: 0px;
}
.profile-icon .fa-user {
    width: 35px;
    height: 35px;
    /* background: rgb(27, 168, 27); */
    background: radial-gradient(circle, rgb(21, 74, 162) 0%, rgb(67, 150, 204) 85%);
    border-radius: 100%;
    color: #fff;
    line-height: 34px;
}
.service-content p {
    margin-bottom: 6px;
}
.service-content .price-tag {
    color: #449b26;
    font-weight: 500;
}
.about-block {
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.about-block::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 70%);
}
.about-content {
    text-align: center;
    margin: 0px 5%;
}
.about-content h2 {
    margin-bottom: 30px;
    font-size: 42px;
    color: #fff;
}
.about-content p {
    color: #fff;
    line-height: 30px;
    font-size: 18px;
}
.success-block {
    padding: 50px 0px 60px;
}
.copy p, .power p {
    color: #fff;
    margin: 0px;
}
footer {
    border: none;
}
.bottom-footer {
    background-color: #1a1a1a;
    border-top: 1px solid rgb(110 110 110 / 60%);
    padding: 15px 0px;
}
.footer-title {
    font-size: 24px;
    color: #ffffff;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 25px;
}
.footer-title::before {
    content: "";
    position: absolute;
    top: 39px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #449b26;
}
.signup-info {
    margin-top: 30px;
}
.footer-logo address {
    margin-top: 25px;
    color: #fff;
}
.footer-logo address p{
    color: #fff;
}
.footer-social-icons i {
    margin-right: 10px;
    color: #fff;
    font-size: 24px;
    width: 50px;
    height: 50px;
    background-color: #449b26;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    transition: all 0.3s linear;
}
.footer-social-icons i:hover{
    background-color: #0172b8;
    color: #fff;
}
.footer-links li {
    border-bottom: 1px dashed rgb(110 110 110 / 60%);
    margin-bottom: 15px;
    padding-bottom: 7px;
}
.footer-links li:last-child{
    border-bottom: 0px;
}
.more-info p {
    color: #fff;
}
.footer-links ul li a:hover {
    color: #449b26;
}
#newsletterForm .input-group {
    display: block;
    margin-top: 25px;
}
#newsletterForm .form-control {
    height: 40px;
    display: block;
    border-radius: 0px;
    margin-bottom: 25px;
}
#newsletterForm .btn-primary {
    background-color: #449b26;
    border-color: #449b26;
    border-radius: 25px;
    font-size: 16px;
    padding: 10px 20px;
}
#newsletterForm .input-group-btn {
    text-align: center;
}
.charity-content h3 {
    font-size: 22px;
    line-height: 26px;
}
.charity-content img {
    margin-bottom: 10px;
    width: 100%;
}
.charity-content {
    margin-bottom: 35px;
    text-align: center;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    width: 100%;
    float: left;
}
.spons-chart-block {
    width: 100%;
}
.city_state_charity{
    margin-top: 10px;
}
.charity-block {
    padding-bottom: 60px;
}
.charity-block .service-heading h2 {
    margin-bottom: 30px;
}
.profile-details-right .donate-button .btn-danger {
    width: 100%;
    max-width: 100%;
    text-align: center;
    justify-content: center;
    background-color: #0172b8;
    border-color: #0172b8;
    padding: 8px 15px;
    border-radius: 10px;
}
.profile-details-right .donate-button .btn-danger:hover {
    background-color: #339ee0;
    border-color: #339ee0;
    color: #fff;
}
.profile-details-right .donate-button .btn-danger:hover .fa-heart{
    color: #339ee0;
}
.profile-details-right .donate-button .btn-danger:first-child {
    background-color: #449b26;
    border-color: #449b26;
}
.profile-details-right .donate-button .btn-danger:first-child:hover {
    background-color: #34ca34;
    border-color: #34ca34;
}
.profile-details-right .donate-button .btn-danger .fa-heart {
    color: #0172b8;
    margin-right: 20px;
}
.share-icon-info {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.share-icon-info p {
    margin: 0px;
    margin-left: 15px;
    font-size: 18px;
}
.profile-title {
    font-size: 24px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 10px;
}
.sp-single h4 {
    font-size: 20px;
    margin-bottom: 0px;
}
.recent-donate-list {
    margin-bottom: 20px;
}
.recent-donate-list p {
    margin-bottom: 3px;
}
.profile-details-right .donate-button {
    margin: 15px 0px 25px;
}
.share-header .profile-title {
    margin-top: 0px;
}
.share-header {
    margin-bottom: 35px;
}
#share_modal .modal-footer {
    margin-top: 0px;
}
.share-icon-info img {
    width: 50px;
}
.share-icon-info p a {
    color: #000;
}
.profile-price-info h2 {
    font-size: 36px;
    margin-top: 0px;
}
.profile-details-right {
    box-shadow: 0.2px 0.2px 10px rgb(0 0 0 / 30%);
    padding: 30px;
    border-radius: 10px;
    margin-top: 55px;
    background-color: #fff;
}
.profile-figure h3 {
    font-size: 32px;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}
.profile-figure img {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #646464;
}
.sp-single {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.sponsor-agency-block .profile-title {
    margin-bottom: 20px;
}
.service_items_list h4 {
    font-weight: 400;
}
.service-content h3 {
    font-size: 24px;
    margin-top: 0px;
}
.profile-share-block .profile-title {
    color: #000;
    font-size: 24px;
}
.profile-share-block {
    margin-bottom: 30px;
    width: 100%;
    float: left;
}
.profile_name {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
}
.charity_img img {
    width: auto;
}
.charity_short_des {
  margin-bottom: 5px;
}
.donate_btns .btn-success {
    color: #fff;
    background-color: #5ea045;
    border-color: #5ea045;
    margin-right: 20px;
    width: 100px;
    border-radius: 2px;
    font-size: 20px;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.donate_btns .btn-success:hover{
    color: #fff;
    background-color: #353535;
    border-color: #353535;
}

.donate_btns {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

.donate_btns .btn-primary {
    background-color: transparent;
    border-color: #cccccc;
    color: #000000;
    font-size: 22px;
    padding: 5px 15px;
    margin: 0px 7px;
    font-family: 'trebucbd';
    margin-bottom: 5px;
}

.donate_btns .active, .donate_btns .btn-primary:hover, .donate_btns .btn-primary:focus{
    background-color: #449b26;
    border-color: #449b26;
    color: #ffffff;
    box-shadow: none;
}
.donate_btns p {
    text-align: left;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    font-family: 'trebucbd';
}
.oth_amt {
    text-align: center;
    margin: 0px auto;
/*    display: -webkit-inline-box;*/
    margin-top: 20px;
    margin-bottom: 8px;
}
.donate_btns #donation_amount {
    width: 115px;
    border-color: #609a45;
    height: 45px;
    font-style: normal;
    font-size: 22px;
    font-family: 'trebucbd';
    padding: 12px 15px 10px 15px;
}
.donate-icon i {
    font-size: 65px;
}
.donate-icon {
    float: left;
    min-width: 85px;
    margin-right: 25px;
    text-align: center;
}
.donate-list-items {
    border: 2px solid #dddddd;
    padding: 35px;
    margin-bottom: 30px;
    border-radius: 10px;
    cursor: pointer;
}
.donate-content {
    display: table-cell;
}
.donate-content h3 {
    font-size: 30px;
    margin-top: 0px;
    color: #000;
}
.donate-list-items:nth-child(odd){
    background-color: #ffffff;
}


.donate-list-items:nth-child(even){
    background-color: #ffffff;
}
.donate-list-items:hover{
    background-color: #d0edff;
}

.donate_page_info {
    margin-top: 15px;
}
.page-section h1:first-child {
    font-size: 36px;
}
.people_row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.people_col {
    display: flex;
    flex-direction: inherit;
}
.view-btn .btn-primary {
    background-color: #0172b8;
    border-color: #0172b8;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    display: inline-block;
    width: 150px;
    margin-top: 25px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s linear;
}
.view-btn .btn-primary:hover{
    background-color: #449b26;
    border-color: #449b26;
    color: #fff;
}

.donate_person {
  padding-top: 8px;
}

.donatio_forms .form-control{
    color: #000000;
}


.donation_chk tr th {
  width: 45%;
}
.cat-search .parent-li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    padding: 0px 10px;
}
.cat-search .parent-li-check {
    top: 0px;
    z-index: 0;
}
.people-search .form-control {
    width: 250px;
    float: left;
    margin-right: 15px;
    height: 35px;
}
.cat-search {
    margin-top: 10px;
}
.cat-search .nav-sidebar {
    border: 1px solid #ddd;
}
.cat-search .categories {
    margin-bottom: 20px;
    padding: 10px 15px;
}
.people-search {
    float: right;
    margin-bottom: 20px;
    margin-top: 10px;
}
.people-search .btn-primary:hover{
    background-color: #0172b8;
    border-color: #0172b8;
    color: #fff;
}
.charity-page {
    margin-top: 20px;
    margin-bottom: 20px;
}
.charity_img {
  margin-bottom: 15px;
}
.mem_btn a {
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 16px;
  margin-right: 15px;
  margin-top: 10px;
  float: left;
  border-radius: 25px;
}

.mem_btn a.mylogin, .mem_btn a.my_account {
  background-color: #0172b8;
}

.mem_btn a.mylogout {
  background-color: #449a26;
}

.addbutton {
    float: right;
    margin: 12px 0px;
    background-color: #0172b8;
    border-color: #0172b8;
}

.addbutton:hover{
    background-color: #449a26;
}

.add_people_btn {
  width: auto;
  background-color: #449b26;
}

.account-information td{
    vertical-align: middle !important;
}
.manage_people textarea.form-control {
    height: 100px;
}
.manage_people .form-control {
  height: 36px;
}
.manage_people .form-group {
    margin-bottom: 20px;
}
.green:hover, .green:active, .green:focus {
    color: #0A0;
}
.red:hover, .red:active, .red:focus {
    color: red;
}

.sub_head {
  margin-bottom: 0px;
}
.account-information .input-xxlarge {
  width: 450px;
  height: 300px !important;
}
.menu-info .panel-heading {
    position: relative;
    padding: 0px;
}
.menu-info .panel-default>.panel-heading a {
    display: block;
    width: 100%;
    position: relative;
    padding: 15px 15px;
}
.menu-info .panel-heading a[data-toggle="collapse"]:after {
    font-family: FontAwesome;
    content: "\f078";
    position: absolute;
    color: #449b26;
    font-size: 22px;
    line-height: 22px;
    right: 20px;
    top: calc(50% - 10px);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.menu-info .panel-heading a[data-toggle="collapse"].collapsed:after {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.menu-info .panel-default {
    margin-bottom: 20px;
}
.menu-info .panel-title{
    color: #449b26;
}
.panel-heading.main_title_my_acc {
  width: 100%;
  float: left;
    margin-bottom: 20px;
}
.back_my_acc {
    margin-bottom: 0px;
}
.charity_cp_image img {
    float: left;
    width: 130px;
}
.cp_name_btn {
    display: table-cell;
    padding-left: 20px;
    padding-top: 0px;
}
.contact_spon_charity {
    width: 100%;
    float: left;
}
.charity_cp_image {
/*    border: 2px solid #ccc;*/
    width: auto;
    float: left;
/*    padding: 10px;*/
}
.charity_cp_name {
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.cp_name_btn p:first-child {
    margin-top: -5px;
}
.charity_contact:hover{
    background-color: #0172b8;
    border-color: #0172b8;
    color: #fff;
}
.progress-bar {
    background-color: #0172b8;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-shadow: 2px 0 #000000, -2px 0 #000000, 0 2px #000000, 0 -2px #000000, 1px 1px #000000, -1px -1px #000000, 1px -1px #000000, -1px 1px #000000;
}
.progress {
    height: 30px;
    background: #e2e2e2;
}
.service_items_list .progress {
    margin: 25px 20px 20px;
}
.progress-bar span {
    padding-left: 5px;
    padding-right: 5px;
    color: #ffffff;
}
.maxgoal {
    margin-right: 10px;
    text-decoration: underline;
}
.profile-price-info p {
    color: #666;
}
.fa-users {
    color: #0172b8;
}
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #449b26;
    color: #fff;
}
.table-striped > tbody > tr:nth-child(odd) > td{
    background-color: #edffe7;
}
.table-striped > tbody > tr:nth-child(even) > td{
    background-color: #d0edff;
}
.donors_title .btn-primary {
    float: right;
    margin-top: 10px;
}
.tot_don_amt {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: right;
}
.mobile_desk{
    display: none;
}
#tab2 h2, #tab3 h2 {
    margin-bottom: 20px;
}
.see-btn {
    background-color: transparent;
    border: 1px solid #c6c6c6;
    padding: 10px 45px;
    display: inline-block;
    color: #000;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s linear;
}
.see-btn:hover{
    background-color: #449b26;
    border-color: #449b26;
    color: #fff;
}
.top-donations-block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.top-donate-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-donate-icon .fa-hand-holding-heart {
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #449b2617;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0172b8;
}
.top-donations-block .recent-donate-list {
    margin-bottom: 0px;
}
.top-donations-block .recent-donate-list {
    padding-left: 15px;
}
.top-donations-block .recent-donate-list span {
    font-size: 14px;
}
#seeAll .modal-title {
    font-size: 26px;
}
#seeAll .donate-button .btn-danger{
    background-color: #0172b8;
    border-color: #0172b8;
}
#seeAll .donate-button .btn-danger:hover{
    background-color: #449b26;
    border-color: #449b26;
}
.top-new-donate-list {
    height: 425px;
    overflow-y: scroll;
}
.nav-sidebar .tabs > li >a {
    font-size: 16px;
   
    padding-left: 15px;
}
.nav-sidebar .categories{
    margin-bottom: 5px;
}
.page-section {
    padding-top: 20px;
    padding-bottom: 50px;
}
.snd-emails-btn .btn-danger {
    width: auto;
    max-width: max-content;
    text-align: center;
    padding: 6px 15px;
    background-color: #449b26;
    border-color: #449b26;
}
.email-note {
    margin-top: 15px;
    text-align: initial;
    font-size: 14px;
    line-height: 24px;
}
.account-information .checkout-continue .submit-input {
    width: auto;
    padding: 6px 20px;
    background-color: #0172b8;
    border-color: #0172b8;
}

.iagree #agree-error {
  margin-bottom: 0px;
}

.nav.tabs {
  background-color: #fff;
}

.nav.tabs.my-account {
  background-color: #fff;
}
.donate-report-btn {
    background-color: #449a26;
}
.donate-report-btn a.pull-right {
    background-color: #0172b8;
    color: #fff;
    display: inline-block;
    padding: 10px 10px;
    font-size: 16px;
    border-radius: 5px;
    margin: 10px;
}
.donate-report-btn .pull-left {
    margin-top: 8px;
    padding-left: 15px;
    font-size: 24px;
}
.full_name_date {
    padding-top: 7px;
}

#uploaded_image{
    border: 2px solid #449b26;
    margin-top: 10px;
}
.people_image {
    height: 200px;
    overflow: hidden;
}
.my-act {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}
.my-act ul li a {
    font-weight: 600;
    font-size: 15px;
}
.my-act ul.list-unstyled {
    margin: 0px;
}
.my-act ul li {
    display: inline-block;
    margin-right: 15px;
}
.sponsoring-block {
    margin-top: 20px;
}
.service-heading, .charity_short_dec {
    font-size: 24px;
}
.clapper-icon img {
    width: 50px;
    display: inline-block;
}
.clapper-icon {
    position: relative;
    bottom: 3px;
    margin-right: 10px !important;
}
.sponsor-agency-block {
    margin-top: 20px;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #b1b1b1;
}
.charity-content h3, .charity-content p {
    padding-left: 10px;
    padding-right: 10px;
}
.contact_contact_info .footer-social-icons li{
    padding: 0px;
}
@media (min-width:1200px){
    .quick-menu {
        padding-right: 50px;
    }
    .profile-details-right{
        margin-left: 30px;
    }
    .mem_btn {
        margin-top: 100px;
    }
}

@media (min-width:1400px){
    .container{
        width: 1320px;
    }
    .carousel-caption h1{
        font-size: 60px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a {
        margin: 15px 0px 15px;
    }
    .navbar-default .navbar-brand img{
        width: 400px;
    }
   
}

@media screen and (min-width:768px){
    .i-agreement {
        margin-top: 52px;
    }
    .sponsor-agency-block .charity-content{
        height: 400px;
        overflow: hidden;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
   .navbar-default .navbar-brand img{
        width: 250px;
   }
   nav.navbar.bootsnav .nav.navbar-nav li .home_donate {
    padding: 6px 10px;
    font-size: 14px;
}
   nav.navbar.bootsnav .navbar-nav > li > a{
        margin: 16px 0px;
        font-size: 14px;
        padding: 15px 7px;
   }
}
@media screen and (max-width:991px){
   .ajax_pagination {
        padding-left: 20px;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    .navbar-default .navbar-brand img{
        width: 350px;
        margin:0px auto;
    }
       .navbar-header {
        float: none;
        padding-top: 15px;
        padding-bottom: 10px;
    }
   nav.navbar.bootsnav .navbar-nav > li > a{
        margin:0px 0px;
        font-size: 14px;
        padding: 15px 6px;
   }
   .navbar-default .navbar-brand {
    float: none;
    margin: 0px !important;
}
   .nav.navbar-nav{
        width: auto;
   }
   .carousel-caption h1{
        margin-bottom: 10px;
        font-size: 36px;
   }
   .service_items_list {
        height: 465px;
    }
    .about-content{
        margin:0px;
    }
    .my-act {
        float: none;
        text-align: center;
        margin-right: 0px;
    }
}
@media screen and (min-width:320px) and (max-width:767px) {
    nav.navbar.bootsnav .navbar-nav > li > a{
        margin: 0px;
        border-bottom: solid 1px #959595;
        padding: 10px;
    }
    .carousel-caption p{
        display: none;
    }
    .carousel-caption{
        top: 20%;
    }
    .carousel-caption h1{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .carousel-caption a {
        font-size: 14px;
        padding: 8px 15px;
    }
    .about-content {
        margin: 0px;
    }
    .about-content h2{
        font-size: 36px;
    }
    .service-search .search-box{
        width: 100%;
    }
    .profile-details-right {
        margin-top: 25px;
    }
    .page-section h1:first-child{
        font-size: 32px;
    }
    .people-search .form-control{
        width: 200px;
    }
    .donors_title h1, .tot_don_amt {
        text-align: center;
    }
    .mobile_desk{
        display: block;
    }
    .full_desk, .no_img{
        display: none;
    }
    .tab-pane h2{
        margin-top: 20px;
    }
    .my-act {
        float: none;
        text-align: center;
        margin: 0px 0px 15px;
    }
    .oth_amt {
        text-align: left;
    }
    .oth_amt .control-label {
        text-align: left;
        padding-bottom: 5px;
    }
    .about-content p {
        line-height: 25px;
        font-size: 16px;
    }
    .footer-title {
        margin-top: 25px;
        margin-bottom: 0px;
    }
    .main-footer {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .footer-links li:last-child{
        margin-bottom: 0px;
    }
    .contact_contact_form_fields{
        padding-left: 20px;
    }
}
@media screen and (min-width:320px) and (max-width:480px) {
    .navbar-default .navbar-brand img{
        width: 300px;
    }
    .carousel-caption p{
        display: none;
    }
    .carousel-caption{
        width: 300px;
    }
    .carousel-caption h1{
        margin-bottom: 10px;
    }
    .carousel-caption{
        display: none;
    }
    .carousel-caption a {
        padding: 10px 15px;
        font-size: 14px;
    }
    .carousel-inner > .item::before{
        content: "";
        background-color: initial;
    }
    .tot_don_amt {
        font-size: 20px;
    }
    .donors_title h1{
        font-size: 26px !important;
    }
    .donors_title .btn-primary {
        margin-bottom: 10px;
    }
    .profile-share-block .profile-title {
        color: #000;
        font-size: 18px;
    }
    .service-heading h2 {
        font-size: 30px;
        margin: 0px;
    }
    .about-content h2{
        font-size: 30px;
    }
    .about-block {
        padding: 50px 0px;
    }
    .success-block {
        padding-top: 30px;
        padding-bottom: 35px;
    }
    .view-btn .btn-primary {
        margin-top: 10px;
    }
}

@media screen and (min-width:320px) and (max-width:625px) {
    .people_title {
          width: 100%;
        }
    .people_search {
          width: 100%;
        }
    .people_search .people-search{
        float: left;
    }
    .top-new-donate-list{
        height: 350px;
    }

}

@media screen and (min-width:320px) and (max-width:419px) {
    .donation_chk tr th {
      width: 50%;
    }
    .people-search .form-control {
      width: 170px;
    }
    .people-search{
        float: left;
    }
    .navbar-default .navbar-brand img {
        width: 250px;
    }
    .profile-figure h3{
        margin-top: 0px;
        font-size: 30px;
    }
    .page-section h1:first-child {
        font-size: 24px;
    }
    .summery-section p {
    font-size: 16px;
    line-height: initial;
}

}