/*MAK Plugin CSS*/
.list-properties {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.item-property {
	flex: 33.33%;
}

/*Select Multiple*/
.main-bar-filter select[multiple]{
	 visibility: hidden;
}
   

/*CCS TESTIMONIALES*/

.box-testimonial{		
	margin: 20px 40px;
	text-align: center;
}
.column-testimonial{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.column-testimonial img{
	width: 150px !important;
	height: 150px !important;
	border-radius: 100% !important;
}
.column-testimonial h2{
	margin: 0;
	color: #234387;
	line-height: 46px;
	font-weight: 900;
	font-size: 18px;
	font-family: 'Helvetica Neue LT Std';
}
.column-testimonial h3{
	margin: 0;
	color: #fbc92d;
	font-size: 16px;
}
.column-testimonial p{
	font-size: 12px;
}

.owl-theme .owl-nav [class*=owl-] {
	color: #565656 !important;
    font-size: 34px!important;
    margin: 18px !important;
    display: inline-flex !important;
    cursor: pointer !important;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 15%) !important;
    border-radius: 5px !important;
    width: 53px !important;
    height: 46px !important;
    justify-content: center !important;
}

.owl-nav{
	    display: flex !important;
    justify-content: flex-end !important;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: flex !important;
    flex-direction: column-reverse !important;
}
.owl-theme .owl-nav{
	margin-top: 0 !important;
    margin-bottom: 23px !important;
    margin-right: 45px !important;
}

/*Gallery*/
.gallery-container {
  display: flex;
  justify-content: center;
}

.thumbnails {
  	display: flex;
  	flex-direction: column;
  	gap: 4px;
	height:500px;
	overflow-y: scroll;
	padding-right:3px;
}

.thumbnails-mobile {
  	flex-direction: row;
  	gap: 10px;
	height:100px;
	overflow-y: scroll;
	padding-right:3px;
}


.thumbnails img {
  	width: 150px;
  	height: 150px;
  	cursor: pointer;
	border-radius:6px;
}



.thumbnails-mobile img{
	border-radius:6px;
}

/* Scrollbar */
div.thumbnails::-webkit-scrollbar {
  	width: 6px;
	border-radius:3px;
	padding-left:2px;
}

/* Track */
div.thumbnails::-webkit-scrollbar-track {
  background: #ffffff; 
}
 
/* Handle */
div.thumbnails::-webkit-scrollbar-thumb {
  background: #182F59; 
}

/* Handle on hover */
div.thumbnails::-webkit-scrollbar-thumb:hover {
  background: #101f39; 
}


.thumb {
  width: 1px;
  position: absolute;
  height: 0;
  background: #000;
}

.slides {
  display: grid;
  grid-auto-flow: row;
  gap: 0px;
  width: 70vw;
  padding: 0 0.25rem;
  height: 500px;
  overflow-y: hidden;
  overscroll-behavior-y: contain;
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
}

.slides > div {
  scroll-snap-align: start;
	height: 500px;
}


.slides::-webkit-scrollbar {
  display: none;
}

/*FILTRO PROPIEDADES*/
	.row-result-rigth select{
	background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 15%);
    border-radius: 5px;
    width: 180px;
    height: 40px;
    margin-right: 25px;
    border: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #565656;
    padding-left: 10px;
	}

.row-result-rigth input{
	background: #FFFFFF;
	border: none !important;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 15%) !important;
    border-radius: 5px;
    width: 150px!important;
    height: 40px;
	margin-top:-5px!important;
    margin-right: 25px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #565656;
    padding-left: 10px;
	margin-right: 10px!important;
	}
	.row-ruselt{
	align-items: center;
	}
	.row-ruselt .sty_titulo{
		width: 50%;
	}
	.row-result-rigth {
		width: 50%;
		display: flex;
		justify-content: flex-end;
	}
	
