/* Template Coevo pro management */

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. Reset
03. Header
04. Mobile 
05. Global style 
--------------------------------------------- */



/* 
---------------------------------------------
reset
--------------------------------------------- 
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
}

p,
a,
div,
span,
label,
input,
button,
textarea {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #111111;
  margin-bottom: 16px;
}

html,
body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/


/* 
---------------------------------------------
Header
--------------------------------------------- 
*/
.pG_Hed {
  left: 0px;
  right: 0px;
  position: fixed;
  top: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 1000;
  background: linear-gradient(180deg, #1B5EAA 0%, rgba(167, 207, 255, 0) 100%);
  background: #1B5EAA;
  display: flex;
}

.hDr_Logo {
  left: 0px;
  width: 317px;
  height: 115px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin-right: 0px;
}

.hDr_Logo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-position: center left;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.hDr_z1 {
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#navbarMenu .nav-item {
  margin-right: 45px;
}

#navbarMenu .nav-item:last-child {
  margin-right: 0px;
}

#navbarMenu .nav-item .nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.045em;
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  border: 0px;
  outline: none;
  box-shadow: none;
  position: relative;
}

#navbarMenuHero .nav-item .nav-link {
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.005em;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  border: 0px;
  outline: none;
  box-shadow: none;
  position: relative;
}

#navbarMenuHero .nav-item {
  margin-right: 40px;
}

#navbarMenuHero .nav-item:last-child {
  margin-right: 50px;
}

.dropdown-toggle {
  padding-right: 20px !important;
}

.dropdown-toggle::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 5px;
  width: 5px;
  height: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-bottom: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
}

#navbarMenu .nav-item .nav-link::before {
  position: absolute;
  content: '';
  width: 0px;
  height: 2px;
  bottom: 0px;
  background-color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#navbarMenu .nav-item .nav-link:hover::before,
#navbarMenu .nav-item .nav-link.active::before {
  width: calc(100% - var(--bs-navbar-nav-link-padding-x) - var(--bs-navbar-nav-link-padding-x));
}

#navbarMenu.navbar-nav .dropdown-menu {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.pG_Hed .navbar {
  width: 100%;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.scrollinG .pG_Hed {
  background: #1B5EAA;
}

.scrollinG .hDr_z1 {}

.scrollinG .hDr_Logo {
  height: 80px;
  width: auto;
}



.dropdown-toggle.show {
  z-index: 1010;
}

.dropdown-menu.show {
  z-index: 1010;
}

.nav-link.dropdown-toggle.show {
  position: relative;
  z-index: 1010;
}

.dropdown-toggle.show {
  position: relative;
  z-index: 1010;
}



.aftrHover {
  position: fixed;
  background-color: transparent;
  width: 0px;
  height: 0px;
  z-index: -1;
  left: 0;
  right: 0;
  opacity: 0;
  transition-property: opacity, width, height;
  transition-duration: 1s 0.3s 0.3s;
  transition-delay: 0.5s, 1s, 1s;
  -webkit-transition-property: opacity, width, height;
  -webkit-transition-duration: 1s, 0.3s, 0.3s;
  -webkit-transition-delay: 0.5s, 1s, 1s;
}

.mnu .aftrHover {
  z-index: 1000;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

#pG_Body {
  padding-top: 0px;
}


/* 
---------------------------------------------
Header
--------------------------------------------- 
*/

/* 
---------------------------------------------
Mobile
--------------------------------------------- 
*/
#mobHam {
  -webkit-tap-highlight-color: transparent;
  outline: none !important;
  box-shadow: none;
  margin-left: 1rem;
  display: none;
  width: 30px;
  margin-right: 1rem;
  height: 25px;
  position: absolute;
  cursor: pointer;
  right: 0px;
  border: 0px;
  outline: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  z-index: 1500;
  background: transparent;
}

#mobHam:focus,
#mobHam:hover {
  outline: none !important;
  box-shadow: none;
}

#mobHam span {
  transition: all 0.4s ease-in-out;
  left: 0px;
  position: absolute;
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

#mobHam span:nth-child(1) {
  top: 3px;
}

#mobHam span:nth-child(2) {
  top: 10px;
}

#mobHam span:nth-child(3) {
  top: 17px;
}


.mobShow #mobHam span {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.mobShow #mobHam span:nth-child(1) {
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
}

.mobShow #mobHam span:nth-child(2) {
  visibility: hidden;
  opacity: 0;
  width: 0px;
}

.mobShow #mobHam span:nth-child(3) {
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
}

.lMnu {
  position: fixed;
  right: -350px;
  top: 60px;
  height: calc(100% - 60px);
  width: 350px;
  /*background-color: rgba(128, 128, 128, 0.5);
  */
  z-index: 1000;
  transition: right 0.4s ease-in-out;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  -ms-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  display: flex;
}

