@charset "utf-8";
/*

Theme Name: Риэлти Child
Author: aftop.ru
Author URI: aftop.ru
Description: Child
Version: 3.1.71
Template: myhome
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: myhome-child
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready
Realty: 6.5

*/



/* Updated 20.01.2023 */
#fancybox-wrap {
  height: auto !important;
}

/* Updated 11.10.2022 */
#new-slider .bootstrap-select.btn-group>.btn {
  padding: 13px 0 9px 20px;
}

/* Updated 06.10.2022 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../plugins/easy-social-share-buttons3/assets/fonts/fontawesome-webfont.woff2?v=4.6.3');
  font-weight: normal;
}

/* Updated 07.09.2022 */
.b24-form input[type=email],
.b24-form input[type=tel],
.b24-form input[type=text],
.b24-form textarea {
  text-align: left;
  margin-bottom: 0;
}

.b24-form input[type=email]:focus,
.b24-form input[type=tel]:focus,
.b24-form input[type=text] {
  padding: 17px 10px 0 !important;
  border: 1px solid var(--b24-primary-color) !important;
  ;
}

/* Updated 04.08.2022 */
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em !important;
  padding: 0.2em 1em !important;
  border: 2px solid #00a0d2;
  font-size: inherit;
  line-height: inherit;
  transform: inherit;
  color: inherit;
}

.mh-pricing-table__row--price.mh-pricing-table__row--price span {
  font-size: 36px;
  font-weight: 700;
  color: #444;
  padding-bottom: 0;
  display: initial;
  white-space: nowrap;
}


@media (min-width: 768px) {
  .mh-agency-agents {
    margin: 24px auto 180px;
  }
}

/* Edited 23.06.2022 */
.fa {
  font-family: "Font Awesome 5 Brands" !important;
}

/* Landing page */
.landing_best {
  margin-top: 80px;
  margin-bottom: 80px;
}

.partners {
  margin-bottom: 130px;
}

#post-3862 .mh-heading {
  line-height: 43px;
  margin-bottom: 47px;
}

.testimonial {
  margin-bottom: -80px;
  margin-top: -46px;
  padding-top: 30px;
}

.services_section {
  margin-top: 100px;
}

.services_section .mh-caption__inner {
  display: none;
}

/* Hero */
.hero__person {
  position: relative;
}

.person__description {
  position: absolute;
  bottom: 30px;
  right: -135px;
  padding: 8px 14px 11px 12px;
  background-color: #ffffff;
  width: 250px;
}

@media (max-width: 960px) {
  .person__description {
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
}

@media (max-width: 880px) {
  .person__description {
    bottom: -40px;
  }
}

@media (max-width: 800px) {
  .person__description {
    bottom: -80px;
  }
}

.person__description .person__name {
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
  color: #4d4d4d;
}

.person__description .person__post {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}

.person__description p {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #4d4d4d;
}

.hero__text {
  padding-top: 50px;
}

.hero__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 120%;
  color: inherit;
  margin-bottom: 34px;
}

.hero__title span {
  color: #29aae3;
}

.advantage__list {
  margin: 0;
  list-style-type: none;
  padding-left: 34px;
}

.advantage__item {
  font-size: 22px;
  line-height: 130%;
  color: #4d4d4d;
  margin-bottom: 2px;
}

.advantage__item::before,
.decorate ul li:before {
  content: '\f00c';
  position: absolute;
  left: 16px;
  font-family: 'FontAwesome';
}

/* form hero */

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
  transition: all 0.15s;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
  opacity: 0.7;
}

.form__wrap {
  margin: 0 auto;
  max-width: 260px;
  background-color: #fff;
  padding: 26px 10px 0px;
}

.form__wrap.form_hero p:last-child {
  margin-bottom: -10px;
}

.form__wrap .form__title {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 19px;
}

.form__wrap .form__label {
  font-size: 12px;
  line-height: 14px;
  color: #4d4d4d;
  margin-left: 5px;
}

