@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

@import url("../font/flaticon.css");
@import url("owl.carousel.min.css");
@font-face {
  font-family: KyivType-Sans-Thin;
  src: url(../fonts/KyivType-Sans-Thin.otf);
}
@font-face {
  font-family: KyivType Sans Black;
  src: url(../fonts/Prime.otf);
}
* {
    padding: 0;
    margin: 0;
}
body
{
	font-family: "Montserrat", sans-serif;
}

h1 {
    margin: 0;
    padding: 0;
}
h2 {
    margin: 0;
    padding: 0;
}
h3 {
    margin: 0;
    padding: 0;
}
h4 {
    margin: 0;
    padding: 0;
}h5 {
    margin: 0;
    padding: 0;
}
h6 {
    margin: 0;
    padding: 0;
}

figure {
    margin: 0;
}

img {
    width: 100%;
} 


/*** header start ****/
a.brand img {
    filter: invert(0);
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    margin: 0 auto;
    height: 79px; 
    display: flex;
    align-items: center;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;  
  margin: 0 auto;
}

.select-items {
    height: 240px;
    overflow-y: scroll;
} 

@media screen and (max-width: 992px) {
  .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    box-shadow: var(--shadow-medium);
    background-color: var(--color-white-100);
    transition: all 0.5s ease;
  }
  .navbar.active {
    left: 0rem;
    opacity: 1;
    visibility: visible;
  }
}

.menu-item {
    position: relative;
    display: inline-block;
}
.menu-link {
  display: flex;
  justify-content: center;
  align-items: center;  
  cursor: pointer;  
  transition: all 0.3s ease-in-out;
}
.menu-link > i.bx {
  font-size: 1.35rem;
  line-height: 1.5;
  color: inherit;
}
.menu-link:hover {
  outline: none;
  color: var(--color-pink-500);
}
.homePageVideo {
    height: calc(100vh - 0px);
    margin-top: 0px;
    position: relative;
}

.homePageVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.VideoContent {
    position: relative;
    top: -50%;
    left: 0px;
    transform: translateY(-50%);
}

.VideoContent.container span {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
}

.VideoContent.container h1 {
    color: #fff;
    font-size: 42px;
    line-height: 50px;
    font-family: KyivType Sans Black;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.VideoContent.container a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 27px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding: 14px 30px;
    background-color: #ffffff;
    border-radius: 5px;
    display: block;
    width: fit-content;
	 transition: .5s all ease;
}
.VideoContent.container a:hover {
    background: #000;
    color: #fff;
    transition: .5s all ease;
}
a {
    text-decoration: none;
}
.VideoContent.container h1 b {
    display: block;
    font-weight: 400;
}
.homePageVideo:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.2) !important;
}
.common-button
{
	padding: 14px 30px; 
    border-radius: 5px;
    display: block;
    width: fit-content;
	 transition: .5s all ease;
	 font-size: 14px;
    font-weight: 600;
	    background: #000;
    color: #fff;
}.who-right a {
    width: 100%;
    text-align: center;
    line-height: 15px;
    border-radius: 8px;
}
span.singleLine {
    width: 50px;
    height: 2px;
    background: #000000;
    margin-bottom: 15px;
    display: block;
}
.homeform-grid button {}

button.common-button:hover {
    background: none;
    border: 1px solid #000;
    color: #000;
}

.who-right a:hover { background: none;
    border: 1px solid #000;
    color: #000;}

.who-right a { border: 1px solid #000;}








@media only screen and (min-width: 993px) {
  .menu-dropdown:hover > .submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 992px) {
  .menu {
    width: 100%;
    height: auto;
    padding: 1rem 0;
  }
  .menu-item {
    display: block;
    margin: 0 auto;
  }
  .menu-link {
    justify-content: space-between;
    padding: 0.5rem 1.25rem;
  }
}

.submenu {
  position: absolute;
  top: 2.35rem;
  left: -2rem;
  min-width: 13rem;
  height: auto;
  padding: 0 1rem 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  border-radius: 0 0 0.25rem 0.25rem;
  border-top: 2px solid var(--color-pink-400);
  box-shadow: var(--shadow-medium);
  background-color: var(--color-white-100);
  transition: all 0.3s ease-in-out;
}
.submenu-item {
  display: block;
  margin-top: 0.75rem;
}
.submenu-link { 
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  cursor: pointer;
  color: var(--color-black-500);
  transition: all 0.35s ease;
}
.submenu-link:hover {
  outline: none;
  color: var(--color-pink-500);
}
@media only screen and (max-width: 992px) {
  .submenu {
    position: relative;
    top: -0.5rem;
    left: 2.5rem;
    width: 100%;
    max-height: 0;
    padding: 0px;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    transform: translateY(0px);
    box-shadow: none;
    background: transparent;
  }
}

.burger {
  position: relative;
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 1.6rem;
  height: 1.15rem;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}
.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2.1px;
  opacity: 1;
  border: none;
  outline: none;
  border-radius: 1rem;
  background: var(--color-black-500);
}
.burger-line:nth-child(1) {
  top: 0px;
}
.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}
.burger-line:nth-child(3) {
  top: 1rem;
}

a.brand img {
    width: 140px;
}

ul {
    margin: 0;
    padding: 0;
}

ul#menu {
    display: flex;
    list-style: none;
    display: flex;
    gap: 30px;
    align-items: center;
}

ul#menu a {
    text-decoration: none;
    font-size: 16px;
}

ul#menu a  {
    text-transform: uppercase  ;
    color: #fff;
    font-weight: 500 ;
}

ul#menu   span 
{
	text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    display: flex;
    grid-column-gap: 6px;
    align-items: center;
}

ul#menu span i 
{
    font-size: 12px;
    font-weight: 600;
    pointer-events: none;
}

.NavigationActive a:after {
    border-bottom: 1px solid #fff;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    z-index: 99;
    position: absolute;
    left: 0;
    bottom: -3px;
}

li.menu-item.NavigationActive {
    position: relative;
}

ul.submenu {
    background: #fff;
}

ul.submenu a {
    color: #000 !important;
}

.submenu {
    min-width: 275px;
    left: 0;
    padding: 0px;
}

.submenu-item {
    margin-top: 0;
    /* padding-bottom: 18px; */
    padding: 12px 18px 12px 18px;
}

 
li.submenu-item:hover {
    background: #000;
}

li.submenu-item:hover a {
    color: #fff !important;
}
.onScroll header#header {
    background: #fff;
    box-shadow: 0px 0px 4px 0px #ccc;
}

.onScroll header#header a {
    color: #000;
}

.onScroll header#header li span {
    color: #000 !important;
}

 

.onScroll a.brand img {
    filter: invert(1);
}

.onScroll  .NavigationActive a:after {
    border-bottom: 1px solid #000;
}















@media only screen and (max-width: 992px) {
  .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.65);
}
@media only screen and (max-width: 992px) {
  .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1400px)
{
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1280px;
}

} 

/*** header end ****/











/**** Tabs *****/
.homeTabContainer {
    margin-top: -50px;
    z-index: 2;
    position: relative;
}

.homeTabContainer li a {
    border-radius: 5px 5px 0 0;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    margin-right: 0px;
    position: relative;
    display: block;
    letter-spacing: 0.4px;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
}

.homeTabContainer li a.active {
    background: #000 !important;
    border: none !important;
    color: #fff !important;
}

.homeTabContainer .tab-content {
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 2px 2px 5px 0px rgb(64 64 64 / 10%);
    box-shadow: 2px 2px 5px 0px rgb(64 64 64 / 10%);
    padding-top: 10px;
    padding-bottom: 10px;
}

.homeform-grid {
    display: grid;
    grid-template-columns: 22% 17% 37% 21%;
    gap: 12px;
}

.homeform-grid input {
    width: 100%;
}

.homeform-grid select {
    width: 100%;
    padding: 10px;
    border-radius: 6px !important;
    min-height: 30px !important;
    border: 1px solid #ebebeb !important;
    color: #737373 !important;
}

.homeform-grid .form-group {
    width: 100%;
}

.homeform-grid button {
    width: 100%;
}
 

button.common-button {
    background: #000;
    color: #fff;
    font-size: 18px;
}

.homeform-grid select {
    height: 48px;
}

.homeform-grid input {
    height: 48px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding-left: 15px;
}

.homeform-grid button {
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.multiselect.dropdown-toggle
{
	width: 100%;
	height: 50px;
	text-align: left;
}

.multi_select > .btn-group
{
	width: 100%;	
}

.open>.dropdown-menu 
{
    display: block;
    width: 100%;
    padding: 0 20px;
}

.multiselect-selected-text
{
	font-size: 12px;
}
.homeTabContainer li a {
    border: none !important;
}
.homeTabContainer li a:hover {
    background: black;
    color: #fff;
}
.homeform-grid input:focus {
    outline: none;
    border: .5px solid #000;
}
 

/**** Tabs *****/


/** Who we are start **/
.who-we-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: center;
    margin-bottom: 90px;
}

.who-left img {
    width: 458px;
    margin: 0 auto;
    display: flex;
}

.homeTabContainer {
    margin-bottom: 90px;
}

.who-right h2 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: KyivType Sans Black;
}

.who-right h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.who-right p {
    font-size: 15px;
    font-weight: 400;
}

.who-right p:last-child {
    margin-bottom: 0;
} 
/** Who we are end **/




/***** property box css start ***********/
.common-heading-home {
    color: #000000;
    font-size: 1.7rem;
    text-align: center; 
    font-weight: 500;
    text-transform: uppercase;
    font-family: KyivType Sans Black;
}
 .container-fluid {
    max-width: 1560px;
}
/*.slider-container .owl-stage {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}*/
.property-content {
    background: #fff !important;
    padding: 15px 30px !important;
    border-radius: 6px;
}

.property-slider {
    box-shadow: 0px 0px 5px 0px #bfbfbfd1;
    border-radius: 6px;
}

.property-slider img {
    border-radius: 6px 6px 0px 0px;
}

.property-content h2 {
    font-size: 18px;
    font-weight: 600;
}

a {
    color: #000;
}

.property-content p {
    font-size: 15px;
    font-weight: 400;
}

.askPrice-price {
    padding: 10px 6px;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-align: center;
    display: block;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s all ease;
}

.location-price {
    display: flex;
    justify-content: space-between;
}

.property-content {
    background: #fff !important;
    padding: 15px 30px !important;
    border-radius: 0px 0px 6px 6px ;
}

.property-slider {
    box-shadow: 0px 0px 5px 0px #bfbfbfd1;
    border-radius: 6px;
}

.property-slider img {
    border-radius: 6px 6px 0px 0px;
    height: 340px;
    object-fit: cover;
}

.property-content h2 {
    font-size: 18px;
    font-weight: 600;
}

a {
    color: #000;
}

.property-content p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

.askPrice-price {
    padding: 8px 16px;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-align: center;
    display: block;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s all ease;
}

