HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/israel-rentals/wp-content/themes/israel-rentals/scss/listing.scss
@import 'partials';
.listing{
    padding-bottom: 104px;
    @media ($sm-1679){
        padding-bottom: 90px;
    }
    @media ($sm-1441){
        padding-bottom: 80px;
    }
    @media ($sm-1199){
        padding-bottom: 60px;
    }
    @media ($sm-991){
        padding-bottom: 50px;
    }
.container{
    margin-top: 30px;
    @media ($sm-1199){
        margin-top: 20px;
    }
    @media ($sm-991){
        margin-top: 0px;
    }
    @media ($sm-579){
        margin-top: 10px;
    }
}
.nav{
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
    border: none;
    @media($sm-991){
        padding-bottom: 30px;
    }
    @media($sm-579){
        padding-top: 20px;
        padding-bottom: 20px;
    }
        li{
            padding:10px 23px;
            @media ($sm-991){
                padding: 10px 15px;
            }
            a{

                letter-spacing: 0px;
                color: #998E76;
                font-size: 18px;
                line-height: 19px;
                opacity: 0.5;
                font-weight: 300;
                border: none;
                padding: 0;
                @media($sm-1679){
                    font-size: 16px;
                }
                @media($sm-1441){
                    font-size: 15px;
                }
                @media($sm-1199){
                    font-size: 14px;
                }
                &.active{
                    opacity: 1;
                    font-weight: 600;
                    position: relative;
                    color: #998E76;
                    &::before{
                        position: absolute;
                        content: "";
                        width: 100%;
                        height: 2px;
                        background-color: #030051;
                        bottom: -4px;
                    }
                }
            }
        }
    
}
.box{
    margin-bottom: 54px;
    display: flex;
    flex-direction: column;
    @media ($sm-1679){
        margin-bottom: 40px;
    }
    @media ($sm-1441){
        margin-bottom: 30px;
    }
    @media ($sm-1199){
        margin-bottom: 20px;
    }
    &.col-md-6{
        @media ($sm-767){
            width: 50%;
            flex: 0 0 auto;
        }
        @media (max-width:649px){
            width: 100%;
            flex: 0 0 auto;
        }
    }
}
.property-box {
    position: relative;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
    display: flex;
    // overflow: hidden;
    // border: 1px solid #ddd;
    // margin-bottom: 30px;
  }

  .image-slider img {
    width: 100%;
    height: auto;
    height: 311px;
    border-radius: 15px 15px 0 0;
    @media ($sm-1199){
        height: 240px;
    }
    @media($sm-767){
        height: 200px;
        object-fit: cover;
        border-radius: 20px;
    }
    @media (max-width:649px){
        height: 300px;
    }
    @media ($sm-579){
        height: 300px;
    }
  }

  .property-description {
    padding: 20px 24px 26px 24px;
    background-color: #FCF7F1;
    border-radius: 15px;
    margin-top: -90px;
    position: relative;
    min-height: 196px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
    @media ($sm-767){
        min-height: unset;
    }
    .top-sec{
        display: flex;
        justify-content: space-between;
        padding-bottom: 24px;
        .lt-sec,.rt-sec{

            letter-spacing: 0px;
            color: #8A7B5C;
            font-size: 12px;
            line-height: 19px;
            font-weight: 400;
            font-family: $jakarthaSans;
        }

    }
    .subtext{

        letter-spacing: 0px;
        color: #8A7B5C;
        opacity: 1;
        font-weight:300;
        font-size: 15px;
        line-height: 18px;
        @media($sm-1679){
            font-size: 13px;
        }
     
    }
    .texts{
   
        letter-spacing: 0px;
        color: #292B2B;
        font-weight: 600;
        line-height: 34px;
        font-size: 21px;
        min-height: 88px;
        padding: 10px 0px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        @media($sm-1679){
            font-size: 19px;
            line-height: 27px;
        }
        @media($sm-1441){
            font-size: 16px;
            line-height: 25px;
        }
        @media($sm-1199){
            font-size: 14px;
            line-height: 20px;
        }
        @media ($sm-767){
            min-height: 60px;
        }
    }
    .prperty-detils{
        border-top: 1px solid rgba($color: #8A7B5C, $alpha: 0.21);
        padding-top: 10px;
    }
  }
 .box{
    &.col-md-4{
        @media($sm-1199){
            width: 50%;
        }
        @media(max-width:649px){
            width: 100%;
        }
        flex-direction: column;
    }

}
.image-slider{
    .btn-text{
        position: absolute;
        top: 0;
        display: flex;
        align-items: center;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 21px;
        width: 257px;
        height: 32px;
        margin: 12px 9px ;
        padding-left: 10px;
        @media ($sm-767){
            width: 228px;
        }
        span{
        
            img{
                object-fit: contain;
                width: 10px;
                height: 13px;
                filter: brightness(0) saturate(100%) invert(10%) sepia(2%) saturate(1065%) hue-rotate(131deg) brightness(107%) contrast(84%);
            }
            &.loc{
                padding-left: 7px;
            letter-spacing: 0px;
            color: #292B2B;
            font-size: 14px;
            line-height: 19px;
            font-weight: 500;
            @media($sm-1679){
                font-size: 13px;
            }
      
        }
        }
    }
    .slick-dots{
        bottom: 22px;
        z-index: 1;
    
            li{
                margin: 0;
                padding: 0;
                width: 14px;
                button{
                    padding: 0;
                    &::before{
                        color:#030051;
                        opacity: 0.15;
                        font-size: 9px;
                    }
                }
            }
    
      }
      .slick-arrow{
        width: 12px;
    
        img{
            height: auto !important;
        }
        &.slick-prev{
            // top: 143px;
            // @media(max-width:1400px){
            //     top: 125px;
            // }
            // @media(max-width:1200px){
            //     top: 100px;
            // }
            // @media($sm-1199){
            //     top: 168px;
            // }
            // @media($sm-991){
            //     top: 115px;
            // }
            // @media($sm-767){
            //     top: 47%;
            // }
        }
      }
      .slick-prev:before, .slick-next:before {
        display: none;
      }
      .slick-dots li.slick-active button:before {
        color: #8A7B5C;
        opacity: 1;
      }
      .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    .slick-arrow{
        &.slick-next{
            right: 10px;
        }
        &.slick-prev{
            left: 10px;
            z-index: 9;
        }
    }
    .slick-dots{
        // display: none;
    }
}

  .property-description h4 {
    font-size: 20px;
    font-weight: bold;
    @media($sm-1679){
        font-size: 18px;
    }
    @media($sm-1441){
        font-size: 16px;
    }
    @media($sm-1199){
        font-size: 14px;
    }
  }

  .prperty-detils{
    .money{

        letter-spacing: 0px;
        color: #292B2B;
        font-size: 21px;
        line-height: 25px;
        font-weight: 600;
        @media($sm-1679){
            font-size: 19px;
        }
        @media($sm-1441){
            font-size: 17px;
        }
        @media($sm-1199){
            font-size: 14px;
        }
        .squre-ft{
            font-weight: 400;

            letter-spacing: 0px;
            color: #8A7B5C;
            font-size: 16px;
            line-height: 19px;
            @media($sm-1679){
                font-size: 14px;
            }
        }
    }
  }
  .view-more{
    display: flex;
    justify-content: center;
    @media ($sm-1679){
        padding-top: 10px;
    }
    @media ($sm-991){
        padding-top: 0px;
    }
    .view{

            width: 210px;
     
            background-color: #8A7B5C;
            border-radius: 129px;
      
            display: flex;
            text-decoration: underline;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
            justify-content: space-between;
            padding: 17px 40px;

            font-size: 17px;
            line-height: 20px;
            font-weight: 700;
            height: 67px;
            @media($sm-1679){
                padding: 20px 38px;
                font-size: 15px;
                height: 56px;
            }
            @media($sm-1441){
                padding: 18px 38px;
                font-size: 13px;
                height: 50px;
            }
            @media($sm-991){
                padding: 14px 38px;
                font-size: 13px;
            }
            &:hover{
                background-color: #8A7B5C;
            }
    }
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    // background: rgba(0, 0, 0, 0.7);
    // background: transparent linear-gradient(180deg, #03005175 0%, #03005180 39%, #030051 69%, #030051 100%);
    background: transparent linear-gradient(180deg, #998E7675 0%, #998E7680 39%, #998E76 69%, #726955 100%);
    background-position: bottom;
    border-radius: 15px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none; /* Initially disables interaction */
    &.overlay-visible {
        visibility: visible;
        opacity: 1;
        pointer-events: auto; /* Enable interaction when visible */
        z-index: 9;
      }
      .overlay-link-wrp{
        width: 100%;
        display: flex;
        flex-direction: column;
        text-decoration: none;
      }
    .prperty-detils{
        padding: 10px 27px;
        .money{
    
            letter-spacing: 0px;
            color: #fff;
            font-size: 21px;
            line-height: 25px;
            font-weight: 600;
            @media($sm-1679){
                font-size: 19px;
            }
            @media($sm-1441){
                font-size: 17px;
            }
            @media($sm-1199){
                font-size: 14px;
            }
            .squre-ft{
                font-weight: 400;
    
                letter-spacing: 0px;
                color: #fff;
                font-size: 16px;
                line-height: 19px;
            }
        }
      }
    .subtext{

        letter-spacing: 0px;
        color: #fff;
        opacity: 1;
        font-weight: 300;
        font-size: 15px;
        line-height: 18px;
        padding: 0px 27px;
        @media ($sm-1199){
            font-size: 13px;
        }
        @media ($sm-991){
            margin-top: 20px;
        }
    }
    .texts{
   
        letter-spacing: 0px;
        color: #FFFFFF;
        font-weight: 600;
        line-height: 34px;
        font-size: 21px;
        padding: 0px 27px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        @media($sm-1679){
            font-size: 19px;
            line-height: 27px;
        }
        @media($sm-1441){
            font-size: 16px;
            line-height: 25px;
        }
        @media($sm-1199){
            font-size: 14px;
            line-height: 20px;
        }
    }

    .btn-text{
    // position: absolute;
    // top: 0;
    display: flex;
    align-items: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 21px;
    width: 257px;
    height: 32px;
    margin: 12px 9px ;
    padding-left: 10px;

    span{
    
        img{
            object-fit: contain;
            width: 10px;
            height: 13px;
            display: block;
            
        }
        &.loc{
            padding-left: 7px;
        letter-spacing: 0px;
        color: #030051;
        font-size: 14px;
        line-height: 19px;
        font-weight: 500;
        @media($sm-1679){
            font-size: 13px;
        }
    }
    }
}
.room-details{
    padding: 22px 27px 0;
    display: flex;
    justify-content: space-between;
    @media ($sm-1199){
        padding: 10px 27px 0;
    }
    .area{
        .head,.sq-fts{
            font: normal normal normal 15px/21px Inter;
            letter-spacing: 0.6px;
            color: #FFFFFF;
            font-size: 15px;
            line-height: 21px;
            font-weight: 400;
            @media($sm-1679){
                font-size: 14px;
            }
            @media($sm-1441){
                font-size: 12px;
            }
        }
    }
}
    .tags{
        display: flex;
        // margin: 12px 9px ;
        padding: 35px 21px 19px 21px;
        @media (max-width:1399px){
            padding: 25px 21px 19px 21px;
        }
        @media ($sm-1199){
            padding: 10px 21px 10px 21px;
        }
        @media($sm-991){
            padding: 5px 21px;
        }

        .tag1{
   
            letter-spacing: 0px;
            color: #FFFFFF;
            font-size: 12px;
            font-weight: 300;
            line-height: 1;
            background: #ffffff36 0% 0% no-repeat padding-box;
            border-radius: 14px;
            opacity: 1;
            backdrop-filter: blur(30px);
            -webkit-backdrop-filter: blur(30px);
            max-width: 99px;
            height: 28px;
            padding: 6px 10px;
            margin-right: 10px;


        }
    }
    .details {
        padding: 20px;
        // text-align: center;
        padding: 0px 0px;
        width: 100%;
      }
      .enquire-btn {
        width: 100%;
      }
      .property-description1{
        border-bottom:1px solid #5a57ad70;
        padding-bottom: 15px;
        @media ($sm-1199){
            padding-bottom: 0px;
        }
      }
    
  } 

  .property-description+.overlay{
    // pointer-events: auto;
  }
  .property-description:hover+.overlay {
    opacity: 1;
    z-index: 9999;
    // pointer-events: none;
  }
  .property-description.hide {
    opacity: 0;
    .slick-arrow{
        display: none;
    }
    .slick-dots{
        display: none !important;
    }
  }
  .btn-enquire {
    height: 55px;
    background-color: #998E76;
    border-radius: 0px 0px 15px 15px;
    opacity: 1;
    width: 100%;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: #fff;
    letter-spacing: 0px;
    font-size: 17px;
    line-height: 34px;
    font-weight: 500;
    border: 1px solid #998E76;
    cursor: pointer;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    @media($sm-1679){
        font-size: 15px;
        height: 50px;
    }
    @media ($sm-767){
        height: 42px;
    }
  }

  .btn-enquire:hover {
        // background-color:#fff;
        // border: 1px solid #25B0F0 ;
        // color:#25B0F0 ;
  }
  .last-sec{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 21px 27px;

    @media($sm-1679){
        padding: 18px 22px;
    }
    .lt-secs{
        display: flex;
        width: 38%;
        justify-content: flex-end;
        align-items: center;
    }
    .rtt-secs{
        background: #ffffff36;
        border-radius: 21px;
        opacity: 1;
        backdrop-filter: blur(30px);
        padding: 11px 23px;
        display: flex;
        align-items: center;
        height: 42px;
        width: 55%;
        @media($sm-1679){
            padding: 11px 14px;
        }
        @media ($sm-1199){
            padding: 10px 15px;
            width: auto;
        }
        @media ($sm-767){
            height: 28px;
        }
        .img-sec{
            margin-right: 10px;
            @media($sm-1199){
                margin-right: 5px;
            }
            img{
                @media($sm-1679){
                    width: 18px;
                }
                @media($sm-1199){
                    width: 14px;
                }
            }
        }
        span{
  
            letter-spacing: 0px;
            color: #FFFFFF;
            font-size: 13px;
            line-height: 18px;
            font-weight: 300;
            @media($sm-1679){
                font-size: 12px;
            }
            @media($sm-1441){
                font-size: 11px;
            }
            @media ($sm-1199){
                font-size: 9px;
            }
            @media ($sm-767){
                font-size: 8px;
            }
            @media (max-width:649px){
                font-size: 10px;
            }
        }
    }
    .lt-secs{
        span{
            width: 42px;
            height: 42px;
            background: #FFFFFF 0% 0% no-repeat padding-box;
            border-radius: 143px;
            opacity: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 9px;
            flex: 0 0 auto;
            &:last-child{
                margin-right: 0px;
            }
            @media($sm-1679){
                width: 32px;
                height: 32px;
            }
            @media ($sm-1199){
                width: 27px;
                height: 27px;
                margin-right: 5px;
            }
            @media ($sm-767){
                width: 20px;
                height: 20px;
            }
            @media (max-width:649px){
                width: 26px;
                height: 26px;
            }
            img{
                width: 15px;
                height: 15px;
                object-fit: contain;
                filter: brightness(0) saturate(100%) invert(51%) sepia(15%) saturate(485%) hue-rotate(3deg) brightness(93%) contrast(88%);
                @media($sm-1679){
                    width: 13;
                }
                @media ($sm-767){
                    height: 12px;
                }
            }
        }
    }
  }
}



.banner-sec{
    background-image: url('../img/bottom-sec-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    // min-height: 100vh;
    padding: 112px 0px 0px;
    @media($sm-991){
        padding: 50px 0px 0px;
        
    }
    // @media($sm-767){
    //     min-height: 85vh;
    // }
    .sub-heading{
        letter-spacing: 0px;
        color: #FFFFFF;
        font-size: 23px;
        line-height: 28px;
        font-weight: 400;
        @media($sm-1679){
            font-size: 19px;
        }
        @media($sm-1441){
            font-size: 17px;
        }
        @media($sm-1199){
            font-size: 14px;
        }
    }
    .main-heading{
        text-align: center;
        padding-top: 13px;
        letter-spacing: 0px;
        color: #FFFFFF;
        font-size: 47px;
        line-height: 62px;
        font-weight: 400;
        text-transform: uppercase;
        @media($sm-1679){
            font-size: 38px;
            line-height: 50px;
        }
        @media ($sm-1441){
            font-size: 34px;
            line-height: 44px;
        }
        @media ($sm-1199){
            font-size: 30px;
            line-height: 40px;
        }
        @media ($sm-991){
            font-size: 26px;
            line-height: 34px;
        }
        @media ($sm-767){
            font-size: 24px;
            line-height: 32px;
            br{
                display: none;
            }
        }
    }
    .banner-section {
       
  
        text-align: center;
      }
  

  
      .box-container {
        display: flex;
        justify-content: center;
    
        // margin-bottom: 40px;
        padding-bottom: 300px;
        padding-top: 35px;
        @media($sm-1679){
            padding-bottom: 250px;
        }
        @media($sm-1441){
            padding-bottom: 100px;
        }
        @media($sm-991){
            padding-top: 20px;
            padding-bottom: 50px;
            flex-wrap: wrap;
        }
      }
  
      .info-box {
        display: flex;
        align-items: center;
        width: 486px;
        padding: 20px;
        margin: 15px;
        @media ($sm-1679){
            width: 414px;
            margin: 10px;
        }
        @media($sm-991){
            // flex-wrap: wrap;
            width: 100%;
            margin-bottom: 10px;
        }
        @media ($sm-479){
            align-items: flex-start;
        }
        background: #ffffff57 0% 0% no-repeat padding-box;
        border-radius: 8px;

        border-radius: 19px;
        opacity: 1;
        backdrop-filter: blur(15px);
        .box-text{
            text-align: left;
            .text-sec{
                br{
                    @media ($sm-991){
                        display: none;
                    }
                }
            }
        }
        .ico{
            background-color: #fff;
            border-radius: 10px;
            padding: 17px;
            display: flex;
            align-items: center;
            @media($sm-1679){
                font-size: 15px;
            }
            @media($sm-991){
                font-size: 13px;
                padding: 8px;
            }
          
            img{
                width: auto;
                height: 28px;
                // margin-right: 20px;
                object-fit: contain;
                filter: brightness(0) saturate(100%) invert(44%) sepia(1%) saturate(4743%) hue-rotate(358deg) brightness(101%) contrast(70%);
            }
        }
      }
  
      .box-text{
        padding-left: 30px;
        @media ($sm-1679){
            padding-left: 20px;
        }
        @media($sm-991){
            padding-left: 9px;
        }
        .text-inner{

        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 400;
        font-family: $inclusiveSans;
        letter-spacing: 0px;
        color: #FFFFFF;
        font-size: 20px;
        line-height: 1;
        @media($sm-1679){
            font-size: 18px;

        }
        @media($sm-1441){
            font-size: 16px;
        }
        @media($sm-1199){
            font-size: 14px;
            margin-bottom: 5px;
        }
    
      }
    .text-sec{

        letter-spacing: 0px;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 21px;
        font-family: $inclusiveSans;
        font-weight: 400;
        min-height: 42px;
        @media($sm-1679){
            font-size: 14px;
            line-height: 18px;
        }
        @media ($sm-991){
            min-height: unset;
        }
        @media($sm-1199){
            font-size: 13px;
            line-height: 17px;
        }
     
    
      }
    }
    .blue-box-wrp{
        @media (min-width:1600px){
            max-width: 1425px;
        }
    }
      .blue-box {
        color: white;
        padding: 30px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 8px;
        background-color: #998E76;
        border-radius: 32px 32px 0px 0px;
        padding: 55px 100px;
            margin: 0 auto;
            max-width: 1425px;
            @media($sm-1679){
                padding: 45px 80px;   
            }
            @media($sm-1441){
                padding: 35px 60px;   
            }
            @media($sm-1199){
                padding: 25px 50px;
            }
            @media($sm-991){
                flex-wrap: wrap;
                width: 100%;
                padding: 0 0 20px;
            }
      }
  
      .blue-box p {
        margin: 0;
        max-width: 74%;
        text-align: left;
        margin-right: 100px;
        letter-spacing: 0px;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 25px;
        font-weight: 300;

        @media($sm-1679){
            font-size: 14px;
            line-height: 22px;
            max-width: 63%;
            margin-right: 80px;
        }
        @media($sm-1441){
            max-width: 70%;
            margin-right: 60px;
        }
       @media($sm-991){
                max-width: 100%;
                width: 100%;
                padding: 20px;
                margin-right: 0px;
                text-align: center;
            }
      }
  
      .btn-submit {
        background-color: #ffffff;
        color: #998E76;
        border: none;
        padding: 10px 20px;
        font-size: 18px;
        font-weight: bold;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        width: 288px;
        height: 53px;

        border-radius: 27px;
        font: normal normal 600 17px/20px Inter;
        letter-spacing: 0px;
        font-size: 17px;
        line-height: 20px;
        font-weight: 600;
        @media($sm-1679){
            font-size: 15px;
        }
        @media($sm-1441){
            font-size: 13px;
            height: 48px;
        }
        @media ($sm-991){
            margin: 0 auto;
            height: 45px;
        }
    
        }
  
      .btn-submit:hover {
        background-color: #e6e6e6;
      }
}


.faq-sec{
    padding: 147px 0px 160px;
    background-color: #F5F3EF;
    @media($sm-1679){
        padding: 70px 0px;
    }
    @media($sm-1441){
        padding: 60px 0px;
    }
    @media($sm-991){
        padding: 50px 0px;
    }
    .container{
        &.mt-4{
            margin-top: 0px !important;
        }
    }
    .accordion-item {
        margin-bottom: 26px;
        background-color: transparent;
        box-shadow: none;
        border: 1px solid #998E76 !important;
        border: none;
        border-radius: 90px !important; /* Default border-radius when collapsed (closed state) */
        overflow: hidden;
        @media ($sm-1679){
            margin-bottom: 22px;
        }
        @media ($sm-1441){
            margin-bottom: 18px;
        }
        &.hide{
            border-radius: 22px !important;
        }
        .accordion-button{
            background-color: #fff !important;
        }
     
    }
    .accordion-button::after {
        background-image: url('../img/icon-arrow-up.png');
        width: 20px;
        height: 11px;
        // background-size: contain;
        filter: brightness(0) saturate(100%) invert(46%) sepia(15%) saturate(347%) hue-rotate(360deg) brightness(95%) contrast(87%);
        background-size: 20px;
        @media ($sm-1441){
            width: 17px;
        }
        @media ($sm-991){
            width: 15px;
        }
        @media ($sm-767){
            width: 12px;
        }
    }
    .accordion-button:not(.collapsed)::after {
        transform: rotate(180deg);
    }
    // .accordion-collapse.collapse.show {
    //     border-radius: 10px !important; 
    //     border: 1px solid #93DDFF;
    //     border-top: 0px !important;
    //     border-top-left-radius: 0px !important;
    //     border-top-right-radius: 0px !important;
    // }
    

    .accordion-button {
        background-color: transparent;
        box-shadow: none;
        border: none;
        // height: 90px;
        // border: 1px solid #93DDFF;
        background-color: #fff;
        padding-left: 42px;
        padding-right: 32px;
        // border-radius: 90px !important; /* Default border-radius when collapsed (closed state) */
        @media($sm-1679){
            // height: 75px;
        }
        @media($sm-1441){
            // height: 65px;
            padding-left: 35px;
            padding-right: 25px;
        }
        @media($sm-991){
            // height: 55px;
            padding-left: 20px;
            padding-right: 20px;
        }
    
        h4 {
            letter-spacing: 0px;
            color: #292B2B;
            font-size: 24px;
            line-height: 29px;
            font-weight: 400;
            font-family: $primaryFont;
            margin: 0px;
            @media($sm-1679){
                font-size: 20px;
            }
            @media($sm-1441){
                font-size: 18px;
            }
            @media($sm-1199){
                font-size: 16px;
            }
            @media($sm-991){
                font-size: 14px;
              
            }
            @media($sm-767){
                font-size: 14px;
                line-height: 20px;
              
            }
        }
    }
    
    /* Accordion Button when expanded (open state) */
    .accordion-button:not(.collapsed) {
        border-radius: 10px !important; /* Border-radius when the button is open */
        border-bottom: none;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        h4 {
            font-weight: 500;
    }
}
    .accordion-body{
        padding-top: 0px;
        letter-spacing: 0px;
        color: #292B2B;
        font-weight: 300;
        font-size: 18px;
        line-height: 31px;
        background-color: #fff;
        border-radius: 10px;
        padding-left: 42px;
        padding-right: 32px;
        padding-bottom: 30px;
        br{
            @media ($sm-991){
                display: none;
            }
        }
        @media($sm-1679){
            font-size: 16px;
            line-height: 24px;
            padding-bottom: 25px;
        }
        @media($sm-1441){
            font-size: 14px;
            line-height: 24px;
            padding-left: 35px;
            padding-right: 25px;
        }
        @media($sm-991){
            font-size: 12px;
            padding-left: 20px;
            padding-right: 20px;
            padding-bottom: 20px;
        }

    }
    .faq-heading{

        letter-spacing: 0px;
        color: #292B2B;
        text-transform: uppercase;
        text-align: center;
        padding-bottom: 60px;
        font-size: 47px;
        line-height: 57px;
        font-weight: 400;

        @media($sm-1679){
            font-size: 38px;
            line-height: 50px;
            padding-bottom: 40px;
        }
        @media ($sm-1441){
            font-size: 36px;
            line-height: 46px;
            padding-bottom: 30px;
        }
        @media ($sm-1199){
            font-size: 30px;
            line-height: 40px;
            padding-bottom: 20px;
        }
        @media ($sm-991){
            font-size: 26px;
            line-height: 34px;
        }
        @media ($sm-767){
            font-size: 24px;
            line-height: 32px;
            padding-bottom: 30px;
            br{
                display: none;
            }
        }

    }

}

.news-sec{
    background-image: url('../img/news-letter-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 90px 0px 136px;
    @media ($sm-1679){
        padding: 80px 0px;
    }
    @media ($sm-1441){
        padding: 60px 0px;
    }
    @media ($sm-991){
        padding: 50px 0px;
    }
    @media ($sm-767){
        padding: 40px 0px;
    }
    .newsletter-section {
        text-align: center;
        position: relative;
        // #newsletter-message{
        //     position: absolute;
        //     bottom: -30px;
        //     color: red;
        //     width: 100%;
        //     transition: all 0.5s ease-in;
        // }
        .error-msg{
            position: absolute;
            bottom: -30px;
            color: red;
            width: 100%;
        }
        .thankyou-msg{
            width: 400px;
            left: 50%;
            transform: translateX(-50%);
            bottom: -67px;
            color: #007bff;
            padding: 10px 0;
            border-radius: 10px;
            font-size: 24px;
            position: absolute;
            background-color: #fff;
            @media ($sm-1441){
                font-size: 20px;
                bottom: -55px;
            }
            @media ($sm-991){
                font-size: 16px;
                bottom: -47px;
                width: 280px;
            }
            @media ($sm-767){
                font-size: 14px;
                bottom: -36px;
                border-radius: 5px;
                padding: 5px 0;
            }
            @media (max-width:400px){
                width: 100%;
                font-size: 14px;
            }
        }
      
      }
    
      .newsletter-heading {
        font-size: 47px;
        line-height: 57px;
        font-weight: 400;
        color: #fff;
        font-family: $primaryFont;
        @media ($sm-1679){
            font-size: 40px;
            line-height: 50px;
        }
        @media ($sm-1441){
            font-size: 35px;
            line-height: 45px;
        }
        @media ($sm-1199){
            font-size: 30px;
            line-height: 40px;
        }
        @media ($sm-991){
            font-size: 26px;
            line-height: 40px;
        }
        @media($sm-767){
            br{
                display: none;
            }
        }
    }
    
      .newsletter-content {
        font-size: 18px;
        line-height: 28px;
        margin: 0px;
        font-weight: 300;
        border: none;
        color: #fff;
        padding-bottom: 50px;
        @media($sm-1679){
            font-size: 16px;
            padding-bottom: 40px;
        }
        @media($sm-1441){
            font-size: 14px;
        }
        @media ($sm-991){
            padding-bottom: 20px;
        }
       
        br{
            @media ($sm-579){
                display: none;
            }
        }
    }
    
      .newsletter-form {
        position: relative;
        border-radius: 50px;
        overflow: hidden;
        // width: 400px;
        width:  711px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        @media($sm-767){
            width: 100%;
        }
        @media (max-width:500px){
            flex-direction: column;
            background-color: #fff;
            border-radius: 8px;
            padding-top: 10px;
        }

      }
    
      .newsletter-input {
        flex: 1;
        border: none;
        padding: 10px 25px;
        font-size: 16px;
        outline: none;
        height: 69px;
        background-color: #FFFFFF;
        letter-spacing: 0px;
        font-size: 14px;
        line-height: 17px;
        font-family: $primaryFont;
        padding-right: 165px;
        @media($sm-1679){
            height:60px;
        }  
    
        @media (max-width:500px){
            width: calc(100% - 20px);
            padding-left: 0px;
            padding-right: 0px;
            margin-bottom: 5px;
            text-align: center;
        }
       
      }
    
      .newsletter-input::placeholder {
        color: #998E76;
      }
    
      .newsletter-button {
      
        color: white;
        border: none;
        padding: 10px 25px;
        font-size: 16px;
        cursor: pointer;
        border-left: 1px solid #ccc;
        width: 145px;
        height: 49px;
        background: #30ACE5 0% 0% no-repeat padding-box;
        mix-blend-mode: normal;
        border: 1px solid #30ACE5;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        position: absolute;
        right: 10px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #998E76;
        border-color: #998E76;
        transition: .3s;
        &:hover{
            opacity: .8;
        }
        @media ($sm-1679){
            height: 39px;
            font-size: 18px;
            line-height: 22px;
        }
        @media ($sm-1441){
            font-size: 16px;
            line-height: 20px;
        }
        @media ($sm-1199){
            font-size: 14px;
            line-height: 18px;
        }

        @media (max-width:500px){
            position: static;
            width: calc(100% - 20px);
            border-radius: 8px;
            margin-bottom: 10px;
        }
        // padding-left: 15px;

      }
    
    //   .newsletter-button:hover {
    //     background-color: #fff;
    //     color:#30ACE5;
    //     border: 1px solid #30ACE5;
    //   }
}
.listing-sec{
    display: flex;
    flex-direction: column;
    .container{
        margin-top: 0px;
    }
}
.listing-wrp{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 90px;
    @media ($sm-1679){
        padding-bottom: 80px;
    }
    @media ($sm-1441){
        padding-bottom: 70px;
    }
    @media ($sm-1199){
        padding-bottom: 60px;
    }
    @media ($sm-991){
        flex-direction: column;
        padding-bottom: 50px;
    }
    @media ($sm-767){
        padding-bottom: 40px;
    }
    .listing{
        display: flex;
        flex-direction: column;
        flex: 1;
        width: calc(100% - 441px);
        padding-bottom: 0px;
        @media ($sm-991){
            width: 100%;
        }
        .view-more{
            justify-content: flex-start;
            margin-top: 44px;
            @media ($sm-1679){
                margin-top: 30px;
            }
            @media ($sm-1441){
                margin-top: 20px;
            }
            @media ($sm-1199){
                margin-top: 10px;
            }
            .view{
                justify-content: center;
                margin-left: 100px;
                @media ($sm-991){
                    margin: 0 auto;
                }
            }
        }
    }
    .filter-result-wrp{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
        @media ($sm-1441){
            margin-bottom: 30px;
        }
        @media ($sm-1199){
            margin-bottom: 20px;
        }
        @media ($sm-767){
            flex-direction: column;
            margin-bottom: 30px;
        }
        .result-title{
            display: flex;
            flex-direction: column;
            flex: 1;
            @media ($sm-767){
                margin-bottom: 20px;
            }
            .sec-title-sub{
                font-weight: 700;
                margin-bottom: 15px;
                @media ($sm-1441){
                    margin-bottom: 10px;
                }
            }
            .match-result{
                font-size: 18px;
                font-weight: 500;
                color: rgba(41, 43, 43, 0.45);
                @media ($sm-1441){
                    font-size: 16px;
                }
                @media ($sm-991){
                    font-size: 14px;
                }
            }
        }
        .filter-select-wrp{
            display: flex;
            background-color: rgba($color: #998E76, $alpha: 0.2);
            border-radius: 22px;
            max-width: 213px;
            width: 100%;
            padding: 12px 18px 11px 21px;
            align-items: center;
            height: 43px;
            .sort-title{
                font-size: 16px;
                font-weight: 500;
                width: 60px;
                color: rgba(41, 43, 43, 0.45);
            }
            .form-select{
                background-color: transparent;
                border: none;
                box-shadow: none;
                padding-top: 0;
                padding-bottom: 0;
                padding-left: 5px;
                background-position: right 0px center;
                background-image: url(../img/dropdown-icon.svg);
                background-size: 11px;
                color: #292B2B;
                font-size: 16px;
                padding-right: 20px;
                @media ($sm-1199){
                    font-size: 14px;
                }
                option:checked{
                    background-color: #25B0F0;
                    color: #fff;
                    opacity: 1;
                }
            }
        }
    }
    .sidebar{
        max-width: 392px;
        width: 100%;
        display: flex;
        flex-direction: column;
        background-color: #F5F3EF;
        border: 1px solid #998E76;
        border-radius: 15px;
        margin-right: 49px;
        padding: 21px 29px;
        align-self: flex-start;
        @media ($sm-1679){
            max-width: 350px;
        }
        @media ($sm-1199){
            max-width: 300px;
            padding: 20px;
        }
        @media ($sm-991){
            max-width: 100%;
            margin-right: 0px;
            margin-bottom: 30px;
        }
        .side-filter-top{
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 32px;
        }
        .filter-title{
            font-size: 16px;
            color: #292B2B;
            font-weight: 500;
            text-transform: capitalize;
            text-decoration: none;
            @media ($sm-1199){
                font-size: 14px;
            }
        }
        .clr-btn{
            border: none;
            font-size: 16px;
            font-weight: 500;
            line-height: 1;
            color: #292B2B;
            text-decoration: none;
            padding: 0px;
            box-shadow: none;
            border-bottom: 1px solid #030051;
            padding-bottom: 1px;
            border-radius: 0px;
        }
        .filter-cat-collapse{
            .filter-title{
                position: relative;
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-bottom: 15px;
                font-weight: 600;
                &::after{
                    content: "";
                    width: 13px;
                    height: 2px;
                    background-color: #292B2B;
                }
            }
            .fltr-chk{
                list-style: none;
                margin: 0px;
                padding: 0px;
                li{
                    margin-bottom: 28px;
                    list-style: none;
                }
            }
            .card{
                background-color: transparent;
                padding: 0;
                border: 0;
            }
            .collapse{
                background-color: transparent;
                .card{
                    padding: 0px;
                    margin-bottom: 27px;
                    background-color: transparent;
                    border: none;
                    &.card-body{
                        background-color: transparent;
                    }
                    @media ($sm-1441){
                        padding-bottom: 20px;
                        margin-bottom: 20px;
                    }
                }
                &.show{
                    .card{
                        border-bottom: 1px solid rgba(138, 123, 92, 0.21);
                    }
                }
            }
        }
        .btn-primary{
            height: 52px;
            max-width: 100%;
            line-height: 1;
            background-color: #998E76;
            border-color: #998E76;
            @media ($sm-1679){
                height: 50px;
            }
            @media ($sm-991){
                height: 45px;
            }
        }
    }
}

.detail-sec-wrp{
    display: flex;
    flex-direction: column;
    .property-dtl-top{
        display: flex;
        width: 100%;
        border-bottom: 1px solid #DCDBEB;
        padding-bottom: 30px;
        margin-bottom: 30px;
        flex-wrap: wrap;
        @media ($sm-991){
            flex-direction: column;
        }
        .btn-blk{
            display: flex;
            flex: 1;
            @media (max-width:400px){
                flex-direction: column;
            }
            .overview{
                background-color: #998e7614;
                color: #998E76;
                border-radius: 27px;
                margin-right: 13px;
                border-color: #998E76;
                height: 52px;
                padding: 16px 40px;
                display: flex;
                align-items: center;
                justify-content: center;
                @media ($sm-1679){
                    height: 46px;
                }
                @media ($sm-991){
                    height: 44px;
                }
                @media (max-width:400px){
                    margin-bottom: 20px;
                    margin-right: 0px;
                }
                &.active{
                    color: #998E76;
                    border-color: #998E76;
                }
            }
        }
        .price-enq-blk{
            display: flex;
            @media ($sm-991){
                margin-top: 30px;
                width: 100%;
                justify-content: space-between;
            }
            @media (max-width:400px){
                margin-top: 20px;
            }
            @media ($sm-479){
                flex-direction: column;
            }
            .price-wrp{
                display: flex;
                align-items: center;
                margin-right: 27px;
                @media (max-width:400px){
                    justify-content: center;
                }
                .price{
                    color: #292B2B;
                    font-weight: 600;
                    font-size: 21px;
                    line-height: 25px;
                    margin-right: 3px;
                    margin-left: 0px;
                    @media ($sm-1441){
                        font-size: 19px;
                        line-height: 23px;
                    }
                    @media ($sm-1199){
                        font-size: 17px;
                        line-height: 21px;
                    }
                    @media ($sm-479){
                        margin-bottom: 20px;
                    }
                    &.end{
                        font-size: 16px;
                        line-height: 19px;
                        margin-left: 3px;
                        margin-right: 0px;
                        @media ($sm-1441){
                            font-size: 14px;
                            line-height: 17px;
                        }
                        @media ($sm-1199){
                            font-size: 13px;
                            line-height: 16px;
                        }
                    }
                }
            }
            .enquire-now{
                width: 219px;
                height: 52px;
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: #998E76;
                border-color: #998E76;
                @media ($sm-1679){
                    height: 48px;
                }
                @media ($sm-991){
                    height: 44px;
                }
                @media ($sm-579){
                    width: 180px;
                }
                @media (max-width:400px){
                    width: 100%;
                }
            }
        }
    }
    .overview-blk{
        display: flex;
        flex-direction: column;
        .overview-info-top{
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 25px;
            @media ($sm-579){
                flex-direction: column;
            }
            .property-title-dtl{
                display: flex;
                flex: 1;
                .prop-title{
                    font-size: 32px;
                    line-height: 34px;
                    font-weight: 600 ;
                    color: #292B2B;
                    @media ($sm-1679){
                        font-size: 28px;
                        line-height: 30px;
                    }
                    @media ($sm-1441){
                        font-size: 26px;
                        line-height: 28px;
                    }
                    @media ($sm-1199){
                        font-size: 24px;
                        line-height: 26px;
                    }
                    @media ($sm-991){
                        font-size: 20px;
                        line-height: 22px;
                    }
                    p{
                        margin: 11px 0;
                        @media ($sm-1441){
                            margin: 8px 0;
                        }
                    }
                    span{
                        color: rgba(41, 43, 43, 0.45);
                        font-size: 16px;
                        line-height: 19px;
                        display: block;
                        @media ($sm-1441){
                            font-size: 14px;
                        }
                        @media ($sm-1199){
                            font-size: 13px;
                        }
                        &.location{
                            background: url(../img/location-icon.svg) no-repeat left;
                            padding-left: 15px;
                        }
                    }
                }
            }
            .prop-share-blk{
                display: flex;
                align-items: center;
                @media ($sm-579){
                    margin-top: 20px;
                }
                .share{
                    width: 130px;
                    height: 52px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background-color: #E1F5FF;
                    color: #030051;
                    padding: 16px 20px;
                    margin-left: 12px;
                    font-size: 16px;
                    line-height: 19px;
                    font-weight: 500;
                    position: relative;
                    @media ($sm-1679){
                        height: 48px;
                    }
                    @media ($sm-1441){
                        height: 44px;
                        font-size: 14px;
                        line-height: 17px;
                    }
                    @media ($sm-579){
                        margin-left: 0px;
                        margin-right: 12px;
                    }
                    &::before{
                        content: "";
                        width: 14px;
                        height: 18px;
                        background: url(../img/share-icon.svg) no-repeat;
                        background-size: contain;
                        margin-right: 15px;
                        @media ($sm-991){
                            width: 12px;
                            height: 16px;
                        }
                    }
                    &.saved{
                        &::before{
                            background: url(../img/heart-icon.svg) no-repeat;
                            width: 22px;
                            height: 22px;
                            margin-right: 9px;
                            background-size: contain;
                            @media ($sm-991){
                                width: 16px;
                                height: 16px;
                            }
                        }
                    }
                    
                }
            }
        }
        .prop-img-blks{
            display: flex;
            flex-direction: column;
            margin-bottom: 39px;
            @media ($sm-1679){
                margin-bottom: 35px;
            }
            @media ($sm-1441){
                margin-bottom: 30px;
            }
            @media ($sm-1199){
                margin-bottom: 20px;
            }
            .view-img-wrp{
                display: flex;
                margin-bottom: 27px;
                @media ($sm-579){
                    flex-direction: column;
                }
                .btn-text{
                    position: absolute;
                    top: 17px;
                    left: 17px;
                    display: flex;
                    align-items: center;
                    background: #FFFFFF 0% 0% no-repeat padding-box;
                    border-radius: 21px;
                    width: 257px;
                    height: 42px;
                    margin: 12px 9px ;
                    padding-left: 23px;
                    @media ($sm-767){
                        top: 0px;
                        left: 0px;
                        height: 38px;
                        width: 228px;
                    }
                    span{
                        margin-right: 12px;
                        @media ($sm-1441){
                            margin-right: 9px;
                        }
                        @media ($sm-1199){
                            margin-right: 6px;
                        }
                        img{
                            object-fit: contain;
                            width: 20px;
                            height: 20px;
                            @media ($sm-1441){
                                width: 18px;
                                height: 18px;
                            }
                            @media ($sm-1199){
                                width: 14px;
                                height: 14px;
                            }
                            
                        }
                        &.loc{
                            padding-left: 7px;
                        letter-spacing: 0px;
                        color: #292B2B;
                        font-size: 14px;
                        line-height: 19px;
                        font-weight: 500;
                        @media($sm-1679){
                            font-size: 13px;
                        }
                  
                    }
                    }
                }
                .large-thumb{
                    position: relative;
                    height: 495px;
                    max-width: 753px;
                    width: 100%;
                    // max-width: 870px;
                    // width: 100%;
                    @media ($sm-1679){
                        // max-width: 68%;
                        height: 400px;
                    }
                    @media (max-width:1366px){
                        // max-width: 64%;
                    }
                    @media ($sm-1199){
                        // max-width: 65%;
                    }
                    @media ($sm-991){
                        height: 275px;
                    }
                    @media ($sm-579){
                        margin-bottom: 15px;
                        max-width: 100%;
                        height: auto;
                    }
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        border-radius: 5px;
                        
                    }
                }
                .side-thumb{
                    margin-left: 18px;
                    width: 529px;
                    @media ($sm-991){
                        width: 360px;
                    }
                    @media ($sm-579){
                        margin-left: 0px;
                        width: 100%;
                    }
                    .img-wrp{
                        margin-bottom: 15px;
                        height: 240px;
                        display: flex;
                        flex-direction: column;
                        @media ($sm-1679){
                            height: 193px;
                        }
                        // @media ($sm-1281){
                        //     height: 165px;
                        // }
                        // @media ($sm-1199){
                        //     height: 130px;
                        // }
                        @media ($sm-991){
                            height: 130px;
                        }
                        @media ($sm-579){
                            height: 130px;
                        }
                        &:last-child{
                            margin-bottom: 0px;
                        }
                        img{
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            border-radius: 5px;
                            @media ($sm-579){
                                width: 100%;
                            }
                        }
                    }
                }
            }
        }
    }
    .image-tag-blk{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        border-bottom: 1px solid #D8E2E7;
        padding-bottom: 33px;
        @media ($sm-1679){
            padding-bottom: 25px;
        }
        @media ($sm-1199){
            padding-bottom: 20px;
        }
        @media ($sm-579){
            padding-bottom: 10px;
        }
        .tags{
            background-color: #998e7638;
            border-radius: 179px;
            color: #292B2B;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 42px;
            border: 1px solid #EFEFFF;
            margin-right: 8px;
            font-family: $jakarthaSans;
            font-weight: 500;
            font-size: 14px;
            line-height: 1;
            padding: 12px 20px;
            @media ($sm-1199){
                padding-bottom: 20px;
            }
            @media ($sm-579){
                margin-bottom: 15px;
                padding-bottom: 10px;
            }
            &.active{
                background-color: #998e7614;
            }
        }
    }
    .overview-cont-sec{
        width: 100%;
        border-bottom: 1px solid #D8E2E7;
        padding-bottom: 48px;
        margin-bottom: 40px;
        @media ($sm-1679){
            padding-bottom: 40px;
            margin-bottom: 35px;
        }
        @media ($sm-1441){
            padding-bottom: 35px;
            margin-bottom: 30px;
        }
        @media ($sm-1199){
            padding-bottom: 25px;
            margin-bottom: 25px;
        }
        @media ($sm-991){
            padding-bottom: 20px;
            margin-bottom: 20px;
        }
        &.no-border{
            border-bottom: 0;
            @media ($sm-991){
                padding-bottom: 0px;
            }
            padding-bottom: 0px;
        }
        .sec-title-sub{
            margin-bottom: 26px;
            @media ($sm-1441){
                margin-bottom: 20px;
            }
        }
        .content{
            font-size: 18px;
            line-height: 34px;
            color: #292B2B;
            margin-bottom: 15px;
            font-weight: 400;
            @media ($sm-1441){
                margin-bottom: 10px;
                font-size: 16px;
                line-height: 26px;
            }
            @media ($sm-1199){
                margin-bottom: 0px;
                font-size: 14px;
                line-height: 22px;
            }
        }
        .amenities-listing{
            display: flex;
            flex-wrap: wrap;
            // width: 100%;
            justify-content: stretch;
            &.info{
                justify-content: stretch;
                margin-left: -12px;
                margin-right: -12px;
                .amenity-col{
                    padding-left: 12px;
                    padding-right: 12px;
                    width: 20%;
                    flex: 0 0 auto;

                    @media ($sm-991){
                        width: 33%;
                    }
                    @media ($sm-767){
                        width: 50%;
                    }
                    @media ($sm-479){
                        width: 100%;
                    }
                }
            }
            &.room{
                margin-left: -20px;
                margin-right: -20px;
                @media ($sm-1441){
                    margin-left: -15px;
                    margin-right: -15px;
                }
                @media ($sm-1199){
                    margin-left: -12px;
                    margin-right: -12px;
                }
                .amenity-col{
                    padding-left: 20px;
                    padding-right: 20px;
                    width: 20%;
                    flex: 0 0 auto;
                    @media ($sm-1441){
                        padding-left: 15px;
                        padding-right: 15px;
                    }
                    @media ($sm-1199){
                        padding-left: 12px;
                        padding-right: 12px;
                    }
                    @media ($sm-991){
                        width: 33%;
                        margin-bottom: 20px;
                    }
                    @media ($sm-767){
                        width: 50%;
                        margin-bottom: 20px;
                    }
                    @media ($sm-479){
                        width: 100%;
                        margin-bottom: 20px;
                    }
                }
            }

            .amenities{
                display: flex;
                align-items: center;
                justify-content: flex-start;
                padding: 14px 30px 14px 20px;
                background-color: #998e7617;
                color: #292B2B;
                font-size: 18px;
                line-height: 21px;
                border-radius: 177px;
                font-weight: 400;
                letter-spacing: 0.72px;
                height: 52px;
                width: 100%;
                @media ($sm-1679){
                    font-size: 16px;
                    line-height: 19px;
                    padding-right: 20px;
                    height: 48px;
                }
                @media ($sm-1441){
                    height: 44px;
                }
                @media ($sm-1281){
                    font-size: 14px;
                    line-height: 17px;
                }
                @media ($sm-1199){
                    font-size: 13px;
                    line-height: 17px;
                    letter-spacing: 0;
                }
                .icon{
                    margin-right: 10px;
                    img{
                        height: 24px;
                        @media ($sm-1441){
                            height: 20px;
                        }
                    }
                }
                &.list-only{
                    margin-bottom: 39px;
                    width: 100%;
                    align-items: center;
                    justify-content: center;
                    padding: 16px;
                    margin-right: 0px;
                    @media ($sm-1679){
                        margin-bottom: 30px;
                    }
                    @media ($sm-1441){
                        margin-bottom:25px;
                    }
                    @media ($sm-1199){
                        margin-bottom:20px;
                    }
                }
            }
            .view{
                cursor: pointer;
                width: 100%;
                background: #998e7659;
                border-radius: 129px;
          
                display: flex;
                text-decoration: underline;
                align-items: center;
                justify-content: center;
                color: #292B2B;
                text-decoration: none;
                justify-content: space-between;
                padding: 17px 40px;
    
                font-size: 18px;
                line-height: 21px;
                font-weight: 400;
                height: 52px;
                @media($sm-1679){
                    padding: 20px 38px;
                    font-size: 16px;
                    height: 48px;
                }
                @media($sm-1441){
                    padding: 18px 38px;
                    font-size: 14px;
                    height: 44px;
                }
                @media($sm-991){
                    padding: 14px 38px;
                    font-size: 13px;
                }
        }
        }
    }
}