@charset "UTF-8";
/*font Variables*/
/*Color Variables*/
/* @import url("https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;600;700;800"); */

body {
  background-color: #fafeff;
}

.home .pac-container {
    transform: translate(-20px, 12px);
}

.disable:disabled {
  opacity: 0.3 !important;
  pointer-events: none;
}

.multi_step_form .last--step--bottom ul {
    list-style: none;
    font-size: 80%;
    padding: 0;
    margin: 0 0 1rem;
}

.multi_step_form .last--step--bottom ul li {
    margin-bottom: 0.5rem;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
}

.multi_step_form .last--step--bottom ul strong, .multi_step_form .last--step--bottom ul span {
    display: block;
}

.multi_step_form .last--step--bottom ul span {
	position: relative;
    padding-left: 10px;
}

.multi_step_form .last--step--bottom ul span:before {
    position: absolute;
    content: '';
    left: auto;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #565656;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    transform: translateX(-8px);
    -webkit-transform: translateX(-8px);
}

.multi_step_form .last--step--bottom p small {
    font-size: 75%;
}

.multi_step_form {
  display: block;
  overflow: hidden;
  padding-bottom: 20px;
}

.multi_step_form #msform {
  text-align: center;
  position: relative;
  padding-top: 50px;
  min-height: fit-content;
  margin: 0 auto;
  background: #fff;
  z-index: 1;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  padding-bottom: 50px;
}

.multi_step_form #msform .tittle {
  text-align: center;
  padding-bottom: 55px;
}

.multi_step_form #msform .tittle h2 {
  font-size: 24px;
  font-weight: 500;
  color: #3f4553;
  padding-bottom: 5px;
}

.multi_step_form #msform .tittle p {
  font-size: 16px;
  font-weight: 400;
  color: #5f6771;
}

.multi_step_form #msform fieldset {
  border: 0;
  padding: 20px 105px 0;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
}

.multi_step_form #msform fieldset:not(:first-of-type) {
  display: none;
}

.multi_step_form #msform fieldset h3 {
  font-size: 18px;
  font-weight: 500;
  color: #3f4553;
}

.multi_step_form #msform fieldset h6 {
  font-size: 15px;
  font-weight: 400;
  color: #5f6771;
  padding-bottom: 30px;
}

.multi_step_form #msform fieldset .intl-tel-input {
  display: block;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
}

.multi_step_form
  #msform
  fieldset
  .intl-tel-input
  .flag-container
  .selected-flag {
  padding: 0 20px;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  width: 65px;
}

.multi_step_form
  #msform
  fieldset
  .intl-tel-input
  .flag-container
  .selected-flag
  .iti-arrow {
  border: 0;
}

.multi_step_form
  #msform
  fieldset
  .intl-tel-input
  .flag-container
  .selected-flag
  .iti-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  font-weight: normal;
  font-style: normal;
  font-family: Ionicons;
  color: #5f6771;
}
.multi_step_form #msform fieldset .form-group {
  padding: 0 10px;
}

.multi_step_form #msform fieldset .fg_2,
.multi_step_form #msform fieldset .fg_3 {
  padding-top: 10px;
  display: block;
  overflow: hidden;
}

.multi_step_form #msform fieldset .fg_3 {
  padding-bottom: 70px;
}

.multi_step_form #msform fieldset .form-control,
.multi_step_form #msform fieldset .product_select {
  border-radius: 3px;
  border: 1px solid #d8e1e7;
  padding: 0 5px;
  height: 40px;
  font-size: 15px;
  font-weight: 400;
  color: #5f6771;
  box-shadow: none;
  outline: none;
  width: 100%;
}

.multi_step_form #msform fieldset .form-control.placeholder,
.multi_step_form #msform fieldset .product_select.placeholder {
  color: #5f6771;
}

.multi_step_form #msform fieldset .form-control:-moz-placeholder,
.multi_step_form #msform fieldset .product_select:-moz-placeholder {
  color: #5f6771;
}

.multi_step_form #msform fieldset .form-control::-moz-placeholder,
.multi_step_form #msform fieldset .product_select::-moz-placeholder {
  color: #5f6771;
}

.multi_step_form #msform fieldset .form-control::-webkit-input-placeholder,
.multi_step_form #msform fieldset .product_select::-webkit-input-placeholder {
  color: #5f6771;
}

.multi_step_form #msform fieldset .form-control:hover,
.multi_step_form #msform fieldset .form-control:focus,
.multi_step_form #msform fieldset .product_select:hover,
.multi_step_form #msform fieldset .product_select:focus {
}

.multi_step_form #msform fieldset .form-control:focus.placeholder,
.multi_step_form #msform fieldset .product_select:focus.placeholder {
  color: transparent;
}

