.m-b-10{
  margin-bottom: 10px;
}
.m-b-20{
  margin-bottom: 20px;
}
.m-b-100{
  margin-bottom: 100px;
}
.mt-10{
  margin-top: 10px;
}
.mb-20{
  margin-bottom: 20px;
}
.mr-4{
  margin-right: 4px;
}
.otp_timer{
  font-size: 16px;
}
.resend_otp{
  color: #a4211d !important;
    font-weight: 600;
}
.form-error p{
  color: #c42f2f;
    font-size: 13px;
    float: left;
}
.upload-v-profile-img {
  width: 200px;
  height: 200px;
  background-color: #ededed;
  /* border-radius: 50%; */
  border: 2px solid #f4f4f4;
  text-align: center;
  line-height: 122px;
  overflow: hidden;
}
.upload-v-container {
  /* max-width: 400px;
  background-color: #ededed;
  border: 1px solid #dfdfdf;
  border-radius: 5px; */
  margin-top: 45px;
}
.bage_group {
  background: #a41e21;
  color: #fff !important;
  padding: 4px;
  border-radius: 15px;
  min-width: 47px;
  text-align: center;
}
.profile-dropdown .a-profile {
  font-weight: 500;
}
.profile-dropdown img {
  border-radius: 100%;
  display: inline-block;
  height: 30px;
  margin-right: 5px;
  width: 30px;
  border: 1px solid #545454;
  position: relative;
  top: -1.3px;
  left: 0;
}
/* Profile container */
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}

.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}
/* committee pages style start */
.committee-section {
  background-image: url("../img/bg2.png");
  padding: 40px 0px;
  background-repeat: repeat;
  background-position: inherit;
  background-attachment: fixed;
}
.committee-section h1 {
  font-size: 28px;
  margin-top: 0px;
  color: #334562;
  margin-bottom: 0px;
  text-align: center;
}
.committee-section p {
  font-weight: 400;
  font-size: 15px;
  color: #393939;
  line-height: 28px;
  margin-bottom: 22px;
  text-align: center;
}
.committee-team {
  /* padding: 20px 15px; */
  padding: 1px;
  border-radius: 10px;
  margin-top: 30px;
  text-align: center;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(143, 160, 241, 0.2),
    0 10px 20px rgba(221, 227, 246, 0.59);
  border-bottom: 2px solid #ebeced;
  background-image: url("../img/pattern-9.png");
  background-color: #fff;
  background-position: center;
}
.committee-team .picture {
  display: inline-block;
  /* height: 111px; */
  width: 100%;
  margin-bottom: 1px;
  z-index: 1;
  position: relative;
}
.team-content {
  margin-bottom: 15px;
  margin-top: 10px;
}
.team-content h3 {
  font-size: 17px;
  margin-bottom: 5px;
  text-align: center;
  color: #003a70;
  margin-top: 0px;
  text-transform: uppercase;
}
.committee-team .title {
  font-weight: 400;
  font-size: 15px;
  color: #575757;
  line-height: 19px;
  margin-bottom: 0px;
  text-align: center;
}
.committee-team .title span {
  color: #bc1a20;
  font-weight: 500;
}
/* .committee-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #e00108;
  position: absolute;
  bottom: 133%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
} */
/* .committee-team:hover .picture::before {
  height: 100%;
} */
/* .committee-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
} */
.committee-team .picture img {
  width: 100%;
  height: auto;
  /* border-radius: 10%; */
  transform: scale(1);
  transition: all 0.9s ease 0s;
}
/* .committee-team:hover .picture img {
  box-shadow: 0 0 0 9px #f7f5ec;
  transform: scale(0.7);
} */

