.ramdev-custom-toggle-image-button{
    color: #cabe9f;
    border-radius: 0px;
    letter-spacing: .2em;
    padding: 0.75rem 2rem;
    font-size: 12px;
    line-height: 1.857;
    border-radius: 0;
    background: transparent;
    border: 2px solid #cabe9f;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.3s ease;
    margin-top: 20px;
}
.ramdev-custom-toggle-image-button:hover{
    color: #fff;
    background-color: #b8a87f;
    border-color: #b8a87f;
    font-size: 12px;
}
.ramdev-custom-toggle-image-3dimage, .ramdev-custom-toggle-image-2dimage, .ramdev-custom-toggle-image-3dimage img, .ramdev-custom-toggle-image-2dimage img{
    width: 100%;
}
.ramdev-custom-get-property-card-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}
.ramdev-custom-get-property-main-card{
    width: calc(33.33% - 20px);
    margin: 20px 10px;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px!important;
    border-radius: 3px;
}
.ramdev-custom-get-property-card-image{
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    height: 300px;
}
.ramdev-custom-get-property-image{
    width: 100%;
    height: auto;
    display: block;
    transition: transform 1s;
    min-height: 100%;
}
.ramdev-custom-get-property-main-card:hover .ramdev-custom-get-property-image {
    transform: scale(1.12); 
}
.ramdev-custom-get-property-card-details{
    padding: 30px;
}
.ramdev-custom-get-property-meta{
    margin-top: 20px;
}
.ramdev-custom-get-property-meta-info{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b8a87f;
    margin: 0px!important;
}
.ramdev-custom-get-property-meta-info:last-child{
    border: none;
}
.ramdev-custom-get-property-title{
    font-weight: 700;
}
.ramdev-custom-get-property-meta-info span:first-child{
    color: black;
    font-weight: 600;
	width: 40%;
}
.ramdev-custom-get-property-meta-info span:last-child{
    color: gray;
    font-weight: 500;
	width: 60%;
	text-align: right;
}
@media screen and (max-width: 1024px){
    .ramdev-custom-get-property-main-card{
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 768px){
    .ramdev-custom-get-property-main-card{
        width: calc(100% - 20px);
    }
}
.ramdev-custom-property-card-list-single{
    display: flex;
}
.ramdev-custom-property-card-list-left{
    width: 50%;
}
.ramdev-custom-property-card-list-right{
    width: 50%;
}
.ramdev-custom-property-card-list-single-outer:nth-child(odd) .ramdev-custom-property-card-list-left{
    order: 2;
}
.ramdev-custom-property-card-list-single-outer:nth-child(odd) .ramdev-custom-property-card-list-details{
    padding: 30px 50px 30px 0px;
}
.ramdev-custom-property-card-list-single-outer:nth-child(even) .ramdev-custom-property-card-list-details{
    padding: 30px 0px 30px 50px;
}
.ramdev-custom-property-card-list-single-outer:nth-child(odd) .ramdev-custom-property-card-list-single{
    justify-content: end;
}
/* .ramdev-custom-property-card-list-single-outer:nth-child(even) .ramdev-custom-property-card-list-single{
} */
.ramdev-custom-property-card-list-details{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 585px;
}
.ramdev-custom-property-card-list-image{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 800px;
}
.ramdev-custom-property-card-list-image img{
    height: 100%;
}
.ramdev-custom-property-card-list-heading{
    padding: 0px;
    font-family: marcellus sc,Sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
}
.ramdev-custom-property-card-list-type{
    font-family: montserrat,Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
    color: #3F4448;
}
.ramdev-custom-property-card-list-para{
    font-family: montserrat,Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
}
.ramdev-custom-property-card-list-single .sp-buttons{
    display: flex;
    align-items: center;
}
.ramdev-custom-property-card-list-single .sp-button{
    width: 5px!important;
    height: 5px!important;
    border: 1px solid #e6e6e6!important;
    background-color: #e6e6e6!important;
}
.ramdev-custom-property-card-list-single .sp-button.sp-button.sp-selected-button{
    width: 6px!important;
    height: 6px!important;
    border: 1px solid #cabe9f!important;
    background-color: #cabe9f!important;
}
.ramdev-custom-property-card-list-single:hover .ramdev-custom-property-card-list-para{
    color: unset!important;
}
.ramdev-custom-property-card-list a:hover{
    color: unset!important;
}
@media screen and (max-width:1280px){
    .ramdev-custom-property-card-list-single-outer:nth-child(odd) .ramdev-custom-property-card-list-details{
        padding: 30px 50px 30px 20px;
    }
    .ramdev-custom-property-card-list-single-outer:nth-child(even) .ramdev-custom-property-card-list-details{
        padding: 30px 20px 30px 50px;
    }
}
@media screen and (max-width:767px){
    .ramdev-custom-property-card-list-single-outer:nth-child(odd) .ramdev-custom-property-card-list-left{
        order: unset;
    }
    .ramdev-custom-property-card-list-single{
        flex-direction: column;
        margin: 10px 10px 30px 10px;
        border: 1px solid #eee;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px!important;
    }
    .ramdev-custom-property-card-list-left{
        width: 100%;
    }
    .ramdev-custom-property-card-list-right{
        width: 100%;
    }
    .ramdev-custom-property-card-list-editor{
        width: 100%;
    }
    .ramdev-custom-property-card-list-single-outer:nth-child(even) .ramdev-custom-property-card-list-details{
        padding: 30px;
    }
    .ramdev-custom-property-card-list-single-outer:nth-child(odd) .ramdev-custom-property-card-list-details{
        padding: 30px;
    }
    .ramdev-custom-property-card-list-details{
        max-width: unset;
        padding: 30px;
    }
    .ramdev-custom-property-card-list-image{
        height: 200px;
        min-height: 200px;
    }
}