.lMnu::before {
  position: absolute;
  opacity: 0;
  content: "";
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  top: 0px;
  background-color: rgba(128, 128, 128, 0.5);
  z-index: -1;
}

.mobShow .lMnu {
  right: 0px;
  width: 100%;
}

.mobShow .lMnu::before {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.3s;
  -webkit-transition: opacity 0.3s ease-in-out 0.3s;
  -moz-transition: opacity 0.3s ease-in-out 0.3s;
  -ms-transition: opacity 0.3s ease-in-out 0.3s;
  -o-transition: opacity 0.3s ease-in-out 0.3s;
}

.lMnu ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.lMnu ul .sMT_MNu li {
  width: 100%;
}

.lMnu .lMnuIns {
  margin-bottom: 0px;
  margin-top: auto;
  margin-left: auto;
  margin-right: 0px;
  width: 21.875rem;
  height: 100%;
  background-color: white;
  padding-left: 0px;
  list-style: none;
  padding-top: 25px;
  padding-bottom: 10px;
  position: relative;
}

.lMnu ul li {
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 0px !important;
  padding-left: 0px;
  padding-right: 10px;
  margin-right: 0px !important;
}

.lMnu ul li a,
#navbarMenu2.navbar-nav .nav-link {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #000000;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  align-items: center;
  border-radius: 20px;
  letter-spacing: 0.07em;
  padding-left: 16px !important;
  padding-right: 16px !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.lMnu ul li a .sMT_MNu_L1 {
  display: none;
}

.lMnu ul li a::after {
  margin-left: auto;
  margin-right: 0px;
  display: none;
}

.lMnu ul li a.active {
  background: rgb(255, 232, 172);
  color: #000000 !important;
}

.lMnu ul li a:hover {
  text-decoration: none;
  background: rgba(255, 232, 172, 0.678);
  color: #000000 !important;
}

.lMnu ul li .dropdown-menu {
  display: none;
  position: unset !important;
  border: 0px;
  margin-top: 0px;
}

.lMnu ul li .dropdown-toggle {
  position: relative;
}

.lMnu ul li .dropdown-toggle::after {
  display: flex;
  width: 5px;
  height: 5px;
  content: '';
  right: 15px;
  position: absolute;
  border-top: 5px solid #000000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0px;
}

.lMnu ul li .dropdown-menu.show {
  display: block;
  background: rgba(255, 232, 172, 0.2);
  border-bottom-right-radius: 20px;
  padding: 0px;
}

.lMnu ul li .dropdown-menu a {
  font-size: 1rem;
  padding-left: 30px !important;
}

/* 
---------------------------------------------
Mobile
--------------------------------------------- 
*/

/* 
---------------------------------------------
Global  styles
--------------------------------------------- 
*/
#pG_Body {
  padding-top: 100px;
}

.cmn_Hd_Prtz {}

.cmn_Hd_Prtz h4 {
  font-weight: 700;
  font-size: 48px;
  line-height: 102%;
  letter-spacing: 0.01em;
  color: #1B5EAA;
}

.primary_button {
  padding: 10px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 102%;
  text-align: center;
  color: #1B5EAA;
  background: transparent;
  border: 1px solid #1B5EAA;
  border-radius: 20px;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.primary_button:hover {
  background: #1B5EAA;
  color: #ffffff;
}

.secondary_button {
  margin-top: 25px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 102%;
  text-align: center;
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  padding: 10px 16px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.secondary_button:hover {
  background-color: #ffffff;
  color: #1B5EAA;
}

.third_button {
  padding: 10px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 102%;
  text-align: center;
  color: #1B5EAA;
  background: #ffffff;
  border: 0px;
  border-radius: 20px;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.third_button:hover {
  background: #1B5EAA;
  color: #ffffff;
}

.fourth_button {
  padding: 10px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 102%;
  text-align: center;
  color: #ffffff;
  background: #1B5EAA;
  border: 0px;
  border-radius: 20px;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 100%;
}

.fourth_button:hover {
  background: #1B5EAA;
  color: #ffffff;
}

/* 
---------------------------------------------
Global  styles
--------------------------------------------- 
*/
/* 
---------------------------------------------
Home section
--------------------------------------------- 
*/
.home-head-wrap {
  position: relative;
  z-index: 2;
}

.home-banner {
  width: 100%;
  height: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
}

.home-banner::after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 50%;
  background: linear-gradient(180deg, #1B5EAA 0%, rgba(167, 207, 255, 0) 100%);
}

.home-head-a {
  display: flex;
  flex-direction: column;
}

.home-head-a h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 102%;
  letter-spacing: -0.025em;
  color: #FFFFFF;
  text-align: center;
}

.home-head-a {
  margin-top: 25px;
}

.blkZ_wrp {
  width: 100%;
}

.blkZ_00 {
  flex-wrap: wrap;
  background: #FFFFFF;
  border-radius: 140px;
}

.blkZ_tZ {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #C4BEBE;
  min-height: 40px;
  padding-bottom: 10px;
}

.blkZ_tZ label {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin-top: 5px;
  color: #BFB3B3;
  min-height: 15px;
  padding-left: 12px;
}

.blkZ_tZ input {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.025em;
  color: #3F3F3F;
  padding: 5px 15px 8px 15px;
  border: 0px;
  outline: none;
  background: transparent;
}

.blkZ_tZ input:hover,
.blkZ_tZ input:focus {}


.blkZ_01 {
  width: 30%;
}

.blkZ_02 {
  width: 16%;
}

.blkZ_03 {
  width: 12%;
}

.blkZ_04 {
  width: 16%;
}

.blkZ_05 {
  width: 10%;
  border-right: 0px;
}

.blkZ_06 {
  width: 16%;
  border-right: 0px;
}


.blkZ_tZ .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.025em;
  color: #3F3F3F;
  padding: 5px 15px 8px 15px;
}

.blkZ_tZ .select2-container .select2-selection--single {
  height: 22px;
  background-color: transparent;
  border: 0px;
}

.blkZ_tZ .select2-container {
  width: 100% !important;
}

.blkZ_tZ .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #1B5EAA transparent transparent transparent;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  margin-left: -10px;
}

