/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.7.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body {
    overflow-x: hidden;
}
.elementor-location-header {
    position: sticky;
    top: 0;
    z-index: 9;
}
.elementor-kit-6 h2.single-property-title {
    font-size: 32px;
    text-align: left;
}
.single-property .video-button.location-button {
    padding-right: 0;
}
.search-form {
	position: relative;
    display: inline-block;
    margin: 0px;
    height: 43px;
    width: 40px;
    vertical-align: top;
    padding: 0;
    margin-top: 0px;
}
.elementor-widget-container .search-form .search-submit {
	display: inline-block;
    height: 41px;
    text-align: center;
    color: white;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    width: 40px;
    margin: 0;
    padding: 0;
    right: 1px;
    background: #f2f2f2 url(https://www.megaclose.com/wp-content/uploads/2023/10/search-ic.png) center center no-repeat;
    font-size: 0;
    border-radius: 0;
    background-size: 18px;
    z-index: 9;
    border: none!important;
    top: 1px;
}
.search-submit:hover {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: white;
	color: black;
}
.search-field:focus + .search-submit {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: white;
	color: black;
}
.search-form .search-field {
	position: absolute;
    font-weight: 400;
    background-color: #f2f2f2;
    outline: none;
    width: 39px;
    height: 43px;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    left: auto;
    right: 0;
    border-radius: 0;
    padding: 0;
    top: 0;
    box-shadow: none;
    border: transparent solid 1px;
    font-size: 0px;
    background: #f2f2f2 url(https://www.megaclose.com/wp-content/uploads/2023/10/search-ic.png) center center no-repeat;
    background-size: 17px;
    cursor: pointer;
}
/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal{ 
	display: none; 
	width : 0; 
	height: 0; 
}
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { 
	display: none;
}

.search-form:focus .search-field, 
.search-form .search-field:focus {
    width: 270px;
    padding: 0 15px;
    border-color: #232323a3;
}
.search-form .search-field:focus {
    background: #f2f2f2;
    z-index: 9;
    font-size: 14px;
    cursor: text;
}
.search-submit:focus{
	outline:0;
}
.search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #232323a3;	
    font-weight: 400;
}
.search-field::-moz-placeholder { /* Firefox 19+ */
  color: #232323a3;
	font-weight: 400;
}
.search-field:-ms-input-placeholder { /* IE 10+ */
  color: #232323a3;
	font-weight: 400;
}
.search-field:-moz-placeholder { /* Firefox 18- */
  color: #232323a3;
	font-weight: 400;
}

body>.cover {
    top: 97px;
    transition: .5s ease-in-out;
    width: 0;
    background: #fff url(https://www.megaclose.com/wp-content/uploads/2023/06/MegaClose-illustration-Menu.png) right top no-repeat;
    background-size: contain;
}
.sidemenu_open>.cover {
    opacity: 1;
    width: 100%;
    z-index: 9999999999 !important;
}
.sidemenu {
    top: 97px;
    width: 400px;
	   transition: left .5s ease-in-out, right .5s ease-in-out, opacity .5s ease-in-out;
    background-color: #1a75bc;
    z-index: 9999999999 !important;
}
.sidemenu .sidemenu-navigation .sub-menu {
    display: block;
    overflow: hidden;
    color: #000;
    transition: all .5s ease-in-out;
    height: 0;
}
.sidemenu .sub-menu.open {
    height: 130px;
}
.sidemenu .close_sidemenu {
	position: fixed;
    padding: 0;
    top: 28px;
    width: auto;
    text-align: right;
    display: block;
    background-color: transparent;
    right: auto;
    left: 46px;
}
.sidemenu section {
    padding-top: 4rem;
}
.sidemenu section:nth-child(2) {
    margin-top: 0;
}
.sidemenu section a {
    font-size: 19px;
    height: auto;
    padding: 8px 0;
    border: none;
    font-family: 'Poppins';
    color: #fff;
    text-transform: none;
    font-weight: 300;
    margin: 5px 0;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}
