/* Footer designs */
body {
  font-family: "Inter", sans-serif;
  line-height: 22.41px;
}
.text-capitalize {
  text-transform: capitalize !important;
}
footer .footer-social {
  margin: 20px 0;
}
footer .allIcons {
  display: flex;
}
footer .socialText {
  font-size: 14px;
  line-height: 26px;
  color: white;
}
.paraText {
  font-size: 16px;
}
footer .footer-social p {
  letter-spacing: 0.5px;
}
.dicoverApp {
  padding-top: 13px;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 124.5%;
  letter-spacing: 0.005em;
}

.loginForgot {
  margin-right: 200px;
}

.registerClick {
  margin-top: 20px;
  margin-left: 150px;
}

.borderTextbox {
  border: 1px solid #dedee0;
  box-sizing: border-box;
  border-radius: 10px;
}
.text1 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #585c62;
}
.form-group input,
.form-group textarea {
  border: 1px solid #dedee0;
  border-radius: 10px;
}
.getPostCode {
  background: #17b0f3;
  box-shadow: 0px 4px 8px rgba(23, 176, 243, 0.25);
  border-radius: 10px;
  width: 188px;
  height: 56px;
  font-size: 18px;
}
.headings {
  font-size: 24px;
  padding-top: 20px;
}
.nextWidth {
  width: 147px;
  float: right;
}
.stickyButtonPrev,
.stickyButtonNext {
  width: 147px;
}
.modal-header .img {
  border: 1px solid #e6e2e2;
  padding: 20px;
  border-radius: 100px;
  margin-top: -44px;
  background-color: white;
}
.icon {
  color: black !important;
  width: 20px;
  height: 20px;
  font-size: 10px!important;
  margin-left:6px;
  margin-right:10px;
}
.disabled {
  pointer-events: none;
  color: #bfcbd9;
  cursor: not-allowed;
  background-image: none;
  background-color: #eef1f6;
  border-color: #d1dbe5;
}
#collectionTime {
  height: 50px;
  width: 100%;
  background-color: white;
  border-radius: 4px;
  border: transparent;
  box-shadow: 0 0 20px rgb(219 224 234);
}
#collectionTime option {
  padding: 6px;
  font-size: 14px;
}
.inputLeft {
  border-right: none;
  border-radius: unset;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.inputRight {
  border-left: none;
  border-radius: unset;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.myClass {
  background-color: #edf9ff;
}
.borders {
  width: 120px;
  border: 2px solid #17b0f3;
}
.subpopular {
  border-radius: 10px;
  padding: 22px;
  border: 0.5px solid #dedee0;
}
.text-black {
  color: black;
}
@media screen and (max-width: 767px) {
  .hc-nav-trigger.hc-nav-1 {
    z-index: 11 !important;
  }
}
/* .input-group{
  border: 1px solid #dedee0 !important;
  border-radius: 10px !important;
}*/
.input-group:focus {
  border: 1px solid black !important;
}

.input-group-prepend:focus {
  border: 1px solid black !important;
}
.login {
  padding: 14px 33px;
  border-radius: 24px;
}
.para {
  margin-top: 12px;
  float: right;
}
@media screen and (max-width: 767px) {
  .para {
    float: none;
  }
}
@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - -2.5rem) !important;
  }
}