.activo{
	background: #234387 !important;
}
.activo .img-map{
	filter: brightness(0) grayscale(1) invert(1) !important;
}
.activo .img-list{
	filter: brightness(0) grayscale(1) invert(1) !important;
}

	.mak-icon-property-filter{
		width: 40px;
		height: 40px;
		background: #fff;
		box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
		border-radius: 5px;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;		
    	margin-right: 12px;

	}
	
	.mak-icon-map-filter{
		width: 40px;
		height: 40px;
		background: #fff;
		box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
		border-radius: 5px;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.row-result{
		display: flex;
	}
	
	.row-result .sty_titulo span{
		font-family: 'Helvetica light';
		font-style: normal;
		font-weight: 250;
		font-size: 24px;
		line-height: 29px;
		color: #234387;
	}
	.main-filter{
		display: flex;
		margin-bottom:30px;
	}
	.container-filter-search{
		background: #fff;
    	width: 24%;
		height: 1440px;
		box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
		border-radius: 20px 20px 0px 0px;
		margin-top: -65px;
		padding-left: 30px;
		padding-right:30px;
		padding-top: 30px;
		padding-bottom: 45px;
}
	}
	.container-filter-property{
		width: 70%;
    	height: auto;
    	padding-top: 50px;
    	padding-left: 48px;
	}
	.title-filter{
		font-family: 'Helvetica Neue LT Std';
		font-style: normal;
		font-weight: 900;
		font-size: 18px;
		line-height: 22px;
		color: #234387;
		letter-spacing: 0.1px;
		margin: 10px 0;
		    margin-bottom: 16px;
	}
	.container-filter-search li{
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 19px;
		color: #565656;
		margin: 14px 0;
	}
	.container-filter-search hr{
		margin: 20px 0;
    	border-color: #F0F0F0;
    	width: 80%;
	}
	.container-filter-search select{
	background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 15%);
    border-radius: 5px;
    width: 230px;
    height: 40px;
    margin-right: 25px;
    border: none;
    padding-left: 10px;
	}
	
	.container-filter-search select {
	background-image: url(../../../../uploads/2022/12/Vector-Stroke-8.png);
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
		    background-position-x: 205px;
	}
	 select::-ms-expand {
		display: none; 
		}
	
		input[type="checkbox"]{
		border-radius: 50px !important;
		margin-right: 9px !important;
	}
	.container-filter-search select, .container-filter-search label{
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 19px;
		color: #565656;
	
	}


input[type=range] {
    -webkit-appearance: none;
    background-color: silver;
    width: 200px;
    height:16px;
}

input[type="range"]::-webkit-slider-thumb {
     -webkit-appearance: none;
    background-color: #182F59;
    opacity: 0.8;
    width: 10px;
    height: 22px;
}

/* FILTER BAR*/
.container-bar-filter{
	display: flex; 
	max-width: 125rem !important;
	background: #fff;
	border-radius: 40px;
	width: 100%;
	height: 70px;
	align-items: center;
	justify-content: center;
	justify-content: space-evenly;
}
.container-bar-filter select, .more-filters select{
	background: #FFFFFF;
	box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	width: 194px;
	height: 37px;
	margin: 0 15px;
	padding: 0 15px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #565656;
	border: none !important;
}
.more-filters input{
	background: #FFFFFF !important;
    border-radius: 2px !important;
    width: 194px !important;
    height: 41px !important;
    padding: 0 15px !important;
    font-family: 'Roboto' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 16px;
    border: none !important;
    margin-left: 23px !important;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 15%) !important;
}
.container-bar-filter button[type='submit']{
    background: #182F59;
    border-radius: 20px;
    font-family: 'Roboto';
    width: 172px;
    height: 43px;
    border: none;
    color: #fff;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;	
    text-decoration: none !important;
}
.row-more-filter{
	margin: 0 22px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.row-more-filter span{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #565656;
	    width: 70px;
}

.container-bar-filter select{
	background-image: url('../../../../uploads/2022/12/Vector-Stroke-8.png');
	border: 1px solid #ccc;   
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
    background-position-x: 160px;
    background-position-y: 14px;
}
.more-filters select {
	background-image: url('../../../../uploads/2022/12/Vector-Stroke-8.png');
	border: 1px solid #ccc;   
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-position-x: 167px;
	background-position-y: 15px;
}

.container-bar-filter :focus-visible,  .more-filters  :focus-visible{
	outline: none;
}
.more-filters{
	display: flex;
    align-items: center;
    height: 48px;
}
#hide{
	margin-top: -71px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.19);
    padding-top: 79px;
    padding-bottom: 16px;
    border-radius: 36px 36px 20px 20px;
}

