/*
    File Name  : Style
    Created on : Aug 18, 2022, 08:10:05 PM
    Author     : Satish Vishwakarma
*/

body {
  background-color: #fff !important;
}

nav.navbar,
.footer {
  background-color: #fafafa !important;
}

footer span,
footer a {
  color: #2d2f67 !important;
}

footer {
  border-top: 1px solid #c7c7c7;
}

a.navbar-brand {
  max-width: 75px;
  margin: 0;
}

a#navbarDropdown,
a.nav-link.sign-in {
  border: 1.5px solid #db282e;
  color: #db282e !important;
  border-radius: 3px;
  font-weight: 600;
  padding: 8px 12px !important;
}

.first_nav {
  background: #fedff8;
  border: 1.5px solid #fedff8;
  border-radius: 3px;
  margin-right: 12px;
  padding: 0 2px;
}

body nav.navbar .first_nav a {
  color: #000 !important;
  font-weight: 600;
}

nav.navbar .first_nav a span {
  background: #be57a1;
  color: #fff;
  padding: 3px 5px;
  border-radius: 4px;
  margin-left: 5px;
}

.search-bar {
  max-width: 350px;
  position: relative;
}

span.map-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-44%);
  left: 12px;
}

span.map-icon i {
  font-size: 18px;
  color: #7e7e7e;
}

span.cross-icon {
  left: auto;
  right: 5px;
  padding: 2px 6px;
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

span.cross-icon.active {
  opacity: 1;
  visibility: visible;
}

.progress_m1 {
  display: flex;
  width: 100%;
  list-style: none;
}

.progress_m1 li {
  width: 100%;
  text-align: center;
}

.progress_m1 li img {
  height: 40px;
  margin: 30px 0;
}

.progress_m1 span {
  width: 100%;
  height: 8px;
  background: #b91816;
  display: block;
  position: relative;
  left: 50%;
}

.progress_m1 span::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #b91816;
  border-radius: 100%;
  left: -12px;
  bottom: -7px;
}

.progress_m1 span::after {
  content: "\f00c";
  position: absolute;
  color: #fff;
  font-family: fontAwesome;
  top: -6px;
  left: -7px;
}

.progress_m1 .active ~ li span,
.progress_m1 .active ~ li span::before {
  background: #c4c4c4;
}

.progress_m1 li:last-child span {
  background: #f4f4f4;
}

.progress_m1 p {
  margin-top: 30px;
  font-weight: 600;
  line-height: 19px;
  padding-bottom: 30px;
}

.heading_m1 {
  text-align: center;
  margin: 30px 0;
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
}

input#search_location {
  padding: 6px 30px 5px 30px;
  border-radius: 2px;
  border: 1px solid #b4b4be;
  cursor: pointer;
  outline: 0;
  background: #fff;
  box-shadow: none;
}

.desktop-view-sb {
  display: none;
}

.banner-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}

.banner-img {
  position: relative;
}

.banner-content {
  position: relative;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

ul.slick-dots li {
  margin-right: 10px;
}

ul.slick-dots {
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: 25px;
  list-style: none;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

ul.slick-dots li button {
  font-size: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  background: #fff;
}

ul.slick-dots li.slick-active button {
  background: #db282e;
}

h2.main-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
}

.cat-icon {
  margin: 0 auto 15px;
}

.category-inner {
  padding-bottom: 30px;
}

.category-inner h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #db282e !important;
}

.social-heading {
  color: #db282e !important;
}

.category-inner a {
  text-decoration: none;
}

.mobile-version {
  display: none !important;
}

.donor-seeker #myTab li.nav-item .nav-link.active {
  background-color: transparent !important;
  border-bottom: 2px solid #be57a1 !important;
  background: #be57a1 !important;
  color: #fff;
  border-color: transparent;
}

.donor-seeker .nav-link {
  border-color: transparent !important;
  color: #000;
}

.donor-seeker .nav-link:hover {
  border-color: transparent !important;
}

.bloodbank-wrap .card {
  min-height: 600px;
  margin-bottom: 25px;
}

.ba-wrap {
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  background: #db282e;
  display: flex;
  margin-right: 14px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
}

.blood-img img {
  width: 100%;
  min-height: 275px;
  max-height: 275px;
}