.form__wrap .form__body {
  margin-bottom: 4px;
}

.form__wrap .form__body select,
.form__wrap .form__body input {
  padding: 7px 5px 10px 2px;
  border: none;
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 14px;
  background: transparent;
}

.form__wrap .form__body select {
  padding: 7px 24px 10px 2px;
}

.form__wrap .form__body input:active,
.form__wrap .form__body input:focus {
  background: rgba(41, 170, 227, 0.05) !important;
}

.form__wrap .form__body .form__btn:active,
.form__wrap .form__body .form__btn:focus {
  background: #29aae3 !important;
}

.form__wrap .form__body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form__wrap .form__body span.services::after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 8px;
  width: 8px;
  height: 8px;
  background: url(img/arrow-down.svg) no-repeat;
  background-size: 8px;
  pointer-events: none;
}

.form__wrap .form__body select::-ms-expand {
  display: none;
}

.form__wrap .form__body input {
  padding: 7px 5px 10px 5px;
}

.form__wrap .form__body input.wpcf7-not-valid {
  background-color: #ff00001a;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-name: not-valid;
  animation-name: not-valid;
}

@-webkit-keyframes not-valid {
  from {
    background-color: #ff00001a;
  }

  50% {
    background-color: #ff000044;
  }

  to {
    background-color: #ff00001a;
  }
}

@keyframes not-valid {
  from {
    background-color: #ff00001a;
  }

  50% {
    background-color: #ff000044;
  }

  to {
    background-color: #ff00001a;
  }
}

.form__wrap .form__body .wpcf7-not-valid-tip {
  display: none !important;
}

.form__wrap .form__body input::-webkit-input-placeholder {
  font-size: 12px !important;
  font-style: normal !important;
  line-height: 14px !important;
  color: #a1a1a1 !important;
}

.form__wrap .form__body input::-moz-placeholder {
  font-size: 12px !important;
  font-style: normal !important;
  line-height: 14px !important;
  color: #a1a1a1 !important;
}

.form__wrap .form__body input:-ms-input-placeholder {
  font-size: 12px !important;
  font-style: normal !important;
  line-height: 14px !important;
  color: #a1a1a1 !important;
}

.form__wrap .form__body input::-ms-input-placeholder {
  font-size: 12px !important;
  font-style: normal !important;
  line-height: 14px !important;
  color: #a1a1a1 !important;
}

.form__wrap .form__body input::placeholder {
  font-size: 12px !important;
  font-style: normal !important;
  line-height: 14px !important;
  color: #a1a1a1 !important;
}

.form__wrap .form__approval {
  font-size: 9px;
  line-height: 150%;
  text-align: center;
  color: #a2a2a2;
  margin-bottom: 10px !important;
  max-width: 240px;
  margin: 0 auto;
}

.form__wrap .form__btn {
  font-size: 16px !important;
}

.form__wrap .form__btn {
  line-height: 45px !important;
  margin: 0 !important;
  width: 100%;
  text-align: center;
}

.form__wrap p {
  position: relative;
}

.form__wrap .ajax-loader {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.wpcf7-response-output {
  max-width: 260px;
  padding: 5px 10px !important;
  margin: 0 auto !important;
  background-color: #fff;
  font-size: 12px;
  line-height: 120%;
  color: #4d4d4d;
  transform: translateY(10px);
  background-color: transparent;
}

@media (max-width: 880px) {
  .hero__form {
    padding-top: 40px;
  }
}

/* Hero end */

/* Form row */
.form-row {
  padding: 26px 10px 0 10px;
}

.form-row__text p {
  max-width: 876px;
  margin: 0 auto;
  font-size: 16px;
  /* line-height: 19px; */
  text-align: center;
  color: #4d4d4d;
}

.section__title {
  font-weight: bold;
  font-size: 32px;
  /* line-height: 37px; */
  text-align: center;
  color: #222222;
}

.form-row__text .form-row__title {
  margin-bottom: 17px;
}

.form__wrap.form__row {
  max-width: 100%;
  background-color: transparent;
}

.form__row .form__body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}