/*Ajax loader*/
.mk-container-loader-button{
	float:right;
}

.mk-container-loader-button button{
	background: #182F59!important;
}

.no-results{
	text-align:center;
}

/*FILTER BAR MOBILE*/

    .main-bar-filter-mobile{      
      background: rgba(255, 255, 255, 0.19);
	border-radius: 18px 18px 10px 10px !important;
    }

    .row-bar-filter-mobile{
      display: flex;
      align-items: center;
      margin-bottom: 15px;
    }
    .othe-filter-bar-mobile input{
	width: 280px !important;
    height: 41px;
    border: none !important;
    padding-left: 18px !important;
    border-radius: 15px !important;
    margin-bottom: 6px !important;
    }
    .othe-filter-bar-mobile  button{
		background: #182F59;
		width: 280px;
		height: 43px;
		border: none;
		border-radius: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 10px;
    }
    .othe-filter-bar-mobile select{
      display: flex;
      width: 280px;
      height: 41px;
      border-radius: 15px;
      margin-bottom: 5px;
      color: #a19d9d;
      padding-left: 15px;
      border: none;
      background-image: url('../../../../uploads/2022/12/Vector-Stroke-8.png');    
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background-repeat: no-repeat;
      background-position-x: 254px;
      background-position-y: 17px;
    }
	.othe-filter-bar-mobile {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		    padding-bottom: 20px !important;
	}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	    text-decoration: none !important;
}
.owl-theme .owl-nav [class*=owl-]:hover{
	background: transparent !important;
    color: #FFF!important;
}
.modulo-filter-home.elementor-section .elementor-container{
	    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}
.top-filter-bar-home{
	margin-top: -65px;
}
.main-bar-filter {
    min-height: 145px;
}
	.container-filter-property{
		width: 100%;
    	height: auto;
    	padding-top: 30px;
    	padding-left: 30px;
	}
.vsb-main .title{
	color: #565656;
	 text-transform: capitalize;
}

#btn-group-filter-distrito .vsb-main button{
	border: none !important;
}
/*PAG NUESTRO FAMILIA*/
.mk-box-card{
	    width: 510px;
    display: flex;
    align-items: center;
	    margin: 20px 0;
}
}
.mk-container-card{
    display: flex;
	width: 50%;
	    margin: 30px 0;
	align-items: center;	  
  }
.mk-row-card-img{
	display:contents;
}
  .mk-row-card-img img{    
    border-radius: 100% !important;
    width: 220px !important;
    height: 220px !important;
    margin-right: 10px;		
		    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px !important;
  }
li.face-icon-hover:hover{
	background-image: url('../../../../uploads/2022/11/facebook-icon-azul.png');	
	z-index:99999;
}
  .mk-row-datos-card{
      padding: 0 24px;
  }
.mk-row-card-social{
	    margin: 10px 0;
}
  .mk-row-card-social ul{
    display: flex;  
    margin: 0;
    padding: 0;
		cursor:pointer;
}
  .mk-row-card-social li{   
    list-style: none;
    margin: 0 3px;  
}
.mk-row-datos-card h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    color: #182F59;
	  margin: 15px 0;
    }
.mk-row-datos-card h1{
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 5px;  
    color: #565656;
		margin: 0;
	padding: 0;
}
.mk-row-datos-card h3{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 17.7869px;
    line-height: 21px;
    color: #565656;	
    display: block;
   margin: 9px 0;	
}
.mk-contact-icons{
	display: flex;
	align-items: center;
}
.mk-contact-icons img{
	margin-right: 10px;
	margin-top: 10px;
}
.mk-row-datos-card span{
		font-family: 'Roboto';
		font-size: 14px;
	  font-style: italic;
		color: #98989A;
	line-height: 5px;
}
.mk-card-social{
	display: flex;	
}
.mk-card-social a{
	margin-right: 7px;
}
.mk-box-correo{
	display:flex;
	align-items:center;
}
.mk-box-correo img{
	margin-right: 7px;
}


/*CSS BLOG*/
.post-double{
	margin-left: 15px;
}
.post-double .container-carousel-blogs img{
	width: 100% !important;
    height: 238px !important;
box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}
.post-double .titule-carousel-blog h2{
	font-size: 15px ;
}
.post-double .titule-carousel-blog {
	    margin-top: -57px;
	    height: 57px;
}
.post-double .container-carousel-blogs{
	margin-bottom: 15px;
}

