.service-title {
  padding-right: 47px;
}

.text-skyblue {
  color: #3fa4cc;
}

.servicetype-list {
  margin: 0;
  list-style: none;
  padding: 0;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #2b2e39;
}

.form-control.select-miles-dropdown {
  appearance: none;
  background-color: var(--secondary-color-dark-gray);
  border-radius: 5px;
  color: var(--dark-grayish);
  border: 1px solid transparent;
  background-image: url("/icon/down_arrow.svg");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position: right 14px center;
  text-align: left;
  padding-left: 18px;
}

.form-placedata input.select-input-dropdown {
  background-image: url(/icon/down_arrow.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position: right 30px center;
  padding: 15px 18px;
  cursor: pointer;
}

.city-select-dropdown{
  background-image: none !important;
}

input.form-control.select-input-dropdown:focus {
  background-color: var(--secondary-color-dark-gray);
  box-shadow: none;
}

.navbar-jobs-block .navbar-brand {
  margin-right: 11px;
}

.dropdown-option-block {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1000;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 155px;
  top: 100%;
  left: 0;
  float: left;
  padding: 0.5rem 0;
  border-radius: 0.25rem;
  display: block;
}

.dropdown-option-block option {
  padding: 0.25rem 1.5rem;
  line-height: normal;
}

.dropdown-option-block option:hover {
  background: var(--secondary-color-sky);
  cursor: pointer;
  transition: all 0.5s ease;
}

.dropdown-option-block li {
  padding: 0.25rem 1.5rem;
  line-height: normal;
  list-style-type: none;
  list-style: none;
}

.dropdown-option-block li:hover {
  background: var(--secondary-color-sky);
  cursor: pointer;
  transition: all 0.5s ease;
}

.form-control.select-miles-dropdown:focus {
  border-color: transparent;
  box-shadow: none;
  background-color: var(--secondary-color-dark-gray);
}

.form-control.select-miles-dropdown option:hover,
.form-control.select-miles-dropdown option:active {
  background: var(--secondary-color-sky) !important;
}

.bottom-map-container {
  padding: 0px 50px !important;
}

/* form-palce */
.hospitally-inner-block {
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}

.form-placedata input::placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-style: normal;
}

.form-style-data {
  padding: 15px 18px;
  border: none;
  background-color: transparent;
  font-size: 18px;
  line-height: 24px;
}

.food-beverange-block {
  padding-top: 45px;
}

.form-placedata input {
  padding: 15px 18px;
  border: 0;
  background-color: #fafafa;
  border-radius: 5px;
}

.form-placedata .custom-select {
  background: #fff url(../image/down.svg) no-repeat right 0.75rem center;
  padding: 15px 18px;
  border: none;
  background-color: #fafafa !important;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  height: auto;
  box-shadow: none;
  border-radius: 5px;
}

.form-placedata .custom-select:focus {
  box-shadow: none;
  border-color: none;
}

.clicker {
  outline: none;
  cursor: pointer;
}

.hiddendiv {
  display: none;
}

#milesDropDown {
  height: auto;
  position: absolute;
  /* display: none;  */
  z-index: 1;
}

.search-input-error {
  width: 100%;
}

.error-msg p {
  text-align: center;
  color: var(--primary-danger);
  font-family: var(--primary-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  /* margin-top: 20px; */
}

.invalid-input {
  border: 2px solid var(--primary-danger) !important;
}

.search-inputbox::placeholder {
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--dark-grayish) !important;
  opacity: 1; /*For firefox*/
}

.search-inputbox::-ms-input-placeholder {
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--dark-grayish) !important;
}

.search-inputbox:-ms-input-placeholder {
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--dark-grayish) !important;
}

.loading-span{
  margin-left: 30px;
}

.public-profile-modal-class .modal-dialog {
  max-width: 870px !important;
}

.desc-up-label {
  font-weight: var(--medium-font-weight);
  font-style: normal;
  font-size: var(--large-font-size);
  line-height: 35px;
  display: flex;
}

.btn-job-enable {
  background-color: var(--primary-bg);
  border: 1px solid var(--primary-blue) !important;
  box-shadow: 0px 0px 6px 2px rgba(169, 156, 156, 0.47);
}