.cat-btn.call_n {
  width: 15%;
}

.ba-wrap a {
  color: #fff !important;
  text-decoration: none;
}

.b-add span {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
}

a.share-now {
  padding: 10px 0;
  width: 100px;
  text-align: center;
  color: #fff;
  background: #db282e;
  padding: 10px 0;
  border-radius: 50px;
  text-decoration: none;
}

.b-address .ba-wrap {
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
}

.bloodbank-wrap h4 {
  font-size: 18px;
  margin-bottom: 12px;
}

.bb-title h2 {
  font-size: 24px;
}

.card-body {
  padding: 15px;
}

.b-address .b-add a {
  color: #000 !important;
}

.cat-icon img {
  border-radius: 50%;
}

.our-partner-sec .category-inner h4 {
  color: #db282e !important;
  margin-bottom: 5px;
}

.our-partner-sec .category-inner h5 {
  color: #000;
  font-size: 16px;
}

a.navbar-brand.footer-logo {
  max-width: 175px;
}

.social-icons i {
  font-size: 30px;
  margin-right: 30px;
}

.social-icons {
  padding: 15px 0;
  display: flex;
}

.social-icons a:last-child i {
  margin-right: 0px;
}

.g-play img {
  max-width: 150px;
}

.f-col {
  text-align: left;
}

.f-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.s-icon-wrap {
  padding-right: 100px;
}

.dApp-link {
  display: none;
}

.dApp-text ul {
  list-style: none;
}

span.dApp-icon img {
  max-width: 100px;
}

span.check-icon i {
  color: #db282e;
  padding-right: 5px;
}

.d-app.dApp-text h3 {
  padding-top: 5px;
  font-weight: 600;
}

.ba-wrap span {
  font-size: 13px;
}

.cat-btn a {
  background: #fff;
  border: 1px solid #db282e;
  color: #db282e;
  padding: 12px 10px;
  display: inline-block;
  border-radius: 50px;
  min-width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.cat-btn.call_n a {
  border-color: #009a09;
  color: #009a09;
  min-width: 48px !important;
  max-height: 48px;
  min-height: 48px;
  font-size: 15px;
}

.cat-btn.call_n {
  text-align: right;
}

.l-list .card-body {
  padding: 0;
}

div#locationSearchModal .modal-dialog {
  max-width: 100%;
}

div#locationSearchModal {
  z-index: 999999;
}

.l-list p.card-text {
  font-size: 12px;
  opacity: 0.6;
}

.l-list h5.card-title {
  font-size: 14px;
  font-weight: 600;
}

.l-list .l-icon {
  padding: 0px;
  margin: 0 auto 5px;
}

.l-list .card {
  padding: 10px 5px 8px;
  box-shadow: 0 1px 5px rgb(0 0 0 / 10%), 0 1px 5px rgb(0 0 0 / 20%);
}

.l-list .l-icon img {
  border-radius: 50px;
  border: 1px solid #000;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.l-list-col {
  padding: 0 6px 12px !important;
}

.location-lists {
  padding: 1.5rem 9px 0;
}

.donor_icon img {
  max-width: 125px;
  width: 125px;
  height: 125px;
  border-radius: 50%;
}

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

.donor_text p span {
  font-weight: 700;
}

.donor_text .cat-btn a {
  padding: 8px 0;
}

.banner-sec {
  opacity: 0;
}

.category-icon img {
  max-width: 135px;
}

div#locationSearchModal {
  background: #fff;
  max-width: 500px;
}

#myTab li.nav-item a.nav-link {
  background: #fedff8 !important;
  padding: 10px 30px;
}


.floating-button {
  position: fixed;
  right: 20px; /* Horizontal position */
  top: 50%; /* Vertical position */
  transform: translateY(-50%);
  z-index: 1000; /* Ensure the button is above all other elements */
  pointer-events: auto; /* Ensure it does not block interactions with other elements */
}

.floating-button .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px; /* Narrow width for vertical button */
  height: 160px; /* Adjust height to fit text */
  background-color: #db282e;
  color: white;
  border-radius: 25px; /* Rounded corners */
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  writing-mode: vertical-rl; /* Vertical text direction */
  transform: rotate(180deg); /* Ensure text reads top-to-bottom */
}