.sidemenu .menu .sub-menu li a {
    padding: 5px 0;
    margin: 0;
    font-size: 15px;
}
.sidemenu .menu a:hover {
    color: #fff;
    font-weight: 600;
}
.sidemenu .submenu-toggle {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 600;
}
.sidemenu .submenu-toggle:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sidemenu .menu>li.menu-item {
    position: relative;
}
.sidemenu li .submenu-toggle.open {
    transform: none;
}
.sidemenu .submenu-toggle.open:before {
    transform: rotate(90deg);
    display: block;
}
.sidemenu .submenu-toggle:after {
    content: "";
    width: 100%;
    height: 58px;
    position: absolute;
    left: 0;
    top: 0;
}
.sidemenu .menu li:hover>a {
    font-weight: 600;
}
body.sidemenu_open>div {
    transform: none;
}
.sidemenu .close_sidemenu .dashicons {
	color: #000!important;
    transform: none!important;
	font-size: 42px;
}
.sidemenu .menu>li.menu-item:nth-child(2) {
    display: none!important;
}
span.open_sidemenu a {
    font-size: 0;
}
span.open_sidemenu a.open {
    display: none;
}
span.open_sidemenu {
    width: 35px;
    height: 33px;
    display: block;
}
span.open_sidemenu a span.dashicons {
    font-size: 33px;
    color: #000;
    width: 33px;
    height: 32px;
}

.flickity-prev-next-button.next,
.flickity-prev-next-button.previous{
	border:none;
	background:none;
}
.flickity-prev-next-button.next:hover:before,
.flickity-prev-next-button.previous:hover:before{
    border-color: #fff;
}
.flickity-prev-next-button.next:hover,
.flickity-prev-next-button.previous:hover{
    border-color: #fff;
	background: none;
}
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button {
    border: #fff solid 1px!important;
}
.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.carousel-main {
  margin-bottom: 8px;
}

.carousel-cell {
  width: 100%;
  height: 504px;
  margin-right: 8px;
  border-radius: 5px;
  /* counter-increment: carousel-cell; */
}


.carousel-nav .carousel-cell {
  height: 90px;
  width: 120px;
}

.carousel-main img {
    display: block;
    margin: 0 auto;
    height: 91%;
	width: 100%;
    object-fit: fill;
}
.carousel-nav .flickity-prev-next-button {
    top: 47%;
}
.container {
  max-width: 672px;
  margin: 0 auto;
}

.pro_pagination {
  display: inline-block;
	margin-bottom:50px;
}

.pro_pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px 4px 0;
}

.pro_pagination a.active {
  background-color: #1A75BC;
  color: white;
  border: 1px solid #1A75BC;
}