.form__row .input__wrap {
  padding-right: 20px;
  flex-basis: calc(25% - 10px);
}

@media (max-width: 1110px) {
  .form__row .input__wrap {
    padding-right: 40px;
  }

  .form__row .form__body {
    justify-content: center;
  }
}

.form__row .btn__wrap {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
}

.form__row .form__approval {
  margin-bottom: 0;
  padding-top: 5px;
}

.form-row .wpcf7-response-output {
  max-width: 700px;
}

@media (max-width: 940px) {
  .form__wrap.form__row {
    max-width: 260px;
  }

  .form__row .input__wrap {
    padding-right: 0;
  }

  .form__row .form__body {
    flex-direction: column;
  }

  .form__row .btn__wrap {
    flex-direction: column-reverse;
  }

  .form__row .form__approval {
    margin-bottom: 10px;
    padding-top: 0;
  }

  .form-row .wpcf7-response-output {
    max-width: 260px;
  }
}

.form__row .loader__wrap {
  position: relative;
}

/* Form row end */

.map_outer {
  margin-top: 150px;
  overflow: visible !important;
}

.map_outer .wpb_column {
  margin-bottom: -77px;
}

.map_block {
  position: absolute;
  right: 73px;
  top: -80px;
  max-width: 455px;
  padding: 30px 40px;
  background: #f9f9f9;
}

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

@media (min-width: 768px) {
  .map_block p {
    margin-bottom: 15px;
  }
}

.map_block span {
  font-weight: bold;
  font-size: 14px;
}

.map_head {
  font-size: 22px;
  color: #222;
  font-weight: bold;
}

.map_subhead {
  font-size: 14px;
}

#map_canvas {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#map_canvas {
  position: relative;
}

iframe {
  min-width: 100%;
}

.o_sebe {
  margin-bottom: 55px;
}

.benefits {
  margin-left: 20px;
  margin-top: 10px;
}

.benefit {
  margin-bottom: 18px;
}

.benefit::before {
  content: '\f00c';
  position: absolute;
  left: 36px;
  font-family: 'FontAwesome';
  font-size: 23px;
  margin-top: -5px;
}

.benefit_title {
  padding-left: 27px;
}

.benefit_title p {
  padding-left: 27px;
}

.benefit_title {
  font-weight: 500;
}

.center {
  text-align: center;
}

.feature_icon {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 14px;
}

.feature_text {
  margin-top: -18px;
}

.new_header {
  font-size: 32px;
  font-weight: bold;
  color: #222;
  margin-bottom: 8px;
}

.sub_header {
  font-weight: 500;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .o_sebe p {
    margin-bottom: 17px;
  }
}

div[id*='f3759'] {
  max-width: 390px;
}

.feedback-page {
  width: 390px;
}

.short {
  max-width: 900px;
  margin-bottom: 11px;
}

.feedback {
  position: fixed;
  z-index: 9999;
  right: 16%;
  padding-top: 27px;
}

.feedback a {
  color: #29aae3;
  text-transform: uppercase;
  font-size: 14px;
}

@media (max-width: 1559px) {
  .feedback a {
    font-size: 12px !important;
  }

  .feedback {
    right: 4% !important;
  }

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

@media (max-width: 1024px) {
  .feedback {
    right: 10% !important;
    padding-top: 18px;
  }
}

@media (max-width: 495px) {
  .feedback {
    right: 19% !important;
    padding-top: 18px;
  }
}

/* //landing page end */

/* new page */
@media screen and (min-width:778px) {
  #new-slider form>div:first-child {
    width: 33% !important;
  }

  #new-slider .mh-attribute__bedrooms {
    width: 12% !important;
  }

  #new-slider .mh-attribute__price {
    width: 38% !important;
  }

  #new-slider form>div:last-child {
    width: 29% !important;
  }
}