.location-price {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.location-price strong {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.location-price .locationicon_text {
    display: flex;
    gap: 6px;
    height: fit-content;
    position: relative;
    top: 5px;
}

.location-price i {
    font-size: 11px;
    display: flex;
}

.property-content a {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.bed-sqfeet ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 45px;
}

.bed-sqfeet ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.bed-sqfeet li i {
    height: fit-content;
    color: #696969;
    font-size: 18px;
    display: flex;
}

.bed-sqfeet li span {
    font-size: 14px;
    font-weight: 500;
}

.bed-sqfeet {
    padding-top: 10px;
    padding-bottom: 10px;
}
.item {
    padding: 4px;
}
.propertyBadge a {
    border: none;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 3px 4px;
    justify-content: center;
}

.propertyBadge a svg {
    width: 15px;
    height: 15px;
}

.property-slider figure {
    position: relative;
}

.propertyBadge {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
	    z-index: 2;
}

.verifiedBadge {
    background: #1eab52;
}

.propertyBadge a svg path {
    fill: #fff;
}

.apartmentBadge {
    background: #000;
    color: #000;
}

a.hoverViewProperty {
    padding: 8px 40px;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}
.property-slider:hover .hoverViewProperty {
    opacity: 1;
    visibility: visible;
	    z-index: 2;
}

.property-slider:hover .backgroundOverlay:before {
    background: #00000042;
    width: 100%;
    height: 340px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
	    z-index: 1;
		 -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.property-slider {
    position: relative;
        border-radius: 10px;
}

.slider-container .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 42%;
    width: 100%;
}
.broseCommContainer .owl-nav {
    top: 31%;
}
.slider-container .owl-nav button span {
    z-index: 10;
    position: relative;
    border-radius: 50%;
    font-size: 44px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -3px;
    left: -1px;
}

 
.slider-container .owl-nav button {
}

.slider-container .owl-nav button {
    left: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 50%;
    background: #fff !important;
}

.slider-container .owl-nav button.owl-next {
    left: -15px !important;
    position: relative;
}


.owl-dots {
    display: none;
}

.proven-result {
    padding:130px 0px 130px 0px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.6))), url(../images/new-image.jpeg) no-repeat center center;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url(../images/proven.jpeg) no-repeat center center;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
    background-color: #000000;
	    margin-bottom: 90px;
}
.slider-container {
    margin-bottom: 90px;
}


.proven-result h2 {
    text-align: center;
    font-size: 45px;
    color: #ffffff;
    font-weight: 600;
	font-family: KyivType Sans Black;
}

.proven-result .container {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.proven-result p {
    width: 70%;
    text-align: center; 
    font-size: 16px;
    line-height: 30px;
    color: #ffffff; 
    font-weight: 600;
	    margin: 0 auto;
}

.counter-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}


.counter-item h3 {
    font-size: 45px !important;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
}

.counter-item p {
    font-size: 20px !important;
    color: #ffffff;
	    width: 100%;
}

.property-slider:hover figure img {
    transform: scale(1.1);
    transition: .5s all ease;
}

.property-slider figure {
    overflow: hidden;
    transition: .5s all ease;
}

.property-slider figure img {
    transition: .5s all ease;
}

/***** property box css end ***********/



/***** What we do start **************/
.whatWeContent figure {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #000;
    padding: 20px;
}

.whatWeContent {
    -webkit-box-shadow: 0px 0px 1px #e7e7e7 !important;
    box-shadow: 0px 0px 1px #e7e7e7 !important;
    border: 1px solid #e7e7e7;
    padding: 1.5rem;
    border-radius: 5px;
}

.whatweGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.whatWeContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: #fff;
    transition: .5s all ease;
}

.what-we-do-container .whatWeContent p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    width: 100%;
}

.whatWeContent h2 {
    color: #222;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
	    margin-bottom: 0 !important;
}
.what-we-do-container p {
    text-align: center;
}

 .what-we-do-container h2 {
    margin-bottom: 15px;
}

.what-we-do-container p {
    text-align: center;
}

 .what-we-do-container h2 {
    margin-bottom: 15px;
}

 .what-we-do-container p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    width: 72%;
    margin: 0 auto;
    margin-bottom: 40px;
}

 .what-we-do-container .singleLine {
    margin: 0 auto;
    margin-bottom: 20px;
}

.whatWeContent:hover {
    -webkit-box-shadow: 5px 8px 8px 6px #e7e7e7 !important;
    -webkit-box-shadow: 5px 8px 8px 6px #e7e7e7 !important;
    transition: .5s all ease;
}
.mb-90
{
	margin-bottom:90px;
}
.slider-container .common-heading-home {
    margin-bottom: 48px;
} 
.bg-gray {
    background: #f5f7fb !important;
    padding: 90px 0px;
}

.what-we-do-container.mb-90.bg-gray .singleLine {
    margin: 0 auto;
    margin-bottom: 15px;
}
/***** What we do end **************/




/***** Why Choose Us Start   **************/
.whyChooseUs .whatweGrid {
    grid-template-columns: repeat(3, 1fr);
}

.whyChooseUs h2.common-heading-home {
    margin-bottom: 48px;
}
.whyChooseUs .whatWeContent figure {
    border: none;
    padding: 15px;
}
 
/***** Why Choose Us   end **************/
.wizard,
.wizard .nav-tabs1,
.wizard .nav-tabs1 .nav-item1 {
	position: relative;
}
 
.wizard .nav-tabs1 .nav-item1 .nav-link1 {
    background: white;
    border-bottom: 2px solid #ccc;
    height: 4px;
    width: 48px;
    background-color: #d7d7d7;
    display: block;
    border-radius: 50px;
}
.wizard .nav-tabs1 .nav-item1 .nav-link1:hover {
	color: #333;
	border: 2px solid #333;
}
.wizard .nav-tabs1 .nav-item1 .nav-link1.active {
    background: #fff;
    border: 2px solid #000000;
}
.nav.nav-tabs1 {
    display: flex;
    gap: 17px;
    justify-content: center;
    margin-top: 30px;
}

 
.wizard .nav-tabs1 .nav-item1 .nav-link1 svg {
	font-size: 25px;
}
 
.tab-pane1 {
    display: none;
}

.tab-pane1.active {
    display: block;
} 

/************ Wizard  start **************/
.wizard-grid {
    display: grid;
    grid-template-columns: 36% 60%;
    gap: 4%;
}

.wizard {
    box-shadow: 0px 0px 0px 1px #dfdfdf;
    border-radius: 15px;
    padding: 40px 20px 40px 20px;
}

.wizard.wizard-right h2 {
    font-size: 18px !important;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 20px;
}
.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: center;
}

.check-content img {
    width: 50px;
    z-index: 1;
    position: relative;
}

.wizard.wizard-right form {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 80px;
}

.check-content input:checked+label {
    background:red;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #f4f4f4;
    border-radius: 10px; 
}

.check-content {}

.check-content input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 99;
}

.check-content {
    position: relative;
    width: fit-content;
    width: 80px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.check-content {
    border: 1px solid #b6b6b6;
	border-radius: 10px;
    border: 1px solid #b6b6b6;
}
.check-content span {
    position: absolute;
    bottom: -33px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}
.next__button a, .next__button button {
    padding: 6px 73px;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-align: center;
    display: block;
    border-radius: 6px;
    margin: 0 auto;
    font-size: 14px;
}
.next__button {
    width: fit-content;
    margin: 0 auto; 
}

.checkbox-grid.checkbox-grid1 {
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}

.checkbox-grid.checkbox-grid1 img {
    width: 34px;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative; 
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: DodgerBlue;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    border: 1px solid #ebebeb !important;
    color: #737373 !important;
    background: none;
    padding: 10px;
    border-radius: 6px !important;
}
.checkbox-grid2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

div#step2 form {
    width: 90%;
}

div#step3 form {
    width: 90%;
}

.checkbox-grid.checkbox-grid2 h5 {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.select-items {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 5px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 0%);
}

.select-items div, .select-selected {font-size: 16px;line-height: 24px;font-weight: 400;}

.select-arrow-active {
}

.select-items div {
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid #cccccc6b !important;
}

div#step4 form {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feild-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

div#step4 form input {
    box-shadow: 0 0px 5px 0px #9c9c9c69;
    font-size: 14px;
    padding: 12px 10px 8px 38px;
    height: 50px;
    border-radius: 5px;
    border: 0 solid !important;
    width: 100%;
}

div#step4 form i {
    left: 13px;
    top: 17px;
    opacity: .5;
    position: absolute;
    font-size: 20px;
}

div#step3 .form-group {
    position: relative;
}

div#step4 .form-group {
    position: relative;
}
.wizard.wizard-right form {
    height: 80px;
}
.next__button a:hover, .next__button button:hover {
    background: none;
    border: 1px solid #000;
    color: #000;
}

.check-content {
    cursor: pointer;
}

.checkbox-grid {cursor: pointer;}

.check-content input {
    cursor: pointer;
}

.slider-container .owl-nav button {
    position: absolute;
    right: unset;
    top: 50%;
    left: 20px;
}

.slider-container .owl-nav button.owl-next {
    position: absolute;
    left: unset !important;
    right: 20px;
}




















/************ Wizard  end **************





/************ Multiple dropdown start*************/
.toggle-next {
  border-radius: 0;
}

label {
  cursor: pointer;
}

.ellipsis {
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.apply-selection {
  display: none;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}
.apply-selection .ajax-link {
  display: none;
}

.checkboxes {
  margin: 0;
  display: none;
  border: 1px solid #ccc;
  border-top: 0;
}
.checkboxes .inner-wrap {
  padding: 5px 10px;
  max-height: 140px;
  overflow: auto;
}
div#Categories {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50px;
    background: #fff;
    height: 250px;
    border: 1px solid #ddd;
    box-shadow: 2px 3px 3px rgba(0,0,0,.11);
    overflow-y: scroll;
    z-index: 9999;
}

.inner-wrap {
    display: flex;
    flex-direction: column;
    max-height: unset;
    gap: 0;
}
.inner-wrap input {
    width: 18px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.15);
    height: 21px;
}

.wrapper {
    position: relative;
}

.inner-wrap label {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
    position:relative;
}


.checkboxes .inner-wrap {
    max-height: unset;
    padding: 5px 15px;
}

.inner-wrap label span {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}
.homeform-grid .wrapper button:focus {
    border-color: #000;
    box-shadow: none;
}

.homeform-grid .wrapper button {
    text-align: left;
    display: flex;
    justify-content: flex-start;
}


 


/************ Multiple dropdown end *************/




/***** Inside Header Start **************/
.white-bg-header a {
    color: #000;
}
.white-bg-header   {
   background: #fff;
}

.white-bg-header a.brand img {
    filter: invert(1);
}

.white-bg-header ul#menu a {
    color: #000;
}

.white-bg-header ul#menu  span {
    color: #000;
}

 

.white-bg-header {
    box-shadow: 0px 0px 4px 0px #ccc;
}
/***** Inside Header  End **************/



/***** listing filter Start *****/
.filter-continer.mt-80 {
    background-color: #ededed;
    padding: 20px 0px;
}

.filter-continer input {
    border-radius: 8px;
    font-size: 15px;
}

.homeform-grid .wrapper button {
    border-radius: 8px;
}
.mt-80 {
    margin-top: 80px;
}
.homeform-grid.listing-form-grid {
    grid-template-columns: 26% 15% 16% 10% 15% 13%;
}
.homeform-grid.listing-form-grid button {
    font-weight: 400;
}
 