.floating-button .btn:hover {
  background-color: #db282e;
  color: white;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.ds-form button {
  background: #db282e !important;
  border-color: #db282e !important;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  color: #fff !important;
  border-radius: 0.25rem;
}

.ds-form label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}

.ds-form label.form-check-label {
  margin-bottom: 0px;
}

.btn-color {
  background-color: #db282e;
  color: white;
}

.bb-opacity {
  opacity: 0;
}

.bloodbank-wrap ul.slick-dots {
  bottom: 15px;
}

.about-banner {
  position: relative;
  z-index: 99;
  padding-top: 100px;
  padding-bottom: 72px;
  background-size: cover !important;
  max-height: 250px;
  background: url("https://bemyangel.in/public/front/images/contact-us.jfif")
    no-repeat center;
}

.about-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.about-us-content {
  padding: 75px 0 50px;
}

h2.abs-title {
  position: relative;
  padding-bottom: 24px;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}

h2.abs-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  border-radius: 2px;
  background: #db282e;
}

.welcome-content h2.abs-title,
.our-team h2.abs-title {
  color: #000;
}

.welcome-content .entry-content {
  font-size: 14px;
  color: #929191;
  line-height: 2;
}

.welcome-content a.btn {
  padding: 18px 40px;
  border: 2px solid #db282e;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  outline: none;
  background: #db282e;
}

.contact-info .icon-container {
  display: inline-block;
  background: #db282e;
  color: #ffffff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 5px;
}

.contact-info a {
  color: #000;
  text-decoration: none;
}

.contact-us-title h2.abs-title {
  border-bottom: 4px solid #eeeeee;
  padding-bottom: 20px;
  color: #000;
  font-size: 28px;
}

.contact-us-title h2.abs-title::before {
  bottom: -4px;
}

.contact-form-block input,
.contact-form-block textarea {
  border: 0px;
  border-bottom: 1px solid #eee;
  line-height: 42px;
  height: 42px;
  margin-bottom: 24px;
  padding-left: 2px;
  box-shadow: none !important;
  outline: 0 !important;
  border-radius: 0;
}

.contact-form-block input:focus,
.contact-form-block textarea:focus {
  border-color: #a1a1a1 !important;
}

.contact-form-block .btn-custom {
  text-align: center;
  transition: 0.3s 0.2s ease-out;
  border: 1px solid #db282e;
  background: #db282e;
  color: #ffffff;
  padding: 10px 25px;
}

.contact-form-block textarea {
  height: 115px;
}

.g-map iframe {
  max-width: 100%;
}

.m-header {
  position: relative;
  background: #db282e;
}

.m-header h5 {
  color: #fff;
  font-size: 20px;
}

.m-header span {
  color: #fff;
}

#locationSearchModal button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.loaction-search {
  padding: 0.5rem 0 !important;
}

.search-bar {
  max-width: 100%;
}

.modal-backdrop.fade {
  opacity: 0.5;
  display: block !important;
}

#locationSearchModal .modal-content {
  border: none;
  border-radius: 0;
}

.search-bar-mobile .map-icon {
  position: static;
  transform: translateY(0);
}

.search-bar-mobile .map-icon i {
  font-size: 14px;
}

span.l-name {
  padding: 0 2px;
}

button.close {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  padding: 10px !important;
  cursor: pointer;
  opacity: 1;
}

.pp-text {
  margin: 0 5px 15px;
  border-bottom: 1px solid #b4b4be;
  padding-bottom: 5px;
}

