@charset "UTF-8";
/* Global Start */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");

@font-face {
  font-family: Aceh;
  src: url(../webfonts/Aceh-Regular.eot);
  src: local("☺"), url(../webfonts/Aceh-Regular.woff) format("woff"), url(../webfonts/Aceh-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Aceh;
  src: url(../webfonts/Aceh-Medium.eot);
  src: local("☺"), url(../webfonts/Aceh-Medium.woff) format("woff"), url(../webfonts/Aceh-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Aceh;
  src: url(../webfonts/Aceh-SemiBold.eot);
  src: local("☺"), url(../webfonts/Aceh-SemiBold.woff) format("woff"), url(../webfonts/Aceh-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Aceh;
  src: url(../webfonts/Aceh-Bold.eot);
  src: local("☺"), url(../webfonts/Aceh-Bold.woff) format("woff"), url(../webfonts/Aceh-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Aceh;
  src: url(../webfonts/Aceh-ExtraBold.eot);
  src: local("☺"), url(../webfonts/Aceh-ExtraBold.woff) format("woff"), url(../webfonts/Aceh-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Aceh;
  src: url(../webfonts/Aceh-Black.eot);
  src: local("☺"), url(../webfonts/Aceh-Black.woff) format("woff"), url(../webfonts/Aceh-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: inherit;
  transition: all 0.5s ease-in-out;
}

html {
  scroll-behavior: smooth;
}

.container-fluid {
  max-width: 1920px;
  margin: 0 auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.btn-check:focus+.btn,
.btn:focus,
.form-select:focus,
.form-control:focus,
*:focus {
  box-shadow: none;
  outline: none;
}

ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1424.37px;
  }
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.max-content {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bg-secondary {
  background-color: #58d3c3 !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #34c4b1 !important;
}

.bg-quaternary {
  background-color: #e14a1e !important;
}

a,
a:hover {
  text-decoration: none;
}

.btn-outline-secondary {
  color: #58d3c3;
  border-color: #58d3c3;
}

/* Global End */
/* Dipen CSS STart */
/* Dipen CSS END */
/* Yash Css Start */
/* header Start */
/* header .site-logo {
  margin-bottom: -1rem;
}

header .nav-menu ul.navlink-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

header .nav-menu ul.navlink-menu li.menu-item {
  margin: 0 1rem;
  padding: 0;
  list-style: none;
}

header .nav-menu ul.navlink-menu li.menu-item a {
  font-size: 1rem;
  letter-spacing: -0.03em;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 0.95rem 1.75rem;
}

header .secondary-menu {
  padding: 0.875rem 0;
}

header .secondary-menu ul.navlink-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  display: flex;
  align-items: center;
}

header .secondary-menu ul.navlink-menu li.menu-item {
  margin: 0 1rem;
  padding: 0;
  list-style: none;
}

header .secondary-menu ul.navlink-menu li.menu-item a {
  font-size: 1.25rem;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
}

header .secondary-menu a.btn {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1rem 1.75rem;
  line-height: 1;
  border-width: 2px;
} */

/* header End */
.standard_booking button {
  cursor: pointer;
}

.standard_booking .standard_booking_progress {
  width: 100%;
  height: 28px;
}

@media (max-width: 993px) {
  .standard_booking .standard_booking_progress {
    display: none !important;
  }
}

.standard_booking .standard_booking_progress .standard_booking-progress-bar {
  height: 100%;
  width: 0%;
  background-color: #58D3C3;
  transition: all 0.5s ease-in-out;
}

.standard_booking .form-steps {
  position: relative;
  /* margin: auto;
  overflow: hidden;
  padding:2px; */
  margin: 0px auto;
	/* width: 600px; */
	/* height: 600px; */
	flex:1;
	/* max-height:60vh; */
	/* padding:70px; */
	padding: 35px 70px 25px 70px;
}
.form_Steps_div_btn {
	/* height: 75vh; */
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
width: 100%;
}

@media (max-width: 993px) {
  .standard_booking .form-steps {
    width: 100%;
    max-width: 567px;
    padding: 0 25px;
  }
}

.standard_booking-tab {
  transition: all 0.5s ease-in-out;
  /* display: none; */
  flex-direction: column;
  margin: auto;
  top: 0;
  left: 0;
}

.standard_booking-tab.show {
  display: flex;
}

.standard_booking-tab:not(:first-of-type) {
  /* position: absolute;
  transform: translate(100%);
  opacity: 0;
  z-index: -1; */
}

.standard_booking .back-tab {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  line-height: 22.618px;
  border: none;
  display: block;
  background-color: transparent;
  padding-left: 70px;
  /* padding-bottom: 40px; */
  padding-bottom: 0px;
  margin-top: -25px;
  padding-top: 25px;
  width: 100%;
  text-align: left;
  width:52% !important;
}
.standard_booking .back-tab{
	display:none;
}
.nextBtn {
	display:none;
}
.standard_booking .back-tab img {
  margin-right: 22px;
}

@media (max-width: 993px) {
  .standard_booking .back-tab {
    padding-left: 35px;
  }
  .standard_booking .back-tab {
	  width:60% !important;
  }
}

@media (max-width: 768px) { 
  .standard_booking .back-tab {
	  width:90% !important;
  }
}
@media (max-width: 500px) { 
  .standard_booking .back-tab {
	  width:100% !important;
  }
}

.standard_booking .standard_booking_form {
  display: flex;
  align-items: Start;
  justify-content: space-between;
  /* min-height: calc(100vh - 28px - 50px); */
  padding: 25px 0 ;
  flex-direction: column;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.standard_booking .standard_booking_form .standard_booking-tab {
  transition: all 0.5s ease-in-out;
}

.standard_booking .standard_booking_form .standard_booking-tab.booking-details {
  /* width: 100vw;
  left: 0;
  bottom: 0;
  position: fixed !important; */
  margin-bottom: 0;
}

@media (max-width: 993px) {
  .standard_booking .standard_booking_form {
    /* min-height: calc(100vh - 253px); */
    padding: 25px 0;
    border-radius: 32px 32px 0px 0px;
  }
}

.standard_booking .standard_booking_form .title {
  max-width: 670px;
  margin: auto; 
  width: 100%;
  /* text-align: center; */
  text-align: left;
    margin-bottom: 20px;
}

/* @media (max-width: 993px) {
  .standard_booking .standard_booking_form .title {
    width: 339px;
  }
} */
.standard_booking .standard_booking_form .title.sm-title-margin h2 {
  margin-bottom: 36px;
}

@media (max-width: 993px) {
  .standard_booking .standard_booking_form .title.sm-title-margin.sm-title h2 {
    margin-bottom: 15px;
  }
}

.standard_booking .standard_booking_form .title h2 {
  margin: auto;
  color: #000;
  /* margin-bottom: 70px; */
  margin-bottom: 20px;
  font-size: 32px;
  font-family: "Aceh", sans-serif;
  font-weight: 700;
  line-height: 90.5%;
  letter-spacing: -0.96px;
  text-align: center;
}

.standard_booking .standard_booking_form .title h4 {
  margin: auto;
  color: #152635;
  font-size: 28px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 21.204px;
}

@media (max-width: 993px) {
  .standard_booking .standard_booking_form .title h2 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .standard_booking .standard_booking_form .title h4 {
    font-size: 14.136px;
    line-height: 14.136px;
    text-align: left;
  }
}

.standard_booking .standard_booking_form .docs {
  margin:0px  auto;
  width: 100%;
}

/* @media (max-width: 993px) {
  .standard_booking .standard_booking_form .docs {
    width: 345px;
  }
} */
.standard_booking .standard_booking_form .docs label {
  color: #152635;
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 14.136px;
  cursor: pointer;
}

.standard_booking .standard_booking_form .docs input {
  border-radius: 11px;
  border: 0.5px solid rgba(21, 38, 53, 0.22);
  min-width: 430.3px;
  height: 66px;
  display: flex;
  width: 100%;
  color: rgba(21, 38, 53, 0.6);
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  line-height: 14.136px;
  padding: 5px 10px 5px 30px;
  margin-top: 15px;
}

.standard_booking .standard_booking_form .docs input::-moz-placeholder {
  color: rgba(21, 38, 53, 0.6);
}

.standard_booking .standard_booking_form .docs input::placeholder {
  color: rgba(21, 38, 53, 0.6);
}

.standard_booking .standard_booking_form .docs .number {
  width: 30px;
  height: 30px;
  padding: 0;
  min-width: unset;
  margin: 0;
  text-align: center;
  display: block;
  background-color: transparent;
  color: #000;
  font-size: 14.136px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 14.136px;
  border: none;
}

.standard_booking .standard_booking_form .docs input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0.75px solid #152635;
  background-position: center;
  background-repeat: no-repeat;
  min-width: unset;
  margin-left: 10px;
}
select{
	width: 100%;
	background-color: transparent;
	border-radius: 5px;
	padding: 5px;
	border: 1px solid gray;
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #152635;
	font-size: 18px;
	font-family: "DM Sans", sans-serif;
	padding: 5px 15px;
}
.standard_booking .standard_booking_form .docs input[type=checkbox]:checked {
  border-width: 2.25px;
  background-image: url(../image/standard_booking/check.png);
}
.fetching_best_loading {
	height: 75vh !important;
	display: flex;
}

.standard_booking .standard_booking_form .docs input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  outline: 0.731px solid rgba(21, 38, 53, 0.25);
  border-radius: 30.712px;
  border-radius: 50%;
  transition: border-color 0.2s;
  padding: 0;
  margin: 0;
  min-width: unset;
}

.standard_booking .standard_booking_form .docs input[type=radio]:checked {
  background-color: #E85429;
}

.standard_booking .standard_booking_form .docs .no-of-bedrooms {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
  margin-bottom: 20px;
}

.standard_booking .standard_booking_form .docs .no-of-bedrooms .no-of-bedrooms-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 96px;
  height: 33px;
  border-radius: 21px;
  background: rgba(217, 217, 217, 0.5);
}

.standard_booking .standard_booking_form .docs .no-of-bedrooms .no-of-bedrooms-btn button {
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
}

.standard_booking .standard_booking_form .docs.docs-moving-to .no-of-bedrooms {
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.25); */
  padding: 30px 0;
  margin: 0;
  margin-bottom: 30px;
}

@media (max-width: 993px) {
  .standard_booking .standard_booking_form .docs.docs-moving-to .no-of-bedrooms {
    padding: 15px 25px;
    margin: 0 -25px;
    margin-bottom: 15px;
    border-width: 5px;
  }
}

.standard_booking .standard_booking_form .docs.docs-moving-from-to .no-of-bedrooms {
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (max-width: 993px) {
  .standard_booking .standard_booking_form .docs.docs-moving-from-to .no-of-bedrooms {
    margin-bottom: 15px;
  }
}

.standard_booking .standard_booking_form .docs .moving_from-row {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

@media (max-width: 993px) {
  .standard_booking .standard_booking_form .docs .moving_from-row {
    grid-template-columns: repeat(2, auto);
  }
}

.standard_booking .standard_booking_form .docs .moving_from-row .moving_from-tab {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 195.975px;
  height: 195.975px;
  border-radius: 16.088px;
  border: 0.731px solid rgba(21, 38, 53, 0.22);
  flex-direction: column;
  cursor: pointer;
}

.standard_booking .standard_booking_form .docs .moving_from-row .moving_from-tab input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  outline: 0.731px solid rgba(21, 38, 53, 0.25);
  border-radius: 30.712px;
  border-radius: 50%;
  transition: border-color 0.2s;
  padding: 0;
  margin: 0;
}

.standard_booking .standard_booking_form .docs .moving_from-row .moving_from-tab input[type=radio]:checked {
  background-color: #E85429;
}

.standard_booking .standard_booking_form .docs .moving_from-row .moving_from-tab span {
  color: #152635;
  font-size: 17.55px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 20.674px;
  margin: 0;
}

@media (max-width: 993px) {
  .standard_booking .standard_booking_form .docs .moving_from-row .moving_from-tab {
    width: 134px;
    height: 134px;
  }

  .standard_booking .standard_booking_form .docs .moving_from-row .moving_from-tab span {
    font-size: 12px;
    line-height: 14.136px;
  }

  .standard_booking .standard_booking_form .docs .moving_from-row .moving_from-tab img {
    height: 60px;
  }

  .standard_booking .standard_booking_form .standard_booking-tab-0 .docs .moving_from-row .moving_from-tab img {
    height: auto;
  }
}

.standard_booking .standard_booking_form .docs ul {
  padding: 0;
  margin: 0;
  /* width: 496.5px; */
}

@media (max-width: 993px) {
  .standard_booking .standard_booking_form .docs ul {
    width: 100%;
  }
}
.heavy_items_select {
	display:none;
}
.stairs_at_your_property_li {
	display:none;
}
.stairs_at_your_property_li p {
	font-size:18px;
	font-family: "DM Sans", sans-serif;
	text-align:left;
}
.standard_booking .standard_booking_form .docs ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 5px;
  padding:2px;
}

.standard_booking .standard_booking_form .docs ul.furniture-ul {
  margin:auto;
  margin-bottom: 50px;
}

.standard_booking .standard_booking_form .docs ul.furniture-ul li:not(:last-child) {
  border-bottom: 0.75px solid rgba(0, 0, 0, 0.25);
}

.standard_booking .standard_booking_form .docs ul li label {
  font-weight: 400;
}

@media (max-width: 993px) {
  .standard_booking .standard_booking_form .docs {
    margin-bottom: 20px;
  }

  .standard_booking .standard_booking_form .docs label {
    font-size: 14.136px;
    line-height: 14.136px;
  }

  .standard_booking .standard_booking_form .docs ul.furniture-ul {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }

  .standard_booking .standard_booking_form .docs ul li {
    height: 33px;
  }

  .standard_booking .standard_booking_form .docs ul li label {
    font-size: 12px;
  }

  .standard_booking .standard_booking_form .docs .no-of-bedrooms {
    margin-top: 15px;
    padding-bottom: 15px;
  }

  .standard_booking .standard_booking_form .docs input {
    height: 47.12px;
    width: 331px;
    min-width: 331px;
    width: 100%;
    min-width: 100%;
  }

  .standard_booking .standard_booking_form .docs input[type=checkbox] {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}

.standard_booking .standard_booking_form .back-to-main-site,
.standard_booking .standard_booking_form .nextBtn {
  border-radius: 14.85px;
  background: #152635;
  color: #FFF;
  position: relative;
  font-size: 19.084px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 19.084px;
  width: 461.198px;
  min-height: 58.5px;
  margin: 70px auto 0;
  /* display: block; */
  border: none;
  overflow: hidden;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  margin: 10px auto auto;
}

.standard_booking .standard_booking_form .back-to-main-site .standard_booking-progress-bar-btn,
.standard_booking .standard_booking_form .nextBtn .standard_booking-progress-bar-btn {
  display: none;
}

.standard_booking .standard_booking_form .back-to-main-site span,
.standard_booking .standard_booking_form .nextBtn span {
  position: relative;
  z-index: 1;
}

@media (max-width: 993px) {

  .standard_booking .standard_booking_form .back-to-main-site,
  .standard_booking .standard_booking_form .nextBtn {
    margin-top: 0;
    min-height: 43px;
    font-size: 14.136px;
    line-height: 14.136px;
    width: 339px;
  }

  .standard_booking .standard_booking_form .back-to-main-site .standard_booking-progress-bar-btn,
  .standard_booking .standard_booking_form .nextBtn .standard_booking-progress-bar-btn {
    display: flex;
    position: absolute;
    transition: all 0.5s ease-in-out;
    left: 0px;
    top: 0;
    height: 100%;
    z-index: 0;
    background-color: #E85429;
  }
}

.standard_booking .standard_booking_form .nextBtn {
  opacity: 1;
  /* position: absolute; */
  z-index: 1;
}

.standard_booking .standard_booking_form .back-to-main-site {
  margin-top: 60px;
}

@media (max-width: 993px) {
  .standard_booking .standard_booking_form .back-to-main-site {
    display: none;
  }
}

.standard_booking .standard_booking-tab-data .title,
.standard_booking .standard_booking-tab-data .docs {
  padding: 0 20px;
}

@media (max-width: 993px) {

  .standard_booking .standard_booking-tab-data .title,
  .standard_booking .standard_booking-tab-data .docs {
    padding: 0;
  }
}

.standard_booking .standard_booking-tab-data hr {
  margin: 35px 0px;
}

@media (max-width: 993px) {
  .standard_booking .standard_booking-tab-data hr {
    display: none;
  }
}

.standard_booking .emoji_party {
  display: block;
  margin: 0 auto 40px;
}

@media (max-width: 993px) {
  .standard_booking .emoji_party {
    margin-bottom: 30px;
    width: 55px;
  }
}

.standard_booking .modify-booking-button,
.standard_booking .review-booking-button {
  border-radius: 7.8px;
  border: 0.78px solid #152635;
  width: 223.079px;
  height: 51.48px;
  color: #152635;
  font-size: 17.16px;
  font-family: "DM Sans", sans-serif;
  background-color: transparent;
  font-weight: 700;
  display: block;
  margin: 10px auto;
  line-height: 17.642px;
}

@media (max-width: 993px) {

  .standard_booking .modify-booking-button,
  .standard_booking .review-booking-button {
    height: 40px;
    font-size: 13.2px;
    line-height: 13.571px;
    width: 171.6px;
  }
}

.standard_booking .modify-review-booking .title h2 {
  margin-bottom: 0;
  font-size: 40px;
  max-width: 509px;
  line-height: normal;
}

@media (max-width: 993px) {
  .standard_booking .modify-review-booking .title h2 {
    font-size: 32px;
  }
}

.standard_booking .modify-review-booking .docs label {
  margin: 40px auto;
  text-align: center;
  display: block;
}

@media (max-width: 993px) {
  .standard_booking .modify-review-booking .docs label {
    margin: 20px auto;
  }
}

.standard_booking .modify-review-booking .contact-booking {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  margin: -20px auto 0;
}

.standard_booking .modify-review-booking .contact-booking a {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 139.36px;
  height: 139.36px;
  border-radius: 16.088px;
  border: 0.731px solid rgba(21, 38, 53, 0.22);
  flex-direction: column;
  cursor: pointer;
}

.standard_booking .modify-review-booking .contact-booking a span {
  color: #152635;
  font-size: 12.48px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 14.702px;
  margin-bottom: -15px;
}

@media (max-width: 993px) {
  .standard_booking .modify-review-booking .contact-booking {
    margin: 0px auto;
  }

  .standard_booking .modify-review-booking .contact-booking a {
    width: 107.2px;
    height: 107.2px;
  }

  .standard_booking .modify-review-booking .contact-booking a img {
    width: 50px;
  }

  .standard_booking .modify-review-booking .contact-booking a span {
    font-size: 9.6px;
    margin-bottom: -5px;
    line-height: 11.309px;
  }
}

.standard_booking .booking-details .title h2 {
  font-size: 41.6px;
  margin-bottom: 15px;
  text-align: left;
  color: #152635;
}

@media (max-width: 993px) {
  .standard_booking .booking-details .title h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

@media (max-width: 993px) {
  .standard_booking .booking-details .title {
    width: 329px;
    margin: 0 auto;
  }
}

.standard_booking .booking-details .moving-from-to-docs {
  display: grid;
  gap: 15px;
  text-align:left !Important;
}

.standard_booking .booking-details .moving-from-to-booked {
  padding: 45px;
  border-radius: 14.3px;
  border: 1.3px solid rgba(0, 0, 0, 0.25);
  width: 427.7px;
  margin: auto;
  background-color: #fff;
}

.standard_booking .booking-details .moving-from-to-booked h3 {
  color: #152635;
  font-size: 31.2px;
  font-family: "Aceh", sans-serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.936px;
}

.standard_booking .booking-details .moving-from-to-booked h3 span {
  font-size: 41.6px;
}
.standard_booking .standard_booking_form .back-to-main-site {
	display:inline-block !important;
	width:100% !important;
	line-height: 2.7;
}
.modify-booking-buttonNew {
	cursor:pointer;
}

.standard_booking .booking-details .moving-from-to-booked a {
  color: #E85429;
  font-size: 15.6px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 14.702px;
  text-decoration-line: underline;
}

@media (max-width: 993px) {
  .standard_booking .booking-details .moving-from-to-booked {
    padding: 35px;
    width: 329px;
  }

  .standard_booking .booking-details .moving-from-to-booked h3 {
    font-size: 24px;
    margin-bottom: 0;
  }

  .standard_booking .booking-details .moving-from-to-booked h3 span {
    font-size: 32px;
  }

  .standard_booking .booking-details .moving-from-to-booked a {
    font-size: 12px;
  }
}

.standard_booking .booking-details .moving-from-to {
  padding: 16px 33px;
  border-radius: 14.3px;
  border: 1.3px solid rgba(0, 0, 0, 0.25);
  width: 427.7px;
  margin: auto;
  background-color: #fff;
  z-index: 1;
}

.standard_booking .booking-details .moving-from-to h4 {
  color: #152635;
  font-size: 23.4px;
  font-family: "Aceh", sans-serif;
  font-weight: 700;
  line-height: 90.5%;
  letter-spacing: -0.702px;
}

.standard_booking .booking-details .moving-from-to h5 {
  color: #152635;
  font-size: 18.377px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 18.377px;
}

.standard_booking .booking-details .moving-from-to p {
  color: #152635;
  font-size: 14.3px;
  font-family: "DM Sans", sans-serif;
  line-height: 15.127px;
  max-width: 300px;
}

@media (max-width: 993px) {
  .standard_booking .booking-details .moving-from-to {
    padding: 15px 25px;
    width: 329px;
  }

  .standard_booking .booking-details .moving-from-to h4 {
    font-size: 18px;
  }

  .standard_booking .booking-details .moving-from-to h5 {
    font-size: 14.136px;
    line-height: 14.136px;
  }

  .standard_booking .booking-details .moving-from-to p {
    font-size: 11px;
    line-height: 11.636px;
  }
}

@media (max-width: 993px) {
  .standard_booking .booking-details.active {
    min-height: calc(100vh - 88px);
    display: flex;
    flex-direction: column;
  }

  .standard_booking .booking-details.active .docs {
    margin-top: 0;
  }

  .standard_booking .booking-details.active .phone-img {
    width: 329px;
    margin: auto;
    margin-bottom: 0;
    padding-bottom: 45px;
  }
}

.standard_booking .standard_booking-hero .hero-img-side {
  height: 293px;
  width: 100%;
  display: none;
  margin-bottom: -40px;
  position: relative;
}

@media (max-width: 993px) {
  .standard_booking .standard_booking-hero .hero-img-side {
    display: none;
  }

  .standard_booking .standard_booking-hero .hero-img-side.open.active {
    display: block;
  }

  .standard_booking .standard_booking-hero .hero-img-side.open.active.hide {
    display: none;
  }
}

.standard_booking .standard_booking-hero .hero-img-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.standard_booking .we_move_sydney-phone,
.standard_booking .phone-img {
  display: none;
}

@media (max-width: 993px) {

  .standard_booking .we_move_sydney-phone,
  .standard_booking .phone-img {
    display: block;
  }
}

.standard_booking .we_move_sydney-phone {
  width: 329px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.standard_booking .phone-img {
  text-align: right;position: relative;
  padding-bottom: 45px;
}

.standard_booking .phone-img-bot {
  border-top: 1px solid #000;
  width: 100%;
  min-height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #58D3C3;
}

.standard_booking .bg_arrow {
  position: absolute;
  bottom: 110px;
  left: 0;
}

.standard_booking .book_urgent_move .docs {
  max-width: 461.2px;
  /* margin-bottom: 40px; */
}
.standard_booking .schedule_a_move .docs {
  /* max-width: 461.2px; */
}
.standard_booking .book_urgent_move .docs.radioTab {
	/* margin: auto !important; */
	width: 100% !important;
	max-width:100% !important;
}

.standard_booking .book_urgent_move .docs .no-of-bedrooms {
  border: none;
  padding-bottom: 0;
}

.standard_booking .all-package {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.standard_booking .all-package .package {
  cursor: pointer;
}

@media (max-width: 993px) {
  .standard_booking .all-package {
    -moz-column-count: 1;
    column-count: 1;
  }
}

.standard_booking .package {
  width: 394.8px;
  min-height: 109.2px;
  border-radius: 13.2px;
  border: 1.2px solid rgba(0, 0, 0, 0.25);
  padding: 20px;
  padding-right: 0;
  padding-bottom: 5px;
  display: flex;
  align-items: start;
  gap: 5px;
  justify-content: end;
  margin-bottom: 15px;
}

.standard_booking .package .package-nema {
  flex: 1;
  text-align:left;
}
.additionalMan {
	font-family: "DM Sans", sans-serif;
}
.docs .additionalMan {
	text-align:left;
	display:flex;
}
.docs .additionalMan .additional_change_for_man{
	width: 35px !important;
	height: 25px !important;
}
.docs .additionalMan p {
	margin-left:15px;
	position: relative;
	top: -12px;
}
.docs .additionalMan p span{
	color:#E85429;
}
.summary li {
	display:block !important;
	height:auto !important;
	font-family: "DM Sans", sans-serif;
}
.summary li span{
	color:#E85429;
}
.tonnage {
	color: #152635;
	font-size: 13.2px !important;
	font-family: "DM Sans", sans-serif;
}
.schedule_a_move .no-of-bedrooms{
	margin-top: 23px !important;
	margin-bottom: 40px !important;
}

.standard_booking .package .package-nema h3 {
  color: #152635;
  font-size: 16.963px;
  font-family: "DM Sans", sans-serif;
  line-height: 16.963px;
  font-weight: 400;
}

.standard_booking .package .package-nema h3 span {
  font-weight: 700;
  color: #E85429;
}

.standard_booking .package .package-nema h3 b {
  color: #152635;
  font-size: 24px;
  font-size: 21px;
  font-family: "Aceh", sans-serif;
  font-weight: 700;
  line-height: 90.5%;
  letter-spacing: -0.72px;
  display: block;
}

.standard_booking .package .package-nema h3 small {
  color: #152635;
  font-size: 13.2px;
  font-family: "DM Sans", sans-serif;
  display: block;
  line-height: 13.963px;
}

.standard_booking .package .package-pr {
  flex: 0 auto;
}

.standard_booking .package .package-pr h2 {
  color: #58D3C3;
  font-family: "Aceh", sans-serif;
  font-weight: 700;
}

.standard_booking .package .package-pr h2 b {
  font-size: 48px;
  line-height: 25.44px;
  letter-spacing: -1.44px;
  vertical-align: middle;
}

.standard_booking .package .package-pr h2 sup {
  font-size: 28.8px;
}

.standard_booking .package .package-pr h2 span {
  font-size: 28.8px;
  font-size: 20.8px;
  line-height: 26.06px;
  vertical-align: middle;
}

.standard_booking .package .package-pr h2 small {
  display: block;
  font-size: 28.8px;
  font-size: 18px;
  line-height: normal;
}

.standard_booking .package .package-img img {
  width: 114px;
}

@media (max-width: 993px) {
  .standard_booking .package {
    max-width: 329px;
    width: 100%;
    min-height: 91px;
    padding: 17px;
    padding-right: 0;
    margin: auto;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }

  .standard_booking .package .package-nema h3 {
    font-size: 14px;
  }

  .standard_booking .package .package-nema h3 b {
    font-size: 18px;
  }

  .standard_booking .package .package-nema h3 small {
    font-size: 11px;
  }

  .standard_booking .package .package-pr h2 b{
    font-size: 40px;
  }

  .standard_booking .package .package-pr h2 sup {
    font-size: 20px;
  }

  .standard_booking .package .package-pr h2 span {
    font-size: 15px;
  }

  .standard_booking .package .package-pr h2 small {
    font-size: 14px;
  }

  .standard_booking .package .package-img img {
    width: 95px;
  }
}

.standard_booking .standard_booking-tab-common {
  min-height: calc(100vh - 88px);
  top: 88px;overflow: auto;
}

@media (min-width: 993px) {
  .standard_booking .standard_booking-tab-common {
    min-height: calc(100vh - 100px);
    top: 100px;
  }

  .standard_booking .standard_booking-tab-common .title h2 {
    width: 427.7px;
  }

  .standard_booking .package-details-payment .package-details {
    width: 493px;
  }

  .standard_booking .package-details-payment .title h2 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 25px;
    text-align: left;
  }

  .standard_booking .package-details-payment .package-details .package {
    width: 493px;
    height: 303px;
    position: relative;
    flex-direction: column;
  }

  .standard_booking .package-details-payment .package-details .package .package-nema h3 {
    font-size: 25.445px;
    line-height: 25.445px;
  }

  .standard_booking .package-details-payment .package-details .package .package-nema h3 b {
    font-size: 32.4px;
    line-height: 1.5;
  }

  .standard_booking .package-details-payment .package-details .package .package-nema h3 small {
    font-size: 19.8px;
    line-height: 1.5;
  }

  .standard_booking .package-details-payment .package-details .package .package-pr {
    flex: 1;
  }

  .standard_booking .package-details-payment .package-details .package .package-pr h2 b {
    font-size: 72px;
  }

  .standard_booking .package-details-payment .package-details .package .package-pr h2 sup {
    font-size: 35px;
  }

  .standard_booking .package-details-payment .package-details .package .package-pr h2 span {
    font-size: 35px;
  }

  .standard_booking .package-details-payment .package-details .package .package-pr h2 small {
    font-size: 43.2px;
    font-size: 35px;
    word-spacing: -0.2em;
    line-height: normal;
  }

  .standard_booking .package-details-payment .package-details .package .package-img {
    position: absolute;
    width: auto;
    bottom: 10px;
    right: 0;
  }

  .standard_booking .package-details-payment .package-details .package .package-img img {
    width: auto;
  }
}

.standard_booking .standard_booking_form .docs .card_number {
  position: relative;
  margin-top: 15px;
}

.standard_booking .standard_booking_form .docs .card_number img {
  bottom: 0px;
  top: 0;
  left: 10px;
  margin: auto;
  position: absolute;
}

.standard_booking .standard_booking_form .docs .card_number input {
  padding-left: 60px;
  margin-top: 0;
}

.standard_booking .package-details-payment {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.standard_booking .package-details-payment .package-payment {
  width: 430.299px;
  text-align:left !important;
}

.standard_booking .package-details-payment .package-payment .title h3 {
  color: #152635;
  font-size: 26px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  text-align: left;
  width: 340px;
  line-height: 28.6px;
  margin-bottom: 30px;
}

.standard_booking .package-details-payment .package-payment .title h3 span {
  color: #58D3C3;
}

.standard_booking .package-details-payment .package-payment .docs input {
  background-color: rgba(21, 38, 53, 0.04);
  border-color: rgba(21, 38, 53, 0.04);
}

.standard_booking .package-details-payment .package-payment .package-payment-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 30px;
}

.standard_booking .package-details-payment .package-payment .package-payment-flex input {
  min-width: unset;
}

@media (max-width: 993px) {
  .standard_booking .package-details-payment {
    flex-direction: column;
  }

  .standard_booking .package-details-payment .title h2 {
    text-align: left;
    width: 290px;
    margin-left: 0;
    margin-bottom: 15px;
  }

  .standard_booking .package-details-payment .package-payment {
    width: auto;
  }

  .standard_booking .package-details-payment .package-payment .title h3 {
    width: 290px;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 25px;
  }

  .standard_booking .package-details-payment .package-payment .package-payment-flex {
    margin: 15px 0 24px;
  }

  .standard_booking .package-details-payment .package-payment .package-payment-flex div {
    flex: 1;
  }

  .standard_booking .package-details-payment .package-payment .package-payment-flex input {
    width: 100%;
  }
  .standard_booking .modify-review-booking .contact-booking a{
	  width:85px !Important;
	  height:85px !Important;
  }
  
}
.ui-timepicker-standard{
	z-index:9999 !important;
}
#ui-datepicker-div {
	background-color: #58d3c3;	
}
.ui-datepicker .ui-datepicker-header {
	background-color: #58d3c3;	
}

.standard_booking .pick_date,
.standard_booking .pick_time {
  background-image: url(../image/standard_booking/calendar_today.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
}

.standard_booking .pick_time {
	background-image: none !important;
	border-radius: 11px;
	border: 0.5px solid rgba(21, 38, 53, 0.22);
	min-width: 430.3px;
	height: 66px;
	color: rgba(21, 38, 53, 0.6);
	font-size: 18px;
	font-family: "DM Sans", sans-serif;
	line-height: 14.136px;
	padding: 5px 10px 5px 30px;
	margin-top: 15px;
}

.standard_booking .loading_booking {
  width: 100%;
  /* height: 80vh; */
  /* background-color: #58D3C3; */
  background-color: #0EC7B4; 
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 6px solid #000;
  position: fixed !important;
  /* top: 110px; */
  left: 0;
}
.loading-img {
	width:250px;
}

@media (max-width: 993px) {
  .standard_booking .loading_booking {
    justify-content: start;
    padding-top: 0px;top: 0px;
  }
}

.standard_booking .loading_booking .bg_arrow_loading {
  height: 389.999px;
  position: absolute;
  bottom: 80px;
  left: 0;
}

@media (max-width: 993px) {
  .standard_booking .loading_booking .bg_arrow_loading {
    height: 195px;
  }
}

@media (max-width: 768px) {
	.standard_booking .form-steps{
		padding: 0 13px !important;
	}
	.modify-review-booking .title h2{
		text-align:center !important;
	}
	.standard_booking .pick_time {
		width: 100%;
		min-width: 100%;
		height: 47.12px;
	}
}

.cardImgs {
	width:100px !important; 
}
.total_pricetag {
	font-family: "DM Sans", sans-serif;
	color: #E85429;
	font-weight:bold;
}
.mt-15 {
  margin-top: 15px;
}
.standard_booking .loading_booking .loading-video {
  /* position: absolute;
  bottom: 0;
  left: 30px;
  width: 300px; */
	/* position: absolute;
	bottom: 0;
	left: 0px;
	width: auto;
	right: 0px;
	margin: auto; */
	margin: auto;	  
	margin-bottom: 0px;
}
.animation {
position: absolute;
display: block;
min-width: 300px;
max-height: unset;
height: auto;
width: 100%;
left: 0px;
bottom:-15px;
}
.animation marquee {
	height:100%;
}
 
.animation::after{
width:100%;
content:"";
/* border-bottom: 2.9px solid #000;
 */display: block;
/* bottom: 117px; */
position: relative;
}

.standard_booking .loading_booking p {
  color: #FFF;
  text-align: center;
  font-size: 44.8px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 46.391px;
  max-width: 414.4px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 993px) {
  .standard_booking .loading_booking p {
    font-size: 32px;
    line-height: 33.136px;
    padding: 0 20px;
  }
}

.standard_booking .fetching_best_loading {
  width: 100%;
  /* height: 80vh; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.standard_booking .fetching_best_loading h2 {
  color: #152635;
  text-align: center;
  font-size: 32px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 33.136px;
}
/* tenor-loading */
.tenor-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: white;
  top: 0;left: 0;
  display: none;
  z-index: 99999;
  place-items: center;
}
.tenor-loading.active{
  display: grid;
}
.tenor-loading  img {
  width: 100px;
}
/* Yash Css End */
.error {
	color:red;
	font-weight:bold;
	font-style: normal !important;
	font-size: 13px;
	text-align: left;
	width: 100%;
	display: block;
	font-family: "DM Sans", sans-serif;
}
.align_right_and_m_top {
	/* text-align: right;
	margin-top: -15px; */
	text-align: right;
position: relative;
top: -35px;
}
.book_urgent_move .delivery_location {
  margin-top: 25px;
}
.schedule_a_move .delivery_location {
  margin-top: 30px;
}
.align_right_and_m_top.extraError {
	text-align: right;
	/* margin-top: -40px !important; */
	margin-bottom: 10px;
}
.modify-booking-buttonNewRM {
  text-decoration-line: none !important;
  font-size: 18px !important;
}
.docsDown {
	margin-bottom:40px !important;
}
@media (max-width:768px){
	.align_right_and_m_top.extraError {
		margin-top: -12px !important;
	}
}
#map {
  height: 100%;
}
.standard_booking-tab.modify-review-booking.booking-details.standard_booking-tab-common.finalCommon {
	/* position:unset !important;
	top:0px !important; */
}

.package.active {
  border: 3px solid green !important;
}


/* NEW NEXT MOVE CSS */

.fromRight {
  animation: fromRight 0.5s ease-out;
}

@keyframes fromRight {
  from {
	transform: translate3d(100%, 0, 0);
  }
}
.toRight {
  animation: toRight 0.5s ease-out;
}

@keyframes toRight {
  to {
	transform: translate3d(100%, 0, 0);
  }
}
.fromLeft {
  animation: fromLeft 0.5s ease-out;
}

@keyframes fromLeft {
  from {
	transform: translate3d(-100%, 0, 0);
  }
}
.toLeft {
  animation: toLeft 0.5s ease-out;
}

@keyframes toLeft {
  to {
	transform: translate3d(-100%, 0, 0);
  }
}

.page:first-child {
	 position: unset;
}
.page {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  /* backface-visibility: hidden; */
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  will-change: transform;
  
}
.page--current {
  visibility: visible;
  z-index: 1;
}

.isloader {
	background-color: #F2F2F2;
	height:100vh;
}
.isloader form {
	background-color: #F2F2F2 !important;
}
.isloader_blue form {
	background-color: transparent !important;
}


/* HEADER S */
header{
	display:block !important;
}
header {
	 font-family: Aceh !important;
	 text-transform: lowercase;
}
.text-white {
  color: #fff !important;
}
.bg-quaternary {
  background-color: #e14a1e !important;
}
.align-items-center {
  align-items: center !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}
.pr-0, .px-0 {
  padding-right: 0 !important;
}
.justify-content-center {
  justify-content: center !important;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 15px;
}


header .row {
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: -15px;
}
.d-none {
  display: none !important;
}
header .site-logo {
  margin-bottom: -1rem;
}
.img-fluid, .img-thumbnail {
  max-width: 100%;
  height: auto;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.bg-secondary {
  background-color: #58d3c3 !important;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.ml-n4, .mx-n4 {
  margin-left: -0.5rem !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
header .nav-menu ul.navlink-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
header .secondary-menu ul.navlink-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  display: flex;
  align-items: center;
}
header .secondary-menu ul.navlink-menu li.menu-item {
  margin: 0 1rem;
  padding: 0;
  list-style: none;
}
header .nav-menu ul.navlink-menu li.menu-item {
  margin: 0 1rem;
  padding: 0;
  list-style: none;
}

header .nav-menu ul.navlink-menu li.menu-item a {
  font-size: 1rem;
  letter-spacing: -.03em;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: .95rem 1.75rem;
}
header .secondary-menu {
  padding: .875rem 0;
}
header .site-logo {
  margin-bottom: -1rem;
}
.ml-2, .mx-2 {
  margin-left: .5rem !important;
}
.pr-3, .px-3 {
  padding-right: 1rem !important;
}
.toggle-slide-left {
  left: -100%;
  top: 0;
  cursor: pointer;
}
.col {
  flex-basis: 0%;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
header .secondary-menu ul.navlink-menu li.menu-item a {
  font-size: 1.25rem;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: .5rem 1.25rem;
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}
.ml-2, .mx-2 {
  margin-left: 1.5rem !important;
}
.mr-2, .mx-2 {
  margin-right: 1.5rem !important;
}

header .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-top-width: 1px;
    border-right-color: transparent;
    border-right-width: 1px;
    border-bottom-color: transparent;
    border-bottom-width: 1px;
    border-left-color: transparent;
    border-left-width: 1px;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.mr-1, .mx-1 {
  margin-right: .25rem !important;
}

header .secondary-menu a.btn {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1rem 1.75rem;
  line-height: 1;
  border-width: 2px;
}

.rounded-0 {
  border-radius: 0 !important;
}
.btn-outline-secondary {
  color: #58d3c3 !important;
  border-color: #58d3c3 !important;
}

svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
.mr-md-2, .mx-md-2 {
  margin-right: .5rem !important;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #58d3c3;
  border-color: #58d3c3;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

@media(max-width:768px){
	.schedule_a_move .no-of-bedrooms {
	  margin-top: 23px !important;
	  margin-bottom: 17px !important;
	}
	.align_right_and_m_top {
		top:-25px !Important;
	}
	.pickup_location label {
		font-size:18px !important;
	}
	.delivery_location label {
		font-size:18px !important;
	}
	.deliveryAddress {
	  margin-top: 20px;
	}
	.pickupAddress {
	  margin-top: 20px;
	}
	.stairs_at_your_property_li p {
		font-size:13px !important;
	}
	.docs .additionalMan .additional_change_for_man {
	  width: 45px !important;
	  height: 25px !important;
	}
	select {
		font-size:13px !important;
	}
}

@media (max-width:1295px) {
	header .secondary-menu ul.navlink-menu li.menu-item a{
		padding: .5rem 0.5rem !important;
	}
	header .secondary-menu a.btn {
		padding: 1rem 1.0rem !important;
	}
}

@media (min-width: 992px) { 
	.d-lg-block {
	  display: block !important;
	}
}
@media (min-width: 768px) {
	.order-md-4 {
	  order: 4;
	}
	
}
@media (min-width: 992px) {
	.col-lg-auto {
	  flex: 0 0 auto;
	  width: auto;
	  max-width: 100%;
	}
}
@media (min-width: 1200px) {
	.justify-content-xl-between {
	  justify-content: space-between !important;
	}
}

@media (min-width: 768px){
	.col-md-auto {
	  flex: 0 0 auto;
	  width: auto;
	  max-width: 100%;
	}
}
@media (min-width: 768px) {
	.d-md-block {
	  display: block !important;
	}
}

@media screen and (max-width: 1700px) {
	header .nav-menu ul.navlink-menu li.menu-item {
	  margin: 0;
	}
}

@media screen and (max-width: 1199px) {
	header ul li {
	  font-size: 1.25rem;
	}
}  
@media screen and (max-width: 1199px) {
	header .nav-menu ul.navlink-menu li.menu-item a {
	  padding: .95rem .65rem;
	  font-size: .875rem;
	  /* padding: .95rem .15rem; */
	}
}
@media (min-width: 992px) {
	.justify-content-lg-end {
	  justify-content: flex-end !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
	  display: none !important;
	}
}
@media (min-width: 768px) {
	.col-md-3 {
	  flex: 0 0 25%;
	  max-width: 25%;
	}
}
@media (min-width: 992px) {
	.ml-lg-0, .mx-lg-0 {
	  margin-left: 0 !important;
	}
}
  @media (min-width: 1200px) { 
	.col-xl-auto {
	  flex: 0 0 auto;
	  width: auto;
	  max-width: 100%;
	}
  }
@media screen and (max-width: 1700px){
	header .secondary-menu ul.navlink-menu li.menu-item {
	  margin: 0;
	}
}
@media (min-width: 768px) {
	.order-md-3 {
	  order: 3;
	}
	.mt-md-0, .my-md-0 {
	  margin-top: 0 !important;
	}
	/* .mr-md-0, .mx-md-0 {
	  margin-right: 0 !important;
	}
	.ml-md-0, .mx-md-0 {
	  margin-left: 0 !important;
	} */
	.order-md-4 {
	  order: 4;
	}
	.pr-md-0, .px-md-0 {
	  padding-right: 0 !important;
	}
}
@media screen and (max-width: 1070px) {
	header{
		display:none !important;
	}
}
.user_detail {
	margin-top:10px;
	margin-bottom:10px;
	border-bottom: 1px solid #E85429;
	padding: 10px;	  
	padding-bottom: 20px;
}
.user_detail p {
	color:black;
	margin-bottom:5px;
	font-family: "DM Sans", sans-serif;
}
.user_detail p span{
	margin-left:15px;
}
.userinformation {
  color: #E85429;
  font-size: 20px;
  font-weight: bold;
  /* text-decoration-line: underline; */
  font-family: "DM Sans", sans-serif;
}
.total_pricetag {
	font-family: "DM Sans", sans-serif;
}

.recommendation {
  /* animation: 2s anim-popoutin ease infinite; */
}

@keyframes anim-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: red;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    /* animate nothing to add pause at the end of animation */
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.standard_booking .all-package .package {
	position: relative;
	overflow: hidden;
}
.ribbon {
  width: auto;
  font-size: 15px;
  padding: 4px;
  position: absolute;
	right: -30px;
	top: 31px;
  text-align: center;
  border-radius: 1px;
  transform: rotate(45deg);
  background-color: #DA6946;;
  color: white;
  font-weight: bold;
  display:none;
  padding-left: 17px;
	padding-right: 17px;
	font-family: "DM Sans", sans-serif;
}

@media (max-width:768px){
	.ribbon {
		font-size: 12px !important;
		right: -22px !important;
		top: 25px !important;
	}
}


.pickup_location {
  margin-bottom: 15px;
}
.pickupAddress {
	display:none;
}
.deliveryAddress {
	display:none;
}
.breakdown {
	font-family: "DM Sans", sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
}