.sort-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
}

.sort-heading h2 {
    font-size: 15px;
    font-weight: 700;
}

.sortSelect {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sortSelect .custom-select {
    width: fit-content;
    width: 200px;
}

.sortSelect .select-selected {
    font-weight: 500;
}

.sortSelect span {
    font-weight: 500;
    color: #495057;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .93px !important;
}
.type-content {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 6px 15px;
    border-radius: 6px;
    border: 1px solid #eaeff5;
    margin-top: 0;
    gap: 15px;
    justify-content: space-between;
        margin-bottom: 20px;
}

.type-content .check-content input {
}

.type-content .check-content { 
    
    height: auto;
    width: auto;
	    border-radius: 110px;
}

.sortSelect .select-selected {
    height: 42px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.type-content .check-content input:checked+label {
    position: unset;
}
.type-content .check-content  label {
    padding: 5px 21px;
    border-radius: 80px;
}

.type-content .check-content input:checked+label {
    border-radius: 80px;
    background: #000;
    color: #fff;
} 

/***** listing filter End*****/

/*** Bread Crumb ****/
ul.breadcrumb { 
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
.breadcrumb-container {
    /*background: #fff;*/
    /*padding: 20px;*/
    display: flex;
    align-items: center;
    margin-top: 12px;
    justify-content: center;
        margin-bottom: 16px;
}

.breadcrumb-container ul {
    margin-bottom: 0;
}

.breadcrumb-container a {
    color: #333 !important;
    font-size: 15px;
    font-weight: 500;
}

ul.breadcrumb li {
    color: #333 !important;
    font-size: 15px;
    font-weight: 600;
} 


/*** Bread Crumb ****/

/*********** listing property start ****/
.listing-container-grid {
    display: grid;
    grid-template-columns: 42% 56%;
    background: #fff;
    gap: 25px;
    margin-bottom: 30px;
}

figure.commonImageContainer img {
    width: 100%;
}

 

figure.commonImageContainer {
    position: relative;
}
.listing-container-right {
    padding: 15px;
}

.listingHeadingPrice h2 a {
    font-size: 24px;
    color: #333;
    font-weight: 500;
}

.listingHeadingPrice {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 14px;
    margin-bottom: 14px;
    align-items: flex-start;
}
.listingHeadingPrice .askPrice-price a {
    white-space: nowrap;
}
.listingHeadingPrice .askPrice-price a {
    color: #fff;
}

.listing-container-right .locationicon_text strong {
    font-weight: 500;
    font-size: 15px;
}

.listing-container-right .locationicon_text i {
    font-size: 14px;
}

.listing-container-right .locationicon_text {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.listing-container-right   p {
    font-size: 15px;
}

.listing-container-right .bed-sqfeet ul {
    justify-content: space-between;
    align-items: flex-start;
}

.listing-container-right .bed-sqfeet {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

ul.listingSocial a {
    width: 42px !important;
    height: 42px !important;
    background: #000;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.listingSocial {
    display: flex;
    gap: 15px;
}
ul.listingSocial a i {
    font-size: 20px;
}

ul.listingSocial a:first-child i {
    font-size: 15px;
}

.whatsUp-dealerName {
    display: flex;
    justify-content: space-between;
}

.agent-details a img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.agent-details  a span {
    color: #777;
    font-size: 20px;
    font-weight: 500;
}

.agent-details a {
    display: flex;
    align-items: center;
    gap: 10px;
}


.listing-container-right .bed-sqfeet svg {
    width: 18px;
    height: 18px;
}

.listing-container-right .bed-sqfeet svg path {
    fill: #696969;
}
.listing-container-grid figure.commonImageContainer img {
    height: 345px;
    object-fit: cover;
}
.listing-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
figure.commonImageContainer:hover img {
    transform: scale(1.1);
    transition: .5s all ease;
}

figure.commonImageContainer {
    overflow: hidden;
}

figure.commonImageContainer img {
    transition: .5s all ease;
}

ul.listingSocial a:hover
{
     transition: .5s all ease;
     border:1px solid #000;
     color#000;
     background: none;
}

ul.listingSocial a:hover i {
    color: #000;
    transition: .5s all ease;
}

ul.listingSocial a {
    transition: .5s all ease;
}

.askPrice-price:hover {
    background-color: unset;
    color: #000;
}

.askPrice-price:hover a {
    color: #000;
}
.container.listingWizard .wizard.wizard-right {
    width: 750px;
    background: #fff;
    margin: 0 auto;
    margin-top: 50px;
}

.wizard.wizard-right {}

.container.listingWizard .checkbox-grid {justify-content: center;align-items: center;}

.container.listingWizard .check-content {
    margin: 0 auto;
}

.container.listingWizard h2 {
    margin-bottom: 30px;
}
 
/*********** listing property end ****/


/************* Testimonial *******************/
.testimonial-container  span.singleLine {
    margin: 0 auto;
    margin-bottom: 15px;
    background: #ffffff;
}

.testimonial-container {
    background: #000;
    padding: 6rem 0;
}

.testimonial-grid figure img {
    width: 150px !important;
    border-radius: 50%;
    height: 150px;
    margin-bottom: 20px;
}

.userReview p {
    text-align: justify;
    font-weight: 400;
    font-style: italic;
    margin: .3rem auto 0px;
    font-size: 18px !important;
    max-width: 100%;
    color: #ffffff;
    padding-right: 60px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: 22% 73%;
    gap: 5%;
}

.testimonial-grid figure {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.testimonial-grid figure h5 {
    text-align: center;
    font-size: 1.2rem;
    color: #ffffff;
    font-weight: 500;
}

.testimonial-container h2 {
    color: #fff;
    margin-bottom: 70px;
}



/************* Testimonial *******************/



/********** Footer **************/
footer {
    background: #000000;
    color: #fff;
    padding: 6rem 0 1rem;
    border-top: 1px solid #e5e5e5;
    padding-bottom: 70px;	
}

.foot-logo figure img {
    width: 180px;
    margin-bottom: 30px;
}

.foot-logo li i {
    width: 40px;
    height: 40px;
    color: #000000 !important;
    background-color: #ffffff;
    margin: 0px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-logo li {
    list-style: none;
    display: flex;
    gap: 20px;
}

.foot-logo p a {
    color: #fff;
}

.foot-logo p {
    margin-bottom: 0;
}

.foot-logo ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 32% 18% 18% 32%;
}

footer a {
    color: #fff;
}

.footLink li {
    list-style: none;
}

.footLink li a {
    font-size: 15px;
    font-weight: 400;
}

.footLink ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-grid h3 {
    margin-bottom: 30px;
}

.footLink h3 {
    font-size: 18px;
}

.footLink.footSubscribe form input {
    border: 0px;
    background: rgb(255 255 255);
    color: #000;
    padding: 12px 10px;
    width: 100%;
    height: 55px;
}

.footLink.footSubscribe input.subscribeButton {
    border: 1px solid #000;
    padding: .8rem;
    background: #000000;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 1.5rem;
    max-width: 126px;
    position: absolute;
    right: 6px;
    top: -20px;
    height: 48px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.footLink.footSubscribe form {
    position: relative;
    margin-bottom: 60px;
}

.footLink.footSubscribe {}

ul.FooterSocial a i {
    color: #fff;
}

ul.FooterSocial a i {
    font-size: 23px;
}

ul.FooterSocial {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.copyright p {
    margin-bottom: 0;
    text-align: center;
}

.copyright {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 1.5rem 0;
    background: #000000;
        border-top: 1px solid rgba(245, 255, 255, 0.1);
    margin-top: 30px;
}
.testimonial-container.slider-container {
    margin-bottom: 0;
}

.testimonial-container.slider-container  .owl-nav {
    top: 28%;
}

.testimonial-container.slider-container .owl-nav .owl-prev {
    left: 0;
}

.testimonial-container.slider-container .owl-nav .owl-next {
    right: 0;
}








/********** Footer **************/









.instagram-feeds {
    display: grid;
    grid-template-columns: 100%;
    gap: 15px;
    margin-top: 45px;
}
.marquee {
    margin-bottom: -7px;
}
.marquee {
}
.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.marquee__item {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee 150s linear infinite;
    animation: marquee 30s linear infinite;
    width: 100%;
}
.instaSmallImages {
    display: flex;
}
.instaSmallImages a img {
    transition: .5s all ease;
}
.instaSmallImages a img {
    aspect-ratio: 1 / 1;
    object-fit: cover !important;
    max-height: 550px !important;
    width: 100% !important;
}
div#instaSmallImages a {
    width: 317px !important;
    height: 317px !important;
    flex: 0 0 auto;
    display: flex;
}
div#instaSmallImages a {
    overflow: hidden;
}
.instaSmallImages a {
    transition: .5s all ease;
}

 

@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.testimonial-container.slider-container {
    margin-bottom: 60px;
}

.instagram-heading h2 {
    font-weight: 500;
    font-family: KyivType Sans Black;
    font-size: 1.7rem;
    text-transform: uppercase;
}

.instagram-heading h2 span {
    display: block;
}

.instagram-heading {
    text-align: center;
}

.instagram-heading h2 span {
    font-weight: 400;
    font-size: 18px;
    margin-top: 2px;
    text-transform: capitalize;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    margin-top: 5px;
}

.instagram-heading a {
    background: #000;
    color: #fff;
    padding: 10px 30px;
    border-radius: 3px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 16px;
}

.marquee:hover .marquee__item {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.mShow
{
	display:none !important;
}

.dShow
{
	display:block !important;
}
.km-btn-hide, .rm-btn-show
	{
		display:none;
	}
.whatsapp {}

.fixed-button {
    position: fixed;
    right: 21px;
    bottom: 85px;
    z-index: 99;
}

.fixed-button .whatsapp {
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0px 0px;
    text-align: center;
    border-radius: 40px;
    background-color: #25d366;
    color: #ffffff !important;
    font-size: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed-button a i {
    color: #fff;
}
.fixed-phone {
    width: 154px;
    position: fixed;
    top: 43%;
    right: -57px;
    height: 44px;
    padding: 4px 10px;
    text-align: center;
    align-items: center;
    font-size: 25px;
    border-radius: 0px;
    background-color: #000000;
    color: #ffffff !important;
    z-index: 99;
    rotate: 270deg;
}

.fixed-phone a {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

.slider-container .owl-nav button:hover {

    background: #000 !important;
} 
.slider-container .owl-nav button:hover span {
    color: #fff;
}
 
.whyChooseUs .whatWeContent {
    text-align: center;
}
.whyChooseUs .whatWeContent {
    gap: 20px;
}

.whyChooseUs .whatWeContent div {
    gap: 20px;
    display: flex;
    flex-direction: column;
}
 
a.verifiedBadge {
    display: none;
}

.testimonial-container.slider-container .owl-nav button:hover {
    background: none !important;
    border: 1px solid #fff !important;
}


.inner-wrap label input {
  opacity: 0;
  cursor: pointer;
  height: 21px;
  width: 18px;
  visibility: hidden;
}

.inner-wrap label em {
    position: absolute;
    top: 13px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: unset;
    border-radius: 2px;
    border: 1px solid #ccc;
}

.inner-wrap label input:checked ~ em {
  background-color: #000;
}

.inner-wrap label em:after {
  content: "";
  position: absolute;
  display: none;
}

.inner-wrap label input:checked ~ em:after {
  display: block;
}

.inner-wrap label em:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



.wizard-left h2 {
    color: #000000;
    font-size: 1.7rem;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-family: KyivType Sans Black;
}

.wizard-left p {
    font-size: 14px !important;
    width: 100% !important;
    margin-bottom: 8px;
}

.wizard-left p.dShow {
    width: 95% !important;
}

.wizard.wizard-righ .btn-check:checked+.btn, 
.wizard.wizard-righ .btn.active, 
.wizard.wizard-righ .btn.show, 
.wizard.wizard-righ .btn:first-child:active, 
.wizard.wizard-righ :not(.btn-check)+.btn:active
{
    background-color: unset !important;
    border:1px solid #000;
}


ul.typeahead.dropdown-menu a {
    font-size: 15px !important;
    height: unset;
    line-height: unset;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
}

ul.typeahead.dropdown-menu {
    padding: 0;
    /*display: flex !important;*/
    gap: 2px;
    flex-direction: column; 
        max-height: 200px;
    overflow-y: scroll; 
    width:100%;
}
.homeform-grid .form-group {
    position: relative;
}

ul.typeahead.dropdown-menu {
    top: 49px !important;
    left: 0 !important;
    width: 100%;
}

ul.typeahead.dropdown-menu a:hover {
    background: none;
    color: #000;
}

ul.typeahead.dropdown-menu li:hover {
    background: #e6e6e6;
}

ul.typeahead.dropdown-menu li {
    padding: 6px;
}

ul.typeahead.dropdown-menu {}

.wizard.wizard-righ .select-items {
    height: 226px;
    overflow: hidden;
    overflow-y: scroll;
}


.BrowseCommunity .property-slider {
    box-shadow: none;
}

.broseHeading a {
    font-size: 14px;
    line-height: 16px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #000000;
    padding: 8px 18px;
    font-weight: 500;
        white-space: nowrap;
}

.broseHeading {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 10px;
}

.BrowseCommunity .backgroundOverlay {
    overflow: hidden;
}
.broseCommContainer {
    width: 80%;
    margin: 0 auto;
}
.BrowseCommunity .property-slider img {
    height: 240px;
    border-radius: 10px;
}

.viewAllBrowse { 
    padding: 10px 30px;
    border: 1px solid #000000;
    background-color: #000000;
    border-radius: 60px;
    color: #ffffff;
    font-size: 18px;
    margin: 0 auto;
    display: flex;
    transition: .5s all ease;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-top: 60px;
    margin-bottom: 90px;
    font-weight: 500;
}

.viewAllBrowse:hover {
    background: none;
    border: 1px solid #000;
    color: #000;
    transition: .5s all ease;
}

.BrowseCommunity .property-slider:hover .broseHeading a {background: #000;color: #fff;}





.details 
{
    overflow: hidden;
    margin-bottom: 90px;
}


.details img {
    width: 100%;
    height: 100vh;
}

.details-content h2 {
    color: #000;
    font-size: 27px;
    font-family: KyivType Sans Black;
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.details-content h3 {
    font-weight: 500;
    font-size: 15px;
}

.details-content p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.ref-permit li {
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
}

.details-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ref-permit {
    line-height: 1;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    list-style-type: none;
}

ul.prop-with-icon.clearfix {
    display: flex;
}

ul.details-bes-apartment {
    display: flex;
    list-style: none;
    border-bottom: 1px solid #e0e4eb;
    border-top: 1px solid #e0e4eb;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    gap: 60px;
	    margin-bottom: 30px;
}

ul.details-bes-apartment span {
    font-weight: 500;
    font-size: 15px;
}

ul.details-bes-apartment li {
    display: flex;
    align-items: center;
    gap: 12px;
}

ul.details-bes-apartment li:after {
    content: "";
    display: block;
    width: 1px;
    height: 115%;
    background: #ccc;
    position: relative;
    left: 20px;
}
.property-description h3 {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 15px;
}
.property-description pre p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    text-align: justify;
}

.property-description pre {
    margin-top: -10px;
    overflow-x: hidden;
    overflow: unset;
    width: 100%;
    text-wrap: balance;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.amenitiesDetails ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    gap: 20px;
    margin-top: 20px;
}

.amenitiesDetails ul li img {
    width: 19px;
    height: 20px;
}

.amenitiesDetails ul li {
    display: flex;
    gap: 15px;
}

.amenitiesDetails li span {
    font-weight: 400;
    font-size: 15px;
}
.details-grid {
    display: grid;
    grid-template-columns: 64% 32%;
    gap: 4%;
}
.agent-details-content h2 {
    font-size: 1.25rem !important;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}

.agent-details-content ul li {
    font-size: 15px;
    line-height: 25px;
    margin: 0px;
    font-weight: 400;
    color: #6f6f6f;
    list-style: none;
}

.price-whatsapp-call h6 {
    padding: 10px 30px;
    background-color: #000000;
    color: #ffffff;
    font-size: 1.25rem;
    text-align: center;
    border-radius: 8px;
    font-weight: 500;
    margin-top: 10px;
}

.whats-call {
    display: flex;
    align-items: center;
    gap: 12px;
}



.details-call {
    background-color: #000000;
    border: 1px solid #000;
}

.whats-call a {
    background-color: #000000;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    border-radius: 8px;
    width: 100%;
    border: 1px solid #000;
    padding: 10px 30px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-whatsapp-call {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.agent-details-profile {
    border-radius: 6px;
    padding: 15px;
    position: relative;
    border: 1px solid #eaeff5;
    box-shadow: 0px 0px 2px #e7e7e7 !important;
}
.agent-details-profile figure {
    margin-bottom: 10px;
}

a.details-whatsup {
    background-color: #46b500 !important;
    border: 1px solid #46b500 !important;
}


/*** un available video start ****/

.videoNotAvailable {
    background: #d5d5d5;
}

.videoNotAvailable .video {
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.videoNotAvailable figure {
    width: 100px;
    height: 100px;
    background: #b7b7b7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px 1px #ccc;
}
.videoNotAvailable h2 {
    font-size: 17px;
    letter-spacing: 0;
    color: #7e7e7e;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 17px;
}
.videoNotAvailable img {
    width: 70%;
}
.details-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 110px;
    align-self: flex-start;
}













/*** un available video end ****/




/* Update CodeStart */




.posRel
{
	position:relative;
}

.minmaxPrice-wrap 
{
    background-color: #fff;
    position: absolute;
    right: 0;
    width: 340px;
    margin-top: 4px;
    padding: 10px;
    z-index: 999;
}

.minmaxTog
{
	display:none;
}



/* slick slider start */


.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick .item 
{
	opacity: 0.4;
	transition: .4s ease all;
}

.slick-active.slick-center 
{
	opacity: 1;
	transform: scale(1);
}

.slick .item img
{
	width:100% !important;
	object-fit: cover;
}

.slide-arrow
{
	position: absolute;
    display: block;
    opacity: 1;
    top: 50%;
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 50%;
	font-size:44px;
	border: unset;
	z-index:9999;
    background: #fff !important;
}

.slide-arrow span
{
    z-index: 10;
    position: relative;
    border-radius: 50%;
    font-size: 44px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -3px;
    left: -1px;
}

.slick-carousel .prev-arrow 
{
    left: 60px;
}

.slick-carousel .next-arrow
{
    right: 60px;
}

.slick-carousel .prev-arrow span
{
    top:-4px;
	left:-2px;
}

.slick-carousel .next-arrow span
{
    top:-4px;
	left:2px;
}


/* slick slider end */



.gallery-container .property-slider {
    height: 418px;
}

.gallery-container .property-slider img {
    height: 100%;
}

.gallery-container h2 {
    text-align: center;
    margin-bottom: 40px;
	position:relative;
	    font-family: KyivType Sans Black;
}

.gallery-container h2:after {
    content: '';
    width: 170px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: black;
}

.gallery-container .property-slider:hover .backgroundOverlay:before 
{
    height:100%;
}

.details-content h3 svg {
    width: 20px;
    height: 20px;
}

.mapWrapper iframe
{
	width:100%;
	height:600px;
}

.registerInterestWrap {
    padding: 90px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.9))), url(../images/contact-sec.webp) no-repeat scroll center center;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9)), url(https://www.primeestates.ae/assets/web/images/contact-sec.webp) no-repeat scroll center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 3;
    min-height: 600px;
    text-align: center;
}

.mapWrapper 
{
    overflow: hidden;
    height: 600px;
}

.mapWrapper iframe
{
	width:100%;
	height:600px;
}

.registerInterestWrap form 
{
    width: 60%;
    margin: 0 auto;
}

section.registerInterestWrap h3 
{
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 45px;
	    font-family: KyivType Sans Black;
}

.registerInterestWrap .form-group 
{
    display: flex;
    flex-direction: column;
}

.registerInterestWrap .form-group label
{
	font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #ffffff;
    text-align: left;
}


.registerInterestWrap .form-group input
{
	padding:8px 10px;
	height:50px;
	margin-bottom:25px;
	border: 1px solid #000000;
	border-radius:5px;
}

section.registerInterestWrap .gridTwo 
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 25px;
}

section.registerInterestWrap .form-group textarea {
    height: 158px;
    border-radius: 5px;
}

.mb-20
{
	margin-bottom:20px;
}

.submit-btn-wrap button 
{
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    border-radius: 25px;
    padding: 10px 30px;
    border: 1px solid #f9f9f9;
}

.submit-btn-wrap button:hover 
{
    background: none;
    border: 1px solid #fff;
    color: #fff;
    transition: .5s all ease;
}

.smililarPropertyWrap .askPrice-price
{
    white-space: nowrap;
    height: 40px;
}

.smililarPropertyWrap .property-content p
{
	font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    display: flex;
    gap: 6px;
    height: fit-content;
    position: relative;
    top: 5px;
}

.smililarPropertyWrap .property-content .locationicon_text 
{
    font-weight: 600;
    font-size: 12px;
	width: 50%;
}

.smililarPropertyWrap .property-content p i
{
	font-size: 11px;
    display: flex;
    font-weight: 900;
}

.smililarPropertyWrap .property-content p strong
{
	font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.smililarPropertyWrap .property-content .location-price {
    grid-column-gap: 20px;
    margin-top: 10px;
}

.smililarPropertyWrap .slider-container .owl-nav 
{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 32%;
    width: 100%;
}

.details .item 
{
    padding: 0;
}

.gallery-slider-container .property-slider img
{
	border-radius:0;
}

.gallery-slider-container .property-slider:hover .backgroundOverlay:before
{
	border-radius:0;	
}

.smililarPropertyWrap 
{
    padding: 0 60px;
}

.whats-call a:first-child:hover 
{
    color: #000;
    background-color: unset;
}

.whats-call .details-whatsup:hover 
{
    color: #46b500;
    background-color: unset !important;
	border: 1px solid #46b500 !important;	
}

/* Update CodeEnd */

/* hjj */

.typeRadioFlex {
    display: flex;
    align-items: center;
    gap: 20px;
}
.sortSelect select {
    background: none;
    border: 1px solid #ebebeb !important;
    color: #737373 !important;
    height: auto !important;
}
.onScroll .filter-continer.mt-80 {
    position: fixed;
    width: 100%;
    z-index: 9;
    top: -1px;
}

.wizard-grid .wizard-left p {
    text-align: center !important;
    font-size: 14px !important;
}
.wizard-left span.singleLine {
    margin: 0 auto;
    margin-bottom: 15px;
}

.agent-grid {
    display: grid;
    grid-template-columns: 32% 58%;
    gap: 10%;
	    align-items: center;
}

.agent-right svg {
    width: 20px;
    height: 20px;
}

.agent-right h2 {
    font-size: 40px;
    font-family: KyivType Sans Black;
    text-transform: uppercase;
}

.agent-right h3 {
    font-size: 25px;
    font-weight: 500;
}

.agent-right p {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0;
}

.ctaContent li {
    font-size: 16px;
    line-height: 24px; 
    border: 1px solid #000000;
    border-radius: 6px;
    color: #000000;
}

.ctaContent ul {
    display: flex;
    list-style: none;
    gap: 16px;
}
.agent-right {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ctaContent a {
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ctaContent li a {
    padding: 10px 15px;
    transition: .5s ease all;
}

.ctaContent li a:hover {
    background: #000;
    transition: .5s ease all;
    color: #fff;
}

.ctaContent li a:hover svg path {
    fill: #fff;
}
li.agentWhatsapp a {
    color: #018b26;
}

li.agentWhatsapp {
    border: 1px solid #018b26;
}

li.agentWhatsapp:hover a {
    background: #018b26;
}
.agent-container {
    margin-top: 140px;
}
.getKnow {
    margin-top: 80px;
    margin-bottom: 90px;
}

.getKnow h2 {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 30px;
    font-family: KyivType Sans Black;
    font-weight: 100 !important;
}

.getKnow p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 29px;
}
 

.myListingBtn {
    color: #ffffff;
    background-color: #000000;
    border-radius: 8px;
    padding: 0.5rem 5rem;
    font-size: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
}
.agent-my-listing {
    background: #f7f7f7; 
    margin-bottom: 70px;
}

.grayBG {
    background-color: #ededed !important;
    padding: 80px 0px;
}

.newsletter h2 {
    font-size: 25px;
    line-height: 31px;
    font-weight: 300;
    padding: 10px 0px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.newsletter {
    text-align: center;
}

.newsletter form input {
    padding: 18px 10px;
    max-width: 450px;
    margin: 10px auto;
    border-radius: 2px;
    border: 1px solid #c1c1c1;
    width: 100%;
}

.newsletter form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.newsletter button {
    padding: 6px 20px;
    width: 200px;
    font-weight: 500;
    font-size: 19px;
    background-color: #000000;
    border-radius: 10px;
    color: #ffffff;
    margin:  0 auto;
    border: 1px solid #000000;
    transition: .5s all ease;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.newsletter form input:focus {
    outline: none;
}

.newsletter button:hover {
    background: none;
    border: 1px solid #000;
    color: #000;
}


/* about page design start */

.prime-about-sect {
    margin-top: 80px;
    padding: 90px 0;
    background-color: #fff;
}

.prime-logo img {
    width: 300px;
}

.prime-logo {
    text-align: center;
    margin-bottom: 40px;
}

.about-box {
    padding: 25px;
    box-shadow: 2px 4px 8px 2px #e5e5e5;
    border-radius: 10px;
}

 

.about-para-wrap p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 40px;
        text-align: center;
}

.about-para-wrap p:last-child {
    margin-bottom: 0;
}

section.mission-vision-sect {
    padding: 90px 0;
	background-color:#fcfcfc;
}

.vision-mission-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 30px;
    margin-bottom: 40px;
}

.vision {
    border: 1px solid #c1c1c1;
    border-radius: 12px;
    padding: 25px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mission {
    border: 1px solid #c1c1c1;
    border-radius: 12px;
    padding: 25px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vision h5,
.mission h5 
{
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    color: #333;
    font-size: 22px;
}

.vision p,
.mission p  
{
    font-size: 15px;
    line-height: 22px;
    color: #000;
    margin-bottom: 0;
}

.our-value-broc-grid {
    display: grid;
    grid-template-columns: 57.5% 40%;
    grid-column-gap: 30px;
}

.ov-box-cover {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.ov-box {
    border: 1px solid #c1c1c1;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 165px;
}

.ov-box h5 {
    font-weight: 600;
    color: #333;
    font-size: 22px;
    margin-bottom: 20px;
}

.ov-box p {
    margin-bottom: 0;
}

.our-value h5.head-title {
    margin-bottom: 30px;
}

.pro-box {
    border: 1px solid #c1c1c1;
    border-radius: 12px;
    padding: 25px;
    min-height: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.pro-box img {
    width: 272px;
    margin-bottom: 40px;
}

.our-value {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.download-bro {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    padding: 10px 20px;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    border-radius: 10px;
}

.download-bro a {
    color: #fff;
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
}

section.meet-ourceo-sect 
{
    padding: 90px 0;
    margin-top: 100px;
    background-color: #efefef;
    margin-bottom: 200px;
}

.ceo-grid 
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    position: relative;
}

.ceo-left h2 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ceo-para p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
}

.ceo-img 
{
    position: absolute;
    top: 70px;
}

.ceo-img img
{
    width: 550px;
}

section.our-team-section {
    padding: 30px 0;
    padding-bottom: 0;
}

section.our-team-section h4 
{
	color: #222;
    font-size: 30px;
    line-height: 52px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.our-team-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.our-team-box {
    border: 1px solid #c1c1c1;
    padding: 10px;
    text-align: center;
    min-height: 398px;
    width: 100%;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.team-img img {
    width: 140px;
    border-radius: 50%;
}

.team-cont h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.team-img {
    margin-bottom: 20px;
}

.team-cont p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 30px;
}

.our-team-box .team-cont h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: unset;
    margin-bottom: 10px;
}

.team-cont a {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 26px;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 6px;
    color: #018b26;
    display: flex;
    align-items: center;
    grid-column-gap: 8px;
    justify-content: center;
    font-weight: 600;
    width: fit-content;
    margin: 0 auto;
	    transition: .5s all ease;
}

.team-cont a i {
    font-size: 18px;
    color: #018b26;
    margin-right: 0;
}

.team-cont a:hover i {
    color: #fff;
}

.team-cont a:hover {
    background-color: #018b26;
    color: #ffffff;
    border: 1px solid #018b26;
    text-decoration: none;
    transition: .5s all ease;
}

.about-box .common-heading-home {
   /* text-align: left;*/
    margin-bottom: 20px;
}

.ceo-left .common-heading-home
{
	text-align: left;
}

/* about page design end */

.bkg-clr-white
{
    background:#fff;
}

 .bed-sqfeet ul li svg {
    width: 18px;
    height: 18px;
}

.bed-sqfeet ul li svg path {
    fill: #696969;
}

.agent-CTA {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

a.view-profile {
    color: #000;
}

a.view-profile i {
    color: #000;
}

a.view-profile:hover {
    background: #000;
    color: #fff;
}


/*** QR CODE CSS **/
.qr-grid {
    display: grid;
    grid-template-columns: 35% 60%;
    gap: 15px;
}

.qr-left img {
    width: 100%;
    height: 100%;
}

.qr-right h2 {
    font-size: 20px;
}

.qr-right h2 {
    font-size: 12px;
    margin-bottom: 8px;
}

.qr-right h3 {font-size: 25px;display: flex;align-items: baseline;font-weight: 600;gap: 5px;margin-bottom: 5px;color: #000;}

.qr-right h3 span {
    font-size: 14px;
    font-weight: 500;
}

.qr-right h4 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

.qr-right a {
    outline: none;
    font-size: 14px;
    margin: 0;
    padding: 7px 14px;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-align: center;
    display: block;
    border-radius: 6px;
    font-weight: 300;
    margin-top: 14px;
    margin-bottom: 7px;
    font-weight: 500;
    width: fit-content;
}

.qr-right p {
    font-weight: 500 !important;
    font-size: 15px;
}

.qr-left figure {
    margin-bottom: 0;
}

.qrcode-design {
    border-top: 1px solid #ccc;
    margin-top: 0;
    padding-top: 20px;
}
.prop-tab-box {
    height: auto;
}

form#interest_form .featured-boxes-inner.padd-10-20 {
    height: auto;
}
.qrcode-design.dShow {
    border-radius: 6px;
    padding: 0.5rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 90;
    margin-bottom: 0px;
    position: relative;
    border: 1px solid #eaeff5;
    margin-top: 0;
    padding: 15px;
    padding-bottom: 0;
}

  
  .qr-grid {
    display: grid;
    grid-template-columns: 28% 60%;
    gap: 15px;
    align-items: center;
}
.thisis svg {
    width: 20px;
    height: 20px;
}

.qr-left img {
    width: 100px;
    height: 100px;
}

.qrcode-design.dShow {
    padding-bottom: 15px;
}


.thisis p {
    display: flex;
    align-items: center;
    gap: 5px;
}
ul.Perrmref {
    padding-left: 0;
    margin-bottom: 0;
}

ul.Perrmref li {
    font-weight: 600;
}

ul.Perrmref li span {
    font-weight: 400;
    font-size: 13px;
    display: block;
}

ul.Perrmref {
    display: flex;
    list-style: none;
    justify-content: space-between;
}

.qr-grid {
    grid-template-columns: 28% 67%;
    gap: 10px;
}

.qr-right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.thisis p {
    margin-bottom: 0;
}

.thisis svg path {
    fill: #1eab52;
}
 ul.Perrmref:after {
    content: "";
    display: block;
    width: 1px;
    height: 35px;
    background: #d3d3d3;
    position: absolute;
    left: 42%;
    transform: translate(-50%, -50%);
    top: 50%;
}
ul.Perrmref {
    position: relative;
}
.qrcode-design {
    border-radius: 6px;
    padding: 0.5rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 90;
    margin-bottom: 0px;
    position: relative;
    border: 1px solid #eaeff5;
    margin-top: 2px;
    padding: 15px; 
} 


 /*  QR CODE CSS END **/

.property-slider figure {
    border-radius: 10px 10px 0px 0px;
}
.BrowseCommunity .property-slider figure {
    border-radius: 10px 10px 10px 10px;
}
.qrcode-design ul.Perrmref li:last-child:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    position: relative;
    top: -2px;
}






 
.filter-continer ::-webkit-scrollbar {
  width: 5px;
    height:30px;
}

 
.filter-continer ::-webkit-scrollbar-track {
  background: #d3d3d3bf;  
}
 
 

.filter-continer ::-webkit-scrollbar-thumb {
  background: #a3a3a3; 
}
 
.VideoContent.container h2 {
color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-family: KyivType Sans Black;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
} 

.VideoContent.container h1::after {
    content: "";
    display: block;
    width: 200px;
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

.VideoContent.container h3 {
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
}  

.homePageVideo .herobanner {
    height: 100vh;
    overflow: hidden;
}

.homePageVideo .herobanner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.homePageVideo .herobanner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000045;
}





















































































































































































































































































































































































































































































































































































































































































































































































@media only screen and (min-width: 300px) and (max-width: 991px)
{
.who-we-grid {
    grid-template-columns: repeat(1, 1fr);
}

.counter-grid {
    grid-template-columns: repeat(1, 1fr);
}

.whatweGrid {}

.whyChooseUs .whatweGrid {
    grid-template-columns: repeat(1, 1fr);
}

.wizard-grid {
    grid-template-columns: 100%;
}

.footer-grid {
    grid-template-columns: 100%;
}

.who-left img {
    width: 100%; 
}
.burger-line { 
    background: white;
}
a.brand {
    order: 1;
}

div#burger {
    order: 0;
}
.mShow
{
	display:block !important;
}
.dShow
{
	display:none !important;
}
a.SearchMobileIcon {
    order: 2;
}
a.brand img {
    width: 110px;
}

a.SearchMobileIcon.mShow {
    font-size: 21px;
    color: #fff;
    padding-right: 2px;
}

.homePageVideo {
    height: calc(80vh - 0px);
}

.VideoContent.container span {
    font-size: 17px;
}

.VideoContent.container h1 {
    line-height: 37px;
    font-size: 17px;
    margin-bottom: 20px;
}

.VideoContent {
    top: unset;
    bottom: 180px;
}

.homeform-grid {
    grid-template-columns: 100%;
}

.homeTabContainer a {
    text-align: center;
    font-size: 14px !important;
}

.homeTabContainer {
    margin-bottom: 20px;
}

.who-right {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.who-right .singleLine {
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative;
    top: 84px;
    height: 1px;
    background: #707070;
    width: 62px;
}

.who-right h2 {
    margin-bottom: 6px;
    font-size: 25px;
    line-height: 30px;
}

.who-right h3 {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1.76px;
    margin-bottom: 14px;
    font-weight: 400;
    margin-bottom: 35px;
}

.who-right p {
    font-weight: 500;
}

.who-we-grid {
    margin-bottom: 30px;
}

.property-content {
    padding: 15px 10px !important;
}

.property-slider img {
    height: 240px;
}

.slider-container .owl-nav button {
    width: 40px;
    height: 40px;
    left: 10px;
}

.slider-container .owl-nav {
    top: 25%;
}

.slider-container .owl-nav button.owl-next {
    right: 10px;
}
.homePageVideo {
    height: calc(80vh - 0px);
}

.VideoContent.container span {
    font-size: 17px;
}

.VideoContent.container h1 {
    line-height: 37px;
    font-size: 17px;
    margin-bottom: 20px;
}

.VideoContent {
    top: unset;
    bottom: 180px;
}

.homeform-grid {
    grid-template-columns: 100%;
}

.homeTabContainer a {
    text-align: center;
    font-size: 14px !important;
}

.homeTabContainer {
    margin-bottom: 20px;
}

.who-right {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.who-right .singleLine {
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative;
    top: 80px;
    height: 1px;
    background: #707070;
    width: 62px;
}

.who-right h2 {
    margin-bottom: 6px;
    font-size: 25px;
    line-height: 30px;
}

.who-right h3 {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1.76px;
    margin-bottom: 14px;
    font-weight: 400;
    margin-bottom: 35px;
}

.who-right p {
    font-weight: 500;
}

.who-we-grid {
    margin-bottom: 30px;
}

.property-content {
    padding: 15px 10px !important;
}

.property-slider img {
    height: 240px;
}

.slider-container .owl-nav button {
    width: 40px;
    height: 40px;
    left: 10px;
}

.slider-container .owl-nav {
    top: 25%;
}

.slider-container .owl-nav button.owl-next {
    right: 10px;
}

.property-content h2 {
    font-size: 16px;
    font-weight: 500;
}

.property-content p {
    font-size: 14px;
    font-weight: 500;
}

.locationicon_text strong {
    font-size: 14px;
}

.location-price i {
    position: relative;
    top: 1px;
}

.location-price .locationicon_text {
    align-items: center;
    top: 5px;
}

.bed-sqfeet li span {
    color: #666;
    font-size: 12px;
}

.bed-sqfeet ul {
    gap: 35px;
}
 .common-heading-home {
    font-size: 25px;
    line-height: 30px;
}
.listing-container-right .bed-sqfeet ul { 
   /* gap: 0;*/
}
.who-right a {
    width: fit-content;
    margin: 0 auto;
    padding: 10px 50px;
    font-size: 14px;
    line-height: 18px;
}

.common-heading-home {
    font-size: 25px;
    line-height: 30px;
}

.who-right a {
    width: fit-content;
    margin: 0 auto;
    padding: 10px 50px;
    font-size: 14px;
    line-height: 18px;
}

.whatWeContent h2 {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
}

.what-we-do-container .whatWeContent p {
    width: 100%;
    font-size: 11px;
    line-height: 14px;
}

.whatWeContent figure {
    width: 54px;
    height: 54px;
    padding: 12px;
}

.whatWeContent {
    padding: 23px 15px 23px 15px;
    box-shadow: 0px 3px 6px #00000029 !important;
    border: none;
    gap: 7px;
}

.what-we-do-container.mb-90.bg-gray {
    background: #fff !important;
}

.mb-90 {
}

.what-we-do-container.mb-90.bg-gray {
    padding-bottom: 0;
    margin-bottom: 45px;
}
.mShow.mobilesubTitle {
    text-align: center;
}

.mShow.mobilesubTitle .singleLine {
    margin: 0 auto;
    margin-bottom: 15px;
}

.mShow.mobilesubTitle {
    margin-top: -46px;
}

.mShow.mobilesubTitle p {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1.76px;
    margin-bottom: 14px;
    font-weight: 400;
    margin-top: 52px;
}

.who-we-grid {
    gap: 0px;
}

.slider-container {
    margin-bottom: 20px;
}



.mShow.mobilesubTitle {
    text-align: center;
}

.mShow.mobilesubTitle .singleLine {
    margin: 0 auto;
    margin-bottom: 15px;
}

.mShow.mobilesubTitle {
    margin-top: -46px;
}

.mShow.mobilesubTitle p {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1.76px;
    margin-bottom: 14px;
    font-weight: 400;
    margin-top: 52px;
}

.who-we-grid {
    gap: 0px;
}

span.singleLine {}

.proven-result h2 {
    font-size: 25px !important;
    line-height: 30px;
    font-weight: 500;
}

.proven-result {
    padding: 50px 0px 50px 0px; 
}

.proven-result p {
    letter-spacing: 0;
    font-size: 13px;
    line-height: 16px;
    width: 100%;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 19px;
    font-weight: normal;
}

.counter-item h3 {
    font-size: 25px !important;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}

.proven-result p {
    font-size: 13px !important;
    line-height: 16px;
    font-weight: normal;
    width: 98%;
}

.counter-grid {
    gap: 59px;
}

.proven-result:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: .51;
}
.counter-item p {
    font-size: 16px !important;
    line-height: 19px;
}
.proven-result {
    position: relative;
}

.proven-result .container {
    position: relative;
    z-index: 9;
}

.proven-result {
    background-position: -565px 0px;
    background-size: cover;
}

.proven-result {
    margin-bottom: 30px;
}
.proven-result h2 {
    margin-bottom: 0;
}

.proven-result .container {
    gap: 15px;
}

.proven-result .container span.singleLine.mShow {
    margin: 0 auto;
    background: #fff;
    width: 62px;
    height: 1px;
    margin-bottom: 5px;
}

span.singleLine.mShow {}

.counter-grid {
    margin-top: 40px;
}

.what-we-do-container.mb-90.bg-gray {
    padding-top: 20px;
}
.what-we-do-container p { 
    width: 100%; 
}
.what-we-do-container.mb-90.bg-gray .singleLine {
    width: 62px;
    height: 1px;
}

.whatwedoGrid {
    margin-top: 30px;
}

.whatWeContent .singleLine.mShow {
    width: 42px !important;
    margin-bottom: 8px !important;
}
.mShow.mobilesubTitle {}

.whyChooseUs .mShow.mobilesubTitle p {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 52px !important;
}

.whyChooseUs .mShow.mobilesubTitle 
 span.singleLine {
    height: 1px;
}










nav#navbar 
{
    background-color: #2a2a2a;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    text-align: left;
}

ul#menu 
{
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: unset;
}

li.menu-item 
{
    position: relative;
    margin:unset !important;
    border-bottom: 1px solid #404040;
    width: 100%;
        padding: 2px 0;
}

li.menu-item.NavigationActive a:after 
{
    content: unset;
}

li.menu-item.menu-dropdown.active ul 
{
    background-color: #141414;
}

li.menu-item.menu-dropdown.active ul li {
    border-bottom: 1px solid #404040;
    background: #141414 !important;
}

li.menu-item.menu-dropdown.active ul li a 
{
    color: #fff !important;
}








  .km-btn-hide
        {
            display:none !important;
        }
        
        .km-btn-show
        {
			margin:10px auto 0;
            display:block !important;
			 padding: 10px 50px;
	    font-weight: 500;
        }    
        
        .rm-btn-show.rm-btn-hide
        {
            display:none !important;
        }
    
        .rm-btn-show {
    margin: 10px auto 0;
    display: block !important;
    padding: 10px 50px;
	    font-weight: 500;
}

		.who-right.height-toggle:after 
		{
			position: absolute;
			top: unset;
			left: 0;
			content: "";
			display: block;
			background: linear-gradient(180deg, #ededed00 0, #ffffff);
			width: 100%;
			height: 60px;
			bottom: 0;
		}
		
        .who-right
        {
            height:auto;
			position:relative;
        }
        
        .who-right.height-toggle {
            height: 230px;
            overflow: hidden;
            margin-bottom: 10px;
            transition: all .2s ease-in;
        }  



.mobileWrap {
    z-index: 999;
    color: #000;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    padding: 7px;
    background-color: #fff;
    line-height: 20px;
    text-align: center;
}
 

.onScroll div#burger span.burger-line {
    background: #000;
}

.burger-line:nth-child(2) {
    width: 100%;
}

header#header {
    height: 60px;
}
.checkboxes .inner-wrap {
    max-height: unset;
    padding: 5px 15px;
    z-index: 9;
    position: relative;
    background: #fff;
}

a.mShow.PrimeNaviLogo {
    max-width: 140px;
    margin: 20px auto;
    display: block;
    text-align: center;
    margin-top: 50px;
}
ul#menu a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 400 !important;
    text-transform: capitalize !important;
}

ul#menu span {
    text-transform: capitalize !important;
    font-size: 18px;
    font-weight: 400 !important;
}
ul#menu span i {
    font-size: 20px; 
    opacity: .9;
}
 

ul.FooterSocial.sideBarSocialIcon {
    position: absolute;
    bottom: 20px;
    left: 43px;
}

.onScroll nav.navbar.active a {
    color: #fff !important;
}

.onScroll header#header nav.navbar.active li span {
    color: #fff !important;
}
.fixed-button { 
    z-index: 9;
}
.fixed-phone { 
    display: none;
}

.bed-sqfeet { 
    padding-bottom: 18px;
}



.testimonial-grid {
    display: flex;
    flex-direction: column;
}

.userReview p {
    font-style: normal;
    font-size: 16px !important;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    font-size: 13px !important;
    line-height: 18px;
    width: 90%;
    margin: 0;
    padding-right: 0;
    margin: 0 auto;
}

.testimonial-grid figure h5 {
    font-size: 25px;
    line-height: 30px;
    font-family: KyivType Sans Black;
    text-transform: uppercase;
    margin-bottom: 40px;
}
 

.testimonial-grid figure h5:before {
    content: "";
    width: 62px;
    display: block;
    background: #fff;
    height: 1px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
}

.testimonial-grid figure h5 {
    position: relative;
}
.testimonial-container.slider-container .owl-nav {
    top: 16%;
}

.testimonial-container .mShow.mobilesubTitle p {
    color: #fff;
}

.testimonial-container .mShow.mobilesubTitle span {
    height: 1px;
    width: 62px;
    display: block;
}

.testimonial-container.slider-container .singleLine {
    display: none;
}

.testimonialCarousel {
    padding-top: 30px;
}
.instagram-heading h2 { 
    font-size: 23px;
    line-height: 30px;
}
.checkbox-grid {
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
    margin: 0 auto;
    gap: 70px;
    margin-bottom: 70px;
}

.check-content {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.check-content img {
    width: 60px;
}
.checkbox-grid.checkbox-grid1.interested-step {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    row-gap: 60px;
}

div#step2 {}

div#step2 .check-content {
    width: 80px;
    height: 80px;
}

div#step2 .check-content img {
    width: 30px;
}

div#step3 .checkbox-grid.checkbox-grid2.interested-step {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}
div#step3 .checkbox-grid.checkbox-grid2.interested-step {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.feild-two {
    grid-template-columns: repeat(1, 1fr);
}

.interested-step-form {
    width: 90% !important;
    margin-bottom: 40px !important;
}
.interested { 
    margin-bottom: 30px !important;
}

.whyChooseUs .whatWeContent {
    display: grid;
    grid-template-columns: 20% 68%;
    gap: 38px;
    padding: 23px 22px 23px 22px;
}

.whyChooseUs .whatWeContent p {
    font-size: 11px;
    line-height: 14px;
    text-align: left;
    margin-bottom: 0;
}

.whyChooseUs .whatWeContent img {
    width: 100%;
}

.whatWeContent figure {}

.whyChooseUs .whatWeContent figure {
    padding: 0;
    width: 54px;
    height: 54px;
}

.whyChooseUs .whatWeContent h2 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    text-align: left;
}

.whyChooseUs .whatWeContent h2:after {
    content: "";
    display: block;
    width: 64px;
    height: 1px;
    background: #000;
    margin-top: 8px;
}

h2 {}

.whyChooseUs .whatWeContent div {
    gap: 13px;
}

 
.wizard-left h2 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}

.wizard-left p {
    text-align: center;
}

.wizard-left span.singleLine {
    margin: 0 auto;
    margin-bottom: 20px;
}

.menu-dropdown span {
    margin-bottom: 7px;
}

li.menu-item.menu-dropdown.active {
    border-bottom: unset;
}










footer.first-footer.dShow {
    background: #000000;
}

.newFooter.mShow {
    background: #000000;
    padding: 25px 0px;
}

.newFooter.mShow h2 {
    font-size: 19px;
    line-height: 23px;
    color: #fff;
    border-bottom: 1px solid #9D9D9D;
    width: fit-content;
    padding-bottom: 15px;
    margin-bottom: 23px;
}

.newform-terms p {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    width: 80%;
    margin-bottom: 0;
}

.newform-terms form input {
    height: 48px;
    width: 100%;
    border-radius: 13px;
    border: none;
    padding: 15px 15px;
    background: #fff;
        background-color: #fff;
}
form#newaform {
    background: #fff;
    border-radius: 13px;
}
.newform-terms form input::placeholder {
    font-weight: 400;
    color: #626262 !important;
}


.newform-terms form svg {
    position: absolute;
    right: 6px;
    border-radius: 12px;
    padding: 9px;
    top: 6px;
}

.newform-terms svg path {
    fill: #fff;
    width: 36px;
    height: 36px;
}

.newform-terms form {
    position: relative;
}

.newform-terms svg {
    width: 36px;
    height: 36px;
    background: #000;
}

.newform-terms {
    display: flex;
    flex-direction: column;
    gap: 27px;
}

p.byClicking {
    font-size: 13px;
    line-height: 17px;
    text-align: left;
    width: 100%;
}

p.byClicking a {
    color: #fff;
    text-decoration: underline;
}

.newQucikServices {
    margin-top: 36px;
    display: grid;
    color: #fff;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 42px;
}

.newQucikServices h3 {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
}

.newQucikServices a {
    color: #fff;
    font-weight: 300;
}

.newQucikServices ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
        margin-bottom: 0;
}

.newQucikServices ul li {
    font-size: 13px;
    line-height: 16px;
}

.dropdown12 button {
    width: 100%;
    border: 1px solid #707070;
    height: 50px;
    border-radius: 12px;
    background: none;
    text-align: left;
    padding: 0px 15px;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
}

ul.Newnetsocials {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
}

ul.Newnetsocials a i {
    color: #fff;
    font-size: 22px;
}

ul.Newnetsocials img {
    width: 20px;
    filter: invert(1);
}

ul.Newnetsocials li svg {
    width: 20px;
}

.tersmDropGrid {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.tersmDropGrid h3 {
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-weight: 300;
}

.tersmDropGrid h4 {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
        font-weight: 300;
}

div#myDropdown12 {
    background: #fff;
}

div#myDropdown12 {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    border-radius: 12px;
    padding: 16px 15px;
    gap: 14px;
}

div#myDropdown12 a {
    font-weight: 500;
    font-size: 15px;
    border-bottom: 1px solid #cccccc73;
    padding-bottom: 8px;
}

