.contact-form-group .select-item, .contact-form-group .select-bar {

    width: 100% !important;

    height: 50px !important;

    color: #000;

}

.contact-form-group .btn {

    margin-bottom: 30px;

}

.contact-form-group .select-bar ul{

  max-height: 200px;

  overflow-y: auto;

  width: 100%;

}

.dashboard-content h5, .dashboard-content h4 {

    font-size: 16px !important;

}

.banner-thumb.d-none.d-lg-block {
    display: none !important;
}
body .banner-content {
    max-width: 100%;
}
.about-section .row .col-lg-6:last-child{
    padding: 130px 0 !important;
}
.section-header {
    max-width: 100% !important;
}

  .cookies-card {
    width: 520px;
    padding: 30px;
    color: #1E2337;
    position:  fixed;
    bottom: 15px;  
    left: 15px;
    z-index: 999999;
    transition: all .5s;
    background: #d1d1d1;
    border-radius: 5px;
  }
  
  .cookies-card.hide{
    bottom: -500px !important;
  }
  .radius--10px {
    border-radius: 10px;
  }
  
  .cookies-card__icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #6e6f70;
    color: #fff;
    font-size: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  
  .cookies-card__content {
    margin-bottom: 0;
  }
  
  .cookies-btn {
    color: #363636;
    text-decoration: none;
    padding: 10px 35px;
    margin: 3px 5px;
    display: inline-block;
    border-radius:  999px;
  }
  
  .cookies-btn:hover {
    color: #363636;
  }

  
  @media (max-width: 767px) {
      .cookies-card {
          width:  100%;
          left: 0;
          bottom:  0;
          font-size:  14px;
          padding:  15px;
      }
  }




.hover-input-popup {
        position: relative;
    }
    .input-popup {
        display: none;
    }
    .hover-input-popup .input-popup {
        display: block;
        position: absolute;
        bottom: 130%;
        left: 50%;
        width: 280px;
        background-color: #1a1a1a;
        color: #fff;
        padding: 20px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .input-popup::after {
        position: absolute;
        content: '';
        bottom: -19px;
        left: 50%;
        margin-left: -5px;
        border-width: 10px 10px 10px 10px;
        border-style: solid;
        border-color: transparent transparent #1a1a1a transparent;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .input-popup p {
        padding-left: 20px;
        position: relative;
    }
    .input-popup p::before {
        position: absolute;
        content: '';
        font-family: 'Line Awesome Free';
        font-weight: 900;
        left: 0;
        top: 4px;
        line-height: 1;
        font-size: 18px;
    }
    .input-popup p.error {
        text-decoration: line-through;
    }
    .input-popup p.error::before {
        content: "\f057";
        color: #ea5455;
    }
    .input-popup p.success::before {
        content: "\f058";
        color: #28c76f;
    }



 .show-filter{
  display: none;
}
@media(max-width:767px){
  .responsive-filter-card{
      display: none;
      transition: none;
  }
  .show-filter{
      display: block;
  }
}

.btn-check:focus+.btn, .btn:focus {
  outline: 0;
  box-shadow: none
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none
}
label.required:after{
  content: '*';
  color: #DC3545!important;
  margin-left: 2px;    
}
img.pdf-logo {
    width: 35px;
    margin-right: 5px;
}
.footer-bottom {
    position: relative;
}
ottom-footer-right ul.footer-menu {
    margin: 0;
}
.bottom-footer-right ul.footer-menu li {
    padding: 0 5px;
}
@media (max-width: 767px) {

    .footer-bottom {
        position: unset;
    }
    .bottom-footer-right {
        position: unset;
    }
    .bottom-footer-right ul.footer-menu {
        margin: 20px 0;
    }
}
.thanks-section h2{ color:#3f9fbd; }
.thanks-section .padding-bottom-thanks{ padding-bottom: 20px; }
.thanks-section  a.btn.btn--base.btn-lg.godashboard{ padding-top: 9px; }
.profile-img-section {
        width: 150px !important;
        position: relative;
        margin-bottom: 30px;
    }
.profile-img-section .profile-img{
    width: 150px;
    border-radius: 50%;
    height: 150px;
    border: 2px solid #000;
}
.profile-img-section a {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.profile-img-section i.fas.fa-pen {
    background: #fff;
    color: #000;
    padding: 2px;
    border: 1px solid #000;
}  
.prayer-section{
    padding: 40px;
}
.prayer-section img{
    width: 100%;
}  
.prayer-section a.picture_download {
    padding-top: 12px;
    width: 200px !important;
    margin-top: 28px !important;
}
a.btn.btn--base.logout-btn {
    height: auto;
    color: #fff;
    font-weight: 600;
    border: 1px solid #01a9dd !important;
}

span.video_number {
    color: #3f9fbd;
    font-size: 40px;
    margin-bottom: 20px;
    display: inline-block;
    background: #fff;
    height: 60px;
    padding-top: 16px;
    width: 60px;
    border-radius: 50%;
    font-weight: 600;
}
.plan-section .section-header h2 {
    font-size: 36px;
}

table.deposit-table {
    border: 5px solid #124656;
    width: 100%;
    text-align: center;
    background: -webkit-linear-gradient(-90deg, #124656 0%, #063a4a 45%, #063b46 100%);
    
}