.mobileMenuBg {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
button.btn.closesharepopup {
  font-size: 20px;
  padding: 0 5px;
}

.social-share-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.social-share-icons span {
  margin: 0 7px;
  font-size: 24px;
  border-radius: 50px;
  border: 1px solid #db282e;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 0 0;
}

.social-share-icons span i {
  color: #db282e;
}

div.content-wrapper.d-flex.align-items-center.auth {
  display: block !important;
  padding: 20px 0 35px !important;
}

.container-fluid.page-body-wrapper.full-page-wrapper {
  min-height: unset !important;
}

@media (max-width: 1199px) {
  .s-icon-wrap {
    padding-right: 50px;
  }

  .bloodbank-wrap .card {
    min-height: 595px;
  }

  .cat-btn.call_n {
    width: 17%;
  }

  .contact-info {
    padding-bottom: 20px;
  }

  .g-map iframe {
    max-height: 350px;
  }

  .blood-img img {
    min-height: 250px;
    max-height: 250px;
  }
}

@media (max-width: 991px) {
  a.navbar-brand.footer-logo {
    max-width: 125px;
  }

  .bloodbank-wrap .card {
    min-height: 600px;
  }

  .bb-title h2 {
    font-size: 22px;
  }

  .cat-btn.call_n {
    width: 25%;
  }

  .s-icon-wrap {
    padding-right: 25px;
  }

  .social-icons i {
    font-size: 27px;
    margin-right: 20px;
  }

  .g-play img {
    max-width: 125px;
  }

  span.dApp-icon img {
    max-width: 85px;
  }

  .d-app.dApp-text h3 {
    font-size: 16px;
  }

  .ds-wrap {
    width: 75% !important;
  }

  .welcome-content {
    padding-top: 40px;
  }

  .welcome-content .entry-content {
    margin-top: 25px !important;
  }

  .g-map iframe {
    max-height: 310px;
  }

  .blood-img img {
    min-height: 200px;
    max-height: 200px;
  }
}

@media (max-width: 767px) {
  .loaction-search.menu_active {
    z-index: 999 !important;
  }
  .f-col h4 {
    font-size: 18px;
  }

  .mobileMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 500px;
    max-width: 500px;
    background: #fff;
    z-index: 9999999;
    padding: 15px;
    height: 100vh;
    display: block !important;
    transform: translateX(-500px);
    transition: 0.5s;
  }
  .mobileMenu.active {
    transform: translateX(0px);
  }
  button.close-nav-menu {
    font-size: 20px;
  }

  .mobileMenuBg.active {
    display: block;
  }

  .bloodbank-wrap .card {
    min-height: auto;
    margin-bottom: 30px;
  }

  .f-icob-wrap {
    flex-direction: column;
  }

  .dApp-text ul {
    padding-left: 10px !important;
  }

  .s-icon-wrap {
    padding: 10px 0 0;
  }

  .d-app.dApp-text h3 {
    font-size: 24px;
  }

  body nav.navbar .first_nav {
    color: #000 !important;
    font-weight: 600;
  }

  nav.navbar .first_nav span {
    background: #be57a1;
    color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
    margin-left: 5px;
  }

  .mobile-version {
    display: flex !important;
    max-width: 100% !important;
  }

  .mobile-view-sb {
    display: block;
  }

  .desktop-view-sb {
    display: none;
  }

  .dApp-text .g-play {
    display: none;
  }

  .dApp-link {
    display: block;
  }

  .dApp-text {
    padding-top: 1.5rem;
  }

  .dApp-link a {
    display: block;
    background: #db282e;
    color: #fff;
    text-align: center;
    padding: 12px 0;
  }

  .desktop-version {
    display: none !important;
  }

  .navbar-light .navbar-toggler {
    color: #fff;
    border-color: transparent;
  }

  .navbar-light .navbar-toggler-icon {
    padding-left: 0 !important;
  }

  nav.navbar {
    padding: 0.25rem 0.75rem;
  }

  a.nav-link {
    color: #fff;
    padding: 5px 10px;
  }

  a.nav-link.sign-in {
    border: 1.5px solid #db282e;
    color: #db282e !important;
    font-weight: 600;
  }

  a#navbarDropdown i.fa.fa-user {
    font-size: 20px;
  }

  .ds-wrap {
    width: 100% !important;
  }

  section.contact-us {
    padding-bottom: 0.5rem !important;
  }

  .contact-form-block {
    padding-bottom: 20px;
  }

  .g-map iframe {
    max-height: 350px;
  }

  .blood-img img {
    min-height: 250px;
    max-height: 250px;
  }
  .mobileMenu a.navbar-brand h3 {
    font-size: 24px;
  }

  .mobileMenu a.navbar-brand {
    max-width: 100% !important;
    display: flex;
    align-items: center;
  }
  .mobileMenu .nav-link {
    color: #000 !important;
  }
  .info-seeker button {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    color: #000 !important;
    text-decoration: none !important;
    font-size: 1.125rem;
    font-weight: 500;
    padding-left: 0;
    box-shadow: none !important;
    outline: 0;
  }
  .info-seeker button.btn.btn-link.collapsed i {
    transform: rotate(-180deg);
  }
  .info-seeker button.btn.btn-link i {
    transform: rotate(0deg);
    transition: 0.3s;
  }

  .progress_m1 {
    display: block;
    padding: 0 20px;
  }

  .progress_m1 li {
    padding: 5px 15px 5px 100px;
    text-align: left;
    position: relative;
  }

  .progress_m1 span {
    width: 10px;
    height: 150px;
    background: #b91816;
    display: block;
    position: absolute;
    left: 65px;
    top: 38%;
  }

  .progress_m1 li img {
    left: 0;
    position: absolute;
  }

  .progress_m1 span::before {
    bottom: inherit;
    top: -3px;
    left: -7px;
  }

  .progress_m1 span::after {
    top: 2px;
    left: -3px;
  }
}