.blkZ_06 {
  display: flex;
  padding: 0px;
}

.blkZ_06 button {
  margin-left: auto;
  margin-right: -1px;
  border: 0px;
  font-weight: 700;
  font-size: 24px;
  line-height: 102%;
  color: #FFFFFF;
  background: linear-gradient(270deg, #1B5EAA 40.23%, #6999CF 114.42%);
  border-radius: 140px;
  outline: none;
  height: 100%;
  padding: 10px 20px;
  min-width: 150px;
}

.rnTorSl {
  width: 100%;
  margin-bottom: 20px;
}

.branchs_wrp {
  display: flex;
  margin-left: 0px;
  margin-right: auto;
}

.check-field label {
  width: 100%;
}

.check-field input {
  display: none;
}

.brchWr {
  display: flex;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  margin-right: 16px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.brchWr p {

  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;

  color: #68727E;
  padding: 8px 15px;
  margin-bottom: 0px;
  margin-top: 0px;
}


.check-field [type="checkbox"]:checked+label .brchWr {
  background: #1B5EAA;
}


.check-field [type="checkbox"]:checked+label .brchWr p {

  color: #ffffff;
}

.rnTorSlWrpz {
  display: flex;
  flex-direction: column;
}

.btn_adVnce {
  font-weight: 400;
  font-size: 16px;
  line-height: 102%;
  letter-spacing: 0.01em;
  color: #1B5EAA;
  background: #FFFFFF;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 0px;
  outline: none;
  padding: 10px 50px 10px 16px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.btn_adVnce::after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 8px;
  height: 10px;
  border-top: 10px solid #1B5EAA;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  right: 16px;
}

.btn_adVnce:hover {}

.blkNormlzWrp {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  padding: 0px 10px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.blkNormlz {
  flex: 0 0 auto;
  width: 20%;
  padding: 10px 0px 20px 0px;
}

.blkNormlzWrp .blkNormlz:last-child {
  border-right: 0px;
}

/* 
---------------------------------------------
Home section
--------------------------------------------- 
*/
/* 
---------------------------------------------
Home off plan
--------------------------------------------- 
*/
.off-plan {
  position: relative;
}

.owl-theme.off-plan .owl-nav {
  margin-top: 0px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.owl-carousel.off-plan .owl-nav button.owl-next,
.owl-carousel.off-plan .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  background: transparent;
  border: 1px solid transparent;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #B1B4BA;
}

.owl-carousel.off-plan .owl-nav button.owl-next:hover,
.owl-carousel.off-plan .owl-nav button.owl-prev:hover {
  border: 1px solid #1B5EAA;
  color: #1B5EAA;
}

.owl-carousel.off-plan .owl-nav button.owl-next i,
.owl-carousel.off-plan .owl-nav button.owl-prev i {
  margin: auto;
  font-size: 30px;
  color: inherit;
}

.owl-carousel.off-plan .owl-nav button.owl-next {
  right: -70px;
}

.owl-carousel.off-plan .owl-nav button.owl-prev {
  left: -70px;
}

.off-plan_01 {
  background: #EAFAFF;
  border: 1px solid #EAFAFF;
  border-radius: 10px;
  height: 315px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.off-plan_01 figure {
  height: 220px;
  margin-bottom: 0px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}

.off-plan_01 figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.off-plan_02 {
  position: relative;
  padding: 10px 80px 10px 16px;
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.off-plan_02 h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 102%;
  color: #173255;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: auto;
  margin-bottom: 5px;
}

.off-plan_02 h5 {
  margin-top: 5px;
  margin-bottom: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 102%;
  color: #68727E;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: flex;
  overflow: hidden;
}

.off-plan_02 h5 i {
  font-size: inherit;
  line-height: inherit;
  color: #78ACE6;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}

.off-plan_02 h5 span {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-top: auto;
  margin-bottom: auto;
}

.off-plan_02 .icon-arw-rt {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: #78ACE6;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.off-plan_03 {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 10px 16px;
}

.off-plan_03 h5 {
  font-weight: 400;
  font-size: 10px;
  line-height: 102%;
  color: #1B5EAA;
}

.off-plan_04 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.off-plan_01:hover .off-plan_02 .icon-arw-rt {
  right: 16px;
}

/* 
---------------------------------------------
Home off plan
--------------------------------------------- 
*/

/* 
---------------------------------------------
Home rent sell
--------------------------------------------- 
*/

.home-rent {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.prprY_z {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 32px;
}

.prprY_zA {
  width: 100%;
  height: 350px;
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.prprY_zA figure {
  margin-bottom: 0px;
  height: 150px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
}

.prprY_zA figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.prprY_zB {
  flex: 1;
  padding: 10px 16px 30px 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.prprY_zB1 {
  font-size: 16px;
  min-height: 2.5em;
}

.prprY_zB1 h4 {
  font-weight: 600;
  font-size: inherit;
  line-height: 102%;
  color: #173255;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.prprY_zB2 {
  margin-bottom: 16px;
}

.prprY_zB2 h5 {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 102%;
  color: #68727E;
}

.prprY_zB2 h5 i {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
}

.prprY_zB2 h5 span {
  margin-top: auto;
  margin-bottom: auto;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}

.prprY_zB3 {}

.prprY_zB3 h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 102%;
  color: #173255;
  display: flex;
  margin-bottom: 5px;
}

.prprY_zB3 h5 i {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18px;
  color: #78ACE6;
  margin-right: 5px;
}

.prprY_zB3 h5 span {
  font-weight: 400;
  font-size: 16px;
  line-height: 102%;
  color: #173255;
  margin-top: auto;
  margin-bottom: auto;
}

.prprY_zB3 p {
  font-weight: 400;
  font-size: 10px;
  line-height: 102%;
  color: #68727E;
  margin-bottom: 0px;
}

.prprY_zB4 {
  margin-top: auto;
  margin-bottom: 0px;
  position: relative;
}

.prprY_zB4 h4 {
  font-weight: 800;
  font-size: 14px;
  line-height: 102%;
  color: #1B5EAA;
}

.prprY_zB4 i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 18px;
  color: #78ACE6;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.prprY_zB5 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.prprY_zA:hover .prprY_zB4 i {
  right: 5px;
}

.prprY_zB6 {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  background: #B5D7FF;
  border-radius: 10px;
  padding: 5px 10px;
}

.prprY_zB6 h4 {
  font-weight: 400;
  font-size: 10px;
  line-height: 102%;
  color: #1B5EAA;
  margin-top: auto;
  margin-bottom: auto;
}

/* 
---------------------------------------------
Home rent sell
--------------------------------------------- 
*/

/* 
---------------------------------------------
Home why me
--------------------------------------------- 
*/
.why-We-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.why-We-section * {
  position: relative;
  z-index: 1;
}

.why-We-section-banner {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 150%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.why-Me-section-Txt {
  max-width: 500px;

}

.why-Me-section-Txt h4 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 32px;
  line-height: 102%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  text-align: center;
}

.why-Me-section-Txt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
}

.why-we-blkz {
  width: 100%;
  display: flex;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 46px 48px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.why-we-blkz img {
  margin-right: 16px;
  width: 60px;
  height: 60px;
  object-fit: contain;
  object-position: center;
  margin-top: auto;
  margin-bottom: auto;
}

.why-we-blkz-b {
  margin-top: auto;
  margin-bottom: auto;
}

.why-we-blkz-b h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4B4B4B;
}

/* 
---------------------------------------------
Home why me
--------------------------------------------- 
*/


/* 
---------------------------------------------
Home testimonials
--------------------------------------------- 
*/

.testimonials-banner {
  background: #D7F2FB;
  position: relative;
  z-index: 0;
}

.testimonials-banner * {
  position: relative;
  z-index: 2;
}

.testimonials-banner::after {
  right: 0px;
  left: 0px;
  top: 0px;
  height: 70%;
  position: absolute;
  content: '';
  background: linear-gradient(180deg, rgba(27, 94, 170, 0.25) 0%, rgba(167, 207, 255, 0) 100%);
  z-index: 1;
}

.testimonials-head {
  margin-bottom: 70px;
  text-align: center;
}

.testimonials-head h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 102%;
  letter-spacing: 0.03em;
  color: #1B5EAA;
}





.owl-theme.testimonial-shows .owl-nav {
  margin-top: 0px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.owl-carousel.testimonial-shows .owl-nav button.owl-next,
.owl-carousel.testimonial-shows .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  background: transparent;
  border: 1px solid transparent;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #1B5EAA;
}

.owl-carousel.testimonial-shows .owl-nav button.owl-next:hover,
.owl-carousel.testimonial-shows .owl-nav button.owl-prev:hover {
  border: 1px solid #1B5EAA;
  color: #1B5EAA;
}

.owl-carousel.testimonial-shows .owl-nav button.owl-next i,
.owl-carousel.testimonial-shows .owl-nav button.owl-prev i {
  margin: auto;
  font-size: 35px;
  color: inherit;
}

.owl-carousel.testimonial-shows .owl-nav button.owl-next {
  right: -70px;
}

.owl-carousel.testimonial-shows .owl-nav button.owl-prev {
  left: -70px;
}



.testimonial-wrp_z {
  display: flex;
  flex-direction: column;
}

.testimonial_starz {
  display: flex;
  margin-bottom: 30px;
}

.testimonial_starz i {
  font-size: 24px;
  color: #1B5EAA;
}

.testimonial-wrp_z p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #2E2E2E;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-wrp_z h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #2E2E2E;
}

/* 
---------------------------------------------
Home testimonials
--------------------------------------------- 
*/

/* 
---------------------------------------------
Home blogs
--------------------------------------------- 
*/
.blog_Top {
  height: 450px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.blog_Top::after {
  position: absolute;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.75%, rgba(0, 0, 0, 0.5) 71.88%);
  border-radius: 10px;
}

.blog_Btm {
  padding: 45px 56px;
  margin-top: auto;
  margin-bottom: 0px;
  width: 100%;
}

.blog_Btm h4 {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;

  color: #FFFFFF;
}

.blog_Top .icon-arw-rt {
  position: absolute;
  right: 45px;
  top: 45px;
  font-size: 25px;
  color: #78ACE6;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.blog_Top:hover .icon-arw-rt {
  right: 40px;
}

.blog_Top a {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
}

/* 
---------------------------------------------
Home blogs
--------------------------------------------- 
*/


/* 
---------------------------------------------
Footer
--------------------------------------------- 
*/

footer {
  background: linear-gradient(180deg, rgba(27, 94, 170, 0.25) 0%, rgba(167, 207, 255, 0) 100%);
}

.footer-wrp {
  display: flex;
  flex-wrap: wrap;
}

.footer_logo {
  margin-left: 0px;
  margin-right: auto;
}

.footer_logo a {
  display: flex;
}

.footer_logo a img {
  width: 290px;
  height: 10px;
  object-fit: contain;
  object-position: center left;
}

.footer-links {
  margin-left: auto;
  margin-right: 0px;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
}

.footer-links li:first-child {
  margin-left: 0px;
}

.footer-links li {
  margin-left: 56px;
  list-style: none;
}

.footer-links li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.025em;
  color: #1B5EAA;
  text-decoration: none;
}

.footer-news {
  margin-left: auto;
  margin-right: 0px;
  display: flex;
}

.footer-news p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #1B5EAA;
  margin-top: auto;
  margin-bottom: auto;
}

.footer-news-form {
  margin-left: 45px;
}

.footer-news-form form {
  display: flex;
}

.footer-news-form input {
  border: 1px solid #1B5EAA;
  border-radius: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #1B5EAA;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 10px 16px;
  margin-right: 10px;
  background: transparent;
  width: 240px;
}

.footer-news-link {
  display: flex;
  margin-left: 50px;
  padding-left: 0px;
  margin-top: auto;
  margin-bottom: auto;
}

.footer-news-link li {
  list-style: none;
  margin-left: 16px;
}

.footer-news-link li:first-child {
  margin-left: 0px;
}

.footer-news-link li a {
  text-decoration: none;
  color: #1B5EAA;
  font-size: 16px;
}

/* 
---------------------------------------------
Footer
--------------------------------------------- 
*/

/* 
---------------------------------------------
property list
--------------------------------------------- 
*/
.proprtYlst {
  --bs-gutter-y: 32px;
  --bs-gutter-x: 32px;
}

.proprtYlst .prprY_zA {
  background: #E4F1FF;
  border-radius: 10px;
}

.propRtyLstHead {}

.propRtyLstHead h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 102%;
  color: #173255;
}

