.header{
    position: relative;
}

.nav-top {
    display: flex;
    justify-content: space-between; /* left & right */
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 5px 15px;
    font-size: 14px;
}

.nav-top li {
    display: flex;
    gap: 15px;
}

.nav-top a {
    text-decoration: none;
    color: #fff;
}

.nav-menu-second>li>a {
    padding: 15px 4px;
    display: inline-block;
    font-weight: 500;
    transition: color .3s,background .3s;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
}


.nav-menu-second > li:not(:last-child)::after {
    content: "|";
    margin: 0 8px;
    color: #999; /* adjust color */
    font-weight: normal;
}

.nav-top li > a > i {
    width: 35px;         /* set fixed size */
    height: 35px;
    line-height: 35px;   /* centers icon vertically */
    text-align: center;  /* centers icon horizontally */
    border-radius: 50%;  /* makes it a circle */
    border: 1px solid #fff;
    display: inline-block; /* ensures proper shape */
    font-size: 16px;     /* adjust icon size */
    color: #fff;         /* icon color */
    margin-right: 5px;
}

.blog-btn,
.date,
.login-btn {
    font-weight: 600;
}
.blog-btn,
.login-btn,
.social-media-icons li a {
    transition: 0.3s;
    display: inline-block;
}
.section {
    padding: 40px 0;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-0 {
    margin-bottom: 0;
}
.mt-0 {
    margin-top: 0;
}
.pt-0 {
    padding-top: 0;
}
.pb-0 {
    padding-bottom: 0;
}
.mdnone {
    display: block;
}
.deskdnone,
.property-single .flex-item .avl-features li.active:before {
    display: none;
}
.gray-bg {
    background-color: #f2f2f2;
}
.breadcrumb-custom ul li {
    display: inline;
}
.breadcrumb-custom {
    padding: 10px 0;
    position: relative;
    z-index: 2;
    left: 0;
}
.breadcrumb-custom ul {
    padding-left: 0;
    display: flex;
}
.breadcrumb-custom ul li + li a {
    border-left: 1px solid #333;
    padding-left: 15px;
}
.breadcrumb-custom ul li a {
    font-size: 12px;
    line-height: 1.8;
    color: #333;
    padding-right: 15px;
}
.blog-btn {
    background-color: #f5f5f5;
    color: #000;
    border: 1px solid #000;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    border-radius: 5px;
}
.blog-btn:hover,
.login-btn:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
.property-single .btn.btn-link.collapsed:before,
.property-single .btn.btn-link:before {
    background: 0 0;
    display: inline-flex;
    font-size: 12px;
    border-radius: 2px;
    right: 5px;
    color: #05264e;
    top: 5px;
}
.page-title {
    padding: 12rem 0;
}
.date,
.short_date {
    background-color: #000;
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
}
.page-title::before {
    display: none !important;
}
.date-position,
.feature-style-four,
.latest-item {
    position: relative;
}
.date {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    font-size: 14px;
}
.short_date {
    position: absolute;
    bottom: 10px;
    left: 32%;
    opacity: 0.7;
    font-size: 13px;
}
.btn {
    height: 40px;
}
.property-single .btn-link {
    font-weight: 700;
    font-size: 18px;
    color: #05264e;
    padding: 5px 0;
}
.property-single .btn.btn-link.collapsed:before {
    content: "\f107";
    align-items: center;
    justify-content: center;
    position: absolute;
    transition: 0.4s;
}
.property-single .flex-item .avl-features,
.property-single .flex-item .avl-features li,
.property-single .flex-item ul {
    padding-left: 10px;
}
.property-single .btn.btn-link:before {
    content: "\f106";
    align-items: center;
    justify-content: center;
    position: absolute;
}
.property-single .property_block_title {
    font-weight: 400;
}
.property-single .flex-item .property_block_title::before,
.property-single .rightarrow::before {
    content: "\f2f6";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: #06684b;
    margin-right: 10px;
    transition: 0.4s;
    display: none;
}
.property-single .flex-item {
    border-bottom: 1px solid #f3f3f3;
    padding: 10px;
}
.property-single .card-header {
    border-radius: 0;
    border-bottom: 1px solid #c4c7c6 !important;
}
.property-single .accordion .card-header {
    padding: 0 15px;
}
.property-single .flex-item .avl-features li {
    margin: 0 !important;
    max-width: 100%;
    flex: auto;
}
.property-single .card {
    border-radius: 0 !important;
}
.property-single .avl-features li:before {
    top: 2px;
}
.product-card.flat.campaign-flat-card-wrapper {
    box-shadow: none;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
a.product-card.single {
    display: flex;
}
.product-card.flat .product-card__image {
    width: 50%;
    height: auto;
}
.product-card .product-card__image {
    overflow: hidden;
}
.product-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-card.single .product-card__container {
    width: 50%;
    position: static;
    padding-left: 0;
    padding-right: 0;
    background-color: #f9f9f9;
}
.product-card.flat.campaign-flat-card-wrapper .product-card__contents {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 100px;
}
.features_title {
    color: #000;
    font-size: 26px;
}
.product-card.flat.campaign-flat-card-wrapper.product-card--inverse {
    flex-direction: row-reverse;
}
.login-btn {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 8px 20px;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 20px;
}
.tabs_system.nav-pills .nav-link.active {
    background: #000 !important;
}
.resp_log_caption .input-with-icon i {
    color: #2a3961;
}
.pr-price-into h3.price,
.tab-content .property_block_title {
    font-weight: 500 !important;
    color: #0e739b;
}
.social-media-icons {
    list-style: none;
    margin-top: 20px;
    padding-left: 0;
}
.social-media-icons li {
    display: inline-block;
    padding-right: 20px;
}
.social-media-icons li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
}
.social-media-icons .fab {
    font-size: 15px;
}
.social-media-icons li a:hover {
    transform: scale(1.1);
}
.pr-price-into p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: normal;
}
.tab-content .property_block_title {
    font-size: 20px;
    margin-bottom: 20px;
}
.tab-content b {
    color: #333;
    font-size: 15px;
}
.card-body p.property_block_title {
    font-weight: 600;
    color: #333;
}
@media only screen and (max-width: 767px) {



    .slick-next::before,
    .slick-prev::before {
        font-size: 30px;
    }
    .slick-next,
    .slick-prev {
        width: 60px;
        height: 60px;
    }
    .mdnone {
        display: none;
    }
    ul.prs_lists {
        align-items: flex-end;
        display: inline-flex;
    }
    ul.prs_lists li {
        width: auto;
    }
    .listofrighticons {
        margin-top: 20px;
    }
    #myTab > .nav-item {
        width: 49%;
    }
    .page-title {
        padding: 5rem 0;
    }
    .product-card.flat .product-card__image {
        width: 100%;
        height: auto;
    }
    .product-card.single .product-card__container {
        width: 100%;
    }
    .product-card.flat.campaign-flat-card-wrapper .product-card__contents {
        padding: 30px;
    }
}
@media only screen and (max-width: 599px) {


    a.product-card.single {
        display: block;
    }
    .product-card.flat .product-card__image {
        width: 100%;
        height: auto;
    }
    .product-card.single .product-card__container {
        width: 100%;
    }
}