/* committee pages style end */
.star_red{
  color: #bc2a26;
}
/* ads */
.banner-ads-section {
  background-image: url(../img/bg2.png);
  padding: 40px 0px;
  background-repeat: repeat;
  background-position: inherit;
  background-attachment: fixed;
}
.banner-ads-gif-section {
  background-image: url(../img/bg2.png);
  padding: 40px 0px;
  background-repeat: repeat;
  background-position: inherit;
  background-attachment: fixed;
}
.banner-ads-gif-section img {
  width: 1170px !important;
}
/* ads */
.time-slot-box {
  max-width: 250px;
  position: relative;
  margin: 50px auto 0;
  font-size: 15px;
}
/* Flash Messages */
.error-message p{
  color: #bc1a20;
}
.donors-not-found img{
  width: 500px !important;
}

.donors-not-found h1{
  color: #bc2a26;
    font-weight: 600;
    
    font-size: 49px;
    text-align: center;
}
/* ======== Blood bank grid =========*/
.bloodbank-list-section {
  padding: 30px;
  box-shadow: inset 0 0 0 1px rgba(143, 160, 241, .2), 0 10px 20px rgba(213, 220, 247, .59);
  background-color: #fff;
}
/* ======== Bottuns =========*/
.common-button {
  border-radius: 0px;
  padding: 11px 17px;
  color: #fff !important;
  background-color: #bc1a20;
  width: -webkit-fill-available;
}
.btn-glyphicon {
  padding: 8px;
  background: #ffffff;
  margin-right: 4px;
}

.icon-btn {
  padding: 1px 15px 3px 2px;
  border-radius: 50px;
}
.signup-btn {
  color: #fff !important;
  background-color: #1e2c47;
  padding: 10px 35px;
  border-radius: 0px;
  margin-top: 15px;
  font-size: 17px;
  
}
.signup-btn:hover {
  text-decoration: none !important;
}
/* ======== End Bottuns =========*/
.float-right{
  float: right !important;
}
/* ======== Responsive Table =========*/
.resposive-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.resposive-table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.resposive-table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.resposive-table th,
.resposive-table td {
  padding: .625em;
  text-align: center;
}

.resposive-table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .resposive-table {
      border: 0;
  }

  .resposive-table caption {
      font-size: 1.3em;
  }

  .resposive-table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
  }

  .resposive-table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
  }

  .resposive-table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right;
  }

  .resposive-table td::before {

      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
  }

  .resposive-table td:last-child {
      border-bottom: 0;
  }
}
/* ======== End Responsive Table =========*/
/* ======== Radio Button Styles =========*/
.radio-style-1 {

  padding: 5px;
}

.radio-style-1 label {

  cursor: pointer;
  font-weight: 500;


}

.radio-style-1 label input {
  position: absolute;
  left: -9999px;
}

.radio-style-1 label input:checked+span {
  background-color: #bc2a26;
  color: #fff;
}

.radio-style-1 label input:checked+span:before {
  box-shadow: inset 0 0 0 0.4375em #00005c;
}

.radio-style-1 label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
}

.radio-style-1 label span:hover {
  background-color: #bc2a26;
  color: #fff;
}

.radio-style-1 label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #00005c;
}
/* style 2 */
.radiobtn-box {
  position: relative;
  display: block;
  width: 150px;
}

.radiobtn-box label {
  display: block;
  background: #fee8c3;
  color: #444;
  border-radius: 5px;
  padding: 10px 20px;
  border: 2px solid #fdd591;
  margin-bottom: 5px;
  cursor: pointer;
}

.radiobtn-box label:after,
.radiobtn-box label:before {
  content: "";
  position: absolute;
  right: 11px;
  top: 11px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #fdcb77;
}

.radiobtn-box label:before {
  background: transparent;
  transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  z-index: 2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 0;
  height: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}

