.paddingset {
  padding-top: 80px;
}

.section-title.text-center::before {
  left: 50%;
  margin-left: -75px;
  display: none;
}

.blog_title {
  color: #EE1B24;
  margin-top: -75px;
}

.blog_title1 {
  color: #EE1B24;
}

.searching {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.searching>h4 {
  margin-top: 15px;
}

.input-with-icon {
  position: relative;
}

.input-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 20px;
  /* Adjust the width and height as needed */
  height: 20px;
}

.input-with-icon>input {
  padding-left: 40px !important;
  border-radius: 6px !important;
}

.left__section {
  position: relative;
  background-image: url('../img/nursing__image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 41%;
  border-radius: 10px;
  overflow: hidden;
  /* margin-top: 20px; */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.421875) 40.63%, rgba(0, 0, 0, 0) 100%);
}


.card__container {
  display: flex;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 10px;
  margin-top: 15px;
}

.left__section {
  display: flex !important;

}

.left__section__content {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  /* margin-top: 15px; */
}

.rating__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.rating__container>i {
  margin-right: 10px !important;
  color: yellow !important;
}

.rating__container>p {
  margin-top: 18px;
  margin-right: 10px;
  font-size: 12px;
  color: white;
}

.left__section__content>button {
  margin-top: 15px !important;
  margin-left: 10px !important;
  padding: 3px 5px !important;
  border: none;
  border-radius: 5px;
  background-color: #FFD70C;
  color: black;
  position: relative;
  z-index: 10;
  /* font-weight: bold; */
  font-size: 11px;
}

.right__section {
  margin-left: 15px;
  width: 55%;
}

.name__address__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* height: 20px; */
}

.name__designation>p {
  margin-top: 5px;
  margin-bottom: 0 !important;
  padding: 0 !important;
  font-size: 20px !important;
  font-weight: bold !important;
  color: #000;
}

.address {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  /* margin-top: 10px; */
  /* margin-bottom: 0; */
}

.information {
  margin: 10px 0;
}

.information>h5 {
  font-size: 16px;
  color: gray !important;
}

.fa-check {
  color: #05FF00;
  margin-left: 20px;
  font-size: 18px;
}

.nurse__charges {
  display: flex;
  align-items: center;
}

.nurse__charges>p {
  font-size: 20px;
  margin-top: 15px;
}

.dollar {
  color: #05FF00;
  font-size: 20px;
  margin-right: 5px;
}

.hr {
  margin-top: 5px;
}

.request__button>button {
  background-color: #EE1B24;
  padding: 0 40px;
  color: #fff;
  border-radius: 5px;
  border: none;
  height: 35px;
  width: 100%;
}

.seemore {
  display: flex;
  flex-direction: column;
}

.fa-angle-down {
  color: gray;
}

.bg-header {
  background:
    linear-gradient(to bottom, rgb(0 0 0 / 61%) 0%, rgb(0 0 0 / 72%) 59%, rgba(0, 0, 0, 0.65) 100%),
    url('../img/bgimage.png') no-repeat;
  width: 100%;
  background-size: cover;
  height: 70vh;
}

.display-4 {
  margin-top: 20px;
}

.borderdiv {
  border: 1px solid #ced4da;
  border-radius: 10px;
  width: 90%;
  margin-left: 69px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media(max-width:575px) {
  .bg-header {
    height: 14vh;
  }

  .blog_title {
    color: #EE1B24;
    font-size: 19px;
    margin-top: -75px;
    font-weight: 1000 !important;
  }

  .blog_title-1 {
    color: #EE1B24;
    font-size: 15px;
  }

  .text-white {
    font-size: 15px;
  }

  .blog_title1 {
    color: #EE1B24;
    text-align: center;
  }

  .blog_title_p {
    text-align: center;

  }

  .borderdiv {
    margin-left: 19px;
  }

  .input-with-icon>input {
    width: 70%;
    margin-left: 50px;
  }

  .input-icon {
    margin-left: 55px;
  }

  .searching>h4 {
    margin-top: 15px;
    font-size: 15px;
  }

  .card__container {
    margin-bottom: 20px;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

  .information>h5 {
    font-size: 15px;
  }

  .fa-check {
    margin-left: 0px;
  }

  .name__designation>p {
    font-size: 15px !important;
  }

  .seemore {
    margin-top: -40px;
    margin-bottom: 15px;
  }

  .row {
    margin-right: calc(var(--bs-gutter-x) / 1);
  }

  /* footer start  */

  .section-title-11 {
    margin-top: -55px;
    text-align: center !important;
  }

  .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  /* footer end  */
}

.displaylogomobile {
  display: none;
}

.displaylogodesktop {
  margin-left: 27px;
  margin-top: 14px
}

.modaltit {
  font-size: 24px;
  font-weight: 700 !important;
  margin-left: 100px;
}

.welcome {
  font-family: 'Nunito', sans-serif;
  position: relative;
  margin-left: 25px;
  padding: 35px 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  outline: none;
  transition: .5s;
}

@media (max-width: 990px) {
  .displaylogomobile {
    display: block;
  }

  .displaylogodesktop {
    display: none;
  }

}

@media(max-width:575px) {
  .modaltit {
    margin-left: 28px;
  }
}

.container-fluid-1 {
  background-color: black;
}

.info {
  margin-left: -48px;
}

.number {
  margin-left: -70px;
}

.rights {
  height: 75px;
}

@media(max-width:575px) {
  .section-title {
    text-align: center
  }

  .link-animated {
    padding-left: 70px;
  }

  .rights p {
    font-size: 15px;
  }
}