.pro_pagination a:hover:not(.active) {background-color: #ddd;}

.elementor-heading-title.elementor-size-default.custtitleh4 {
  min-height: 62px;
}
/* Enquiry Form */
#enquiry-form .elementor-field-group {
    margin-bottom: 20px;
}
li#menu-item-2143 {
    display: none;
}
.acc-view .elementor-widget-n-menu .e-n-menu-item-title {
    display: block;
}
.acc-view .e-n-menu-items-heading {
    display: block!important;
}
.elementor-editor-active .acc-view {
    opacity: 1;
    height: auto;
    visibility: visible;
}
.acc-view {
    opacity: 0;
    height: 0;
    visibility: hidden;
    transform: translateY(20px);
	width: 100%;
}
.acc-view.active {
    opacity: 1;
    position: absolute;
    height: auto;
    transition: .7s!important;
    visibility: visible;
    transform: translateY(0px);
}
.cross-acc{
	cursor:pointer;
}
.ele-main {
    margin-bottom: 70px;
}
.property-location .elementor-price-list .elementor-price-list-image {
    color: #1a75bc;
}
.ele-main .elementor-price-list .elementor-price-list-image {
    padding-right: 12px;
}
.ele-main .elementor-widget:not(:last-child) {
    margin-bottom: 13px;
}
.elementor-widget-heading .property-title .elementor-heading-title {
    color: #000;
}
.page-template-secure-property-form-page .page-header .entry-title,
body.search .page-header .entry-title{
    font-size: 2.1em;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 0px;
    word-spacing: 0em;
    color: #232323;
    text-align: left!important;
    max-width: 100%;    
    border-bottom: #ee1c25 solid 1px;
    padding-bottom: 60px;
    font-family: var(--e-global-typography-primary-font-family ), Sans-serif;
}
.page-template-secure-property-form-page .page-header,
body.search .page-header{
	padding-top: 80px;
    padding-bottom: 50px;
}
.page-template-secure-property-form-page .page-header {
    padding-left: 50px;
    padding-right: 50px;
}
.paybtn button {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    border-radius: 0;
    padding: 13px 24px;
    letter-spacing: 1.4px;
    font-weight: 500;
}
.paybtn button:hover,
.paybtn button:focus{
    background-color: #fff;
}
.btn-widsame .elementor-button {
    min-width: 210px;
}
.btn-widsame .elementor-button {
    box-shadow: none!important;
}
body.search main#content {
    width: 100%;
    max-width: 100%;
	padding: 0 55px 50px;
}
.elementor-widget-heading .property-title .elementor-heading-title a,
.property-addshort .elementor-price-list .elementor-price-list-item .elementor-price-list-header a{
	text-decoration:none;
}
.property-image .elementor-image-box-img {
    margin-bottom: 0;
}
.property-image .elementor-image-box-img img:hover {
    transform: scale(0.9);
}
.property-taken .property-image .elementor-image-box-img img,
.property-taken .elementor-widget-button .btn-taken .elementor-button{
    transform: none!important;
}
.property-taken .property-image .elementor-image-box-img a {
    pointer-events: none;
}
.property-image .elementor-image-box-img img {
    transition-duration: 0.3s;
  width: 100% !important;
    height: auto !important;
    object-fit: cover;
}
.ele-main .elementor-widget-container.property-image {
    margin-bottom: 0!important;
}
.ele-main.property-taken a {
    pointer-events: none;
}
.property-addshort.add-red a.btn_click {
    color: #ee1c25;
}
.property-addshort.add-red .elementor-price-list-image i {
    color: #ee1c25;
}
.shortlist-page .ele-main.property-taken .property-addshort a {
    pointer-events: auto;
}
.bg-red {
    color: #ee1c25;
}
.elementor-widget-button .btn-taken .elementor-button {
    font-weight: 500;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    fill: #303030;
    border-style: none;
    background-color: var(--e-global-color-accent );
    color: #fff;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 18px;
}
.ele-main .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 8px;
}
.elementor-price-list .elementor-price-list-item .elementor-price-list-header .elementor-price-list-separator {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
/*.property-taken .elementor-widget-price-list .elementor-price-list-header,
.property-taken .elementor-widget-price-list .elementor-price-list-price,
.property-taken  .elementor-price-list .elementor-price-list-image,
.property-taken .elementor-widget-button .btn-taken .elementor-button,
.property-taken .property-location .elementor-price-list .elementor-price-list-image,
.property-taken .elementor-price-list .elementor-price-list-item .elementor-price-list-title,
.property-taken .property-bedroom .elementor-price-list .elementor-price-list-item .elementor-price-list-title,
.property-taken .property-bedroom .elementor-price-list .elementor-price-list-item .elementor-price-list-price,
.property-taken .elementor-widget-heading .property-title .elementor-heading-title{
	color:#7c7c7c;
}*/
.ele-main.property-taken .elementor-widget-heading .property-title .elementor-heading-title,
.ele-main.property-taken .elementor-widget .property-location,
.ele-main.property-taken .elementor-widget .property-bedroom,
.ele-main.property-taken .elementor-widget .property-addshort{
    filter: grayscale(1);
	color:#666;
}
.ele-main.property-taken .elementor-widget-button .btn-taken .elementor-button {
    background-color: #1a75bc;
}
.ele-main.property-taken .property-image .elementor-image-box-img {
    opacity: .6;
}
.property-bedroom .elementor-price-list-image {
    color: #1a75bc;
    font-size: 24px;
}
.property-fil3 {
    padding-right: 0px!important;
}
.property-bedroom .elementor-price-list .elementor-price-list-item .elementor-price-list-price {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.property-bedroom .elementor-price-list .elementor-price-list-item .elementor-price-list-header .elementor-price-list-separator {
    border-color: #fff;
}
.property-addshort .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
    font-weight: 500;
    font-size: 17px;
}
.property-bedroom .elementor-price-list .elementor-price-list-item .elementor-price-list-title {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.elementor-widget-button .btn-taken .elementor-button:hover {
    transform: translateY(8px);
}
.show-pro1 .elementor-widget-icon-list .elementor-icon-list-item {
    list-style: none;
    padding-top: 11px;
}
.property-location .elementor-price-list .elementor-price-list-item .elementor-price-list-price {
    font-weight: 500;
    font-size: 16px;
}
.property-fil1 select, .property-fil2 select, .property-fil3 select {
    border-color: #7d7d7d;
    border-radius: 0;
    padding: 8px;
    color: #7d7d7d;
}
.property-fil1 select, .property-fil2 select, .property-fil3 select {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    background: url(https://newsite.megaclose.com/wp-content/uploads/2023/09/arrow-d-1.png) right 10px center no-repeat;
    background-size: 15px;
}
.ele-main .elementor-widget-container.property-bedroom {
    background-color: var(--e-global-color-primary );
    padding: 9px 15px;
}
.ele-main .elementor-widget-image-box {
    margin-bottom: 0!important;
}
.property-bedroom .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
    margin-bottom: 0;
}
.show-pro1 {
    padding: 10px 0 0 0!important;
}
.property-filter {
    margin-bottom: 50px;
}
.ele-main {
    padding: 0;
} 
.elementor-price-list .elementor-price-list-image {
    width: 30px;
	text-align: center;
	height: 20px;
}
.property-bedroom .elementor-price-list-image .fa-bed {
    font-size: 14px;
    vertical-align: top;
    padding-top: 5px;
	color: #fff;
}
#securepropertyModal input[type="submit"],
#nongurentorsecurepropertyModal input[type="submit"]{
    border-radius: 0;
    line-height: 27px;
    height: auto;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
}
#securepropertyModal input[type="submit"]:hover,
#nongurentorsecurepropertyModal input[type="submit"]:hover{
    background: none;
    color: #1a75bc;
}
#securepropertyModal input[type="submit"]:focus,
#nongurentorsecurepropertyModal input[type="submit"]:focus{
    outline: none;
    background: none;
}
#securepropertyModal .modal-header .btn-close,
#nongurentorsecurepropertyModal .modal-header .btn-close{
	background-color: transparent;
    opacity: 1;
    border: none!important;
    border-radius: 0;
    font-size: 12px;
    color: #fff;
}
#securepropertyModal .modal-body a font {
    color: #1a75bc!important;
}
/*.modal-body span.q-mark {
    border-bottom: red solid 1px;
}*/
span.q-mark {
    border-bottom: red solid 1px;
}
div#securepropertyModal .modal-body .second-btn:hover {
    border-bottom: #1a75bc solid 1px;
}
div#securepropertyModal .modal-body .second-btn {
    text-decoration: none;
}
/* Main menu and its issue */
.gm-dropdown-menu-wrapper {
    background: none !important;
}
.e-link:hover .e-n-menu-item-title-text {
    color: #fff;
    font-weight: bold;
}
.e-link:visited .e-n-menu-item-title-text,
.e-link:focus .e-n-menu-item-title-text {
    color: #fff;
    font-weight: bold;
}
.col-md-4 .ele-main {
    padding-right: 20px;
}
.col-md-4:nth-child(3n+3) .ele-main {
    padding-right: 0;
}
.gm-navbar .gm-container {
    padding-left: 0px!important;
}
.single-property .elementor-button-content-wrapper .elementor-button-text i {
    padding-right: 10px;
}
.single-property .elementor-price-list .elementor-price-list-image {
    padding-right: 5px;
}
.single-property .elementor-accordion {
    padding-left: 50px;
}
.single-property .elementor-accordion .elementor-tab-title {
    padding-left: 0;
}
.single-property .elementor-accordion .elementor-tab-content{
	padding:20px 0;
}
.single-property .elementor-accordion .elementor-tab-content.elementor-active p{
	margin-left:0;
}
.single-property .carousel-nav .carousel-cell img {
    height: 110px;
    width: 100%;
    object-fit: cover;
}
.carousel-nav .flickity-prev-next-button {
    top: 37%;
}
.flickity-prev-next-button:before {
    content: "";
    width: 11px;
    height: 11px;
    border-right: #FFF solid 2px;
    border-bottom: #fff solid 2px;
    position: absolute;
    right: 17px;
    top: 15px;
    transform: rotate(-45deg);
}
.flickity-prev-next-button.previous:before {
    transform: rotate(135deg);
    right: 14px;
}
.flickity-prev-next-button:hover:before{
	border-color:#1a75bc;
}
.single-property .elementor-tab-content .myfeatures img {
    margin-top: 5px!important;
    margin-bottom: 5px!important;
}
.single-property .elementor-tab-content .myfeatures {
    width: 37px;
    display: inline-block;
}
.single-banner-carousel .container {
    margin-left: 38px;
}
.hm-feat .elementor-widget-image-box .elementor-image-box-img {
    display: block;
}
.sidemenu .menu>li.menu-item-64534 {
    display: none!important;
}
@media screen and (max-width: 1024px) {
	li#menu-item-2143 {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.ele-main {
		margin-bottom: 30px;
	}
	.property-fil3,
	.property-fil1,
	.property-fil4,
	.property-fil2{
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.elementor-price-list .elementor-price-list-item .elementor-price-list-header,
	.property-addshort .elementor-price-list .elementor-price-list-item .elementor-price-list-header,
	.property-location .elementor-price-list .elementor-price-list-item .elementor-price-list-price{
		font-size: 14px!important;
	}
	.ele-main .elementor-price-list .elementor-price-list-image {
		padding-right: 9px;
		width: 25px;
	}
	.ele-main .property-image {
		margin-bottom: 0!important;
	}
	.elementor-price-list .elementor-price-list-item .elementor-price-list-header{
		margin-bottom:5px!important;
	}
	.hm-feat .ele-main {
		margin-bottom: 0;
	}
	.elementor-widget-image-box .elementor-image-box-img {
		margin-bottom: 0px!important;
	}
	.property-filter {
		margin-bottom: 20px;
	}
	.elementor-widget-container .vic-to {
		font-size: 35px;
	}
	.floor-text {
		font-size: 16px;
		margin-left: 0;
		margin-top: 0;
		line-height: 25px;
		text-align: center;
	}
	.col-md-4 .ele-main {
		padding-right: 0px;
	}
	.col-md-4:nth-child(3n+3) .ele-main {
		padding-right: 0;
	}
	.gm-inner .gm-container {
		justify-content: end;
		padding-right: 0!important;
	}
	.single-top {
		padding: 40px 15px 10px!important;
	}
	.single-map-tab {
		padding: 50px 15px!important;
	}
	.single-property .elementor-accordion {
		padding-left: 0;
	}
	.single-top .single-property-title {
		font-size: 35px;
	}
	.video-sec-single .elementor-inner-column:nth-child(1) .elementor-widget-wrap {
		padding: 0;
	}
	.video-sec-single .elementor-inner-column {
		width: 50%;
	}
	.banner-detail .elementor-widget-container {
		margin-left: 0!important;
		margin-right: 0!important;
	}
	.section-add-secure-button .elementor-button {
		width: 100%;
	}
	.single-banner-carousel .container {
		margin-left: 0;
		padding: 0;
	}
	.single-map-tab iframe {
		margin-bottom: 20px!important;
	}
	.single-property .elementor-accordion .elementor-tab-title i {
		padding-top: 6px;
	}
	.section-add-secure-button .elementor-widget-wrap {
		padding: 5px 0px!important;
	}
	.owl-carousel.featured-slider {
		display: block;
	}
	.owl-carousel.featured-slider .item {
		margin-bottom: 30px;
	}
	.owl-carousel.featured-slider .item:last-child{
		margin-bottom:0;
	}
	.elementor-kit-6 h2.single-property-title {
		font-size: 28px;
	}
	.imgstu .elementor-image-box-img {
		margin-bottom: 15px!important;
	}
	li#menu-item-mobile-64534 a span {
		justify-content: center;
	}
	li#menu-item-mobile-64534 a {
		background-color: #1a74ba;
		padding: 10px;
		text-align: center;
		display: block;
		justify-content: center;
		color: #fff!important;
		margin-top: 15px;
	}
	.admin-bar .sidemenu {
		left: 100%;
	}
	body.search main#content {
		padding: 0 11px 50px;
	}
	.page-template-secure-property-form-page .page-header .entry-title, 
	body.search .page-header .entry-title {
		font-size: 30px;
		text-align: left;
		padding: 0 0 30px 0;
	}
	.page-template-secure-property-form-page .page-header, 
	body.search .page-header {
		padding-top: 35px;
		padding-bottom: 20px;
	}
	div#shortlist-btn {
		position: absolute;
		width: auto;
		right: 35px;
		top: 14px;
	}
	li#menu-item-mobile-65998 a:before, li#menu-item-mobile-72560 a:before, li#menu-item-mobile-65999 a:before, li#menu-item-mobile-73179 a:before, li#menu-item-mobile-73719 a:before {
		content: "";
		width: 11px;
		height: 2px;
		background-color: rgba(42, 42, 42, 1);
		margin-right: 8px;
	}
}

