.animationtext.slide .item-text {
    color: #ff8700;
}
.rpt-box{ background-color: #fff; display: block; border:1px solid #e9e9e9; border-radius: 7px; padding:30px 20px; text-align:center;}

#my-form #rd+.rd{
    width: 130px;
    height: 120px;
    border:4px solid #333;
    background:#444;
    margin: 5px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
}
#my-form #rd+.rd img{ max-height: 118px; width: auto;position: relative; top: 50%; left:50%; transform: translate(-50%,-50%);}
#my-form #rd{ display: none;}
#my-form #rd:checked+.rd{
    border:4px solid green;
    box-shadow: 1px 1px 15px #111;
}
.imgs, .imgs2{border:2px solid #ccc; margin: 5px 0 0; background: #ddd; position: relative;height: 200px; text-align:center;}
.imgs img, .imgs2 img{
    width: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: auto; margin: 0 auto;
    max-height: 200px;
    max-width:100%;
}
.imgs2{height: 100px;display: block; }
.imgs2 img{ max-height: 100px;   }

/*-----------------------------*/
.features{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.flex-box{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
.custom-gallery{height:70vh; background-color: #ccc; background-size:cover; background-repeat: no-repeat; background-position:center; }
.custom-thumb{height:100px; width:130px; background-size:cover; background-position:center;}

.for-list{text-align:left;margin-bottom: -0.48rem;}

.for-list-inner{
    position:relative;
    display:inline-block;
    border-radius: 10px 10px 0 0;
    background-color: #eee;
    text-align:center;
    margin:0;
    overflow: hidden;
}
.input-radio{ position: absolute; opacity: 0;}
.for-list input[type="radio"]:checked+label{ background-color: #fff; color:#111;}
.label-list{ padding:10px 25px; font-size: .9rem; background-color: #ff8700; color:#fff;}
.label-list:hover{
    background-color:#fff;
    color:#111;
}
/* .wd-find-select { background-color: #30a9e4c2;} */
.nice-select { background-color: transparent;}
.search-input{background-color: transparent !important;}

.service-section{
    background-color: #021b3bb0;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
}
.box-service {
    background-color: #ff8700;
    padding: 4% 20px;
    border-radius: 16px;
    backdrop-filter: blur(.6rem);
}
.ads-box{text-align:center !important; background-color: #eee;}
.homeya-box .images-style { height: 200px; }

.homeya-box.list-style-1 .images-group {
    width: 40% !important;
}
.homeya-box.list-style-1 .content {
    width: 60% !important;
}
.tf-sw-partner .partner-item {
	text-align: center;
}

@media(max-width: 786px){
    .main-header .logo-box .logo img {height: 55px;}
    /*-----*/
    .features{display: block;}
    .flex-box{display: block;}
    /*---------*/
    .custom-gallery{height:50vh; background-size:cover;}
    .homeya-box.list-style-1 .images-group {
        width: 100% !important;
    }
    .homeya-box.list-style-1 .content {
        width: 100% !important;
    }
}

@media(max-width: 500px){
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        font-size: .94rem;
    }
    .main-header .logo-box .logo img {height: 45px;}
    .custom-gallery{height:30vh;}
    .custom-thumb{height:60px; width:90px;}
    .single-property-overview .info-box .item {width: auto;}
    .box-amenities-property, .single-property-feature .wrap-feature { display: flex;}
    .flat-slider.home-1 .slider-content { padding: 20px 0px 10px;}
    .slider-content .animationtext.slide{font-size: 33px; line-height: 35px;}
    .flat-slider.home-1 .slider-content .heading {margin-bottom: 0px;}
    .label-list { padding: 10px 15px; font-size: 1rem;}
    .tf-btn.primary { font-size: 0.9rem; padding: 5px 9px; }
    .homeya-box .images-style { height: 200px; }
    .for-list {margin-bottom: -0.56rem;}
}