@media (max-width: 575px) {
  nav.navbar {
    padding: 0.25rem 0.75rem 0.25rem 0;
  }
  #sharePopup .modal-dialog {
    margin: 0;
    min-height: 100%;
    bottom: 0;
    transform: translate(0);
  }

  #sharePopup .modal-content {
    position: absolute;
    bottom: 0;
    border: none !important;
    border-radius: 0 !important;
  }

  .l-list-col {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mobileMenu {
    max-width: 400px;
  }

  div#locationSearchModal {
    max-width: 100%;
  }

  .m-header h5 {
    color: #fff;
    font-size: 16px;
  }

  a.navbar-brand.footer-logo {
    max-width: 110px;
  }

  .f-text {
    border-top: 1px solid #c7c7c7;
  }

  .s-icon-wrap {
    padding: 0;
  }

  .g-play img {
    max-width: 115px;
  }

  .social-icons i {
    font-size: 24px;
  }

  .d-app.dApp-text h3 {
    font-size: 20px;
  }

  .footer {
    padding-top: 1.5rem !important;
  }

  .f-icob-wrap {
    align-items: center;
    padding-bottom: 5px;
  }

  h2.main-title {
    text-align: left;
    margin: 30px 0 35px;
    font-size: 24px;
  }

  .cat-col {
    flex: 0 0 auto;
    width: 25%;
  }

  .category-inner h4 {
    font-size: 13px;
    margin-top: 7px;
  }

  .category-inner h5 {
    font-size: 13px;
  }

  .category-icon {
    border-radius: 50%;
  }

  .category-icon img {
    border-radius: 50%;
    width: 85px !important;
    height: 85px;
    border: 1px solid #ececec;
  }

  ul.slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
  }

  ul.slick-dots {
    bottom: 10px;
  }

  .banner-img img {
    min-height: 250px;
  }

  .l-list-col {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .l-list-col {
    padding: 0 5px 10px !important;
  }

  .location-lists {
    padding: 1.5rem 10px 0;
  }

  #myTab li.nav-item {
    width: 50%;
    text-align: center;
  }

  h2.abs-title {
    padding-bottom: 18px;
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .cat-col {
    padding: 0 10px;
  }

  .mobileMenu {
    max-width: 340px;
  }

  .category-icon img {
    width: 75px !important;
    height: 75px;
  }

  .banner-img img {
    min-height: 225px;
  }

  .bb-title h2 {
    font-size: 20px;
  }

  .bloodbank-wrap h4 {
    font-size: 16px;
  }

  .g-map iframe {
    max-height: 325px;
  }

  .blood-img img {
    min-height: 210px;
    max-height: 210px;
  }
}

@media (max-width: 420px) {
  nav.navbar a.nav-link {
    color: #fff;
    padding: 5px 7px;
  }

  .mobileMenu {
    max-width: 320px;
  }

  .cat-col {
    flex: 0 0 auto;
    width: 33.33%;
  }

  .banner-img img {
    min-height: 200px;
  }

  .d-app.dApp-text h3 {
    font-size: 16px;
  }

  .g-map iframe {
    max-height: 300px;
  }

  .blood-img img {
    min-height: 180px;
    max-height: 180px;
  }
  .mobileMenu a.nav-link {
    padding: 5px 0px !important;
  }
}

