:root {
  --font_family_primary: "Georgia", sans-serif;
  --font_family_secondery: "Constantia";
  --font_family_three: "Inter", sans-serif;
  --color_white: #fff !important;
  --color_black: #000 !important;
  --color_darkblue: #12264f !important;
  --color_green: #0d9488 !important;
  --color_gray: #4b5a79 !important;
  --color_darkgray: #848ea3 !important;
  --color_shadeblack_one: #45474b !important;
  --color_shadeblack_two: #5e6b87 !important;
}

* {
  outline: none;
  box-sizing: border-box;
}
*:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
img,
svg,
path,
a,
img:hover,
svg:hover,
a:hover,
button,
button:hover {
  transition: all 0.5s ease-in-out;
}
body {
  margin: 0;
  padding: 0;
  font-family: var(--font_family_primary);
  transition: all 0.5s ease-in-out;
  background-color: #f6f6f8;
  color: var(--color_darkblue);
}
a {
  text-decoration: none;
}
.website_content {
  overflow-x: hidden;
}
.overflow_X_hidden {
  overflow-x: hidden;
}
.container {
  width: 100%;
  max-width: calc(1200px + 15px);
  margin-inline: auto;
  padding: 0 15px;
}
.accordion-button:focus {
  outline: 0 !important;
}

/* FONT-SIZE */
.heading_text_1 {
  font-size: 44px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -0.968px;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}
.heading_text_2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.756px;
}
.heading_text_3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.019em;
}
.heading_text_4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.408px;
}
.heading_text_5 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.198px;
}
.heading_text_6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.176px;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--color_gray);
}
span,
.text_14 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.084px;
}

/* COLOR-CLASS */
.color_white {
  color: var(--color_white);
}
.bg_white {
  background-color: var(--color_white);
}
.color_black {
  color: var(--color_black);
}
.bg_black {
  background-color: var(--color_black);
}
.color_green {
  color: var(--color_green);
}
.bg_green {
  background-color: var(--color_green);
}
.color_darkblue {
  color: var(--color_darkblue);
}
.bg_darkblue {
  background-color: var(--color_darkblue);
}
.color_gray {
  color: var(--color_gray);
}
.bg_gray {
  background-color: var(--color_gray);
}
.color_darkgray {
  color: var(--color_darkgray);
}
.bg_darkgray {
  background-color: var(--color_darkgray);
}
.color_shadeblack_one {
  color: var(--color_shadeblack_one);
}
.bg_shadeblack_one {
  background-color: var(--color_shadeblack_one);
}
.color_shadeblack_two {
  color: var(--color_shadeblack_two);
}
.bg_shadeblack_two {
  background-color: var(--color_shadeblack_two);
}
.transparent_color {
  background-color: transparent;
}
/* FONT-WEIGHT */
.fw_100 {
  font-weight: 100 !important;
}
.fw_200 {
  font-weight: 200 !important;
}
.fw_300 {
  font-weight: 300 !important;
}
.fw_400 {
  font-weight: 400 !important;
}
.fw_500 {
  font-weight: 500 !important;
}
.fw_600 {
  font-weight: 600 !important;
}
.fw_700 {
  font-weight: 700 !important;
}
.fw_800 {
  font-weight: 800 !important;
}
.fw_900 {
  font-weight: 900 !important;
}
/* LINE-HEIGHT */
.line_height_normal {
  line-height: normal;
}

.font_Constantia {
  font-family: var(--font_family_secondery);
}
.font_Inter {
  font-family: var(--font_family_three);
}
main {
  padding-top: 70px;
  overflow-x: hidden;
}
.sec_padding {
  padding: 120px 0;
}
.sec_padding_top {
  padding-top: 120px;
}
.sec_padding_bottom {
  padding-bottom: 120px;
}
.sec_title_box .sec_heading {
  color: var(--color_darkblue);
  font-family: var(--font_family_secondery);
}
.cusborder {
  border: 1px solid #e3e5ea;
}
.cusborder-top {
  border-top: 1px solid #e3e5ea;
}
.cusborder-bottom {
  border-bottom: 1px solid #e3e5ea;
}
.cusborder-left {
  border-left: 1px solid #e3e5ea;
}
.cusborder-right {
  border-right: 1px solid #e3e5ea;
}
/* Custome Animation */
.reveal {
  position: relative;
  opacity: 0;
  transition: all 2s ease;
}
.reveal.active {
  opacity: 1;
  transition: all 2s ease;
}
.active.custom_fade_top {
  animation: custom_fade_top 2s ease;
}
.active.custom_fade_buttom {
  animation: custom_fade_buttom 2s ease;
}
.active.custom_fade_left {
  animation: custom_fade_left 2s ease;
}
.active.custom_fade_right {
  animation: custom_fade_right 2s ease;
}
.active.custom_zoom_in {
  animation: custom_zoom_in 2s ease;
}
.active.custom_zoom {
  animation: custom_zoom 2s ease;
}
.active.custom_zoom_in_bottom {
  animation: custom_zoom_in_bottom 2s ease;
}