.prtyListSearch {
  border: 1px solid #C4BEBE;
}

.prtyListFilterWrp {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}

.prtyListFilter {
  margin-right: 15px;
}

.prtyListFilter .select2-container--default .select2-selection--single .select2-selection__rendered {

  font-weight: 500;
  font-size: 15px;
  line-height: 2.2em;
  letter-spacing: 0.05em;
  color: #68727E;
  padding: 0px 35px 0px 15px;
}

.prtyListFilter .select2-container .select2-selection--single {
  height: 36px;
  background-color: transparent;
  border: 1px solid #C3BEBE;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.prtyListFilter .select2-container {
  width: auto !important;
  min-width: 150px;
}

.prtyListFilter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #848C9A transparent transparent transparent;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  margin-left: -10px;
  margin-top: -4px;
}

.prtyListFilter .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}

/* 
---------------------------------------------
property list
--------------------------------------------- 
*/
/* 
---------------------------------------------
property single
--------------------------------------------- 
*/
.brdCrmz {
  display: flex;
  padding-left: 0px;
}

.brdCrmz li {
  font-weight: 400;
  font-size: 14px;
  line-height: 102%;
  color: #1B5EAA;
  list-style: none;
  margin-top: auto;
  margin-bottom: auto;
  padding: 5px 16px 5px 0px;
  margin-right: 10px;
  position: relative;
}