@media (max-width: 380px) {
  .l-list .l-icon img {
    width: 50px;
    height: 50px;
  }

  .mobileMenu {
    max-width: 290px;
  }

  .g-map iframe {
    max-height: 275px;
  }

  .social-share-icons span {
    margin: 0 5px;
    font-size: 20px;
  }
}

@media (max-width: 360px) {
  .category-icon img {
    width: 70px !important;
    height: 70px;
  }

  .mobileMenu {
    max-width: 285px;
  }

  .banner-img img {
    min-height: 175px;
  }

  span.dApp-icon img {
    max-width: 80px;
  }

  .blood-img img {
    min-height: 160px;
    max-height: 160px;
  }

  .g-map iframe {
    max-height: 260px;
  }
}

@media (max-width: 355px) {
  nav.navbar a.nav-link {
    font-size: 13px;
  }

  .mobileMenu {
    max-width: 265px;
  }

  a#navbarDropdown i.fa.fa-user {
    font-size: 16px;
  }

  .first_nav {
    margin-right: 7px;
  }

  .navbar-toggler {
    padding: 0.25rem 0.5rem;
  }

  a.navbar-brand {
    max-width: 65px;
  }

  .d-app.dApp-text h3 {
    font-size: 15px;
  }

  span.dApp-icon img {
    max-width: 70px;
  }

  .l-list-col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-list .l-icon img {
    width: 60px;
    height: 60px;
  }

  .g-map iframe {
    max-height: 235px;
  }

  .loaction-search {
    top: 62px !important;
  }
}

span.taluk-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
}
span.taluk-icon i {
  color: rgb(219, 40, 46);
  font-size: 16px;
}
.select-taluk-wrap:before {
  content: "\f107";
  position: absolute;
  font-family: "FontAwesome";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: rgb(219, 40, 46);
}
.bloodbank-detail {
  padding-top: 1.5rem !important;
}
.taluk-row {
  position: sticky;
  top: 78px;
  padding-top: 15px;
  z-index: 999;
  background: #fff;
}