div#myDropdown12 a:last-child {
    border: none;
    padding-bottom: 2px;
}
ul.Newnetsocials li svg {
    height: 20px;
}

ul.Newnetsocials li svg path {
    fill: #fff;
}

ul.Newnetsocials li svg {
    height: 20px;
}

ul.Newnetsocials li svg path {
    fill: #fff;
}

ul.Newnetsocials li::marker {
    display: none;
}

ul.Newnetsocials li::marker {
    display: none !important;
    font-size: 1px;
}

ul.Newnetsocials {
    gap: 15px;
    align-items: center;
}

ul.Newnetsocials li:last-child svg {
    position: relative;
    top: 5px;
    height: 30px;
    width: 24px;
}
.dropdown12 svg {
    width: 24px;
    height: 26px;
    position: absolute;
    right: 14px;
    top: 13px;
}

.dropdown12 svg path {
    fill: #fff;
}

.dropdown12 {
    position: relative;
}
.newform-terms form button {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    padding: 9px;
    background: #000;
    position: absolute;
    right: 9px;
    top: 6px;
    border: none;
}

.newform-terms form svg {
    position: relative;
    border-radius: unset;
    padding: unset;
    background: unset;
    width: 20px;
    height: 20px;
    top: -4px;
    right: 1px;
} 