.brdCrmz li::after {
  position: absolute;
  content: '';
  border-top: 1px solid #1B5EAA;
  border-right: 1px solid #1B5EAA;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 0px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}

.brdCrmz li:last-child::after {
  display: none;
}

.brdCrmz li a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  display: flex;
  text-decoration: none;
}

.bakZ {
  font-weight: 400;
  font-size: 14px;
  line-height: 102%;
  color: #1B5EAA;
  list-style: none;
  margin-top: auto;
  margin-bottom: auto;
  padding: 5px 0px 5px 16px;
  margin-right: 10px;
  position: relative;
  text-decoration: none;
}

.bakZ::before {
  position: absolute;
  content: '';
  border-bottom: 1px solid #1B5EAA;
  border-left: 1px solid #1B5EAA;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 0px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}


.badgeA_001 {
  font-weight: 600;
  font-size: 12px;
  line-height: 102%;
  color: #FFFFFF;
  position: relative;
  background: #1B5EAA;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  align-self: center;
  display: flex;
  padding: 0px 10px 0px 10px;
  height: 30px;
  margin-right: 36px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.badgeA_001::after {
  position: absolute;
  height: 20px;
  width: 20px;
  content: '';
  border-top: 12px solid #1B5EAA;
  border-right: 12px solid #1B5EAA;
  border-bottom: 12px solid transparent;
  border-left: 12px solid transparent;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  right: -12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.badgeA_002 {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #78ACE6;
  margin-right: 10px;
}

.badgeA_003 {
  font-weight: 400;
  font-size: 16px;
  line-height: 102%;
  color: #68727E;
}

.rt_infoz {}

.rt_infoz_update {}

.rt_infoz_update h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 102%;
  color: #1B5EAA;
}

.rt_infoz_name {}

.rt_infoz_name h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 102%;
  color: #173255;
}

.rt_infoz_detailz {}

.rt_infoz_detailz h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 102%;
  color: #173255;
}

