.breadcrum {
  width: 379px !important;
}

.packers-movers-charges-section-1,
.packers-movers-charges-section-2,
.packers-movers-charges-section-3 {
  display: flex;
  justify-content: center;
}

.container {
  display: flex;
  padding: 50px 80px;
  align-items: flex-start;
}


/*---packers-movers-section-1---*/
.packers-movers-charges-section-1 .container {
  gap: 20px;
}

.packers-movers-charges-section-1 .container .intro p {
  color: #00000099;
}

.packers-movers-charges-section-1 .container .intro {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ct-container {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 11px;
}

.ct-mail,
.ct-phone {
  background-color: #f8f5f0;
  border-radius: 12px;
  padding: 22px 36px;
  gap: 8px;
  display: flex;
  width: 414px;
  align-items: center;
  transition: all 0.25s ease;
}

.ct-mail:hover,
.ct-phone:hover {
  transform: scale(1.02);
}

.ct-mail img,
.ct-phone img {
  width: 58px;
  height: 58px;
}

.ct-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}

.packers-movers-charges-section-1 .get-quote-form {
  max-width: 749px;
  min-width: 440px;
  background-color: #fee823;
  /* border: 1px solid #00000099; */
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  padding: 24px 40px;
  gap: 27px;
  align-items: center;
  flex-shrink: 0;
}

.packers-movers-charges-section-1 .get-quote-form p {
  font-size: 18px;
  font-weight: 400;
  color: #00000099;
}

.packers-movers-charges-section-1 .get-quote-form .form p {
  color: #000000;
}

.packers-movers-charges-section-1 .get-quote-form p strong {
  font-weight: 600;
}

.packers-movers-charges-section-1 .get-quote-form .form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
}

.packers-movers-charges-section-1 .form .row-2 {
  display: flex;
  justify-content: space-between;
  gap: 41px;
}

.packers-movers-charges-section-1 .form .input {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.packers-movers-charges-section-1 .form .input p {
  font-size: 18px;
  font-weight: 500;
}

.packers-movers-charges-section-1 .form input {
  height: 52px;
  border: 1px solid #fee823;
  background-color: #ffffff;
  outline: none;
  border-radius: 4px;
  padding: 9px 20px;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
}

.packers-movers-charges-section-1 .get-quote-btn {
  background-color: #000000;
  border: 0 solid;
  outline: none;
  border-radius: 8px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  height: 54px;
  width: 100%;
}

.packers-movers-charges-section-1 .get-quote-btn:hover {
  border: 2px solid #000;
  color: #000;
  background-color: #fee823;
}

.phone-field {
  display: flex;
  height: 52px;
  flex: 1;
}

.phone-field select {
  border: 1px solid #fee823;
  border-radius: 4px 0 0 4px;
  background-color: #ffffff;
  height: 52px;
  width: 57px;
  border-right: none;
  outline: none;
  padding: 0 6px;
  gap: 5px;
}

.tel-no {
  border-radius: 0 4px 4px 0 !important;
  border-left: 1px solid #000000 !important;
  padding-left: 7px !important;
}

.custom-date-container {
  position: relative;
}

.custom-date-input {
  cursor: pointer;
  box-sizing: border-box;
}

.custom-date-input::-webkit-datetime-edit {
  opacity: 0;
}

.custom-date-input.has-value::-webkit-datetime-edit {
  opacity: 1;
}

.custom-date-input::before {
  content: "(Select Date)";
  position: absolute;
  color: #999;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.custom-date-input.has-value::before {
  display: none;
}

.custom-date-input::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
}

.calendar-icon-image {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* Ispe click na ho, input pe ho */
  width: 24px;
  height: 24px;
}

/*---packer-movers-section-2---*/
.packers-movers-charges-section-2 .container {
  padding-top: 0 !important;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-items: center;
}

.charges-card {
  background-color: #000000;
  color: #ffffff;
  border-radius: 12px;
  padding: 23px 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: center;
  /* max-width: 327px; */
  height: 382px;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.25s ease;
}

.charges-card:hover {
  transform: scale(1.05);
}

.charges-card .img-circle {
  background-color: #fee823;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  margin-top: 72px;
  transform: translateY(-22px);
}

.bg-grey-circle {
  background-color: #252525;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  width: 317px;
  height: 317px;
  position: absolute;
  top: -48%;
  z-index: 1;
}


