@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");


body
{
    background: white;
}
.main-content {
    padding-bottom: 100px;
}

.text-striked {
    text-decoration: line-through;
}

.shadow {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
}

.hotel-card .hotel-card_images {
    flex: 2;
}

.hotel-card .hotel-card_images .carousel-item img {
    height: 250px;
    object-fit: cover;
}

@media (min-width: 992px) {
    .hotel-card .hotel-card_images .carousel-item img {
        height: 100%;
    }
}

.hotel-card .hotel-card_info {
    flex: 3;
}

.hotel-card .amnities img {
    max-height: 20px;
}

.hotel-card .hotel-checklist {
    list-style-type: none;
}

.carousel .carousel-control-prev {
    background: linear-gradient(to right, #333333bb, #33333300);
}

.carousel .carousel-control-next {
    background: linear-gradient(to left, #333333bb, #33333300);
}

/* Filter */

.filter
{
    background-color : #fff;
    padding: 10px;
    box-shadow: -2px 2px 10px -6px #000;
    border-radius: 4px;
}

.filter h5{
    padding: 10px 10px;
    font-weight: 500;
    font-size: 15px;
}

.filterdiv{
    margin-bottom: 6px;
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;
}

.filterdiv h4{
        font-weight: 400;
    font-size: 16px;
    padding-top: 10px;
}

.filter-form{
        margin-top: 10px;
}

.filter-form label{
    color:#333;
    font-size:16px;
}




/******** Range slider start *******************/


.range-slider {
	 display: flex;
	 flex-flow: row wrap;
	 align-items: center;
}
 .range-slider label {
	 color: #000;
	 font-size: 13px;
}
 .range-slider .number-group {
	 flex: 1 0 auto;
	 text-align: right;
	 height: 30px;
	 font-weight: 300;
	 font-size: 13px;
	 color: #000;
	     margin-top: 14px;
    text-align: center;
}
 .range-slider .number-group .number-input {
width: 70px;
    height: 30px;
    text-align: center;
    color: #3faffa;
    background-color: #f5f5f5;
    border: 0;
    font-weight: 700;
    font-size: 16px;
}
 .range-slider .number-group .number-input:first-of-type {
	 margin-right: 7px;
}
 .range-slider .number-group .number-input:last-of-type {
	 margin-left: 7px;
}
 .range-slider .number-group .number-input::-webkit-outer-spin-button, .range-slider .number-group .number-input::-webkit-inner-spin-button {
	 -webkit-appearance: none;
}
 .range-slider .number-group .number-input:invalid, .range-slider .number-group .number-input:out-of-range {
	 border: 2px solid red;
}
 .range-slider .range-group {
	 position: relative;
	 flex: 0 0 100%;
	 height: 47px;
}
 .range-slider .range-group .range-input {
	 position: absolute;
	 left: 0;
	 bottom: 0;
	 margin-bottom: 0;
	 -webkit-appearance: none;
	 width: 100%;
	 border-bottom: 0;
}
 .range-slider .range-group .range-input:focus {
	 outline: 0;
}
 .range-slider .range-group .range-input::-webkit-slider-runnable-track {
	 width: 100%;
	 height: 2px;
	 cursor: pointer;
	 animation: 0.2s;
	 background: #3faffa;
	 border-radius: 1px;
	 box-shadow: none;
	 border: 0;
}
 .range-slider .range-group .range-input::-webkit-slider-thumb {
	 z-index: 2;
	 position: relative;
	 height: 18px;
	 width: 18px;
	 border-radius: 50%;
	 background: #3faffa;
	 cursor: pointer;
	 -webkit-appearance: none;
	 margin-top: -7px;
}
 .range-slider .range-group .range-input::-moz-range-track {
	 width: 100%;
	 height: 2px;
	 cursor: pointer;
	 animation: 0.2s;
	 background: #3faffa;
	 border-radius: 1px;
	 box-shadow: none;
	 border: 0;
}
 .range-slider .range-group .range-input::-moz-range-thumb {
	 z-index: 2;
	 position: relative;
	 box-shadow: 0px 0px 0px #000;
	 border: 1px solid #2497e3;
	 height: 18px;
	 width: 18px;
	 border-radius: 50%;
	 background: #3faffa;
	 cursor: pointer;
}
 .range-slider .range-group .range-input::-ms-track {
	 width: 100%;
	 height: 5px;
	 cursor: pointer;
	 animation: 0.2s;
	 background: transparent;
	 border-color: transparent;
	 color: transparent;
}
 .range-slider .range-group .range-input::-ms-fill-lower, .range-slider .range-group .range-input::-ms-fill-upper {
	 background: #3faffa;
	 border-radius: 1px;
	 box-shadow: none;
	 border: 0;
}
 .range-slider .range-group .range-input::-ms-thumb {
	 z-index: 2;
	 position: relative;
	 height: 18px;
	 width: 18px;
	 border-radius: 50%;
	 background: #3faffa;
	 cursor: pointer;
}

/********* Renge slider end ******************/



/* Property card 2 */


.absolute{
    position: absolute;
    top: 10px;
    right: 20px;
}

.absolute a{
    border-radius: unset;
    color: #000;
    border-bottom-left-radius: 15px;
}
.absolute a:hover
{
    color: #df1d1d;
}
.property-box:hover{
    box-shadow:1px 1px 40px #ccc;
    transition:1s ease;
}
.property-info{}

.property-info h6{
    font-size: 17px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
    padding-top: 23px;
    line-height: 26px;
}

.property-box{
        box-shadow: 1px 1px 6px #ccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 10px;
}

.property-info ul{
    padding-left:0;
    padding-top: 10px;
}

.property-info ul li{
    display: inline-block;
    text-align:center;
    padding-bottom: 10px;
}

.property-info ul li div{
    background: #f9f9f9;
    padding: 10px 10px;
    border-radius: 5px;
    border-left: 1px solid #efeded;
    border-right: 1px solid #efeded;
    color: #0f8acf;
}
.prpt-price h5{
    font-size: 15px;
    font-weight: 400;
    color: #333;
}

.prpt-price h5 span{}

.prpt-nm h4{
     font-size: 15px;
    text-align: right;
    font-weight: 400;
    color: #333;
}

.prpt-det{
    
    border-top: 1px solid #eee;
    padding-top: 17px;
    padding-bottom: 7px;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}


/* Property card 2 end */


.nav-pills
{
        justify-content: center;
        padding: 20px 0px 0px 0px;
        margin-top: 80px;
}
.btnChange
{
    padding: 10px;
}

.btnC
{
    border: 0;
}

