.cancel_popup {
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: calc(100% - 20px);
  max-width: 617px;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 2;
  background-color: #fff;
  padding: 50px 50px 55px;
  box-shadow: 0px 24px 44px rgba(6, 30, 79, 0.1);
  border-radius: 20px;
}

@media (max-width: 767px) {
  .cancel_popup {
    padding: 40px 20px 40px;
  }
}

.cancel_popup.active {
  display: block;
}

.cancel_popup .close-popup-inner {
  text-align: center;
}

.cancel_popup .close-popup-inner p {
  font-size: 20px;
  line-height: 170%;
  color: #0b2766;
}

@media (max-width: 767px) {
  .cancel_popup .close-popup-inner p {
    font-size: 16px;
  }
}

.cancel_popup .close-popup-inner .close-btn-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 35px 0 0;
}

@media (max-width: 767px) {
  .cancel_popup .close-popup-inner .close-btn-outer {
    padding: 20px 0 0;
  }
}

.cancel_popup .close-popup-inner .close-btn-outer .btn_block {
  margin: 3px 6px;
}

.cancel_popup .close-popup-inner .close-btn-outer .btn_block.grey-btn {
  background: #f0f0f9;
}

.cancel_popup .close-popup-inner .close-btn-outer .btn_block.grey-btn:before {
  background: #e0e0ec;
}

.estimation_popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  overflow-y: auto;
  bottom: 0;
  box-shadow: 0 30px 54px rgba(31, 64, 150, 0.21);
}

.estimation_popup .estimation_popup-wrapper {
  height: 100%;
  overflow: auto;
}