.btn-job-select {
  padding: 0px 44px;
  margin: 5px;
  color: white;
  font-weight: var(--medium-font-weight);
  font-size: 18px;
  line-height: 24px;
  width: 55%;
  border-radius: 4px;
  font-family: var(--secondary-font-family);
}

.public-profile-modal-class .btn-job-select {
  width: 208px;
  height: 50px;
}


@media (max-width: 1440px) {
  .service-title {
    padding-right: 20px;
  }
}

@media (max-width: 1200px) {
}

#billdesc {
  padding-top: 50px;
}

#test {
  width: 100%;
  height: 30px;
}

option {
  height: 30px;
  line-height: 30px;
}

.editOption {
  width: 90%;
  height: 24px;
  position: relative;
  top: -30px;
}

@media (max-width: 991px) {
  div#navbarNavAltMarkup span {
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 36px;
    color: #3a3a3a;
    padding: 3px 0px !important;
    border: none;
  }

  .menubar-inner-block {
    padding: 13px 0 !important;
  }

  .location-container {
    padding: 0 15px !important;
  }

  .btn-search-container {
    /* padding: 0 !important; */
    padding: 0 15px !important;
  }

  .form-placedata input.select-input-dropdown {
    padding: 15px 18px;
  }

  .box-container {
    display: none;
  }

  .header-order-section-1 {
    order: 2;
    margin-top: 34px;
    margin-bottom: 35px;
    background-color: #ffffff;
    border-radius: 14px;
    box-shadow: 0px 0px 42px -5px rgba(196, 196, 196, 0.40);
  }
  .lbl-search-type {
    color: #2B2E39 !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
  }
  .btn-search-container .btn-search {
    border-radius: 6px;
    background-color: #3FA4CC;
  }

  .header-order-section-2 {
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .secondsection-left-title-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .secondsection-left-title-mobile {
    padding-left: 15px;
  }
  .third-section-container {
    padding-bottom: 30px;
  }
  .home-fourth-section {
    margin-bottom: -30px !important;
  }
  .fourth-section {
    padding-bottom: 37px !important;
  }
  .header-secound-section {
  padding-bottom: 0 !important;
  }
  .header-secound-section .container{
    padding: 0 30px;
  }

  .secondsection-left-title-mobile {
    padding-bottom: 15px;
    display: flex;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: var(--primary-light);
  }
}

@media screen and (max-width: 576px) {
  .fourth-desc-details {
    padding: 40px !important;
  }
  .desc-details {
    padding: 40px !important;
  }
  .job-desc-title {
    display: flex;
    justify-content: center;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 32px !important;
  }
  .job-desc-details {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
  }
}

@media screen and (max-width: 425px) {
  .error-msg p {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.3px;
  }

  .desc-up-label {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    font-weight: var(--semi-bold-font-weight);
  }

  .btn-job-select {
    padding: 0px 44px;
    font-size: 18px;
    line-height: 24px;
  }

  .public-profile-modal-class .btn-job-select {
    width: 158px;
    height: 44px;
  }

  .info-detail-body {
    padding: 0px 20px 22px 20px !important;
  }

  .secondsection-left-title {
    font-size: 22px!important;
    padding-left: 30px!important;
    padding-bottom: 15px;
  }
}

.home-main-container {
  background-image: url("../images/header_large_back.png");
  background-repeat: no-repeat;
  background-size: 100% 80%;
}

.header-secound-section {
  padding: 80px 0;
}

.secondsection-left-title {
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 45px;
  color: var(--primary-light);
}

.jobseeker-description {
  background: #ffffff;
  box-shadow: 0px 0px 42px -5px rgba(196, 196, 196, 0.4);
  border-radius: 14px;
}


.desc-details {
  align-items: center;
  padding: 51px 62px;
}
.fourth-desc-details {
  align-items: center;
  padding: 130px 100px;
}
.job-desc-title {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  color: var(--primary-dark);
  margin-bottom: 20px;
}
.job-desc-details {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: var(--primary-grey);
}

.fourth-section {
  padding-bottom: 35px;
}
.home-fourth-section {
  background-image: url("../images/footer_background_section.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  margin-bottom: -85px;
}

@media screen and (min-width: 1441px) {
  .fourth-section-container {
    margin-bottom: 35px;
  }
}