@keyframes custom_fade_top {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes custom_fade_buttom {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes custom_fade_left {
  from {
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes custom_fade_right {
  from {
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes custom_zoom_in {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes custom_zoom {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes custom_zoom_in_bottom {
  from {
    transform: translateZ(1);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
/* ========================= Buttons CSS ========================= */
.green_btn {
  display: inline-flex;
  background-color: var(--color_green);
  padding: 8px 12px;
  color: var(--color_white);
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.176px;
  /*font-family: var(--font_family_primary);*/
  font-family: var(--font_family_secondery);
  border: 1px solid transparent;
  transition: all 0.5s ease;
}
.green_btn:hover {
  background-color: var(--color_darkblue);
  border: 1px solid var(--color_darkblue);
  transition: all 0.5s ease;
}

.white_border_btn {
  border: 1px solid var(--color_white);
  padding: 8px;
  color: var(--color_white);
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.176px;
  position: relative;
  z-index: 0;
  font-family: var(--font_family_secondery);
  overflow: hidden;
}
.white_border_btn:hover {
  background-color: var(--color_white);
  color: var(--color_darkblue);
}
/* Slider Btn*/
ul.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
ul.slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border: 0;
  padding: 0;
  border-radius: 500px;
  background: #c9c9c9;
  transition: all 0.5s ease-in-out;
}
ul.slick-dots li.slick-active button {
  width: 36px;
  background: #fff;
}
/* ========================= Header CSS ========================= */
.header_sec {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  background: var(--color_white) !important;
}
a.nav-link {
  font-size: 16px;
  padding: 12px 16px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  position: relative;
  color: var(--color_gray);
  font-family: var(--font_family_secondery);
}
a.nav-link:hover {
  color: var(--color_green);
  transition: all 0.5s ease-in-out;
}
a.nav-link::after {
  position: absolute;
  left: 50%;
  right: 50%;
  content: "";
  height: 1px;
  background: var(--color_green);
  transition: all 0.5s linear;
  width: 0;
  bottom: 0;
  transform: translateX(-50%) translateY(-5px);
}
a.nav-link:hover::after {
  width: 30px;
}
.nav-item.current_page_item a::after {
  position: absolute;
  left: 15px;
  right: -15px;
  margin: 0 auto;
  width: 30px;
  content: "";
  height: 1px;
  background: #0d9488;
  bottom: 0;
  transform: translateX(-50%) translateY(-5px);
}

.mj_header_mlogo,
.mj_header_close-btn,
button.navbar-toggler {
  display: none;
}
button.navbar-toggler {
  border: none;
  padding: 0;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.mj_header_close-btn {
  text-align: end;
  padding: 0 15px;
  font-weight: bold;
  margin-bottom: 15px;
  width: fit-content;
  margin-left: auto;
  cursor: pointer;
  font-family: var(--font_family_three);
}
.mj_header_close-btn:hover {
  color: var(--color_darkblue);
}
/* ========================= Footer CSS ========================= */
.footer_sec {
  background: #223e77;
  color: #aab1c0;
  font-size: 20px;
  line-height: 37px;
  letter-spacing: -0.228px;
}
.footer_area {
  padding: 64px 0;
  max-width: 800px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}
.footer_outter_img {
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 0;
}
.footer_logo_area {
  gap: 26px;
}
.footer_logo_area > img {
  height: 60px;
}
.footer_area > .row {
  gap: 40px;
}
.footer_nav_info {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.footer_nav_info a {
  color: #aab1c0;
}
.footer_nav_info ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer_nav_info .footer_title {
  margin-bottom: 16px;
}
ul.footer_contact_box a {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 16px;
}
ul.footer_contact_box a span {
  font-size: 20px;
  line-height: 37px;
  letter-spacing: -0.228px;
}
/* ========================= Banner CSS ========================= */
.homebanner_sec {
  position: relative;
  height: 88vh;
  min-height: -webkit-fill-available;
  overflow: hidden;
}
.banner_bgvideo {
  height: 100%;
}
.banner_bgvideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner_bgvideo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
}
.banner_slider_info_box {
  max-width: 742px;
  margin: 0 auto;
  text-align: center;
  gap: 16px;
}
.homebanner_sec .container-fluid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home_banner_slider_area {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  place-content: center;
}
.banner_slider_list {
  height: 100%;
  place-content: center;
  padding: 0 15px;
}
.banner_slider_list ul.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 24px 0;
}
/* ========================= bespoke CSS ========================= */
.bespoke_area {
  position: relative;
  padding: 120px 0 192px;
  z-index: 1;
}
.bespoke_area > .row {
  gap: 20px 0;
}
.MJ_white_img {
  position: absolute;
  left: 0;
}
/* ========================= property CSS ========================= */
section.mj_property_section > .container-fluid {
  padding: 24px 48px;
}
.property_btn p {
  color: var(--color_darkblue);
  letter-spacing: -0.176px;
}
.image_sold {
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.button_svg {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
svg#right {
  overflow: visible;
}
.property_name_text h3>a {
    font-family: var(--font_family_secondery);
    color: var(--color_darkblue);
}
/* ========================= Touch CSS ========================= */
.mj_touchin_section {
  height: 800px;
  background-image: url(../images/cta_bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  background-position: 50% 25%;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.mj_touchin_section > .container {
  max-width: 755px;
}
.mj_touchin_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 50%);
}
.mj_touchin_data h2,
.partner_title_area h2 {
  font-size: 44px;
  line-height: 52px;
}
.mj_touchin_data h2 {
  margin-bottom: 32px;
}
.mj_touchin_btn_area {
  gap: 8px;
}
.mj_touchin_btn_area .touchin_button {
  width: 100%;
  display: block;
  transition: all 0.5s ease-in-out;
}
/* ========================= About CSS ========================= */
.section_inner_content_sec {
  position: relative;
  z-index: 50;
  padding: 24px 0;
  background: #fff;
  overflow: hidden;
  margin-top: -24px;
}
.about_sec {
  padding: 64px 48px;
}
.mj_about_button_area .about_btn {
  padding: 16px 24px;
  width: 100%;
}
.mj_about_text {
  margin-bottom: 72px;
}
.about_box_sec {
  padding: 50px 48px;
}
.abt_box_btn {
  margin-top: 48px;
}
.about_box_img_area.row > div:first-child .aboutus_box_bottom_images {
  max-width: 246px;
  gap: 24px;
}
.aboutus_box_bottom_images {
  display: flex;
  width: 100%;
  height: 100%;
}
.about_box_area > .row,
.partner_area > .row,
.contactus_area > .row {
  gap: 48px;
}
.partner_title_area > img {
  width: 100%;
  max-width: 264px;
}
.partner_slider_item {
  padding: 0 5px;
}

/* Meet-Team CSS */
.meet_team_area {
  padding: 48px;
  background: #fff;
  position: relative;
  margin-top: -24px;
}
.meet_team_slider .slick-custom-arrow.slick-custom-arrow-left.slick-arrow {
  right: 67px;
}
.meet_team_slider .slick-custom-arrow {
  position: absolute;
  top: -86px;
  right: -1px;
  z-index: 1;
  cursor: pointer;
  width: 70px;
  height: 86px;
}
.meet_team_title {
  padding: 24px;
  border: 1px solid #e3e5ea;
}
.team_slider_item {
  padding: 24px;
  border-right: 1px solid #e3e5ea;
}
.meet_team_slider {
  border: 1px solid #e3e5ea;
  border-top: 0;
}
.our_sell_banner_right,
.service_banner_left {
  align-content: center;
}

/* ========================= Signup-Property-Form CSS ========================= */
.signup_property_form_title_area {
  gap: 12px;
}
.signup_property_form_sec {
  padding: 50px 48px;
}
.form-label {
  font-size: 16px;
  line-height: 28px;
  color: var(--color_black);
  letter-spacing: -0.176px;
  margin-bottom: 4px;
}
.signin_form_box input.form-control {
  font-size: 16px;
  line-height: 28px;
  padding: 10px 40px 10px 16px;
  color: #5e6b87;
  border-radius: 0;
  border: 1px solid #c6cbd5;
  background-color: #fff;
  background-image: url(../images/arrow_forward.png);
  background-size: 20px 20px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.signup_property_form.row {
  gap: 16px;
  padding-left: 24px;
}
.signin_form_btn {
  padding: 8px 36px;
}
.signin_form_box_inner_select {
  display: flex;
  gap: 8px;
}
.signin_form_box_inner {
  display: grid;
  grid-template-columns: max-content max-content max-content;
  gap: 12px;
  border-bottom: 1px solid #c6cbd5;
  padding-bottom: 16px;
}
.signin_form_box .form-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  line-height: 28px;
  color: #5e6b87;
  letter-spacing: -0.176px;
}
.signin_form_box .form-check > * {
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.084px;
}
.signin_form_box .form-check .form-check-label {
    width: fit-content;
}
.signin_form_box .form-check .form-check-input {
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #c3c3c3;
  margin-top: 0;
}
.signin_form_box .form-check .form-check-input:checked {
  border: 1px solid #0d9488;
  background-color: #0d9488;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url(../images/check.png);
  background-size: 12px 10px;
}
.signin_form_box .form-check label.form-check-label a {
  letter-spacing: -0.084px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  color: #4b5a79;
}
/* ========================= Partner CSS ========================= */
.photo_slider_list .photo_slider_item {
  padding: 0 12px;
}
.photo_slider_list .slick-track {
  display: flex;
  will-change: transform;
  transition: transform 20s linear; /* you will update via JS */
}
/* Pause state */
.photo_slider_list .slick-track.paused {
  transition-duration: 0ms !important;
}
/* Pause class */
.photo_slider_list .slick-track.paused {
  animation-play-state: paused !important;
}
.mj_photo_slider_sec {
  height: 100%;
  position: relative;
  overflow: hidden;
  /*margin-right: -475px;*/
}
.mj_photo {
  width: -webkit-fill-available;
  height: 100%;
}
.mj_photo img {
  width: 100%;
  height: 100%;
}
.partners_sec .mj_photo_slider_section {
    padding-top: 48px;
}
/* ========================= Appraisal-Form CSS ========================= */
.appraisal_form_sec {
  padding-bottom: 100px;
}
.form_btn_area {
  margin-top: 40px;
}
.appraisal_form_area {
  max-width: 710px;
  padding: 24px 48px;
  margin: 0 auto;
  background: #fff;
}
.form_box.row {
  margin-left: -8px;
  margin-right: -8px;
  gap: 8px 0;
}
.form_box.row > div {
  padding: 0 8px;
}
input,
textarea {
  padding: 12px 16px;
  font-size: 16px;
  line-height: 28px;
  color: #12264f;
  letter-spacing: -0.176px;
  border: 1px solid #c6cbd5;
  background: #fff;
}
select.form-select {
  padding: 16px 12px;
  border-radius: 0;
  font-size: 16px;
  line-height: 28px;
  color: #5e6b87;
  letter-spacing: -0.176px;
  border: 1px solid #c6cbd5;
  background-color: #fff;
  background-image: url(../images/Chevron-down.png);
  background-size: 20px 20px;
  background-position: right 14px center;
  cursor: pointer;
}
.signin_form_box_inner_select select.form-select {
  background-image: url(../images/Chevron-down.svg);
  background-size: 22px 22px;
}
.form_box.row p {
  margin-top: 8px;
  letter-spacing: -0.084px;
}
.form-select:focus {
  border-color: #c6cbd5;
}
::placeholder {
  color: #5e6b87;
}
/* ===================================== About Page CSS ===================================== */
section#aboutus_box_sec > .about_box_sec {
  padding: 0;
}
section#aboutus_box_sec > .about_box_sec .about_box_area {
  position: relative;
  background: #fff;
  padding: 48px;
  margin-bottom: -24px;
}
div#aboutus_box_sec_inner_service {
  padding-bottom: 24px !important;
}
section#aboutus_box_sec
  > .about_box_sec
  .about_box_area
  .about_box_img_area.row
  > div:first-child
  .aboutus_box_bottom_images {
  max-width: 254px;
}
/* AboutAccordion CSS */
.about_accordion_area {
  padding: 0 48px;
}
.common_accordion .accordion-item,
.common_accordion .accordion-button {
  background: transparent;
  border: 0;
}

.common_accordion .accordion-button {
  font-size: 16px;
  line-height: 28px;
  color: var(--color_white);
  border-bottom: 1px solid var(--color_gray);
  padding: 16px 0;
  border-radius: 0 !important;
  letter-spacing: -0.176px;
  box-shadow: none;
}
.common_accordion .accordion-button::after {
  content: "+";
  background-image: none;
  font-size: 24px;
}
.common_accordion .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: none;
}
.common_accordion .accordion-body {
  border-bottom: 1px solid var(--color_gray);
  padding: 12px 32px 16px 0;
}
.common_accordion .accordion-body p {
  color: rgba(255, 255, 255, 0.5);
}
.common_accordion_area {
  max-width: 444px;
}
.common_accordion_area > h2 {
  margin-bottom: 20px;
}
.about_accordion_area > .row {
  gap: 24px 0;
}
/* ===================================== Sell Page CSS ===================================== */
section#Sell_property > .container-fluid {
  padding: 48px;
}
.mj_photo_slider_section .mj_photo_slider_sec_inner {
  padding: 200px 0;
}
div#Sell_signup_property_form .signup_property_form_sec {
  padding: 48px;
  background: #fff;
}
div#Sell_signup_property_form {
  padding-bottom: 100px;
}
.appraisal_from_full_details_area {
  padding: 48px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-bottom: -24px;
}
.appraisal_from_full_details_area form {
  max-width: 700px;
  margin: 0 auto;
}
.appraisal_from_full_details.row {
  margin-left: -6px;
  margin-right: -6px;
  gap: 12px 0;
}
.appraisal_from_full_details.row .full_details_form_box,
.appraisal_from_full_details_btn_area {
  margin-top: 8px;
}
.full_details_form_box input {
  padding: 8px 12px;
}
.full_details_form_box textarea {
  padding: 12px;
  height: 116px;
}
.approach_upper_area {
  padding: 0 24px 72px;
}
/* Home-Tabs CSS */
.our_homes_tab_area {
  padding: 64px 24px;
  position: relative;
  z-index: 999;
  margin-top: -24px;
  overflow: hidden;
}
.our_home_tabs .accordion-header button {
  color: var(--color_darkblue);
}
.our_home_tabs .accordion-body p,
.contactus_info a,
.overview_right_box a {
  color: var(--color_gray);
}
.our_home_tabs .accordion-header button,
.our_home_tabs .accordion-body {
  padding: 0;
  border: 0 !important;
}
.our_home_tabs .accordion-item {
  padding: 24px;
  border: 1px solid #e3e5ea;
  height: fit-content;
  margin-right: -1px;
}
.our_home_tabs .accordion-item .accordion-body {
  padding: 6px 25px 0 0;
}
.our_home_tabs {
  margin: 48px 12px 0;
}
/* Clientsay CSS */
.client_review_area > .row,
.appraisal_form.row,
.client_review_box_inner {
  gap: 40px;
}
.client_review_img {
  width: -webkit-fill-available;
  height: 704px;
}
.client_review_img img {
  max-width: 580px;
}
.client_review_info {
  padding: 0 50px;
}
.client_slider_list ul.slick-dots,
section#Contact_client_review_section ul.slick-dots {
  margin-top: 40px;
}
.client_slider_list ul.slick-dots li.slick-active button,
section#Contact_client_review_section ul.slick-dots li.slick-active button {
  background: var(--color_darkblue);
}
.client_review_slider_item {
  padding: 0 12px;
}
/* ===================================== Service Page CSS ===================================== */
.about_box_Service_section .about_box_area {
  margin-bottom: 0 !important;
}
.signup_property_form_section .signup_property_form_sec_inner_Service {
  padding-top: 70px;
}
.Service_property_sec .mj_property_section {
  padding: 72px 48px;
}
.service_tender_section {
  padding: 54px 0;
}
.service_tender_area {
  padding: 0 24px;
}
.service_tender_area_box.row {
  margin-left: -25px;
  margin-right: -25px;
}
.service_tender_area_box.row > div {
  padding: 0 25px;
}
.service_tender_content_info_box {
  margin-top: 20px;
}
ul.service_tender_points {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 4px;
  margin: 8px 0 32px;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
ul.service_tender_points li {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: start;
  gap: 8px;
}
.service_tender_area > .row {
  gap: 108px;
}
.service_tender_list .green_btn:hover {
  border: 1px solid var(--color_green);
}
/* ===================================== Service Page CSS ===================================== */
.collection_banner_sec {
  padding: 120px 0 100px;
}
/* ===================================== Contact Page ===================================== */
.contact_bg_area {
  background-image: url(../images/contact_img.jpg);
  width: 100%;
  height: 800px;
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: -1;
}
.contactus_area {
  padding: 88px 24px;
  position: relative;
  z-index: 0;
  margin-top: -24px;
}
.contactus_boxes_area > .row {
  gap: 48px 0;
}

/* ===================================== CONTACT PAGE NEW CSS  ===================================== */
body.property-template-default main {
    padding-top: 60px;
}
div.single_property_big_heading {
    font-size: 64px;
    line-height: 78px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.40) 100%);
    color: #fff;
    font-weight: 900;
    /*height: 600px;*/
}
#single_property_sec .single_property_banner_img img {
    /*height: 600px;*/
    height: 100vh;
    width: 100%;
}
.Contact_big_heading {
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  font-size: 52px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -1.144px;
}
#Contact_big_heading .big_heading_area_inner,
#Contact_mj_photo_slider_section {
  padding: 48px 0;
}
.overview_box {
  border: 1px solid #e3e5ea;
}
.overview_left_box {
  gap: 16px;
  max-width: 900px;
  width:100%;
}
.overview_right_box {
  border-left: 1px solid #e3e5ea;
  width: -webkit-fill-available;
  max-width: 300px;
}
.overview_left_box,
.overview_contact_box,
.overview_price_box {
  padding: 24px;
}
.overview_contact_box {
  border-bottom: 1px solid #e3e5ea;
}
.overview_left_info p {
  line-height: 24px;
  letter-spacing: -0.096px;
}
.overview_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 54px;
  border: 1px solid #e3e5ea;
  font-family: var(--font_family_three);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.176px;
  color: var(--color_darkblue);
  background-color: transparent;
}
.overview_btn:hover {
  background-color: var(--color_darkblue);
  color: var(--color_white);
  border-color: var(--color_darkblue);
}
section#Contact_client_review_section .client_review_sec {
  padding: 80px 0;
}
section#Contact_client_review_section
  .client_review_sec
  .client_review_area
  > .row,
  .overview_left_info {
  gap: 20px;
}
section#Contact_client_review_section .client_review_box {
  background: transparent;
  gap: 24px;
}
section#Contact_client_review_section .client_review_box .client_review_info {
  padding: 0 0 0 56px;
}
section#Contact_client_review_section .client_review_box .client_review_img {
  height: 588px;
}
section#Contact_client_review_section
  .client_review_box
  .client_review_img
  img {
  max-width: 588px;
}


