@media (max-width: 1366px){
section.home-list ul li{
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 5px;
}
section.home-list ul i{
    margin-right:0px;
}
}
@media (max-width: 1024px) and (min-width: 981px){
    section.home-list .col-4 {
    width: 49%;
}

}
@media (max-width: 980px){
        .search-bar .main-check {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
    }
    .search-bar form{
    width: 100%;
    position: relative;
    bottom: 0px;
    margin-top: var(--m20);
    padding: var(--p20);
    margin-bottom: 0px;
}
.search-bar input{
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: var(--p12) var(--p22) var(--p11) var(--p48);
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
}
.search-bar .form-control:focus {
    background-color: #f5f5f5 !important;
    border-color: #e0e0e0 !important;
}
.search-bar .check{
    margin-bottom:15px;
}
.search-bar .check:before{
    display:none;
}
.search-bar i {
    top: 1.2rem;
    font-size: var(--f18);
    left: 20px;
    right: auto;
}
.search-bar select{
    height: 59px;
    width: 100%;
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: var(--p12) var(--p22) var(--p11) var(--p12);
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    text-indent: 32px;
}
.search-bar .col-3{
   width: 100%;
        margin-bottom: 15px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
}
.search-bar .col-3.md-12.sm-12.srch-btn {
    width: 100%;
    margin-bottom: 0px;
    padding-left: 0;
}
.search-bar .check i {
    top: 1.2rem;
}
.search-bar input#end_date {
        padding-left: 48px;
    }
.search-bar button.main-btn{
    height: 60px;
    border-radius: 40px;
}
.search-bar {
    position: relative;
    top: 0;
    width: 100%;
    padding-bottom: var(--p20);
}
section.home-list {
    padding: var(--p50) var(--p12);
}
section.home-list .col-4 {
    width: 49%;
}
.banner h1 {
    margin-top: var(--m90);
}
a.sticky.main-btn {
    display: block;
}
       input#demo17 {
        height: 59px !important;
    }
}
@media (max-width: 600px){
    section.home-list .col-4 {
    width: 100%;
}
.shape-image img{
    width:100%;
}
}
@media (max-width: 540px){
     input#demo17 {
        height: 133px !important;
    }
    .search-bar .col-3 {
    width: 100%;
    margin-bottom: var(--m20);
}
.search-bar .check {
        margin-bottom: 15px;
        width: 100%;
    }
.search-bar select{
    text-indent: 30px;
}
.search-bar button.main-btn{
    height:59px;
}
.search-bar {
    bottom: -350px;
}
.search-bar form{
    padding-bottom: var(--p20);
}
.search-bar .col-3.md-12.sm-12.srch-btn {
    width: 100%;
}
section.home-list {
    padding: var(--p40) var(--p12);
}
.how-we-value-heading h4{
    font-size: 18px;
    text-align: center;
}
.how-we-value-heading h3{
    margin-bottom: 0px;
    font-size: 25px;
}
section.home-list h3.title {

    height:auto;
}
section.home-list p.adr{
    height:auto;
}
a.sticky.main-btn {
    transform: rotate(0deg);
    position: fixed;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
}
section.home-list .pro-cont{
    padding: var(--p24) var(--p14);
    margin-top: 0;
}
footer .copyright {
    padding-bottom: var(--p60);
}
.map-sec iframe {
    border: 0;
    height: 400px;
}
.map-sec h3{
    font-size: var(--f28);
    margin-bottom: 20px;
}
    section.home-list .pro-img img {
        height: 250px;
    }
        .head-sec h2 {
        font-size: var(--f28);
    }
    .banner p{
        font-size: 17px;
        text-align:center;
    }
}

@media (max-width: 360px){
        .banner p {
        font-size: 16px;
        text-align: center;
    }
        .head-sec h2 {
        font-size: var(--f25);
    }
    .map-sec h3 {
        font-size: var(--f25);
        margin-bottom: 20px;
    }
    .how-we-value-heading h4 {
    font-size: 16px;
}
.how-we-value-heading h3 {
    font-size: 22px;
}
section.home-list img.img-fluid {
    height: 250px;
}
section.home-list h3.title {
    height: auto;
}
section.home-list h5 span {
    font-size: var(--f21);
}
}
@media (max-width: 320px){
    section.home-list ul li {
    text-align: center;
    font-size: var(--f13);
}
}