@media (max-width: 1366px){
 section.home-list ul{
     padding: var(--p15) var(--p10) var(--p15);
 }
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: 980px){
    .search-bar form{
    width: 100%;
    position: relative;
    bottom: 0px;
    margin-top: var(--m20);
    padding: var(--p20);
    padding-bottom: 0;
    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 .col-3:before{
    display:none;
}
.search-bar i {
    top: 1.2rem;
    font-size: var(--f18);
    left: 25px;
    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: 50%;
    margin-bottom: var(--m20);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: var(--p6);
    padding-right: var(--p6);
}
.search-bar .col-3.md-12.sm-12.srch-btn {
    width: 50%;
    margin-bottom: 0px;
    padding-left: var(--p6);
}
.search-bar button.main-btn{
    height: 60px;
}
.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-bottom: var(--m30);
}
a.sticky.main-btn {
    display: block;
}
}
@media (max-width: 600px){
    section.home-list .col-4 {
    width: 100%;
}
.shape-image img{
    width:100%;
}
}
@media (max-width: 540px){
    .search-bar .col-3 {
    width: 100%;
    margin-bottom: var(--m20);
}
.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 {
    font-size: var(--f21);
    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);
}
footer .copyright {
    padding-bottom: var(--p60);
}
}

@media (max-width: 360px){
    .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;
    font-size: var(--f19);
}
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);
}
}