.section { padding: 40px 0}
.mt-20{ margin-top: 20px;}
.mb-20{ margin-bottom: 20px;}
.mb-0{ margin-bottom: 0px;}
.mt-0{ margin-top: 0px;}
.pt-0{ padding-top: 0;} 
.pb-0{ padding-bottom: 0;} 
.mdnone{ display: block;}
.deskdnone{ 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: 0rem;
	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;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
    transition: all 0.3s;
    border-radius: 5px;
    transition: all 0.3s;
}
.blog-btn:hover{
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
.page-title {
    padding: 12rem 0;

}

.page-title::before{
    display: none !important;
}
.date-position{
    position: relative;
}
.date{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.8;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;

}
.latest-item{
    position: relative;
}
.short_date{
    position: absolute;
    bottom: 10px;
    left: 32%;
    background-color: #000;
    opacity: 0.7;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 5px;
}
.btn {
    height: 40px;

}
.property-single .btn-link{
    font-weight: bold;
    font-size: 18px;
    color: #05264e;
    padding: 5px 0px;
}
.property-single .btn.btn-link.collapsed:before {

    content: "\f107";
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 2px;
    position: absolute;
    right: 5px;
    color: #05264e;
    top: 5px;
    transition: all ease 0.4s;
}
.property-single .flex-item ul{
    padding-left: 10px;
}
.property-single .flex-item .avl-features li.active:before{
    display: none;
}
.property-single .flex-item .avl-features li{
    padding-left: 10px;
}
.property-single .flex-item .avl-features{
    padding-left: 10px;
}
.property-single .btn.btn-link:before {
        content: "\f106";
        background: transparent;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        border-radius: 2px;
        position: absolute;
        right: 5px;
        color: #05264e;
        top: 5px;
}
 .property-single .property_block_title{
   font-weight: 400;
}
/*
.property-single .simple-list{
    display: inline-block;
    margin-left: 10px;

} */
.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: all ease 0.4s;
    display: none;
}
.property-single .flex-item{
    border-bottom: 1px solid #f3f3f3 ;
    padding: 10px 10px;

}
.property-single .card-header{

    border-radius: 0px;
    border-bottom: 1px solid #c4c7c6  !important;
}

.property-single .accordion .card-header {
    padding: 0px 15px;
}
.property-single .flex-item .avl-features li {
    margin: 0px !important;
    max-width:100%;
    flex: auto;
    /* position: absolute;
    left: 80%; */
}
.property-single .card {
    border-radius: 0px !important;
}
.property-single .avl-features li:before {

    top: 2px;
}
.property-single .block-body{
    /* border-bottom: 1px solid #06684b ; */
}
.feature-style-four {
    position: relative;
}
.product-card.flat.campaign-flat-card-wrapper {
    box-shadow: none;
    margin-bottom: 0px;
    -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: #000000;
    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;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
    transition: all 0.3s;
    border-radius: 20px;
    transition: all 0.3s;

}
.login-btn:hover{
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
.tabs_system.nav-pills .nav-link.active {
    background: #000 !important;
}
.resp_log_caption .input-with-icon i {
    color: #2a3961;

}
.social-media-icons {
    list-style: none;
    margin-top: 20px;
    padding-left: 0px;
}
.social-media-icons li {
    display: inline-block;
    padding-right: 20px;
}
.social-media-icons li a {
    display: inline-block;
    -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;
    transition: all 0.3s;

}
.social-media-icons .fab {
    font-size: 15px;

}
.social-media-icons li a:hover {
   transform: scale(1.1);

}
.pr-price-into h3.price{font-weight: 500 !important;color: #0e739b;}
.pr-price-into p {
	font-size: 18px;
	margin-bottom: 0;
	line-height: normal;
}

.tab-content .property_block_title {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 500 !important;
	color: #0e739b;
}
.tab-content b{ color: #333;font-size: 15px;}
.card-body p.property_block_title{ font-weight:600;color: #333;}

@media (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 {
        /* display: flex; */
        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%;
    }
}