.radiobtn-box input[type=radio] {
  display: none;
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.radiobtn-box input[type=radio]:checked+label {
  background: #fdcb77;
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border-color: #fcae2c;
}

.radiobtn-box input[type=radio]:checked+label:after {
  background: #fcae2c;
}

.radiobtn-box input[type=radio]:checked+label:before {
  width: 20px;
  height: 20px;
}

/* ======== End Radio Button Styles =========*/
/* ======== Form Wizard =========*/
.setup-panel {
  background-color: #ddd;
  padding: 0px;
}

.setup-panel>li.active>a {
  background-color: #13446c;
  color: #fff;
}

.setup-panel .desc {
  color: #fff;
}
/* ========End Form Wizard =========*/
/* ========Blood Banks  =========*/
.blood-bank-item {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  /* box-shadow: 0px 2px 3px -1px rgba(151, 171, 187, 0.7); */
  box-shadow: 0px 0px 0px 1px rgb(206 49 43);
  float: left;
  transform-style: preserve-3d;
  margin: 10px 5px;

}

.blood-bank-item .header {
  border-bottom: 1px solid #cd312b;
  padding: 19px 10px;

  color: #59687f;
  font-size: 600;
  font-size: 19px;
  position: relative;
}

.header img {
  width: 35px;
}

.blood-bank-item .footer {
  text-align: right;
  position: relative;
  margin: 20px 5px;
}

.blood-bank-item .footer a.Cbtn {
  padding: 10px 25px;
  background-color: #DADADA;
  color: #666;
  margin: 10px 2px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  border-radius: 3px;
}

.blood-bank-item .footer a.Cbtn-primary {
  background-color: #5AADF2;
  color: #FFF;
}

.blood-bank-item .footer a.Cbtn-primary:hover {
  background-color: #7dbef5;
}
/* ========End Blood Bank =========*/
/* ========Login  =========*/

.banner-sec {
            
  background-size: cover;
  min-height: 500px;
  border-radius: 0 10px 10px 0;
  padding: 0;
}

.login-block-body {
  background: #fff;
  border-radius: 10px;
  /* box-shadow: 15px 20px 0px rgba(0, 0, 0, 0.1); */
  box-shadow: inset 0 0 0 1px rgb(143 160 241 / 20%), 0 10px 20px rgb(213 220 247 / 59%);
}

.carousel-inner {
  border-radius: 0 10px 10px 0;
}

.carousel-caption {
  text-align: left;
  left: 5%;
}

.login-sec {
  padding: 50px 30px;
  position: relative;
}

.login-sec .copy-text {
  position: absolute;
  width: 80%;
  bottom: 20px;
  font-size: 13px;
  text-align: center;
}

.login-sec .copy-text i {
  color: #FEB58A;
}

.login-sec .copy-text a {
  color: #E36262;
}

.login-sec h2 {
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 30px;
  color: #DE6262;
}

.login-sec h2:after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #FEB58A;
  display: block;
  margin-top: 20px;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto
}

.btn-login {
  background: #DE6262;
  color: #fff;
  font-weight: 600;
}

.banner-text {
  width: 70%;
  position: absolute;
  bottom: 40px;
  padding-left: 20px;
}

.banner-text h2 {
  color: #fff;
  font-weight: 600;
}

.banner-text h2:after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #FFF;
  display: block;
  margin-top: 20px;
  border-radius: 3px;
}

.banner-text p {
  color: #fff;
}
/* ======== End Login  =========*/

/* ======== Pricing  =========*/

.pricing {
  background: #fff;
  box-shadow: 0px 0px 35px 0px rgba(171, 171, 171, 0.35);
  transition: all .3s;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.pricing .title {
  background: #aa1e40;
  color: #fff;
  padding: 20px 20px 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.pricing .title h3 {
  font-weight: 600;
  font-size: 23px;
  line-height: 1.3;
  color: #fff;
}
.pricing .content {
  padding: 15px;
}
.pricing .content ul li {
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #e0e0e0;
}
.pricing:hover {
  box-shadow: 0px 0px 35px 0px rgba(114, 107, 162, 0.35);
}
.pricing .pricingTable-signup{
  display: inline-block;
    padding: 8px 50px;
    background: #13456c;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    transition: all .3s ease 0s;
}
/* ======== End Pricing  =========*/
/* ======== Titles ==========*/
.title-one h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.title-one h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.title-one h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #b80000;
}

.title-one h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #b80000;
}
.qote{
color: #14446c;
  font-size: 19px;
  font-style: italic;
  font-weight: 600;
  line-height: 26px;
}