.details img {
    height:245px;
}


.slide-arrow 
{
    width: 35px;
    height: 35px;
}

.slick-carousel .prev-arrow
{
    left:15px;
}

.slick-carousel .next-arrow 
{
	right:15px;
}

    .details .slick .item {
        padding: 0;
        height: auto;
    }

.details 
{
	margin-bottom:0px;
    margin-top: 60px;
}

.details-grid 
{
    display: grid;
    grid-template-columns: 100%;
    gap: 0;
}

.propetyDetails-container .details-content h3 span 
{
    font-weight: 500;
    font-size: 15px;
}

.propetyDetails-container .details-content h2
{
    color: #000;
    font-size: 25px;
    line-height: 31px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

section.registerInterestWrap 
{
    display: none;
}

.ref-permit li span 
{
    font-weight: 600;
}

ul.ref-permit 
{
    margin-top: 18px;
}

ul.details-bes-apartment {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    margin-bottom: 0;
}

ul.details-bes-apartment li:after
{
	content:unset;
}

.price-whatsapp-call.mShow 
{
    margin-bottom: 35px;
}

.price-whatsapp-call 
{
   display: none;
}

.mapWrapper,
.videoNotAvailable,
.gallery-slider-container 
{
    display: none;
}


.map-grid {
    display: grid;
    grid-template-columns: 42% 53%;
    grid-column-gap: 20px;
}

.map-right iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.map-left h2 {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 0;
}

.map-left .map-location 
{
    font-size: 15px;
	display: flex;
    flex-direction: column;
}

.map-left .map-location span
{
    font-size: 14px;
	font-weight: 500;
    color: #000000;
}

.map-left {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.map-left button 
{
    font-size: 15px;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-align: center;
    display: block;
    border-radius: 6px;
    font-weight: 300;
    width: 100%;
    height: 26.5px;
}

.container.map-container 
{
    margin-top: 30px;
    margin-bottom: 15px;
    padding:20px 0 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.container-fluid.smililarPropertyWrap 
{
    background-color: #f5f7fb;
    padding: 60px 15px;
}

.smililarPropertyWrap .slider-container .common-heading-home 
{
    margin-bottom: 20px;
}

.smililarPropertyWrap .mobilesubTitle 
{
    display: none !important;
    margin-top: 0 !important;
}

.gallery-video-tab .tab 
{
    overflow: hidden;
    display: flex;
    grid-column-gap: 20px;
    margin-bottom: 20px;
}

.gallery-video-tab .tab button 
{
	font-size: 15px;
    padding: 6px 6px;
    border: 1px solid #000000;
    color: #000000;
    background-color: unset;
    text-align: center;
    border-radius: 6px;
    font-weight: 500;
    width: 100%;
    text-transform: uppercase;
}


.gallery-video-tab .tab button.active 
{
	color:#fff;
	background-color: #000;
}

.gallery-video-tab .tabcontent 
{
	display: none;
}

#vid-tour .videoNotAvailable,
#gallery .gallery-slider-container
{
	display:block;
}

#gallery .gallery-slider-container h2,
#gallery .gallery-slider-container .item .broseHeading
{
	display:none;
}

#gallery .gallery-slider-container .gallery-container .property-slider 
{
    height: auto;
}

#gallery .owl-item
{
	margin-right:0;
}

.container.map-container.mShow,
.container.gallery-video-tab.mShow
{
	padding-left:0;
	padding-right:0;
    border-bottom: 1px solid #ccc;
}

.container.gallery-video-tab.mShow 
{
    padding-bottom: 20px;
	margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.agent-details-profile 
{
	border-radius: unset;
    padding: 0;
    position: relative;
    border: unset;
    box-shadow: unset !important;
    display: flex;
    gap: 16px;
}

.agent-details-profile figure img {
    width: 100px;
    border-radius: 10px;
    height: 100px;
    object-fit: cover;
}

    .agent-details-content h2 {
        font-weight: 600;
        margin-bottom: 0;
        font-size: 16px !important;
    }

.agent-details-content ul li
{
	font-size: 15px;
    font-weight: 500;
    color: #373737;
}

.detainPageWrap.mb-90
{
    padding-top: 30px;
    margin-bottom: 40px;
}

#gallery .slider-container .owl-nav 
{
    top: 38%;
}

.ref-permit li 
{
    font-size: 13px;
}

ul.details-bes-apartment li i 
{
    font-size: 13px;
}

.smililarPropertyWrap 
{
    padding: 0 0px;
}

.smililarPropertyWrap 
{
	padding: 60px 15px;
    background-color:#f5f7fb;
}

.smililarPropertyWrap .bed-sqfeet .askPrice-price.mShow 
{
    margin-top: 20px;
}



.smililarPropertyWrap .property-content p strong 
{
    font-size: 14px;
}

.smililarPropertyWrap .property-content .locationicon_text 
{
    font-weight: 400;
    font-size: 15px;
    width: 100%;
    margin-left: 15px;
    top: 0;
}

.smililarPropertyWrap .property-content p 
{
    gap: 8px;
    align-items: center;
}

.smililarPropertyWrap .slider-container .owl-nav 
{
    top: 25% !important;
}

.bottomFixed {
    position: fixed;
    bottom: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 0px 3px 0px #818181;
    width: 100%;
    padding: 10px 15px;
}

.bottomFixed ul {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;	
}

.bottomFixed ul li svg {
    width: 20px;
    height: 20px;
}

.bottomFixed ul li 
{
	padding: 13px 15px;
	align-items: center;
	border-radius: 9px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;	
    padding: 13px 15px;
}

.bottomFixed li:first-child 
{
    background: #000;
    color: #fff;
}

.bottomFixed li:nth-child(2) 
{
    background: #000;
}

.bottomFixed ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bottomFixed ul li svg 
{
    width: 20px;
    height: 20px;
}

.bottomFixed ul li a svg path 
{
    fill: #fff;
}

.bottomFixed li:nth-child(3) {
    background: #67d449;
}

.gallery-container .property-slider img 
{
    height: 245px;
}

.insideSimilarProperty 
{
    padding: 60px 0px;
    background-color: #f5f7fb;
}

.detailMap,
.detailMap .modal-dialog,
.detailMap .modal-content
{
	height:100%;
	--bs-modal-margin: 0;
}


.detailMap .modal-body
{
	padding:0;
}

.detailMap iframe
{
	height:100%;
	width:100%;
	position:relative;
}

.detailMap button 
{
    left: 50%;
    bottom: 30px;
    position: absolute;
    background-color: #fff;
    padding: 13px;
    opacity: 1;
    border-radius: 50px;
}
ul.typeahead.dropdown-menu li {
    text-align: left !important;
}

ul.typeahead.dropdown-menu a {
    text-align: left;
}

.homeform-grid.listing-form-grid {
    grid-template-columns: 100%;
}

.listing-container-grid {
    grid-template-columns: 100%;
    gap: 0px;
}

.listing-container-grid figure.commonImageContainer img {
    height: 240px;
}

.listingHeadingPrice {
    display: block;
}

.listing-container-right .agent-details {
    display: none;
}

 

 

ul.listingSocial {
    justify-content: space-between;
    width: 100%;
}

ul.listingSocial a {
    width: 100% !important;
    height: 45px !important;
    border-radius: 5px !important;
}

a {}

ul.listingSocial  .whatsapp-class {
    background: #25d366;
}

a.whatsapp-class {
    order: 2;
}
.listing-container-right p {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 11px;
    margin-bottom: 7px;
}

.listing-container-right .bed-sqfeet {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 12px;
}
.listing-container-right .bed-sqfeet .askPrice-price a {
    color: #fff;
}
.listingHeadingPrice h2 {
    line-height: 19px !important;
}
.listingHeadingPrice h2 a {
    font-size: 19px; 
    font-weight: 600;
}
.listing-container-right .bed-sqfeet .askPrice-price a {
    color: #fff;
}

.listingHeadingPrice h2 {
    line-height: 14px !important;
}

.white-bg-header div#burger span {
    background: #000;
}

.type-content .check-content label {
    padding: 3px 10px;
    font-size: 14px;
}

.type-content {
    overflow: scroll;
    gap: 10px;
}

.type-content .check-content {
    margin: 0;
}
.mt-80 {
    margin-top: 60px;
}
.type-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 15px 18px;
}

.sortSelect {
    order: 0;
}

.typeRadioFlex {
    order: 1;
        gap: 9px;
}

.sortSelect span {
    text-transform: capitalize;
}
.minmaxPrice-wrap {
    width: 100%;
        position: relative;
}

.minmaxPrice-wrap .checkbox-grid.checkbox-grid2 {
    margin-bottom: 0;
    gap: 20px;
}
.onScroll .filter-continer.mt-80 {
    position: unset; 
}

.broseHeading { 
    padding-bottom: 10px;
}
.amenitiesDetails ul li { 
    font-size: 16px;
    text-align: left;
    line-height: 20px;
}
.amenitiesDetails ul { 
    gap: 14px; 
}
.amenitiesDetails ul li { 
    gap: 6px;
    font-size: 15px;
}
.onScroll header#header { 
    z-index: 9999;
}


#full-cotent.heightAdjust {
        height: 65px;
        overflow: hidden;
}