#field-price_to {
  text-transform: lowercase;
}

#new-slider .mh-rs-search--type-1 #myhome-search-form-submit .mh-search__element {
  display: block;
}

#new-slider input[type=text]:focus,
.dubai_search input[type=text]:focus {
  background-color: #fff !important;
}

#new-slider .mh-active-input input,
.dubai_search .mh-active-input input {
  background-color: #fff !important;
}

.mh-top-title__subheading {
  max-width: 1140px;
  text-align: left;
  margin: auto;
}

/* //new page end */

/* invest page */
/* CTA */
.catalog_img img {
  position: absolute;
  top: 201px;
  left: 280px;
  z-index: 99;
  animation: bounce_img 10s infinite;
}

@keyframes bounce_img {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -5%);
  }

  100% {
    transform: translate(0, 0);
  }
}

.CTA {
  overflow: visible !important;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 140px;
  margin-top: 120px;
}

.CTA>div:first-child {
  max-width: 590px;
  margin-right: 180px;
}

.CTA>div:last-child {
  background: #fff;
  padding-bottom: 20px;
}

#wpcf7-f3950-p3816-o1 label {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .catalog_img img {
    display: none;
  }
}

/* CTA end*/


/* user table */
.short_header .mh-pricing-table {
  background: #fff;
}

.short_header .mh-pricing-table__column__inner {
  background: #f4f4f4;
}

.short_header .mh-pricing-table__row--price {
  background: #f4f4f4;
}

.mh-pricing-table__row--price span {
  font-size: 18px;
  display: block;
  font-weight: 400;
}

.short_header .mh-heading {
  max-width: 800px;
  margin: auto;
  margin-bottom: 36px;
}

/* //user table end */

/* comparison table */
.vc_custom_1507214929467 .mh-heading {
  max-width: 800px;
  margin: auto;
  margin-bottom: 36px;
}

#tablepress-1 th {
  background-color: #173557;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.tablepress {
  max-width: 940px;
  margin: auto;
}

.tablepress td,
.tablepress th {
  font-size: 22px;
  font-weight: 400;
  padding: 17px !important;
}

/* //comparison table end */

.mh-top-bar-user-panel__user-menu a i,
.mh-top-bar-user-panel__user-menu button i {
  margin-right: 2px !important;
}

#wp-admin-bar-myhome {
  display: none !important;
}

@media (min-width: 768px) {
  .mh-panel-login-buttons .mh-panel-login-buttons__remember {
    width: 35%;
    float: left;
  }

  .mh-panel-login-buttons .mh-panel-login-buttons__right {
    width: 65%;
  }
}

.mh-post-grid__inner {
  max-height: 250px;
}

.mh-post-grid__excerpt {
  max-height: 97px;
  overflow: hidden;
}

.mh-post-grid__heading {
  max-height: 69px;
  overflow: hidden;
}

/* //invest page end*/

input[type=text] {
  padding-left: 19px;
}

.georgia .hero__title {
  color: #fff;
  font-size: 38px;
}

.georgia .advantage__item {
  color: #fff;
  font-size: 24px;
  line-height: 150%;
}

.georgia .wpb_single_image .vc_single_image-wrapper {
  margin-top: 12px;
}

.georgia {
  padding-top: 66px;
}

.mh-footer__logo>img {
  max-height: 137px;
}

.bootstrap-select.btn-group .filter-option {
  text-transform: inherit;
}

.decorate {
  max-width: 760px;
  font-size: 21px;
  margin-bottom: 120px;
}

.decorate h2 {
  margin-top: 64px;
}

.decorate ol,
.decorate ul {
  padding-left: 22px;
}

.decorate ol li,
.decorate ul li {
  margin-bottom: 10px;
}

.decorate ul {
  list-style-type: none;
}