/* MODAL */
body.modal-open {
  padding-right: 0 !important;
}
#propertyModal {
  z-index: 99999;
}
/* ========================= Responsive CSS ========================= */
@media (min-width: 1399px) {
  div#navbarNav {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    align-items: center !important;
  }
  div#navbarNav .mj_header_logo {
    text-align: center;
  }
}
@media (max-width: 1399px) {
  /* bespoke CSS */
  .bespoke_area {
    padding: 120px 0;
  }
}
@media (max-width: 1199px) {
  /* Footer CSS */
  .footer_area {
    max-width: 700px;
  }
  /* About CSS */
  .about_box_img_area.row > div:first-child .aboutus_box_bottom_images {
    max-width: 198px;
  }
  section#aboutus_box_sec
    > .about_box_sec
    .about_box_area
    .about_box_img_area.row
    > div:first-child
    .aboutus_box_bottom_images {
    max-width: 206px;
  }
  .about_box_img_area.row {
    gap: 24px 0;
  }
  /* Signup CSS */
  .signup_property_form.row {
    padding-left: 0;
  }
  /* AboutAccordion CSS */
  .about_accordion_area,
  section#Contact_client_review_section .client_review_box .client_review_info {
    padding: 0;
  }
  /* Sell PAGE CSS */
  .mj_photo_slider_section .mj_photo_slider_sec_inner {
    padding: 120px 0;
  }
  .client_review_img img {
    max-width: 480px;
  }
  /* SERVICE PAGE CSS */
  .service_tender_img,
  .service_tender_img img {
    height: 100%;
  }
  /* Contact PAGE CSS */
  .contact_bg_area {
    height: 600px;
  }
  .overview_left_box {
    max-width: 755px;
  }
}
@media (max-width: 991px) {
  .Contact_big_heading {
    font-size: 48px;
  }
  main,
  body.property-template-default main{
    padding-top: 30px;
  }
  .bespoke_area,
  .mj_photo_slider_section .mj_photo_slider_sec_inner {
    padding: 80px 0;
  }
  .sec_padding_top {
    padding-top: 80px;
  }
  .collection_banner_sec,
  #contact_heading_sec>.big_heading_area_inner {
      padding: 120px 0 80px;
  }
  .sec_padding_bottom,
  div#Sell_signup_property_form {
    padding-bottom: 80px;
  }
  /* Footer CSS */
  .footer_area {
    max-width: max-content;
  }
  /* Header CSS */
  .mj_header_mlogo,
  .mj_header_close-btn,
  button.navbar-toggler {
    display: block;
  }
  .navbar-collapse {
    display: block !important;
    position: fixed;
    background-color: #ffffff;
    width: 320px;
    height: 100vh;
    top: 0;
    right: -380px;
    box-shadow: -5px 0 15px #00000014;
    padding: 30px 0;
    transition: all 0.5s ease-in-out;
    z-index: 999999;
  }
  ul.navbar-nav {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .navbar-collapse.show {
    right: 0;
    transition: all 0.5s ease-in-out;
  }
  .mj_header_logo {
    display: none;
  }
  ul.navbar-nav.d-flex.align-iten-center.flex-row {
    display: block !important;
    text-align: center;
  }
  /* Propertys CSS */
  .property_details_inner > .row .cusborder-right {
    border-right: 0;
  }
  /* Touch CSS */
  .mj_touchin_section {
    height: 550px;
    background-position: 0 80%;
  }
  /* About CSS */
  .about_sec {
    padding: 50px 24px;
  }
  .mj_about_text {
    margin-bottom: 50px;
  }
  .about_box_img_area.row > div:first-child .aboutus_box_bottom_images,
  section#aboutus_box_sec
    > .about_box_sec
    .about_box_area
    .about_box_img_area.row
    > div:first-child
    .aboutus_box_bottom_images {
    max-width: 48%;
  }
  /* Sell PAGE CSS */
  .our_home_tabs .accordion-item {
    margin-right: 0;
    margin-top: -1px;
  }
  .common_accordion_area,
  .client_review_img img,
  section#Contact_client_review_section
    .client_review_box
    .client_review_img
    img {
    max-width: -webkit-fill-available;
    width: -webkit-fill-available;
  }
  .client_review_info {
    padding: 24px 48px;
  }
  /* SERVICE PAGE CSS */
  .service_tender_area_box.row > div {
    padding: 0 16px;
  }
  .service_tender_area > .row {
    gap: 40px;
  }
  .service_tender_area_box.row {
    gap: 24px;
  }
  .Service_property_sec .mj_property_section {
    padding: 48px;
  }
  /* CONTACT PAGE CSS */
  .overview_right_box {
    max-width: 240px;
  }
  section#Contact_client_review_section .client_review_sec {
    padding-top: 0;
  }
  .mj_photo_slider_sec {
   margin-right: -350px;
  }
  /*#single_property_sec .single_property_banner_img img,*/
  /*div.single_property_big_heading {*/
  /*  height: 400px;*/
  /*  }*/
}