#full-cotent
{
    height:auto;
}

.readmore-oc
{
    position: relative;
}

.readmore-ocAfter:after 
{
    position: absolute;
    top: -66px;
    left: 0;
    content: "";
    display: block;
    background: linear-gradient(180deg, #ededed00 0, #ffffff);
    width: 100%;
    height: 60px;
}

.readmore-oc span{
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #ccc;
    padding: 2px 10px;
    background: none;
    width: fit-content;
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.readmore-oc.readmore-ocAfter {
    margin-top: 10px;
}
    .property-description pre {
        margin-top: -16px;
    }
.readmore-oc.minus-mrg 
{
        position: relative;
        margin-top: -50px;
}
.fixed-button {
    position: fixed;
    right: 21px;
    bottom: 85px;
    z-index: 99;
}
.whatsapp { 
    bottom: 5px;
}
div#gallery img {
}

div#vid-tour {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
}

div#gallery {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.container.gallery-video-tab.mShow {
    margin-bottom: 0;
            padding-bottom: 0px;
    border-bottom: none;
}

.slider-container.gallery-slider-container {}

div#gallery .slider-container {
    margin-bottom: 0;
}

div#vid-tour {
    height: 270px;
    margin-bottom: 20px;
}

div#gallery {
    height: 270px;
}