.decorate ul li:before {
  left: inherit;
  margin-left: -28px;
}

/***
 Form Sidebar CF7
 ***/

.custom-checkbox {
  margin: 15px 0 25px;
}

.custom-checkbox .communication-method {
  display: flex;
  justify-content: center;
  grid-column-gap: 8px;
  flex-wrap: wrap;
}

.custom-checkbox label {
  display: block;
  margin: 0 auto;
}

.custom-checkbox .wpcf7-list-item {
  display: block;
  margin: 0 auto;
  flex-basis: 22%;
}

.custom-checkbox input[type="radio"],
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  position: absolute;
}

.custom-checkbox .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding: 8px 15px 8px 33px;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  color: #53575f;
  background: #f4f4f4;
  border-radius: 24px;
}

.custom-checkbox .wpcf7-list-item.first .wpcf7-list-item-label::before {
  content: '';
  background: url('img/icon-form/whatsapp-grey.svg');
  background: url('img/icon-form/whatsapp.svg');
  background-size: cover;
}

.custom-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 8px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
  background: url('img/icon-form/phone-grey.svg');
  background: url('img/icon-form/phone.svg');
  background-size: cover;
}

.custom-checkbox .wpcf7-list-item.last .wpcf7-list-item-label::before {
  content: '';
  background: url('img/icon-form/tg.svg');
  background-size: cover;
}

.custom-checkbox input[type="checkbox"]+.wpcf7-list-item-label::before {
  border-radius: 0;
}

.custom-checkbox .wpcf7-list-item.first input[type="radio"]+.wpcf7-list-item-label::after {
  content: '';
  background: url('img/icon-form/whatsapp.svg');
  background-size: cover;
  opacity: 0;
}

.custom-checkbox .wpcf7-list-item input[type="radio"]+.wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 8px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  border-radius: 50%;
  background: url('img/icon-form/phone.svg');
  background-size: cover;
  opacity: 0;
}

.custom-checkbox .wpcf7-list-item.last input[type="radio"]+.wpcf7-list-item-label::after {
  content: '';
  background: url('img/icon-form/tg.svg');
  background-size: cover;
  opacity: 0;
}

.custom-checkbox .wpcf7-list-item.first input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
  content: '';
  background: url('img/icon-form/whatsapp.svg');
  background-size: cover;
}

.custom-checkbox .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
  content: '';
  background: url('img/icon-form/phone.svg');
  background-size: cover;
}

.custom-checkbox .wpcf7-list-item.last input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
  content: '';
  background: url('img/icon-form/tg.svg');
  background-size: cover;
}

.custom-checkbox .wpcf7-list-item.first input[type="radio"]:checked+.wpcf7-list-item-label::after {
  opacity: 1;
}

.custom-checkbox .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label {
  background: #daebff;
  color: #1d222d;
}

.custom-checkbox .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label::after {
  opacity: 1;
}

.custom-checkbox .wpcf7-list-item.last input[type="radio"]:checked+.wpcf7-list-item-label::after {
  opacity: 1;
}

/***
 End "Form Sidebar CF7"
 ***/


/***
 border radius 
 ***/
