@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;700;900;&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");
:root {
  --primary: #e00273;
  --primary-hover: #c40065;
  --secondary: #322153;
  --text: #65587e;
  --orange: #f87100;
  --white: #ffffff;
  --light-pink: #fae5f1;
  --light-gray: #efefef;
  --gray: #a2a2a2;
  --border: #dadada;
}
.--bg-primary {
  background-color: var(--primary);
}
.--c-primary {
  color: var(--primary) !important;
}
.--bg-secondary {
  background-color: var(--secondary);
}
.--c-secondary {
  color: var(--secondary) !important;
}
.--bg-orange {
  background-color: var(--orange) !important;
}
.--c-orange {
  color: var(--orange) !important;
}
.--bg-light-pink {
  background-color: var(--light-pink);
}
.--c-light-pink {
  color: var(--light-pink) !important;
}
.--bg-white {
  background-color: var(--white);
}
.--c-white {
  color: var(--white) !important;
}
.--bg-light-gray {
  background-color: var(--light-gray);
}
.--c-light-gray {
  color: var(--light-gray);
}
.--bg-gray {
  color: var(--gray);
}
.--c-gray {
  color: var(--gray);
}
.--border-gray {
  border-color: var(--border) !important;
}
.--f-redhat {
  font-family: "Red Hat Display", sans-serif !important;
}
.--f-lato {
  font-family: "Lato", sans-serif !important;
}
.--f-merri {
  font-family: "Merriweather", serif !important;
}
.--fw-100 {
  font-weight: 100;
}
.--fw-200 {
  font-weight: 200;
}
.--fw-300 {
  font-weight: 300;
}
.--fw-400 {
  font-weight: 400;
}
.--fw-500 {
  font-weight: 500;
}
.--fw-600 {
  font-weight: 600;
}
.--fw-700 {
  font-weight: 700;
}
.--fw-800 {
  font-weight: 800;
}
.--fw-900 {
  font-weight: 900;
}
.--fs-8 {
  font-size: 8px;
}
.--fs-10 {
  font-size: 10px;
}
.--fs-12 {
  font-size: 12px;
}
.--fs-14 {
  font-size: 14px;
}
.--fs-16 {
  font-size: 16px;
}
.--fs-18 {
  font-size: 18px;
}
.--fs-20 {
  font-size: 1.25rem;
}
.--fs-22 {
  font-size: 22px;
}
.--fs-24 {
  font-size: 24px;
}
.--fs-26 {
  font-size: 26px;
}
.--fs-28 {
  font-size: 28px;
}
.--fs-30 {
  font-size: 30px;
}
.--fs-32 {
  font-size: 32px;
}
.--fs-34 {
  font-size: 34px;
}
.--fs-36 {
  font-size: 36px;
}
.--fs-38 {
  font-size: 38px;
}
.--fs-40 {
  font-size: 40px;
}
.--fs-42 {
  font-size: 42px;
}
.--fs-44 {
  font-size: 44px;
}
.--fs-46 {
  font-size: 46px;
}
.--fs-48 {
  font-size: 48px;
}
.--fs-50 {
  font-size: 50px;
}
.--fs-52 {
  font-size: 52px;
}
.--fs-54 {
  font-size: 54px;
}
.--fs-56 {
  font-size: 56px;
}
.--fs-58 {
  font-size: 58px;
}
.--fs-60 {
  font-size: 60px;
}
.--fs-62 {
  font-size: 62px;
}
.--fs-64 {
  font-size: 64px;
}
.--fs-66 {
  font-size: 66px;
}
.--fs-68 {
  font-size: 68px;
}
.--fs-70 {
  font-size: 70px;
}
.--fs-72 {
  font-size: 72px;
}
.--fs-74 {
  font-size: 74px;
}
.--fs-76 {
  font-size: 76px;
}
.--fs-78 {
  font-size: 78px;
}
.--fs-80 {
  font-size: 80px;
}
.--fs-82 {
  font-size: 82px;
}
.--fs-84 {
  font-size: 84px;
}
.--fs-86 {
  font-size: 86px;
}
.--fs-88 {
  font-size: 88px;
}
.--fs-90 {
  font-size: 90px;
}
.--fs-92 {
  font-size: 92px;
}
.--fs-94 {
  font-size: 94px;
}
.--fs-96 {
  font-size: 96px;
}
.--fs-98 {
  font-size: 98px;
}
.--fs-100 {
  font-size: 100px;
}
@media (max-width: 1200px) {
  .--fs-medium-8 {
    font-size: 8px;
  }
  .--fs-medium-10 {
    font-size: 10px;
  }
  .--fs-medium-12 {
    font-size: 12px;
  }
  .--fs-medium-14 {
    font-size: 14px;
  }
  .--fs-medium-16 {
    font-size: 16px;
  }
  .--fs-medium-18 {
    font-size: 18px;
  }
  .--fs-medium-20 {
    font-size: 1.25rem;
  }
  .--fs-medium-22 {
    font-size: 22px;
  }
  .--fs-medium-24 {
    font-size: 24px;
  }
  .--fs-medium-26 {
    font-size: 26px;
  }
  .--fs-medium-28 {
    font-size: 28px;
  }
  .--fs-medium-30 {
    font-size: 30px;
  }
  .--fs-medium-32 {
    font-size: 32px;
  }
  .--fs-medium-34 {
    font-size: 34px;
  }
  .--fs-medium-36 {
    font-size: 36px;
  }
  .--fs-medium-38 {
    font-size: 38px;
  }
  .--fs-medium-40 {
    font-size: 40px;
  }
  .--fs-medium-42 {
    font-size: 42px;
  }
  .--fs-medium-44 {
    font-size: 44px;
  }
  .--fs-medium-46 {
    font-size: 46px;
  }
  .--fs-medium-48 {
    font-size: 48px;
  }
  .--fs-medium-50 {
    font-size: 50px;
  }
  .--fs-medium-52 {
    font-size: 52px;
  }
  .--fs-medium-54 {
    font-size: 54px;
  }
  .--fs-medium-56 {
    font-size: 56px;
  }
  .--fs-medium-58 {
    font-size: 58px;
  }
  .--fs-medium-60 {
    font-size: 60px;
  }
  .--fs-medium-62 {
    font-size: 62px;
  }
  .--fs-medium-64 {
    font-size: 64px;
  }
  .--fs-medium-66 {
    font-size: 66px;
  }
  .--fs-medium-68 {
    font-size: 68px;
  }
  .--fs-medium-70 {
    font-size: 70px;
  }
  .--fs-medium-72 {
    font-size: 72px;
  }
  .--fs-medium-74 {
    font-size: 74px;
  }
  .--fs-medium-76 {
    font-size: 76px;
  }
  .--fs-medium-78 {
    font-size: 78px;
  }
  .--fs-medium-80 {
    font-size: 80px;
  }
  .--fs-medium-82 {
    font-size: 82px;
  }
  .--fs-medium-84 {
    font-size: 84px;
  }
  .--fs-medium-86 {
    font-size: 86px;
  }
  .--fs-medium-88 {
    font-size: 88px;
  }
  .--fs-medium-90 {
    font-size: 90px;
  }
  .--fs-medium-92 {
    font-size: 92px;
  }
  .--fs-medium-94 {
    font-size: 94px;
  }
  .--fs-medium-96 {
    font-size: 96px;
  }
  .--fs-medium-98 {
    font-size: 98px;
  }
  .--fs-medium-100 {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  .--fs-small-8 {
    font-size: 8px;
  }
  .--fs-small-10 {
    font-size: 10px;
  }
  .--fs-small-12 {
    font-size: 12px;
  }
  .--fs-small-14 {
    font-size: 14px;
  }
  .--fs-small-16 {
    font-size: 16px;
  }
  .--fs-small-18 {
    font-size: 18px;
  }
  .--fs-small-20 {
    font-size: 1.25rem;
  }
  .--fs-small-22 {
    font-size: 22px;
  }
  .--fs-small-24 {
    font-size: 24px;
  }
  .--fs-small-26 {
    font-size: 26px;
  }
  .--fs-small-28 {
    font-size: 28px;
  }
  .--fs-small-30 {
    font-size: 30px;
  }
  .--fs-small-32 {
    font-size: 32px;
  }
  .--fs-small-34 {
    font-size: 34px;
  }
  .--fs-small-36 {
    font-size: 36px;
  }
  .--fs-small-38 {
    font-size: 38px;
  }
  .--fs-small-40 {
    font-size: 40px;
  }
  .--fs-small-42 {
    font-size: 42px;
  }
  .--fs-small-44 {
    font-size: 44px;
  }
  .--fs-small-46 {
    font-size: 46px;
  }
  .--fs-small-48 {
    font-size: 48px;
  }
  .--fs-small-50 {
    font-size: 50px;
  }
  .--fs-small-52 {
    font-size: 52px;
  }
  .--fs-small-54 {
    font-size: 54px;
  }
  .--fs-small-56 {
    font-size: 56px;
  }
  .--fs-small-58 {
    font-size: 58px;
  }
  .--fs-small-60 {
    font-size: 60px;
  }
  .--fs-small-62 {
    font-size: 62px;
  }
  .--fs-small-64 {
    font-size: 64px;
  }
  .--fs-small-66 {
    font-size: 66px;
  }
  .--fs-small-68 {
    font-size: 68px;
  }
  .--fs-small-70 {
    font-size: 70px;
  }
  .--fs-small-72 {
    font-size: 72px;
  }
  .--fs-small-74 {
    font-size: 74px;
  }
  .--fs-small-76 {
    font-size: 76px;
  }
  .--fs-small-78 {
    font-size: 78px;
  }
  .--fs-small-80 {
    font-size: 80px;
  }
  .--fs-small-82 {
    font-size: 82px;
  }
  .--fs-small-84 {
    font-size: 84px;
  }
  .--fs-small-86 {
    font-size: 86px;
  }
  .--fs-small-88 {
    font-size: 88px;
  }
  .--fs-small-90 {
    font-size: 90px;
  }
  .--fs-small-92 {
    font-size: 92px;
  }
  .--fs-small-94 {
    font-size: 94px;
  }
  .--fs-small-96 {
    font-size: 96px;
  }
  .--fs-small-98 {
    font-size: 98px;
  }
  .--fs-small-100 {
    font-size: 100px;
  }
}
.--btn {
  border-radius: 5px;
  width: 267px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  border: none;
  color: var(--white);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.--btn-primary {
  background: var(--primary);
}
.--btn-primary:hover {
  text-decoration: none;
  color: var(--white);
  background: var(--primary-hover);
}
.--btn-inactive {
  background: var(--gray);
}
.--btn-inactive:hover {
  background: var(--gray);
}
@media (max-width: 768px) {
  .--btn {
    width: 200px;
  }
}
.how-many-bed-rooms__numbers a {
  height: 50px;
  width: 50px;
  color: var(--primary);
}
.how-many-bed-rooms__numbers a.active {
  background: var(--primary);
  color: var(--white) !important;
}
.processing__tick {
  width: 20px;
  height: 20px;
}
.scheduled li {
  list-style-image: url(../img/list-dot.png);
}
.next-step__calendar {
  width: 500px;
}
.next-step__calendar .top {
  width: 100%;
}
.next-step__calendar .dates .day {
  width: 40px;
  text-align: center;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
}
.next-step__calendar .dates .day.active {
  background: var(--primary);
  color: white;
}
.next-step__calendar .dates .day.active:hover {
  color: white;
}
.next-step__calendar .times .time.active {
  background: var(--primary);
  color: white;
}
.next-step__calendar .times .time.not-available {
  text-decoration: line-through;
  pointer-events: none;
}
.next-step__calendar .times .time.not-available:hover {
  color: var(--gray);
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Red Hat Display", sans-serif;
}
.--custom-container {
  max-width: calc(100% - 100px);
  margin: 0 auto;
}
@media (min-width: 1366px) {
  .--custom-container .--container-inner {
    max-width: calc(100% - 500px);
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .--custom-container {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 992px) {
  .--custom-container {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 768px) {
  .--custom-container {
    max-width: calc(100% - 40px);
  }
}
a:hover {
  color: var(--primary);
  text-decoration: none;
}
.--border {
  border: 1px solid;
}
.--border-radius-0 {
  border-radius: 0px;
}
.--border-radius-5 {
  border-radius: 5px;
}
.--border-radius-20 {
  border-radius: 20px;
}
.--border-radius-50 {
  border-radius: 50px;
}
.--cursor-pointer {
  cursor: pointer;
}
input:focus,
button:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
html,
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 16px;
  position: relative;
}
.top-progress .progress {
  height: 9px;
}
.top-progress .progress .progress-bar {
  height: 100%;
}
.header {
  margin-top: 9px;
  border-bottom: 1px solid var(--border);
  position: relative;
}
.header__inner {
  min-height: 125px;
}
.header__manager {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header__title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 180px;
}
@media (max-width: 500px) {
  .header__inner {
    min-height: 200px;
  }
  .header__title {
    top: 260px;
  }
}
.step {
  min-height: calc(100vh - 135px);
  padding: 100px 0px;
}
.step__input-wrapper {
  position: relative;
}
.step__input-wrapper input {
  width: 504px;
  height: 58px;
  font-size: 17px;
  padding-left: 46px;
  border: 2px solid var(--primary);
  border-radius: 5px;
}
.step__input-wrapper .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 150px;
  overflow: auto;
}
.step__input-wrapper .autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.step__input-wrapper .autocomplete-items div:hover {
  background-color: #e9e9e9;
}
.step__input-wrapper .autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.step__input-wrapper .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}
@media (max-width: 768px) {
  .step {
    padding: 120px 0px 0px 0px;
  }
  .step__input-wrapper input {
    width: 350px;
  }
  .property-type-container {
    margin-top: 35px;
  }
  .property-type-container img {
    cursor: pointer;
    width: 50%;
    margin: auto;
    display: flex;
  }
  .radio-container {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .radio-container .checkmark {
    top: 35%;

    height: 20px;
    width: 20px;
  }
  .radio-container .checkmark:after {
    top: 6px;
    left: 6px;
  }
}
@media (max-width: 500px) {
  .step {
    padding: 50px 0px 0px 0px;
  }
}
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left !important;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkbox-container input:checked ~ .checkmark {
  background-color: var(--primary);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radio-container {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-container .checkmark {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio-container input:checked ~ .checkmark {
  background-color: var(--primary);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-container input:checked ~ .checkmark:after {
  display: block;
}
.radio-container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
/*by Naeem*/
label.bedroomsCountRadioContainer {
  height: 50px;
  width: 50px;
  color: var(--primary);
  border-radius: 50%;
  border: solid 1px var(--border) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
label.bedroomsCountRadioContainer.active {
  background: var(--primary);
  color: var(--white) !important;
}
label.bedroomsCountRadioContainer span.checkmark {
  display: none;
}
.radio_boxes_container_wrapper {
  display: flex;
  align-items: center;
}
.radio_boxes_container_wrapper .radio_boxes_container {
  margin: 8px;
}
.property-type-container.selected-property-type div img {
  background: var(--primary);
}
.--btn {
  text-transform: uppercase;
}

.scheduled .list-unstyled li {
  list-style: disc;
}
.scheduled .list-unstyled li::marker {
  font-size: 24px;
  color: var(--primary);
}
.w-370 {
  min-width: 370px;
}
.--custom-container-h .step {
  min-height: calc(100vh - 288px);
  padding: 140px 0px;
}
.--custom-container .step {
  min-height: calc(100vh - 288px);
  padding: 60px 0px !important;
}
.expr_footer {
  background-color: #f6f6f6;
  text-align: center;
  padding: 40px;
}
.termscon-text {
  max-width: calc(100% - 100px);
  margin: 0 auto;
}
.termscon-text p {
  margin: 0;
}
.termscon-text p span {
  color: var(--primary);
}
.h_50 {
  height: 50px;
}
.custom_input input:focus {
  border-color: var(--primary);
}
.first-input textarea:focus,
.first-input input:focus {
  border-color: var(--primary) !important;
}
.header__manager {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: contain;
}
.header__manager img {
  width: 100%;
  height: 100%;
}
.phoneicon svg {
  width: 28px;
}
.top-progress {
  z-index: 19;
}
.step__input-wrapper #loader img {
  right: 5px;
}

.step__input-wrapper .icon img {
  width: 22px;
  left: auto;
  position: absolute;
  top: -11px;
}
.mainload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 19999;
  background: #ffffffcf;
  display: flex;
  align-items: center;
  justify-content: center;
}
.track-your-home form a {
  word-break: break-word;
}
.logo img {
  width: 130px;
}
.--custom-container .next-step p {
  font-size: 20px;
}
.new_ratedtext {
  font-size: 12px;
  color: #22265d;
  border-left: solid 2px;
  margin-left: 10px;
  padding: 10px;
}
a.new_ratedtext:hover {
  color: #22265d;
}

@media (max-width: 991px) {
  .property-type-container {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .header__inner {
    min-height: 100px;
    margin-bottom: 50px;
    flex-direction: column;
  }
  .header__inner .ml-2.--fw-700.--f-lato.--fs-20 {
    font-size: 16px;
  }

  .header__title {
    top: 140px;
  }
  .header__title p {
    font-size: 14px;
  }
  .--custom-container-h h1 {
    font-size: 14px;
  }
  .--custom-container h1 {
    font-size: 18px;
  }

  .--btn {
    height: 40px;
  }
  .header__inner .logo {
    width: 100%;
  }
  .header__inner .logo img {
    width: 70px;
    height: 100%;
  }
  .phoneicon svg {
    width: 18px;
  }
  .header__manager {
    width: 80px;
    height: 80px;
  }
  .--custom-container-h .step {
    padding: 110px 0px;
    min-height: auto;
  }
  .--custom-container .step {
    padding: 110px 0px;
    min-height: auto;
  }

  .w-370 {
    min-width: 240px;
  }
  .expr_footer {
    padding: 20px 0;
  }
  .termscon-text {
    max-width: inherit;
  }
  .termscon-text p {
    font-size: 14px;
  }
  .custom_input {
    width: 100% !important;
  }
  .h_50 {
    height: 40px;
  }
  .custom_input input {
    font-size: 14px;
  }
  .step__input-error {
    width: 100%;
  }
  .step__input-wrapper input {
    font-size: 14px;
  }
  .step__input-wrapper .icon img {
    width: 20px;
  }
  .step__input-wrapper input {
    padding-left: 44px;
    height: 44px;
  }
  .step__input-wrapper span {
    padding: 12px !important;
  }
  .step__input-wrapper select {
    height: 44px !important;
  }
  .property-type-container img {
    width: 40%;
    margin: auto;
    display: flex;
  }

  .radio-container .checkmark {
    top: 30%;
    left: 50%;
    height: 20px;
    width: 20px;
  }
  .radio-container .checkmark:after {
    top: 7px;
    left: 6px;
  }
  label.bedroomsCountRadioContainer {
    height: 36px;
    width: 36px;
    margin-top: 15px;
    font-size: 16px;
  }
  .phoneicon svg {
    width: 25px !important;
  }
  .radio-container {
    font-size: 14px;
  }
  .property_report_list {
    width: 100% !important;
    min-width: 100% !important;
  }
  .progress {
    width: 100% !important;
  }
  .step__input-wrapper input {
    width: 300px;
  }
  .--custom-container .next-step.p-5 {
    padding: 30px 0 0 !important;
  }
  h3.--c-primary.--fw-700.--f-merri {
    font-size: 18px;
    margin: 0;
  }
  .--custom-container .next-step .mt-5 {
    margin-top: 15px !important;
  }
  .--custom-container .next-step .p-5 {
    padding: 15px 0 !important;
  }
  .--custom-container .next-step p {
    min-width: 100% !important;
  }
  .valuationtime_calendar .date-picker__left {
    width: 100% !important;
  }
  .prominant.col-md-12 {
    padding: 0;
  }
  .date-picker__left .dates {
    padding: 0 !important;
  }
  .day .text-white,
  .time-slots .text-white {
    width: 28px !important;
    height: 28px;
  }
  .cva-btn {
    height: auto !important;
  }
  .valuationtime_calendar .date-picker__times li.time-slots-available.active a {
    color: #fff !important;
  }
  .modal-header h4.modal-title {
    font-size: 16px;
  }
  #search_loder_Modal .--btn {
    width: auto !important;
    height: auto;
    padding: 4px 10px;
    font-size: 12px;
  }
  .confirmation_popup input {
    width: 100%;
    margin-bottom: 10px !important;
  }
  .confirmation_popup button {
    margin-right: 0 !important;
    text-align: center;
    width: auto;
    float: right;
    padding: 15px;
    font-size: 14px;
  }
  .consent-video-page div.mt-5 {
    margin-top: 15px !important;
    width: 100% !important;
    font-size: 16px;
    min-width: 100% !important;
    padding: 0 15px;
  }
  .consent-video-page div.p-5 {
    width: 100% !important;
    padding: 15px !important;
    min-width: 100% !important;
  }
  .--custom-container .next-step p {
    font-size: 16px;
  }
  .new_ratedtext {
    font-size: 10px;
    padding: 0px 7px;
  }
}

.important_container {
  color: #4a4a4a;
  font-size: 20px;
  text-align: center;
}
.important_container small {
  font-size: 13px;
}
img.call_gif_img {
  width: 140px;
  border-radius: 5px;
}
.pinki {
  color: #cc167b;
}

/*start calls LP style*/
.calls-tabs {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.calls-tabs .call-col {
  padding: 0px 30px;
}
.calls-tabs .call-col p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}
.calls-tabs .call-col i {
  font-size: 24px;
}
.calls-tabs .call-now i,
.calls-tabs .call-now p {
  color: #959595;
}
.calls-tabs .call-now i {
  transform: rotate(-45deg);
}
.call-col.active i,
.call-col.active p {
  color: #e00273;
}
.calls-tabs .call-now {
  border-right: 1px solid #959595;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #e00273 transparent transparent transparent;
}

.timing-input {
  display: flex;
  width: 100%;
  margin: auto;
}
.time-input input,
.time-input .select2-selection {
  width: 200px !important;
}
.right-input .first-input {
  width: 200px !important;
}
.time-input {
  width: 200px !important;
}

.right-input .--btn {
  width: 200px !important;
}
.right-input {
  padding-left: 20px;
}

/*start style for new LP*/
.street-checkbox-container {
  width: 100%;
  padding-left: 0px !important;
  text-align: left;
  margin-bottom: 30px;
  text-align: left !important;
}
.street-checkbox-container input {
  height: 25px !important;
}
.street-checkbox-container .checkmark {
  left: 0px !important;
  border: 1px solid #e00273;
  border-radius: 3px;
  margin-top: -3px;
  background: transparent;
}
.street-checkbox-container input[type="text"] {
  margin-top: 40px;
  opacity: 1;
}
.property-form .--btn {
  margin: 25px auto 0px auto;
}
.property-container {
  width: 80%;
  margin: 40px auto;
}
.property-row img {
  border-radius: 36px 0;
}
.info-col h3 {
  font-size: 32px;
  font-weight: bold;
}
.info-col p {
  font-size: 14px;
  margin: 10px 0px;
}
.property-row {
  padding: 15px 0px;
  border-bottom: dotted 2px #d2d2d2;
}
.property-img {
  width: 400px !important;
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 10px;
  margin: auto;
}
.property-img img {
  border-radius: 5px;
  width: 100%;
}
.single-propery-row {
  /*    background: #f7f7f7;*/
  padding: 30px 30px;
  /*    border: #e7e7e7 solid 1px;*/
  border-radius: 5px;
  margin-top: 22px;
  box-shadow: 0px 0px 10px lightgray;
}
.book-viewing-box .card-header {
  background-color: var(--primary);
  padding: 20px;
}
.book-viewing-box-sms-lp .card-header {
  width: 100%;
}
.book-viewing-box .card-header p {
  margin-bottom: 0px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.book-viewing-box {
  margin: 40px 0px;
  align-items: center;
  border: none !important;
}
.book-viewing-box input,
.book-viewing-box select {
  height: auto !important;
  width: 100% !important;
  border: 1px solid lightgray !important;
  margin: 15px 0px;
}
.street-checkbox-container a {
  color: var(--primary);
  text-decoration: none;
}
.policy-checkbox input {
  width: auto !important;
}
.book-viewing-box button {
  width: 165px !important;
  height: 45px;
  font-weight: bold;
  margin: auto;
}
.policy-checkbox {
  margin-bottom: 10px;
}
.inactive-btn {
  background-color: lightgray !important;
  border-color: lightgray !important;
}
.form-control:focus {
  box-shadow: 0px 0px 0px transparent;
}
.add-time-link {
  display: flex;
  justify-content: flex-end;
  color: #e00273;
}
.book-viewing-box input,
.book-viewing-box select {
  /* height: 40px !important; */
  /* width: 504px !important; */
  height: 58px !important;
  font-size: 17px;
  padding-left: 46px;
  border: 2px solid var(--primary) !important;
  border-radius: 5px;
}
.book-viewing-box textarea {
  height: 120px !important;
  width: 100% !important;
  /* height: 58px !important; */
  font-size: 17px;
  padding-left: 46px;
  border: 2px solid var(--primary) !important;
  border-radius: 5px;
}
.book-viewing-box textarea:focus {
  height: 120px !important;
  width: 100% !important;
  /* height: 58px !important; */
  font-size: 17px;
  padding-left: 46px;
  border: 2px solid var(--primary) !important;
  border-radius: 5px;
}
.row {
  width: 100%;
  margin: auto;
}
@media (max-width: 992px) {
  .step.agreement-step {
    width: 100% !important;
  }
  .property-container {
    width: 100%;
  }
  .property-row img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
  }
  .property-row {
    text-align: center;
  }
  .info-col {
    margin-top: 30px;
  }
  .property-row .--btn {
    margin: auto;
  }
}

@media only screen and (max-width: 500px) {
  .street-checkbox-container label {
    padding-left: 35px !important;
  }
  .step__input-wrapper {
    width: 90%;
  }
  .book-viewing-box .card-header {
    padding: 10px;
  }
  .book-viewing-box .card-header p {
    font-size: 16px;
  }
  .step input,
  .step select,
  .checkbox-container,
  .date-input .select2-selection,
  .right-input .--btn,
  .time-input input,
  .time-input .select2-selection,
  .time-input .select2.select2-container.select2-container--default {
    width: 100% !important;
  }
  .left-input {
    margin-bottom: 10px;
    width: 100% !important;
  }
  .right-input {
    padding-left: 0px !important;
    width: 100% !important;
  }
  .select2-container {
    width: 100% !important;
  }
  .time-input {
    width: 100% !important;
  }
  .right-input .first-input {
    width: 100% !important;
  }
  .--custom-container {
    max-width: 100%;
    width: 100%;
  }
  .property-row p {
    font-size: 14px;
  }
  .property-row h5 {
    font-size: 18px;
  }
  .info-col h3 {
    font-size: 25px;
  }
  .agreement-step {
    padding-top: 40px;
  }
  .property-img {
    width: 95% !important;
  }
  .policy-checkbox input[type="checkbox"] {
    width: auto !important;
  }
  .header {
    padding: 0px 10px !important;
  }
}

#submitButton {
  margin: auto;
}
.inactive-btn {
  color: #fff !important;
}
.inactive-btn:hover {
  box-shadow: 0px 0px 0px transparent !important;
}

.first-input .icon {
  position: absolute;
  margin-left: 14px;
}

.first-input .icon i {
  margin-top: 18px;
}
.street-checkbox-container.checkbox-container {
  text-align: left !important;
}
.step__input-wrapper .search-panel input,
#firstForm .first-input input {
  width: 100% !important;
}
.property-row .--btn {
  width: 100% !important;
}
.book-viewing-box .card-body {
  padding: 0px !important;
  width: 100%;
}
#firstForm .checkbox-container .checkmark {
  left: 0px !important;
}
#firstForm .checkbox-container label {
  padding-left: 0px !important;
}

.book-viewing-box-sms-lp {
  margin: 40px auto;
  max-width: 500px;
}

.book-viewing-box-sms-lp .add-time-link {
  justify-content: flex-start !important;
}
.book-viewing-box-sms-lp .card-body input {
  width: 100% !important;
}