.multi_step_form #msform fieldset .form-control:focus:-moz-placeholder,
.multi_step_form #msform fieldset .product_select:focus:-moz-placeholder {
  color: transparent;
}

.multi_step_form #msform fieldset .form-control:focus::-moz-placeholder,
.multi_step_form #msform fieldset .product_select:focus::-moz-placeholder {
  color: transparent;
}

.multi_step_form
  #msform
  fieldset
  .form-control:focus::-webkit-input-placeholder,
.multi_step_form
  #msform
  fieldset
  .product_select:focus::-webkit-input-placeholder {
  color: transparent;
}

.multi_step_form #msform fieldset .product_select:after {
  display: none;
}

.multi_step_form #msform fieldset .product_select:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  font-family: Ionicons;
  font-weight: normal;
  font-style: normal;
  color: #5f6771;
}

.multi_step_form #msform fieldset .product_select .list {
  width: 100%;
}

.multi_step_form #msform fieldset .done_text {
  padding-top: 40px;
}

.multi_step_form #msform fieldset .done_text .don_icon {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 22px;
  margin-bottom: 10px;
  background: #ad8c47;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}

.multi_step_form #msform fieldset .done_text h6 {
  line-height: 23px;
}

.multi_step_form #msform fieldset .code_group {
  margin-bottom: 60px;
}

.multi_step_form #msform fieldset .code_group .form-control {
  border: 0;
  border-bottom: 1px solid #a1a7ac;
  border-radius: 0;
  display: inline-block;
  width: 30px;
  font-size: 30px;
  color: #5f6771;
  padding: 0;
  margin-right: 7px;
  text-align: center;
  line-height: 1;
}

.multi_step_form #msform fieldset .passport {
  margin-top: -10px;
  padding-bottom: 30px;
  position: relative;
}

.multi_step_form #msform fieldset .passport .don_icon {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 22px;
  position: absolute;
  top: 4px;
  right: 0;
  background: #ad8c47;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}

.multi_step_form #msform fieldset .passport h4 {
  font-size: 15px;
  font-weight: 500;
  color: #5f6771;
  padding: 0;
}

/* .multi_step_form #msform fieldset .input-group {
  padding-bottom: 40px;
} */

.multi_step_form #msform fieldset .input-group .custom-file {
  width: 100%;
  height: auto;
}

.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label {
  width: 168px;
  border-radius: 5px;
  cursor: pointer;
font-size: 14px;
  font-weight: 700;
  border: 1px solid #99a2a8;
  text-align: center;
  transition: all 300ms linear 0s;
  color: #5f6771;
}

.multi_step_form
  #msform
  fieldset
  .input-group
  .custom-file
  .custom-file-label
  i {
  font-size: 20px;
  padding-right: 10px;
}

.multi_step_form
  #msform
  fieldset
  .input-group
  .custom-file
  .custom-file-label:hover,
.multi_step_form
  #msform
  fieldset
  .input-group
  .custom-file
  .custom-file-label:focus {
  background: #ad8c47;
  border-color: #ad8c47;
  color: #fff;
}

.multi_step_form #msform fieldset .input-group .custom-file input {
  display: none;
}

.multi_step_form #msform fieldset .file_added {
  text-align: left;
  padding-left: 190px;
  padding-bottom: 60px;
}

.multi_step_form #msform fieldset .file_added li {
  font-size: 15px;
  font-weight: 400;
  color: #5f6771;
}

.multi_step_form #msform fieldset .file_added li a {
  color: #ad8c47;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

.multi_step_form #msform fieldset .file_added li a i {
  font-size: 22px;
  padding-right: 8px;
  position: absolute;
  left: 0;
  transform: rotate(20deg);
}

.multi_step_form #msform #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
}

.multi_step_form #msform #progressbar li {
  list-style-type: none;
  color: #99a2a8;
  font-size: 9px;
  width: calc(100% / 5);
  float: left;
  position: relative;
  font-size: 13px;
  font-weight: 500;
}

.multi_step_form #msform #progressbar li:nth-child(2):before {
  content: "";
  width: 0px;
}

.multi_step_form #msform #progressbar li:nth-child(3):before {
  content: "";
  width: 0px;
}

.multi_step_form #msform #progressbar li:nth-child(4):before {
  content: "2";
}

.multi_step_form #msform #progressbar li:nth-child(5):before {
  content: "";
  width: 0px;
}

.multi_step_form #msform #progressbar li:nth-child(6):before {
  content: "3";
}

.multi_step_form #msform #progressbar li:before {
  content: "1";
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  background: #eaf0f4;
  border-radius: 50%;
  margin: 0 auto 10px auto;
}

.multi_step_form #msform #progressbar li:after {
  content: "";
  width: 100%;
  height: 10px;
  background: #eaf0f4;
  position: absolute;
  left: -50%;
  top: 21px;
  z-index: -1;
}

