/* Blog Part */
.blogMainImage{
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}
/* Typography */
.primary {
  color: #72c02c;
}
/* Add here all your css styles (customizations) */
.js-carousel--center .slick-track {
  display: flex !important;
  align-items: center;
}

.property-select {
  position: relative;
  box-shadow: 0 .06667rem 1rem rgba(0,0,0,.1);
  display: block;
  padding: 20px;
  transition: all 0.2s ease-in;
}

.property-select.active,
.property-select:hover {
  transform: scale(1.2);
  text-decoration: underline;
}

.selection.selection--link {
  box-shadow: 0 .06667rem 1rem rgba(0,0,0,.2);
  top: 0;
  position: relative;
}

.selection.selection--link:hover {
  box-shadow: 0 1rem 1rem rgba(0,0,0,.1);
  top: -10px;
}

.list {
  list-style: none;
  position: relative;
}

.list.list--information {
  padding: 0;
  margin: 0;
}

.list.list--information>li {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}

.list.list--information>li:last-child {
  border-bottom: 0;
}

/* Select Overrides */
.select2-container--bootstrap4 .select2-selection--single {
  height: 49px !important;
  border: 1px solid #eee !important;
  border-radius: .25rem;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  color: #ccc !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: 48px !important;
}

.select2-container--bootstrap4 .select2-dropdown {
  border-color: #eee !important;
  border-radius: 0 0 .25rem .25rem !important;
}

.select2-search--dropdown .select2-search__field {
  border-color: #eee !important;
}

.select2-search--dropdown {
  padding: 0 4px !important;

}

.select2-selection__arrow {
  display: none !important;
}

.select2-results__option.select2-results__message {
  color: #ccc !important;
}

.stepper {
  position: relative;
  counter-reset: stepper;
}

.stepper__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  color: #555;
}

.stepper__item.stepper__item--link {
  transition: all 0.2s ease-in;
}

.stepper__item::before {
  counter-increment: stepper;
  content: counter(stepper);
  font-size: 1.25rem;
  line-height: 2.8rem;
  font-weight: 700;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background-color: #555;
  color: #fff;
  position: relative;
  margin-bottom: 0.6rem;
  transition: all 0.2s ease-in;
}

.stepper__item.stepper__item--success {
  color: #72c02c;
}

.stepper__item.stepper__item--success::before {
  background-color: #72c02c;
  text-decoration: none;
}

.stepper__item.stepper__item--link:hover {
  color: #62a626;
  text-decoration: none;
}

.stepper__item.stepper__item--link:hover::before {
  background-color: #62a626;
}

.price-box {
  border-radius: 0.25rem;
  background-color: #f2faea;
  padding: 1rem 1.25rem;
}

@media screen and (min-width: 768px) {
  .price-box {
    padding: 1.5rem 1.25rem;
  }
}

.price-box p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-box hr {
  margin: 0.8rem 0;
  border-top: 1px solid #72c02c;
}

.price {
  font-size: 18px;
  line-height: 28px;
  color: #555;
  font-weight: 700;
  margin: 0 0.5rem;
}

@media screen and (min-width: 768px) {
  .price {
    font-size: 24px;
  }
}

/* Forms */
.form__item {
  position: relative;
}

.form__item--checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.radio,
.checkbox {
  position: relative;
  top: 0;
  display: inline-block;
  height: 1.45rem;
  width: 1.45rem;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 0.8rem;
  border: .0625rem solid #eee;
  transition: .2s ease-in-out;
  transition-property: background-color,border;
  cursor: pointer;
  background-color: #fff;
  margin: 0 .625rem 0 0;
  flex: 0 0 auto;
}

.checkbox {
  border-radius: .25rem;
}

.checkbox:checked {
  background-color: #72c02c;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='check' class='svg-inline--fa fa-check fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'%3E%3C/path%3E%3C/svg%3E");
}

.radio {
  border-radius: 50%;
}

.radio:checked {
  background-color: #72c02c;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='circle' class='svg-inline--fa fa-circle fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z'%3E%3C/path%3E%3C/svg%3E");
}

.form__item--checkbox label {
  margin: 0;
  cursor: pointer;
}

.payment {
  border: 1px solid #eee;
  border-radius: .25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem 1.25rem;
}

.payment__item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: .2s ease-in-out;
  margin-bottom: 0;
}

.payment__item + .payment__item {
  border-top: 1px solid #eee;
}

.payment:hover p strong {
  color: #72c02c;
}

.payment__radio {
  /*margin-bottom: auto;*/
}

.payment__image {
  margin-left: auto;
}

.payment__image img {
  height: 30px;
  width: auto;
}

.propertySelectIconHp{
  max-width: 96px !important;
  max-height: 96px !important;
}

/*HOMEPAGE animated dot*/
@keyframes up-right {
  0% {
    transform: scale(1);
    opacity: .25
  }

  50% {
    transform: scale (1, 5);
    opacity: 1;
  }

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

.aniDot:after {
  display: inline-block;
  background: #d6edc1;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -5px;
  left: -5px;
  content: '';
  border-radius: 100%;
  z-index: -1;
  -webkit-animation: up-right 1s infinite;
  -moz-animation: up-right 1s infinite;
  -o-animation: up-right 1s infinite;
  animation: up-right 1s infinite;
}

.property-select {
  transition: none!important;
}

.property-select:hover {
  outline: 5px solid #72c02c;
}