.mh-estate-vertical,
.mdl-button,
.mh-post-grid.has-post-thumbnail,
.mh-footer-top--dark .tagcloud a,
input[type=text],
input[type="tel"],
input[type="url"],
input[type="email"],
textarea,
select,
input[type=search]:not(#media-search-input),
.bank-slide-in,
.widget-infobox__image,
img,
.wpcf7-submit,
.mh-contact-form-style-2,
.bootstrap-select.btn-group>.dropdown-toggle,
.mh-estate__section,
.single-estate .mh-comments,
.block-preimushestva .vc_column-inner,
.block-city .owl-item img,
.mh-estate__details>div a,
.swiper-container--single-thumbs .swiper-slide .swiper-slide__inner,
.swiper-button-next,
.swiper-button-prev,
iframe,
.mh-slider__card-default__price,
.mh-estate__plan-thumbnail-wrapper,
.essb_links li,
.essb_links li a,
.essb_links li a .essb_icon,
.essb_links li a .essb_network_name,
.mh-map-zoom,
.mh-map-panel,
.mh-map-infobox,
.mh-map-infobox__img-wrapper,
.mh-box:after,
.mh-agent--white,
.mh-slider__card-default,
.mh-top-header .mh-currency-switcher .dropdown-menu,
.mh-top-header-big .mh-currency-switcher .dropdown-menu,
.mh-slider__transparent__price,
.mh-mosaic-grid__item,
.mh-box__img-wrapper,
.mh-agent,
.bootstrap-select,
.mh-rs-search .mh-search.mh-search--button .mh-search__panel,
.bootstrap-select.btn-group.bs-container .dropdown-menu,
.mh-rs-search--bg-light-mask #myhome-search-form-submit .mh-search--button,
.mh-testimonials--cloud-text .mh-testimonial .mh-testimonial__text,
.mh-list-attribute__item__content,
.vc_custom_1651762380474,
.map_block,
.mh-pricing-table__row--button,
.myhome-body .mh-pricing-table__row--button .mdl-button.mdl-button--raised.mdl-button--primary,
.vc_custom_1531154415645,
.project-card-slider__slide,
.project-card-slider,
.vc_tta-panel-heading,
.vc_custom_1628427179177,
.mh-service,
.short_header .mh-pricing-table__column__inner,
.essb_links ul,
.useful_item,
.useful_overlay,
.btn-custom-search,
.modern_section form {
  border-radius: 8px;
}

/* border-radius top  */
.mh-estate-vertical .mh-thumbnail img,
.mh-accordion .ui-accordion-header:first-child,
.mh-post-grid__thumbnail .mh-thumbnail__inner img,
.mh-list-attribute__image__link img,
.mh-agency-agents__single__img-wrapper img,
.mh-pricing-table__row--name,
body #mega_main_menu.mh-primary li.default_dropdown>.mega_dropdown>li:first-child>.item_link,
body #mega_main_menu.mh-primary.direction-vertical>.menu_holder>.menu_inner>ul>li:first-child>.item_link,
.mh-estate__details .mh-estate__details__price {
  border-radius: 8px 8px 0px 0px;
}

/* border-radius bottom  */
.mh-agency-agents__heading,
body #mega_main_menu.mh-primary li.default_dropdown>.mega_dropdown>li:last-child>.item_link,
body #mega_main_menu.mh-primary.direction-vertical>.menu_holder>.menu_inner>ul>li:last-child>.item_link {
  border-radius: 0px 0px 8px 8px;
}

/* border-radius right  */
.mh-thumbnail__featured,
#search-2 .mdl-button.mdl-button--raised.mdl-button--primary {
  border-radius: 0px 8px 8px 0px;
}

/* border-radius left  */
.mh-caption__inner,
.project-card__shield,
input[type=search]:not(#media-search-input) {
  border-radius: 8px 0px 0px 8px;
}

.mh-caption__inner:not(:first-child) {
  border-radius: 8px;
}

.mdl-checkbox .mdl-checkbox__box-outline,
.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
  border-radius: 3px;
}

html body #mega_main_menu.mh-primary>.menu_holder>.menu_inner>ul>li.default_dropdown .mega_dropdown,
html body #mega_main_menu.mh-primary>.menu_holder>.menu_inner>ul>li>.mega_dropdown {
  background-color: unset;
  border-radius: 8px !important;
}

/***
  End border-radius
  ***/

.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 10px;
}

.mh-pricing-table__row--price.mh-pricing-table__row--price del span {
  font-size: 16px !important;
}

/***
 Modern header form
 ***/
.modern_section.modern_main {
  min-height: 490px;
  padding-top: 74px;
  line-height: 1.21;
  padding-bottom: 20px;
}