.multi_step_form #msform #progressbar li:last-child:after {
  width: 150%;
}

.multi_step_form #msform #progressbar li.active {
  color: #ad8c47;
}

.multi_step_form #msform #progressbar li.active:before,
.multi_step_form #msform #progressbar li.active:after {
  background: #ad8c47;
  color: white;
}

.multi_step_form #msform .action-button {
  background: #043527;
  color: #ffffff;
  border: 0 none;
  border-radius: 10px !important;
  cursor: pointer;
  min-width: 80px;
  border: 1px solid #043527;
  margin: 0 5px;
  text-transform: none;
  display: inline-block;
  outline: none !important;
  padding: 10px 55px;
  box-shadow: rgb(17 17 26 / 20%) 0px 1px 0px;
  font-weight: 500;
}

.multi_step_form #msform .action-button:hover,
.multi_step_form #msform .action-button:focus {
  background: #000;
  border-color: #000;
  color: #fff;
}

.multi_step_form #msform .bv-no-focus-ring {
    position: relative;
}
.multi_step_form #msform .name_valid, .multi_step_form #msform .email_valid {
    position: absolute;
    right: 1rem;
    left: auto;
    top: 0.65rem;
    color: #0d9a63;
}

.multi_step_form #msform .phone_valid {
    position: absolute;
    right: 2rem;
    left: auto;
    top: 0.65rem;
    color: #0d9a63;
    z-index: 3;
}

h4 {
  font-size: 1.5rem;
}

.next {
  margin-left: 200px !important;
}

.previous_button {
  margin-right: 200px !important;
}

.btn-outline-secondary {
  padding: 10px !important;
  width: 175px !important;
  color: #6c757d !important;
  border-color: #6c757d !important;
  font-size: 16px !important;
  background-color: transparent !important;
}

.btn-outline-secondary:hover {
  color: #fff !important;
  background-color: #043527 !important;
  border-color: #043527 !important;
}

.btn-outline-secondary.active {
  color: #fff !important;
  background-color: #043527 !important;
  border-color: #043527 !important;
}

.contain {
  width: 90% !important;
  max-width: 600px;
}

.custom-range {
  margin: 20px 0px;
  width: 100%;
  height: 5px;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #a9b0b6;
  border-radius: 25px;
}

.custom-range::-webkit-slider-thumb {
  box-shadow: none;
  border: 0px solid #ffffff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  height: 42px;
  width: 22px;
  border-radius: 22px;  
  cursor: pointer;
  -webkit-appearance: none;
  background: #043527;
}

.custom-range:focus-visible {
  outline: none;
}

.green-text {
  color: #ad8c47;
  font-size: xx-large;
  font-weight: 900;
}

.save {
  color: #2c3e50;
}

#demo {
  font-size: 45px;
  color: #043527;
}

.gap-2 {
  gap: 20px;
}

.sidebarimg h3 {
  font-weight: 800;
}

