@media (max-width: 1366px){
    section.home-list .col-md-6 {
    width: 32%;
}
}
@media (max-width: 1024px){
    section.home-list .inner-area h3 span{
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    section.home-list .inner-area h3 span i{
        margin-bottom: var(--m5);
    }
}
@media (max-width: 980px){
    a.sticky.main-btn {
    display: block;
}
div#check {
    padding: var(--p30) 0;
            position: relative;
        top: 0;
}
.search-bar .col-3 {
    position: relative;
    width: 49%;
    margin-bottom: var(--m15);
}
.search-bar form{
   padding-bottom: 0;
        bottom: 0px;
        width: 100%;
        background: transparent;
        box-shadow: 0 0 0;
        padding-left:10px;
        padding-right:10px;
}
.search-bar .datepicker-common-2{
    width:50%;
}
.search-bar .col-3:before{
    display:none;
}
section.home-list .img{
    width: 49.2%;
}
.search-bar input{
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: var(--p12) var(--p22) var(--p11) var(--p48);
    background: #f5f5f5 !important;
    border: 1px solid #e0e0e0;
    color: #000;
}
.search-bar i{
    top: 1.2rem;
    left: 20px;
    font-size: var(--f18);
    color: var(--secondary-color);
    width: 25px;
}
input#demo17{
    height: 59px !important;
}
.search-bar .check i{
    top: 1.2rem;
    left: 20px;
    font-size: var(--f18);
    color: var(--secondary-color);
    width: 25px;
}
.search-bar input::placeholder{
    color: #000;
}
.search-bar input#end_date{
    padding-left: 48px;
}
.search-bar button.main-btn{
    border-radius: 50px;
}
.search-bar .main-check{
    width: 100%;
    padding: 0px;
        border: 0px;
        margin-bottom: 15px;
}
.search-bar .check:before{
    display: none;
}
.search-bar .col-3 {
    position: relative;
    width: 100%;
    margin-bottom: var(--m15);
    padding: 0px;
    border: 0px solid;
}
.search-bar .row {
    justify-content: space-between;
}
section.home-list .col-md-6 {
        width: 49%;
    }
}
@media (max-width: 540px){
    .search-bar form{
       padding:  0; 
    }
    .search-bar .col-3{
        width: 100%;
    }
    .search-bar .datepicker-common-2{
    width:100%;
}
    input#demo17 {
        height: 134px !important;
    }
    .search-bar .check{
    margin-bottom: 15px;
    width: 100%;
}
.search-bar .main-check{
    margin-bottom: 0px;
}
    section.home-list {
    padding: var(--p40) var(--p12);
}
    section.home-list .how-we-value-heading h6 {
        font-size: var(--f16);
    }
    section.home-list h2, .head-sec h2 {
        font-size: var(--f30);
    }
    section.home-list .pro-cont {
        padding: var(--p40) var(--p10) var(--p15) var(--p10);
    }
        section.home-list h3.title {
        height: auto;
        font-size: var(--f18);
    }
        section.home-list .col-6 {
        width: 100%;
    }
section.home-list .img {
    width: 100%;
}
section.home-list .dest-content.price h3 {
    font-size: var(--f16);
    height:auto;
}
section.home-list .inner-area .prop-price h3{
    font-size: var(--f18);
}
.search-bar input{
    padding: var(--p12) var(--p22) var(--p11) var(--p50);
}
a.sticky.main-btn{
    transform: rotate(360deg);
    left: 0;
    right: 0;
    top: auto;
    bottom: -1px;
    text-align: center;
    margin: auto;
}
.copyright {
    padding-bottom: var(--p50);
}

}
@media (max-width: 360px){
    section.home-list .inner-area h3 span{
        font-size: var(--f13);
    }
        section.home-list h2, .head-sec h2 {
        font-size: var(--f28);
    }
     section.home-list h5 span{
        font-size: var(--f19);
    }
    section.home-list h5{
        font-size: var(--f16);
    }
.head-sec span, section.home-list h2 span {
    font-size: var(--f25);
}
section.home-list .dest-content.price h3{
    font-size: var(--f16);
}
section.home-list .inner-area h3 span{
    font-size: var(--f12);
}
section.home-list .inner-area h3{
    font-size: var(--f15);
}
section.home-list .inner-area h3 {
    padding: var(--p5) var(--p5);
}
.prop-view-btn a {
        font-size: var(--f16);
    }
    section.home-list .inner-area h3{
        gap: 0 3px;
    }
}