.modern_text {
  color: #fff;
  font-weight: 700;
  font-size: 38px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
  margin-left: -6px;
  padding-bottom: 10px;
}

.modern_section.modern_main .vc_row {
  margin-left: 0;
  margin-right: 0;
  margin: auto;
}

.modern_section .mh-search__2-col__left {
  padding-right: 1px;
}

.modern_section .mh-search__2-col__right {
  padding-left: 1px;
}

.modern_section .mh-search__panel input {
  height: 55px;
  margin-bottom: 0;
}

.modern_section .mh-search__panel button {
  height: 55px
}

.modern_section form {
  background: rgba(255, 255, 255, .6);
  /* background-color: rgba(37,37,37,.6); */
  padding-bottom: 7px;
}

.modern_section .mh-search--button .btn-group.bootstrap-select {
  padding-bottom: 0;
  margin-bottom: 0;
}

.modern_section .mh-search__2-col__right:after {
  display: none;
}

.modern_section #field-price_to {
  padding-left: 18px;
}

.modern_section input[type=text]:focus,
.dubai_search input[type=text]:focus {
  background-color: #fff !important;
}

.modern_section .mh-active-input input,
.dubai_search .mh-active-input input {
  background-color: #fff !important;
}

.new_build_head {
  margin-top: -315px;
  z-index: 1;
  position: relative;
  margin-bottom: 230px;
}

.dubai_head {
  margin-top: -272px
}

.modern_section.new_build_head .mh-attribute__property-type {
  display: none;
}

.modern_section .btn-custom-search {
  position: absolute;
  right: 168px;
  bottom: -60px;
  background-color: #fff;
  color: #4d4d4d;
  transition: all 0.25s;
  padding: 14px;
  text-align: center;
  text-transform: uppercase;
}

.modern_section.new_build_head .btn-custom-search{
  bottom: -79px;
  padding: 11px;
}

@media (min-width: 768px) {
  .modern_section .mh-search .mh-search__element {
    width: 14%;
    padding: 0px 1px;
  }

  .modern_section .mh-search .mh-attribute__price {
    width: 26%;
  }

  .modern_section .mh-search .mh-attribute__keyword {
    width: 32%;
  }

  .modern_section .mh-search .mh-attribute__keyword.w46 {
    width: 46%;
  }

  .modern_section.new_build_head .mh-attribute__keyword {
    width: 46%;
  }

  .modern_section .mh-search button.mdl-button--primary {
    position: absolute;
    right: 8px;
    top: 81px;
    width: 150px;
  }
}

@media (max-width: 768px) {
  .modern_section .mh-search__element {
    margin-bottom: 4px;
  }

  .new_build_head {
    margin-top: -395px;
  }

  .modern_section.new_build_head .btn-custom-search {
    margin-top: -38px;
  }

  .modern_section.modern_main {
    min-height: 533px;
  }

  .modern_section .btn-custom-search {
    width: 100%;
    display: block;
    position: inherit;
    margin-top: 9px;
  }

  .modern_section.modern_main {
    padding-top: 0;
  }

  .wpb_content_element.modern_text {
    margin-bottom: 5px;
    text-align: center;
  }

  .new_build_head {
    margin-bottom: 50px;
  }

}

/***
 Modern header form
 ***/


/***
 Modern useful links
 ***/
.useful_section {
  display: flex;
  flex-flow: row wrap;
  margin-left: -12px;
  color: #FFF;
}

.useful_section a {
  color: #FFF;
}

.useful_item.useful_item__long {
  width: calc(66.6% - 12px);
}

.useful_item.useful_item__long .useful_overlay {
  padding: 27px 15px 25px 25px;
}

.useful_item {
  width: calc(33.3% - 12px);
  margin-left: 12px;
  margin-bottom: 8px;
  height: 200px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
}

.useful_item:hover {
  opacity: 0.9;
}