.sidebarimg div {
  margin: 25px 0px;
  padding: 0px 40px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.sidebarimg div:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.loader-pulse {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #a9b0b6;
  animation: load-pulse 0.85s infinite linear;
  margin: 0 auto;
  display: none;
}

.pac-container:after {
  /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */

  background-image: none !important;
  height: 0px;
}

.pac-container {
  width: 605px !important;
}

.pac-container,
.pac-item {
  color: #999999 !important;
  font-weight: 500 !important;
  padding: 0!important;
  border: none !important;
}

.pac-item {
  padding: 5px 14px !important;
}

.pac-icon {
  display: none !important;
}
.pac-item-query {
  font-weight: 500;
}
.pac-matched {
  font-size: 13px !important;
  font-weight: 500 !important;
}

.black {
  color: #5e5a5a !important;
  font-weight: light !important;
  font-size: 18px !important;
  background-color: #f7f7f7 !important;
  border: none !important;
}

@keyframes load-pulse {
  0% {
    transform: scale(0.15);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.checked {
  color: orange !important;
}

.fa-star {
  color: #a9b0b6;
  font-size: 22px;
}

.agentdescription div p {
  font-size: 18px;
  margin-bottom: 0px;
}

.agentdescription h3 {
  font-weight: 800;
}

.greenblock {
  color: white;
  background-color: #043527;
  padding: 10px 10px;
}

.clientsfan h6 {
  font-size: 23px;
  font-weight: 800;
}

.lighter {
  color: #99a2a8 !important;
  font-weight: 200;
  font-size: 16px;
}

.hr {
  width: 100%;
  height: 5px;
  color: #a9b0b6;
}

.review {
  color: black;
  text-decoration: underline;
  font-weight: 800;
  font-size: 16px;
}

.review:hover {
  color: #000;
}

.trustscore {
  font-size: 18px;
}

.clientsfan .col-md-12 {
  margin-top: 30px;
}

.help {
  font-size: 18px;
  font-weight: 400;
}

.thankyou p {
    max-width: 700px;
    width: 100%;
    margin: auto;
}

.thankyou h2 {
  font-size: 28px;
  font-weight: 800;
}

.thankyou {
  gap: 25px;
}

.rightsidebar {
  display: block;
  position: fixed;
  width: 25%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.rightsidecontent {
  margin: 0px !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  padding: 3rem 2rem;
  background: #fbfbfb;
  height: 100%;
}

.rightsidecontent fieldset h4 {
  margin-top: 2rem;
  font-weight: normal !important;
}

.progress-bar {
  background-color: transparent !important;
  height: 8px;
  border-radius: 50px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.step-1, .step-2, .step-3, .step-4, .step-5, .step-6 {
  background-color: #E6F0F3;
  height: 8px;
  flex: 1 1;
  border-right: 5px solid #ffffff;
}

.step-6 {
  border-right: 0;
}

.propertytype .sell_property {
  /* color: #ffffff; */
  background: none;
  color: #24543E;
  padding: 2rem 1rem 1rem !important;
  border: 1px solid transparent !important;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}

.propertytype .sell_property:hover {
  background: #e3b5460a !important;
  box-shadow: none !important;
  color: #e3b546 !important;
}

.propertytype .sell_property.active {
  color: #e3b546 !important;
  background-color: #e3b5461a !important;
  border: 1px solid #e3b546 !important;
  box-shadow: none !important;
  position: relative;
  overflow: hidden;
}

.propertytype .sell_property:after {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  content: '';
  width: 25px;
  height: 25px;
  background: #e3b546;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}

.propertytype .sell_property::before {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  content: '\2713';
  width: 15px;
  height: auto;
  color: #ffffff;
  z-index: 111;
  font-size: 15px;
  line-height: 20px;
  transform: rotate(12deg);
  -webkit-transform: rotate(12deg);
  font-weight: 600;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}

.propertytype .sell_property.active:after, .propertytype .sell_property.active::before {
  opacity: 1;
}

.propertytype .sell_property.active #congoimg, .propertytype .sell_property:hover #congoimg {
  filter: none !important;
}


.help p {
  font-size: 14px;
}

.help p a {
    display: block;
}

#center {
  margin-right: 160px !important;
}

.congo {
  filter: invert(100%) !important;
}

.propertytype .col-md-12 .w-50 {
  background-color: #f2f2f2;
  text-align: left;
  padding: 15px 30px;
  border-radius: 50px;
}

.is-valid {
  border: #043527 solid 2px !important;
}

@media (max-width: 1282px) {
  .previous_button {
    margin-right: 0px !important;
  }
}

@media (max-width: 1024px) {
  .previous_button {
    margin-right: 0px !important;
  }

  .sidebarimg h3 {
    font-size: 21px !important;
  }

  .sidebarimg div {
    padding: 0px 5px !important;
  }

  .help {
    padding: 0 !important;
  }

  .help h6 {
    font-size: 12px !important;
  }

  .agentdescription h3 {
    font-size: 21px !important;
  }

  .greenblock,
  .save {
    font-size: 21px !important;
  }

  .clientsfan h6 {
    font-size: 18px !important;
  }

  .greenblock p {
    font-size: 14px !important;
  }

  .green-text {
    font-size: x-large;
  }

  .next {
    margin-left: 80px !important;
  }
}

@media (max-width: 855px) {
  .next {
    margin-left: 20px !important;
  }

  fieldset h4 {
    font-size: 20px !important;
  }

  fieldset div .col-md-2 {
    display: none !important;
  }

  fieldset div .col-md-8 {
    flex: 1 0 66.666667% !important;
    max-width: 100% !important;
  }

  .pac-container {
    width: 491px !important;
  }

  .multi_step_form #msform fieldset {
    padding: 20px 15px !important;
  }
}

@media (max-width: 575px) {
  .next {
    margin-left: 0px !important;
  }

  .multi_step_form #msform fieldset {
    padding: 0 20px !important;
  }

  .multi_step_form #msform .action-button {
    padding: 5px 35px;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
	}

  .propertytype .col-md-12 .w-50 {
    width: 100% !important;
  }

  .multi_step_form #msform {
    min-height: 500px !important;
  }

  .thankyou p {
    font-size: 15px !important;
    padding: 0 1rem;
	}

  .pac-container {
    width: inherit !important;
  }
  .rightsidecontent {
    padding: 3rem 1.5rem 1rem;
  }
  .multi_step_form .last--step--bottom ul {
    padding: 0 1rem;
  }
  .thankyou h1 {
    font-size: 1.8rem;
	}
}