.rt_infoz_price {}

.rt_infoz_price label {
  font-weight: 400;
  font-size: 10px;
  line-height: 102%;
  color: #68727E;
}

.rt_infoz_price h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 102%;
  color: rgba(0, 0, 0, 0.8);
}

.rt_infoz_points {
  margin-top: 10px;
}

.rt_infoz_points h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 102%;
  color: #68727E;
  display: flex;
}

.rt_infoz_points i {
  font-size: 18px;
  color: #78ACE5;
  margin-right: 10px;
}

.rt_infoz_points span {
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}

.rt_infoz_itemz {}

.rt_infoz_item {
  margin-bottom: 10px;
}

.rt_infoz_item h5 {
  display: flex;
}

.rt_infoz_item h5 i {
  font-size: 32px;
  color: #78ACE6;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 5px;
}

.rt_infoz_item h5 span {
  font-weight: 400;
  font-size: 16px;
  line-height: 102%;
  color: #173255;
  margin-top: auto;
  margin-bottom: auto;
}

.rt_infoz_item p {
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 10px;
  line-height: 102%;
  color: #68727E;
}

.prtTycHead {
  margin-bottom: 20px;
}

.prtTycHead h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 102%;
  letter-spacing: 0.01em;
  color: #1B5EAA;
}

.prtYlocation {}

.prtYlocation iframe {
  display: block;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.sngL_LT {}

.sngL_LT01 {}

.sngL_LT02 {}


.aminiTyBlok {
  width: 100%;
  background: #EBF2FA;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 15px 16px;
  display: flex;
  margin-bottom: 10px;
}

.aminiTyBlok i {
  font-size: 16px;
  color: #1B5EAA;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 15px;
}

.aminiTyBlok h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: center;
  color: #1B5EAA;
  margin-top: auto;
  margin-bottom: auto;
}