.useful_overlay {
  display: block;
  background-image: -webkit-linear-gradient(340deg, rgba(43, 71, 86, .7), rgba(43, 71, 86, .1));
  background-image: linear-gradient(110deg, rgba(43, 71, 86, .7), rgba(43, 71, 86, .1));
  width: 100%;
  height: 100%;
}

.useful_wrap-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.useful_link {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
}

.useful_link span {
  transition: all 0.2s ease;
  border-bottom: 2px solid transparent;
}

.useful_link span:hover {
  border-bottom-color: hsla(0, 0%, 100%, .3);
}

.useful_title {
  font-weight: 500;
  font-size: 24px;
  font-family: Play, Arial, Helvetica, sans-serif;
  max-width: 190px;
  text-align: center;
  line-height: 31px;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}

.useful_item:hover .useful_title {
  border-bottom-color: hsla(0, 0%, 100%, .3);
}

.useful_item__long:hover .useful_title {
  border-bottom-color: transparent;
}

.useful_item__long .useful_title {
  max-width: none;
  text-align: left;
}

.useful_ul {
  margin-top: 8px;
}

@media (max-width: 1200px) {
  .useful_section {
    width: auto;
  }
}

@media (max-width: 680px) {
  .useful_item {
    width: calc(50% - 12px);
  }

  .useful_item:nth-child(even):last-child {
    width: 100%;
  }

  .useful_item.useful_item__long {
    width: 100%;
  }
}

/***
 End of Moderm useful links
 ***/

.modern_about_text {
  font-size: 21px;
}

#mega_main_menu.mh-primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text {
  font-weight: 600 !important;
}

.mh-footer__row #mh-submit-button {
  display: none;
}

.mh-map-wrapper{
	position: relative;
}
.mh-map-wrapper .mh-loader-wrapper-map{
	display: block !important;
	z-index: 4;
	background: #FFFFFF;
}
.mh-search-horizontal{
	position: relative;
	z-index: 5 !important;
}

.nav_logo img {
	border-radius:0px;
}

.mh-footer__logo img {
	border-radius:0px;
}

review-lab .widget__header__block .widget__leave-link:hover {
  opacity: 0.8;
}

/* rent/calendarista */

/* .book_estate_desktop .calendarista .calendarista-start-date.form-control, 
.book_estate_desktop .calendarista .calendarista-end-date.form-control  {
  font-size: 10px !important;
} */

.calendarista .btn {
  box-shadow: none !important;
  border:none !important;
}

.calendarista .btn:hover {
  opacity: 0.7;
  border-color: inherit !important;
  box-shadow: none !important;
}

.calendarista .btn:active {
  box-shadow: none !important;
}

.calendarista.card.calendarista-typography {
  border: none !important;
}

.book_estate {
  margin-bottom: -2px;
}

/* #calendarista_1_next, 
#calendarista_1_prev,
#calendarista_1_booknow {
  margin-top: -60px;
}

.calendarista .col-11.calendarista-align-right {
  width: 100%;
} */

div.calendarista-summary-info.alert.alert-primary {
  background-color:#fafafafa !important;
}

/* @media (max-width: 768px) {
  .book_estate_desktop{
    position: absolute;
    top: 0;
    width: 100%;
  },
  .book_estate_wrapper{
    height: 100%;
    width: 100%;
    overflow: hidden;
  },
  .card-header {
    margin-top: -16px;
  }
} */

.ui-accordion-header-icon.ui-icon-triangle-1-e,
.ui-accordion-header-icon.ui-icon-triangle-1-s {
  display: none;
}

.mh-accordion .ui-state-hover,
.mh-accordion .ui-state-default {
  border:none;
  background: #fff;
}

.mh-estate__section--plans {
  padding-bottom: 10px;
}

.comp_services .mh-service img {
  width: 360px;
}

#buy_prop_icons .aio-icon-img.uavc-circle {
  background-color: green;
}