.container-blogs:hover{
	transform: scale(1.03);
}

.owl-blog{
	position: inherit !important;
}
.container-carousel-blogs  img{
	object-fit: cover !important;
}
.titule-carousel-blog{
        display: flex;
    position: relative;
    margin-top: -112px;
    width: 100%;
    height: 92px;
    background: #1c2e55e0;
    align-items: center;
    justify-content: center;
}
.titule-carousel-blog h2{
    font-size: 28px;
    letter-spacing: 0.6px;
    margin: 0;
    font-family: 'Helvetica Neue LT Std';
    color: #fff;
	text-align: center;
}
.container-blogs button{
	  background: #ff000000 !important;
    border: 1px solid #182F59;
    color: #182F59;
    border-radius: 25px;
    width: 114px;
    height: 36px;
    font-size: 11px;
    margin-top: 16px;
	text-decoration: none;
	    text-transform: initial;
}
.container-blogs button:hover{
	background: #182F59 !important;
	color: #fff !important;
}
.container-carousel-blogs img {
	    height: 510px !important;
}

.owl-blog .owl-nav{
	position: absolute;
    width: 100%;
    display: flex !important;
    justify-content: space-between !important;
    top: 50% !important;
	    z-index: 9!important;
}
.owl-blog.owl-theme .owl-nav [class*=owl-]{
	background: #fff !important;
}