@media (max-width: 767px) {
  .heading_text_1,
  .mj_touchin_data h2,
  .partner_title_area h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .heading_text_2,
  .heading_text_3,
  .Contact_big_heading {
    font-size: 24px;
    line-height: 33px;
  }
  /* Footer CSS */
  .footer_area {
    padding: 48px 0;
  }
  /* Propertys CSS */
  .cusborder-right {
    border-right: 0;
  }
  /* About CSS */
  .mj_about_button_area a.cusborder-right {
    border-right: 0;
    border-bottom: 1px solid #e3e5ea;
  }
  .mj_about_button_area a:last-child {
    border-bottom: 0;
  }
  .about_sec,
  .about_box_sec,
  .signup_property_form_sec {
    padding: 24px 16px;
  }
  section#aboutus_box_sec > .about_box_sec .about_box_area,
  div#Sell_signup_property_form .signup_property_form_sec,
  .Service_property_sec .mj_property_section,
  .our_homes_tab_area,
  .appraisal_from_full_details_area,
  .client_review_info {
    padding: 24px;
  }
  .abt_box_btn,
  .our_home_tabs {
    margin-top: 24px;
  }
  .about_box_area > .row,
  .partner_area > .row,
  .client_review_area > .row,
  .client_review_box_inner {
    gap: 24px;
  }
  /* Signup CSS */
  .signin_form_box_inner {
    grid-template-columns: max-content max-content;
  }
  /* Contact Page CSS */
  #Contact_big_heading .big_heading_area_inner,
  #Contact_mj_photo_slider_section {
    padding: 24px 0;
  }
  .contactus_area {
    padding: 44px 24px;
  }
  .overview_right_box {
    border-left: 0;
    border-top: 1px solid #e3e5ea;
    max-width: 100%;
  }
  /*#single_property_sec .single_property_banner_img img,*/
  /*div.single_property_big_heading {*/
  /*  height: 250px;*/
  /*}*/
  div.single_property_big_heading {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 575px) {
  .sec_padding,
  .mj_photo_slider_section .mj_photo_slider_sec_inner {
    padding: 50px 0;
  }
  .sec_padding_top {
    padding-top: 50px;
  }
  .sec_padding_bottom,
  div#Sell_signup_property_form,
  section#Contact_client_review_section .client_review_sec {
    padding-bottom: 50px;
  }
  /* Footer CSS */
  .footer_outter_img {
    display: none;
  }
  .footer_logo_area {
    flex-wrap: wrap;
  }
  ul.footer_contact_box a {
    word-break: break-word;
  }
  .footer_nav_info {
    flex-direction: column;
  }
  /* bespoke CSS */
  .bespoke_area {
    padding: 50px 0;
  }
  .MJ_white_img {
    width: max-content;
  }
  /* Propertys CSS */
  section.mj_property_section > .container-fluid {
    padding: 24px 16px;
  }
  section#Sell_property > .container-fluid {
    padding: 24px;
  }
  /* About CSS */
  .about_box_img_area.row > div:first-child .aboutus_box_bottom_images,
  .about_box_img_area.row > div:first-child .aboutus_box_bottom_images,
  section#aboutus_box_sec
    > .about_box_sec
    .about_box_area
    .about_box_img_area.row
    > div:first-child
    .aboutus_box_bottom_images {
    max-width: 100%;
  }
  .aboutus_box_bottom_images,
  .signin_form_box_inner_select {
    flex-direction: column;
  }
  /* Meet-Team CSS */
  .meet_team_area {
    padding: 24px;
  }
  .meet_team_title {
    padding: 16px 0px 84px;
  }
  .meet_team_title h2 {
    border-bottom: 1px solid #e3e5ea;
    padding: 0 24px 16px;
    font-size: 24px;
    text-align: center;
  }
  .meet_team_slider .slick-custom-arrow.slick-custom-arrow-left.slick-arrow {
    right: unset;
    left: -1px;
  }
  /* Signup CSS */
  .signin_form_box_inner {
    grid-template-columns: 1fr;
  }
  /* Appraisal form CSS */
  .appraisal_form.row {
    gap: 24px;
  }
  .form_btn_area {
    margin-top: 24px;
  }
  .form_btn_area > button.green_btn,
  .overview_btn {
    width: -webkit-fill-available;
    justify-content: center;
  }
  .appraisal_form_area {
    padding: 24px;
  }
  select.form-select,
  input {
    padding: 12px;
  }
  /* Sell Page CSS */
  .approach_upper_area {
    padding: 0 0 24px;
  }
}
@media (max-width: 350px) {
  /* Meet-Team CSS */
  .meet_team_area.mj_about_data {
    padding: 25px;
  }
}