/*---packers-movers-section-3---*/
.packers-movers-charges-section-3 .container {
  padding-top: 0 !important;
  gap: 40px;
}

.packers-movers-charges-section-3 .right p {
  color: #00000099;
}

.packers-movers-charges-section-3 .right h3 {
  margin-bottom: 18px;
}

.packers-movers-charges-section-3 .right .semi-bold {
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 18px;
  color: #000000;
}

.packers-movers-charges-section-3 .right .points {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.packers-movers-charges-section-3 .right .point {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: left;
}

.packers-movers-charges-section-3 .right .point img {
  width: 24px;
  height: 24px;
}

.packers-movers-charges-section-3 .packers-movers-charges-section-img img {
  width: 100%;
}

.packers-movers-charges-section-3 .packers-movers-charges-section-img {
  flex: 1;
}

.packers-movers-charges-section-3 .right {
  flex: 1;
}


/*---packers-movers-section-4---*/
.packers-movers-charges-section-4 .row {
  border: 1px solid #00000099;
  display: grid !important;
  grid-template-columns: 1fr 2fr;
}

.packers-movers-charges-section-4 .row h3 {
  text-align: center;
}

.faq-questions details .answer {
  padding: 16px !important;
}

.faq-questions .answer div {
  gap: 0;
}

.packers-movers-charges-section-4 .row .cells {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
}

.cell {
  margin: auto;
  padding: 14px 5px;
  color: #000000;
  border: 1px solid #00000099;
  width: 100%;
  border-bottom: none !important;
  border-right: none !important;
  width: 100%;
  height: 100%;
}

.cell p {
  color: #000000 !important;
  margin: auto;
  text-align: center;
}

.title-cell {
  width: 100%;
  margin: auto;
}

.title-cell h3 {
  margin: auto;
}

.bb-none {
  border-bottom: none !important;
}

.mt-mb {
  margin-top: 18px;
  margin-bottom: 18px;
}

.bt-none {
  border-top: none !important;
}



/*-------------------
     Tablet view
-------------------*/
@media(max-width: 1024px) {
  .container {
    padding: 50px 40px;
  }

  /*---packers-movers-section-1*/
  .packers-movers-charges-section-1 .get-quote-form {
    width: unset !important;
    min-width: unset;
    margin: 0 auto;
  }

  .packers-movers-charges-section-1 .container {
    flex-direction: column;
    gap: 32px;
  }

  .ct-container {
    flex-direction: row;
  }

  .ct-mail,
  .ct-phone {
    flex: 1;
    padding: 12px 18px;
    width: unset;
  }


  /*---packers-movers-section-3---*/
  .packers-movers-charges-section-3 .container {
    flex-direction: column;
    align-items: center;
  }
}




/*-------------------
     Mobile view
-------------------*/
@media(max-width: 767px) {
  .container {
    padding: 36px 24px;
  }

  /*---packers-movers-section-1---*/
  .packers-movers-charges-section-1 .get-quote-form {
    padding: 24px 20px;
  }

  /*---packers-movers-section-2---*/
  .packers-movers-charges-section-2 .container {
    grid-template-columns: repeat(1, 327px) !important;
  }

  /*---packers-movers-section-4---*/
  .packers-movers-charges-section-4 .row {
    grid-template-columns: 1fr;
  }

  .title-cell {
    border-bottom: 1px solid #00000099;
    padding: 15px 51px;
  }

  .cells {
    border-left: none !important;
  }

  .br-none {
    border-right: none !important;
    border-left: none !important;
  }
}



/*--------------------------------*/
@media(max-width: 1290px) {
  .packers-movers-charges-section-1 .get-quote-form {
    width: 588px;
  }
}

@media(min-width: 1025px) and (max-width: 1200px) {
  .row-2 {
    flex-direction: column;
  }

  .packers-movers-charges-section-1 .get-quote-form {
    flex-shrink: unset;
  }
}

@media(max-width: 600px) {
  .row-2 {
    flex-direction: column !important;
  }
}

@media(max-width: 425px) {
  .get-quote-form h2 {
    max-width: 195px;
    text-align: center;
  }
}

@media(max-width: 650px) {
  .ct-container {
    flex-direction: column;
  }
}

@media(max-width: 1300px) {
  .packers-movers-charges-section-2 .container {
    grid-template-columns: repeat(2, 334px);
    align-items: center;
    justify-content: center;
  }
}