﻿body
{
}

.rmvColPadding
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.deals
{
    padding: 2em 0;
}
.showProperties:hover .propertiesTable
{
    margin-left: 0;
    display: block;
}
.propertiesTable
{
    background-color: #fff;
    border: 1px solid #d2d2d2;
    display: none;
    margin-top: 5px;
    opacity: .88;
    position: absolute;
    right: -16px;
    bottom: 6px;
    z-index: 1111;
    width: 180px;
}
.diaNameBlock
{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #13c0a4;
    color: #ffffff;
    font-size: 12px;
}
.dots
{
    color: #ffffff;
    cursor: pointer;
}
.dots i
{
   background-color: rgba(184, 208, 204, 0.55);
    padding: 1px 9px;
    border-radius: 5px;
}
.social-icons,.copy-right
{
text-align:center;
}

.diaFourC
{
      font-size: 10px;
      text-align:left;
}
.applyLightBorder
{
    border: 1px solid #eee;
    width: 224px;
    margin: 4px;
}
.applyLightBorder img
{
    width: 100%;
    height: 224px;
}
.applyLightBorder:hover
{
    border: 1px solid #13c0a4;
}
.showProperties .table
{
    max-width: max-content;
}
.showProperties .table th
{
    color: #ffffff;
    font-weight: normal;
    font-size: 12px;
    background-color: #757575;
}
.showProperties .table td
{
    color: #555;
    font-size: 12px;
}

.viewIcon i
{
    color: #13c0a4;
    font-size: 25px;
    padding: 9px 4px;
    cursor: pointer;
}
@media (max-width: 1024px)
{
    .applyLightBorder
    {
        width: 224px;
    }
    .applyLightBorder img
    {
        width: 224px;
        height: 224px;
    }
    h3.w3ls-title
    {
        font-size: 30px;
    }
    .diaFourC
    {
    font-size: 12px;
    }
    .diaNameBlock
    {
    font-size: 13px;
    }
}
@media (max-width: 425px)
{
    .applyLightBorder img
    {
        width: 100% !important;
        height: 100% !important;
    }
    h3.w3ls-title
    {
        font-size: 25px;
        margin-top: 10px;
    }
    .openFilterIcon
    {
        font-size: 24px;
        padding: 2px 0px;
    }
    .applyLightBorder
    {
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .showProperties .table-responsive
    {
    margin:0px !important;
    }

}
@media (max-width: 375px)
{
    h3.w3ls-title
    {
        margin-top: 10px !important;
        font-size: 19px !important;
    }
    .viewIcon i
    {
        font-size: 23px;
    }
}