@media (min-width: 768px) {
  /* .col-sm-offset-4 {
        margin-left: 33.33333333%;
    } */

  .how-works {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .how-works {
    max-width: 100%;
  }
}

/*DELETE PAGE*/
body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

.outerMain img {
  width: 100%;
}

.outerMain {
  width: 100%;
  margin: auto;
  padding: 5px 10px;
  position: relative;
  z-index: 99999;
}

.userCircle span {
  width: 80px;
  border-radius: 50%;
  display: block;
  margin: auto;
}

.uname {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
}

.userCircle span img {
  width: 70px;
  border-radius: 50%;
  height: 70px;
}

.bpos {
  position: absolute;
  right: 19px;
  bottom: -20px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 22px;
  border-radius: 50px;
  background-color: red;
  /* padding: 30px; */
  text-align: center;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.userDesc {
  color: #000;
  margin-top: 0;
  font-size: 16px;
}

.outer {
  width: 100%;
  margin: auto;
}

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

.menu-section {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-section ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-section ul li {
  float: left;
  width: 100%;
}

.menu-section ul li span {
  float: left;
  width: 24px;
  margin-right: 4px;
}

.menu-section ul li span img {
  float: left;
  width: 100%;
}

.menu-section ul li a {
  text-decoration: none;
  line-height: 25px;
  display: inline-block;
  margin: 2px 0;
  color: red;
}

.bottomNv {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 47px;
  padding: 10px;
  background-color: antiquewhite;
  -webkit-box-shadow: 2px 2px 5px 4px rgb(59 141 209);
  -moz-box-shadow: 2px 2px 5px 4px rgb(59 141 209);
  box-shadow: 2px 2px 5px 4px rgb(59 141 209);
}

.btm_Link {
  width: 25%;
  float: left;
  display: inline-block;
  text-align: center;
}

.btm_Link img {
  width: 26px;
  margin: auto;
}

.clrBoth {
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
}

.formMiddle {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.accDelete {
  margin: auto;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  background-color: #db282e;
  padding: 8px 18px;
  border-radius: 9pc;
  text-decoration: none;
  margin-bottom: 20px;
  color: #fff;
}
.fade {
  transition: opacity 0s linear;
}
.accDeleteConfirm {
  margin: auto;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  background-color: #db282e;
  padding: 5px 18px;
  border-radius: 9pc;
  text-decoration: none;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #fff;
  width: 115px;
}

.accDeleteCancel {
  width: 115px;
  margin: auto;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  background-color: grey;
  padding: 5px 18px;
  border-radius: 9pc;
  text-decoration: none;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #fff;
  margin-left: 20px;
}

.bkRow {
  width: 22px;
  float: left;
}

.bkRow img {
  width: 100%;
}

.accDelete:hover {
  background-color: #ae2e33;
  color: #fff;
  text-decoration: none;
}

.midl-sec {
  padding: 25px 15px 10px 10px;
}

.tpHead {
  font-size: 25px;
  color: red;
  text-align: center;
  font-weight: bold;
}

.rsend {
  background-color: #807e7e;
  color: #fff;
  font-size: 12px;
  padding: 5px 8px;
  margin-left: 10px;
  border-radius: 12px;
  text-decoration: none;
}
.rsend:hover {
  background-color: #5b5b5b;
  color: #fff;
  text-decoration: none;
}
.colmn-1 {
  margin: 15px 0;
}

.mbtext {
  background-color: gray;
  padding: 10px 8px;
  height: 32px;
  color: #fff;
  border-radius: 4px;
  border: 0;
}

a.otpVery {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  margin-left: 8px;
  color: #1d68a7;
}
a.otpVery:hover {
  color: #1a81d7;
  text-decoration: underline;
}
.otpTxt {
  width: 64px;
  margin-left: 0;
}

.mbs {
  width: 140px;
}

.top-section {
  background-image: linear-gradient(
    to right bottom,
    #01d9fe,
    #00c5ff,
    #00aeff,
    #0093ff,
    #6d70ff
  );
  padding: 15px;
  border-radius: 0px 0px 15px 15px;
  -moz-border-radius: 0px 0px 15px 15px;
  -webkit-border-radius: 0px 0px 15px 15px;
  border: 0px solid #000000;
  position: relative;
}
.checkBX {
  float: left;
  margin-right: 14px;
}
.checkLabel {
  float: left;
  margin-top: -20px;
  margin-left: 18px;
}
.checkDV {
  float: left;
  background-color: beige;
  margin-top: 15px;
  text-align: left;
}

.container-Check-Outer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkbox-container {
  display: flex;
  align-items: start;
}

.checkbox-container input[type="checkbox"] {
  margin-right: 8px;
  vertical-align: middle;
  display: block;
  line-height: 0px;
  text-align: -moz-right;
  scale: initial;
  display: table-footer-group;
  vertical-align: sub;
}

/*** DELETE PAGE*/

/* Dashboard Css */

.dashboard-sidebar {
  background: transparent !important;
}

.dashboard-profile-card {
  position: relative;
  text-align: center;
  background: #d32f2f;
  /*----------*/
  border-radius: 0px 0px 30px 30px;
  /*----------*/
  padding-bottom: 30px;
  /*----------*/
}

.dashboard-sidebar > div:first-child {
  background: #d32f2f;
  /*----------*/
}

.dashboard-sidebar {
  padding-top: 0 !important;
}

.ml-2 .fa-chevron-left {
  padding-top: 10px;
  padding-left: 10px;
}

.dashboard-blood-group {
  bottom: -15px !important;
}

.dashboard-menu {
  margin-top: 40px !important;
  margin-left: 15px;
}

.dashboard-sidebar {
  padding: 15px !important;
  padding-top: 0 !important;
}

#user-dashboard-modal .modal-content {
  border: 0px;
}

.bottomNv {
  background-color: #3b8dd1;
}

.dashboard-menu ul li a {
  color: #000 !important;
  font-size: 14px;
  font-weight: bold;
}

.dashboard-blood-group {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.user-model-wrap {
  z-index: 10000;
}
/* .navbar.fixed-header
{
   z-index: 999999;
} */
/* .modal-open .loaction-search.py-3
{
    z-index: 999 !important;
}
.mobile-view-sb .modal
{
    top: 70px
} */
/* Dashboard Css */