.estimation_popup .estimation_popup-wrapper .stage-first {
  background-image: url("/images/option-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 100%;
  display: none;
}

.estimation_popup .estimation_popup-wrapper .stage-first:before {
  content: "";
  background-image: linear-gradient(180deg, rgba(32, 79, 185, 0.95) -11.44%, rgba(11, 39, 102, 0.95) 30.25%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.estimation_popup .estimation_popup-wrapper .stage-first.frame_stage_1 {
  background-image: url("/images/bg-img-popup.jpg");
  height: auto;
}

.estimation_popup .estimation_popup-wrapper .stage-first.frame_stage_1:before {
  background-image: linear-gradient(180deg, rgba(32, 79, 185, 0.95) 0%, rgba(11, 39, 102, 0.95) 54.55%, rgba(6, 21, 54, 0.95) 91.56%);
}

@media (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .stage-first {
    height: auto;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first#stage_1.active {
  display: block;
}

.estimation_popup .estimation_popup-wrapper .stage-first .container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 50px;
}

@media (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .container {
    padding: 0 15px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .estimation-header {
  position: relative;
  max-width: 1450px;
  padding: 20px 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .estimation-header {
    padding: 20px 15px 0;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .estimation-header img {
  max-width: 102px;
}

@media (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .estimation-header img {
    max-width: 80px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .estimation-header .close-popup {
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .estimation-header .close-popup {
    font-size: 14px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .estimation-header .close-popup img {
  margin: 0 0 0 6px;
  position: relative;
  top: 2px;
}

.estimation_popup .estimation_popup-wrapper .stage-first .option-section {
  display: none;
  padding: 115px 0 0;
  margin: 0 auto;
  color: #fff;
  position: relative;
  min-height: calc(100vh - 101px);
}

@media (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section {
    text-align: center;
    padding: 40px 0 10px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .option-section.active {
  display: block;
}

.estimation_popup .estimation_popup-wrapper .stage-first .option-section .banner-text {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 50px 70px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .banner-text {
    max-width: 992px;
    padding: 0 35px 50px;
  }
}

@media (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .banner-text {
    padding: 0 15px 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .banner-text {
    max-width: 740px;
  }
}

@media (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .banner-text {
    padding: 0 15px 30px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .option-section .banner-text h5 {
  font-size: 12px;
  font-weight: 800;
  line-height: 13.2px;
  text-transform: uppercase;
  color: #5673B1;
  padding: 0 0 20px;
  letter-spacing: 2.5px;
}

.estimation_popup .estimation_popup-wrapper .stage-first .option-section .banner-text .titpe-popup {
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .banner-text .titpe-popup {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .banner-text .titpe-popup {
    font-size: 25px;
  }
}

@media (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .banner-text .titpe-popup {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .banner-text .titpe-popup {
    padding-bottom: 15px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .option-section .banner-text .desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  max-width: 764px;
  width: 100%;
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .banner-text .desc {
    font-size: 16px;
    line-height: 21px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 50px 184px;
  overflow: hidden;
  height: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container {
    max-width: 992px;
    padding: 0 35px 60px;
  }
}

@media (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container {
    padding: 0 15px 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container {
    max-width: 740px;
  }
}

@media (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container {
    padding: 0 15px 30px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer {
  width: calc(50% - 44px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: opacity 0.5s ease-in-out;
}

@media (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer {
    width: calc(50% - 20px);
  }
}

@media (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer {
    width: 100%;
    padding: 0 0 30px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer.active {
  opacity: 0.5;
}

.estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .option-box-img {
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

@media (min-width: 1200px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .option-box-img {
    height: 100%;
    max-height: 198px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .option-box-img img {
  width: 100%;
  height: 100%;
  max-height: 198px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .option-box-content {
  padding: 30px 0 0;
}

.estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .option-box-content .option-title {
  color: rgba(255, 255, 255, 0.4);
  padding: 0 0 8px;
}

.estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .option-box-content a {
  color: #fff;
}

.estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .option-box-content .top-content {
  font-size: 20px;
  line-height: 170%;
  font-weight: normal;
  padding: 0 0 25px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .option-box-content .top-content {
    padding: 0 0 15px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .option-box-content .top-content {
    line-height: 120%;
  }
}

@media (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .option-box-content .top-content {
    font-size: 18px;
    line-height: 120%;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .option-box-content .option-box-inner p {
  line-height: 170%;
}

@media (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .option-box-content .option-box-inner p {
    line-height: 150%;
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .option-box-content .option-box-inner p {
    font-size: 14px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .popup-btn {
  text-align: center;
}

@media (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .popup-btn {
    text-align: center;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .popup-btn a,
.estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .popup-btn button {
  background: #fff100;
  border-radius: 55px;
  font-size: 14px;
  line-height: 17px;
  padding: 16px 20px;
  text-align: center;
  margin: 35px 0 0;
  font-weight: 800;
  color: #0b2766;
  border: none;
  display: inline-block;
  cursor: pointer;
}

@media (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .popup-btn a,
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .popup-btn button {
    padding: 10px 20px;
    margin: 25px 0 0;
  }
}

@media (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .popup-btn a,
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .popup-btn button {
    margin: 15px 0 0;
    font-size: 13px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .popup-btn.option_1,
.estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .popup-btn.option_2 {
  position: relative;
}

.estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .popup-btn.option_1:before,
.estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .popup-btn.option_2:before {
  content: "";
  background: #fff100;
  filter: blur(80px);
  width: 485px;
  height: 142px;
  bottom: -90px;
  border-radius: 50%/100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: fixed;
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .popup-btn.option_1:before,
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .popup-btn.option_2:before {
    width: 400px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .popup-btn.option_1:before,
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .popup-btn.option_2:before {
    width: 385px;
  }
}

@media (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .popup-btn.option_1:before,
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .popup-btn.option_2:before {
    display: none;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .popup-btn.option_2:before {
  right: calc((100% - 1080px) / 2);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .popup-btn.option_2:before {
    right: calc((100% - 992px) / 2);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .popup-btn.option_2:before {
    right: calc((100% - 768px) / 2);
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .popup-btn.option_1:before {
  left: calc((100% - 1150px) / 2);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .popup-btn.option_1:before {
    left: calc((100% - 992px) / 2);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .option-box-outer .popup-btn.option_1:before {
    left: calc((100% - 768px) / 2);
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .option-section .option-container .lining {
  background: #ffffff33;
  width: 1px;
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame {
  display: none;
  z-index: 1;
  position: relative;
  color: #fff;
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame.active {
  display: block;
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid {
  position: relative;
  margin: 45px auto 75px;
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid .video-block {
  width: 100%;
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid .video-block .op-img {
  display: flex;
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid .video-block .op-img:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #ffed4073;
  top: 0;
  left: 0;
  border-radius: 20px;
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid .video-block .op-img img {
  width: 100%;
  border-radius: 20px;
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid .video-block .video-text {
  position: absolute;
  top: 0;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  padding: 60px 135px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid .video-block .video-text {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid .video-block .video-text {
    font-size: 24px;
    padding: 40px 80px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid .video-block .video-text {
    font-size: 22px;
    padding: 35px 80px;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid .video-block .video-text {
    font-size: 20px;
    padding: 20px 40px;
  }
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid .video-block .video-text {
    font-size: 16px;
    padding: 10px 5px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid .video-block .video_about_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  cursor: pointer;
  overflow: hidden;
  transition-property: color;
  transition-duration: 0.3s;
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid .video-block .video_about_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0b2766;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid .video-block .video_about_btn:hover:before {
  transform: scale(2);
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid .video-block .video_about_btn img {
  position: relative;
  left: 2px;
  border-radius: 0;
  width: 14px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid {
    max-width: 800px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid {
    max-width: 580px;
  }
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid {
    margin: 30px 0 30px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid .btn-span {
  max-width: 127px;
  display: inline-block;
  position: absolute;
  right: -147px;
  bottom: 50px;
  cursor: pointer;
}

@media (min-width: 1200px) and (max-width: 1366px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid .btn-span {
    right: -120px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid .btn-span {
    right: -80px;
  }
}

@media (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid .btn-span {
    display: none;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid .btn-span p {
  font-size: 20px;
  line-height: 170%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid .btn-span p {
    font-size: 15px;
    line-height: 170%;
  }
}

@media (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid .btn-span p {
    font-size: 15px;
    line-height: 140%;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid .btn-span span {
  margin: 10px 0 0;
  display: inline-block;
}

@media (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid .btn-span span {
    background: #0b2766;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10rem;
    margin: 5px 0 0;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .video-grid .btn-span span img {
  width: 24px;
  border-radius: 0;
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content {
  padding: 80px 0 163px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content {
    padding: 0 0 75px;
  }
}

@media (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content {
    padding: 0 0 45px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .content {
  width: calc(100% - 479px);
  padding: 10px 0 0;
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .content {
    width: calc(100% - 420px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .content {
    width: calc(100% - 350px);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .content {
    width: calc(100% - 250px);
  }
}

@media (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .content {
    width: 100%;
    text-align: center;
    margin: 0 0 50px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .content .title {
  font-weight: 800;
  font-size: 56px;
  line-height: 100%;
  margin: 0 0 30px;
  max-width: 429px;
  padding-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .content .title {
    font-size: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .content .title {
    font-size: 45px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .content .title {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .content .title {
    padding: 0 0 10px;
    font-size: 40px;
    margin: 0 auto;
  }
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .content .title {
    font-size: 30px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .content .subtitle {
  font-size: 20px;
  line-height: 170%;
  max-width: 350px;
  padding: 0 0 20px;
}

@media (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .content .subtitle {
    max-width: 335px;
  }
}

@media (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .content .subtitle {
    margin: 0 auto;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .content .text-row {
  font-size: 16px;
  line-height: 170%;
  max-width: 320px;
}

@media (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .content .text-row {
    margin: 0 auto;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator {
  max-width: 479px;
  width: 100%;
  text-align: center;
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator {
    max-width: 420px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator {
    max-width: 350px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator {
    max-width: 250px;
  }
}

@media (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator {
    width: 100%;
    margin: 0 auto 0;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box {
  width: 350px;
  height: 350px;
  margin: 0 auto;
  border: 18px solid rgba(255, 255, 255, 0.04);
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box {
    width: 300px;
    height: 300px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box {
    width: 280px;
    height: 280px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box.active:before {
  content: "";
  position: absolute;
  border: 2px solid #fff100;
  width: 330px;
  height: 330px;
  border-radius: 100rem;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box.active:before {
    width: 280px;
    height: 280px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box.active:before {
    width: 230px;
    height: 230px;
  }
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box.active:before {
    width: 260px;
    height: 260px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box.active .calculate-loader {
  display: none;
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-loader {
  width: 334px;
  height: 334px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #fff100;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
  position: absolute;
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-loader {
    width: 283px;
    height: 283px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-loader {
    width: 235px;
    height: 235px;
  }
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-loader {
    width: 265px;
    height: 265px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-inner.hide {
  display: none;
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-inner .subtitle {
  font-size: 14px;
  line-height: 170%;
}

@media (min-width: 576px) and (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-inner .subtitle {
    font-size: 12px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-inner .title {
  font-size: 20px;
  line-height: 140%;
  padding: 0 15px 30px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-inner .title {
    font-size: 14px;
    padding: 0 0 10px;
  }
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-inner .title {
    padding: 0 0 10px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-inner .text {
  font-size: 14px;
  line-height: 170%;
  color: rgba(255, 255, 255, 0.4);
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (min-width: 576px) and (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-inner .text {
    font-size: 12px;
    line-height: 150%;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output {
  display: none;
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output.active {
  display: block;
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output .subtitle {
  font-size: 20px;
  line-height: 170%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output .subtitle {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output .subtitle {
    font-size: 16px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output .title {
  font-weight: 800;
  font-size: 45px;
  line-height: 120%;
  padding: 30px 0 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output .title {
    font-size: 35px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output .title {
    font-size: 25px;
  }
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output .title {
    font-size: 30px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output .title.error {
  font-size: 37px;
  color: red;
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output .text {
  font-size: 22px;
  line-height: 170%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output .text {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output .text {
    font-size: 18px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 576px) and (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment {
    align-items: center;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .commitment-box {
  width: calc(100% - 492px);
  padding: 50px 85px 0 0;
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .commitment-box {
    width: calc(100% - 420px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .commitment-box {
    width: calc(100% - 350px);
    padding: 20px 40px 0 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .commitment-box {
    width: calc(100% - 300px);
    padding: 0 20px 0 0;
  }
}

@media (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .commitment-box {
    width: 100%;
    text-align: center;
    padding: 0 0 30px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .commitment-box h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 170%;
  padding: 0 0 23px;
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .commitment-box p {
  font-size: 16px;
  line-height: 170%;
  padding: 0 0 10px;
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .appointment-block {
  width: 492px;
  text-align: center;
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .appointment-block {
    width: 420px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .appointment-block {
    width: 350px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .appointment-block {
    width: 300px;
  }
}

@media (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .appointment-block {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .appointment-block .inner-grid {
  background-image: linear-gradient(180deg, #1f4496 0%, #0b2766 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 30px 70px;
  border-radius: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .appointment-block .inner-grid {
    padding: 40px 20px 40px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .appointment-block .inner-grid {
    padding: 30px 20px 30px;
  }
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .appointment-block .inner-grid {
    padding: 30px 15px 30px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .appointment-block .inner-grid .subtitle {
  font-weight: 800;
  font-size: 12px;
  line-height: 110%;
  padding: 0 0 37px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .appointment-block .inner-grid .subtitle {
    padding: 0 0 20px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .appointment-block .inner-grid .subtitle {
    padding: 0 0 15px;
  }
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .appointment-block .inner-grid .subtitle {
    padding: 0 0 15px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .appointment-block .inner-grid h3 {
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  padding: 0 27px 50px;
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .appointment-block .inner-grid h3 {
    padding: 0 0 28px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .appointment-block .inner-grid h3 {
    font-size: 30px;
    padding: 0 15px 28px;
  }
}

@media (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .appointment-block .inner-grid h3 {
    font-size: 25px;
    padding: 0 15px 28px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .appointment-block .inner-grid h3 span {
  color: #fff100;
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .valuation-commitment .appointment-block .inner-grid .btn_block {
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  padding: 16px 10px;
  line-height: 17px;
  width: 100%;
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .popup-close-bottom {
  text-align: center;
  padding: 170px 0 70px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .popup-close-bottom {
    padding: 70px 0 50px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .popup-close-bottom {
    padding: 50px 0 50px;
  }
}

@media (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .popup-close-bottom {
    padding: 70px 0 70px;
  }
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .popup-close-bottom .close-btn-bottom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.estimation_popup .estimation_popup-wrapper .stage-first .more-info-frame .popup-close-bottom .close-btn-bottom img {
  margin: 0 0 0 6px;
  position: relative;
  top: 1px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form,
.estimation_popup .estimation_popup-wrapper .estimate-data-inner,
.estimation_popup .estimation_popup-wrapper .estimate-data-content,
.estimation_popup .estimation_popup-wrapper .form-right {
  height: -webkit-fill-available;
}

@media (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form,
  .estimation_popup .estimation_popup-wrapper .estimate-data-inner,
  .estimation_popup .estimation_popup-wrapper .estimate-data-content,
  .estimation_popup .estimation_popup-wrapper .form-right {
    height: auto;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form {
  display: none;
  color: #fff;
  position: relative;
}

.estimation_popup .estimation_popup-wrapper .option-section-form#stage_2.active,
.estimation_popup .estimation_popup-wrapper .option-section-form#stage_3.active,
.estimation_popup .estimation_popup-wrapper .option-section-form#stage_4.active,
.estimation_popup .estimation_popup-wrapper .option-section-form#stage_5.active,
.estimation_popup .estimation_popup-wrapper .option-section-form#stage_6.active,
.estimation_popup .estimation_popup-wrapper .option-section-form#stage_7.active,
.estimation_popup .estimation_popup-wrapper .option-section-form#stage_8.active,
.estimation_popup .estimation_popup-wrapper .option-section-form#stage_9.active,
.estimation_popup .estimation_popup-wrapper .option-section-form#stage_10.active,
.estimation_popup .estimation_popup-wrapper .option-section-form#stage_11.active {
  display: block;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .close-icon-box {
  position: absolute;
  right: 0;
  background: #fff;
  width: calc(100% - 572px);
  text-align: right;
  padding: 20px 20px 10px 10px;
  z-index: 1;
  top: 0;
  right: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .close-icon-box {
    width: calc(100% - 450px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .close-icon-box {
    width: calc(100% - 380px);
  }
}

@media (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .close-icon-box {
    width: 100%;
    top: 0;
    right: 0;
    z-index: 2;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .close-icon-box .close-popup {
  color: #0b2766;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  cursor: pointer;
  justify-content: flex-end;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .close-icon-box .close-popup img {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #fff;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content {
  width: 40%;
  position: relative;
  padding: 50px 80px 25px 180px;
  z-index: 1;
  height: auto;
}

@media (max-width: 1366px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content {
    padding: 50px 80px 25px 125px;
  }
}

@media (min-width: 1200px) and (max-width: 1220px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content {
    padding: 50px 80px 25px 115px;
  }
}

@media (max-width: 1199px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content {
    padding: 50px 80px 25px 80px;
    max-width: 450px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content {
    padding: 30px 70px 20px 30px;
    max-width: 380px;
  }
}

@media (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content {
    max-width: 100%;
    padding: 100px 70px 110px 30px;
  }
}

@media (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content {
    padding: 100px 20px 60px 20px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content:after {
  content: "";
  position: absolute;
  background-image: url(/images/estimate-shape.png);
  width: 146px;
  height: 100%;
  top: 0;
  right: 1px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  z-index: -1;
}

@media (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content:after {
    background-image: url(/images/estimate-shape-mob.png);
    right: inherit;
    left: 0;
    top: inherit;
    bottom: 0;
    width: 100%;
    height: 146px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content:before {
  content: "";
  position: absolute;
  width: calc(100% - 146px);
  height: 100%;
  top: 0;
  left: 0;
  background: #0a2c71;
  z-index: -1;
}

@media (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content:before {
    position: absolute;
    width: 100%;
    height: calc(100% - 146px);
  }
}

@media (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content.desktop .data-content-inner .estimate-data-top {
    padding: 0px;
  }

  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content.desktop .data-content-inner .estimate-data-top .estimate_data {
    display: none;
  }

  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content.desktop .data-content-inner .estimate-data-bottom {
    display: none;
  }
}

@media (min-width: 768px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content.mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content.mobile {
    max-width: 100%;
    padding: 10px 70px 110px 30px;
  }

  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content.mobile.hide {
    display: none;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-top {
  width: 100%;
}

@media (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-top {
    padding: 0 0 50px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-top .logo-img {
  width: 85px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-top h3 {
  font-size: 20px;
  line-height: 170%;
  padding: 29px 0 20px;
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-top h3 {
    line-height: 120%;
    padding: 15px 0 20px;
  }
}

@media (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-top h3 {
    padding: 20px 0 10px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-top .list-estimate li {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  line-height: 170%;
  margin: 10px 0;
  text-transform: capitalize;
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-top .list-estimate li {
    line-height: 120%;
    margin: 5px 0;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-top .list-estimate li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #fff100;
  position: absolute;
  left: 0;
  top: 45%;
  transform: translate(0, -20%);
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-top .list-estimate li:before {
    transform: translate(0, -30%);
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-top .list-estimate li.location {
  position: relative;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-top .list-estimate li.location:before {
  background-image: url(/images/location-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-top .list-estimate li.mobile:before {
  background-image: url(/images/mobile-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-top .list-estimate li.house:before {
  background-image: url(/images/house-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-top .list-estimate li.mitoyenne:before {
  background-image: url(/images/terraced.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-top h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  padding: 0 0 13px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-top .estimate_data {
  max-width: 275px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-top .estimate_data.hide {
  display: none;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-top .estimate_data li {
  display: flex;
  padding: 0 0 11px;
  justify-content: space-between;
  align-items: flex-start;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-top .estimate_data li img {
  width: 24px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-top .estimate_data li p {
  width: calc(100% - 24px);
  padding: 0 0 0 10px;
  font-size: 14px;
  line-height: 170%;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-bottom {
  width: 100%;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-bottom.hide {
  display: none;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-bottom .data-bottom-block {
  display: flex;
  justify-content: space-between;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-bottom .data-bottom-block .content {
  width: calc(100% - 40px);
  padding: 0 0 0 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-bottom .data-bottom-block .content {
    padding: 0 0 0 5px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-bottom .data-bottom-block .content h5 {
  font-size: 14px;
  font-weight: 800;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-bottom .data-bottom-block .content p {
  font-size: 14px;
  padding: 3px 0 0;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-bottom .data-bottom-block .content p span {
  background: #ffffff;
  border-radius: 50px;
  display: inline-block;
  color: rgba(11, 39, 102, 0.4);
  font-size: 12px;
  font-weight: 800;
  line-height: 170%;
  padding: 1px 7px;
  margin: 3px 0 0 3px;
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-bottom .data-bottom-block .content p span {
    font-size: 10px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .estimate-data-content .data-content-inner .estimate-data-bottom .data-bottom-block .content p span img {
  margin: 0 2px 0 0;
  position: relative;
  top: 3px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content {
  width: 60%;
  padding: 120px 50px 50px 78px;
  height: 100%;
  overflow-x: auto;
}

@media (max-width: 1199px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content {
    width: calc(100% - 450px);
    padding: 120px 30px 30px 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content {
    width: calc(100% - 380px);
    padding: 100px 30px 30px 30px;
  }
}

@media (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content {
    padding: 50px;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content {
    padding: 50px 10px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control {
  width: 100%;
  color: #0b2766;
  max-width: 900px;
  padding: 0 10px;
}

@media (max-width: 1600px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control {
    max-width: 620px;
  }
}

@media (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control {
    margin: 0 auto;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control label.checkbox_hover {
  cursor: pointer;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control label.checkbox_hover input:checked + .checkbox-gradient {
  background: linear-gradient(#fafbff, #fafbff) padding-box, linear-gradient(to top, #fee94b, 10%, #ccd7e5) border-box;
  box-shadow: 0px 2px 3px rgba(22, 30, 49, 0.08);
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control label.checkbox_hover input:checked + .checkbox-gradient:before {
  opacity: 1;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control label.checkbox_hover .checkbox-gradient {
  border: 2px solid transparent;
  background: #f7f9ff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
  color: #0b2766;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control label.checkbox_hover .checkbox-gradient:hover {
  background: #edf1fc;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control label.checkbox_hover .checkbox-gradient:hover:before {
  display: none;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control label.checkbox_hover .checkbox-gradient:before {
  content: "";
  background-image: radial-gradient(48.54% 45.08% at 50% 117.21%, rgba(255, 241, 0, 0.5) 0%, rgba(255, 241, 0, 0) 100%);
  box-shadow: 0px 2px 3px rgba(22, 30, 49, 0.08);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  pointer-events: none;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right {
  display: none;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.active {
  display: block;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 170%;
  padding: 0px 10px 25px;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right h4 {
    font-size: 18px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right h4.title-popup {
  color: #5673b1;
  padding: 0 10px 30px;
}

@media (max-width: 1199px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right h4.title-popup {
    padding: 0 10px 20px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-title {
  font-weight: 800;
  font-size: 14px;
  line-height: 120%;
  color: #5673b1;
  padding: 0 10px 17px;
  width: 100%;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box label {
  font-weight: 800;
  font-size: 14px;
  line-height: 120%;
  color: #5673b1;
  display: inline-block;
  width: 100%;
  padding: 0 0 10px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box .input-error {
  color: red;
  margin-top: -20px;
  margin-bottom: 20px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box input,
.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box .select-output {
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 28px;
  background: #f7f9ff;
  border-radius: 5px;
  font-size: 17px;
  line-height: 120%;
  position: relative;
  padding: 13px 12px;
  width: 100%;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box input[type=checkbox],
.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box input[type=radio],
.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box .select-output[type=checkbox],
.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box .select-output[type=radio] {
  width: auto;
  margin: 0;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box input:focus,
.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box .select-output:focus {
  border: 1px solid #ced5e6;
  box-shadow: 0px 2px 3px rgba(22, 30, 49, 0.08);
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box input::-moz-placeholder, .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box .select-output::-moz-placeholder {
  color: #a3b1ce;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box input:-ms-input-placeholder, .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box .select-output:-ms-input-placeholder {
  color: #a3b1ce;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box input::placeholder,
.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box .select-output::placeholder {
  color: #a3b1ce;
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box input::-moz-placeholder, .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box .select-output::-moz-placeholder {
    font-size: 14px;
  }
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box input:-ms-input-placeholder, .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box .select-output:-ms-input-placeholder {
    font-size: 14px;
  }
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box input::placeholder,
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box .select-output::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box input,
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box .select-output {
    line-height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box input,
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box .select-output {
    font-size: 14px;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box input,
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box .select-output {
    font-size: 15px;
  }
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box input,
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box .select-output {
    font-size: 16px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box input.invalid,
.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box .select-output.invalid {
  border: 1px solid red;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box input.invalid + .select-output,
.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field-box .select-output.invalid + .select-output {
  border: 1px solid red;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .checkbox-grid {
  display: flex;
  flex-direction: column;
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .checkbox-grid {
    padding: 10px 0;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .checkbox-grid label {
  display: flex;
  width: auto;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .checkbox-grid label {
    font-size: 12px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .checkbox-grid label input {
  display: none;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .checkbox-grid label input:checked + span {
  border-color: #fff100;
  background: #fff100;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .checkbox-grid label input:checked + span:before {
  display: block;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .checkbox-grid label input.invalid + span {
  border-color: red;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .checkbox-grid label span {
  width: 20px;
  height: 20px;
  border: 2px solid #c5d0e8;
  border-radius: 3px;
  margin-right: 7px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .checkbox-grid label span {
    margin-right: 4px;
    width: 15px;
    height: 15px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .checkbox-grid label span:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 5px;
  border-left: 3px solid #0b2766;
  border-bottom: 3px solid #0b2766;
  transform: rotate(-45deg);
  top: 3px;
  left: 2px;
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .checkbox-grid label span:before {
    width: 7px;
    height: 3px;
    top: 2px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field {
  display: flex;
  flex-wrap: wrap;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field .input-field-inner {
  width: 33.3%;
  padding: 0 10px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field .input-field-inner {
    padding: 0 10px 0 0;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field .input-field-inner {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field .input-field-inner {
    width: 100%;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field .input-field-inner.one-field {
  width: 100%;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-field.hide {
  display: none;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.multipal-options .input-field-box input {
  margin-bottom: 32px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.multipal-options .input-field-box .select-output {
  margin-bottom: 32px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.additional-features-form .account-valuation-text {
  max-width: 480px;
  padding: 30px 10px 20px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.additional-features-form .input-control .input-box .select-output {
  margin-bottom: 32px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.additional-features-form .input-control .input-box.checkbox-grid {
  padding: 0;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.additional-features-form .input-control .input-box.dropdown.multiple-select-option .select-output {
  padding: 14px 25px 8px 12px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.additional-features-form .input-control .input-box.dropdown.multiple-select-option .select-output .select-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper {
  padding: 0 0 18px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box {
    padding: 0;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid {
  width: 25%;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid {
    width: 33.3%;
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid {
    margin-bottom: 10px;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid {
    width: 33.3%;
  }
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid {
    width: 50%;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid input {
  display: none;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid label {
  width: calc(100% - 20px);
  text-align: center;
  color: #0b2766;
  height: 100%;
  display: inline-block;
  position: relative;
}

@media (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid label {
    width: calc(100% - 10px);
  }
}

@media (min-width: 576px) and (max-width: 1260px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid label {
    font-size: 13px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid label:hover .tooltiper {
  opacity: 1;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid label .property-output {
  padding: 12px 10px 13px;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid label .property-output {
    padding: 7px 5px 10px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid label .tooltiper {
  position: absolute;
  min-width: 210px;
  left: 50%;
  background: #f7f9ff;
  border: 1px solid #ced5e6;
  border-radius: 5px;
  bottom: calc(100% + 17px);
  padding: 10px 10px;
  font-size: 14px;
  line-height: 110%;
  color: #5673b1;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 1366px) and (max-width: 1439px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid label .tooltiper {
    min-width: 180px;
  }
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid label .tooltiper {
    min-width: 160px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid label .tooltiper {
    min-width: 125px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid label .tooltiper {
    min-width: 110px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid label .tooltiper {
    min-width: 145px;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid label .tooltiper {
    min-width: 135px;
    left: 10px;
  }
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid label .tooltiper {
    left: 10px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid label .tooltiper:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #f6f9ff;
  transform: rotate(45deg);
  bottom: -7px;
  border-right: 1px solid #ced5e6;
  border-bottom: 1px solid #ced5e6;
  left: 30px;
  border-radius: 2px;
}

@media (max-width: 1365px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid:last-child .tooltiper {
    left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid:last-child label {
    margin-bottom: 0;
  }

  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid:nth-last-of-type(2) .tooltiper {
    left: 10px;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid:last-child label {
    margin-bottom: 0;
  }
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid:last-child,
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid:nth-last-child(2) {
    margin-bottom: 0;
  }

  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid:nth-child(odd) .tooltiper {
    left: initial;
    right: 10px;
  }

  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper .property-box .property-grid:nth-child(odd) .tooltiper:before {
    left: inherit;
    right: 30px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right.option-category .property-wrapper.last .property-box:last-child {
  padding: 0;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .form-btn {
  margin: 24px 10px 0;
  display: flex;
  justify-content: space-between;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .form-btn.nxt-btn {
  justify-content: flex-end;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .form-btn.back-btn {
  justify-content: flex-start;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .form-btn.hide {
  display: none;
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .form-btn {
    margin: 20px 10px 0;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .form-btn .next button {
  background: #fff100;
  border-radius: 55px;
  padding: 12px 20px;
  border: none;
  max-width: 125px;
  width: 100%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  color: #0b2766;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b2766;
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .form-btn .next button {
    font-size: 12px;
    line-height: 14px;
    padding: 12px 12px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .form-btn .next button img {
  position: relative;
  top: 4px;
  padding: 0 0 0 10px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .form-btn .next.hide {
  display: none;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .form-btn .back button {
  background: #f7f9ff;
  border-radius: 55px;
  color: #0b2766;
  font-size: 14px;
  line-height: 17px;
  padding: 12px 20px;
  border: none;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 800;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .form-btn .back button:before {
  background: #e0e0ec;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .form-btn .back button:hover:before {
  background: #e0e0ec;
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .form-btn .back button {
    font-size: 12px;
    line-height: 14px;
    padding: 12px 12px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .form-btn .back button img {
  position: relative;
  top: 4px;
  margin: 0 10px 0 0;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-box-outer {
  display: flex;
  flex-wrap: wrap;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-box-outer .estimate-boxes {
  width: 33.3%;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-box-outer .estimate-boxes {
    width: 50%;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-box-outer .estimate-boxes {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-box-outer .estimate-boxes {
    width: 100%;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-box-outer .estimate-boxes label {
  width: 100%;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-box-outer .estimate-boxes label input {
  display: none;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-box-outer .estimate-boxes label .estimate-box-content {
  text-align: center;
  padding: 20px 25px;
  height: 100%;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  height: 122px;
  position: relative;
  margin: 0 10px 0;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-box-outer .estimate-boxes label .estimate-box-content h5 {
  text-align: center;
  font-size: 16px;
  line-height: 110%;
  color: #0b2766;
  padding: 16px 0 0;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-box-outer .estimate-boxes:nth-last-child(2),
.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-box-outer .estimate-boxes:last-child {
  width: 50%;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-box-outer .estimate-boxes:nth-last-child(2) label .estimate-box-content h5,
.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-box-outer .estimate-boxes:last-child label .estimate-box-content h5 {
  max-width: 90px;
  word-break: break-word;
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-box-outer .estimate-boxes:nth-last-child(2),
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-box-outer .estimate-boxes:last-child {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-box-outer .estimate-boxes:last-child {
    width: 100%;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-box-outer .estimate-boxes:last-child {
    width: 100%;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form {
  display: flex;
  flex-wrap: wrap;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form.active {
  display: flex;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form.hide {
  display: none;
}

@media (min-width: 480px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form.category_2 .sub-type-grid:nth-last-child(3) {
    margin-bottom: 0;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form.category_2 .sub-type-grid label .sub-type-content {
  padding: 27px 10px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form.category_2 .input-field-box {
  padding: 40px 0 0;
  width: calc(100% - 20px);
  margin: 0 auto;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form.three {
  margin: 38px 0 0;
  padding: 0 0 20px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form.three .sub-type-grid {
  width: 33.3%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form.three .sub-type-grid {
    width: 50%;
    margin: 0 0 20px;
  }

  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form.three .sub-type-grid:nth-last-child(2) {
    margin-bottom: 20px;
  }

  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form.three .sub-type-grid:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form.three .sub-type-grid {
    margin-bottom: 0;
  }
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form.three .sub-type-grid {
    width: 100%;
    margin-bottom: 10px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form.three .sub-type-grid label {
  margin-bottom: 0;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form.three .sub-type-grid:nth-child(2) label .sub-type-content {
  padding: 27px 10px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form.three .sub-type-grid:nth-child(2) label .sub-type-content p {
  max-width: 100%;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form .sub-type-grid {
  display: flex;
  width: 25%;
}

@media (min-width: 480px) and (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form .sub-type-grid {
    width: 50%;
    margin: 0 0 20px;
  }

  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form .sub-type-grid:nth-last-child(2),
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form .sub-type-grid:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form .sub-type-grid {
    width: 100%;
    margin-bottom: 10px;
  }

  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form .sub-type-grid:last-child {
    margin-bottom: 0;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form .sub-type-grid label {
  width: calc(100% - 20px);
  margin: 0 auto;
}

@media (min-width: 480px) and (max-width: 575px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form .sub-type-grid label {
    width: calc(100% - 10px);
  }
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form .sub-type-grid label {
    width: 100%;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form .sub-type-grid label .sub-type-content {
  padding: 18px 10px;
  height: 100%;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form .sub-type-grid label .sub-type-content p {
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #0b2766;
  text-align: center;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form .sub-type-grid.full-width {
  width: 100%;
  margin-right: 0;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form .sub-type-grid input {
  display: none;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form .sub-type-grid input:checked + .radio-content {
  background-color: rgba(0, 0, 255, 0.5);
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form .sub-type-grid:nth-child(2) p {
  max-width: 120px;
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .sub-type-form .sub-type-grid:nth-child(2) p {
    max-width: 100%;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control {
  display: flex;
  flex-wrap: wrap;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box {
  width: 50%;
  padding: 0 10px;
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box {
    width: 100%;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box.hide {
  display: none;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box.active {
  display: block;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box.full-width {
  width: 100%;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box label {
  padding: 0 0 9px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box input,
.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box .select-output {
  width: 100%;
  position: relative;
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box input,
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box .select-output {
    width: 100%;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box input.user-info,
.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box .select-output.user-info {
  width: 100%;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box .select-output {
  padding-right: 25px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box .select-output:before,
.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box .select-output:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 2px solid #0b2766;
  border-top: 2px solid #0b2766;
  right: 11px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box .select-output:before {
  transform: rotate(45deg);
  top: 14px;
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box .select-output:before {
    top: 10px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box .select-output:after {
  bottom: 14px;
  transform: rotate(-135deg);
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box .select-output:after {
    bottom: 10px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box .select-output.unselect span {
  color: #a3b1ce;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box.dropdown {
  position: relative;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box.dropdown.hide {
  display: none;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box.dropdown button {
  width: 60%;
  padding: 6px 10px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #000;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  position: relative;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box.dropdown button:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  right: 10px;
  top: 14px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box.dropdown .dropdown-content {
  position: absolute;
  top: calc(100% - 32px);
  left: 0;
  width: calc(100% - 20px);
  background-color: #f6f9ff;
  display: flex;
  flex-direction: column;
  border: 1px solid #eaeff6;
  z-index: 1;
  box-shadow: 0 2px 14px 0px rgba(0, 0, 0, 0.1);
  height: 160px;
  overflow-y: scroll;
  transition: all 0.5s ease-in-out;
  display: none;
  margin-left: 11px;
  cursor: pointer;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box.dropdown .dropdown-content li {
  color: #000;
  line-height: 14px;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box.dropdown .dropdown-content li.select,
.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box.dropdown .dropdown-content li:hover {
  background-color: #0a2c71;
  color: #f7f9ff;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box.dropdown .dropdown-content li input {
  display: none;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box.dropdown .dropdown-content li span {
  padding: 10px 10px;
  display: inline-block;
  width: 100%;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box.checkbox-grid {
  padding: 20px 0 0;
  flex-direction: row;
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box.checkbox-grid {
    padding: 10px 10px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box.checkbox-grid label:first-child {
  margin-left: 12px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box.checkbox-grid label:last-child {
  margin-left: 48px;
}

@media (max-width: 1199px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box.checkbox-grid label:last-child {
    margin-left: 10px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box.textarea-box {
  padding: 0 10px 0;
  width: 100%;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box.textarea-box textarea {
  width: 100%;
  min-height: 150px;
  padding: 13px 10px;
  border: 1px solid transparent;
  outline: none;
  background: #f6f9ff;
  border-radius: 5px;
  font-size: 17px;
  line-height: 120%;
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box.textarea-box textarea {
    font-size: 14px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box.textarea-box textarea::-moz-placeholder {
  color: #a3b1ce;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box.textarea-box textarea:-ms-input-placeholder {
  color: #a3b1ce;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .input-box.textarea-box textarea::placeholder {
  color: #a3b1ce;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .toggle-switch-outer {
  width: calc(100% - 20px);
  margin: 0 auto;
  justify-content: space-between;
  padding: 0px 0px 19px;
  border-bottom: 1.5px solid #e5e9f5;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .toggle-switch-outer {
    padding: 0 0 10px;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .toggle-switch-outer.first {
  margin-top: 14px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .toggle-switch-outer.last {
  border-bottom: none;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .toggle-switch-outer p {
  font-weight: 500;
  font-size: 20px;
  line-height: 170%;
  color: #0b2766;
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .toggle-switch-outer p {
    font-size: 16px;
    line-height: 120%;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .toggle-switch-outer .toggle-swtich .switch {
  position: relative;
  display: flex;
  padding: 0;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .toggle-switch-outer .toggle-swtich .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .toggle-switch-outer .toggle-swtich .switch .slider {
  background-color: #e5e9f5;
  transition: 0.4s;
  border-radius: 34px;
  width: 40px;
  height: 21px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .toggle-switch-outer .toggle-swtich .switch .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 34px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .toggle-switch-outer .toggle-swtich .switch input:checked + .slider {
  background-color: green;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .toggle-switch-outer .toggle-swtich .switch input:checked + .slider:before {
  transform: translateX(18px);
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .input-control .dynamic-fields {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .checkboxes {
  width: 100%;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .checkboxes .checkbox label {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .checkboxes .checkbox label input {
  width: 18px;
  height: 18px;
  margin: 3px 0px 0px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .checkboxes .checkbox label p {
  width: calc(100% - 18px);
  margin-left: 10px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .property-value {
  padding: 0 10px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .property-value .value-grid label {
  text-align: center;
  color: #0b2766;
  width: 100%;
  margin: 0 0 20px;
  display: inline-block;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .property-value .value-grid label input {
  display: none;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .property-value .value-grid label .value-box {
  padding: 11px 10px 14px;
  height: 100%;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .property-value .value-grid:last-child {
  margin-bottom: 0;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-form h4 {
  padding-bottom: 15px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-form .radio-boxes {
  display: flex;
  padding: 0 10px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-form .radio-boxes .radio-box {
  padding: 0 33px 0 0;
}

@media (max-width: 479px) {
  .estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-form .radio-boxes .radio-box {
    padding: 0 10px 0 0;
  }
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-form .radio-boxes .radio-box:last-child {
  padding: 0;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-form .radio-boxes .radio-box label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  line-height: 160%;
  color: #5673b1;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-form .radio-boxes .radio-box label input {
  display: none;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-form .radio-boxes .radio-box label input:checked + span:before {
  background: #fff100;
  border: 2px solid #fff100;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-form .radio-boxes .radio-box label input:checked + span:after {
  display: block;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-form .radio-boxes .radio-box label span {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 7px 0 0;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-form .radio-boxes .radio-box label span:before,
.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-form .radio-boxes .radio-box label span:after {
  content: "";
  position: absolute;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-form .radio-boxes .radio-box label span:before {
  border-radius: 12px;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid #c5d0e8;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-form .radio-boxes .radio-box label span:after {
  width: 12px;
  height: 12px;
  background: #0b2766;
  border: 2px solid #fff100;
  border-radius: 12px;
  display: none;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-form .estimate-input-grid {
  padding: 27px 10px 0;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-form .estimate-input-grid .input-box-estimate {
  width: 100%;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-form .estimate-checkboxes {
  padding: 10px 10px 30px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-form .estimate-checkboxes .checkbox-grid label {
  align-items: initial;
  margin: 0 0 16px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-form .estimate-checkboxes .checkbox-grid label span {
  margin-top: 3px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .estimate-form .estimate-checkboxes .checkbox-grid label p {
  font-size: 14px;
  line-height: 160%;
  color: #5673b1;
  width: calc(100% - 27px);
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .message-box p {
  line-height: 170%;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .message-box .commitment_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .message-box .commitment_bottom p {
  font-weight: 800;
  font-size: 14px;
  margin: 0 10px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .message-box .commitment_bottom p a {
  color: #0b2766;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .progress-bar {
  width: calc(100% - 20px);
  margin: 20px 10px 0 10px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .submit-btn {
  width: 100%;
  padding: 0 10px 30px;
  position: relative;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .submit-btn button {
  background: #fff100;
  border-radius: 55px;
  padding: 10px 20px;
  border: none;
  width: 100%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  color: #0b2766;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .submit-btn button:hover {
  box-shadow: 2px 4px 6px grey;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .submit-btn button img {
  width: 25px;
  margin: 0 10px 0 0;
  display: none;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .submit-btn button.loader img {
  display: block;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .submit-btn .error-message {
  padding-left: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: red;
  display: none;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .submit-btn .error-message.show {
  display: block;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .vedio-box {
  width: 100%;
  min-height: 280px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .vedio-box .vedio-box-inner {
  padding: 30px;
  text-align: center;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .vedio-box .vedio-box-inner p {
  font-size: 22px;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .vedio-box .vedio-box-inner .play-btn {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.estimation_popup .estimation_popup-wrapper .option-section-form .estimate-data-inner .form-content .form-control .form-right .vedio-box .vedio-box-inner .play-btn img {
  width: 100%;
  max-width: 20px;
  margin-left: 5px;
}

.estimation_popup .overlay_popup {
  background: rgba(230, 230, 230, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

progress {
  -webkit-appearance: none;
}

progress[value]::-webkit-progress-value {
  background-color: #ffed40;
}

progress[value]::-webkit-progress-bar {
  background-color: #f7f9ff;
  border-radius: 16px;
  height: 8px;
  overflow: hidden;
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

@media (max-width: 767px) {
  .pac-container {
    height: 66px;
    overflow-y: auto;
  }
}

.cancel_popup {
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: calc(100% - 20px);
  max-width: 617px;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 2;
  background-color: #fff;
  padding: 50px 50px 55px;
  box-shadow: 0px 24px 44px rgba(6, 30, 79, 0.1);
  border-radius: 20px;
}

@media (max-width: 767px) {
  .cancel_popup {
    padding: 40px 20px 40px;
  }
}

.cancel_popup.active {
  display: block;
}

.cancel_popup .close-popup-inner {
  text-align: center;
}

.cancel_popup .close-popup-inner p {
  font-size: 20px;
  line-height: 170%;
  color: #0b2766;
}

@media (max-width: 767px) {
  .cancel_popup .close-popup-inner p {
    font-size: 16px;
  }
}

.cancel_popup .close-popup-inner .close-btn-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 35px 0 0;
}

@media (max-width: 767px) {
  .cancel_popup .close-popup-inner .close-btn-outer {
    padding: 20px 0 0;
  }
}

.cancel_popup .close-popup-inner .close-btn-outer .btn_block {
  margin: 3px 6px;
}

.cancel_popup .close-popup-inner .close-btn-outer .btn_block.grey-btn {
  background: #f0f0f9;
}

.cancel_popup .close-popup-inner .close-btn-outer .btn_block.grey-btn:before {
  background: #e0e0ec;
}

.Thankyou-wrapper {
  background-image: url("/images/bg-img-popup.jpg");
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 100%;
}

.Thankyou-wrapper:before {
  content: "";
  background-image: linear-gradient(180deg, rgba(32, 79, 185, 0.95) 0%, rgba(11, 39, 102, 0.95) 54.55%, rgba(6, 21, 54, 0.95) 91.56%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.Thankyou-wrapper .thanku-valuation {
  position: relative;
}

.Thankyou-wrapper .thanku-valuation .container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 50px;
}

@media (max-width: 991px) {
  .Thankyou-wrapper .thanku-valuation .container {
    padding: 0 15px;
  }
}

.Thankyou-wrapper .thanku-valuation .estimation-header {
  position: relative;
  max-width: 1450px;
  padding: 20px 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .Thankyou-wrapper .thanku-valuation .estimation-header {
    padding: 20px 15px 0;
  }
}

.Thankyou-wrapper .thanku-valuation .estimation-header img {
  max-width: 102px;
}

@media (max-width: 991px) {
  .Thankyou-wrapper .thanku-valuation .estimation-header img {
    max-width: 80px;
  }
}

.Thankyou-wrapper .thanku-valuation .estimation-header .close-popup {
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 479px) {
  .Thankyou-wrapper .thanku-valuation .estimation-header .close-popup {
    font-size: 14px;
  }
}

.Thankyou-wrapper .thanku-valuation .estimation-header .close-popup img {
  margin: 0 0 0 6px;
  position: relative;
  top: 2px;
}

.Thankyou-wrapper .thanku-valuation .more-info-frame {
  display: none;
  z-index: 1;
  position: relative;
  color: #fff;
}

.Thankyou-wrapper .thanku-valuation .more-info-frame.active {
  display: block;
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid {
  position: relative;
  margin: 45px auto 75px;
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .video-block {
  width: 100%;
  position: relative;
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .video-block .op-img {
  display: flex;
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .video-block .op-img:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #ffed4073;
  top: 0;
  left: 0;
  border-radius: 20px;
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .video-block .op-img video {
  width: 100%;
  border-radius: 20px;
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .video-block .video-text {
  position: absolute;
  top: 0;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  padding: 60px 135px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .video-block .video-text {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .video-block .video-text {
    font-size: 24px;
    padding: 40px 80px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .video-block .video-text {
    font-size: 22px;
    padding: 35px 80px;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .video-block .video-text {
    font-size: 20px;
    padding: 20px 40px;
  }
}

@media (max-width: 479px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .video-block .video-text {
    font-size: 16px;
    padding: 10px 5px;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .video-block .video_about_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  cursor: pointer;
  overflow: hidden;
  transition-property: color;
  transition-duration: 0.3s;
  z-index: 1;
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .video-block .video_about_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0b2766;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .video-block .video_about_btn:hover:before {
  transform: scale(2);
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .video-block .video_about_btn img {
  position: relative;
  left: 2px;
  border-radius: 0;
  width: 14px;
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .video-block .popup_video {
  position: initial;
  transform: none;
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .video-block .popup_video .video_box {
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .video-block .popup_video .video_box.z-index {
  z-index: 2;
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .video-block .popup_video .video_box iframe#video {
  height: 100%;
  width: 100%;
  position: absolute;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid {
    max-width: 800px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid {
    max-width: 580px;
  }
}

@media (max-width: 479px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid {
    margin: 30px 0 30px;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .btn-span {
  max-width: 127px;
  display: inline-block;
  position: absolute;
  right: -147px;
  bottom: 50px;
  cursor: pointer;
}

@media (min-width: 1200px) and (max-width: 1366px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .btn-span {
    right: -120px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .btn-span {
    right: -80px;
  }
}

@media (max-width: 767px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .btn-span {
    display: none;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .btn-span p {
  font-size: 20px;
  line-height: 170%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .btn-span p {
    font-size: 15px;
    line-height: 170%;
  }
}

@media (max-width: 767px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .btn-span p {
    font-size: 15px;
    line-height: 140%;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .btn-span span {
  margin: 10px 0 0;
  display: inline-block;
}

@media (max-width: 767px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .btn-span span {
    background: #0b2766;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10rem;
    margin: 5px 0 0;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .video-grid .btn-span span img {
  width: 24px;
  border-radius: 0;
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content {
  padding: 80px 0 163px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content {
    padding: 0 0 75px;
  }
}

@media (max-width: 575px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content {
    padding: 0 0 45px;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .content {
  width: calc(100% - 479px);
  padding: 10px 0 0;
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .content {
    width: calc(100% - 420px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .content {
    width: calc(100% - 350px);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .content {
    width: calc(100% - 250px);
  }
}

@media (max-width: 575px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .content {
    width: 100%;
    text-align: center;
    margin: 0 0 50px;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .content .title {
  font-weight: 800;
  font-size: 56px;
  line-height: 100%;
  margin: 0 0 30px;
  max-width: 429px;
  padding-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .content .title {
    font-size: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .content .title {
    font-size: 45px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .content .title {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .content .title {
    padding: 0 0 10px;
    font-size: 40px;
    margin: 0 auto;
  }
}

@media (max-width: 479px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .content .title {
    font-size: 30px;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .content .subtitle {
  font-size: 20px;
  line-height: 170%;
  max-width: 350px;
  padding: 0 0 20px;
}

@media (max-width: 767px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .content .subtitle {
    max-width: 335px;
  }
}

@media (max-width: 575px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .content .subtitle {
    margin: 0 auto;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .content .text-row {
  font-size: 16px;
  line-height: 170%;
  max-width: 320px;
}

@media (max-width: 575px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .content .text-row {
    margin: 0 auto;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator {
  max-width: 479px;
  width: 100%;
  text-align: center;
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator {
    max-width: 420px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator {
    max-width: 350px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator {
    max-width: 250px;
  }
}

@media (max-width: 575px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator {
    width: 100%;
    margin: 0 auto 0;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box {
  width: 350px;
  height: 350px;
  margin: 0 auto;
  border: 18px solid rgba(255, 255, 255, 0.04);
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box {
    width: 300px;
    height: 300px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 479px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box {
    width: 280px;
    height: 280px;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box.active:before {
  content: "";
  position: absolute;
  border: 2px solid #fff100;
  width: 330px;
  height: 330px;
  border-radius: 100rem;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box.active:before {
    width: 280px;
    height: 280px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box.active:before {
    width: 230px;
    height: 230px;
  }
}

@media (max-width: 479px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box.active:before {
    width: 260px;
    height: 260px;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box.active .calculate-loader {
  display: none;
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-loader {
  width: 334px;
  height: 334px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #fff100;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
  position: absolute;
}

@media (min-width: 768px) and (max-width: 991px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-loader {
    width: 283px;
    height: 283px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-loader {
    width: 235px;
    height: 235px;
  }
}

@media (max-width: 479px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-loader {
    width: 265px;
    height: 265px;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-inner.hide {
  display: none;
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-inner .subtitle {
  font-size: 14px;
  line-height: 170%;
}

@media (min-width: 576px) and (max-width: 767px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-inner .subtitle {
    font-size: 12px;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-inner .title {
  font-size: 20px;
  line-height: 140%;
  padding: 0 15px 30px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-inner .title {
    font-size: 14px;
    padding: 0 0 10px;
  }
}

@media (max-width: 479px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-inner .title {
    padding: 0 0 10px;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-inner .text {
  font-size: 14px;
  line-height: 170%;
  color: rgba(255, 255, 255, 0.4);
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (min-width: 576px) and (max-width: 767px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-inner .text {
    font-size: 12px;
    line-height: 150%;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output {
  display: none;
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output.active {
  display: block;
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output .subtitle {
  font-size: 20px;
  line-height: 170%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output .subtitle {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output .subtitle {
    font-size: 16px;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output .title {
  font-weight: 800;
  font-size: 45px;
  line-height: 120%;
  padding: 30px 0 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output .title {
    font-size: 35px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output .title {
    font-size: 25px;
  }
}

@media (max-width: 479px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output .title {
    font-size: 30px;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output .title.error {
  font-size: 37px;
  color: red;
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output .text {
  font-size: 22px;
  line-height: 170%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output .text {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-content .valuation-calculator .calculate-box .calculate-output .text {
    font-size: 18px;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 576px) and (max-width: 767px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment {
    align-items: center;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .commitment-box {
  width: calc(100% - 492px);
  padding: 50px 85px 0 0;
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .commitment-box {
    width: calc(100% - 420px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .commitment-box {
    width: calc(100% - 350px);
    padding: 20px 40px 0 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .commitment-box {
    width: calc(100% - 300px);
    padding: 0 20px 0 0;
  }
}

@media (max-width: 575px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .commitment-box {
    width: 100%;
    text-align: center;
    padding: 0 0 30px;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .commitment-box h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 170%;
  padding: 0 0 23px;
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .commitment-box p {
  font-size: 16px;
  line-height: 170%;
  padding: 0 0 10px;
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .appointment-block {
  width: 492px;
  text-align: center;
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .appointment-block {
    width: 420px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .appointment-block {
    width: 350px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .appointment-block {
    width: 300px;
  }
}

@media (max-width: 575px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .appointment-block {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .appointment-block .inner-grid {
  background-image: linear-gradient(180deg, #1f4496 0%, #0b2766 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 30px 70px;
  border-radius: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .appointment-block .inner-grid {
    padding: 40px 20px 40px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .appointment-block .inner-grid {
    padding: 30px 20px 30px;
  }
}

@media (max-width: 479px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .appointment-block .inner-grid {
    padding: 30px 15px 30px;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .appointment-block .inner-grid .subtitle {
  font-weight: 800;
  font-size: 12px;
  line-height: 110%;
  padding: 0 0 37px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

@media (min-width: 768px) and (max-width: 991px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .appointment-block .inner-grid .subtitle {
    padding: 0 0 20px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .appointment-block .inner-grid .subtitle {
    padding: 0 0 15px;
  }
}

@media (max-width: 479px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .appointment-block .inner-grid .subtitle {
    padding: 0 0 15px;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .appointment-block .inner-grid h3 {
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  padding: 0 27px 50px;
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .appointment-block .inner-grid h3 {
    padding: 0 0 28px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .appointment-block .inner-grid h3 {
    font-size: 30px;
    padding: 0 15px 28px;
  }
}

@media (max-width: 767px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .appointment-block .inner-grid h3 {
    font-size: 25px;
    padding: 0 15px 28px;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .appointment-block .inner-grid h3 span {
  color: #fff100;
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .valuation-commitment .appointment-block .inner-grid .btn_block {
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  padding: 16px 10px;
  line-height: 17px;
  width: 100%;
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .popup-close-bottom {
  text-align: center;
  padding: 170px 0 70px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .popup-close-bottom {
    padding: 70px 0 50px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .popup-close-bottom {
    padding: 50px 0 50px;
  }
}

@media (max-width: 575px) {
  .Thankyou-wrapper .thanku-valuation .more-info-frame .popup-close-bottom {
    padding: 70px 0 70px;
  }
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .popup-close-bottom .close-btn-bottom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.Thankyou-wrapper .thanku-valuation .more-info-frame .popup-close-bottom .close-btn-bottom img {
  margin: 0 0 0 6px;
  position: relative;
  top: 1px;
}

.Thankyou-wrapper .overlay_popup {
  background: rgba(230, 230, 230, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

