@media(max-width : 1560px){
    #sidebar {
        & .anchors {
            & a {
                font-size: 20px;
            }
        }
    }
    .navigation {
        & .back {
            & p {
                margin: 0;
                font-size: 22px;
            }
        }
    }
    .fs-22{
        font-size: 20px;
    }
    .fs-28 {
        font-size: 22px;
    }
    .fs-40 {
        font-size: 30px;
    }
    #realtor_slider {
        & .img_wrap {
            & img {
                height: 280px;
                object-fit: cover;
            }
        }
        & .prev-arrow {
            right: 5%;
        }
    }
    #listing {
        & .img-wrap {
            background-color: var(--primary);
            height: 65px;
            width: 65px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
    }
}
@media(max-width : 1440px){
    #connections{
        & .col-md-4{
            width : 50% !important
        }
    }
    .fs-22 {
        font-size: 18px;
    }
    #sidebar {
        width: 300px;
    }
    #main{
        width: calc(100vw - 300px);
    }
}
@media(max-width : 1366px){
    #connections{
        & .col-md-4{
            width : 50% !important
        }
    }
    .fs-22 {
        font-size: 15px;
    }
    #realtor_slider {
        & .prev-arrow {
            right: 6%;
        }
    }
    .img-icon {
        width: 55px;
        height: 55px;
        object-fit: contain;
    }
    .fs-28 {
        font-size: 18px;
    }
    .fs-18 {
        font-size: 15px;
    }
    .breadcrumbs {
        & ul {
            & li {
                margin: 0px 10px;
                color: #71717A;
                font-size: 13px;
                font-family: "Poppins", serif;
            }
        }
    }
}
