@charset "utf-8";
/* ====================
COLORS VARIABLES STARTS
======================= */
/* ==================
COLORS VARIABLES ENDS
=====================*/
/* =========================================================================================================================
COMMON CSS FOR GLOBAL REGIONS WHICH ARE USING IN EVERY PAGE LIKE HEADER,FOOTER,FONTS,COLORS,BUTTONS AND OTHER COMMON REGIONS
============================================================================================================================ */
/* ===============
GENERAL CSS STARTS
================== */
li:hover,
li:focus,
a:hover,
a:focus,
button:hover,
button:focus {
  outline: none !important;
}
.t-Button.t-Button--simple {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #111;
  text-decoration-color: #111;
  -webkit-tap-highlight-color: transparent;
  text-decoration-style: solid;
  text-decoration-line: none;
  -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.1s ease;
  transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.1s ease;
  transition: box-shadow 0.2s ease, transform 0.1s ease;
  transition: box-shadow 0.2s ease, transform 0.1s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.1s ease;
  border-color: #111;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
}
.t-Button--hot.t-Button {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 20px !important;
  color: #ffffff !important;
  text-decoration-color: #ffffff !important;
  -webkit-tap-highlight-color: transparent;
  text-decoration-style: solid;
  text-decoration-line: none;
  -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.1s ease;
  transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.1s ease;
  transition: box-shadow 0.2s ease, transform 0.1s ease;
  transition: box-shadow 0.2s ease, transform 0.1s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.1s ease;
  border-color: #111111 !important;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  background-color: #111111 !important;
}
.listing-cards .pagination .t-Button {
  background-color: #2e2e2e !important;
  padding: 0 10px !important;
}
.t-Card,
.t-Card-wrap {
  border-radius: 12px !important;
}
.container-max {
  width: 100%;
  max-width: 1175px;
  margin: auto;
  padding: auto;
}
@media (max-width: 1170px) {
  .container-max {
    padding: 16px;
  }
}
/*=========================
COMMON EXTERNAL FONTS STARTS
============================*/
@font-face {
  font-family: Poppins;
  unicode-range: U+0000-03FF, U+0500-058F, U+0700-074F, U+0780-FAFF, U+FE00-FE6F, U+FF00-EFFFF, U+FFFFE-10FFFF;
  font-weight: normal;
  font-style: normal;
  src: url("/assets/new-projects/fonts/Poppins-Regular.ttf");
  font-display: swap;
}
html {
  width: 100%;
  height: 100%;
  height: -webkit-fill-available;
  overflow-x: hidden;
}
body {
  font-family: Poppins;
  font-size: 14px;
  line-height: 1.43;
  color: #222222;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  margin: 0px;
}
body {
  line-break: strict;
}
/*========================
COMMON EXTERNAL FONTS ENDS
==========================*/
/*===========================
COLORS CLASSES FOR GLOBAL USE
=============================*/
/*Action Color Class*/
.u-color-46 {
  background-color: #0246c1 !important;
  fill: #0246c1 !important;
  color: #ffffff !important;
}
.u-color-46-text {
  color: #0246c1 !important;
}
.u-color-46-bg {
  background-color: #0246c1 !important;
  fill: #0246c1 !important;
}
.u-color-46-border {
  border-color: #0246c1 !important;
  stroke: #0246c1 !important;
}
.fa-whatsapp {
  color: #25d366 !important;
}
/*Black Color Class
- Used in developers listings*/
.u-color-47 {
  background-color: #111111 !important;
  fill: #111111 !important;
  color: #ffffff !important;
}
.u-color-47-text {
  color: #111111 !important;
}
.u-color-47-bg {
  background-color: #111111 !important;
  fill: #111111 !important;
}
.u-color-47-border {
  border-color: #111111 !important;
  stroke: #111111 !important;
}
/*Green Color Class
- Used For Whatsapp*/
.u-color-48 {
  background-color: #26af36 !important;
  fill: #26af36 !important;
  color: #ffffff !important;
}
.u-color-48-text {
  color: #26af36 !important;
}
.u-color-48-bg {
  background-color: #26af36 !important;
  fill: #26af36 !important;
}
.u-color-48-border {
  border-color: #26af36 !important;
  stroke: #26af36 !important;
}
.border-top-bg {
  border-top: 1px solid #ddd;
}
.border-bottom-bg {
  border-bottom: 1px solid #ddd;
}
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.u-justify-content-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*=====================
GENERAL BODY CSS STARTS
=======================*/
.custom-html-bg {
  overflow-y: scroll;
}
.custom-body-bg {
  color: #111111 !important;
  min-width: auto;
  font-weight: 400;
  font-style: normal;
}
.custom-body-bg .t-Body-content {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0px;
}
.custom-body-bg.home-bg .t-Body-content {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
}
.custom-body-bg h1,
.custom-body-bg h2 {
  font-weight: bold;
  font-style: normal;
  text-align: center;
}
.custom-body-bg h1 {
  font-size: 40px;
  line-height: 44px;
  padding-top: 30px;
  font-weight: 800;
  margin-bottom: 0;
  letter-spacing: -2.4;
}
.custom-body-bg h2 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -1.84;
}
.t-Button:not(.t-Button--simple) {
  color: #000 !important;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.125) inset !important;
          box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.125) inset !important;
  background: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  font-weight: 600;
}
.custom-bnb-btn {
  background-image: radial-gradient(circle at center, #5821a2 0%, #744fd8 50%, #5821a2 100%) !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  -webkit-tap-highlight-color: transparent !important;
  border-radius: 8px;
  color: #fff !important;
  outline: none;
  width: 100% !important;
  background-size: 200% 200%;
  -webkit-transition: opacity 1.25s;
  transition: opacity 1.25s;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0px solid #fff !important;
  outline: none !important;
}
.custom-bnb-btn:hover,
.custom-bnb-btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0px solid #fff !important;
  outline: none !important;
}
.custom-outline-btns {
  outline: none;
  background-color: transparent !important;
  color: #222;
  border-color: #222;
  border-radius: 8px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
.custom-outline-btns:focus,
.custom-outline-btns:hover {
  border-color: #000 !important;
  background-color: #f7f7f7 !important;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.t-Button:not(.t-Button--simple) .fa {
  color: #0246c1 !important;
}
.custom-body-bg p {
  font-size: 16px;
  line-height: 24px;
}
.custom-body-bg .t-Body-main {
  margin-top: 80px !important;
}
/*Removing Left Right Spacing*/
.custom-body-bg .t-Body-contentInner {
  padding: 0;
}
/*Removing Body-title Border*/
.custom-body-bg .t-Body .t-Body-main .t-Body-title {
  border-bottom: 0px solid #111111 !important;
  background: #F7F7F7 !important;
  top: 80px !important;
}
.breadcrumb-bg {
  background: #F7F7F7 !important;
}
.custom-body-bg.onscroll .t-Body .t-Body-main .t-Body-title {
  top: 65px !important;
}
.round {
  border-radius: 16px;
}
/*Overflow for Search form background starts*/
.html-overflow {
  overflow-y: hidden;
}
.animate,
.animate * {
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.custom-selectList {
  -webkit-box-shadow: 0px 1px 5px 1px #dbd6d6 !important;
          box-shadow: 0px 1px 5px 1px #dbd6d6 !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -125px;
  margin: 0 auto !important;
  z-index: 1;
}
.Autocomplete {
  top: 62px !important;
  width: calc(100% + 108px) !important;
  border-radius: 8px !important;
  z-index: 1;
}
.SearchComponent {
  border-bottom-left-radius: 8px !important;
}
.home-searchBtn {
  border-bottom-right-radius: 8px !important;
}
.SearchBtn {
  background-color: #0246c1 !important;
  color: #fff !important;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-justify-content-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.overflow-hidden {
  overflow: hidden;
}
.white-wrapper-bg {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 80px 75px 40px 75px;
  background-color: #fff !important;
  position: relative;
  margin: 0 auto;
}
.white-wrapper-bg:before {
  content: '';
  width: 100px;
  height: 100px;
  position: absolute;
  left: 25px;
  top: 25px;
  background-image: radial-gradient(#bfbebe 2px, transparent 3px);
  background-size: 25px 25px;
  background-position: 0 0,100px 100px;
}
.shadow-wrapper {
  background-color: #fff !important;
  color: #000;
  border: 1px solid #dddddd;
  border-radius: 12px;
  padding: 24px;
  -webkit-box-shadow: #0000001f 0px 6px 16px;
          box-shadow: #0000001f 0px 6px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.shadow-wrapper h1 {
  font-size: 38px;
  line-height: 40px;
  font-weight: 900;
  margin-bottom: 10px !important;
}
.shadow-wrapper p {
  font-size: 15px;
  line-height: 25PX;
  font-weight: 500;
  margin: 10px 0 0 0;
}
.swiper-button-next {
  right: 10px !important;
}
.swiper-button-next,
.swiper-button-prev {
  background-image: none !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-button-next .fa,
.swiper-button-prev .fa {
  color: #000 !important;
  font-size: 18px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}
@media (max-width: 640px) {
  .white-wrapper-bg {
    padding: 20px 10px;
    width: calc(100% - 10px);
  }
  .detail-view .white-wrapper-bg .wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center !important;
  }
  .white-wrapper-bg:before {
    left: -10px;
    top: 0px;
  }
  .shadow-wrapper {
    padding: 15px;
    width: 100%;
  }
  .shadow-wrapper p {
    font-size: 15px;
    line-height: 20px;
  }
  .shadow-wrapper h1 {
    font-size: 22px;
    line-height: 24px;
    margin-top: 10px;
    text-align: center !important;
  }
  .detail-view .shadow-wrapper h1 {
    text-align: center !important;
    margin: 20px 0 !important;
    font-size: 24px !important;
  }
}
/*================================================================
CUSTOM CARDS BUTTON LINE HEIGHT,WIDTH AND HEIGHT CHANGE CSS STARTS
==================================================================*/
.developer-slider-bg .t-Cards--featured .t-Icon,
.custom-overlay-card .t-Cards--basic .t-Icon {
  line-height: 16px;
  height: 16px;
}
/*==============================================================
CUSTOM CARDS BUTTON LINE HEIGHT,WIDTH AND HEIGHT CHANGE CSS ENDS
================================================================*/
/*===================
GENERAL BODY CSS ENDS
=====================*/
/*============================
GENERAL FLEX SLIDER CSS STARTS
==============================*/
.custom-slider-card.flexslider .slides img {
  width: auto;
}
/*==========================
GENERAL FLEX SLIDER CSS ENDS
============================*/
/*================================
GENERAL BODY CSS FOR MOBILE STARTS
==================================*/
@media (max-width: 992px) {
  .custom-body-bg h1 {
    font-size: 28px !important;
    line-height: 34px;
  }
  .custom-body-bg h2 {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  .custom-body-bg h1 {
    font-size: 26px !important;
    line-height: 30px !important;
  }
  .custom-body-bg h2 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
}
/*==============================
GENERAL BODY CSS FOR MOBILE ENDS
================================*/
/*=============================
GENERAL SECTION BG COLOR STARTS
===============================*/
.grey-bg {
  background: #222 !important;
  color: #ffffff !important;
}
.white-bg {
  background: #ffffff !important;
  color: #111111 !important;
}
.black-bg {
  background: #111111 !important;
  color: #ffffff !important;
}
.top-curve-bg {
  left: -200px;
  right: -200px;
  border-top-right-radius: 75%;
  border-top-left-radius: 75%;
  width: calc(100% + 400px);
  padding-top: 110px !important;
}
.bottom-curve-bg {
  left: -200px;
  right: -200px;
  border-bottom-right-radius: 75%;
  border-bottom-left-radius: 75%;
  width: calc(100% + 400px);
  padding-bottom: 90px !important;
}
.margin-auto {
  float: none !important;
}
@media (max-width: 768px) {
  .top-curve-bg,
  .bottom-curve-bg {
    left: 0;
    right: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    width: 100%;
    padding: 0px !important;
  }
  .mb-top-llg {
    margin-top: 0px !important;
  }
  .ui-dialog {
    width: 100% !important;
    height: 100% !important;
    min-height: -webkit-fill-available !important;
    border-radius: 0;
    top: 0 !important;
    z-index: 9999 !important;
  }
}
/*===========================
GENERAL SECTION BG COLOR ENDS
=============================*/
/* =============
GENERAL CSS ENDS
================*/
/* ==============
HEADER CSS STARTS
=================*/
/* ============
HEADER CSS ENDS
===============*/
/*===============
HEADER CSS STARTS
=================*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  padding: 16px;
  z-index: 999;
  background-color: #fff;
}
.logo img {
  max-width: 150px;
}
.main-navigation {
  display: none;
}
.header-nav {
  position: relative;
  right: 0;
  top: 0;
}
.header-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-nav ul li {
  float: left;
}
.header-nav ul li a {
  display: block;
  padding: 5px 0;
  margin: 0 10px;
  font-size: 16px;
  color: #000;
  position: relative;
  overflow: hidden;
}
.header-nav ul li a:before,
.header-nav ul li a:before,
.nav-content ul li a:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #0246c1 !important;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.header-nav ul li a:hover:before,
.header-nav ul li a:focus:before,
.header-nav ul li a.active:before {
  width: 100%;
}
.header-nav ul li a:hover,
.header-nav ul li a:focus,
.header-nav ul li a.active,
.nav-content ul li a:hover,
.nav-content ul li a:focus {
  color: #0246c1 !important;
}
@media (max-width: 992px) {
  .main-navigation {
    display: block;
  }
  .header-nav {
    display: none;
  }
  .nav-icon,
  .nav-close-icon {
    width: 40px;
    height: 40px;
    border: 2px solid rgba(0, 0, 0, 0.412);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 5px;
  }
  .nav-close-icon .fa {
    color: #000 !important;
    font-size: 20px;
    line-height: 22px;
  }
  .nav-icon:hover {
    border: 2px solid #000000;
  }
  .nav-close-icon {
    border: 2px solid rgba(0, 0, 0, 0.412);
    margin-right: 5px;
  }
  .nav-close-icon:hover {
    border: 2px solid #000;
  }
  .nav-fa {
    width: 20px;
    background: #000 !important;
    height: 2px;
    margin: 1.5px 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  @-webkit-keyframes circle {
    0% {
      -webkit-transform: scale(0, 0);
      transform: scale(0, 0);
    }
    10% {
      -webkit-transform: scale(0.1, 0.1);
      transform: scale(0.1, 0.1);
    }
    20% {
      -webkit-transform: scale(0.2, 0.2);
      transform: scale(0.2, 0.2);
    }
    30% {
      -webkit-transform: scale(0.3, 0.3);
      transform: scale(0.3, 0.3);
    }
    40% {
      -webkit-transform: scale(0.4, 0.4);
      transform: scale(0.4, 0.4);
    }
    50% {
      -webkit-transform: scale(0.5, 0.5);
      transform: scale(0.5, 0.5);
    }
    60% {
      -webkit-transform: scale(0.6, 0.6);
      transform: scale(0.6, 0.6);
    }
    70% {
      -webkit-transform: scale(0.7, 0.7);
      transform: scale(0.7, 0.7);
    }
    80% {
      -webkit-transform: scale(0.8, 0.8);
      transform: scale(0.8, 0.8);
    }
    90% {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
    }
    100% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
    }
  }
  @keyframes circle {
    0% {
      -webkit-transform: scale(0, 0);
      transform: scale(0, 0);
    }
    10% {
      -webkit-transform: scale(0.1, 0.1);
      transform: scale(0.1, 0.1);
    }
    20% {
      -webkit-transform: scale(0.2, 0.2);
      transform: scale(0.2, 0.2);
    }
    30% {
      -webkit-transform: scale(0.3, 0.3);
      transform: scale(0.3, 0.3);
    }
    40% {
      -webkit-transform: scale(0.4, 0.4);
      transform: scale(0.4, 0.4);
    }
    50% {
      -webkit-transform: scale(0.5, 0.5);
      transform: scale(0.5, 0.5);
    }
    60% {
      -webkit-transform: scale(0.6, 0.6);
      transform: scale(0.6, 0.6);
    }
    70% {
      -webkit-transform: scale(0.7, 0.7);
      transform: scale(0.7, 0.7);
    }
    80% {
      -webkit-transform: scale(0.8, 0.8);
      transform: scale(0.8, 0.8);
    }
    90% {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
    }
    100% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
    }
  }
  .animate-circle {
    position: fixed;
    top: calc(90px - 112vw);
    right: calc(30px - 112vw);
    width: 224vw;
    height: 224vw;
    border-radius: 50%;
    -webkit-transform-origin: center;
    transform-origin: center;
    background: #FFF;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .animate-circle.show {
    top: calc(60px - 224vw);
    right: calc(40px - 224vw);
    width: 448vw;
    height: 448vw;
    -webkit-animation: circle 0.8s forwards ease-in-out;
    animation: circle 0.8s forwards ease-in-out;
  }
  .main-nav {
    padding-top: 100px;
    height: calc(100vh - 200px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .nav-content {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    padding: 16px 16px 16px 11px;
    height: 100vh;
    display: none;
  }
  .nav-content.show {
    display: block !important;
  }
  .nav-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .nav-content ul li {
    width: 100%;
    float: left;
    -webkit-animation: slideUp ease 0.15s forwards 1s;
    animation: slideUp ease 0.15s forwards 1s;
    opacity: 0;
  }
  .nav-content ul li a {
    padding: 10px 0;
    margin: 0 20px;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: -0.05em;
    display: block;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: relative;
  }
  .nav-content ul li a:hover:before,
  .nav-content ul li a:focus:before {
    width: 30px !important;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 0;
  }
  .nav-content ul li a {
    font-size: 24px;
    line-height: 30px;
  }
  .nav-content {
    padding: 0;
  }
  .nav-close-icon {
    margin-right: 0;
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
  }
}
/*=============
  HEADER CSS ENDS
  ===============*/
/*=====================
BANNER TOP EMAIL STARTS
=======================*/
.banner-top-email {
  font-weight: 700;
  text-align: center;
}
.grey-bg.banner-top-email {
  border-top: 0px solid #111111 !important;
}
.banner-top-email a {
  color: #0246c1 !important;
}
/*===================
BANNER TOP EMAIL ENDS
=====================*/
/*=====================
FOOTER TOP EMAIL STARTS 
=======================*/
.footer-top-email {
  font-weight: 700;
  text-align: center;
}
.footer-top-email p {
  font-size: 18px;
}
.footer-top-email p a {
  color: #0246c1 !important;
  font-size: 22px;
}
.custom-footer a {
  color: #000 !important;
}
/*===================
FOOTER TOP EMAIL ENDS 
=====================*/
/*======================
COMMON FOOTER CSS STARTS
========================*/
.custom-body-bg .t-Footer-top {
  display: none;
}
.custom-body-bg .t-Footer {
  padding: 0;
  border: 0px solid #fff;
  margin-top: 40px !important;
}
.custom-body-bg .t-Footer-body {
  margin: 0;
}
/*====================
FOOTER TEXT CSS STARTS
======================*/
.footer-bg {
  text-align: center;
  padding: 0;
}
.footer-bg p {
  font-size: 14px;
  line-height: 20px;
}
.footer-bg a {
  color: #111111 !important;
  font-weight: 700;
  font-size: 18px;
}
/*==================
FOOTER TEXT CSS ENDS
====================*/
/*==========================
WHATSAPP FOOTER POPUP STARTS
============================*/
.whatsapp-footer-popup {
  width: auto;
  height: auto;
  position: fixed;
  right: 10px;
  bottom: 60px;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  -webkit-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in;
  border-radius: 15px;
  padding: 0px;
  line-height: 20px;
  font-size: 15px;
  z-index: 12;
}
.marquiz-cta {
  bottom: 10px;
  background: #0246c1 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50px;
  width: auto;
  height: auto;
  position: fixed;
  right: 10px;
  -webkit-transform: translateX(500%);
          transform: translateX(500%);
  -webkit-transition: 0.4s all ease-out;
  transition: 0.4s all ease-out;
  z-index: 99;
  padding: 10px 12px;
  text-align: center;
}
.marquiz-cta a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
.marquiz-cta a .fa {
  font-size: 22px;
  margin-right: 5px;
}
.whatsapp-bubble-avatar {
  width: 50px;
  height: 50px;
  float: left;
  margin: -15px 0 0 -70px;
}
.whatsapp-bubble-avatar img {
  border-radius: 100%;
}
.whatsapp-bubble-message {
  float: left;
  display: block;
  padding: 15px 15px 10px 15px;
}
.whatsapp-bubble-message::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  margin-left: -6px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #f1f0f0 transparent;
  bottom: 80%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.whatsapp-bubble-message p {
  text-align: left;
  color: #686868 !important;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  margin: 0 0 5px 0;
}
.whatsapp-bubble-message p span label {
  color: #111111 !important;
  font-weight: 700;
}
.whatsapp-bubble-message p span span {
  color: #0246c1 !important;
  font-weight: 700;
}
.whatsapp-bubble-bg span.fa.fa-times-circle {
  position: absolute;
  margin: 10px;
  cursor: pointer;
  right: 0;
}
.whatsapp-bubble-bg-show {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  -webkit-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in;
}
@media (max-width: 768px) {
  .marquiz-cta {
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .marquiz-cta .label {
    display: none;
  }
  .marquiz-cta a .fa {
    display: block;
    color: #fff;
  }
  .whatsapp-footer-popup {
    -webkit-transform: translateX(108%) !important;
            transform: translateX(108%) !important;
  }
  .whatsapp-footer-popup:hover {
    -webkit-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
  }
}
/*========================
WHATSAPP FOOTER POPUP ENDS
==========================*/
/*=========================================================
===FOOTER MOBILE BOTTOM STICKY BUTTONS CSS STARTS==========
===========================================================*/
.footer-sticky-btns {
  display: none;
}
.footer-sticky-btns .scount {
  font-size: 13px;
  position: absolute;
  top: 12px;
}
/*=========================================================
===FOOTER MOBILE BOTTOM STICKY BUTTONS CSS ENDS============
===========================================================*/
/*====================
COMMON FOOTER CSS ENDS
======================*/
/*==========================
SEARCH FORM POPUP CSS STARTS
============================*/
.main-search-area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: auto;
  z-index: 801;
  height: 100%;
}
.main-search-area .search-dev .t-Form-itemText--post,
.main-search-area .search-loc .t-Form-itemText--post {
  margin-right: -9px;
}
.main-search-area .search-dev .t-Form-itemText--pre,
.main-search-area .search-loc .t-Form-itemText--pre {
  color: #666666 !important;
}
.main-search-area .checkbox_group .apex-item-option {
  white-space: normal;
}
.main-search-area h2 {
  text-align: left;
  padding: 70px 0 0 0;
}
.main-search-area .search-close {
  text-align: right;
  cursor: pointer;
  margin-top: -70px;
  padding: 15px 0 7px 0;
}
@media (max-width: 768px) {
  .main-search-area .field-inline {
    width: 50%;
    float: left;
    clear: none;
  }
  .main-search-area .container-max {
    padding: 0;
  }
  .main-search-area h2 {
    padding: 25px 0 0 0;
  }
  .main-search-area .search-close {
    margin-top: -65px;
  }
}
/*========================
SEARCH FORM POPUP CSS ENDS
==========================*/
/*===========================
ENQUIRE FORM POPUP CSS STARTS
=============================*/
.enquire-popup-success {
  display: none;
}
/*===========================
ENQUIRE FORM POPUP CSS ENDS
=============================*/
/*===================================
MY COUNTRY SELECTOR PLUGIN CSS STARTS
=====================================*/
.custom-mobile-field.t-Form-fieldContainer--stretchInputs .intl-tel-input:focus,
.custom-mobile-field.t-Form-fieldContainer--stretchInputs .intl-tel-input .phone:focus {
  outline: 1px solid #70b2f0 !important;
  outline-offset: 0 !important;
}
.custom-mobile-field.t-Form-fieldContainer--stretchInputs .intl-tel-input,
.custom-mobile-field.t-Form-fieldContainer--stretchInputs .intl-tel-input .phone {
  width: 100% !important;
  font-size: 14px;
  border-style: none;
  background-color: #f9f9f9 !important;
}
.custom-mobile-field .t-Form-inputContainer {
  overflow: visible;
}
.custom-mobile-field .flag-container {
  padding: 0 !important;
  color: #111111 !important;
}
.custom-mobile-field .flag-container .iti-arrow {
  right: 3px !important;
}
.custom-mobile-field .t-Form-itemWrapper {
  border-radius: 2px;
  border: 1px solid #dfdfdf !important;
}
.custom-mobile-field.t-Form-fieldContainer .intl-tel-input,
.custom-mobile-field.t-Form-fieldContainer .intl-tel-input .phone {
  height: 48px;
}
.custom-mobile-field.t-Form-fieldContainer--large .intl-tel-input,
.custom-mobile-field.t-Form-fieldContainer--large .intl-tel-input .phone {
  height: 50px;
}
.custom-mobile-field.t-Form-fieldContainer--xlarge .intl-tel-input,
.custom-mobile-field.t-Form-fieldContainer--xlarge .intl-tel-input .phone {
  height: 60px;
}
/*=================================
MY COUNTRY SELECTOR PLUGIN CSS ENDS
===================================*/
/*===========================
NEWSLETTER SECTION CSS STARTS
=============================*/
.newsletter-bg {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #dfdfdf !important;
  background: rgba(0, 0, 0, 0.7) !important;
  color: #ffffff !important;
  display: none;
  overflow-y: scroll;
}
.newsletter-bg .newsletter-close {
  position: absolute;
  right: 30px;
  top: 20px;
  color: #0246c1 !important;
  cursor: pointer;
}
.newsletter-bg .flag-container {
  color: #111111 !important;
}
.newsletter-bg .newsletter-content {
  max-width: 700px;
  margin: 0 auto;
}
.newsletter-bg .newsletter-content p {
  margin-top: 10px;
}
.newsletter-bg .newsletter-whatsapp-content {
  text-align: center;
}
.newsletter-bg .newsletter-whatsapp-content a {
  width: 100%;
  float: left;
}
.newsletter-bg .newsletter-whatsapp-content a .fa {
  color: #26af36 !important;
}
.newsletter-bg .newsletter-whatsapp-content a .t-Button {
  background: #26af36 !important;
  color: #ffffff !important;
}
.newsletter-bg .newsletter-whatsapp-desktop {
  display: block;
}
.newsletter-bg .newsletter-whatsapp-mobile {
  display: none;
}
.newsletter-bg .signup-more,
.newsletter-bg .signup-message {
  display: none;
}
@media (max-width: 768px) {
  .newsletter-bg .newsletter-close {
    top: 0;
    right: 20px;
  }
  .newsletter-bg .newsletter-whatsapp-desktop {
    display: none;
  }
  .newsletter-bg .newsletter-whatsapp-mobile {
    display: block;
  }
}
/*=========================
NEWSLETTER SECTION CSS ENDS
===========================*/
/*====================
BREADCRUMBS CSS STARTS
======================*/
.custom-html-bg .t-Breadcrumb {
  margin-top: 10px;
  padding: 10px 0 15px 0;
}
.custom-html-bg .onscroll .t-Breadcrumb {
  margin-top: 27px;
}
@media (max-width: 768px) {
  .custom-html-bg .t-Breadcrumb {
    margin-top: 0;
    padding: 10px 0 10px 15px;
  }
}
/*==================
BREADCRUMBS CSS ENDS
====================*/
/*==============================
FEATURE BANNER IMAGES CSS STARTS
================================*/
.feat-slider-img {
  border: 0;
  background: none;
  border-radius: 0;
}
.feat-slider-img .slides {
  margin: 0;
}
.feat-dk-img {
  width: calc(100% - 100px);
  max-height: 600px;
  min-height: 600px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  overflow: hidden;
  margin: 50px;
  border-radius: 24px;
}
.feat-mb-img {
  width: 100%;
  display: none !important;
}
@media (max-width: 768px) {
  .feat-dk-img {
    min-height: 200px;
    background: none !important;
    margin: 16px;
    width: calc(100% - 32px);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .feat-dk-img img {
    min-height: 200px;
  }
  .feat-mb-img {
    min-height: 200px;
    display: inline-block !important;
  }
}
/*============================
FEATURE BANNER IMAGES CSS ENDS
==============================*/
/*======================
SCROLL ARROWS CSS STARTS
========================*/
.arrow_a {
  width: 45px;
  height: 76px;
  position: absolute;
  left: 49.25%;
  z-index: 9;
  bottom: -10px;
  text-align: center;
}
.arrow {
  opacity: 0;
  position: absolute;
  bottom: 45px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.arrow-first {
  -webkit-animation: arrow-movement 2s ease-in-out infinite;
  animation: arrow-movement 2s ease-in-out infinite;
}
.arrow-second {
  -webkit-animation: arrow-movement 2s 1s ease-in-out infinite;
  animation: arrow-movement 2s 1s ease-in-out infinite;
}
.black-arr:before,
.black-arr:after {
  background: #111111 !important;
}
.white-arr:before,
.white-arr:after {
  background: #ffffff !important;
}
.arrow:before,
.arrow:after {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
}
.arrow:before {
  -webkit-transform: rotate(45deg) translateX(-23%);
  transform: rotate(45deg) translateX(-23%);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.arrow:after {
  -webkit-transform: rotate(-45deg) translateX(23%);
  transform: rotate(-45deg) translateX(23%);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
@-webkit-keyframes arrow-movement {
  0% {
    opacity: 0;
    bottom: 70px;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-movement {
  0% {
    opacity: 0;
    bottom: 70px;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*====================
SCROLL ARROWS CSS ENDS
======================*/
/*==========================
SHORTLIST SECTION CSS STARTS
============================*/
.fixed-sl-section {
  position: fixed;
  height: 178px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7) !important;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7) !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7) !important;
  z-index: 99;
  bottom: 0;
  -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  margin: 0;
  overflow: visible;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.fixed-sl-section.sidebar-panel-open {
  bottom: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.panel-wrap {
  margin: 6px auto;
}
.select-sl-container {
  width: 100%;
  float: left;
}
.selected-sl-projects .t-Cards .sl-box-bg {
  width: 100%;
  max-width: 225px;
}
.selected-sl-projects .t-Cards .sl-box-bg .t-Card-titleWrap {
  padding: 5px;
}
.selected-sl-projects .t-Cards .sl-box-bg .t-Card-subtitle img {
  width: 100%;
}
.selected-sl-projects .t-Cards .sl-box-bg .t-Card-titleWrap {
  padding: 5px;
}
.selected-sl-projects .t-Cards .sl-box-bg .t-Card-title .sl-title {
  width: 90%;
  float: left;
}
.selected-sl-projects .t-Cards .sl-box-bg .t-Card-title a {
  color: #0246c1 !important;
}
.selected-sl-projects .t-Cards .sl-box-bg .t-Card-title .sl-close {
  float: right;
  color: #0246c1 !important;
}
.selected-sl-projects .t-Cards .sl-box-bg .t-Card-subtitle {
  margin: 2px 0 0 0;
  line-height: 0;
}
@media (max-width: 768px) {
  .fixed-sl-section {
    display: none;
  }
}
/*========================
SHORTLIST SECTION CSS ENDS
==========================*/
/*====================
BREADCRUMBS CSS STARTS
======================*/
.t-Breadcrumb .t-Breadcrumb-item:last-child:after {
  display: none;
}
/*==================
BREADCRUMBS CSS ENDS
====================*/
.marquizPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999999;
}
.closeMarquiz {
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 9999;
  cursor: pointer;
  color: #e3e3e3 !important;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
}
#marquizPopup {
  position: relative;
  padding: 30px;
}
.marquizPopup iframe {
  border: 0 solid;
  width: 100%;
  height: 100%;
  min-width: 72vw;
  min-height: 72vh;
  display: initial !important;
}
@media (max-width: 768px) {
  .marquizPopup {
    height: 100% !important;
    min-height: -webkit-fill-available !important;
  }
  #marquizPopup {
    height: 100% !important;
    min-height: -webkit-fill-available !important;
    padding: 0 !important;
  }
  .closeMarquiz {
    background-color: #e3e3e3 !important;
    border-radius: 50%;
    top: 10px;
    right: 10px;
    color: #4e4e4e !important;
    font-size: 18px;
    padding: 7px;
  }
  .marquizPopup iframe {
    min-width: 100vw;
    min-height: -webkit-fill-available !important;
  }
}
@media (max-height: 990px) {
  .marquizPopup iframe {
    min-height: 85vh;
  }
}
.wave-btn {
  width: 100%;
  padding: 10px 30px;
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
  border-radius: 8px;
  margin-top: 15px;
}
.wave-btn:hover .wave {
  top: -120px;
}
.wave-btn span {
  position: relative;
  z-index: 1;
  color: white;
  font-size: 14px;
  letter-spacing: 8px;
}
.wave {
  width: 100%;
  height: 215px;
  background-color: #e31c5f;
  -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: -80px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.wave:before,
.wave:after {
  width: 200%;
  height: 200%;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -75%);
          transform: translate(-50%, -75%);
}
.wave:before {
  border-radius: 45%;
  background-color: rgba(20, 20, 20, 0.8);
  -webkit-animation: wave 5s linear infinite;
          animation: wave 5s linear infinite;
}
.wave:after {
  border-radius: 40%;
  background-color: rgba(20, 20, 20, 0.4);
  -webkit-animation: wave 10s linear infinite;
          animation: wave 10s linear infinite;
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: translate(-50%, -75%) rotate(0deg);
            transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -75%) rotate(180deg);
            transform: translate(-50%, -75%) rotate(180deg);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: translate(-50%, -75%) rotate(0deg);
            transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -75%) rotate(180deg);
            transform: translate(-50%, -75%) rotate(180deg);
  }
}
/*================
NEW LISTINGS CARDS
==================*/
.listing-cards .t-Card-colorFill,
.listing-cards .t-Card-icon {
  background-color: #fff !important;
}
.listing-cards .t-Cards .t-Cards-item {
  width: 31.33%;
  margin: 15px 1%;
}
.listing-cards .t-Cards .t-Cards-item .t-Card {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.listing-cards .t-Cards .t-Cards-item .t-Card .t-Card-wrap .t-Card-titleWrap {
  padding: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.listing-cards .t-Cards .t-Cards-item .t-Card .t-Card-wrap img,
.listing-cards .t-Cards .t-Cards-item .t-Card .t-Card-wrap {
  border: 0px solid #ffffff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 385px;
  min-height: 385px;
}
.listing-cards .t-Cards .t-Cards-item .t-Card .t-Card-body {
  padding: 0 !important;
}
.listing-cards .t-Cards .t-Cards-item .t-Card .t-Card-body .t-Card-info {
  display: none;
}
.listing-cards h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #000;
  margin-top: 16px;
  text-align: left;
}
.listing-cards h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
  color: #000;
  text-align: left;
}
.listing-cards p {
  color: rgba(0, 0, 0, 0.92);
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  margin-top: 0;
}
.listing-cards .t-Button {
  background-color: #2e2e2e;
  border: 0;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(255, 255, 255, 0.92) !important;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  line-height: 48px;
  margin: 0;
  outline: 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  text-align: center;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  padding: 0;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.listing-cards .t-Button .fa {
  margin-right: 5px;
  color: #fff !important;
}
.listing-cards .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listing-cards .btn-container .t-Button {
  width: 25%;
  margin-left: 8px;
  background-color: #ebebeb;
}
.listing-cards .btn-container .t-Button:first-child {
  background-color: #2e2e2e;
  color: rgba(255, 255, 255, 0.92) !important;
  width: 100%;
  margin: 0;
}
.listing-cards .btn-container .t-Button .fa {
  line-height: 48px;
  margin: 0;
  color: rgba(0, 0, 0, 0.92) !important;
}
.listing-cards .btn-container .t-Button:hover,
.listing-cards .btn-container .t-Button:focus {
  background-color: #d6d6d6 !important;
}
.listing-cards .btn-container .t-Button:first-child .fa {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.92) !important;
}
.listing-cards .t-Button:hover,
.listing-cards .t-Button:focus {
  background-color: #272727 !important;
}
.listing-cards .btn-container .t-Button:first-child:hover,
.listing-cards .btn-container .t-Button:first-child:focus {
  background-color: #272727 !important;
}
@media (max-width: 768px) {
  .listing-cards .t-Cards .t-Cards-item {
    width: 100%;
    margin: 7px 0%;
  }
}
/*==============
Gallery Grid Css
================*/
.gallery-grid-tiles {
  max-width: 1170px;
  margin: 0 auto;
}
.gallery-grid-tiles ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  position: relative;
  float: left;
  overflow: hidden;
}
.gallery-grid-tiles ul li {
  width: calc(25% - 8px);
  margin: 0 4px 8px 4px;
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  height: 255px;
}
.gallery-grid-tiles ul li img {
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 255px;
  width: 100%;
}
.gallery-grid-tiles ul li:first-child {
  width: calc(50% - 8px);
  height: 518px !important;
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  margin: 0 4px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.gallery-grid-tiles ul li:first-child img {
  min-height: 518px;
}
.gallery-grid-tiles ul li:nth-child(3) {
  border-top-right-radius: 16px;
}
.gallery-grid-tiles ul li:nth-child(5) {
  z-index: 2;
  border-bottom-right-radius: 16px;
}
.gallery-grid-tiles ul li a {
  display: block;
  height: 100%;
  line-height: 0;
}
.gallery-grid-tiles ul li a:hover:after {
  background: rgba(0, 0, 0, 0.2);
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.gallery-grid-tiles ul li.fixed-tile {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-bottom-right-radius: 16px;
}
.gallery-grid-tiles ul li a .t-Button {
  font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
  position: absolute;
  bottom: 15px;
  right: 25px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #222222;
  font-weight: 600;
  color: #222;
  font-size: 14px;
  line-height: 18px;
  padding: 7px 15px;
  -webkit-tap-highlight-color: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery-grid-tiles ul li a .t-Button svg {
  margin-right: 4px;
}
.home-area .gallery-grid-tiles ul li a .t-Button {
  left: 25px;
  right: auto;
  height: auto;
  z-index: 1;
}
.home-area .gallery-grid-tiles ul li .image-content {
  position: absolute;
  left: 25px;
  bottom: 15px;
  z-index: 1;
}
.home-area .gallery-grid-tiles ul li .image-content h3 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-shadow: 1px 1px 2px #000;
}
.home-area .gallery-grid-tiles ul li a:hover:after {
  background: rgba(0, 0, 0, 0.5) !important;
}
.home-area .gallery-grid-tiles ul li .image-content h4 {
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  text-shadow: 1px 1px 2px #000;
}
.home-area .gallery-grid-tiles ul li .image-content h4 span {
  color: #fff;
  font-size: 16px;
}
.home-area .gallery-grid-tiles ul li:first-child .image-content {
  top: 15px;
}
/* =================
The Modal CSS Starts
====================*/
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: black;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 80%;
}
.modal-content:focus {
  outline: none;
  -webkit-tap-highlight-color: none;
}
.modal-header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
}
.close {
  color: white;
  z-index: 9;
  font-size: 14px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 4px 8px;
}
.close .fa {
  padding-right: 4px;
}
.close:hover,
.close:focus {
  background: #4a4a4a !important;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}
.mySlides {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - 200px);
  min-height: 600px;
}
.mySlides img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
  border-radius: 50% !important;
  margin-top: -50px;
  color: #fff;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.next {
  right: 20px;
}
.prev {
  left: 20px;
}
.prev .fa,
.next .fa {
  font-size: 12px;
}
.prev:hover,
.next:hover {
  background: #4a4a4a !important;
}
.numbertext {
  color: #f2f2f2;
  font-size: 14px;
  padding: 4px 6px;
}
/*Modal Page CSS Starts*/
.modalPage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  height: 100vh;
  padding: 0;
  display: none;
  overflow-x: hidden;
  overflow-y: scroll;
}
.modalpage-content {
  max-width: 990px;
  margin: 68px auto 0;
  overflow: hidden;
}
.modalPageSlides.grids {
  width: calc(100% - 8px);
  float: left;
}
.modalPageSlides {
  width: calc(50% - 8px);
  float: left;
  margin: 2px 4px;
  position: relative;
}
.modalPageSlides img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 400px;
}
.modalPageSlides:hover:after {
  background: rgba(0, 0, 0, 0.2);
  content: '';
  width: 100%;
  height: calc(100% - 4px);
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.modalPageSlides.grids img {
  height: 550px;
}
.modalPageHeader {
  background: #fff;
  padding: 10px 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.close-modal-page {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.close-modal-page .fa {
  font-weight: bold;
  color: #000;
}
.close-modal-page:hover {
  background: #e5dddd;
}
@media (max-width: 768px) {
  .modal-header-actions {
    bottom: 10px;
  }
  .mySlides img {
    min-height: 250px;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
@media (max-width: 640px) {
  .gallery-grid-tiles ul li {
    display: none;
  }
  .gallery-grid-tiles ul li:first-child {
    display: block;
    width: 100% !important;
    border-radius: 0 !important;
    min-height: auto;
    height: auto !important;
    margin: 0;
  }
  .gallery-grid-tiles ul li:first-child img {
    min-height: auto !important;
    height: 100% !important;
  }
  .modal {
    display: block !important;
    position: relative !important;
    z-index: 1 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
    background-color: transparent !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .mySlides {
    height: auto !important;
    min-height: 250px !important;
    position: relative;
  }
  .gallery-grid-tiles {
    display: none;
  }
  .modal .close,
  .modal .next,
  .modal .prev {
    display: none;
  }
  .modal-content {
    width: 100% !important;
    min-height: 250px;
  }
  .numbertext {
    color: #fff;
    font-size: 16px;
    padding: 5px 7px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #000000;
    border-radius: 5px;
    line-height: 16px;
    z-index: 999;
  }
  .floorplan-bg .modal {
    display: none !important;
  }
}
/*==============
  Gallery Grid Css
  ================*/
/*===============
  FOOTER CSS STARTS
  =================*/
.footer-links-bg .t-Card {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-links-bg h5 {
  color: #000 !important;
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.footer-links-bg a {
  font-size: 14px;
  line-height: 18px;
  color: #6e6868 !important;
  padding-bottom: 5px;
}
/*===========
  FOOTER CSS ENDS
  ===============*/
/*=======================
  WHATSAPP POPUP CSS STARTS
  =========================*/
.floatingWapp {
  background-color: #25d366 !important;
  -webkit-box-shadow: 0 0 5px 1px #25d30714 !important;
          box-shadow: 0 0 5px 1px #25d30714 !important;
  color: #fff !important;
  padding: 6px 11px;
  width: auto;
  border-radius: 50px;
  margin: 0 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.floatingWapp .fa {
  color: #fff !important;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin-right: 3px;
  font-size: 24px !important;
  background-color: #25d366 !important;
}
.whatsapp-confirm {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #f9f9f9de;
  top: 0;
  left: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.whatsapp-popup {
  padding: 30px;
  -webkit-box-shadow: 0 0 5px 1px #ede8e8;
          box-shadow: 0 0 5px 1px #ede8e8;
  border-radius: 15px;
  position: relative;
  background: #fff;
}
.whatsapp-popup .t-Form-itemWrapper {
  display: block;
}
.whatsapp-popup .t-Form-itemWrapper .text_field {
  width: 100% !important;
  padding-right: 0 !important;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #d9d3d3;
}
.whatsapp-popup .t-Form-labelContainer {
  text-align: center;
  padding-bottom: 4px;
}
.whatsapp-popup .t-Form-labelContainer .t-Form-label {
  color: #000;
  font-weight: bold;
}
.triggerWhatsapp {
  background-color: #24d467 !important;
  color: #fff !important;
  border: 0px solid transparent !important;
  font-size: 16px !important;
  line-height: 18px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.triggerWhatsapp .fa {
  color: #fff !important;
  font-size: 20px;
}
.triggerWhatsapp:hover {
  background-color: #1ff771d5 !important;
}
.whatsapp-popup .whatsappBtn {
  background-color: #24d467 !important;
  border-radius: 5px;
  padding: 13px 15px;
  margin: 30px auto 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff !important;
  border: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.whatsapp-popup .whatsappBtn .fa {
  color: #fff !important;
  font-size: 24px;
}
.whatsapp-popup .agent img {
  width: 115px;
  height: 115px;
  margin: 0 auto;
  border-radius: 50%;
  background: #dfdfdf;
  padding: 0;
  border: 3px solid #ededed;
}
.whatsapp-popup .fa-times-circle {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 2;
  font-size: 26px;
  color: #cdcdcd;
  cursor: pointer;
}
.whatsapp-popup .whatsapp-header {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #fff;
  margin: -70px auto 25px;
  border: 10px solid #f9f9f9de;
}
.whatsapp-popup .whatsapp-header .fa {
  font-size: 34px !important;
}
/*===================
  WHATSAPP POPUP CSS ENDS
  =======================*/
/* ===========================================================================
CUSTOM CSS FOR CUSTOM REGIONS LIKE COLLAPSIBLE REGION STYLE, GALLERY STYLE ETC
============================================================================== */
/*========================
HOMEPAGE BANNER CSS STARTS
==========================*/
.banner-bg {
  background: url(/assets/new-projects/images/dubai-harbour-aerial.jpeg);
  height: 30vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: 0 30%;
  background-size: cover;
  position: relative;
}
.area-banner img {
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.banner-bg h1 {
  color: #ffffff !important;
  padding-top: 150px;
  padding-top: 0;
  margin-bottom: 20px;
  text-shadow: 0 1px 2px #000000b8;
  font-size: 46px;
  line-height: 50px;
}
.banner-bg .banner-search-btn {
  max-width: 520px;
  margin: 0 auto !important;
}
.banner-bg .banner-search-btn .apex-item-text::-webkit-input-placeholder {
  color: #6e7a89 !important;
  opacity: 1;
}
.banner-bg .banner-search-btn .apex-item-text::-moz-placeholder {
  color: #6e7a89 !important;
  opacity: 1;
}
.banner-bg .banner-search-btn .apex-item-text:-ms-input-placeholder {
  color: #6e7a89 !important;
  opacity: 1;
}
.banner-bg .banner-search-btn .apex-item-text::-ms-input-placeholder {
  color: #6e7a89 !important;
  opacity: 1;
}
.banner-bg .banner-search-btn .apex-item-text::placeholder {
  color: #6e7a89 !important;
  opacity: 1;
}
.banner-bg .banner-search-btn .apex-item-text {
  height: 54px;
  background-color: #ffffff !important;
  border: 0;
}
.banner-bg .banner-search-btn .t-Form-itemText--post {
  width: 40px;
  height: 54px;
  padding-right: 40px;
  background: #ffffff !important;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.banner-bg .banner-search-btn .t-Form-itemText--post .fa {
  font-weight: bolder;
}
.banner-bg .container-max .container {
  overflow: visible;
}
@media (max-width: 640px) {
  .banner-bg {
    height: 55vh;
  }
  .banner-bg h1 {
    padding-top: 0;
  }
  .banner-bg .banner-search-btn .apex-item-text {
    width: 215px;
  }
}
/*======================
HOMEPAGE BANNER CSS ENDS
========================*/
/*==============================
DEVELOPER FLEX SLIDER CSS STARTS
================================*/
.dev-bg .t-Cards {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.dev-bg .t-Card-wrap {
  border-radius: 12px;
  border: 0px solid #fff !important;
}
.dev-bg .swiper-container {
  padding: 40px 0;
}
.dev-bg .t-Card-titleWrap {
  padding: 12px;
  min-height: 64px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dev-bg .t-Card-colorFill {
  background-color: transparent !important;
}
.dev-bg .t-Card-wrap {
  min-height: auto;
  text-align: center;
}
.dev-bg .t-Card-wrap img {
  width: 100%;
  max-width: 150px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.dev-bg .swiper-container .swiper-next-btn,
.dev-bg .swiper-container .swiper-prev-btn {
  outline: none;
  background-image: none !important;
  cursor: pointer;
}
.dev-bg .swiper-prev-btn {
  position: absolute;
  top: 42%;
  z-index: 99;
  -webkit-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
  left: 20px;
}
.dev-bg .swiper-next-btn {
  position: absolute;
  top: 42%;
  z-index: 99;
  -webkit-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
  right: 0px;
}
.dev-bg .swiper-container .swiper-next-btn .fa,
.dev-bg .swiper-container .swiper-prev-btn .fa {
  color: #0246c1 !important;
  font-size: 20px;
  background: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #d7caca;
  border-radius: 50%;
}
.dev-bg .t-Card,
.dev-bg .t-Card-wrap,
.dev-bg .t-Card-wrap .t-Card-titleWrap {
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
  border: 0px solid #fff !important;
}
/*============================
DEVELOPER FLEX SLIDER CSS ENDS
==============================*/
/*===========================
CUSTOM TABS DESIGN CSS STARTS
=============================*/
/*Removing Existing Tabs CSS Starts*/
/*Top Projects CSS Starts*/
.top-projects-bg {
  background: #ffffff !important;
}
.top-projects {
  padding-top: 30px;
  position: relative;
  z-index: 2;
}
.top-projects h2 {
  width: 55%;
  text-align: center;
  margin: 0 auto 25px;
  padding-right: 0;
}
.top-projects .t-Cards-item .t-Card {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.top-projects .t-Cards {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 16px -8px 60px -8px;
  overflow: initial !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-projects .t-Cards-item {
  max-width: 300px !important;
  margin-right: 5px !important;
}
.top-projects .t-Cards-item .t-Card .t-Card-wrap {
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0px solid !important;
  background: transparent !important;
  padding-left: 10px !important;
}
.top-projects .t-Cards-item .t-Card .t-Card-wrap .t-Card-colorFill:before {
  background-color: transparent !important;
}
.top-projects .t-Card-wrap .t-Card-titleWrap {
  padding: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.top-projects .t-Card-wrap .t-Card-titleWrap .t-Card-title .cards-image {
  background-size: cover;
  border-radius: 8px !important;
  height: 380px;
  margin-left: 10px;
}
.top-projects .t-Card-wrap .t-Card-titleWrap .t-Card-title .cards-image .overlay-bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-position: center center;
  padding: 0 15px;
}
.top-projects .t-Card-wrap .t-Card-titleWrap .t-Card-title .title .fa {
  font-size: 20px;
  margin-top: 4px;
}
.top-projects .t-Card-wrap .t-Card-titleWrap .t-Card-title .sub-title {
  font-size: 42px;
  color: #111111 !important;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
  margin-left: 10px;
}
.top-projects .t-Card-wrap .t-Card-titleWrap .t-Card-title .sub-title .u-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: auto;
  padding: 24px 10px 0 0;
  font-size: 20px !important;
  font-weight: 700;
  height: 30px;
  text-align: left;
}
.top-projects .t-Card-wrap .t-Card-titleWrap .t-Card-title .cards-image .title {
  font-size: 18px;
  line-height: 32px;
  color: #ffffff !important;
  font-weight: 400;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left !important;
  width: 95%;
  position: absolute;
  bottom: 115px;
  left: 20px;
  width: 90%;
}
.top-projects .t-Card-wrap .t-Card-titleWrap .t-Card-title .title {
  font-size: 20px;
  line-height: 32px;
  color: #111111 !important;
  font-weight: 700;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left !important;
  margin-left: 10px;
}
.project-tabs {
  background: transparent;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  border-radius: 50px;
  padding-bottom: 7px !important;
  margin-bottom: 30px;
  margin: -15px auto 30px;
  z-index: 9;
  position: relative;
}
.project-tabs .t-Button:first-child {
  border-left: 1px solid #EDEDED !important;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.project-tabs .t-Button:last-child {
  border-right: 1px solid #EDEDED !important;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.project-tabs .t-Button {
  margin-left: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-top: 1px solid #EDEDED !important;
  border-bottom: 1px solid #EDEDED !important;
  border-left: 0px solid transparent !important;
  border-right: 0px solid transparent !important;
  font-size: 16px;
  line-height: 20px;
  border-radius: 0;
  margin: 0 -4px !important;
  background-color: #fff !important;
  padding: 15px 25px !important;
}
.project-tabs .t-Button.active {
  background-color: #0246c1 !important;
  color: #ffffff !important;
  border: 1px solid #0246c1 !important;
}
.top-projects .swiper-button-prev,
.top-projects .swiper-button-next {
  top: 40% !important;
}
.top-projects .flag-plan {
  position: absolute;
  top: 60%;
  padding: 5px 10px 5px 10px;
  background: #fff;
  color: #000;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  left: 10px;
  border-top-left-radius: 5px;
  -webkit-box-shadow: 0 0 5px 1px #c9abab;
  box-shadow: 0 0 5px 1px #c9abab;
  font-weight: 600;
  font-size: 14px;
}
.top-projects .flag-plan:before,
.top-projects .flag-plan:before {
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.top-projects .flag-plan:before {
  border-color: #ebe2e2 #ebe2e2 transparent transparent;
  border-width: 0 10px 10px 0;
  top: 100%;
  left: 00;
}
.top-projects .t-Button:not(.t-Button--simple) {
  color: #ffffff !important;
}
.top-projects .t-Button:not(.t-Button--simple):hover,
.top-projects .t-Button:not(.t-Button--simple):focus {
  color: #111111 !important;
}
@media (max-width: 992px) {
  .top-projects-bg {
    padding: 0 24px;
  }
}
@media (max-width: 640px) {
  .top-projects {
    padding-top: 30px;
  }
  .project-tabs {
    margin-bottom: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-projects .t-Cards {
    margin: 16px -8px 16px -8px;
  }
  .top-projects h2 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0 !important;
  }
  .review-img img {
    width: 90%;
  }
  .top-projects .t-Card-wrap .t-Card-titleWrap .t-Card-title .sub-title span,
  .top-projects .t-Card-wrap .t-Card-titleWrap .t-Card-title .sub-title sub,
  .top-projects .t-Card-wrap .t-Card-titleWrap .t-Card-title .sub-title {
    color: #111111 !important;
    text-align: left;
  }
  .top-projects .t-Cards-item:last-child .t-Card-wrap .t-Card-titleWrap .t-Card-title .sub-title span,
  .top-projects .t-Cards-item:last-child .t-Card-wrap .t-Card-titleWrap .t-Card-title .sub-title sub,
  .top-projects .t-Cards-item:last-child .t-Card-wrap .t-Card-titleWrap .t-Card-title .sub-title {
    color: #ffffff !important;
    text-shadow: 0 1px 5px #8e8686 !important;
  }
  .top-projects .t-Cards-item {
    max-width: calc(100% - 20px) !important;
    margin: 0px 20px !important;
  }
  .top-projects .swiper-nav {
    padding: 0 10px;
  }
  .top-projects .swiper-next-btn .fa,
  .top-projects .swiper-prev-btn .fa {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .project-tabs .t-Button {
    padding: 10px 15px !important;
  }
  .top-projects .t-Card-wrap .t-Card-titleWrap .t-Card-title .cards-image {
    -webkit-filter: none !important;
            filter: none !important;
    border-radius: 10px !important;
  }
  .topprojectsbtn a {
    margin: 10px 0 0 0 !important;
  }
}
/*Top Projects CSS Ends*/
/*Adding Custom Tabs CSS Ends*/
/*=========================
CUSTOM TABS DESIGN CSS ENDS
===========================*/
/*============================
CUSTOM OVERLAY CARD CSS STARTS
==============================*/
.custom-overlay-card ul li .t-Card {
  background-size: 100% 100%;
  height: 210px;
  border-radius: 0;
  margin-bottom: 0;
}
.custom-overlay-card ul li .t-Card-content-bg {
  width: 100%;
  height: 210px;
  position: relative;
  overflow: hidden;
}
.custom-overlay-card ul li .t-Card-content {
  position: absolute;
  top: 75%;
  width: 100%;
  background-color: #111111 !important;
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0.85;
  height: 210px;
}
.custom-overlay-card ul li:hover .t-Card-content,
.custom-overlay-card ul li:hover .t-Card-over {
  top: 0;
}
.custom-overlay-card ul li .t-Card-over {
  position: relative;
  z-index: 95;
  width: 100%;
  height: 100%;
  top: 75%;
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.custom-overlay-card ul li:hover .t-Card-title span {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}
.custom-overlay-card h2,
.custom-overlay-card h3,
.custom-overlay-card h4,
.custom-overlay-card p {
  color: #ffffff !important;
}
.custom-overlay-card .t-Card-title {
  padding-bottom: 6px;
}
.custom-overlay-card .t-Card-title span {
  position: absolute;
  top: 20px;
  right: 15px;
}
.featured-project-bg .custom-overlay-card .t-Card-body {
  padding: 16px;
}
.featured-project-bg p {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.featured-project-bg .t-Card-title {
  font-size: 1.8rem;
}
/*==========================
CUSTOM OVERLAY CARD CSS ENDS
============================*/
/*=========================================
LIFESTYLE AREACARDS CSS FOR HOMEPAGE STARTS
===========================================*/
.area-cards-bg .t-IRR-region {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.area-cards-bg .custom-overlay-card .t-Card-body {
  text-align: center;
  padding: 0 16px;
}
.area-cards-bg .custom-overlay-card ul li .t-Card-content,
.area-cards-bg .custom-overlay-card ul li .t-Card-over {
  height: 270px;
}
.area-cards-bg .custom-overlay-card ul li:hover .t-Card-content,
.area-cards-bg .custom-overlay-card ul li:hover .t-Card-over {
  top: -60px;
}
.area-cards-bg .t-Card-title,
.area-cards-bg h4 {
  font-size: 2rem;
  line-height: 22px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.area-cards-bg h4 {
  padding-top: 15px;
}
.area-cards-bg .custom-overlay-card .t-Card-over .t-Card-desc span {
  width: 100%;
  float: left;
  font-size: 8rem;
  font-weight: 900;
  line-height: 50px;
  color: #ffffff !important;
  margin-bottom: 15px;
  margin-top: 10px;
}
.area-cards-bg p {
  margin-bottom: -7px;
  font-size: 1.6rem;
}
/*=======================================
LIFESTYLE AREACARDS CSS FOR HOMEPAGE ENDS
=========================================*/
/*=====================
HOMEPAGE MAP CSS STARTS
=======================*/
.home-map {
  line-height: 0;
  position: relative;
}
.home-map .onhov {
  display: none;
}
.home-map a {
  width: 100%;
  float: left;
  height: 450px;
  background: url(/assets/new-projects/images/map1.gif) no-repeat center;
  background-size: cover;
}
.home-map a span {
  display: none;
  width: 100%;
  text-align: center;
  color: #ffffff !important;
  font-size: 1.9rem;
  position: relative;
  margin: 0;
  top: 50%;
  z-index: 99;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.home-map .map-overlay {
  display: none;
  width: 100%;
  position: absolute;
  background: #111111 !important;
  height: 450px;
  opacity: 0.5;
  top: 70px;
}
.home-map a:hover .map-overlay,
.home-map a:hover span {
  display: block;
}
@media (max-width: 1170px) {
  .home-map .map-overlay {
    width: 97%;
    top: 85px;
  }
}
@media (max-width: 992px) {
  .home-map .map-overlay {
    width: 96.5%;
    top: 75px;
  }
}
@media (max-width: 640px) {
  .home-map .map-overlay {
    width: 94%;
    top: 64px;
  }
}
@media (max-width: 480px) {
  .home-map .map-overlay {
    width: 90%;
    top: 100px;
  }
}
/*===================
HOMEPAGE MAP CSS ENDS
=====================*/
/*==========================
ONE PLACE SECTION CSS STARTS
============================*/
.one-place ul li {
  border: 1px solid #111111 !important;
}
.one-place ul li:nth-child(2),
.one-place ul li:nth-child(5) {
  border-left: 0px #111111 !important;
  border-right: 0px #111111 !important;
}
.one-place ul li:nth-child(4),
.one-place ul li:nth-child(5),
.one-place ul li:nth-child(6) {
  border-top: 0px #111111 !important;
}
.one-place .t-Card2 {
  padding: 25px 65px 15px 65px;
  margin-bottom: 0;
  width: 100%;
}
.one-place-container {
  width: 100%;
}
.one-place-container h3 {
  font-size: 2rem;
  padding-top: 18px;
}
.one-place-container img {
  float: left;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .one-place-container {
    text-align: center;
  }
  .one-place-container img {
    float: none;
    margin: 0;
  }
}
@media (max-width: 640px) {
  .one-place ul li:nth-child(2) {
    border-right: 1px solid #111111 !important;
  }
  .one-place ul li:nth-child(3) {
    border-top: 0px solid #111111 !important;
  }
  .one-place ul li:nth-child(4),
  .one-place ul li:nth-child(6) {
    border-left: 0px solid #111111 !important;
  }
  .one-place ul li:nth-child(5) {
    border-left: 1px solid #111111 !important;
    border-right: 1px solid #111111 !important;
  }
}
@media (max-width: 480px) {
  .one-place ul li:nth-child(2),
  .one-place ul li:nth-child(5) {
    border-left: 1px solid #111111 !important;
    border-right: 1px solid #111111 !important;
  }
  .one-place ul li:first-child {
    border-bottom: 0px #111111 !important;
  }
  .one-place ul li:nth-child(3),
  .one-place ul li:nth-child(5) {
    border-top: 0px #111111 !important;
  }
  .one-place ul li:nth-child(4),
  .one-place ul li:nth-child(6) {
    border-left: 1px solid #111111 !important;
  }
}
/*========================
ONE PLACE SECTION CSS ENDS
==========================*/
/*========================
AGENTS LISTINGS CSS STARTS
==========================*/
/*Flip Card CSS*/
.flip-container {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.flip-container:hover .flipper-back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.flip-container:hover .flipper-front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.flip-container,
.flipper-front,
.flipper-back {
  height: 332px;
}
.flipper-front,
.flipper-back {
  width: 100%;
}
.flipper-bg {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  overflow: hidden;
  position: relative;
}
.flipper-front,
.flipper-back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: absolute;
}
.flipper-front {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  background: #f4f4f4 !important;
}
.flipper-back {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  background: #26af36 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flipper-back-content {
  text-align: center;
  width: 100%;
  padding-left: 3px;
}
.wp-back .fa {
  color: #ffffff !important;
}
.flipper-back-content h3 {
  font-size: 2rem;
  color: #ffffff !important;
}
.flipper-back-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: auto;
  border-radius: 100px;
  border: #ffffff solid 5px !important;
  margin-bottom: 10px;
}
.flipper-back-img img {
  width: 100px;
  top: -2px;
  left: -2px;
  position: relative;
}
.wp-text {
  display: block;
  color: #111111 !important;
  margin-top: 7px;
  font-weight: bold;
}
.wp-text .fa {
  font-size: 1.7rem;
  position: relative;
  top: -4px;
  background-color: #26af36 !important;
  color: #ffffff !important;
  padding: 3px;
  border-radius: 100%;
  margin-left: 4px;
}
/*End Flip card css*/
.agents-bg .swiper-container {
  margin: 0px auto !important;
}
.home-bg .agents-bg .t-Cards {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  overflow: visible !important;
}
.agents-bg .t-Card-icon.u-color {
  border: 5px solid #eaeaea !important;
  overflow: hidden;
}
.agents-bg .t-Cards--featured .t-Card .t-Card-icon,
.agents-bg .t-Cards--featured .t-Card .t-Card-icon .t-Icon {
  width: 150px;
  height: 150px;
}
.agents-bg .t-Card-icon .t-Icon .agent-image {
  border-radius: 100%;
  max-width: 100%;
  margin: auto;
  background-color: #f4f4f4 !important;
  position: relative;
  left: -4px;
  top: -2px;
  width: 160px;
  height: 160px;
  background-position: top center;
  background-size: cover;
}
.agents-bg .t-Cards--featured .t-Card .t-Card-titleWrap {
  padding: 10px;
}
.agents-bg .t-Cards--featured .t-Card .t-Card-body {
  text-align: center;
  border-top: 0px;
  padding: 0px;
  margin-bottom: 20px;
}
.agents-bg .t-Cards--animColorFill .t-Card-wrap:focus .t-Card-icon:before,
.agents-bg .t-Cards--animColorFill .t-Card:hover .t-Card-icon:before {
  -webkit-transform: inherit;
  transform: inherit;
  -webkit-animation: inherit;
  animation: inherit;
}
.dk-agent-link {
  display: block;
}
.mb-agent-link {
  display: none;
}
@media (max-width: 640px) {
  .dk-agent-link {
    display: none;
  }
  .mb-agent-link {
    display: block;
  }
}
/*======================
AGENTS LISTINGS CSS ENDS
========================*/
/*=====================================================
COLLAPSIBLE CARD REGION FOR PROPERTY LISTING CSS STARTS
=======================================================*/
/*Headings and fonts CSS Starts for Collapsible Cards*/
.prop-listing-bg h1 {
  text-align: left;
}
.prop-listing-bg h2 {
  font-size: 2.4rem;
  text-align: left;
}
.prop-listing-bg h5 {
  line-height: 1.1;
  margin-bottom: 0;
}
.prop-listing-bg p {
  color: #6e7a89 !important;
}
.prop-listing-bg a {
  color: #0246c1 !important;
}
@media (max-width: 768px) {
  .prop-listing-bg h2 {
    font-size: 2.4rem;
  }
}
/*Headings and fonts CSS Ends for Collapsible Cards*/
/*Property Listing Collabsible Rgion CSS Starts*/
.prop-listing-bg .t-Region {
  position: relative;
}
.prop-listing-bg .t-Region .t-Region-title {
  padding-left: 10px;
  padding-right: 30px;
}
.prop-listing-bg .t-Region .t-Region-headerItems--controls {
  position: absolute;
  right: 15px;
}
.prop-listing-bg .t-Region .t-Region-headerItems--controls .t-Button--icon {
  background-color: #0246c1 !important;
  color: #ffffff !important;
}
.prop-listing-bg .t-Region .t-Region-body {
  padding: 0;
}
.prop-listing-bg .t-Region-headerItems--title {
  padding: 15px 0 10px 0;
}
.prop-listing-bg .t-Region-headerItems--title h2 {
  margin-bottom: 5px;
}
@media (max-width: 640px) {
  .prop-listing-bg .t-Region .t-Region-title {
    font-size: 2.4rem;
    padding-bottom: 6px;
    padding-right: 50px;
  }
}
/*Property Listing Collabsible Rgion CSS Ends*/
/*Property Listing Two Column Layout CSS Starts*/
.prop-listing-bg.listing-two-col .a-Collapsible {
  width: 48%;
  float: left;
}
.prop-listing-bg.listing-two-col .a-Collapsible:nth-child(odd) {
  margin: 1% 1% 1% 0;
}
.prop-listing-bg.listing-two-col .a-Collapsible:nth-child(even) {
  margin: 1% 0 1% 1%;
}
@media (max-width: 768px) {
  .prop-listing-bg.listing-two-col .a-Collapsible {
    width: 100%;
  }
  .prop-listing-bg.listing-two-col .a-Collapsible:nth-child(odd) {
    margin: 0;
  }
  .prop-listing-bg.listing-two-col .a-Collapsible:nth-child(even) {
    margin: 0;
  }
}
/*Property Listing Two Column Layout CSS Ends*/
/*Property Listing Cards CSS Starts*/
.prop-listing-bg .prop-listing-card {
  width: 100%;
  float: left;
}
.prop-listing-bg .prop-listing-card .t-Card {
  width: 100%;
  margin: 0;
}
.prop-listing-bg .prop-listing-card .t-Card .t-Card-colorFill::after {
  display: none;
}
.prop-listing-bg .prop-listing-card .t-Card .t-Card-wrap .t-Card-titleWrap,
.prop-listing-bg .prop-listing-card .t-Card .t-Card-wrap {
  border: 0;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.prop-listing-bg .prop-listing-card .t-Card .t-Card-wrap .t-Card-titleWrap .t-Card-title img {
  width: 100%;
  height: 100%;
}
.prop-listing-bg .prop-listing-card .t-Card .t-Card-body {
  padding: 0;
  min-height: 215px;
}
.prop-listing-bg .prop-listing-card .t-Card .t-Card-body .t-Card-desc {
  padding: 16px 16px 0 16px;
}
.prop-listing-bg .prop-listing-card .t-Card .t-Card-body .btn-container {
  padding: 16px 16px 16px 16px;
  background: #f4f4f4 !important;
  text-align: center;
}
.prop-listing-bg .prop-listing-card .t-Card .t-Card-body .btn-container .t-Button {
  background-color: #ffffff !important;
}
.prop-listing-bg .prop-listing-card .t-Card .t-Card-body .btn-container .t-Button .t-Button-label {
  color: #111111 !important;
}
.prop-listing-bg .prop-listing-card .t-Card .t-Card-body .btn-container .t-Button .fa {
  color: #0246c1 !important;
}
@media (max-width: 1170px) {
  .prop-listing-bg .prop-listing-card .t-Card .t-Card-body .btn-container {
    white-space: normal;
    padding: 16px 2px;
  }
  .prop-listing-bg .prop-listing-card .t-Card .t-Card-body .btn-container .t-Button {
    min-width: auto;
  }
  .prop-listing-bg .prop-listing-card .t-Card .t-Card-body .btn-container .t-Button {
    margin: 5px 2.5px;
    padding: 1.2rem 1rem;
  }
}
/*Property Listing Cards CSS Ends*/
/*===================================================
COLLAPSIBLE CARD REGION FOR PROPERTY LISTING CSS ENDS
=====================================================*/
/*==================
AREA PAGE CSS STARTS
====================*/
/*================
AREA PAGE CSS ENDS
==================*/
/*====================
VIDEOS PAGE CSS STARTS
======================*/
.video-bg {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.video-bg .t-Card-title {
  width: 100%;
  height: 200px;
}
.video-bg .t-Card-titleWrap {
  padding: 0;
}
/*==================
VIDEOS PAGE CSS ENDS
====================*/
/*======================
SELL PROEPRTY CSS STARTS
========================*/
.sell-property-bg h2 {
  padding: 15px 15px 0 15px;
}
.lyp_success {
  display: none;
  padding: 80px 15px;
}
/*====================
SELL PROEPRTY CSS ENDS
======================*/
/*======================
DEVELOPER CSS STARTS
========================*/
.dev-card-bg .t-Card-icon {
  height: 170px;
}
.dev-card-bg .t-Icon {
  width: 100%;
  float: left;
}
.dev-card-bg .fa {
  font-size: 16px !important;
}
.dev-card-bg .t-Icon img {
  width: auto;
  height: auto;
}
.dev-card-bg .t-Card-info {
  display: none;
}
/*================
DEVELOPER CSS ENDS
==================*/
/*======================================================================================================
=============================================PROJECT DETAILS CSS STARTS=================================
========================================================================================================*/
.feat-slider-img.flexslider {
  margin-bottom: 0;
}
.full_ImageGallery .flex-control-nav {
  bottom: -5px;
  z-index: 99;
}
.full_ImageGallery .flex-control-paging li a {
  background-color: rgba(255, 255, 255, 0.7);
}
.full_ImageGallery .flex-control-paging li a.flex-active {
  background-color: #ffffff !important;
}
.full_ImageGallery .flex-direction-nav a,
.full_ImageGallery .flex-direction-nav a:before {
  color: #ffffff !important;
}
@media (max-width: 640px) {
  .full_ImageGallery .flex-control-nav {
    opacity: 0 !important;
  }
}
.project-dt-btns {
  text-align: right;
}
.project-dt-btns .st-btn .fa {
  color: #0246c1 !important;
}
.project-dt-heading h1 {
  text-align: left;
}
@media (max-width: 768px) {
  .project-dt-btns,
  .project-dt-heading h1 {
    text-align: center;
  }
}
/*===============================
Project Special Offers CSS Starts
=================================*/
.project-spec-offer img {
  padding-bottom: 20px;
}
.project-spec-offer p {
  text-align: left;
  font-size: 2rem;
  font-weight: 500;
}
.project-spec-offer ul li {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .project-spec-offer div {
    text-align: center !important;
  }
  .project-spec-offer ul {
    text-align: left !important;
  }
}
/*=============================
Project Special Offers CSS Ends
===============================*/
/*=========================
PROJECT FEATURES CSS STARTS
===========================*/
.project-feature-box .t-BadgeList-item {
  border: 0.5px solid #eaeaea !important;
  padding: 0.96rem 0;
  min-width: 170px;
}
.project-feature-box.ft-slider .t-BadgeList-item {
  max-width: 185px;
  min-width: 170px;
  width: 100%;
}
.project-feature-box .t-BadgeList-item::before,
.project-feature-box .t-BadgeList-item::after {
  background-color: transparent !important;
}
.project-feature-box .t-BadgeList-label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 1.8rem !important;
  font-weight: 600;
}
.project-feature-box .t-BadgeList-value {
  font-size: 1.6rem !important;
  line-height: 2.5 !important;
  color: #111111 !important;
}
.project-feature-box a.t-BadgeList-wrap:hover:before {
  background-color: transparent !important;
}
.project-feature-box a {
  pointer-events: none;
}
.project-feature-box li:nth-child(3) a,
.project-feature-box li:nth-child(7) a {
  pointer-events: visible;
}
.project-feature-box li:nth-child(3) a .t-BadgeList-value,
.project-feature-box li:nth-child(7) a .t-BadgeList-value {
  color: #0246c1 !important;
}
@media (max-width: 1170px) {
  .project-feature-box.ft-slider .t-BadgeList-item {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .project-feature-box.ft-slider .t-BadgeList-item {
    width: 100%;
  }
}
.project-feature-box.fixed-proj-feat {
  position: fixed;
  top: 116px;
  z-index: 99;
  background: #ffffff !important;
  width: 100%;
}
@media (max-width: 1170px) {
  .project-feature-box.fixed-proj-feat {
    top: 145px;
  }
}
/*=========================
PROJECT FEATURES CSS ENDS
===========================*/
/*=========================
HIGHLIGHT SLIDER CSS STARTS
===========================*/
.highlight-slider .flexslider .flex-direction-nav {
  display: none;
}
.highlight-slider .t-Card {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.highlight-slider .t-Card {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.highlight-slider .t-Card-wrap {
  border: 0;
}
.highlight-slider .t-Card-titleWrap h3 {
  font-size: 2.8rem;
  color: #111111 !important;
}
.highlight-slider .t-Card-colorFill {
  background-color: transparent !important;
}
/*=======================
HIGHLIGHT SLIDER CSS ENDS
=========================*/
/*=============================================
PROJECT DETAIL CONSTRUCTION PROGRESS CSS STARTS
===============================================*/
.construction-progress-bg .a-Report-percentChart {
  max-width: 40%;
  margin: 30px auto;
  background: #f4f4f4 !important;
  border-radius: 10px;
}
@media (max-width: 640px) {
  .construction-progress-bg .a-Report-percentChart {
    max-width: 70%;
  }
}
/*===========================================
PROJECT DETAIL CONSTRUCTION PROGRESS CSS ENDS
=============================================*/
/*==============================================
PROJECT DETAIL SUBSCRIBE NOTIFICATION CSS STARTS
================================================*/
.proj-dt-subscribe .t-Button {
  height: 56px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 9;
}
.proj-dt-subscribe .apex-item-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 640px) and (max-width: 992px) {
  .proj-dt-subscribe .t-Form-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 235px;
  }
}
@media (max-width: 480px) {
  .proj-dt-subscribe .t-Form-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 235px;
  }
}
/*============================================
PROJECT DETAIL SUBSCRIBE NOTIFICATION CSS ENDS
==============================================*/
/*=====================
VIRTUAL TOUR CSS STARTS
=======================*/
.v-tour-bg {
  max-width: 800px;
  margin: 0px auto -5px;
}
/*===================
VIRTUAL TOUR CSS ENDS
=====================*/
/*================================
OVERVIEW AND NEAR VIEWS CSS STARTS
==================================*/
.overview-bg,
.nearview-bg {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(51%, #111111), color-stop(50%, #ffffff)) !important;
  background-image: linear-gradient(to right, #111111 51%, #ffffff 50%) !important;
}
.overview-bg-full {
  background: #111111 !important;
}
.overview-bg-hide,
.nearview-bg-hide {
  display: none;
}
.overview-bg .ct-list-lt {
  margin-left: 70px;
}
.overview-bg .ct-list-lt h3 {
  font-size: 2.4rem;
  margin: 20px 0 0 0;
}
.overview-bg .ct-list-lt .fa {
  font-size: 2.4rem;
  margin: 7px 0 0 5px;
}
.overview-bg .ct-list-lt p {
  margin: 0 0 0 5px;
}
.nearview-bg .ct-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overview-bg-full .ct-list-black,
.overview-bg .ct-list-black {
  overflow-y: scroll;
  max-height: 570px;
  padding: 0 16px;
}
.nearview-bg .ct-list-black {
  overflow-y: scroll;
  max-height: 500px;
}
.overview-bg .ct-list-black a,
.nearview-bg .ct-list-black a {
  color: #0246c1 !important;
}
.nearview-bg ul {
  margin-left: 65px;
}
.nearview-bg ul li {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .overview-bg,
  .nearview-bg {
    background-image: none !important;
  }
  .overview-bg-full .ct-list-black,
  .overview-bg .ct-list-black,
  .nearview-bg .ct-list-black {
    padding: 30px 16px ;
  }
}
.ct-list-black::-webkit-scrollbar {
  width: 5px;
  background-color: #111111 !important;
}
.ct-list-black::-webkit-scrollbar-thumb {
  background-color: #eaeaea !important;
}
.ct-list-black::-webkit-scrollbar-track {
  background-color: #111111 !important;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7) !important;
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7) !important;
}
/*==============================
OVERVIEW AND NEAR VIEWS CSS ENDS
================================*/
/*=====================
PAYMENT PLAN CSS STARTS
=======================*/
.payment-plan ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.payment-plan .t-Card-icon {
  background-color: #eaeaea !important;
}
.payment-plan .t-Card-initials {
  color: #111111 !important;
  font-size: 2rem;
  line-height: 7rem;
  font-weight: 700;
}
.payment-plan .t-Card-desc {
  font-size: 2rem;
  font-weight: 500;
  color: #111111 !important;
}
.payment-plan .t-Card-info {
  display: none;
}
/*===================
PAYMENT PLAN CSS ENDS
=====================*/
/*===================
FLOORPLANS CSS STARTS
=====================*/
.floorplan-list .t-Cards-item .t-Card-titleWrap {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.floorplan-tab {
  border: 1px solid #F7F7F7 !important;
}
.floorplan-tab .t-Card-body {
  display: none;
}
.floorplan-tab .t-Cards-item {
  display: inline-block;
}
.floorplan-tab .t-Cards-item .t-Card {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  border: 2px solid transparent !important;
}
.floorplan-tab .t-Cards-item .t-Card-title {
  color: #111111 !important;
  font-size: 2rem;
}
.floorplan-tab .t-Cards-item .t-Card-wrap {
  width: 100px;
  border: 0px solid #111111 !important;
  cursor: pointer;
}
.floorplan-tab .t-Cards-item.active .t-Card {
  border: 2px solid #0246c1 !important;
}
.floorplan-tab .t-Cards-item.active .t-Card-title {
  color: #0246c1 !important;
  font-size: 2rem;
}
.floorplan-listing .t-Card-title .floorplan-btn {
  position: absolute;
  top: 46%;
  left: 48%;
  background: #0246c1 !important;
  color: #ffffff !important;
  padding: 7px;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  text-align: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.floorplan-listing img {
  max-width: 100%;
}
.floorplan-listing .t-Card-colorFill {
  background-color: #6e7a89 !important;
}
/*=================
FLOORPLANS CSS ENDS
===================*/
/*=================================
FACILITIES AND AMENITIES CSS STARTS
===================================*/
.facilites-icon {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding-top: 18px;
  background: #F7F7F7 !important;
}
.facilities-amenities svg {
  height: 2.8em;
  width: 2.8em;
  fill: currentcolor;
  color: #111111 !important;
}
.facilities-amenities .t-Card-info {
  display: none;
}
/*===============================
FACILITIES AND AMENITIES CSS ENDS
=================================*/
/*============================
PROJECT DETAIL MAP CSS STARTS
==============================*/
.map-canvas {
  height: 600px;
}
#dist-info p {
  color: #111111 !important;
}
.landmarks-btn-rd {
  display: block;
}
.landmarks-btn-dd {
  display: none;
}
.landmarks-btn-rd .apex-item-option label {
  padding: 20px 0 !important;
}
.landmarks-btn-rd .apex-item-option .fa {
  color: #0246c1 !important;
  width: 30%;
  float: left;
}
.landmarks-btn-rd .apex-item-option p {
  width: 70%;
}
@media (max-width: 640px) {
  .landmarks-btn-rd {
    display: none;
  }
  .landmarks-btn-dd {
    display: block;
  }
}
/*==========================
PROJECT DETAIL MAP CSS ENDS
============================*/
/*======================================================================================================
=============================================PROJECT DETAILS CSS ENDS===================================
========================================================================================================*/
/*==============================================================
==============PROJECT COMPARE PAGE CSS STARTS===================
================================================================*/
.project-select-field {
  border: 1px solid #f4f4f4 !important;
  padding: 10px 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.project-select-field .select2-chosen {
  margin-top: -20px;
}
.selected-sl-projects.t-Region {
  border: 0;
}
.selected-sl-projects .t-Region-body {
  padding: 0 16px !important;
  background-color: #F7F7F7 !important;
}
.compare-cont .t-Form-label {
  font-weight: bolder;
}
.compare-cont .t-Region-body {
  min-height: 450px;
  background: #F7F7F7 !important;
}
.compare-cont .t-Report-cell,
.compare-cont .nodatafound {
  font-size: 1.6rem;
}
.compare-card-bg.t-Cards-item {
  width: 100%;
  padding: 16px 0;
}
.compare-card-bg .t-Card-title img {
  width: 100%;
}
.compare-card-bg .t-Card-titleWrap {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.compare-info-box ul {
  list-style: none;
  margin: 0;
}
.compare-info-box ul li {
  float: left;
  width: 50%;
  text-align: center;
  padding: 10px;
  list-style: none;
  border: 1px solid #eaeaea !important;
  line-height: 15px;
  border-top: 0px;
  border-left: 0px;
  font-size: 1.6rem;
  color: #6e7a89 !important;
  min-height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: normal;
}
.compare-info-box ul li p {
  font-size: 2rem;
  color: #111111 !important;
}
.compare-info-box ul li a {
  color: #0246c1 !important;
  line-height: 1.2;
}
.compare-info-box .comp-action-btn {
  width: 100%;
  float: left;
}
.compare-info-box .comp-action-btn .t-Icon {
  line-height: 1;
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  .compare-info-box ul li {
    width: 100%;
  }
}
.comp-fl-plan img {
  width: 100%;
}
.compare-cont .t-Report-colHead,
.comp-fl-plan .t-Report-colHead {
  display: none;
}
.comp-feat .t-Icon {
  background-color: #909090 !important;
  width: 80px;
  margin: auto;
  border-radius: 50%;
  height: 80px;
  text-align: center;
  padding-top: 13px;
}
.comp-feat .t-Card-wrap {
  border: 0 #F7F7F7 !important;
}
.comp-feat .t-Card-body {
  padding: 16px 0 0 0;
  border: 0 #F7F7F7 !important;
}
.comp-feat .t-Card-desc {
  padding: 10px;
  color: #111111 !important;
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  .comp-feat .t-Cards-item {
    width: 100%;
  }
}
/*==============================================================
==============PROJECT COMPARE PAGE CSS ENDS=====================
================================================================*/
/*========================================================
=============Compare Exceed Warning CSS STARTS============
==========================================================*/
.max_short_item {
  width: 100%;
  height: 30px;
  padding: 8px;
  font-size: 1.4rem;
  text-align: center;
  background: #f44336 !important;
  color: #ffffff !important;
  position: absolute;
  bottom: 75px;
  left: 0;
}
@media (max-width: 1170px) {
  .max_short_item {
    height: auto;
    bottom: auto;
    top: 20%;
    white-space: pre-wrap;
  }
}
/*========================================================
=============Compare Exceed Warning CSS ENDS==============
==========================================================*/
/*========================================================
=======DEVELOPER LOCATION MAP CSS STARTS==================
==========================================================*/
.dev-loc-map h2 {
  font-size: 2.8rem;
  margin: 10px 0 0 10px;
}
.dev-sidebar-bg {
  margin-top: -32px;
}
.dev-sidebar-bg a {
  color: #0246c1 !important;
}
/*========================================================
=======DEVELOPER LOCATION MAP CSS ENDS====================
==========================================================*/
/*==========================================================
====================Register Login CSS Starts===============
============================================================*/
.gl-hide {
  display: none;
}
/*==========================================================
====================Register Login CSS Ends==================
=============================================================*/
/*===========================================================
====================My Profile Page CSS Starts===============
=============================================================*/
.apex-rds-last-item-spacer {
  min-height: 0px !important;
  height: 0;
}
@media (max-width: 768px) {
  .my-profile-bg .container-max {
    padding: 0;
  }
}
/*===========================================================
====================My Profile Page CSS Ends=================
=============================================================*/
/*====================================
PROJECT DETAIL NOTIFICATION CSS STARTS
======================================*/
.notify-message {
  display: none;
}
.notify-message .fa {
  width: 100%;
  margin-left: 15%;
  cursor: pointer;
}
.notify-message img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
/*==================================
PROJECT DETAIL NOTIFICATION CSS ENDS
====================================*/
/*===============
OFFERS CSS STARTS
=================*/
.offers-sect .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.t-Cards-item {
  width: 100%;
  float: left;
  max-width: 100%;
}
.offers-sect h1,
.offers-sect h2 {
  text-align: left;
}
.offers-sect h1 {
  font-size: 8rem;
  padding: 0;
  margin: 0;
}
.offers-sect .t-Cards-item .t-Card {
  margin: 0;
}
.offers-sect .t-Cards-item .t-Card .t-Card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.offers-sect .t-Cards-item .t-Card .t-Card-title img {
  width: 60px;
  margin-right: 10px;
}
.offers-sect .t-Cards-item .t-Card,
.offers-sect .t-Cards-item .t-Card .t-Card-wrap .t-Card-titleWrap,
.offers-sect .t-Cards-item .t-Card .t-Card-wrap {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px solid transparent;
}
.offers-sect .t-Cards-item .t-Card .t-Card-wrap .t-Card-body {
  display: none;
}
.offers-sect .t-Cards-item .t-Card .t-Card-colorFill {
  background-color: transparent;
}
.highlights-bg {
  background: -webkit-gradient(linear, left top, right top, from(#805AFD), to(#1e8ece)) !important;
  background: linear-gradient(to right, #805AFD, #1e8ece) !important;
}
.highlights-bg .ls-fonts {
  font-size: 150px;
  opacity: 0.1;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  color: #ffffff !important;
}
.highlights-bg .t-MediaList {
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1) inset !important;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1) inset !important;
  border-radius: 15px;
  position: relative;
  z-index: 99;
}
.highlights-bg .t-MediaList-itemWrap,
.highlights-bg .t-MediaList-itemWrap:hover,
.highlights-bg .t-MediaList-itemWrap:focus {
  border-radius: 15px;
  -webkit-box-shadow: 0 0 0 0 #1e8ece inset !important;
  box-shadow: 0 0 0 0 #1e8ece inset !important;
}
.highlights-bg .t-MediaList-itemWrap .t-MediaList-iconWrap {
  padding: 16px 24px !important;
}
.highlights-bg .t-MediaList .t-MediaList-title {
  font-size: 2rem;
  color: #111111 !important;
}
.highlights-bg .t-MediaList .t-MediaList-icon {
  background-color: transparent;
  color: #6e7a89 !important;
}
.highlights-bg .t-MediaList .t-MediaList-icon .fa {
  font-size: 42px;
  padding-top: 15px;
}
.highlights-bg .ht-price {
  border: 2px solid #ffffff !important;
  border-radius: 15px;
  padding: 25px 30px 5px 30px;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.highlights-bg .ht-triangle {
  margin: -220px -75px 0 25px;
}
.highlights-bg .ht-book {
  width: 215px;
  height: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  padding-top: 40px;
  margin-top: -250px;
  margin-right: -45px;
}
.highlights-bg .ht-price h1,
.highlights-bg .ht-price h2,
.highlights-bg .ht-book h1,
.highlights-bg .ht-book h2 {
  padding: 0;
  margin: 0;
}
.highlights-bg .ht-price h2,
.highlights-bg .ht-book h2 {
  font-size: 2.6rem;
  font-weight: 300;
}
.highlights-bg .ht-price h1,
.highlights-bg .ht-book h1 {
  font-size: 5rem;
}
.booking-price-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 550px;
  position: relative;
  z-index: 99;
}
.lt-rectangle,
.rt-rectangle {
  width: 435px;
  height: 435px;
  position: absolute;
  border: 1px solid rgba(232, 235, 243, 0.8);
  border-radius: 50px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 9;
}
.lt-rectangle {
  left: -8%;
  bottom: -95px;
}
.rt-rectangle {
  right: -8%;
  top: -95px;
  background-color: rgba(255, 255, 255, 0.15);
}
@media (max-width: 1366px) {
  .lt-rectangle {
    left: -20%;
    bottom: -95px;
  }
  .rt-rectangle {
    right: -20%;
    top: -95px;
  }
}
@media (max-width: 992px) {
  .lt-rectangle {
    left: 90%;
    bottom: -15%;
  }
  .rt-rectangle {
    right: 90%;
    top: -15%;
  }
}
@media (max-width: 640px) {
  .offers-sect,
  .offers-title {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .offers-sect .row {
    display: block;
  }
  .offers-sect .t-Cards-item .t-Card .t-Card-wrap .t-Card-titleWrap {
    padding: 12px 16px 12px 16px !important;
  }
  .sep-arr img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .highlights-bg .ls-fonts {
    font-size: 60px !important;
  }
  .offers-sect h2 {
    font-size: 3.2rem !important;
  }
  .offers-sect h1 {
    font-size: 8rem !important;
  }
  .offers-sect h1,
  .offers-sect h2 {
    text-align: center;
  }
  .highlights-bg .t-MediaList-itemWrap .t-MediaList-iconWrap {
    padding: 8px 16px !important;
  }
  .highlights-bg .ht-price {
    padding: 10px 20px 5px 20px;
  }
  .highlights-bg .ht-triangle {
    margin: -195px -75px 0 25px;
  }
  .highlights-bg .ht-book {
    width: 175px !important;
    height: 175px !important;
  }
}
/*=============
  OFFERS CSS ENDS
  ===============*/
/*=============
  OFFERS Badge Start
  ===============*/
.badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 80px;
  height: 80px;
  background: #1e8ece !important;
  color: #fff !important;
  -webkit-clip-path: polygon(0 100%, 100% 0, 0 0);
  clip-path: polygon(0 100%, 100% 0, 0 0);
}
.badgetxt-outer {
  width: 100%;
  float: left;
  font-size: 1.2rem;
  margin-left: -12px;
  margin-top: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
}
.badgetxt {
  font-size: 1.4rem;
  width: 100%;
  float: left;
  line-height: 2;
}
/*=============
OFFERS Badge End
===============*/
/*=======================
latest project css starts
=========================*/
.latest-projects-bg .t-Card-titleWrap {
  padding: 0 !important;
}
.latest-projects-bg .t-Card-titleWrap img {
  min-height: 250px;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  display: block;
}
.latest-projects .t-Cards .t-Cards-item .t-Card {
  margin: 8px 16px 16px 16px !important;
}
.latest-projects .card-content h3 {
  font-size: 19px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  position: relative;
  padding-left: 10px;
}
.latest-projects .card-content h3:before {
  content: '';
  position: absolute;
  top: 0px;
  width: 4px;
  background: #000;
  left: 0;
  height: 20px;
}
.latest-projects .card-content p .fa {
  color: #81878f;
}
.latest-projects .card-content p {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
}
.latest-projects .card-content .price {
  margin-top: 15px;
  background: #000;
  color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
}
.latest-projects .card-content .price p {
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
}
.latest-projects .card-content .price p span {
  font-size: 19px;
  line-height: 24px;
  font-weight: bold;
  color: #ffffff !important;
}
.latest-projects .t-Cards .t-Card-body {
  padding-bottom: 0 !important;
}
.latest-projects .flag-plan {
  position: absolute;
  top: 30px;
  left: -10px;
  padding: 5px 10px 5px 10px;
  background: #000 !important;
  color: #FFF !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  z-index: 1;
}
.latest-projects .flag-plan:before,
.latest-projects .flag-plan:before {
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.latest-projects .flag-plan:before {
  border-color: #282626c2 #282626c2 transparent transparent;
  border-width: 0 10px 10px 0;
  top: 100%;
  left: 00;
}
/*=====================
latest project css ends
=======================*/
/*================
FAQS BG CSS STARTS
==================*/
.dev-bg .t-Cards {
  overflow: visible !important;
}
.faqs-bg .t-MediaList-item {
  margin: 0;
  padding: 0!important;
  border-radius: 0px !important;
  border-bottom: 1px solid #dddddd !important;
}
.faqs-bg .t-MediaList-item .t-MediaList-iconWrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faqs-bg .t-MediaList-item .t-MediaList-itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 14px 0;
}
.faqs-bg .t-MediaList-body {
  padding: 15px 0 0 0;
  display: none;
  cursor: default;
}
.faqs-bg .t-MediaList-body p {
  color: #4d5156;
  font-family: Google Sans, arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.faqs-bg .t-MediaList-item .t-MediaList-itemWrap,
.faqs-bg .t-MediaList-itemWrap:focus {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}
.faqs-bg .t-MediaList-item .t-MediaList-title {
  font-size: 16px !important;
  line-height: 120%;
  font-weight: 400;
  color: #202124 !important;
  margin-bottom: 0;
}
.faqs-bg .t-MediaList-icon {
  background-color: transparent !important;
  width: auto;
  height: auto;
  color: #707579 !important;
  padding-right: 10px;
}
.faqs-bg .t-MediaList-icon .t-Icon {
  font-size: 14px !important;
  font-weight: bold;
}
.faqs-bg .active .t-MediaList-icon .t-Icon {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.faqs-bg .t-MediaList-itemWrap:hover {
  background-color: transparent !important;
}
@media (max-width: 640px) {
  .faqs-bg .t-MediaList-item .t-MediaList-iconWrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .faqs-bg .t-MediaList--showIcons .t-MediaList-icon {
    width: 32px;
    height: 32px;
    position: absolute;
    right: -15px;
  }
  .faqs-bg .t-MediaList-item .t-MediaList-title {
    font-size: 18px !important;
    line-height: 24px !important;
    padding: 0 20px 0 0;
  }
}
/*==============
FAQS BG CSS ENDS
================*/
/*==============
Steps CSS Starts
================*/
.steps-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.steps-pt {
  width: 500px;
  height: 450px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
}
.steps {
  width: 100%;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  position: absolute;
}
.steps.left {
  -webkit-transform: translateX(-100%) !important;
          transform: translateX(-100%) !important;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
.steps.active {
  -webkit-transform: translateX(0%) !important;
          transform: translateX(0%) !important;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
.step-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  width: 90%;
  float: left;
  padding: 0 5%;
  color: #000;
  text-align: center;
}
.steps-bg .choices {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.steps-bg .choices .choice {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.steps-bg .pills {
  width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.steps-bg .pills .pill {
  padding: 5px 15px;
  border-radius: 50px;
  border: 2px solid #ececec;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
  float: left;
  margin: 5px 7px;
}
.steps-bg .choices .choice .choice-icon {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 2px solid #ececec;
  cursor: pointer;
}
.steps-bg .pills .pill .pill-icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.steps-bg .choices .choice span {
  margin-top: 5px;
  font-weight: 500;
  color: #000;
}
.steps-bg .choices .choice .choice-icon svg {
  fill: #000;
  width: 35px;
  height: 35px;
}
.steps-bg .pills .pill .pill-icon svg {
  width: 20px;
  height: 20px;
  color: #000;
}
/*=====================
  Range Slider CSS Starts
  =======================*/
.steps .multi-range-slider {
  width: 85%;
  margin: 15px auto;
  position: relative;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
}
.steps input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 2;
  height: 7px;
  width: 100%;
  opacity: 0;
  left: 0;
}
.steps .slider {
  position: relative;
  z-index: 1;
  height: 7px;
  margin: 0 15px;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.steps .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 2px;
  background-color: #fff !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.steps .slider > .track {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #ececec;
}
.steps .slider > .range {
  position: absolute;
  z-index: 2;
  left: 25%;
  right: 25%;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #744fd8;
}
.steps .slider > .thumb {
  position: absolute;
  z-index: 5;
  width: 23px;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #744fd8;
  background-color: #fff;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.steps .slider > .thumb.left {
  left: 25%;
  -webkit-transform: translate(-3px, -9px);
  transform: translate(-3px, -9px);
}
.steps .slider > .thumb.right {
  right: 25%;
  -webkit-transform: translate(3px, -9px);
  transform: translate(3px, -9px);
}
.steps .slider .tooltip {
  position: absolute;
  color: #000;
  z-index: 4;
  top: 5px;
  min-width: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  -webkit-tap-highlight-color: transparent;
}
.steps .slider .tooltip.left {
  -webkit-transform: translate(-25px, 10px);
  transform: translate(-25px, 10px);
}
.steps .slider .tooltip.right {
  -webkit-transform: translate(25px, 10px);
  transform: translate(25px, 10px);
}
/*===================
  FORM INPUT CSS STARTS
  =====================*/
.steps-bg .form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.steps-bg .form .form-group {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto;
}
.steps-bg .form .form-group svg {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 10px;
  top: 11px;
  fill: #744fd8 !important;
}
.steps-bg .form .form-group #input-close {
  left: auto;
  right: 10px;
  top: 17px;
  fill: #744fd8 !important;
  width: 15px;
  height: 15px;
  cursor: pointer;
  display: none;
}
.steps-bg .form.horizontal-fieldss .form-group #input-close {
  left: auto !important;
  right: 10px !important;
  top: 55px !important;
  display: none;
}
.steps-bg .form.horizontal-fieldss,
.steps-bg .form-group #input-close.showcross {
  display: block !important;
}
.steps-bg .form.horizontal-fieldss .form-group {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  width: calc(50% - 40px) !important;
  margin: 0 20px !important;
  display: block;
  float: left;
}
.steps-bg .form.horizontal-fieldss .form-group label {
  padding-left: 30px;
  padding-top: 2px;
  margin-bottom: 15px;
  float: left;
}
.steps-bg .form.horizontal-fieldss .form-group svg {
  left: 0 !important;
  top: 0 !important;
  fill: #744fd8;
}
.steps-bg .form.horizontal-fieldss .form-group svg#max-price {
  -webkit-transform: rotate(-180deg) !important;
          transform: rotate(-180deg) !important;
}
.steps-bg .form.horizontal-fieldss .form-group input {
  width: 100% !important;
  padding: 15px !important;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.steps-bg .form .form-group .alert {
  display: none;
  text-align: center;
  font-size: 10px;
  margin-top: -5px;
  margin-bottom: 0;
  color: red;
  position: absolute;
  right: 0px;
  top: 50px;
}
.steps-bg .form .form-group input {
  width: 100%;
  padding: 15px 45px 15px 40px;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px 1px #e5d9d9;
          box-shadow: 0 1px 5px 1px #e5d9d9;
  border: 0 solid;
  margin-bottom: 20px;
  max-height: 46px;
}
.steps-bg .form .form-group input:focus {
  outline: none !important;
}
.steps-bg .form .form-group input.focus-visible {
  outline: none;
}
.steps-bg .alert-validate .alert {
  display: block !important;
}
/*=======================
  THANKS MESSAGE CSS STARTS
  =========================*/
.steps-bg .thanks {
  text-align: center;
}
.steps-bg .thanks p {
  display: block !important;
  clear: both !important;
}
.steps-bg .thanks svg {
  width: 80px;
  height: 80px;
  fill: #744fd8 !important;
}
/*===================
  PAGINATION CSS STARTS
  =====================*/
.steps-pagination {
  width: 90%;
  position: relative;
  top: 30px;
  margin: 0 auto;
  z-index: 1;
  display: none !important;
}
.steps-bg .pagination-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.steps-bg .pagination-list li {
  background-color: rgba(185, 167, 167, 0.6);
  height: 4px;
  width: 100%;
  margin: 0 5px;
  border-radius: 4px;
  cursor: pointer;
}
.steps-bg .pagination-list li.active {
  background-color: #744fd8;
}
.steps-bg .step-4.active {
  z-index: 99;
}
@media (max-width: 640px) {
  .steps-pt {
    width: 100% !important;
    min-width: 350px;
    margin: 0 auto !important;
    -webkit-box-shadow: 0px 0px 0px 0 #dfdfdf !important;
            box-shadow: 0px 0px 0px 0 #dfdfdf !important;
  }
  .steps-bg .form .form-group {
    width: 85% !important;
  }
  .steps-bg .pills {
    width: 90% !important;
  }
  .step-title {
    font-size: 24px;
    line-height: 28px;
    width: 95%;
    padding: 20px 5px 0 5px;
    margin: 0 auto;
  }
  .bottom-curve-bg {
    left: 0;
    right: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    padding-bottom: 0px !important;
    margin: 0 !important;
  }
}
.wizard-lead-bg {
  background: url('/assets/new-projects/images/banner1.jpg') no-repeat;
  border-radius: 25px;
  background-position: center center;
  background-size: cover;
  height: 550px;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.wizard-lead-bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.wizard-headings {
  z-index: 1;
}
.wizard-headings h2 {
  font-size: 92px;
  line-height: 100px;
  color: #fff;
  text-align: left;
  font-weight: 900;
}
.wizard-headings p {
  font-size: 22px;
  line-height: 25px;
  color: #fff;
  font-weight: 500;
  margin-top: 20px;
}
.steps-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.steps-pt {
  width: 500px;
  height: 450px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
}
.steps {
  width: 100%;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  position: absolute;
}
.steps.left {
  -webkit-transform: translateX(-100%) !important;
          transform: translateX(-100%) !important;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
.steps.active {
  -webkit-transform: translateX(0%) !important;
          transform: translateX(0%) !important;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
.step-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  width: 90%;
  float: left;
  padding: 0 5%;
  color: #000;
  text-align: center;
}
.steps-bg .choices {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.steps-bg .choices .choice {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.steps-bg .pills {
  width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.steps-bg .pills .pill {
  padding: 5px 15px;
  border-radius: 50px;
  border: 2px solid #ececec;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
  float: left;
  margin: 5px 7px;
}
.steps-bg .choices .choice .choice-icon {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 2px solid #ececec;
  cursor: pointer;
}
.steps-bg .pills .pill .pill-icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.steps-bg .choices .choice span {
  margin-top: 5px;
  font-weight: 500;
  color: #000;
}
.steps-bg .choices .choice .choice-icon svg {
  fill: #000;
  width: 35px;
  height: 35px;
}
.steps-bg .pills .pill .pill-icon svg {
  width: 20px;
  height: 20px;
  color: #000;
}
.steps,
.steps-pt {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.steps-bg .pills .pill,
.steps-bg .choices .choice .choice-icon {
  background-color: #fff;
  border: 2px solid #fff;
}
.steps-bg .pills .pill.active,
.steps-bg .choices .choice.active .choice-icon {
  background-color: #744fd8;
  border: 2px solid #744fd8;
}
.step-title,
.steps-bg .pills .pill.active span,
.steps-bg .choices .choice span,
.steps-bg .form.horizontal-fieldss .form-group label {
  color: #FFF !important;
}
.steps-bg .pills .pill span {
  color: #000 !important;
}
.steps-bg .form.horizontal-fieldss,
.steps-bg .form-group #input-close path,
.steps-bg .choices .choice .choice-icon svg,
.steps-bg .pills .pill .pill-icon svg {
  fill: #000 !important;
}
.steps-bg .thanks p,
.steps-bg .choices .choice.active .choice-icon svg,
.steps-bg .pills .pill.active .pill-icon svg {
  fill: #fff !important;
  color: #fff !important;
}
.steps-bg .form .form-group input,
.steps-bg .form.horizontal-fieldss .form-group input {
  background: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #000;
}
.steps-bg .button {
  white-space: normal;
  min-height: 45px;
  border-radius: 40px;
  font-size: 16px!important;
  font-weight: 500;
  padding: 10px 20px;
  height: auto;
  border: none;
  line-height: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
}
/*Buttons CSS Starts*/
.steps-bg .button {
  white-space: normal;
  min-height: 45px;
  border-radius: 40px;
  font-size: 16px!important;
  font-weight: 500;
  padding: 10px 20px;
  height: auto;
  border: none;
  line-height: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
}
.steps-bg .icon {
  height: 20px;
  width: 20px;
  margin-right: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.steps-bg .icon.rightIcon {
  margin-left: 4px !important;
  margin-right: 0px;
}
.steps-bg .icon svg {
  width: 20px;
  height: 20px;
  background-color: transparent;
  stroke-width: 0;
  pointer-events: none;
}
.steps-bg .button .icon svg {
  fill: #fff;
  stroke: #fff;
}
.steps-bg .button-primary {
  background-image: radial-gradient(circle at center, #5821a2 0%, #744fd8 50%, #5821a2 100%) !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  -webkit-tap-highlight-color: transparent !important;
  border-radius: 8px;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-size: 200% 200%;
  -webkit-transition: opacity 1.25s;
  transition: opacity 1.25s;
}
.steps-bg .button.is-blicked:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, hsla(0, 0%, 100%, 0.1)), color-stop(20%, hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.6)));
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.1) 10%, hsla(0, 0%, 100%, 0.2) 20%, hsla(0, 0%, 100%, 0.6));
  width: 20px;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  left: -20%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-animation-name: blick;
          animation-name: blick;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
/*Animations*/
@-webkit-keyframes blick {
  15%,
  to {
    left: 110%;
  }
}
@keyframes blick {
  15%,
  to {
    left: 110%;
  }
}
.shadow-wrapper h1 {
  font-size: 28px !important;
  line-height: 30px !important;
  font-weight: 900 !important;
  margin-bottom: 0 !important;
}
.team-bg {
  height: 750px;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #e9e9e9), color-stop(50%, #fff));
  background-image: linear-gradient(to top, #e9e9e9 10%, #fff 50%);
  position: relative;
}
.team-bg ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-bg ul li {
  float: left;
  -webkit-animation: animateBubble 30s ease-in-out infinite;
          animation: animateBubble 30s ease-in-out infinite;
  padding: 10px;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.team-bg ul li img {
  border-radius: 50%;
  background: #dbdbdb;
}
.hero-image {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
.hero-image .mobile-image {
  opacity: 1;
  max-height: 700px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-image img {
  width: 100%;
  display: block;
}
.agent-main-img {
  width: 250px;
  height: 250px;
  background: #e9e9e9;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  border: 20px double #d9d6d6;
  z-index: 1;
}
.agent-main-img img {
  -o-object-fit: none;
  object-fit: scale-down;
  border-radius: 50%;
}
/*Animate Bubbles*/
/* KEYFRAMES */
@-webkit-keyframes animateBubble {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(-500%);
            transform: translateY(-500%);
  }
}
@keyframes animateBubble {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(-500%);
            transform: translateY(-500%);
  }
}
@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 30px;
  }
}
@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .team-bg {
    height: 500px;
  }
  .hero-image {
    bottom: -15px;
  }
  .hero-image .mobile-image {
    height: 435px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .wizard-lead-bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 750px;
  }
  .wizard-headings h2 {
    font-size: 34px !important;
    line-height: 44px !important;
    padding-top: 32px !important;
  }
}