.agent-grid {
    grid-template-columns: 100%;
    gap: 4%;
}

.ctaContent ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.agent-container {
    margin-top: 80px;
}

.agent-right h2 {
    font-size: 26px;
}

.agent-right h3 {
    font-size: 19px;
}

.agent-right p {
    font-size: 16px;
}

.ctaContent li {
    border: 1px solid #c1c1c1 !important;
    display: flex;
    justify-content: center;
}

.getKnow p {
    font-size: 12px;
    line-height: 25px;
}

.getKnow {
    margin-bottom: 40px;
}

.grayBG {}

.agent-my-listing.grayBG {
    padding: 40px 0px;
}

.about-content-wrap .prime-logo {
    display: none;
}

.prime-about-sect {
    margin-top: 0px;
    padding-bottom: 0;
}

.vision-mission-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-bottom: 70px;
}

.about-box {
    box-shadow: none;
    padding: 10px;
}

section.mission-vision-sect {
    padding-top: 60px;
    padding-bottom: 60px;
}

.our-value-broc-grid {
    grid-template-columns: 100%;
    gap: 30px;
}

.ov-box-cover {
    grid-template-columns: repeat(1, 1fr);
}

section.meet-ourceo-sect {
    margin-top: 60px;
}

.ceo-grid {
    grid-template-columns: repeat(1, 1fr);
    position: unset;
    grid-column-gap: 0;
    gap: 80px;
}