.eachAgent {
  display: flex;
  background: #EDF9FF;
  border-radius: 20px;
  padding: 22px;
  position: relative;
}

.eachAgent figure {
  width: 80px;
  height: 80px;
  border: 3px solid #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}

.eachAgent figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.eachAgentDetailz {
  padding-left: 16px;
}

.eachAgentDetailz h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #1B5EAA;
}

.eachAgentDetailz a {
  display: flex;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.8);
}

.eachAgentDetailz ul {
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  margin-top: 15px;
}

.eachAgentDetailz ul li {
  list-style: none;
  margin-right: 15px;
  margin-top: auto;
  margin-bottom: auto;
}

.eachAgentDetailz ul li:last-child {
  margin-right: 0px;
}

.eachAgentDetailz ul li a {
  background: #FFFFFF;
  display: flex;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  z-index: 2;
}

.eachAgentDetailz ul li a i {
  margin: auto;
  font-size: 16px;
  color: #1B5EAA;
}

.eachAgent .icon-arw-rt {
  position: absolute;
  bottom: 22px;
  right: 22px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-size: 20px;
  color: #1B5EAA;
}

.eachAgent:hover .icon-arw-rt {
  right: 16px;
}

.agentLink {
  position: absolute;
  z-index: 1;
}

.slideMinor {}

.slideMinor li {
  cursor: pointer;
}

.slideMinor li img {
  height: 50px !important;
  object-position: center;
  object-fit: cover;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.slideMinorHolder {
  /*   background: rgba(46, 46, 46, 0.75);
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px; */
  background: transparent;
  margin-bottom: 0px;
  padding: 15px 60px;
  border: 0px;
}

.singleSlider_hold {
  position: relative;
}

.sliderFull {
  border: 0px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 410px;
  margin-bottom: 0px;
}

.sliderFull li {
  background: rgba(46, 46, 46, 0.75);
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.sliderFull li img {
  height: 410px !important;
  object-fit: contain;
  object-position: center;
}

.sliderFull .flex-direction-nav {
  display: none;
}

.flex-direction-nav .flex-prev {
  left: 0px;
}

.flex-direction-nav .flex-next {
  right: 0px;
}

.flex-direction-nav a {
  opacity: 1 !important;
  z-index: 10 !important;
  color: transparent;
  text-shadow: none !important;
  cursor: pointer;
  text-decoration: none;
}

.flex-direction-nav .flex-disabled {
  opacity: 1 !important;
  z-index: 10 !important;
}

.flex-direction-nav a:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-shadow: none;
  font-family: none;
  font-size: 0px;
}

.flex-direction-nav .flex-prev::before {
  border-left: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #D9D9D9;
}

.flex-direction-nav .flex-next::before {
  border-left: 10px solid #D9D9D9;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0px;
}

.flexslider:hover .flex-direction-nav .flex-next {
  right: 0px;
}

.flex-direction-nav .flex-disabled {
  cursor: pointer !important;
}

.slideMinorWrp {
  max-width: 350px;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.slideMinorWrp_Ins {
  background: rgba(46, 46, 46, 0.75);
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
}

.showGallery {
  position: absolute;
  right: 25px;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.showGallery figure {}

.showGallery figure img {}

.showGallery h4 {
  font-weight: 500;
  font-size: 10px;
  line-height: 102%;
  color: #FFFFFF;
}

/* 
---------------------------------------------
property single
--------------------------------------------- 
*/

/* 
---------------------------------------------
offplan list
--------------------------------------------- 
*/
.inner-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  display: flex;
}

.inner-banner-inside-head {
  font-size: 50px;
  min-height: 2.2em;
  margin-bottom: 1.5em;
}

.inner-banner-inside-head h1 {
  font-size: inherit;
  font-weight: 700;
  line-height: 102%;
  letter-spacing: -0.025em;
  color: #FFFFFF;
}

.inner-banner-inside-tail {}

.inner-banner-inside-tail h4 {
  font-weight: 600;
  font-size: 36px;
  line-height: 102%;
  letter-spacing: -0.025em;
  color: #FFFFFF;
}

.offplan-lead {}

.offplan-lead h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 102%;
  letter-spacing: 0.01em;
  color: #1B5EAA;
}

.offplan-wrap {
  background: #EBF2FA;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 40px;
}

.offplan-wrap-Lft {
  max-width: 450px;
  margin-top: 45px;
}

.offplan-wrap-Lft p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.8);
}

.offplan-wrap-Lft .offplan-lead {
  margin-bottom: 45px;
}

.offplan-wrap-Rt {
  width: 100%;
}