/*@media only screen 
  and (device-width: 1920px) 
  and (device-height: 1080px) {
  	.carousel-main img {
	    height: 50%;
	    object-fit: fill;
	}
 }*/

@media screen and (min-width: 1500px) {
	.carousel-main img {
		width: 100%;		
	    object-fit: contain;
    	/*height: auto;*/
	}
}

.availableTxt:hover{text-decoration: inherit;flex-grow: 1;order: 10;display: inline-block; line-height: 1;fill:#fff;color: #fff;font-size: 15px;text-align: center; }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /*.property-image .elementor-image-box-img img{
    object-fit: contain !important;
    min-height: unset !important;
  }*/
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .property-image .elementor-image-box-img {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.property-image .elementor-image-box-img img {
  /*max-height: 100%;
  max-width: 100%;
  object-fit: contain;*/
  width: 100% !important;
    height: auto !important;
    object-fit: cover;
}

}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}


/*.carousel-main img{
	height: auto !important;
}*/

.elementor-widget-wrap>.elementor-element.btn-search01, .elementor-widget-wrap>.elementor-element.btn-shortwish { width: auto; }

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
  	.flickity-viewport{max-height: 190px !important;}
  	.carousel-main img {
	    height: 50%;
	    object-fit: fill;
	}
 }

 @media only screen 
  and (device-width: 360px) 
  and (min-device-height: 760px)
  and (max-device-height: 800px)
  and (-webkit-min-device-pixel-ratio: 2) {
  	.flickity-viewport{max-height: 190px !important;}
  	.carousel-main img {
	    height: 37%;
	    object-fit: fill;
	}
 }

 @media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 2) {
  	.flickity-viewport{max-height: 250px !important;}
 }

 @media only screen 
  and (min-device-width: 425px) 
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 2) {
  	.flickity-viewport{max-height: 265px !important;}
  	.carousel-main img {
	    height: 52%;
	    object-fit: fill;
	}
 }

 @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 2) {
  	.flickity-viewport{max-height: 230px !important;}
  	.elementor-column.elementor-col-50.elementor-top-column.elementor-element.leftsec{width: 40%;}
 }

 @media only screen 
  and (min-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
  	.flickity-viewport{max-height: 325px !important;}
 }

 @media only screen 
  and (min-device-width: 1440px) 
  and (-webkit-min-device-pixel-ratio: 2) {
  	.flickity-viewport{max-height: 445px !important;}
 }

 @media only screen 
  and (min-device-width: 1496px) 
  and (-webkit-min-device-pixel-ratio: 2) {
  	.flickity-viewport{max-height: 475px !important;}
 }