.ceo-img img {
    width: 100%;
}

section.meet-ourceo-sect {
    padding-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 60px;
    position: relative;
}

.ceo-img {
    position: relative;
}

.ceo-right {
    order: 0;
}

.ceo-left {
    order: 1;
}

.ceo-left .common-heading-home {
    position: absolute;
    top: 50px;
            font-size: 25px;
}

.our-team-grid {
    grid-template-columns: repeat(1, 1fr);
}

.agent-CTA {
    flex-direction: column;
    width: 100%;
    gap: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.agent-CTA a {
    width: 100%;
}

.team-cont {
    width: 100%;
}
.listing-container-right .askPrice-price.mShow {
    margin-top: 10px;
}

.listing-container-right .askPrice-price.mShow a {
    color: #fff;
}

.details-right {
    position: unset;
    gap: 11px;
}

.container.detainPageWrap.bkg-clr-white.mb-90 {
    margin-bottom: 30px;
}

.qrcode-design {
    border: none;
    padding: 0;
    border-top: 1px solid #ccc;
    margin-top: 0;
    padding-top: 20px;
}

ul.Perrmref:after { 
    left: 45%; 
}

    .slide-arrow {
        width: 35px;
        height: 35px;
        z-index: 1;
    }

.insideSimilarProperty.container-fluid {
    padding-top: 34px;
}
.ref-permit { 
    justify-content: space-between;
}

.bed-sqfeet ul {
    justify-content: space-between;
    width: 95%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.bed-sqfeet ul li { 
    justify-content: flex-start; 
}
    .bed-sqfeet li span { 
        white-space: nowrap;
    }

.newsletter h2 {
    width: 100%;
    font-size: 19px;
    line-height: 24px;
}

    .newsletter.grayBG {
        padding: 30px 20px;
    }

.newsletter form input {
    max-width: 100%;
    width: 100%;
}

nav#navbar {}

.navbar.active ul#menu a {
    color: #fff;
}

.navbar.active ul#menu li span {
    color: #fff;
}

.VideoContent.container h2 
{
    font-size: 15px;
    margin-bottom: 0;
    line-height: 0;        
} 

.VideoContent 
{
    bottom: 230px;
}  

.VideoContent.container h3 {
    font-size: 15px;
    margin-bottom: 10px;
}


.VideoContent.container h1::after {
    padding-bottom: 15px;
    margin-bottom: 40px;
} 

.homePageVideo .herobanner 
{
    height: 100%;
}

.homePageVideo .herobanner img 
{
    height: 100%;
    width:100%;
    object-fit: cover;
}

.homePageVideo .herobanner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000045;
}








} /* 991 */


@media only screen and (min-width: 1300px) and (max-width: 1500px)
{
.ov-box p {
    margin-bottom: 0;
    width: 79%;
}


}






@media only screen and (min-width: 992px) and (max-width: 1279px)
{

.checkboxes .inner-wrap {
    padding: 5px 9px;
}

.inner-wrap label span {
    font-size: 13px;
}

.inner-wrap label input {
    height: 18px;
    width: 15px;
}


}

@media only screen and (min-width: 1300px) and (max-width: 1400px)
{

.checkboxes .inner-wrap {
    padding: 5px 9px;
}

.inner-wrap label span {
    font-size: 13px;
}

.inner-wrap label input {
    height: 18px;
    width: 15px;
}


}