.offplan-wrap-Rt figure {
  width: 100%;
  min-height: 350px;
  margin-bottom: 0px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.offplan-wrap-Rt figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.dev_pos {}

.dev_pos figure {
  height: 60px;
  margin-bottom: 0px;
}

.dev_pos figure img {
  object-fit: contain;
  object-position: center;
  height: 100%;
}

/* 
---------------------------------------------
offplan list
--------------------------------------------- 
*/

/* 
---------------------------------------------
offplan single
--------------------------------------------- 
*/
.inner-banner-inside-minor {
  margin-top: 60px;
}

.inner-banner-inside-minor p {
  display: flex;
  font-weight: 600;
  font-size: 20px;
  line-height: 102%;
  letter-spacing: -0.025em;
  color: #FFFFFF;
  align-items: center;
  align-content: center;
  align-self: center;
  margin-bottom: 0px;
}

.inner-banner-inside-minor p bold {
  font-weight: 900;
  font-size: 30px;
  line-height: 102%;
  letter-spacing: -0.025em;
  color: #FFFFFF;
  padding-left: 16px;
}

.offplan-form {
  background: #EAFAFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 30px 40px;
  width: 100%;
  max-width: 360px;
}

.offplan-head {}

.offplan-head h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 102%;
  letter-spacing: -0.025em;
  color: #1B5EAA;
}

.offplan-form {}

.offplan-form .form-group {}

.offplan-form .form-group .form-control {
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid #ffffff;
  outline: none;
  box-shadow: none;
}

.offplan-form .form-txt p,
.offplan-form .form-txt a {
  font-weight: 400;
  font-size: 14px;
  line-height: 119%;
  color: rgba(0, 0, 0, 0.8);
}

.offplan-form .form-txt p {}

.offplan-form .form-txt a {
  text-decoration: none;
  white-space: nowrap;
}


.each_hand_ovr {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #1B5EAA;
  border: 1px solid #EBF2FA;
  border-radius: 10px;
  min-height: 165px;
  padding: 30px 40px;
  margin-bottom: 16px;
}

.each_hand_ovr figure {
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.each_hand_ovr figure img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.each_hand_ovr h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.each_hand_ovr_txt {}

.each_hand_ovr_txt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.8);
}

.fcliTy {
  width: 100%;
  background: #EBF2FA;
  border: 1px solid #EBF2FA;
  border-radius: 10px;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.fcliTy i {
  margin-left: auto;
  margin-right: auto;
  font-size: 42px;
  color: #1B5EAA;
  margin-bottom: 5px;
}

.fcliTy h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #1B5EAA;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}

.thePicHolder {
  width: 100%;
}

.thePTsWrp {
  display: flex;
  width: 100%;
}

.thePTs {
  width: 170px;
}

.theRslTImg {
  width: calc(100% - 200px);
  margin-right: 30px;
}

.PT_Sl1 {}

.PT_Sl1 img {
  width: 170px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 5px solid transparent;
}


.PT_Sl1.active img {
  border: 5px solid #1B5EAA;
}

.theRslTImg {
  height: 550px;
}

.theRslTImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.tns-outer {
  position: relative;
}

.tns-controls {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.tns-controls button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  display: flex;
  width: 60px;
  height: 60px;
  background: #1B5EAA;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 0px;
}

.tns-controls button i {
  margin: auto;
  font-size: 25px;
  position: relative;
  color: #ffffff;
}

.tns-controls button:first-child {
  top: -30px;
}

.tns-controls button:last-child {
  bottom: -10px;
}

.theMapman {}

.theMapman iframe {
  height: 360px;
  width: 100%;
  display: block;
  border: 0px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.floorPlan_holder {
  background: #EBF2FA;
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.flR_plnZ {}

.flR_plnZ figure {
  height: 235px;
  margin-bottom: 0px;
}

.flR_plnZ figure img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.off-plans {
  position: relative;
}

.owl-theme.off-plans .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin-top: 0px;
}

.owl-carousel.off-plans .owl-nav button.owl-next,
.owl-carousel.off-plans .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border: 1px solid #1B5EAA;
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #1B5EAA;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.owl-carousel.off-plans .owl-nav button.owl-next {
  right: 10px;
}

.owl-carousel.off-plans .owl-nav button.owl-prev {
  left: 10px;
}

.owl-carousel.off-plans .owl-nav button.owl-next i,
.owl-carousel.off-plans .owl-nav button.owl-prev i {
  margin: auto;
  font-size: 20px;
  color: inherit;
}

.owl-carousel.off-plans .owl-nav button.owl-next:hover,
.owl-carousel.off-plans .owl-nav button.owl-prev:hover {
  background: #1B5EAA;
  color: #ffffff;
}

/* 
---------------------------------------------
offplan single
--------------------------------------------- 
*/