.add-red ul li a {
  color: red;
}

#header-wishlist {
  background: none !important;
  padding: 6px 30px;
  font-size: 30px;
  color: #1A75BC;
  border: none;
}

.header-count {
  position: absolute;
  color: #fff;
  background: red;
  border-radius: 50%;
  padding: 4px 3px;
  font-weight: bold;
  border: 3px solid #fff;
  left: 22px;
  top: -10px;
  font-size: 14px;
  width: 27px;
  height: 27px;
  text-align: center;
}
.header-count-main {
  position: relative;
}

.sharing ul {
  display: flex !important;
  
}
.sharing ul li {
  flex-grow: 1;
}
.sharing ul li:last-child {
  padding-right: 0 !important;
}

.sharing ul li > a {
  padding: 12px 20px !important;
  background: none !important;
  border: 1px solid #fff !important;
}
.sharing ul .fa {
  font-family: FontAwesome;
}
.sharing ul li > a:hover {
  border: 1px solid #EE1C25;
  background: #FFF !important;
}

.elementor-button.elementor-size-sm.viewingbtncust:hover {
  background: #FFF;
  color: red;
  border: 1px solid red;
}


.video-button.elementor-button.elementor-size-sm:focus {
  color: #fff;
}


p.custimgdiv {
  display: none;
}

p.custimgdiv + br {
  display: none;
}