.owl-blog .container-blogs{
	width: 100%;
	height: 500px;
	padding: 0;
}
.owl-blog .container-blogs img{
	height: 500px;
	object-fit: cover;
}
.container-blogs a{
		display: flex;
	    flex-direction: column;
    align-items: center
}
.container-blogs{
	    width: 31.333%;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    padding: 15px 10px;
    margin: 14px 10px;
	    border-radius: 10px;
}
.container-blogs h2{
		color: #234387;
    line-height: 21px;
    font-weight: 900;
    font-size: 19px;
    font-family: 'Helvetica Neue LT Std';
	margin: 10px 0;
	letter-spacing: 0.2px;
    margin-top: 20px;
    margin-bottom: 16px;
}
.list-blog{
	display: flex;
	    flex-wrap: wrap;
}
.container-blogs img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.box-text-blog{
color: #98989A;
    font-family: "Roboto", Sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.container-blogs span{
	display: flex;
	font-size: 13px;
	margin-top: 10px;
}

/*BLOQUE DE PROPIEDADES*/
.mk-propiedades{
    max-width: 342px;
    height: auto;
}

.mk-propiedades-small{
    max-width: 270px;
    height: auto;
	margin-bottom:35px;
}


.mk-row-propiedades{ 
    width: 100%;
    height: 229px;
    border-radius: 10px;   
}

.mk-row-propiedades-small{ 
    width: 270px;
    height: 150px;
    border-radius: 10px;   
	background-position:center;
	background-size:cover;
}

.mk-row-propiedades{
    background-size: cover;
    background-repeat: no-repeat;
		background-position: center center;
}

.mk-etiqueta-propiedad{
    background: #FFFFFF;
    box-shadow: 0px 2.6087px 2.6087px rgb(0 0 0 / 25%);
    border-radius: 19.5652px 0 0 19.5652px;
    width: 77.96px;
    height: 30px;
    position: absolute;
    margin-left: 267px;
    margin-top: 18px;
    display: flex;
    align-items: center;
    padding-left: 19px;
}

.mk-etiqueta-propiedad-small{
    background: #FFFFFF;
    box-shadow: 0px 2.6087px 2.6087px rgb(0 0 0 / 25%);
    border-radius: 19.5652px 0 0 19.5652px;
    width: 75px;
    height: 30px;
    position: absolute;
    margin-left: 195px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.mk-etiqueta-propiedad span, .mk-etiqueta-propiedad-small span{    
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 18px;
    color: #234387;
}

.mk-row-datos{
    display: flex;
    list-style: none;
    width: 100%;
}
.mk-box-datos{
    margin: 15px 15px;
}

.mk-box-datos-small{
    margin: 10px 10px;
}

.mk-box-datos span,.mk-box-datos-small span{
    color: #F2BF5C;
    margin-right: 5px;
	    font-family: 'Montserrat';
}

.mk-etiqueta-id{
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 80px !important;
    height: 17px;
    text-align: center;
    margin-left: 70px;
	padding-top:2px;
}
.mk-box-datos h3,.mk-box-datos-small h3{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #565656;
    margin: 0;
    padding: 0;
}
.mk-box-datos h1,.mk-box-datos-small h1{
    font-family: 'Helvetica Neue LT Std';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
	margin: 7px 0;
	color: #182f59;
	letter-spacing: 0.1px;
}
.mk-box-datos a, .mk-box-datos-small a{
	   color: #182F59;
	    letter-spacing: 0.2px;
}
.mk-box-datos h2,.mk-box-datos-small h2{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #182F59;
    margin: 0;
    padding: 0;
	font-family: 'Montserrat';
	letter-spacing: 0.3px;
}
.mk-row-precio{
    display: flex;
    width: 50%;
    align-items: center;	
}
.mk-row-locacion{
    display: flex;
    align-items: center;
}


.mk-row-caracteristicas{
    display: flex;
}
.mk-colum-caracteristicas{
    width: 50%;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.mk-colum-caracteristicas img, .mk-row-locacion img{
    margin-right: 6px;
}
.menu-modal nav *{
	 border-color: #cfcfcf1c;
}
button.sub-menu-toggle svg{
	    color: #fff !important;
}
.ancestor-wrapper a{
	text-decoration: none !important;
}
/**/

  
@media (max-width: 768px) {
  .main-bar-filter-mobile {
    display: block !important;
  }
	.container-filter-search{
		display: none!important;
	}
	.container-filter-property{
		width: 100% !important;
		padding-left: 0!important;
	}
	.row-ruselt{
		    flex-direction: column !important;
	}
	.row-ruselt .sty_titulo{
		width: 100% !important; 
	}
	.row-result-rigth{
		    width: 100% !important;
		justify-content: flex-start !important; 
	}
	.main-bar-filter-property-mobile{
		display: block !important;
	}
	.main-filter{
		    flex-direction: column !important;
	}
	.main-bar-filter-property-mobile .container-bar-filter{
		    width: 100% !important;
		    height: auto !important;
		    flex-direction: column !important;
			margin-top: 40px !important;
	}
	.main-bar-filter-property-mobile .container-bar-filter select{
		    margin: 4px 0px !important; 
	}
}

/*Loader*/
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #182F59;
  border-color: #182F59 transparent #182F59 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*Deletable*/
span.deleteicon {
	position: relative;
	display: inline-flex;
	align-items: center;
}
span.deleteicon span {
	position: absolute;
	display: block;
	right: 15px;
	top:12px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	color: #fff;
	background-color: #ccc;
	font: 13px monospace;
	text-align: center;
	line-height: 1em;
	cursor: pointer;
}
span.deleteicon input {
	padding-right: 18px;
	box-sizing: border-box;
}

/*Main responsive*/
@media (max-width: 768px) {
	.mk-seccion{
		width:calc(100% - 4rem)!important;
	}
	
	.property-gallery{
		flex-direction: column;
	}
	
	.thumbnails-mobile {
		display: flex!important;
	}
	
	.slides{
		width: 100%;
		height: 250px!important;
		gap: 0px!important;
	}
	
	.slides > div {
		height: 250px!important;
	}
}

/*RANGE SLIDER*/
	.range-slider {
  height: 5px;
  position: relative;
  background-color: #e1e9f6;
  border-radius: 2px;
}
.range-selected {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background-color: #234387;
}

.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -7px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.range-input input::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 3px solid #234387;
  background-color: #fff;
  pointer-events: auto;
  -webkit-appearance: none;
  cursor:pointer;
}
.range-input input::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 3px solid #1b53c0;
  background-color: #fff;
  pointer-events: auto;
  -moz-appearance: none;
}

.range-price {
    margin: 15px 0;

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .range-price label {
    margin-right: 5px;
  }
  .range-price input {
    width: 40px;
    padding: 5px!important;
  }
  .range-price input:first-of-type {
    margin-right: 15px;
  }

